:root {
  --100: 100%;
  --100vh: 100vh;
  --lora: Lora, sans-serif;
  --cream-light: #fff6ea;
  --hero-headline: clamp(2.225 * 1rem, ((2.225 - ((7 - 2.225) / (120 - 20) * 20)) * 1rem + ((7 - 2.225) / (120 - 20)) * 100vw), 7 * 1rem);
  --hero-subheadline: clamp(2 * 1rem, ((2 - ((2.75 - 2) / (90 - 20) * 20)) * 1rem + ((2.75 - 2) / (90 - 20)) * 100vw), 2.75 * 1rem);
  --halyard: halyard-display, sans-serif;
  --hero-body: clamp(1.125 * 1rem, ((1.125 - ((2.1875 - 1.125) / (90 - 20) * 20)) * 1rem + ((2.1875 - 1.125) / (90 - 20)) * 100vw), 2.1875 * 1rem);
  --hero-footer: clamp(.75 * 1rem, ((.75 - ((1.1875 - .75) / (90 - 20) * 20)) * 1rem + ((1.1875 - .75) / (90 - 20)) * 100vw), 1.1875 * 1rem);
  --brown: #c49d77;
  --light-grey: #f6f4f1;
  --dark: #24283e;
  --m-body: clamp(1 * 1rem, ((1 - ((1.45 - 1) / (90 - 20) * 20)) * 1rem + ((1.45 - 1) / (90 - 20)) * 100vw), 1.45 * 1rem);
  --list-desc: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (80 - 20) * 20)) * 1rem + ((1.125 - 1) / (80 - 20)) * 100vw), 1.125 * 1rem);
  --green: #39826a;
  --s-number-title: clamp(1.125 * 1rem, ((1.125 - ((1.75 - 1.125) / (90 - 20) * 20)) * 1rem + ((1.75 - 1.125) / (90 - 20)) * 100vw), 1.75 * 1rem);
  --s-title: clamp(1.5 * 1rem, ((1.5 - ((1.6875 - 1.5) / (90 - 20) * 20)) * 1rem + ((1.6875 - 1.5) / (90 - 20)) * 100vw), 1.6875 * 1rem);
  --500: 500;
  --label: clamp(.9375 * 1rem, ((1 - ((.9375 - 1) / (90 - 35) * 35)) * 1rem + ((.9375 - 1) / (90 - 35)) * 100vw), 1 * 1rem);
  --font-family: var(--halyard);
  --list-title: 20px;
  --transparent: transparent;
  --headline-sections: clamp(2.375 * 1rem, ((2.375 - ((5.875 - 2.375) / (120 - var(--viewport-min)) * var(--viewport-min))) * 1rem + ((5.875 - 2.375) / (120 - var(--viewport-min))) * 100vw), 5.875 * 1rem);
  --100vw: 100vw;
  --m-headline-section: clamp(2 * 1rem, ((2 - ((3.375 - 2) / (110 - 42) * 42)) * 1rem + ((3.375 - 2) / (110 - 42)) * 100vw), 3.375 * 1rem);
  --200: 200;
  --m-body-copy: clamp(1.1875 * 1rem, ((1.1875 - ((1.5625 - 1.1875) / (118 - 62) * 62)) * 1rem + ((1.5625 - 1.1875) / (118 - 62)) * 100vw), 1.5625 * 1rem);
  --color: white;
  --viewport-max: 43;
  --viewport-min: 110;
  --m-label-section: clamp(.9375 * 1rem, ((.9375 - ((1.25 - .9375) / (120 - 62) * 62)) * 1rem + ((1.25 - .9375) / (120 - 62)) * 100vw), 1.25 * 1rem);
  --test: clamp(2.1875rem, .5rem + 2.8125vw, 3.875rem);
  --m-headline-section-t: clamp(1.3125 * 1rem, ((1.3125 - ((3.25 - 1.3125) / (62 - 22) * 22)) * 1rem + ((3.25 - 1.3125) / (62 - 22)) * 100vw), 3.25 * 1rem);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #333;
  --100: 100%;
  --100vh: 100vh;
  --lora: Lora, sans-serif;
  --cream-light: #fff6ea;
  --hero-headline: clamp(2.225 * 1rem, ((2.225 - ((7 - 2.225) / (120 - 20) * 20)) * 1rem + ((7 - 2.225) / (120 - 20)) * 100vw), 7 * 1rem);
  --hero-subheadline: clamp(2 * 1rem, ((2 - ((2.75 - 2) / (90 - 20) * 20)) * 1rem + ((2.75 - 2) / (90 - 20)) * 100vw), 2.75 * 1rem);
  --halyard: halyard-display, sans-serif;
  --hero-body: clamp(1.125 * 1rem, ((1.125 - ((2.1875 - 1.125) / (90 - 20) * 20)) * 1rem + ((2.1875 - 1.125) / (90 - 20)) * 100vw), 2.1875 * 1rem);
  --hero-footer: clamp(.75 * 1rem, ((.75 - ((1.1875 - .75) / (90 - 20) * 20)) * 1rem + ((1.1875 - .75) / (90 - 20)) * 100vw), 1.1875 * 1rem);
  --brown: #c49d77;
  --light-grey: #f6f4f1;
  --dark: #24283e;
  --m-body: clamp(1 * 1rem, ((1 - ((1.45 - 1) / (90 - 20) * 20)) * 1rem + ((1.45 - 1) / (90 - 20)) * 100vw), 1.45 * 1rem);
  --list-desc: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (80 - 20) * 20)) * 1rem + ((1.125 - 1) / (80 - 20)) * 100vw), 1.125 * 1rem);
  --green: #39826a;
  --s-number-title: clamp(1.125 * 1rem, ((1.125 - ((1.75 - 1.125) / (90 - 20) * 20)) * 1rem + ((1.75 - 1.125) / (90 - 20)) * 100vw), 1.75 * 1rem);
  --s-title: clamp(1.5 * 1rem, ((1.5 - ((1.6875 - 1.5) / (90 - 20) * 20)) * 1rem + ((1.6875 - 1.5) / (90 - 20)) * 100vw), 1.6875 * 1rem);
  --500: 500;
  --label: clamp(.9375 * 1rem, ((1 - ((.9375 - 1) / (90 - 35) * 35)) * 1rem + ((.9375 - 1) / (90 - 35)) * 100vw), 1 * 1rem);
  --font-family: var(--halyard);
  --list-title: 20px;
  --transparent: transparent;
  --headline-sections: clamp(2.375 * 1rem, ((2.375 - ((5.875 - 2.375) / (120 - var(--viewport-min)) * var(--viewport-min))) * 1rem + ((5.875 - 2.375) / (120 - var(--viewport-min))) * 100vw), 5.875 * 1rem);
  --100vw: 100vw;
  --m-headline-section: clamp(2 * 1rem, ((2 - ((3.375 - 2) / (110 - 42) * 42)) * 1rem + ((3.375 - 2) / (110 - 42)) * 100vw), 3.375 * 1rem);
  --200: 200;
  --m-body-copy: clamp(1.1875 * 1rem, ((1.1875 - ((1.5625 - 1.1875) / (118 - 62) * 62)) * 1rem + ((1.5625 - 1.1875) / (118 - 62)) * 100vw), 1.5625 * 1rem);
  --color: white;
  --viewport-max: 43;
  --viewport-min: 110;
  --m-label-section: clamp(.9375 * 1rem, ((.9375 - ((1.25 - .9375) / (120 - 62) * 62)) * 1rem + ((1.25 - .9375) / (120 - 62)) * 100vw), 1.25 * 1rem);
  --test: clamp(2.1875rem, .5rem + 2.8125vw, 3.875rem);
  --m-headline-section-t: clamp(1.3125 * 1rem, ((1.3125 - ((3.25 - 1.3125) / (62 - 22) * 22)) * 1rem + ((3.25 - 1.3125) / (62 - 22)) * 100vw), 3.25 * 1rem);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  z-index: 100;
  width: var(--100);
  height: var(--100vh);
  background-color: #1f3c3b;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.hero-heading {
  font-family: var(--lora);
  color: var(--cream-light);
  font-size: var(--hero-headline);
  letter-spacing: 1px;
  white-space: nowrap;
  object-position: 50% 100%;
  flex-flow: column;
  width: max-content;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  position: static;
  overflow: visible;
}

.hero-subheadline {
  font-family: var(--lora);
  color: var(--cream-light);
  font-size: var(--hero-subheadline);
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.svg {
  color: var(--cream-light);
}

.navbar {
  width: var(--100);
  max-width: 1920px;
}

.container {
  width: 100%;
  max-width: 1920px;
  display: block;
}

.hero-body {
  font-family: var(--halyard);
  color: var(--cream-light);
  font-size: var(--hero-body);
  letter-spacing: 1px;
  width: 30ch;
  padding-top: 0;
  font-weight: 200;
  line-height: 1.2;
}

.div-block {
  padding-top: 32px;
  position: static;
  bottom: 0;
}

.hero-bottom {
  z-index: 101;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.hero-footer {
  font-family: var(--halyard);
  color: var(--cream-light);
  font-size: var(--hero-footer);
  letter-spacing: 1.5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.1;
  display: flex;
}

.masketan-sign {
  z-index: 6666;
  color: var(--brown);
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  display: flex;
  position: fixed;
  inset: auto 18px 18px auto;
  overflow: hidden;
}

.about {
  z-index: 500;
  width: var(--100);
  background-color: var(--light-grey);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: relative;
}

.m-heading {
  font-family: var(--lora);
  color: var(--dark);
  font-size: var(--hero-headline);
  letter-spacing: 1px;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: cover;
  min-width: 15ch;
  max-width: 22ch;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-bottom: 1px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  overflow: visible;
}

.m-section-label {
  font-family: var(--halyard);
  color: var(--dark);
  font-size: var(--hero-footer);
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: relative;
  overflow: visible;
}

.m-section-label.light {
  color: var(--cream-light);
}

.m-section-label.margin {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label.margin-copy, .m-section-label.margin-services {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label.margin-services.g-label-services {
  width: auto;
}

.m-section-label.label-howwework {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label.margin-copy {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label.label-contact {
  color: var(--cream-light);
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.wrapper {
  width: var(--100);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  grid-template: "Area Area Area Area"
  / minmax(200px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  height: auto;
  padding: 4%;
  display: grid;
}

.wrapper.m-flex-v {
  z-index: 50;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8%;
}

.wrapper.m-flex-v.wrap-about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 8%;
  padding-bottom: 2%;
}

.wrapper.m-flex-h.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.m-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.m-right {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.m-body {
  font-family: var(--halyard);
  font-size: var(--m-body);
  width: 35ch;
  font-weight: 300;
  line-height: 1.5;
}

.m-body.about-p1.text-scale {
  width: max-content;
  max-width: 33ch;
}

.m-body.about-p2, .m-body.about-p3, .m-body.about-p4 {
  width: auto;
  min-width: 30ch;
  max-width: 35ch;
}

.m-body.how-we-work-body {
  width: auto;
  max-width: 50ch;
}

.m-body.f-body-light {
  color: var(--cream-light);
  font-size: var(--list-desc);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  max-width: 39ch;
  font-weight: 200;
  line-height: 1.3;
}

.m-body.f-body-dark {
  color: var(--dark);
  font-size: var(--list-desc);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.3;
}

.m-body.f-body-dark.team-copy {
  font-size: 1.2em;
}

.m-body.m-role-text {
  color: var(--dark);
  font-size: var(--list-desc);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.3;
}

.m-body.network-text {
  color: var(--dark);
  font-size: var(--list-desc);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  min-width: 24ch;
  max-width: 25ch;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.3;
}

.m-body.network-text.team-copy {
  font-size: 1.2em;
}

.m-body.m-role-text {
  color: var(--dark);
  font-size: var(--list-desc);
  text-align: left;
  letter-spacing: 1px;
  white-space: pre-line;
  width: auto;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.3;
}

.m-body.m-role-text.team-copy {
  font-size: 1.2em;
}

.approach {
  z-index: 200;
  width: var(--100);
  background-color: var(--cream-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 4%;
  display: flex;
  position: relative;
}

.wrapper-vertical {
  width: var(--100);
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4%;
  display: flex;
}

.services-grid {
  width: var(--100);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 113px;
  display: grid;
}

.s-one {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 450px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.s-content {
  flex-flow: column;
  display: flex;
}

.s-header {
  flex-flow: row;
  display: flex;
}

.s-title {
  width: var(--100);
}

.s-number {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.s-number-text {
  font-family: var(--halyard);
  color: var(--green);
  font-size: var(--s-number-title);
  font-weight: 400;
  line-height: 1;
}

.s-title-text {
  font-family: var(--halyard);
  font-size: var(--s-title);
  font-weight: 400;
  line-height: 1;
}

.s-title-text.f-headline-light {
  color: var(--cream-light);
  text-align: left;
  letter-spacing: 2px;
  margin-top: auto;
  margin-bottom: 2%;
  font-weight: 400;
}

.s-title-text.f-headline-dark-fb-3 {
  color: var(--dark);
  font-weight: var(--500);
  text-align: left;
  letter-spacing: 2px;
  width: 10.5ch;
  margin-top: 2%;
  margin-bottom: 0%;
  position: relative;
}

.s-title-text.f-headline-dark-fb {
  color: var(--dark);
  font-weight: var(--500);
  text-align: left;
  letter-spacing: 2px;
  max-width: 9ch;
  margin-top: 0;
  margin-bottom: 0;
}

.s-title-text.f-headline-dark-f {
  color: var(--dark);
  font-weight: var(--500);
  text-align: left;
  letter-spacing: 2px;
  margin-top: auto;
  margin-bottom: 2%;
}

.s-title-text.f-headline-dark-3 {
  color: var(--dark);
  font-weight: var(--500);
  text-align: left;
  letter-spacing: 2px;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 2%;
}

.s-title-text.f-headline-dark-fb-3 {
  color: var(--dark);
  font-weight: var(--500);
  text-align: left;
  letter-spacing: 2px;
  width: 7ch;
  margin-top: auto;
  margin-bottom: 0;
}

.s-title-text.member-name-text {
  color: var(--dark);
  font-weight: var(--500);
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.s-title-text.member-position-text {
  color: var(--dark);
  font-size: var(--label);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.s-title-text.governance-headline-copy {
  color: var(--dark);
  font-weight: var(--500);
  text-align: left;
  letter-spacing: 2px;
  width: 12ch;
  margin-top: 2%;
  margin-bottom: 0%;
  position: relative;
}

.list-item {
  font-family: var(--font-family);
  font-size: var(--list-desc);
  width: auto;
  min-width: auto;
  margin-top: -8px;
  font-weight: 200;
  line-height: 1.2;
}

.s-list-item-title {
  font-family: var(--halyard);
  font-size: var(--list-title);
  font-weight: 400;
  line-height: 1.1;
}

.list-item-2 {
  width: var(--100);
  text-align: left;
  object-fit: fill;
  align-self: auto;
  margin-top: -14px;
  margin-left: 0;
  margin-right: auto;
  line-height: .6;
  list-style-type: disc;
}

.list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2px;
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
}

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

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.services {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
  position: static;
}

.services.services-track {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0%;
  position: static;
}

.inside-wrap {
  width: var(--100);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.inside-wrap.padding-bottom {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
}

.m-right-services {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
  position: sticky;
  top: 0;
}

.s-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  padding: 6% 2%;
  display: flex;
}

.content-item__nr {
  color: #fff;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-top: .2em;
  font-size: .75em;
  font-weight: 400;
  transition: transform .4s cubic-bezier(.625, .05, 0, 1);
  display: flex;
}

.tab-content__wrap {
  width: 100%;
  max-width: 36em;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.content-item__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.tab-content__item-main {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-visual__item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tab-visual__item.active {
  visibility: visible;
}

.tab-visual__wrap {
  aspect-ratio: 1.6;
  height: 50em;
  position: relative;
}

.tab-content__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 2.5em;
  display: flex;
}

.tab-content__bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 30em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tab-content__item-bottom {
  background-color: #0003;
  width: 80%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 48px;
  transition: background-color .2s;
  position: static;
  inset: auto 0% 0%;
}

.tab-description__spacer {
  padding-top: 1em;
}

.tab-layout__col {
  width: 50%;
  padding-left: .5em;
  padding-right: .5em;
}

.tab-visual__inner {
  border: 1px solid #0003;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  padding: .5em;
  overflow: hidden;
}

.tab-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: .25em;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-content__item-detail {
  width: 100%;
  height: 0;
  padding-left: 4em;
  overflow: hidden;
}

.tab-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1;
}

.tab-progress {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #ff4c24;
  width: 100%;
  height: 1px;
  transform: scale3d(0, 1, 1);
}

.tab-layout__wrap {
  z-index: 1;
  grid-row-gap: 3em;
  flex-flow: wrap;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.tab-content__item {
  color: #131313;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: opacity .25s;
  position: relative;
}

.tab-description {
  margin-bottom: 0;
  font-size: 1em;
}

.tab-content__top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pillars-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 15% 4% 15% 0%;
  display: flex;
  position: sticky;
  top: 40%;
}

.pillars-left.hw {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  top: 20vh;
}

.services-viewport {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.s-one-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: flex;
}

.s-three, .s-four {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.hero-sub {
  z-index: 101;
  padding-top: 32px;
  position: relative;
  bottom: 0;
}

.hero-headline-container {
  overflow: hidden;
}

.m-left-pillars {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.m-heading--pillars {
  font-family: var(--lora);
  color: var(--dark);
  font-size: var(--hero-headline);
  letter-spacing: 1px;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: cover;
  max-width: 12ch;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-bottom: 1px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  overflow: visible;
}

.four-pillars {
  z-index: 200;
  width: var(--100);
  background-color: var(--light-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-card-img {
  margin-bottom: 30px;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-top: 177px;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 50vh;
  transform: translate(0, -50%);
}

.features-card-title {
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.section {
  background-color: #0000000d;
  padding: 150px 20px;
}

.features-right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--cream-light);
  text-align: left;
  letter-spacing: 2px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0%;
  font-weight: 400;
  display: flex;
  overflow: clip;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
}

.features-card.third {
  margin-bottom: 15px;
  top: 180px;
}

.features-card.third.f-style {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--light-grey);
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 650px;
  height: 300px;
  top: 380px;
}

.features-card.second {
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  margin-bottom: 30px;
  top: 165px;
}

.features-card.second.f-style {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--light-grey);
  border-radius: 0;
  min-width: 380px;
  max-width: 650px;
  height: 300px;
  top: 365px;
  overflow: visible;
}

.features-card.first {
  background-color: #39826a;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 650px;
  height: 300px;
  margin-bottom: 45px;
  top: 350px;
}

.features-card.fourth {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--light-grey);
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 650px;
  height: 300px;
  position: sticky;
  top: 400px;
}

.features-card.fourth.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.features-card.fitth {
  width: var(--100);
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 200px;
  position: sticky;
  top: 365px;
}

.features-card.fitth.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.how-we-work {
  z-index: 2000;
  background-color: var(--light-grey);
  width: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
  display: block;
  position: relative;
}

.div-block-4 {
  width: 100%;
  height: 350px;
  min-height: 350px;
  max-height: 350px;
  position: relative;
}

.m-headline-section {
  font-family: var(--lora);
  color: #24283e;
  font-size: var(--headline-sections);
  letter-spacing: 1px;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: cover;
  min-width: 12ch;
  max-width: 22ch;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-bottom: 1px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  overflow: visible;
}

.m-headline-section.full {
  max-width: 25ch;
}

.hero-head {
  z-index: 200;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.how-we-work-sticky {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding-top: 0%;
  padding-left: 2%;
  padding-right: 90px;
  display: flex;
  position: sticky;
  top: 40%;
}

.inside-wrap-governance {
  width: var(--100);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.inside-wrap-governance.padding-bottom {
  padding-left: 2%;
}

.g-bottom {
  width: var(--100);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: row;
  grid-template: "." minmax(auto, auto)
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(auto, auto);
  grid-auto-flow: row;
  place-content: space-between stretch;
  place-items: stretch stretch;
  display: grid;
}

.g-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 4%;
  display: flex;
  position: static;
  top: 150px;
}

.g-top.gover {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 0%;
}

.governance-card {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px dotted #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 380px;
  padding: 8%;
  display: flex;
  position: relative;
}

.governance-card.third {
  background-color: var(--light-grey);
  min-height: 300px;
  margin-bottom: 80px;
  position: sticky;
  top: 42%;
}

.governance-card.third.f-style {
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 250px;
  top: 380px;
}

.governance-card.third.three {
  min-height: 280px;
}

.governance-card.second {
  max-width: var(--100);
  background-color: var(--light-grey);
  min-height: 300px;
  margin-bottom: 60px;
  position: sticky;
  top: 420px;
}

.governance-card.second.f-style {
  filter: drop-shadow(0 2px 14px #0000002e);
  min-width: 380px;
  max-width: 550px;
  top: 365px;
  overflow: visible;
}

.governance-card.second.f-tablet {
  margin-bottom: 90px;
  top: 41%;
}

.governance-card.second.f-tablet.two {
  min-height: 280px;
}

.governance-card.first {
  background-color: #39826a;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 250px;
  margin-bottom: 45px;
  top: 350px;
}

.governance-card.fourth {
  background-color: var(--light-grey);
  min-height: 300px;
  margin-bottom: 70px;
  position: sticky;
  top: 43%;
}

.governance-card.fourth.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.governance-card.fourth.four {
  min-height: 280px;
}

.governance-card.fitth {
  width: var(--100);
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 200px;
  position: sticky;
  top: 365px;
}

.governance-card.fitth.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.governance-card.first {
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  position: sticky;
  top: 400px;
}

.governance-card.first.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.governance-card.f {
  background-color: var(--green);
  min-height: 280px;
  margin-top: 50vh;
  margin-bottom: 120px;
  position: sticky;
  top: 40%;
}

.governance-card.f.features-card.first {
  height: var(--100);
  min-width: auto;
  max-width: 100%;
  min-height: 300px;
  margin-bottom: 70px;
  top: 400px;
}

.governance-card.f.features-card.first.f-tablet {
  margin-bottom: 100px;
  top: 42%;
}

.governance-card.f.one {
  margin-bottom: 100px;
}

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

.g-svg-icon {
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 64px;
  height: 64px;
}

.g-svg-icon.cream {
  width: 64px;
  height: 64px;
}

.g-section-label {
  font-family: var(--halyard);
  color: var(--dark);
  font-size: var(--label);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: static;
}

.governance {
  z-index: 2000;
  box-sizing: border-box;
  height: var(--100vh);
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.governance.max-width {
  min-height: var(--100vh);
  justify-content: center;
  align-items: center;
  height: auto;
  top: 0;
}

.g-copy-bottom {
  max-height: var(--100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 140px;
  padding-top: 0;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.l-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.l-right {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
}

.l-headline-section {
  font-family: var(--lora);
  color: var(--dark);
  font-size: var(--headline-sections);
  letter-spacing: 1px;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-bottom: 1px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  overflow: visible;
}

.l-headline-section.full {
  max-width: 25ch;
}

.team-bio {
  width: var(--100);
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px dotted #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 420px;
  padding: 35px 30px;
  display: flex;
  position: static;
  top: 150px;
}

.team-bio.third {
  margin-bottom: 15px;
  top: 180px;
}

.team-bio.third.f-style {
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 250px;
  top: 380px;
}

.team-bio.second {
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  margin-bottom: 30px;
  top: 165px;
}

.team-bio.second.f-style {
  filter: drop-shadow(0 2px 14px #0000002e);
  min-width: 380px;
  max-width: 550px;
  top: 365px;
  overflow: visible;
}

.team-bio.first {
  background-color: #39826a;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 250px;
  margin-bottom: 45px;
  top: 350px;
}

.team-bio.fourth {
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 250px;
  position: sticky;
  top: 400px;
}

.team-bio.fourth.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.team-bio.fitth {
  width: var(--100);
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 200px;
  position: sticky;
  top: 365px;
}

.team-bio.fitth.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.team-bio.first {
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  position: sticky;
  top: 400px;
}

.team-bio.first.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.l-photo {
  width: 240px;
  height: 180px;
  display: flex;
}

.l-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  display: flex;
}

.l-copy-bottom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-photo {
  object-fit: cover;
  width: 340px;
  height: 240px;
  overflow: clip;
}

.top-nav {
  z-index: 9999;
  width: var(--100);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  height: 110px;
  margin-bottom: -110px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
}

.svg-2 {
  color: var(--cream-light);
}

.log-img {
  width: 215px;
}

.nav-links {
  width: var(--100);
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link {
  font-family: var(--halyard);
  color: var(--cream-light);
  font-size: var(--hero-footer);
  letter-spacing: 1.5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.b-red {
  border: 2px solid red;
  border-radius: 0;
  display: flex;
}

.b-blue {
  border: 2px solid #0015ff;
}

.m-section-fulllheigh {
  width: var(--100);
  height: var(--100vh);
  padding: 4%;
}

.m-section-auto {
  padding: 4%;
}

.m-section-auto.m-flex-h.bg-color-grey {
  background-color: #f6f4f1;
}

.m-section-auto.m-flex-h.bg-color-grey.who-we-are {
  z-index: 200;
  width: var(--100);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.m-wrapper {
  width: var(--100);
  display: flex;
}

.m-flex-v {
  flex-flow: column;
  display: flex;
}

.m-flex-h {
  display: flex;
}

.b-green {
  border: 2px solid #0f2;
}

.m-div-100 {
  width: var(--100);
}

.progress-nav__contact-btn {
  color: #fff;
  background-color: #2d336b;
  border-radius: 50em;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.progress-nav {
  width: 100%;
  padding: 2em;
  position: fixed;
  top: 0;
  left: 0;
}

.resource-group {
  z-index: 8888;
  position: relative;
}

.progress-nav__wrapper {
  background-color: #c9cce0;
  border-radius: 50em;
  padding: .5em;
}

.section-resource__h2 {
  font-size: 5em;
  font-weight: 500;
  line-height: 1;
}

.progress-nav__btn {
  z-index: 3;
  cursor: pointer;
  color: inherit;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__btn.is--after {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 100%;
}

.progress-nav__btn.is--before {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 100%;
}

.progress-nav__logo {
  color: inherit;
  text-decoration: none;
}

.section-resource {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-resource.is--flipped {
  color: #fff;
  background-color: #7886c7;
}

.progress-nav__btn-text {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.125em;
  font-weight: 500;
  display: flex;
}

.progress-nav__btn-text.is--duplicate {
  position: absolute;
  top: 100%;
}

.progress-nav__list {
  border-radius: 50em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.progress-nav__indicator {
  z-index: 2;
  background-color: #fff;
  border-radius: 50em;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  left: -2.5em;
}

.progress-nav__logo-svg {
  width: 8em;
}

.back-top__wrap {
  z-index: 2000;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding: 2em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% -6%;
}

.back-top__button {
  pointer-events: auto;
  background-color: #fca5a0;
  border: min(.5em, 5px) solid #efeeec;
  border-radius: 1em;
  outline-style: none;
  width: max(5vw, 2.5rem);
  height: max(5vw, 2.5rem);
  padding: .5em;
  position: relative;
}

.back-top__arrow-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.back-top__arrow-row {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.back-top__arrow {
  width: 2.5em;
}

.masketan-logo {
  color: var(--cream-light);
  width: 220px;
}

.masketan-mfo {
  color: #fff6ea;
  width: 140px;
}

.nav-logo {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.masketan-logo-mask, .masketan-mfo-mask {
  overflow: clip;
}

.top-nav-glass {
  width: var(--100);
  justify-content: space-between;
  align-items: center;
  padding: 20px 4%;
  display: flex;
}

.nav-inkbar {
  pointer-events: none;
}

.link-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  font-size: 3em;
  display: flex;
}

.underline-link {
  color: inherit;
  font-size: 1em;
  line-height: 1.25;
  position: relative;
}

.navlinks-mask {
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  overflow: clip;
}

.wrapperapproach {
  width: var(--100);
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.m-top {
  color: var(--cream-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.aboutt-image {
  box-sizing: border-box;
  height: var(--100);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  padding-right: 4%;
  overflow: clip;
}

.m-l-image {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 50%;
  height: auto;
  display: flex;
  overflow: visible;
}

.m-section-label-copy {
  font-family: var(--halyard);
  color: var(--dark);
  font-size: var(--label);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  position: sticky;
}

.image-container {
  z-index: 200;
  object-fit: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding: 4%;
  display: flex;
  position: relative;
}

.image-container.b-green {
  background-image: url('../images/m_tree.webp');
  background-position: 50%;
  background-size: cover;
}

.content-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 4% 4% 12%;
  display: flex;
}

.m-top-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.image-2 {
  width: var(--100);
  object-fit: cover;
  height: 80%;
  position: sticky;
  top: 4%;
}

.m-right-copy {
  width: var(--100);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: var(--cream-light);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4%;
  display: flex;
}

.demo-card__tag-p {
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1;
}

.gsap-slider__controls {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: none;
  overflow: visible;
}

.gsap-slider__collection {
  width: 100%;
  max-width: 72em;
}

.gsap-slider__list {
  -webkit-user-select: none;
  user-select: none;
  will-change: transform;
  touch-action: pan-y;
  backface-visibility: hidden;
  display: flex;
}

.osmo-icon-svg {
  opacity: .1;
  width: 40%;
  position: absolute;
}

.demo-card__tag {
  position: absolute;
  top: 2em;
  left: 2em;
}

.gsap-slider {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.before__125 {
  padding-top: 125%;
}

.gsap-slider__item {
  width: calc(((100% - 1px)  - (var(--slider-spv)  - 1) * var(--slider-gap)) / var(--slider-spv));
  margin-right: var(--slider-gap);
  flex: none;
}

.demo-card {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-hamburger {
  pointer-events: auto;
  color: #f4f4f4;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-nav-full__li {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-nav-full__ul {
  flex-flow: column;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.bold-nav-full__logo {
  pointer-events: auto;
  color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 2em;
  display: flex;
}

.bold-nav__word {
  opacity: .5;
  margin-bottom: 0;
  font-size: 1.125em;
  position: relative;
}

.bold-nav-full {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.bold-nav-full__tile {
  pointer-events: auto;
  background-color: #1b372e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.bold-nav-full__link {
  color: #f4f4f4;
  letter-spacing: -.04em;
  padding-left: .075em;
  padding-right: .075em;
  font-size: calc(4vw + 4vh);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.bold-nav-full__link.is--current {
  color: #d0ff00;
}

.bold-nav-full__link-text {
  text-shadow: 0 1.1em 0;
  display: block;
  position: relative;
}

.bold-nav__bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.25em 2.5em;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-hamburger-bar {
  background-color: currentColor;
  width: 2em;
  height: .125em;
  position: absolute;
}

.bold-nav-full__bar {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  padding: 2.5em;
  display: flex;
  position: absolute;
}

.pillars-headline {
  font-family: var(--lora);
  color: #24283e;
  font-size: var(--m-headline-section);
  letter-spacing: 1px;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: cover;
  min-width: 12ch;
  max-width: 19ch;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-bottom: 1px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  overflow: visible;
}

.pillars-headline.full {
  max-width: 25ch;
}

.parallax-demo-row__third {
  aspect-ratio: 1;
  width: calc(33.3333% - .833333em);
}

.parallax-demo-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: .75em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.parallax-demo-p {
  margin-bottom: 0;
  font-size: 1.25em;
}

.parallax-demo-details {
  z-index: 1;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.parallax-demo-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  overflow: clip;
}

.parallax-demo-row__half {
  aspect-ratio: 1;
  border-radius: .75em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parallax-demo-card__wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff0d;
  border: 1px solid #fff3;
  border-radius: .75em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 35em;
  padding: 2em;
  display: flex;
  overflow: hidden;
}

.data-parallax-span {
  display: inline-block;
}

.parallax-demo-wrap {
  z-index: 8000;
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  flex-flow: column;
  width: 100%;
  padding-bottom: 50vh;
  font-size: min(.85vw, 1rem);
  display: flex;
  position: relative;
}

.parallax-demo-row {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.parallax-demo-h {
  z-index: 1;
  text-align: center;
  max-width: 15ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.parallax-demo-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.parallax-demo-bg {
  z-index: 0;
  width: 100%;
  height: 120%;
  position: absolute;
}

.bg-video {
  z-index: 0;
  width: var(--100);
  height: var(--100);
  opacity: .36;
  filter: none;
  mix-blend-mode: normal;
  object-fit: cover;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.hero-video-wrap {
  z-index: 20;
  width: var(--100);
  height: var(--100);
  position: absolute;
}

.m-sign {
  color: var(--brown);
  overflow: clip;
}

.svg-3, .svg-4 {
  color: var(--brown);
}

.masketan-sign-bottom.masketan-sign {
  color: #c49d77;
  bottom: 11%;
  right: 9%;
}

.div-block-5 {
  z-index: 20000;
  color: var(--brown);
  width: 80px;
  position: fixed;
  bottom: 18px;
  right: 18px;
}

.masection {
  z-index: 200;
  width: var(--100);
  flex-flow: column;
  height: auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.masection.bg-color {
  background-color: var(--light-grey);
  justify-content: flex-start;
  align-items: flex-start;
}

.masection.bg-color.services-section {
  background-color: #f2edeb;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.masection.bg-color.contact-section {
  height: var(--100vh);
  background-color: #f2f0eb;
  display: block;
  overflow: visible;
}

.bg-grey {
  background-color: var(--light-grey);
}

.m-headline-section-about {
  z-index: 205;
  font-family: var(--lora);
  color: #24283e;
  font-size: var(--m-headline-section);
  letter-spacing: 1px;
  flex-flow: column;
  width: max-content;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
}

.m-headline-section-about.full {
  max-width: 25ch;
}

.about-right {
  flex: 50%;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 0;
  height: auto;
  display: flex;
  position: relative;
}

.img-wrapper {
  height: var(--100);
  overflow: hidden;
}

.m-headline-section-how-we-work {
  font-family: var(--lora);
  color: #24283e;
  font-size: var(--headline-sections);
  letter-spacing: 1px;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: cover;
  min-width: 12ch;
  max-width: 19ch;
  margin-top: 20px;
  margin-bottom: 21px;
  padding-bottom: 1px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  overflow: visible;
}

.m-headline-section-how-we-work.full {
  max-width: 25ch;
}

.f-icon-wrapper, .f-icon-wrapper-copy {
  width: 84px;
}

.svg-6, .svg-7, .svg-8 {
  color: var(--dark);
}

.m-headline-section-governance {
  font-family: var(--lora);
  color: #24283e;
  font-size: var(--headline-sections);
  letter-spacing: 1px;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: cover;
  max-width: 26ch;
  margin-top: 0;
  margin-bottom: 21px;
  padding-bottom: 1px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  overflow: visible;
}

.m-headline-section-governance.full {
  max-width: 25ch;
}

.gov-content-table {
  width: var(--100);
  height: var(--100);
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.g-icon {
  pointer-events: none;
  color: var(--dark);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 10%;
  left: auto;
}

.g-icon.f2, .g-icon.f4, .g-icon.f3 {
  top: 14%;
}

.g-icon-l {
  pointer-events: none;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 14%;
  left: 0%;
}

.first {
  width: auto;
  max-width: none;
}

.team {
  z-index: 2000;
  height: var(--100vh);
  background-color: var(--light-grey);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
}

.team-grid {
  width: var(--100);
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: row;
  grid-template: "." minmax(auto, auto)
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(auto, auto);
  grid-auto-flow: row;
  place-content: space-between stretch;
  place-items: stretch stretch;
  display: grid;
}

.team-member {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px dashed var(--dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  text-decoration: none;
  display: flex;
}

.team-member.third {
  background-color: var(--light-grey);
  min-height: 300px;
  margin-bottom: 50px;
  position: sticky;
  top: 440px;
}

.team-member.third.f-style {
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 250px;
  top: 380px;
}

.team-member.second {
  max-width: var(--100);
  background-color: var(--light-grey);
  min-height: 300px;
  margin-bottom: 60px;
  position: sticky;
  top: 420px;
}

.team-member.second.f-style {
  filter: drop-shadow(0 2px 14px #0000002e);
  min-width: 380px;
  max-width: 550px;
  top: 365px;
  overflow: visible;
}

.team-member.first {
  background-color: #39826a;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 250px;
  margin-bottom: 45px;
  top: 350px;
}

.team-member.fourth {
  background-color: var(--light-grey);
  min-height: 300px;
  margin-bottom: 40px;
  position: sticky;
  top: 185px;
}

.team-member.fourth.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.team-member.fitth {
  width: var(--100);
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  min-width: 380px;
  max-width: 550px;
  height: 200px;
  position: sticky;
  top: 365px;
}

.team-member.fitth.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.team-member.first {
  background-color: var(--cream-light);
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  position: sticky;
  top: 400px;
}

.team-member.first.empty {
  background-color: #fff6ea00;
  border-width: 0;
  height: 450px;
}

.team-member.f {
  background-color: var(--green);
  min-height: 280px;
}

.team-member.f.features-card.first {
  height: var(--100);
  min-width: auto;
  max-width: 100%;
  min-height: 300px;
  margin-bottom: 70px;
  top: 400px;
}

.photo-profile {
  width: var(--100);
  aspect-ratio: 1;
  object-fit: cover;
  overflow: hidden;
}

.team-image {
  border: 20px solid var(--light-grey);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.member-meta {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  padding: 8%;
  display: flex;
}

.member-name {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0%;
  padding-bottom: 2%;
}

.member-role {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.team-modal {
  z-index: 50010;
  height: var(--100vh);
  background-color: var(--green);
  flex-flow: column;
  width: 70%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.team-modal.is-open {
  pointer-events: none;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
}

.team-modal-panel {
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 1200px;
  height: auto;
  max-height: 90vh;
  display: flex;
  position: relative;
}

.network-label {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.network-row {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
}

.network-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.item-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-text {
  flex: 0 auto;
  height: 3.5em;
}

.label-line {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.network-icon {
  width: auto;
  min-width: 36px;
  max-width: 48px;
  height: auto;
  min-height: 36px;
  max-height: 48px;
}

.svg-9 {
  width: var(--100);
}

.contact {
  z-index: 2000;
  background-color: var(--green);
  background-image: url('../images/bg-contact.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: block;
  position: relative;
}

.contact-hero {
  font-family: var(--lora);
  color: var(--cream-light);
  font-size: var(--hero-subheadline);
  line-height: 1.1;
  font-weight: var(--200);
  letter-spacing: 1px;
  white-space: pre-line;
  object-position: 50% 100%;
  position: static;
  overflow: visible;
}

.m-about-left {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  padding-top: 0%;
  display: flex;
  position: relative;
  top: 0%;
}

.m-wrapper-about {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4%;
  display: flex;
  position: relative;
}

.m-img-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 0;
  max-height: none;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  overflow: hidden;
}

.m-img-about {
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.m-about-right {
  flex: 50%;
  order: 0;
  align-self: stretch;
  height: auto;
}

.m-about-right.flex-custom {
  width: var(--100);
}

.m-about-wrapper {
  width: var(--100);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-top {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.about-content-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 4%;
  display: flex;
  position: relative;
}

.about-content-bottom.padding {
  padding-top: 0%;
  padding-left: 0%;
}

.main-wrapper {
  z-index: 102;
  background-color: var(--light-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.body-2 {
  background-color: var(--light-grey);
}

.grid-system {
  width: var(--100);
  grid-row-gap: 0vw;
  flex: 0 auto;
  grid-template: "image image image image image image image content content content content content"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start stretch;
  padding: 4%;
  display: grid;
  position: relative;
  overflow: visible;
}

.grid-system.padding-8 {
  padding-top: 16%;
  padding-bottom: 16%;
}

.grid-system.app {
  grid-column-gap: 0px;
}

.m-headline-line {
  white-space: nowrap;
  margin-top: -5px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.m-headline-line.indent {
  margin-top: 0;
  line-height: 1.2;
}

.m-headline-line.set {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.m-headline-line.set.h-contact {
  color: var(--cream-light);
  text-align: left;
}

.m-headline-line.three {
  color: var(--cream-light);
}

.m-headline-line.services-one {
  white-space: normal;
  min-width: 12ch;
  max-width: 23ch;
  padding-left: 0;
  font-weight: 400;
}

.m-headline-line.h {
  padding-left: 10rem;
}

.m-headline-line.how-flex {
  white-space: normal;
  min-width: 12ch;
  max-width: 23ch;
  padding-left: 0;
  font-weight: 400;
}

.m-headline-line.cont {
  color: var(--cream-light);
}

.m-headline-line.aaaa {
  color: var(--dark);
}

.m-headline-line.set {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  margin-top: 0;
  padding-left: 0;
}

.m-headline-line.set.h-contact {
  color: var(--cream-light);
}

.m-headline-line.set._2nd {
  margin-top: -10px;
}

.m-headline-line.how-we-work-headline {
  white-space: normal;
  min-width: 12ch;
  max-width: 23ch;
  padding-left: 0;
  font-weight: 400;
}

.m-headline-line.headline-governance {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.m-headline-line.headline-governance.h-contact {
  color: var(--cream-light);
}

.m-headline-line.headline-team {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.m-headline-line.headline-team.h-contact {
  color: var(--cream-light);
}

.text-scale {
  font-family: var(--halyard);
  font-size: var(--m-body-copy);
  width: max-content;
  min-width: 31px;
  max-width: 36ch;
  margin-bottom: 0;
  padding-top: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.text-scale.how-we-work {
  max-width: 39ch;
  overflow: visible;
}

.text-scale.e {
  width: auto;
  min-width: 12ch;
  max-width: 47ch;
}

.text-scale.light {
  color: var(--cream-light);
  letter-spacing: 1px;
  text-indent: 0;
  max-width: 34ch;
  font-weight: 200;
}

.text-scale.light-contact-body {
  color: var(--cream-light);
  font-size: var(--label);
  letter-spacing: 1px;
  text-indent: 0;
  max-width: 34ch;
  padding-top: 0;
  font-weight: 200;
  line-height: 1.3;
}

.text-scale.about {
  width: max-content;
  max-width: 34ch;
  padding-top: 0;
}

.m-label-wrapper {
  z-index: 209;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 5.6rem;
  display: block;
  position: relative;
  left: 0%;
  overflow: visible;
}

.m-label-wrapper._w-gov {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-bottom: 27px;
  padding-left: 0;
  display: flex;
}

.m-label-wrapper._w-team {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-bottom: 2%;
  padding-left: 0;
  display: flex;
}

.label-wrapper {
  z-index: 204;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 5.6rem;
  height: auto;
  min-height: 2.6rem;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.label-wrapper.services {
  width: 29.4rem;
  padding-left: 0;
}

.label-wrapper.h-howwework {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
}

.img-mask {
  object-fit: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75%;
  min-height: 0;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span, .hero-headline-span {
  line-height: 1.3;
}

.m-hero-headline-line {
  white-space: nowrap;
  margin-top: 1px;
  margin-bottom: -18px;
  line-height: 1.3;
  display: block;
}

.m-hero-headline-line.indent {
  padding-left: 18%;
  line-height: 1.2;
}

.hero-heading-mobile {
  font-family: var(--lora);
  color: var(--cream-light);
  font-size: var(--hero-headline);
  letter-spacing: 1px;
  white-space: nowrap;
  object-position: 50% 100%;
  flex-flow: column;
  width: max-content;
  font-weight: 400;
  line-height: 1.2;
  display: none;
  position: static;
  overflow: visible;
}

.heading {
  font-size: var(--m-headline-section);
  flex-flow: row;
  padding-left: 10px;
  line-height: 1;
  display: block;
}

._655.m-headline-section-about {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 4%;
  position: relative;
  top: 0;
}

._655.m-headline-section-about.ver {
  justify-content: center;
  align-items: flex-start;
}

.div-block-9 {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.m-about-headline-line-a {
  white-space: nowrap;
  margin-top: -5px;
  line-height: 1.2;
  display: block;
}

.m-about-headline-line-a.indent {
  margin-top: 0;
  line-height: 1.2;
}

.m-about-headline-line-a.two, .m-about-headline-line-a.services-one {
  padding-left: 0;
}

.m-how-we-work-headline-line {
  white-space: nowrap;
  flex-flow: column;
  margin-top: 0;
  line-height: 1.2;
  display: flex;
}

.m-how-we-work-headline-line.indent {
  margin-top: 0;
  line-height: 1.2;
}

.m-how-we-work-headline-line.two {
  padding-left: 0;
}

.m-how-we-work-headline-line.services-one {
  padding-left: 0;
  font-weight: 400;
}

.g-top-content-mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.m-g-bottom {
  margin-top: -18px;
}

.wrapper-hero {
  width: var(--100);
  flex-flow: column;
  padding: 8%;
  display: flex;
}

.governance-copy {
  z-index: 2000;
  box-sizing: border-box;
  height: var(--100vh);
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.leadership {
  z-index: 2000;
  box-sizing: border-box;
  background-color: var(--light-grey);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.leadership.max-width {
  height: auto;
  min-height: 100vh;
}

.team-wrapper {
  width: var(--100);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  order: 0;
  grid-template: "Area Area Area Area"
  / minmax(200px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  height: auto;
  padding: 4%;
  display: flex;
}

.team-wrapper.m-flex-v {
  z-index: 50;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8%;
}

.team-wrapper.m-flex-v.wrap-about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 8%;
  padding-bottom: 2%;
}

.team-wrapper.m-flex-h.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.g-top-team {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
  position: static;
  top: 150px;
}

.team-track {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.team-viewport {
  position: relative;
  overflow: hidden;
}

.contact-wrapper {
  width: var(--100);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  order: 0;
  grid-template: "Area Area Area Area"
  / minmax(200px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  height: auto;
  padding: 4%;
  display: flex;
}

.contact-wrapper.m-flex-v {
  z-index: 50;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8%;
}

.contact-wrapper.m-flex-v.wrap-about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 8%;
  padding-bottom: 2%;
}

.contact-wrapper.m-flex-h.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.contact-section {
  z-index: 500;
  width: var(--100);
  background-color: #f2f0eb;
  background-image: url('../images/bg-contact.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.m-contact-left {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100vh;
  padding-top: 0%;
  display: flex;
  position: relative;
  top: 4%;
}

.label-wrapper-contact {
  z-index: 204;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 2.6rem;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.label-wrapper-contact.services {
  width: 29.4rem;
}

.label-wrapper-contact.h-howwework {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
}

.label-contact {
  font-family: var(--halyard);
  color: var(--cream-light);
  font-size: var(--m-body-copy);
  letter-spacing: 1px;
  width: auto;
  font-weight: 400;
  display: inline;
}

.contact-lega-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: static;
}

.c-left {
  padding-right: 4%;
}

.c-right {
  padding-right: 2%;
}

.grid-system-contact {
  width: var(--100);
  flex: 0 auto;
  grid-template: "image image image image image image content content content content content content"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start;
  padding: 4%;
  display: grid;
  position: relative;
  overflow: visible;
}

.grid-system-contact.max-width {
  grid-column-gap: 16px;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.max-width {
  width: var(--100);
  max-width: 1920px;
}

.contact-top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-11 {
  width: var(--100);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.btn-animate-chars {
  color: #131313;
  cursor: pointer;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  padding: 1em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-animate-chars__bg {
  background-color: #efeeec;
  border-radius: 0;
  position: absolute;
  inset: 0;
}

.btn-animate-chars__text {
  font-family: var(--halyard);
  color: var(--dark);
  font-size: var(--list-title);
  white-space: nowrap;
  line-height: 1.3;
}

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

.member-position {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0%;
  padding-bottom: 4%;
}

.g-icon-mobile {
  pointer-events: none;
  color: var(--dark);
  justify-content: space-between;
  align-items: flex-start;
  display: none;
  position: relative;
  top: 10%;
  left: auto;
}

.g-icon-mobile.f2, .g-icon-mobile.f4, .g-icon-mobile.f3 {
  top: 14%;
}

.network-items-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sidenav__button-label {
  color: #131313;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
}

.sidenav__menu {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35em;
  height: 100%;
  margin-left: auto;
  padding-top: 6em;
  padding-bottom: 2em;
  position: relative;
  overflow: auto;
}

.sidenav__menu-inner {
  z-index: 1;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.sidenav__menu-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.sidenav__menu-socials {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sidenav__overlay {
  z-index: 0;
  cursor: pointer;
  background-color: #13131366;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sidenav__button-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.5em;
  display: flex;
  overflow: hidden;
}

.sidenav__menu-list {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.sidenav__button-icon-svg {
  width: 100%;
}

.sidenav__header {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  top: 2em;
  left: 2em;
  right: 2em;
}

.sidenav__menu-list-item {
  height: 6em;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.sidenav__menu-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #131313;
  width: 100%;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: 2em;
  text-decoration: none;
  display: flex;
}

.sidenav__nav {
  z-index: 9;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.sidenav__menu-bg-panel {
  z-index: 0;
  background-color: #ebdcc5;
  border-top-left-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  position: absolute;
  inset: 0%;
}

.sidenav__menu-bg-panel.is--first {
  background-color: #e04645;
}

.sidenav__menu-bg-panel.is--second {
  background-color: #131313;
}

.sidenav__button {
  z-index: 10;
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
}

.sidenav__button-icon {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  transition: transform .4s cubic-bezier(.65, .05, 0, 1);
  display: flex;
}

.sidenav__menu-link-heading {
  z-index: 1;
  text-transform: uppercase;
  font-size: 5.625em;
  font-weight: 700;
  line-height: .75;
  transition: transform .55s cubic-bezier(.65, .05, 0, 1);
  position: relative;
}

.sidenav__menu-details {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2em;
  display: flex;
}

.sidenav__menu-link-eyebrow {
  z-index: 1;
  color: #e04645;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.team-modal-wrap {
  z-index: 99999;
  width: var(--100);
  height: var(--100vh);
  display: none;
  position: fixed;
  inset: 0% 0% 0% 0;
}

.team-modal-overlay {
  width: var(--100);
  height: var(--100);
  background-color: #0000007a;
  position: absolute;
  inset: 0%;
}

.team-modal-sidebar {
  height: var(--100vh);
  background-color: #f6f4f1;
  width: 50em;
  position: absolute;
  right: 0;
  overflow: auto;
}

.team-modal-inner {
  height: auto;
  padding: 6em 4em;
  position: relative;
}

.modal-close-btn {
  position: relative;
  top: 0;
  right: 0;
}

.close-icon {
  width: 48px;
  height: 48px;
}

.modal-photo {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.modal-name.member-name-text {
  padding-top: 4%;
}

.modal-pos {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2%;
  padding-bottom: 4%;
}

.modal-desc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.modal-linkedin-link {
  width: 48px;
  height: 48px;
}

.modal-header {
  z-index: 9999;
  background-color: var(--light-grey);
  justify-content: space-between;
  align-items: center;
  padding: 2em 4em 1em;
  display: flex;
  position: sticky;
  top: 0;
}

.label-services {
  font-family: var(--halyard);
  color: var(--dark);
  font-size: var(--hero-footer);
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: relative;
  overflow: visible;
}

.label-services.light {
  color: var(--cream-light);
}

.label-services.margin {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.label-services.margin-copy, .label-services.margin-services {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.label-services.margin-services.g-label-services {
  width: auto;
}

.label-services.label-howwework {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.label-services.margin-copy {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.label-services.label-contact {
  color: var(--cream-light);
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.label-howwework {
  font-family: var(--halyard);
  color: var(--dark);
  font-size: var(--hero-footer);
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: relative;
  overflow: visible;
}

.label-howwework.light {
  color: var(--cream-light);
}

.label-howwework.margin {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.label-howwework.margin-copy, .label-howwework.margin-services {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.label-howwework.margin-services.g-label-services {
  width: auto;
}

.label-howwework.label-howwework {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.label-howwework.margin-copy {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.label-howwework.label-contact {
  color: var(--cream-light);
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-governance {
  font-family: var(--halyard);
  color: var(--dark);
  font-size: var(--hero-footer);
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: relative;
  overflow: visible;
}

.m-section-label-governance.light {
  color: var(--cream-light);
}

.m-section-label-governance.margin {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-governance.margin-copy, .m-section-label-governance.margin-services {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-governance.margin-services.g-label-services {
  width: auto;
}

.m-section-label-governance.label-howwework {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-governance.margin-copy {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-governance.label-contact {
  color: var(--cream-light);
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-copy {
  font-family: var(--halyard);
  color: var(--dark);
  font-size: var(--hero-footer);
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: relative;
  overflow: visible;
}

.m-section-label-copy.light {
  color: var(--cream-light);
}

.m-section-label-copy.margin {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-copy.margin-copy, .m-section-label-copy.margin-services {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-copy.margin-services.g-label-services {
  width: auto;
}

.m-section-label-copy.label-howwework {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-copy.margin-copy {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-copy.label-contact {
  color: var(--cream-light);
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-team {
  font-family: var(--halyard);
  color: var(--dark);
  font-size: var(--hero-footer);
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: relative;
  overflow: visible;
}

.m-section-label-team.light {
  color: var(--cream-light);
}

.m-section-label-team.margin {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-team.margin-copy, .m-section-label-team.margin-services {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-team.margin-services.g-label-services {
  width: auto;
}

.m-section-label-team.label-howwework {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-team.margin-copy {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-team.label-contact {
  color: var(--cream-light);
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-headline-line-headline {
  white-space: nowrap;
  margin-top: -5px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.m-headline-line-headline.indent {
  margin-top: 0;
  line-height: 1.2;
}

.m-headline-line-headline.set {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.m-headline-line-headline.set.h-contact, .m-headline-line-headline.three {
  color: var(--cream-light);
}

.m-headline-line-headline.services-one {
  white-space: normal;
  min-width: 12ch;
  max-width: 23ch;
  padding-left: 0;
  font-weight: 400;
}

.m-headline-line-headline.h {
  padding-left: 10rem;
}

.m-headline-line-headline.how-flex {
  white-space: normal;
  min-width: 12ch;
  max-width: 23ch;
  padding-left: 0;
  font-weight: 400;
}

.m-headline-line-headline.cont {
  color: var(--cream-light);
}

.m-headline-line-headline.aaaa {
  color: var(--dark);
}

.m-headline-line-headline.set {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  margin-top: 0;
  padding-left: 0;
}

.m-headline-line-headline.set.h-contact {
  color: var(--cream-light);
}

.m-headline-line-headline.set._2nd {
  margin-top: -10px;
}

.m-headline-line-headline.how-we-work-headline {
  white-space: normal;
  min-width: 12ch;
  max-width: 23ch;
  padding-left: 0;
  font-weight: 400;
}

.m-headline-line-headline.headline-governance {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.m-headline-line-headline.headline-governance.h-contact {
  color: var(--cream-light);
}

.m-headline-line-contact {
  white-space: nowrap;
  margin-top: -5px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.m-headline-line-contact.indent {
  margin-top: 0;
  line-height: 1.2;
}

.m-headline-line-contact.set {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.m-headline-line-contact.set.h-contact {
  color: var(--cream-light);
  text-align: left;
}

.m-headline-line-contact.three {
  color: var(--cream-light);
}

.m-headline-line-contact.services-one {
  white-space: normal;
  min-width: 12ch;
  max-width: 23ch;
  padding-left: 0;
  font-weight: 400;
}

.m-headline-line-contact.h {
  padding-left: 10rem;
}

.m-headline-line-contact.how-flex {
  white-space: normal;
  min-width: 12ch;
  max-width: 23ch;
  padding-left: 0;
  font-weight: 400;
}

.m-headline-line-contact.cont {
  color: var(--cream-light);
}

.m-headline-line-contact.aaaa {
  color: var(--dark);
}

.m-headline-line-contact.set {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  margin-top: 0;
  padding-left: 0;
}

.m-headline-line-contact.set.h-contact {
  color: var(--cream-light);
}

.m-headline-line-contact.set._2nd {
  margin-top: -10px;
}

.m-headline-line-contact.how-we-work-headline {
  white-space: normal;
  min-width: 12ch;
  max-width: 23ch;
  padding-left: 0;
  font-weight: 400;
}

.m-headline-line-contact.headline-governance {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.m-headline-line-contact.headline-governance.h-contact {
  color: var(--cream-light);
}

.m-headline-line-contact.headline-team {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.m-headline-line-contact.headline-team.h-contact {
  color: var(--cream-light);
}

.m-headline-line-contact.set-copy {
  font-family: var(--lora);
  font-size: var(--m-headline-section);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.m-headline-line-contact.set-copy.h-contact {
  color: var(--cream-light);
  text-align: left;
}

.small-label-contact {
  font-family: var(--halyard);
  color: var(--cream-light);
  font-size: var(--m-body-copy);
  letter-spacing: 1px;
  width: auto;
  font-weight: 400;
  display: inline;
}

.m-section-label-contact {
  font-family: var(--halyard);
  color: var(--cream-light);
  font-size: var(--hero-footer);
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: relative;
  overflow: visible;
}

.m-section-label-contact.light {
  color: var(--cream-light);
}

.m-section-label-contact.margin {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-contact.margin-copy, .m-section-label-contact.margin-services {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: center;
  width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-contact.margin-services.g-label-services {
  width: auto;
}

.m-section-label-contact.label-howwework {
  text-align: right;
  letter-spacing: 4px;
  white-space: normal;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-contact.margin-copy {
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.m-section-label-contact.label-contact {
  color: var(--cream-light);
  letter-spacing: 4px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: clamp(.8rem, .357rem + .714vw, 1rem);
  display: flex;
  position: static;
}

.h-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --100: 100%;
    --100vh: 100vh;
    --lora: Lora, sans-serif;
    --cream-light: #fff6ea;
    --hero-headline: clamp(2.225 * 1rem, ((2.225 - ((7 - 2.225) / (120 - 20) * 20)) * 1rem + ((7 - 2.225) / (120 - 20)) * 100vw), 7 * 1rem);
    --hero-subheadline: clamp(2 * 1rem, ((2 - ((2.75 - 2) / (90 - 20) * 20)) * 1rem + ((2.75 - 2) / (90 - 20)) * 100vw), 2.75 * 1rem);
    --halyard: halyard-display, sans-serif;
    --hero-body: clamp(1.125 * 1rem, ((1.125 - ((2.1875 - 1.125) / (90 - 20) * 20)) * 1rem + ((2.1875 - 1.125) / (90 - 20)) * 100vw), 2.1875 * 1rem);
    --hero-footer: clamp(.75 * 1rem, ((.75 - ((1.1875 - .75) / (90 - 20) * 20)) * 1rem + ((1.1875 - .75) / (90 - 20)) * 100vw), 1.1875 * 1rem);
    --brown: #c49d77;
    --light-grey: #f6f4f1;
    --dark: #24283e;
    --m-body: clamp(1 * 1rem, ((1 - ((1.45 - 1) / (90 - 20) * 20)) * 1rem + ((1.45 - 1) / (90 - 20)) * 100vw), 1.45 * 1rem);
    --list-desc: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (80 - 20) * 20)) * 1rem + ((1.125 - 1) / (80 - 20)) * 100vw), 1.125 * 1rem);
    --green: #39826a;
    --s-number-title: clamp(1.125 * 1rem, ((1.125 - ((1.75 - 1.125) / (90 - 20) * 20)) * 1rem + ((1.75 - 1.125) / (90 - 20)) * 100vw), 1.75 * 1rem);
    --s-title: clamp(1.5 * 1rem, ((1.5 - ((1.6875 - 1.5) / (90 - 20) * 20)) * 1rem + ((1.6875 - 1.5) / (90 - 20)) * 100vw), 1.6875 * 1rem);
    --500: 500;
    --label: clamp(.9375 * 1rem, ((1 - ((.9375 - 1) / (90 - 35) * 35)) * 1rem + ((.9375 - 1) / (90 - 35)) * 100vw), 1 * 1rem);
    --font-family: var(--halyard);
    --list-title: 20px;
    --headline-sections: clamp(2.375 * 1rem, ((2.375 - ((5.875 - 2.375) / (120 - var(--viewport-min)) * var(--viewport-min))) * 1rem + ((5.875 - 2.375) / (120 - var(--viewport-min))) * 100vw), 5.875 * 1rem);
    --100vw: 100vw;
    --m-headline-section: clamp(1.3125 * 1rem, ((1.3125 - ((3.25 - 1.3125) / (62 - 22) * 22)) * 1rem + ((3.25 - 1.3125) / (62 - 22)) * 100vw), 3.25 * 1rem);
    --m-body-copy: clamp(1.1875 * 1rem, ((1.1875 - ((1.5625 - 1.1875) / (118 - 62) * 62)) * 1rem + ((1.5625 - 1.1875) / (118 - 62)) * 100vw), 1.5625 * 1rem);
    --color: white;
    --viewport-max: 60;
    --viewport-min: 20;
    --m-label-section: clamp(.9375 * 1rem, ((.9375 - ((1.25 - .9375) / (120 - 62) * 62)) * 1rem + ((1.25 - .9375) / (120 - 62)) * 100vw), 1.25 * 1rem);
    --test: clamp(2.1875rem, .5rem + 2.8125vw, 3.875rem);
    --m-headline-section-t: clamp(1.1875 * 1rem, ((3 - ((1.1875 - 3) / (var(--viewport-min)  - var(--viewport-max)) * var(--viewport-max))) * 1rem + ((1.1875 - 3) / (var(--viewport-min)  - var(--viewport-max))) * 100vw), 3 * 1rem);
  }

  .hero {
    justify-content: center;
    align-items: center;
  }

  .hero-heading {
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.1;
  }

  .hero-bottom {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .masketan-sign {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: fixed;
    bottom: 18px;
    right: 18px;
    overflow: clip;
  }

  .about {
    z-index: 200;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    min-height: 100vh;
    display: flex;
  }

  .m-heading {
    min-width: 19ch;
    max-width: 30ch;
  }

  .m-section-label.margin, .m-section-label.margin-copy, .m-section-label.margin-services, .m-section-label.label-howwework, .m-section-label.margin-copy, .m-section-label.label-contact {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

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

  .wrapper.m-flex-v {
    padding-bottom: 0%;
    top: auto;
  }

  .wrapper.m-flex-v.wrap-about {
    flex-flow: row;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .wrapper.m-flex-h.align-top {
    flex-flow: row;
  }

  .m-left {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .m-right {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
  }

  .m-body {
    width: auto;
  }

  .m-body.f-body-light {
    margin-bottom: 0;
  }

  .m-body.network-text {
    min-width: 21ch;
    max-width: 25ch;
  }

  .wrapper-vertical {
    flex-flow: column;
  }

  .s-one {
    width: var(--100);
  }

  .s-title-text.f-headline-light {
    margin-top: 0;
    margin-bottom: 0%;
    padding-bottom: 0;
  }

  .s-title-text.f-headline-dark-fb-3 {
    margin-top: 0;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .s-title-text.f-headline-dark-f {
    margin-top: auto;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .s-title-text.f-headline-dark-3 {
    margin-top: auto;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .s-title-text.f-headline-dark-3.h-t {
    max-width: 12ch;
  }

  .s-title-text.member-name-text {
    padding-bottom: 0;
  }

  .s-title-text.member-position-text {
    padding-bottom: 16px;
  }

  .s-title-text.governance-headline-copy {
    margin-top: 0;
    padding-top: 8%;
    padding-bottom: 8%;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .services {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .services.services-track {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .inside-wrap.padding-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .m-right-services {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .s-two {
    width: var(--100);
    padding-top: 0%;
  }

  .tab-content__wrap {
    max-width: none;
    margin-left: 0;
  }

  .tab-visual__item {
    overflow: hidden;
  }

  .tab-visual__wrap {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content__inner {
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }

  .tab-layout__col {
    width: 100%;
  }

  .tab-content__top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .pillars-left {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
  }

  .pillars-left.hw {
    justify-content: center;
    align-items: flex-start;
    top: 0;
  }

  .services-viewport {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .s-three, .s-four {
    width: var(--100);
  }

  .hero-sub {
    width: 100%;
  }

  .m-left-pillars {
    flex-flow: column;
    width: 100%;
  }

  .features-left {
    width: 100%;
    position: static;
    top: 100px;
    bottom: 107px;
    transform: none;
  }

  .features-right {
    width: var(--100);
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    flex-flow: column;
    grid-template: "Area Area Area"
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start center;
    height: auto;
    padding: 0% 4% 4%;
    display: grid;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .features-card.third.f-style {
    width: var(--100);
    min-width: auto;
    max-width: none;
    margin-bottom: 30px;
    position: static;
    top: 68%;
  }

  .features-card.second.f-style {
    filter: none;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    position: static;
    top: 67%;
  }

  .features-card.first {
    width: var(--100);
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    position: static;
    top: 65%;
    bottom: 100px;
  }

  .features-card.fourth {
    width: var(--100);
    min-width: auto;
    max-width: none;
    position: static;
    top: 69%;
  }

  .m-headline-section {
    object-fit: cover;
    min-width: 10ch;
    max-width: 22ch;
  }

  .hero-head {
    width: 100%;
  }

  .how-we-work-sticky {
    width: 100%;
    padding-bottom: 2%;
    padding-left: 0%;
    padding-right: 0;
    position: relative;
    top: auto;
  }

  .inside-wrap-governance.padding-bottom {
    flex-flow: column;
  }

  .g-bottom {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    grid-template-rows: minmax(auto, auto) auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start center;
    padding: 0% 0% 8%;
    display: grid;
    position: static;
  }

  .g-top {
    position: static;
    top: 100px;
    bottom: 107px;
  }

  .governance-card {
    width: 100%;
    min-height: 310px;
  }

  .governance-card.third {
    min-height: 310px;
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .governance-card.third.f-style {
    max-width: var(--100);
    margin-bottom: 30px;
    position: static;
    top: 68%;
  }

  .governance-card.third.three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 320px;
  }

  .governance-card.second.f-style {
    filter: none;
    width: 100%;
    max-width: 100%;
    position: static;
    top: 67%;
  }

  .governance-card.second.f-tablet {
    max-width: none;
    min-height: 310px;
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .governance-card.second.f-tablet.two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 320px;
  }

  .governance-card.first {
    background-color: var(--green);
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    top: 65%;
    bottom: 100px;
  }

  .governance-card.fourth {
    width: var(--100);
    min-height: 310px;
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .governance-card.fourth.four {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 320px;
  }

  .governance-card.first {
    width: var(--100);
    max-width: var(--100);
    position: static;
    top: 69%;
  }

  .governance-card.f.features-card.first {
    justify-content: space-between;
    align-items: stretch;
    min-width: 0;
    max-width: none;
  }

  .governance-card.f.features-card.first.f-tablet {
    min-height: 200px;
    margin-bottom: 0;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .governance-card.f.one {
    margin-top: auto;
    margin-bottom: 2%;
    position: relative;
    top: auto;
  }

  .g-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .g-svg-icon {
    width: 64px;
  }

  .g-section-label {
    display: inline;
  }

  .governance {
    height: auto;
  }

  .g-copy-bottom {
    min-height: 100px;
  }

  .l-left {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

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

  .l-headline-section {
    object-fit: cover;
    min-width: 10px;
    max-width: 22ch;
  }

  .team-bio {
    position: static;
  }

  .team-bio.third.f-style {
    max-width: var(--100);
    margin-bottom: 30px;
    position: static;
    top: 68%;
  }

  .team-bio.second.f-style {
    filter: none;
    width: 100%;
    max-width: 100%;
    position: static;
    top: 67%;
  }

  .team-bio.first {
    max-width: 100%;
    margin-bottom: 30px;
    position: static;
    top: 65%;
    bottom: 100px;
  }

  .team-bio.fourth, .team-bio.first {
    width: var(--100);
    max-width: var(--100);
    position: static;
    top: 69%;
  }

  .nav-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .m-section-fulllheigh, .m-section-auto {
    padding-left: 8%;
    padding-right: 8%;
  }

  .back-top__wrap {
    padding: 1.25em;
  }

  .back-top__button {
    border-radius: .5em;
    padding: .4em;
  }

  .masketan-logo {
    width: 180px;
  }

  .masketan-mfo {
    width: 100px;
  }

  .nav-logo {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .wrapperapproach {
    flex-flow: column;
  }

  .m-top {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .aboutt-image {
    object-fit: cover;
    object-position: 35% 50%;
    height: 100%;
  }

  .m-l-image {
    object-fit: cover;
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    max-width: 45%;
    position: static;
    overflow: hidden;
  }

  .image-container, .m-top-right {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .m-right-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .gsap-slider {
    z-index: 2000;
  }

  .pillars-headline {
    object-fit: cover;
    min-width: 10ch;
    max-width: 22ch;
    margin-top: 0;
  }

  .svg-5 {
    color: var(--brown);
  }

  .masection.bg-color.services-section, .masection.bg-color.contact-section {
    background-color: #f2edeb;
  }

  .m-headline-section-about {
    object-fit: cover;
    flex: none;
    min-width: 10ch;
    max-width: 22ch;
    margin-top: 0;
  }

  .about-right {
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    height: auto;
    overflow: visible;
  }

  .img-wrapper {
    height: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    overflow: hidden;
  }

  .m-headline-section-how-we-work {
    object-fit: cover;
    min-width: 10ch;
    max-width: 34ch;
    margin-top: 0;
  }

  .m-headline-section-governance {
    object-fit: cover;
    min-width: 10ch;
    max-width: 22ch;
  }

  .gov-content-table {
    padding-top: 5%;
  }

  .g-icon {
    display: none;
  }

  .g-icon.f2 {
    display: block;
    position: static;
    top: 6%;
  }

  .g-icon.f4 {
    display: block;
    top: 6%;
  }

  .g-icon.f3 {
    display: block;
    position: static;
    top: auto;
  }

  .team-grid {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    grid-template-rows: minmax(auto, auto) auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start center;
    padding: 0% 0% 8%;
    display: grid;
    position: static;
  }

  .team-member.third {
    min-height: 250px;
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .team-member.third.f-style {
    max-width: var(--100);
    margin-bottom: 30px;
    position: static;
    top: 68%;
  }

  .team-member.second.f-style {
    filter: none;
    width: 100%;
    max-width: 100%;
    position: static;
    top: 67%;
  }

  .team-member.second.f-tablet {
    max-width: none;
    min-height: 250px;
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .team-member.first {
    background-color: var(--green);
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    top: 65%;
    bottom: 100px;
  }

  .team-member.fourth {
    width: var(--100);
    min-height: 250px;
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .team-member.first {
    width: var(--100);
    max-width: var(--100);
    position: static;
    top: 69%;
  }

  .team-member.f.features-card.first {
    justify-content: space-between;
    align-items: stretch;
    min-width: 0;
    max-width: none;
  }

  .team-member.f.features-card.first.f-tablet {
    min-height: 200px;
    margin-bottom: 0;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .member-meta {
    width: var(--100);
    padding-top: 5%;
  }

  .member-role {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-modal.is-open {
    width: 100%;
  }

  .team-modal-panel {
    height: var(--100vh);
    flex-flow: row;
    width: 100vw;
    max-width: none;
    max-height: none;
  }

  .network-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .network-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-hero {
    min-width: auto;
    max-width: 13ch;
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.1;
  }

  .m-about-left {
    object-fit: cover;
    order: 2;
    width: 100%;
    height: 40vh;
    padding-top: 0%;
    position: relative;
    top: 0;
  }

  .m-img-wrapper {
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .m-img-about {
    object-fit: cover;
    object-position: 20% 50%;
    height: 100%;
  }

  .m-about-right {
    flex-flow: column;
    padding: 4%;
    display: flex;
  }

  .m-about-right.flex-custom {
    order: 2;
    display: contents;
  }

  .m-about-wrapper {
    margin-top: 0;
    display: contents;
  }

  .content-top {
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 4%;
    padding-bottom: 8%;
    display: flex;
    position: relative;
  }

  .about-content-bottom {
    flex-flow: column;
    flex: 0 auto;
    order: 3;
    justify-content: space-between;
    align-items: center;
    padding: 6% 4% 4%;
  }

  .about-content-bottom.padding {
    width: 100%;
  }

  .main-wrapper {
    max-width: none;
  }

  .grid-system {
    grid-column-gap: 16px;
    grid-row-gap: 0vw;
    --100: 100%;
    --100vh: 100vh;
    --lora: Lora, sans-serif;
    --cream-light: #fff6ea;
    --hero-headline: clamp(2.225 * 1rem, ((2.225 - ((7 - 2.225) / (120 - 20) * 20)) * 1rem + ((7 - 2.225) / (120 - 20)) * 100vw), 7 * 1rem);
    --hero-subheadline: clamp(2 * 1rem, ((2 - ((2.75 - 2) / (90 - 20) * 20)) * 1rem + ((2.75 - 2) / (90 - 20)) * 100vw), 2.75 * 1rem);
    --halyard: halyard-display, sans-serif;
    --hero-body: clamp(1.125 * 1rem, ((1.125 - ((2.1875 - 1.125) / (90 - 20) * 20)) * 1rem + ((2.1875 - 1.125) / (90 - 20)) * 100vw), 2.1875 * 1rem);
    --hero-footer: clamp(.75 * 1rem, ((.75 - ((1.1875 - .75) / (90 - 20) * 20)) * 1rem + ((1.1875 - .75) / (90 - 20)) * 100vw), 1.1875 * 1rem);
    --brown: #c49d77;
    --light-grey: #f6f4f1;
    --dark: #24283e;
    --m-body: clamp(1 * 1rem, ((1 - ((1.45 - 1) / (90 - 20) * 20)) * 1rem + ((1.45 - 1) / (90 - 20)) * 100vw), 1.45 * 1rem);
    --list-desc: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (80 - 20) * 20)) * 1rem + ((1.125 - 1) / (80 - 20)) * 100vw), 1.125 * 1rem);
    --green: #39826a;
    --s-number-title: clamp(1.125 * 1rem, ((1.125 - ((1.75 - 1.125) / (90 - 20) * 20)) * 1rem + ((1.75 - 1.125) / (90 - 20)) * 100vw), 1.75 * 1rem);
    --s-title: clamp(1.5 * 1rem, ((1.5 - ((1.6875 - 1.5) / (90 - 20) * 20)) * 1rem + ((1.6875 - 1.5) / (90 - 20)) * 100vw), 1.6875 * 1rem);
    --500: 500;
    --label: clamp(.9375 * 1rem, ((1 - ((.9375 - 1) / (90 - 35) * 35)) * 1rem + ((.9375 - 1) / (90 - 35)) * 100vw), 1 * 1rem);
    --font-family: var(--halyard);
    --list-title: 20px;
    --headline-sections: clamp(2.375 * 1rem, ((2.375 - ((5.875 - 2.375) / (120 - var(--viewport-min)) * var(--viewport-min))) * 1rem + ((5.875 - 2.375) / (120 - var(--viewport-min))) * 100vw), 5.875 * 1rem);
    --100vw: 100vw;
    --m-headline-section: clamp(1.3125 * 1rem, ((1.3125 - ((3.25 - 1.3125) / (62 - 22) * 22)) * 1rem + ((3.25 - 1.3125) / (62 - 22)) * 100vw), 3.25 * 1rem);
    --m-body-copy: clamp(1.1875 * 1rem, ((1.1875 - ((1.5625 - 1.1875) / (118 - 62) * 62)) * 1rem + ((1.5625 - 1.1875) / (118 - 62)) * 100vw), 1.5625 * 1rem);
    --color: white;
    --viewport-max: 60;
    --viewport-min: 20;
    --m-label-section: clamp(.9375 * 1rem, ((.9375 - ((1.25 - .9375) / (120 - 62) * 62)) * 1rem + ((1.25 - .9375) / (120 - 62)) * 100vw), 1.25 * 1rem);
    --test: clamp(2.1875rem, .5rem + 2.8125vw, 3.875rem);
    --m-headline-section-t: clamp(1.1875 * 1rem, ((3 - ((1.1875 - 3) / (var(--viewport-min)  - var(--viewport-max)) * var(--viewport-max))) * 1rem + ((1.1875 - 3) / (var(--viewport-min)  - var(--viewport-max))) * 100vw), 3 * 1rem);
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .grid-system.app {
    justify-content: flex-start;
    align-items: center;
  }

  .m-headline-line.indent {
    padding-left: 0%;
  }

  .m-headline-line.set.p-12, .m-headline-line.set.headline-team {
    white-space: normal;
  }

  .m-headline-line.services-one {
    text-align: center;
  }

  .m-headline-line.how-flex {
    text-align: center;
    max-width: 18ch;
  }

  .m-headline-line.how-we-work-headline {
    text-align: center;
  }

  .m-headline-line.headline-governance.p-12 {
    white-space: normal;
    white-space: normal;
  }

  .m-headline-line.headline-team {
    white-space: normal;
    max-width: 20ch;
  }

  .m-headline-line.headline-team.p-12 {
    white-space: normal;
  }

  .text-scale {
    text-align: center;
    width: auto;
    max-width: 44ch;
  }

  .text-scale.how-we-work {
    max-width: 41ch;
    padding-bottom: 10%;
  }

  .text-scale.light {
    max-width: 37ch;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .text-scale.light-contact-body {
    text-align: left;
  }

  .text-scale.about {
    --100: 100%;
    --100vh: 100vh;
    --lora: Lora, sans-serif;
    --cream-light: #fff6ea;
    --hero-headline: clamp(2.225 * 1rem, ((2.225 - ((7 - 2.225) / (120 - 20) * 20)) * 1rem + ((7 - 2.225) / (120 - 20)) * 100vw), 7 * 1rem);
    --hero-subheadline: clamp(2 * 1rem, ((2 - ((2.75 - 2) / (90 - 20) * 20)) * 1rem + ((2.75 - 2) / (90 - 20)) * 100vw), 2.75 * 1rem);
    --halyard: halyard-display, sans-serif;
    --hero-body: clamp(1.125 * 1rem, ((1.125 - ((2.1875 - 1.125) / (90 - 20) * 20)) * 1rem + ((2.1875 - 1.125) / (90 - 20)) * 100vw), 2.1875 * 1rem);
    --hero-footer: clamp(.75 * 1rem, ((.75 - ((1.1875 - .75) / (90 - 20) * 20)) * 1rem + ((1.1875 - .75) / (90 - 20)) * 100vw), 1.1875 * 1rem);
    --brown: #c49d77;
    --light-grey: #f6f4f1;
    --dark: #24283e;
    --m-body: clamp(1 * 1rem, ((1 - ((1.45 - 1) / (90 - 20) * 20)) * 1rem + ((1.45 - 1) / (90 - 20)) * 100vw), 1.45 * 1rem);
    --list-desc: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (80 - 20) * 20)) * 1rem + ((1.125 - 1) / (80 - 20)) * 100vw), 1.125 * 1rem);
    --green: #39826a;
    --s-number-title: clamp(1.125 * 1rem, ((1.125 - ((1.75 - 1.125) / (90 - 20) * 20)) * 1rem + ((1.75 - 1.125) / (90 - 20)) * 100vw), 1.75 * 1rem);
    --s-title: clamp(1.5 * 1rem, ((1.5 - ((1.6875 - 1.5) / (90 - 20) * 20)) * 1rem + ((1.6875 - 1.5) / (90 - 20)) * 100vw), 1.6875 * 1rem);
    --500: 500;
    --label: clamp(.9375 * 1rem, ((1 - ((.9375 - 1) / (90 - 35) * 35)) * 1rem + ((.9375 - 1) / (90 - 35)) * 100vw), 1 * 1rem);
    --font-family: var(--halyard);
    --list-title: 20px;
    --headline-sections: clamp(2.375 * 1rem, ((2.375 - ((5.875 - 2.375) / (120 - var(--viewport-min)) * var(--viewport-min))) * 1rem + ((5.875 - 2.375) / (120 - var(--viewport-min))) * 100vw), 5.875 * 1rem);
    --100vw: 100vw;
    --m-headline-section: clamp(1.3125 * 1rem, ((1.3125 - ((3.25 - 1.3125) / (62 - 22) * 22)) * 1rem + ((3.25 - 1.3125) / (62 - 22)) * 100vw), 3.25 * 1rem);
    --m-body-copy: clamp(1.1875 * 1rem, ((1.1875 - ((1.5625 - 1.1875) / (118 - 62) * 62)) * 1rem + ((1.5625 - 1.1875) / (118 - 62)) * 100vw), 1.5625 * 1rem);
    --color: white;
    --viewport-max: 60;
    --viewport-min: 20;
    --m-label-section: clamp(.9375 * 1rem, ((.9375 - ((1.25 - .9375) / (120 - 62) * 62)) * 1rem + ((1.25 - .9375) / (120 - 62)) * 100vw), 1.25 * 1rem);
    --test: clamp(2.1875rem, .5rem + 2.8125vw, 3.875rem);
    --m-headline-section-t: clamp(1.1875 * 1rem, ((3 - ((1.1875 - 3) / (var(--viewport-min)  - var(--viewport-max)) * var(--viewport-max))) * 1rem + ((1.1875 - 3) / (var(--viewport-min)  - var(--viewport-max))) * 100vw), 3 * 1rem);
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: auto;
    max-width: 44ch;
    min-height: auto;
    padding-top: 4em;
    display: block;
  }

  .m-label-wrapper {
    border: 1px solid #ffdada;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .m-label-wrapper._w-gov {
    border-width: 0;
  }

  .m-label-wrapper._w-team {
    border-width: 0;
    padding-bottom: 4%;
  }

  .label-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 0;
    padding-left: 0;
  }

  .label-wrapper.services {
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .label-wrapper.h-howwework {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .img-mask {
    height: 100%;
  }

  .m-hero-headline-line.indent {
    padding-left: 22%;
  }

  .hero-heading-mobile {
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.1;
  }

  .div-block-8 {
    flex-flow: column;
    flex: none;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: relative;
    top: auto;
  }

  ._655.m-headline-section-about.ver, ._655.m-headline-section-about.ver-services {
    justify-content: space-between;
    align-items: center;
    width: max-content;
    padding-left: 0%;
  }

  .m-about-headline-line-a.indent {
    padding-left: 0%;
  }

  .m-how-we-work-headline-line {
    text-align: center;
  }

  .m-how-we-work-headline-line.indent {
    padding-left: 0%;
  }

  .m-how-we-work-headline-line.services-one {
    text-align: center;
  }

  .governance-copy, .leadership {
    height: auto;
  }

  .team-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto 280fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .team-wrapper.m-flex-v {
    padding-bottom: 0%;
    top: auto;
  }

  .team-wrapper.m-flex-v.wrap-about {
    flex-flow: row;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .team-wrapper.m-flex-h.align-top {
    flex-flow: row;
  }

  .g-top-team {
    position: static;
    top: 100px;
    bottom: 107px;
  }

  .team-track {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .team-viewport {
    align-self: center;
  }

  .contact-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto 280fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .contact-wrapper.m-flex-v {
    padding-bottom: 0%;
    top: auto;
  }

  .contact-wrapper.m-flex-v.wrap-about {
    flex-flow: row;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .contact-wrapper.m-flex-h.align-top {
    flex-flow: row;
  }

  .contact-section {
    z-index: 200;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    padding-top: 8%;
    display: flex;
  }

  .m-contact-left {
    object-fit: cover;
    order: -9999;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0%;
    position: relative;
    top: 0;
  }

  .label-wrapper-contact {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 0;
    padding-left: 0;
  }

  .label-wrapper-contact.services {
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .label-wrapper-contact.h-howwework {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .contact-lega-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .c-left, .c-right {
    width: auto;
  }

  .grid-system-contact {
    grid-column-gap: 16px;
    grid-row-gap: 0vw;
    --100: 100%;
    --100vh: 100vh;
    --lora: Lora, sans-serif;
    --cream-light: #fff6ea;
    --hero-headline: clamp(2.225 * 1rem, ((2.225 - ((7 - 2.225) / (120 - 20) * 20)) * 1rem + ((7 - 2.225) / (120 - 20)) * 100vw), 7 * 1rem);
    --hero-subheadline: clamp(2 * 1rem, ((2 - ((2.75 - 2) / (90 - 20) * 20)) * 1rem + ((2.75 - 2) / (90 - 20)) * 100vw), 2.75 * 1rem);
    --halyard: halyard-display, sans-serif;
    --hero-body: clamp(1.125 * 1rem, ((1.125 - ((2.1875 - 1.125) / (90 - 20) * 20)) * 1rem + ((2.1875 - 1.125) / (90 - 20)) * 100vw), 2.1875 * 1rem);
    --hero-footer: clamp(.75 * 1rem, ((.75 - ((1.1875 - .75) / (90 - 20) * 20)) * 1rem + ((1.1875 - .75) / (90 - 20)) * 100vw), 1.1875 * 1rem);
    --brown: #c49d77;
    --light-grey: #f6f4f1;
    --dark: #24283e;
    --m-body: clamp(1 * 1rem, ((1 - ((1.45 - 1) / (90 - 20) * 20)) * 1rem + ((1.45 - 1) / (90 - 20)) * 100vw), 1.45 * 1rem);
    --list-desc: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (80 - 20) * 20)) * 1rem + ((1.125 - 1) / (80 - 20)) * 100vw), 1.125 * 1rem);
    --green: #39826a;
    --s-number-title: clamp(1.125 * 1rem, ((1.125 - ((1.75 - 1.125) / (90 - 20) * 20)) * 1rem + ((1.75 - 1.125) / (90 - 20)) * 100vw), 1.75 * 1rem);
    --s-title: clamp(1.5 * 1rem, ((1.5 - ((1.6875 - 1.5) / (90 - 20) * 20)) * 1rem + ((1.6875 - 1.5) / (90 - 20)) * 100vw), 1.6875 * 1rem);
    --500: 500;
    --label: clamp(.9375 * 1rem, ((1 - ((.9375 - 1) / (90 - 35) * 35)) * 1rem + ((.9375 - 1) / (90 - 35)) * 100vw), 1 * 1rem);
    --font-family: var(--halyard);
    --list-title: 20px;
    --headline-sections: clamp(2.375 * 1rem, ((2.375 - ((5.875 - 2.375) / (120 - var(--viewport-min)) * var(--viewport-min))) * 1rem + ((5.875 - 2.375) / (120 - var(--viewport-min))) * 100vw), 5.875 * 1rem);
    --100vw: 100vw;
    --m-headline-section: clamp(1.3125 * 1rem, ((1.3125 - ((3.25 - 1.3125) / (62 - 22) * 22)) * 1rem + ((3.25 - 1.3125) / (62 - 22)) * 100vw), 3.25 * 1rem);
    --m-body-copy: clamp(1.1875 * 1rem, ((1.1875 - ((1.5625 - 1.1875) / (118 - 62) * 62)) * 1rem + ((1.5625 - 1.1875) / (118 - 62)) * 100vw), 1.5625 * 1rem);
    --color: white;
    --viewport-max: 60;
    --viewport-min: 20;
    --m-label-section: clamp(.9375 * 1rem, ((.9375 - ((1.25 - .9375) / (120 - 62) * 62)) * 1rem + ((1.25 - .9375) / (120 - 62)) * 100vw), 1.25 * 1rem);
    --test: clamp(2.1875rem, .5rem + 2.8125vw, 3.875rem);
    --m-headline-section-t: clamp(1.1875 * 1rem, ((3 - ((1.1875 - 3) / (var(--viewport-min)  - var(--viewport-max)) * var(--viewport-max))) * 1rem + ((1.1875 - 3) / (var(--viewport-min)  - var(--viewport-max))) * 100vw), 3 * 1rem);
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .grid-system-contact.max-width {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-animate-chars {
    width: var(--100);
    max-width: none;
  }

  .g-icon-mobile {
    display: block;
  }

  .g-icon-mobile.f2, .g-icon-mobile.f4, .g-icon-mobile.f3 {
    top: 6%;
  }

  .network-items-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .modal-desc {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .label-services.margin, .label-services.margin-copy, .label-services.margin-services, .label-services.label-howwework, .label-services.margin-copy, .label-services.label-contact, .label-howwework.margin, .label-howwework.margin-copy, .label-howwework.margin-services, .label-howwework.label-howwework, .label-howwework.margin-copy, .label-howwework.label-contact, .m-section-label-governance.margin, .m-section-label-governance.margin-copy, .m-section-label-governance.margin-services, .m-section-label-governance.label-howwework, .m-section-label-governance.margin-copy, .m-section-label-governance.label-contact, .m-section-label-copy.margin, .m-section-label-copy.margin-copy, .m-section-label-copy.margin-services, .m-section-label-copy.label-howwework, .m-section-label-copy.margin-copy, .m-section-label-copy.label-contact, .m-section-label-team.margin, .m-section-label-team.margin-copy, .m-section-label-team.margin-services, .m-section-label-team.label-howwework, .m-section-label-team.margin-copy, .m-section-label-team.label-contact {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .m-headline-line-headline.indent {
    padding-left: 0%;
  }

  .m-headline-line-headline.set.p-12, .m-headline-line-headline.set.headline-team {
    white-space: normal;
  }

  .m-headline-line-headline.services-one {
    text-align: center;
  }

  .m-headline-line-headline.how-flex {
    text-align: center;
    max-width: 18ch;
  }

  .m-headline-line-headline.how-we-work-headline {
    text-align: center;
  }

  .m-headline-line-headline.headline-governance.p-12 {
    white-space: normal;
    white-space: normal;
  }

  .m-headline-line-contact.indent {
    padding-left: 0%;
  }

  .m-headline-line-contact.set.p-12, .m-headline-line-contact.set.headline-team {
    white-space: normal;
  }

  .m-headline-line-contact.services-one {
    text-align: center;
  }

  .m-headline-line-contact.how-flex {
    text-align: center;
    max-width: 18ch;
  }

  .m-headline-line-contact.how-we-work-headline {
    text-align: center;
  }

  .m-headline-line-contact.headline-governance.p-12 {
    white-space: normal;
    white-space: normal;
  }

  .m-headline-line-contact.headline-team.p-12 {
    white-space: normal;
  }

  .m-headline-line-contact.set-copy.h-contact {
    text-align: center;
  }

  .m-headline-line-contact.set-copy.p-12, .m-headline-line-contact.set-copy.headline-team {
    white-space: normal;
  }

  .m-section-label-contact.margin, .m-section-label-contact.margin-copy, .m-section-label-contact.margin-services, .m-section-label-contact.label-howwework, .m-section-label-contact.margin-copy, .m-section-label-contact.label-contact {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .h-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .h-container.h-c {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: clamp(2.2rem, .193rem + 6.69vw, 3.4rem);
  }

  .hero-subheadline {
    font-size: clamp(1.6rem, 5.575vw - .072rem, 2.6rem);
  }

  .hero-bottom {
    padding-bottom: 8%;
  }

  .hero-footer {
    width: 21ch;
    line-height: 1.2;
  }

  .masketan-sign {
    flex-flow: row;
    position: fixed;
    bottom: 18px;
  }

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

  .m-section-label.margin, .m-section-label.margin-copy {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label.margin-services, .m-section-label.label-howwework {
    justify-content: center;
    align-items: center;
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label.margin-copy, .m-section-label.label-contact {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .wrapper {
    grid-template-rows: auto 280fr auto auto;
    grid-template-columns: 1fr;
    padding: 8%;
    display: flex;
  }

  .wrapper.m-flex-v {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 8%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .wrapper.m-flex-h.align-top {
    flex-flow: column;
    padding-left: 8%;
    padding-right: 8%;
  }

  .m-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .m-right {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 4%;
  }

  .m-body.f-body-light {
    max-width: none;
  }

  .m-body.f-body-dark {
    max-width: 40ch;
  }

  .s-one {
    flex: 100%;
    width: auto;
    max-width: 100%;
    padding: 4%;
  }

  .s-title-text {
    font-family: halyard-display, sans-serif;
    font-size: 1.6em;
    font-weight: var(--500);
  }

  .s-title-text.f-headline-light {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .s-title-text.f-headline-dark-fb-3 {
    width: 24ch;
    max-width: 24ch;
    margin-top: 0;
    line-height: 1.2;
  }

  .s-title-text.f-headline-dark-f {
    margin-top: 0;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .s-title-text.f-headline-dark-3 {
    margin-top: 0;
    line-height: 1.2;
  }

  .s-title-text.f-headline-dark-3.h-t {
    max-width: none;
  }

  .s-title-text.f-headline-dark-fb-3 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .s-title-text.member-name-text {
    line-height: 1.2;
  }

  .s-title-text.member-position-text {
    font-weight: 400;
    line-height: 1.2;
  }

  .s-title-text.governance-headline-copy {
    width: 24ch;
    max-width: 24ch;
    margin-top: 0;
    line-height: 1.2;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .services {
    flex-flow: row;
  }

  .services.services-track {
    flex: 0 auto;
  }

  .inside-wrap.padding-bottom {
    justify-content: flex-start;
    align-items: flex-start;
    top: 0;
  }

  .s-two {
    max-width: var(--100);
    flex: auto;
    width: auto;
  }

  .content-item__nr {
    margin-top: -.2em;
  }

  .content-item__heading {
    font-size: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .tab-visual__item {
    border-radius: .25em;
  }

  .tab-content__bottom {
    max-width: none;
  }

  .tab-layout__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-heading {
    font-size: 2.8em;
  }

  .tab-layout__wrap {
    grid-row-gap: 2em;
  }

  .pillars-left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-right: 0%;
    position: static;
  }

  .pillars-left.hw {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .services-viewport {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 2%;
  }

  .s-three {
    max-width: var(--100);
    flex: auto;
    width: auto;
  }

  .s-four {
    max-width: var(--100);
    flex: 100%;
    width: auto;
  }

  .m-left-pillars {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .features-left {
    margin-top: 0;
  }

  .features-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
    place-items: start stretch;
    padding-left: 8%;
    padding-right: 8%;
  }

  .features-card.third.f-style {
    height: 250px;
    margin-bottom: 0;
    padding: 5%;
    position: relative;
  }

  .features-card.second.f-style, .features-card.first {
    height: 250px;
    margin-bottom: 0;
    padding: 5%;
  }

  .features-card.fourth {
    height: 250px;
    position: relative;
  }

  .how-we-work {
    padding-bottom: 0%;
  }

  .m-headline-section {
    min-width: 10ch;
    max-width: 34ch;
  }

  .how-we-work-sticky {
    width: var(--100);
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-right: 0;
    position: static;
  }

  .g-bottom {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .g-top {
    padding-left: 0%;
  }

  .g-top.gover {
    padding-left: 0%;
    padding-right: 0%;
  }

  .governance-card {
    min-height: 200px;
    margin-bottom: 0;
    padding: 8%;
  }

  .governance-card.third {
    min-height: 200px;
  }

  .governance-card.third.three {
    min-height: 220px;
  }

  .governance-card.second.f-tablet {
    min-height: 200px;
    padding: 10%;
  }

  .governance-card.second.f-tablet.two {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    min-height: 220px;
    padding: 8%;
  }

  .governance-card.first {
    background-color: var(--green);
    height: 100px;
    margin-bottom: 0;
    position: relative;
    top: 0%;
    bottom: 0;
  }

  .governance-card.fourth {
    min-height: 200px;
  }

  .governance-card.fourth.four {
    min-height: 220px;
  }

  .governance-card.f.features-card.first.f-tablet {
    height: auto;
    padding: 10%;
  }

  .governance-card.f.one {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: flex-start;
    min-height: 220px;
    margin-top: 0;
    margin-bottom: 0%;
  }

  .g-copy {
    height: auto;
  }

  .g-svg-icon {
    color: var(--dark);
  }

  .g-svg-icon.cream {
    color: var(--cream-light);
    width: 48px;
    height: 48px;
  }

  .g-top-content {
    display: none;
  }

  .governance {
    height: auto;
  }

  .g-copy-bottom {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .l-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .l-headline-section {
    min-width: 20px;
    max-width: 34ch;
  }

  .team-bio {
    min-height: 250px;
  }

  .l-copy-bottom {
    min-height: 100px;
  }

  .nav-links {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
  }

  .nav-link {
    width: 18ch;
    line-height: 1.2;
  }

  .top-nav-glass {
    padding-left: 8%;
    padding-right: 8%;
  }

  .navlinks-mask {
    z-index: 2500;
    width: var(--100);
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    height: 100vh;
    position: relative;
  }

  .m-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .aboutt-image {
    padding-right: 0%;
    overflow: visible;
  }

  .m-l-image {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }

  .image-container, .m-top-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .gsap-slider__controls {
    padding-top: 20px;
  }

  .gsap-slider {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-hamburger {
    display: block;
  }

  .pillars-headline {
    min-width: 10ch;
    max-width: 34ch;
    margin-top: 0;
  }

  .parallax-demo-row__third {
    width: 100%;
  }

  .parallax-demo-card {
    padding: 1.25em;
  }

  .parallax-demo-p {
    font-size: .75em;
  }

  .parallax-demo-card__wrap {
    flex-flow: column;
    height: auto;
  }

  .parallax-demo-wrap {
    font-size: 1rem;
  }

  .parallax-demo-row {
    flex-flow: wrap;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .parallax-demo-h {
    font-size: 3em;
  }

  .m-headline-section-about {
    flex: none;
    width: auto;
    min-width: auto;
    max-width: none;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .about-right {
    flex-flow: column;
  }

  .img-wrapper {
    height: 25vh;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .m-headline-section-how-we-work {
    min-width: 10ch;
    max-width: 34ch;
  }

  .f-icon-wrapper, .f-icon-wrapper-copy {
    width: 64px;
  }

  .svg-6 {
    color: var(--dark);
  }

  .m-headline-section-governance {
    min-width: 16ch;
    max-width: 34ch;
  }

  .gov-content-table {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0%;
  }

  .g-icon {
    top: 8%;
    right: 2%;
  }

  .g-icon.f2, .g-icon.f4, .g-icon.f3 {
    display: block;
  }

  .g-icon-l {
    top: 8%;
    right: 2%;
  }

  .team-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .team-member {
    width: var(--100);
    padding-left: 0%;
    padding-right: 0;
  }

  .team-member.third {
    min-height: 200px;
  }

  .team-member.second.f-tablet {
    min-height: 200px;
    padding: 10%;
  }

  .team-member.first {
    background-color: var(--green);
    height: 100px;
    margin-bottom: 0;
    position: relative;
    top: 0%;
    bottom: 0;
  }

  .team-member.fourth {
    min-height: 200px;
  }

  .team-member.f.features-card.first.f-tablet {
    padding: 7%;
  }

  .member-name {
    height: auto;
  }

  .member-role {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .network-item {
    flex-flow: row;
  }

  .contact-hero {
    max-width: 13ch;
  }

  .m-about-left {
    height: 30vh;
  }

  .m-img-about {
    height: 100%;
  }

  .content-top {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 4% 8%;
  }

  .about-content-bottom {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-content-bottom.padding {
    padding-left: 8%;
    padding-right: 8%;
  }

  .grid-system.padding-8.max-width {
    padding-top: 0%;
  }

  .grid-system.app {
    padding-left: 0%;
    padding-right: 0%;
  }

  .m-headline-line.set {
    text-align: left;
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-headline-line.services-one, .m-headline-line.how-flex {
    text-align: left;
  }

  .m-headline-line.set {
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-headline-line.how-we-work-headline {
    text-align: left;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .m-headline-line.headline-governance {
    text-align: left;
    white-space: normal;
    text-align: left;
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-headline-line.headline-team {
    text-align: left;
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .text-scale {
    text-align: left;
    min-width: auto;
    max-width: none;
  }

  .text-scale.e {
    text-align: left;
    min-width: 23ch;
    max-width: 36ch;
  }

  .text-scale.about {
    width: 100%;
    max-width: none;
  }

  .m-label-wrapper {
    top: 0%;
    left: 0%;
  }

  .m-label-wrapper._w-gov {
    width: var(--100);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .m-label-wrapper._w-team {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .label-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    left: 0;
  }

  .label-wrapper.services, .label-wrapper.h-howwework {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    left: 0;
  }

  .m-hero-headline-line {
    margin-bottom: -6px;
  }

  .hero-heading-mobile {
    font-size: clamp(2.2rem, .193rem + 6.69vw, 3.4rem);
  }

  ._655.m-headline-section-about.ver {
    width: var(--100);
    justify-content: center;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  ._655.m-headline-section-about.ver-services {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0%;
  }

  .m-how-we-work-headline-line {
    font-size: clamp(2rem, .662rem + 4.46vw, 2.8rem);
  }

  .g-top-content-mobile {
    width: var(--100);
    display: flex;
  }

  .governance-copy, .leadership {
    height: auto;
  }

  .team-wrapper {
    grid-template-rows: auto 280fr auto auto;
    grid-template-columns: 1fr;
    padding: 8%;
    display: flex;
  }

  .team-wrapper.m-flex-v {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 8%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .team-wrapper.m-flex-h.align-top {
    flex-flow: column;
    padding-left: 8%;
    padding-right: 8%;
  }

  .g-top-team {
    padding-left: 0%;
    padding-right: 0%;
  }

  .team-track {
    justify-content: flex-start;
    align-items: stretch;
  }

  .contact-wrapper {
    grid-template-rows: auto 280fr auto auto;
    grid-template-columns: 1fr;
    padding: 8%;
    display: flex;
  }

  .contact-wrapper.m-flex-v {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 8%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .contact-wrapper.m-flex-h.align-top {
    flex-flow: column;
    padding-left: 8%;
    padding-right: 8%;
  }

  .contact-section {
    justify-content: center;
    align-items: stretch;
    padding-top: 8%;
  }

  .m-contact-left {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .label-wrapper-contact {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    left: 0;
  }

  .label-wrapper-contact.services, .label-wrapper-contact.h-howwework {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    left: 0;
  }

  .contact-lega-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-system-contact {
    padding: 4% 8%;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .member-position {
    height: auto;
  }

  .g-icon-mobile {
    top: 8%;
    right: 2%;
  }

  .network-items-container {
    flex-flow: column;
  }

  .sidenav__menu {
    width: 100%;
  }

  .sidenav__menu-socials {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .sidenav__menu-list-item {
    height: 4.5em;
  }

  .sidenav__menu-bg-panel {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sidenav__menu-link-heading {
    font-size: 4em;
  }

  .modal-pos {
    height: auto;
  }

  .modal-desc {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .label-services.margin, .label-services.margin-copy {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .label-services.margin-services, .label-services.label-howwework {
    justify-content: center;
    align-items: center;
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .label-services.margin-copy, .label-services.label-contact, .label-howwework.margin, .label-howwework.margin-copy {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .label-howwework.margin-services, .label-howwework.label-howwework {
    justify-content: center;
    align-items: center;
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .label-howwework.margin-copy, .label-howwework.label-contact, .m-section-label-governance.margin, .m-section-label-governance.margin-copy {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label-governance.margin-services, .m-section-label-governance.label-howwework {
    justify-content: center;
    align-items: center;
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label-governance.margin-copy, .m-section-label-governance.label-contact, .m-section-label-copy.margin, .m-section-label-copy.margin-copy {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label-copy.margin-services, .m-section-label-copy.label-howwework {
    justify-content: center;
    align-items: center;
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label-copy.margin-copy, .m-section-label-copy.label-contact, .m-section-label-team.margin, .m-section-label-team.margin-copy {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label-team.margin-services, .m-section-label-team.label-howwework {
    justify-content: center;
    align-items: center;
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label-team.margin-copy, .m-section-label-team.label-contact {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-headline-line-headline.set {
    text-align: left;
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-headline-line-headline.how-flex {
    text-align: left;
  }

  .m-headline-line-headline.set {
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-headline-line-headline.headline-governance {
    text-align: left;
    white-space: normal;
    text-align: left;
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-headline-line-contact.set {
    text-align: left;
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-headline-line-contact.how-flex {
    text-align: left;
  }

  .m-headline-line-contact.set {
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-headline-line-contact.headline-governance {
    text-align: left;
    white-space: normal;
    text-align: left;
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-headline-line-contact.headline-team, .m-headline-line-contact.set-copy {
    text-align: left;
    white-space: normal;
    font-size: clamp(2.2rem, 1.1965rem + 3.3449vw, 2.8rem);
  }

  .m-section-label-contact.margin, .m-section-label-contact.margin-copy {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label-contact.margin-services, .m-section-label-contact.label-howwework {
    justify-content: center;
    align-items: center;
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .m-section-label-contact.margin-copy, .m-section-label-contact.label-contact {
    font-size: clamp(.8rem, .466rem + 1.115vw, 1rem);
  }

  .div-block-12 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .h-container.h-c {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 80vh;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .hero-heading {
    max-width: 10ch;
    display: none;
  }

  .hero-subheadline {
    width: max-content;
    font-size: clamp(1.2rem, .395rem + 4.025vw, 1.6rem);
  }

  .hero-body {
    width: max-content;
    padding-top: 5px;
    font-size: clamp(1rem, .597rem + 2.013vw, 1.2rem);
  }

  .hero-bottom {
    padding-bottom: 0%;
    bottom: 4%;
  }

  .hero-footer {
    width: 19ch;
  }

  .masketan-sign {
    width: 60px;
    padding-top: 0;
    bottom: 53px;
    right: 4%;
  }

  .about {
    padding-top: 0%;
    padding-bottom: 8%;
  }

  .m-heading {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .m-section-label {
    margin-top: 0;
    margin-bottom: 2%;
    padding-top: 8%;
    padding-left: 0;
  }

  .m-section-label.margin {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 9px;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label.margin-copy {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 6px;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label.margin-services, .m-section-label.label-howwework {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label.margin-copy {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label.label-contact {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 8.5%;
    padding-right: 8.5%;
    display: flex;
  }

  .wrapper.m-flex-v, .wrapper.m-flex-h.align-top {
    padding-left: 8%;
    padding-right: 8%;
  }

  .m-right {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 4%;
  }

  .m-body.how-we-work-body {
    margin-bottom: auto;
    padding-top: 26px;
  }

  .m-body.f-body-light {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .m-body.f-body-dark {
    max-width: none;
  }

  .m-body.m-role-text, .m-body.network-text, .m-body.m-role-text {
    width: var(--100);
    max-width: none;
  }

  .approach {
    padding: 8% 4%;
  }

  .s-title-text {
    font-weight: 400;
  }

  .s-title-text.f-headline-light {
    margin-top: 0;
    line-height: 1.2;
  }

  .s-title-text.f-headline-dark-fb-3 {
    color: #24283e;
    text-align: left;
    width: auto;
    font-size: 1.4em;
    line-height: 1.2;
  }

  .s-title-text.f-headline-dark-fb {
    color: #24283e;
    text-align: left;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .s-title-text.f-headline-dark-f {
    color: #24283e;
    text-align: left;
    margin-top: 0;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .s-title-text.f-headline-dark-3 {
    color: #24283e;
    text-align: left;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .s-title-text.f-headline-dark-fb-3 {
    color: #24283e;
    text-align: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .s-title-text.member-name-text {
    color: #24283e;
    text-align: left;
    padding-bottom: 0;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .s-title-text.member-position-text {
    color: #24283e;
    text-align: left;
    font-size: .9em;
    line-height: 1.2;
  }

  .s-title-text.governance-headline-copy {
    color: #24283e;
    text-align: left;
    width: auto;
    max-width: 14ch;
    margin-top: 0;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .list-item {
    width: var(--100);
    overflow-wrap: break-word;
  }

  .list {
    padding-left: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .services {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
  }

  .content-item__nr {
    flex: none;
  }

  .content-item__heading {
    font-size: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .tab-content__item-bottom {
    margin-left: 20px;
  }

  .tab-visual__inner {
    border-style: none;
    border-radius: .25em;
    padding: 0;
  }

  .tab-image {
    aspect-ratio: auto;
  }

  .tab-content__item-detail {
    padding-left: 3em;
  }

  .tab-heading {
    font-size: 3em;
  }

  .tab-content__item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .pillars-left {
    width: var(--100);
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .pillars-left.fl {
    flex: none;
    align-self: stretch;
    min-width: auto;
    padding: 4%;
    position: relative;
  }

  .pillars-left.hw {
    flex: none;
    align-self: stretch;
    width: 100%;
    min-width: auto;
    padding: 4% 0%;
    position: relative;
  }

  .services-viewport {
    width: var(--100);
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .m-left-pillars {
    flex-flow: column;
  }

  .m-heading--pillars {
    width: 14ch;
  }

  .four-pillars {
    padding: 8% 4%;
  }

  .features-right {
    width: var(--100);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 8.5%;
    padding-right: 8.5%;
    display: flex;
    left: auto;
  }

  .features-card.third.f-style {
    width: var(--100);
    min-width: 0;
    max-width: none;
    height: auto;
    margin-bottom: 10px;
    padding: 9%;
  }

  .features-card.second.f-style {
    color: var(--transparent);
    min-width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 8%;
  }

  .features-card.first {
    width: var(--100);
    min-width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 8%;
  }

  .features-card.fourth {
    min-width: auto;
    padding: 8%;
  }

  .how-we-work {
    background-color: #f6f4f1;
  }

  .m-headline-section {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }

  .m-headline-section.full {
    padding-top: 12px;
  }

  .hero-head {
    display: flex;
  }

  .how-we-work-sticky {
    width: var(--100);
    padding-bottom: 15px;
  }

  .g-bottom {
    place-items: center;
    height: auto;
    padding-right: 0%;
  }

  .g-top {
    height: auto;
  }

  .governance-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: auto;
    height: auto;
    min-height: 250px;
    margin-bottom: 0;
    padding: 8%;
  }

  .governance-card.third {
    min-height: 250px;
  }

  .governance-card.third.f-style, .governance-card.second.f-style {
    min-width: auto;
  }

  .governance-card.second.f-tablet {
    min-height: auto;
    padding: 8%;
  }

  .governance-card.fourth {
    min-width: auto;
    min-height: 250px;
  }

  .governance-card.first {
    min-width: auto;
  }

  .governance-card.f.features-card.first.f-tablet {
    border-width: 0;
    width: 100%;
    min-height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
  }

  .g-svg-icon {
    width: 48px;
    height: 48px;
  }

  .g-top-content {
    display: none;
  }

  .g-section-label {
    min-width: auto;
  }

  .governance {
    height: auto;
  }

  .l-headline-section {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }

  .team-bio {
    min-height: 400px;
    padding: 8% 8% 0;
  }

  .team-bio.third.f-style, .team-bio.second.f-style, .team-bio.first, .team-bio.fourth, .team-bio.first {
    min-width: auto;
  }

  .l-photo {
    width: var(--100);
    height: auto;
  }

  .l-copy-bottom {
    margin-top: -31px;
  }

  .team-photo {
    box-sizing: border-box;
    width: var(--100);
    object-fit: cover;
    min-width: auto;
    max-width: none;
    height: auto;
    position: static;
    overflow: visible;
  }

  .nav-links {
    z-index: 10000;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
    padding-top: 26%;
    padding-bottom: 8%;
    position: fixed;
    inset: auto 0 25px auto;
  }

  .nav-link {
    font-size: var(--list-title);
    width: 19ch;
    position: relative;
  }

  .m-section-fulllheigh, .m-section-auto {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .nav-logo {
    z-index: 2001;
    position: relative;
  }

  .top-nav-glass {
    padding-left: 8%;
    padding-right: 8%;
  }

  .navlinks-mask {
    z-index: 9000;
    flex-flow: column;
    height: 100vh;
    overflow: visible;
  }

  .m-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0%;
  }

  .aboutt-image {
    height: 100%;
    min-height: auto;
    max-height: none;
    position: static;
    left: 0%;
    overflow: visible;
  }

  .m-l-image {
    width: var(--100vw);
    height: 350px;
    margin-left: -50vw;
    padding: 4% 0%;
    position: relative;
    left: 50%;
  }

  .gsap-slider__controls {
    padding-top: 8%;
    padding-bottom: 4%;
    display: block;
  }

  .pillars-headline {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 12px;
    line-height: 1;
  }

  .data-parallax-span {
    display: inline;
  }

  .team-bio-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .bg-video {
    filter: brightness(53%) contrast(114%) saturate(200%);
  }

  .m-headline-section-about {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
    line-height: .55;
    top: 0;
  }

  .m-headline-section-about.full {
    padding-top: 12px;
  }

  .img-wrapper {
    width: var(--100);
    margin-left: 0;
    margin-right: 0;
  }

  .m-headline-section-how-we-work {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }

  .m-headline-section-how-we-work.full {
    padding-top: 12px;
  }

  .f-icon-wrapper-copy {
    color: var(--transparent);
    width: 48px;
  }

  .svg-6, .svg-7, .svg-8 {
    color: var(--dark);
  }

  .m-headline-section-governance {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }

  .m-headline-section-governance.full {
    padding-top: 12px;
  }

  .gov-content-table {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0%;
  }

  .g-icon-l {
    justify-content: space-between;
    align-items: flex-start;
    width: 50px;
  }

  .team-grid {
    place-items: center;
    height: auto;
    padding-right: 0%;
  }

  .team-member {
    justify-content: flex-start;
    align-items: center;
  }

  .team-member.third {
    min-height: 250px;
  }

  .team-member.third.f-style, .team-member.second.f-style {
    min-width: auto;
  }

  .team-member.second.f-tablet {
    min-height: 250px;
    padding: 8%;
  }

  .team-member.fourth {
    min-width: auto;
    min-height: 250px;
  }

  .team-member.first {
    min-width: auto;
  }

  .team-member.f.features-card.first.f-tablet {
    min-height: 250px;
    padding: 8%;
  }

  .photo-profile {
    aspect-ratio: 3 / 2;
    object-fit: fill;
    height: auto;
    min-height: 200px;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .team-image {
    object-fit: cover;
    min-height: 300px;
  }

  .member-meta {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .network-label {
    justify-content: flex-start;
    align-items: center;
  }

  .network-row {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  .network-item {
    min-width: auto;
  }

  .item-text {
    width: auto;
    height: auto;
  }

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

  .contact-hero {
    max-width: 13ch;
  }

  .m-about-left {
    height: 25vh;
  }

  .m-img-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .m-img-about {
    width: var(--100vw);
    object-position: 30% 50%;
    height: 100%;
  }

  .m-about-right.flex-custom {
    padding-left: 8%;
    padding-right: 0%;
  }

  .content-top {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 8%;
  }

  .about-content-bottom {
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .about-content-bottom.padding {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 8%;
    padding-right: 8%;
  }

  .grid-system {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-system.padding-8.max-width {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-system.app {
    padding-left: 0%;
    padding-right: 0%;
  }

  .m-headline-line {
    padding-left: 7px;
    line-height: 1.2;
  }

  .m-headline-line.indent {
    padding-left: 26%;
  }

  .m-headline-line.set {
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line.three {
    color: var(--dark);
    margin-top: 0;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line.services-one {
    line-height: 1.4;
  }

  .m-headline-line.how-flex {
    margin-top: 0;
  }

  .m-headline-line.cont {
    color: var(--light-grey);
    margin-top: 0;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line.aaaa {
    color: var(--dark);
    margin-top: -15px;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line.set {
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: -9px;
    margin-bottom: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line.set._2nd {
    margin-top: -5px;
  }

  .m-headline-line.how-we-work-headline {
    text-align: left;
    line-height: 1.4;
  }

  .m-headline-line.headline-governance {
    text-align: left;
    white-space: normal;
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line.headline-team {
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .text-scale {
    text-align: left;
    min-width: 20ch;
    padding-top: 0;
  }

  .text-scale.how-we-work {
    word-break: break-all;
    min-width: auto;
    max-width: none;
    position: static;
  }

  .text-scale.e {
    min-width: auto;
    max-width: 40ch;
    padding-top: 8%;
  }

  .text-scale.light {
    min-width: auto;
    max-width: none;
    font-weight: 300;
  }

  .text-scale.light-contact-body {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration: none;
  }

  .text-scale.about {
    width: auto;
    min-width: auto;
    max-width: none;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .m-label-wrapper {
    top: 70%;
  }

  .m-label-wrapper._w-gov, .m-label-wrapper._w-team {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    top: 0;
  }

  .label-wrapper {
    width: var(--100);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-left: 0;
    left: auto;
  }

  .label-wrapper.services {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .label-wrapper.h-howwework {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-bottom: 10px;
  }

  .img-mask {
    height: 100%;
  }

  .m-hero-headline-line {
    max-width: 11ch;
  }

  .m-hero-headline-line.indent {
    padding-left: 26%;
  }

  .hero-heading-mobile {
    width: max-content;
    font-size: clamp(2rem, 10.063vw - .013rem, 3rem);
    font-style: normal;
    font-weight: 400;
    display: flex;
  }

  ._655.m-headline-section-about {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0%;
  }

  ._655.m-headline-section-about.ver {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  ._655.m-headline-section-about.ver-services {
    justify-content: space-between;
    align-items: flex-start;
    width: max-content;
    padding-left: 0%;
    padding-right: 0%;
  }

  .m-about-headline-line-a {
    padding-left: 7px;
    line-height: 1.2;
  }

  .m-about-headline-line-a.indent {
    padding-left: 26%;
  }

  .m-about-headline-line-a.one {
    margin-top: -1px;
    margin-bottom: -5px;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-how-we-work-headline-line {
    white-space: normal;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
    line-height: 1.2;
  }

  .m-how-we-work-headline-line.indent {
    padding-left: 26%;
  }

  .g-top-content-mobile {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .m-g-bottom {
    margin-top: auto;
  }

  .governance-copy, .leadership {
    height: auto;
  }

  .team-wrapper {
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
  }

  .team-wrapper.m-flex-v, .team-wrapper.m-flex-h.align-top {
    padding-left: 8%;
    padding-right: 8%;
  }

  .g-top-team {
    height: auto;
  }

  .team-track {
    justify-content: flex-start;
    align-items: stretch;
  }

  .contact-wrapper {
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .contact-wrapper.m-flex-v, .contact-wrapper.m-flex-h.align-top {
    padding-left: 8%;
    padding-right: 8%;
  }

  .contact-section {
    min-height: auto;
    padding-top: 0%;
    padding-bottom: 8%;
  }

  .m-contact-left {
    height: 15vh;
    padding-left: 8%;
    padding-right: 8%;
  }

  .label-wrapper-contact {
    width: var(--100);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-left: 0;
    left: auto;
  }

  .label-wrapper-contact.services {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .label-wrapper-contact.h-howwework {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .contact-lega-wrapper {
    flex-flow: column;
  }

  .grid-system-contact {
    padding-left: 4%;
    padding-right: 4%;
  }

  .btn-animate-chars {
    width: var(--100);
  }

  .g-icon-mobile {
    justify-content: space-between;
    align-items: center;
  }

  .network-items-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .label-services {
    font-size: var(--hero-footer);
    margin-top: 0;
    margin-bottom: 2%;
    padding-top: 8%;
    padding-left: 0;
  }

  .label-services.margin {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .label-services.margin-copy {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 6px;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .label-services.margin-services, .label-services.label-howwework {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .label-services.margin-copy {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .label-services.label-contact {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .label-howwework {
    margin-top: 0;
    margin-bottom: -7%;
    padding-top: 8%;
    padding-left: 0;
  }

  .label-howwework.margin {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .label-howwework.margin-copy {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 6px;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .label-howwework.margin-services, .label-howwework.label-howwework {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .label-howwework.margin-copy {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .label-howwework.label-contact {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-governance {
    margin-top: 0;
    margin-bottom: -5%;
    padding-top: 8%;
    padding-left: 0;
  }

  .m-section-label-governance.margin {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-governance.margin-copy {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 6px;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-governance.margin-services, .m-section-label-governance.label-howwework {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-governance.margin-copy {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-governance.label-contact {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-copy {
    margin-top: 0;
    margin-bottom: 2%;
    padding-top: 8%;
    padding-left: 0;
  }

  .m-section-label-copy.margin {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-copy.margin-copy {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 6px;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-copy.margin-services, .m-section-label-copy.label-howwework {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-copy.margin-copy {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-copy.label-contact {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-team {
    margin-top: 0;
    margin-bottom: 2%;
    padding-top: 8%;
    padding-left: 0;
  }

  .m-section-label-team.margin {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-team.margin-copy {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 6px;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-team.margin-services, .m-section-label-team.label-howwework {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-team.margin-copy {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-team.label-contact {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-headline-line-headline {
    padding-left: 7px;
    line-height: 1.2;
  }

  .m-headline-line-headline.indent {
    padding-left: 26%;
  }

  .m-headline-line-headline.set {
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-headline.three {
    color: var(--dark);
    margin-top: 0;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-headline.services-one {
    line-height: 1.4;
  }

  .m-headline-line-headline.how-flex {
    margin-top: 0;
  }

  .m-headline-line-headline.cont {
    color: var(--light-grey);
    margin-top: 0;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-headline.aaaa {
    color: var(--dark);
    margin-top: 0;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-headline.set {
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: -9px;
    margin-bottom: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-headline.how-we-work-headline {
    line-height: 1.4;
  }

  .m-headline-line-headline.headline-governance {
    text-align: left;
    white-space: normal;
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-contact {
    padding-left: 7px;
    line-height: 1.2;
  }

  .m-headline-line-contact.indent {
    padding-left: 26%;
  }

  .m-headline-line-contact.set {
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-contact.three {
    color: var(--dark);
    margin-top: 0;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-contact.services-one {
    line-height: 1.4;
  }

  .m-headline-line-contact.how-flex {
    margin-top: 0;
  }

  .m-headline-line-contact.cont {
    color: var(--light-grey);
    margin-top: 0;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-contact.aaaa {
    color: var(--dark);
    margin-top: 0;
    padding-left: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-contact.set {
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: -9px;
    margin-bottom: 0;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-contact.how-we-work-headline {
    line-height: 1.4;
  }

  .m-headline-line-contact.headline-governance {
    text-align: left;
    white-space: normal;
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-contact.headline-team, .m-headline-line-contact.set-copy {
    text-align: left;
    white-space: normal;
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    font-size: clamp(1.4rem, 10.0629vw - .6126rem, 2.4rem);
  }

  .m-headline-line-contact.set-copy.h-contact {
    text-align: left;
  }

  .m-section-label-contact {
    margin-top: 0;
    margin-bottom: 2%;
    padding-top: 8%;
    padding-left: 0;
  }

  .m-section-label-contact.margin {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-contact.margin-copy {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 6px;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-contact.margin-services, .m-section-label-contact.label-howwework {
    letter-spacing: 2px;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-contact.margin-copy {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .m-section-label-contact.label-contact {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 16px;
    padding-right: 0;
    font-size: clamp(.6rem, 4.0252vw - .005rem, 1rem);
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .h-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h-container.h-c {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-c9d74b72-7716-8932-cfd8-7951aab18152-86130b8b {
  grid-area: image;
}

#w-node-ff19ad1e-aed0-9bc8-47b0-7d70fc9f6a74-86130b8b {
  grid-area: content;
  place-self: center;
}

#w-node-_3d9701b3-a0b3-f547-58fa-21a92a03a3a5-86130b8b {
  grid-area: image;
}

#w-node-_3d9701b3-a0b3-f547-58fa-21a92a03a3af-86130b8b {
  grid-area: content;
  place-self: center start;
}

#w-node-c3ace335-c05b-1b20-9fd9-fd76d7a74631-86130b8b {
  grid-area: image;
}

#w-node-c3ace335-c05b-1b20-9fd9-fd76d7a7463d-86130b8b {
  grid-area: content;
}

#w-node-eaabe5ba-d6f5-af7a-218c-5694504a9ef4-86130b8b {
  grid-area: Area;
}

#w-node-eaabe5ba-d6f5-af7a-218c-5694504a9efb-86130b8b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-eaabe5ba-d6f5-af7a-218c-5694504a9f0c-86130b8b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-eaabe5ba-d6f5-af7a-218c-5694504a9f1c-86130b8b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-eaabe5ba-d6f5-af7a-218c-5694504a9f2c-86130b8b {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-a37794f6-872c-f60a-7d33-66b1985e83d0-86130b8b {
  grid-area: image;
}

#w-node-a37794f6-872c-f60a-7d33-66b1985e83d4-86130b8b {
  grid-area: content;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c3ace335-c05b-1b20-9fd9-fd76d7a7463e-86130b8b, #w-node-eaabe5ba-d6f5-af7a-218c-5694504a9ef4-86130b8b {
    grid-area: Area;
  }

  #w-node-eaabe5ba-d6f5-af7a-218c-5694504a9efb-86130b8b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-eaabe5ba-d6f5-af7a-218c-5694504a9f0c-86130b8b {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-eaabe5ba-d6f5-af7a-218c-5694504a9f1c-86130b8b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-eaabe5ba-d6f5-af7a-218c-5694504a9f2c-86130b8b {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_56798d18-fa87-b8ef-36eb-6140b5ac8e28-86130b8b {
    grid-area: Area;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eaabe5ba-d6f5-af7a-218c-5694504a9efb-86130b8b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-eaabe5ba-d6f5-af7a-218c-5694504a9f0c-86130b8b {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}


