@font-face {
  font-family: "Book Antiqua 500";
  src: url('../fonts/bookantiqua_bold.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Book Antiqua 400";
  src: url('../fonts/bookantiqua.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-b: #0b1c43;
  --grey: whitesmoke;
  --white: white;
  --red: #9b2c00;
  --yellow: #dbd001;
  --blue-a: #172853;
}

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

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

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

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

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

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

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

body {
  color: var(--blue-b);
  font-family: Work Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

p {
  margin-bottom: 10px;
}

.nav-bar {
  z-index: 99;
  background-color: var(--grey);
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4.5vh 4vw 4vh;
  display: flex;
  position: fixed;
}

.nav-bar.white {
  background-color: var(--white);
}

.nav-logo {
  object-fit: contain;
  width: 210px;
  position: relative;
}

.nav-links-container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  color: var(--blue-b);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-item {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.nav-text {
  color: var(--blue-b);
  letter-spacing: .025em;
  -webkit-text-stroke-width: .02em;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

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

.home-hero {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
}

.home-hero-text-container {
  z-index: 2;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  left: 2vw;
}

.sup-heading {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: "Book Antiqua 500", sans-serif;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}

.sup-heading.bullet-heading {
  margin-top: 20px;
}

.sup-heading.industry {
  left: -1px;
}

.sup-heading.black {
  filter: grayscale();
}

.sup-heading.author {
  margin-top: 27px;
}

.sup-heading.success-story {
  margin-top: 6px;
}

.sup-heading.in-paragraph {
  margin-top: 18px;
  margin-bottom: 13px;
}

.sup-heading.second-bullet-heading {
  margin-top: 40px;
}

.h1 {
  letter-spacing: .005em;
  -webkit-text-stroke-width: .02em;
  margin-top: 13px;
  margin-bottom: 23px;
  font-size: 49px;
  font-weight: 500;
  line-height: 1.17em;
  position: relative;
  left: -3px;
}

.h1._10ch {
  max-width: 10ch;
}

.h1.industry {
  left: -1px;
}

.p {
  z-index: 2;
  letter-spacing: .02em;
  -webkit-text-stroke-width: .01em;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.9em;
  position: relative;
}

.p._18ch {
  max-width: 18ch;
}

.p._19ch {
  max-width: 19ch;
}

.p.max-w-90pc {
  max-width: 90%;
}

.p._32ch {
  max-width: 32ch;
}

.p._36ch {
  max-width: 36ch;
}

.p.no-bottom {
  margin-bottom: 0;
}

.p.autho-bio {
  margin-bottom: 5px;
}

.p.after-bullet-points {
  margin-top: 15px;
}

.p.before-bullet-points {
  margin-bottom: 5px;
}

.p.modal {
  letter-spacing: .03em;
  margin-top: 4px;
  margin-bottom: 18px;
  margin-left: 1px;
  font-family: "Book Antiqua 400", sans-serif;
  font-weight: 500;
}

.p.leader {
  margin-bottom: 4px;
}

.text-cta {
  letter-spacing: .05em;
  -webkit-text-stroke-width: .03em;
  font-family: "Book Antiqua 400", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.text-cta-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-cta-container.white {
  color: var(--white);
}

.text-cta-container.blue {
  color: var(--blue-b);
}

.text-cta-container.blue.leader {
  cursor: pointer;
  margin-top: 0;
}

.text-cta-line {
  z-index: 1;
  transform-origin: 0%;
  width: 19px;
  height: 2px;
  margin-top: 1px;
  margin-left: 16px;
  position: relative;
}

.text-cta-line.white {
  background-color: #fff;
}

.text-cta-line.red {
  background-color: var(--red);
}

.home-sub-prop-section {
  background-color: var(--grey);
  justify-content: space-between;
  align-items: center;
  padding: 15vh 7.5vw 14vh;
  display: flex;
  position: relative;
}

.left-v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  display: flex;
  position: relative;
}

.left-v-flex.shrink {
  width: 45%;
}

.h2 {
  -webkit-text-stroke-width: .02em;
  margin-top: 13px;
  margin-bottom: 21px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
  left: -2px;
}

.h2.no-top-margin {
  margin-top: 0;
}

.h2.no-top-margin._16ch {
  max-width: 16ch;
}

.h2.no-top-margin._15ch {
  max-width: 15ch;
}

.h2.no-top-margin._17ch {
  max-width: 17ch;
}

.h2.stretch {
  width: 105%;
  max-width: 105%;
}

.h2.stretch.no-top {
  margin-top: 0;
}

.right-v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.buttons-collection-container {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 105%;
  margin-top: 18px;
  position: relative;
}

.round-button {
  border: 1px solid var(--red);
  color: var(--blue-b);
  border-radius: 50px;
  margin-bottom: 22px;
  margin-right: 22px;
  padding: 9px 20px 8px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

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

.round-button.yellow {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.round-button.yellow:hover {
  background-color: #0000;
}

.round-button.yellow.report {
  margin-top: 15px;
  margin-bottom: 0;
}

.round-button.blue {
  border-color: var(--blue-b);
  background-color: var(--blue-b);
  color: var(--white);
}

.round-button.blue:hover {
  background-color: #0000;
}

.round-button.blue.report {
  margin-top: 15px;
  margin-bottom: 0;
}

.round-button.blue.report:hover {
  color: var(--blue-b);
}

.button-text {
  letter-spacing: .08em;
  -webkit-text-stroke-width: .05em;
  text-transform: uppercase;
  font-family: "Book Antiqua 400", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.supplementary-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-height: 450px;
  max-height: 520px;
  position: relative;
}

.supplementary-image.tomoro {
  filter: saturate(90%) contrast(122%);
}

.supplementary-image.esg {
  object-position: 50% 100%;
}

.supplementary-image.left-10pc {
  object-position: 10% 50%;
}

.supplementary-image.management {
  object-position: 15% 50%;
  min-height: 480px;
}

.opportunities-section {
  flex-flow: column;
  padding: 11.5vh 7.5vw 14.5vh;
  display: flex;
  position: relative;
}

.opportunities-section.reduced-bottom {
  padding-bottom: 12.5vh;
}

.slides-card-container {
  grid-column-gap: 1.4vw;
  grid-row-gap: 1.4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.card {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 50vh;
  padding: 7.5% 10%;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.card:hover {
  filter: brightness(110%);
}

.card-bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-bg-image.left-10pc {
  object-position: 10% 50%;
}

.card-bg-image.desat {
  filter: saturate(70%);
}

.slider {
  background-color: #0000;
  height: 50vh;
  margin-top: 3vh;
  margin-bottom: 6vh;
}

.card-sup-heading {
  letter-spacing: .05em;
  -webkit-text-stroke-width: .05em;
  text-transform: uppercase;
  font-family: "Book Antiqua 400", sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}

.card-heading {
  letter-spacing: .02em;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8em;
  display: block;
  position: relative;
}

._60pc-black-background {
  text-underline-offset: -1.1em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: underline #0009;
  text-decoration: underline #0009;
  text-decoration-thickness: 1.6em;
  display: inline;
  position: relative;
}

.bottom-colour-bar {
  z-index: 0;
  width: 100%;
  height: 34%;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-colour-bar.blue {
  background-image: linear-gradient(90deg, var(--blue-a), var(--blue-b));
}

.bottom-colour-bar.yellow {
  background-color: var(--yellow);
}

.slide-nav {
  width: 20vw;
  bottom: -20%;
}

.slide-nav.process {
  bottom: -29%;
}

.success-stories-section {
  grid-column-gap: 14vh;
  grid-row-gap: 14vh;
  flex-flow: column;
  padding: 15vh 7.5vw;
  display: flex;
  position: relative;
}

.success-stories-section.grey {
  background-color: var(--grey);
}

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

.h-flex.hide {
  display: none;
}

.home-industries-section {
  background-color: var(--grey);
  justify-content: space-between;
  align-items: center;
  padding: 15vh 7.5vw 14vh;
  display: flex;
  position: relative;
}

.h4 {
  -webkit-text-stroke-width: .02em;
  margin-top: 24px;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
  left: -2px;
}

.h4.leader {
  margin-top: 0;
  margin-bottom: 6px;
  left: 0;
}

.h4.leader.modal {
  margin-bottom: 0;
  font-size: 29px;
}

.h4.form {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 24px;
}

.h4.community-insight {
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.8em;
  left: auto;
}

.h4.network-member {
  margin-top: 5px;
  margin-bottom: 6px;
  left: 0;
}

.h4.author-name {
  margin-top: 0;
  margin-bottom: 0;
  left: 0;
}

.h4.analysis {
  margin-top: 13px;
  margin-bottom: 19px;
  left: -1px;
}

.drop-down-button {
  background-color: var(--yellow);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px 22px 10px 23px;
  display: flex;
  position: relative;
}

.button-divider {
  background-color: var(--blue-b);
  width: 1px;
  height: 19px;
  margin-left: 17px;
  margin-right: 19px;
  position: relative;
}

.button-triangle {
  width: 9px;
  height: 8px;
}

.pre-footer {
  justify-content: center;
  align-items: flex-end;
  padding: 16.5vh 15vw 16vh;
  display: flex;
  position: relative;
}

.pre-footer-divider {
  background-color: var(--blue-b);
  align-self: center;
  width: 1.5px;
  height: 166px;
  margin-left: 8%;
  margin-right: 11%;
  position: relative;
}

.pre-footer-right-v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 28%;
  display: flex;
  position: relative;
}

.pre-footer-left-v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 53%;
  display: flex;
  position: relative;
}

.footer {
  background-image: linear-gradient(90deg, var(--blue-a), var(--blue-b));
  color: var(--white);
  flex-flow: column;
  padding: 10vh 7.5vw 6.5vh;
  display: flex;
  position: relative;
}

.footer-top-h-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.linkedin-logo {
  width: 37px;
  height: 37px;
}

.footer-number-container {
  margin-top: 11vh;
  margin-bottom: 11vh;
}

.footer-number {
  -webkit-text-stroke-width: .02em;
  margin-top: 13px;
  margin-bottom: 3px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
  left: -3px;
}

.footer-address-h-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-address {
  letter-spacing: .02em;
  -webkit-text-stroke-width: .01em;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
  position: relative;
}

.footer-logo {
  object-fit: contain;
  width: 250px;
  position: relative;
}

.footer-divider {
  background-color: var(--white);
  width: 100%;
  height: 1.5px;
  margin-top: 5.6vh;
  margin-bottom: 5.5vh;
  position: relative;
}

.footer-bottom-h-flex {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.drop-down-button-expanded {
  z-index: 2;
  border: 1px solid var(--yellow);
  background-color: var(--grey);
  transform-origin: 50% 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -340px;
  padding: 12px 21px 11px;
  display: flex;
  position: relative;
}

.drop-down-button-item {
  letter-spacing: .02em;
  -webkit-text-stroke-width: .01em;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
  position: relative;
}

.text-link {
  text-decoration: none;
  position: relative;
}

.text-link.white {
  color: var(--white);
}

.text-link.white:hover {
  color: var(--yellow);
}

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

.text-link.red:hover {
  color: var(--blue-b);
}

.drop-down-link {
  text-decoration: none;
  position: relative;
}

.drop-down-link.blue {
  color: var(--blue-b);
}

.drop-down-link.blue:hover {
  color: var(--red);
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 7.5vw;
  display: flex;
  right: -7.5vw;
}

.right-arrow.process {
  height: 83%;
  bottom: -40%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 7.5vw;
  display: flex;
  left: -7.5vw;
}

.left-arrow.process {
  height: 83%;
  bottom: -40%;
}

.icon {
  margin-bottom: 35px;
  transform: scale(.2);
}

.icon.black {
  filter: saturate(0%);
}

.icon.black.process {
  margin-bottom: 0;
  position: relative;
  left: -2px;
}

.nav-arrow {
  object-fit: contain;
  width: 7px;
  margin-top: 1px;
  margin-left: 8px;
  position: relative;
}

.capabilities-drop-down-nav-expanded {
  z-index: 2;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16ch;
  padding: 18px 21px 11px;
  display: flex;
  position: absolute;
  top: 25px;
  left: -22px;
  transform: scale3d(1, 0, 1);
}

.capabilities-drop-down-nav-expanded.grey {
  background-color: var(--grey);
}

.capabilities-drop-down-nav-expanded.grey.not-grey-haha {
  background-color: var(--white);
}

.industires-drop-down-nav-expanded {
  z-index: 2;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 29ch;
  padding: 18px 21px 11px;
  display: flex;
  position: absolute;
  top: 25px;
  left: -22px;
  transform: scale3d(1, 0, 1);
}

.industires-drop-down-nav-expanded.grey {
  background-color: var(--grey);
}

.industires-drop-down-nav-expanded.grey.not-grey-haha {
  background-color: var(--white);
}

.language-icon {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 9px;
}

.drop-down-nav-text {
  color: var(--blue-b);
  letter-spacing: .025em;
  -webkit-text-stroke-width: .02em;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.locale-drop-down-nav-expanded {
  z-index: 2;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 7ch;
  padding: 18px 21px 11px;
  display: flex;
  position: absolute;
  top: 25px;
  left: 6px;
  transform: scale3d(1, 0, 1);
}

.locale-drop-down-nav-expanded.grey {
  background-color: var(--grey);
}

.locale-drop-down-nav-expanded.grey.not-grey-haha {
  background-color: var(--white);
}

.capabilities-hero {
  background-color: var(--grey);
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding: 25vh 7.5vw 15vh;
  display: flex;
  position: relative;
}

.bullet-point-container {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
  position: relative;
}

.bullet-point-container.bottom {
  margin-bottom: 10px;
}

.bullet-point-container.analysis {
  margin-top: 8px;
  margin-bottom: 4px;
}

.bullet-point-container.analysis.bottom {
  margin-bottom: 18px;
}

.bullet-point {
  border: 1.5px solid var(--blue-b);
  border-radius: 19px;
  flex: none;
  width: 19px;
  height: 19px;
  margin-top: 7px;
  margin-right: 18px;
  position: relative;
}

.bullet-point.yellow {
  border-width: 2px;
  border-color: var(--yellow);
}

.bullet-point.red {
  border-width: 2px;
  border-color: var(--red);
}

.bullet-point-text {
  letter-spacing: .02em;
  -webkit-text-stroke-width: .01em;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.9em;
  position: relative;
}

.testimonial-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 18vh 7.5vw 19vh;
  display: flex;
}

.testimonial-section.blue {
  background-image: linear-gradient(90deg, var(--blue-a), var(--blue-b));
  color: var(--white);
  position: relative;
}

.testimonial-section.yellow {
  background-color: var(--yellow);
  position: relative;
}

.testimonial-quote-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 7vw;
  display: flex;
  position: relative;
}

.testimonial-quote-container.about-us {
  margin-left: 6vw;
}

.h3 {
  -webkit-text-stroke-width: .02em;
  margin-top: 13px;
  margin-bottom: 21px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
  left: -2px;
}

.h3._31ch {
  max-width: 31ch;
}

.h3.analysis {
  margin-top: 15px;
  left: -1px;
}

.h3._37ch {
  max-width: 37ch;
}

.inverted-commas {
  width: 80px;
  margin-bottom: 12px;
  position: relative;
  left: -12%;
}

.process-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15vh 7.5vw 22vh;
  display: flex;
  position: relative;
}

.sup-tm {
  margin-left: 1px;
  font-size: 8px;
  position: relative;
  top: -6px;
}

.h-v-flex-containers {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.p-tm {
  margin-left: 1px;
  font-size: 9px;
  line-height: 1em;
  position: relative;
  top: -6px;
}

.process-right-v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.slides-process-container {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.slides-process-text-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 35vh;
  margin-bottom: 2vw;
  display: flex;
}

.slides-process-text-container.max-w-95pc {
  max-width: 95%;
}

.slides-process-image {
  object-fit: cover;
  width: 100%;
  height: 550px;
  margin-bottom: 1vw;
  margin-left: 1px;
  position: relative;
}

.process-slider {
  z-index: 1;
  background-color: #0000;
  height: 100%;
}

.process-bottom-bar {
  z-index: 0;
  background-color: var(--grey);
  width: 100%;
  height: 83%;
  position: absolute;
  inset: auto 0% -11.5%;
}

.process-slider-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: -7.5vw;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: flex;
  position: relative;
  top: -10vh;
}

.report-section {
  background-color: var(--grey);
  justify-content: space-between;
  align-items: center;
  padding: 15vh 7.5vw;
  display: flex;
  position: relative;
}

.report-section.blue {
  background-image: linear-gradient(90deg, var(--blue-a), var(--blue-b));
  color: var(--white);
}

.report-section.blue.reduced-top {
  padding-top: 12vh;
}

.report-section.blue.reduced-top.hide {
  display: none;
}

.report-section.blue.very-reduced-top {
  padding-top: 4vh;
}

.report-section.blue.very-reduced-top.hide {
  display: none;
}

.report-section.yellow {
  background-color: var(--yellow);
}

.report-section.yellow.article {
  padding-top: 13vh;
  padding-bottom: 16vh;
}

.report-section.yellow.reduced-top {
  padding-top: 13vh;
}

.report-section.yellow.hide {
  display: none;
}

.report-section.yellow.very-reduced-top {
  padding-top: 5vh;
}

.report-badge {
  z-index: 1;
  background-color: var(--yellow);
  color: var(--blue-b);
  justify-content: center;
  align-items: center;
  padding: 12px 22px 10px 23px;
  display: flex;
  position: absolute;
  inset: 13% auto auto -5%;
}

.report-badge.blue {
  background-color: var(--blue-b);
  color: var(--white);
}

.behind-slides-process-image {
  z-index: 3;
  object-fit: cover;
  width: 38%;
  height: 550px;
  position: absolute;
  bottom: 2vh;
  left: 7.5vw;
}

.behind-slides-process-image.technology {
  filter: saturate(93%) brightness(107%) contrast(110%);
  object-position: 88% 50%;
}

.industry-hero-text-container {
  z-index: 1;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  left: 2vw;
}

.industry-hero-text-container._32ch {
  max-width: 32ch;
}

.industry-hero-text-container._43ch {
  max-width: 43ch;
}

.industry-hero-text-container._33ch {
  max-width: 33ch;
}

.industry-hero-text-container._39ch {
  max-width: 39ch;
}

.industry-hero {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding: 10vh 10vw 22vh;
  display: flex;
  position: relative;
}

._60pc-h1-black-background {
  text-underline-offset: -.85em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: underline #0009;
  text-decoration: underline #0009;
  text-decoration-thickness: 1.1em;
  display: inline;
  position: relative;
}

._60pc-p-black-background {
  text-underline-offset: -1.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: underline #0009;
  text-decoration: underline #0009;
  text-decoration-thickness: 1.8em;
  display: inline;
  position: relative;
}

.leadership-section {
  flex-flow: column;
  padding: 0 7.5vw 14vh;
  display: flex;
  position: relative;
}

.leadership-team-grid {
  grid-column-gap: 8.5vw;
  grid-row-gap: 8.5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vh;
  display: grid;
}

.leader-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.leader-container.hide {
  display: none;
}

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

.leader-photo {
  z-index: 1;
  object-fit: cover;
  width: 180px;
  position: relative;
}

.leader-photo.zal-movie {
  object-position: 50% 35%;
  height: 189px;
}

.leader-photo.matthias {
  filter: brightness(102%);
}

.leader-photo.martin {
  filter: brightness(105%);
}

.leader-photo.martin.modal {
  width: 220px;
  margin-top: 8px;
}

.leader-photo.owner-compacency, .leader-photo.big-ocean {
  object-position: 50% 50%;
  height: 189px;
}

.leader-v-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4vw;
  display: flex;
}

.leader-v-flex.modal {
  margin-left: 5vw;
}

.linkedin-leader-icon {
  object-fit: contain;
  width: 23px;
  position: relative;
}

.linkedin-leader-icon.modal {
  width: 28px;
}

.linkedin-link-block {
  margin-left: 1px;
  position: relative;
}

.partnerships-section {
  background-color: var(--grey);
  justify-content: space-between;
  align-items: center;
  padding: 10vh 7.5vw;
  display: flex;
  position: relative;
}

.about-us-partner-logos-container {
  background-color: var(--grey);
  margin-top: -10vh;
  padding: 15.5vh 7.5vw 15vh;
  display: none;
  position: relative;
}

.partner-logos-grid {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 6vh;
  display: flex;
  position: relative;
}

.edb-logo {
  object-fit: scale-down;
  max-width: 9%;
  position: relative;
}

.german-centre-logo {
  object-fit: scale-down;
  max-width: 21%;
  position: relative;
}

.michael-page-logo {
  object-fit: scale-down;
  max-width: 16%;
  position: relative;
}

.sge-logo {
  object-fit: scale-down;
  max-width: 13%;
  position: relative;
  top: 2px;
}

.swisscham-logo {
  object-fit: scale-down;
  max-width: 15%;
  margin-left: 5px;
  position: relative;
}

.growth-network-hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.growth-network-top-h-flex {
  color: var(--white);
  background-image: linear-gradient(45deg, #00000040, #0000), url('../images/growth_network_hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 30vh 7.5vw 14vh;
  display: flex;
  position: relative;
}

.growth-network-bottom-h-flex {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 15vh 7.5vw;
  display: flex;
  position: relative;
}

.growth-network-form-container {
  background-color: var(--grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 39%;
  padding: 4.4vh 4.8vw;
  display: flex;
  position: absolute;
  bottom: 14vh;
  right: 7.5vw;
}

.growth-network-form {
  width: 100%;
  position: relative;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.form-name-h-flex {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  width: 100%;
  display: flex;
}

.form-label {
  letter-spacing: .05em;
  -webkit-text-stroke-width: .03em;
  margin-top: 12px;
  font-family: "Book Antiqua 400", sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.form-text-field {
  color: #0b1c43b3;
  letter-spacing: .02em;
  -webkit-text-stroke-width: .02em;
  border: 1px #000;
  min-height: 41px;
  padding-left: 15px;
  position: relative;
}

.form-text-field::placeholder {
  color: #0b1c43b3;
}

.form-drop-down {
  color: #0b1c43b3;
  letter-spacing: .02em;
  -webkit-text-stroke-width: .02em;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../images/plus.png');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 8px 7px;
  border: 1px #000;
  min-height: 41px;
  padding-left: 16px;
  position: relative;
}

.form-drop-down:focus-visible, .form-drop-down[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 1px #0b1c43b3;
}

.form-button {
  background-color: var(--red);
  color: var(--white);
  letter-spacing: .08em;
  -webkit-text-stroke-width: .05em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 21px 9px;
  font-family: "Book Antiqua 400", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.form-button:hover {
  background-color: var(--yellow);
  color: var(--blue-b);
}

.form-checkbox {
  float: left;
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  position: relative;
}

.form-checkbox.w--redirected-checked {
  border-width: 4px;
  border-color: var(--blue-b);
  background-color: var(--blue-b);
}

.form-privacy-p {
  letter-spacing: .02em;
  -webkit-text-stroke-width: .01em;
  margin-bottom: 0;
  margin-left: 21px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.85em;
  position: relative;
}

.form-privacy-consent {
  margin-top: 21px;
  margin-bottom: 33px;
  position: relative;
}

.form-success {
  z-index: 2;
  letter-spacing: .02em;
  -webkit-text-stroke-width: .01em;
  font-weight: 300;
  line-height: 1.9em;
  position: relative;
}

.success-message {
  text-align: left;
  background-color: #c3ecb68a;
  margin-top: 20px;
  padding: 24px 30px 25px 35px;
  position: relative;
}

.error-message {
  margin-top: 37px;
  padding: 24px 35px 25px;
}

.community-insight-section {
  flex-flow: column;
  padding: 8vh 7.5vw 7vh;
  display: flex;
}

.community-insight-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vh;
  display: grid;
}

.community-insight-top-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2.8vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.community-insight-name {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 17px;
  font-family: "Book Antiqua 500", sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  left: 1px;
}

.community-insight-grey-bg {
  background-color: var(--grey);
  justify-content: flex-end;
  align-items: flex-start;
  height: 40%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.comunity-insight-container {
  color: var(--blue-b);
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

._60pc-h4-grey-background {
  text-underline-offset: -1.1em;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--grey);
  text-decoration-color: var(--grey);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration-thickness: 1.4em;
  display: inline;
  position: relative;
}

.growth-network-members {
  background-color: var(--grey);
  flex-flow: column;
  padding: 14vh 7.5vw 17vh;
  display: flex;
}

.network-member-linkedin-link-block {
  z-index: 2;
  background-color: var(--grey);
  padding-top: 15px;
  padding-left: 17px;
  position: absolute;
}

.growth-network-member-photo-container {
  object-fit: cover;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.growth-network-member-photo {
  z-index: 1;
  height: 180px;
  position: relative;
}

.growth-network-member-photo.drissi {
  filter: saturate(86%) contrast(168%);
}

.analysis-hero {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 88vh;
  padding: 10vh 20vw 18vh 22vw;
  display: flex;
  position: relative;
}

.analysis-hero.short-title {
  min-height: 84vh;
}

.analysis-hero-text-container {
  z-index: 1;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.analysis-hero-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.analysis-hero-bg-image.succeed {
  filter: brightness(107%) saturate(91%) contrast(110%);
}

.analysis-body-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12vh 20vw 14vh 22vw;
  display: flex;
  position: relative;
}

.author-h-flex {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.analysis-author-photo {
  object-fit: cover;
  height: 90px;
  position: relative;
}

.analysis-author-photo.contrast-107 {
  filter: contrast(107%);
}

.analysis-author-text-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.analysis-author-name-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
}

.analysis-author-linkedin-link-block {
  z-index: 2;
  background-color: var(--grey);
  margin-bottom: 4px;
  margin-left: 17px;
  position: relative;
}

.success-story-hero {
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  padding: 26vh 7.5vw 13.5vh;
  display: flex;
  position: relative;
}

.success-story-client-link {
  z-index: 1;
  background-color: var(--white);
  padding: 28px 4px 3px 36px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.success-story-client-link.tomoro {
  background-color: #051827;
  padding: 10px 17px;
}

.success-story-client-link.emerald {
  padding-top: 25px;
}

.success-story-client-link.vario {
  background-color: #0c0c10;
  padding: 22px 28px 18px 29px;
}

.success-story-client-link.hawa {
  padding-top: 20px;
  padding-left: 30px;
}

.success-story-client-link.imt {
  padding-top: 24px;
  padding-left: 32px;
}

.success-story-logo {
  max-height: 29px;
}

.success-story-logo.tomoro {
  max-height: 48px;
}

.success-story-logo.emerald {
  max-height: 31px;
}

.success-story-logo.vario {
  max-height: 25px;
}

.success-story-logo.sistag {
  max-height: 27px;
}

.success-story-logo.hawa {
  max-height: 73px;
}

.success-story-logo.gateb {
  max-height: 34px;
}

.success-story-logo.ctc {
  max-height: 30px;
}

.success-story-logo.imt {
  max-height: 35px;
}

.opportunity-hero {
  background-color: var(--grey);
  justify-content: space-between;
  align-items: flex-start;
  padding: 26vh 7.5vw 12vh;
  display: flex;
  position: relative;
}

.opportunity-detail {
  justify-content: space-between;
  align-items: flex-start;
  padding: 12vh 7.5vw 1vh;
  display: flex;
  position: relative;
}

.contact-hero {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 30vh 7.5vw 14vh;
  display: flex;
  position: relative;
}

.contact-form-container {
  z-index: 2;
  background-color: var(--grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 39%;
  padding: 4.4vh 4.8vw;
  display: flex;
  position: absolute;
  top: 27vh;
  right: 7.5vw;
}

.contact-form-container.thank-you-photo {
  padding: 0 0;
}

.cta-arrow {
  filter: invert() saturate(0%) brightness(200%);
  height: 13px;
  margin-top: 1px;
  position: relative;
  left: -5px;
}

.footer-top-v-flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.privacy-hero-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.privacy-hero {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 60vh;
  padding: 10vh 20vw 15vh 22vw;
  display: flex;
  position: relative;
}

.long-form-text-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11vh 20vw 14vh 22vw;
  display: flex;
  position: relative;
}

.image-citation {
  z-index: 1;
  opacity: .9;
  background-color: #ffffffbf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-citation-text {
  color: #000;
  padding: 3px 7px;
  font-size: 9px;
  line-height: 1.4em;
  position: relative;
}

.article-horizontal-divider {
  background-color: #eee;
  width: 100%;
  height: 2px;
  margin-top: 3.9vh;
  margin-bottom: 3.5vh;
  position: relative;
}

.leader-icon-h-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.leader-icon-h-flex.modal {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  margin-top: 10px;
}

.floating-modal-overlay {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffeb;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 17vh;
  padding-left: 21.5vw;
  padding-right: 20vw;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.floating-modal-overlay.martin, .floating-modal-overlay.marc, .floating-modal-overlay.pete, .floating-modal-overlay.eleonore, .floating-modal-overlay.margaret, .floating-modal-overlay.matthias {
  display: none;
}

.modal-close-button {
  cursor: pointer;
  width: 20px;
  position: absolute;
  inset: 8vh 4vw auto auto;
}

.close-plus {
  position: relative;
}

.contact-thank-you-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.mobile-nav {
  display: none;
}

.mobile-nav-burger {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: none;
  position: relative;
}

.mobile-nav-burger-bar {
  background-color: var(--blue-b);
  width: 100%;
  height: 2px;
  position: relative;
}

.supplementary-image-zoomer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-background {
  object-fit: cover;
  object-position: 50% 72%;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.industry-background-image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.industry-background-image.ic {
  object-position: 50% 35%;
}

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

@media screen and (min-width: 1440px) {
  .p._32ch {
    max-width: 43ch;
  }

  .p._36ch {
    max-width: 50ch;
  }

  .h2.no-top-margin._16ch, .h2.no-top-margin._15ch {
    max-width: 21ch;
  }

  .h2.no-top-margin._17ch {
    max-width: 22ch;
  }

  .process-section {
    padding-bottom: 24vh;
  }

  .process-slider-container {
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding: 4vh 9vw 3.5vh 7.5vw;
  }

  .nav-logo {
    width: 150px;
  }

  .nav-links-container {
    display: none;
  }

  .nav-text.as-header {
    -webkit-text-stroke-width: 0em;
    margin-top: 12px;
    margin-bottom: 4px;
    font-family: "Book Antiqua 400", sans-serif;
    font-size: 18px;
  }

  .home-hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/home_hero_bg_upscaled_mod.jpg');
    background-position: 0 0, 50% 72%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-bottom: 20vh;
    padding-left: 7.5vw;
  }

  .home-hero-text-container {
    left: 0;
  }

  .sup-heading {
    font-size: 16px;
  }

  .h1, .h1._10ch {
    font-size: 40px;
  }

  .p {
    font-size: 16px;
  }

  .p._19ch {
    max-width: none;
  }

  .text-cta {
    font-size: 15px;
  }

  .text-cta-container.white.mobile-hide {
    display: none;
  }

  .text-cta-container.blue {
    margin-top: 10px;
  }

  .home-sub-prop-section {
    flex-flow: column;
    padding-top: 8vh;
    padding-bottom: 9vh;
  }

  .left-v-flex, .left-v-flex.shrink {
    width: 100%;
  }

  .h2 {
    font-size: 28px;
  }

  .h2.stretch {
    width: 100%;
    max-width: 100%;
  }

  .right-v-flex {
    width: 100%;
    margin-top: 30px;
  }

  .right-v-flex.mobile-reverse {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .buttons-collection-container {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: start;
    display: flex;
  }

  .round-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 14px;
    padding: 7px 18px 6px;
    display: inline;
  }

  .button-text {
    letter-spacing: .04em;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 12px;
  }

  .supplementary-image {
    min-height: 300px;
    max-height: 320px;
  }

  .supplementary-image.management {
    min-height: 300px;
  }

  .opportunities-section {
    padding-top: 8vh;
    padding-bottom: 10vh;
  }

  .slides-card-container {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card, .slider {
    height: auto;
  }

  .card-heading {
    font-size: 18px;
  }

  .bottom-colour-bar {
    height: 27%;
  }

  .slide-nav {
    width: auto;
    bottom: -12%;
  }

  .slide-nav.process {
    bottom: -12%;
  }

  .success-stories-section {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    padding-top: 11vh;
    padding-bottom: 9vh;
  }

  .h-flex {
    flex-flow: column;
  }

  .h-flex.mobile-order-switch {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
    margin-top: -20px;
  }

  .home-industries-section {
    flex-flow: column;
    padding-top: 10vh;
    padding-bottom: 11vh;
  }

  .h4.leader {
    font-size: 18px;
  }

  .h4.community-insight {
    line-height: 1.6em;
  }

  .h4.network-member {
    font-size: 18px;
  }

  .h4.author-name {
    font-size: 20px;
  }

  .pre-footer {
    flex-flow: column;
    padding: 8vh 7.5vw;
  }

  .pre-footer-divider {
    align-self: center;
    width: 97%;
    height: 1.5px;
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .pre-footer-right-v-flex, .pre-footer-left-v-flex {
    width: 100%;
  }

  .footer {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .linkedin-logo {
    width: 30px;
    height: 30px;
  }

  .footer-number {
    font-size: 30px;
  }

  .footer-address {
    font-size: 14px;
  }

  .footer-logo {
    display: none;
  }

  .footer-bottom-h-flex {
    flex-flow: column;
  }

  .drop-down-button-expanded {
    margin-bottom: -210px;
  }

  .drop-down-button-item {
    margin-top: 1px;
    margin-bottom: 3px;
  }

  .drop-down-link.blue.hide, .right-arrow, .left-arrow, .icon {
    display: none;
  }

  .capabilities-hero {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-flow: column-reverse;
    padding-top: 16vh;
    padding-bottom: 10vh;
  }

  .bullet-point.yellow {
    margin-top: 5px;
  }

  .bullet-point-text {
    font-size: 16px;
  }

  .testimonial-section {
    padding-top: 10vh;
    padding-bottom: 9vh;
  }

  .testimonial-quote-container, .testimonial-quote-container.about-us {
    margin-left: 0;
  }

  .h3 {
    font-size: 28px;
    left: 0;
  }

  .h3._31ch {
    font-size: 21px;
    line-height: 1.6em;
  }

  .h3._37ch {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.6em;
  }

  .inverted-commas {
    width: 50px;
    left: auto;
  }

  .process-section {
    padding-top: 8vh;
    padding-bottom: 17vh;
  }

  .h-v-flex-containers {
    flex-flow: column;
  }

  .process-right-v-flex {
    width: 100%;
  }

  .slides-process-container {
    grid-column-gap: 6%;
    grid-row-gap: 6%;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .slides-process-text-container {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .slides-process-text-container.max-w-95pc {
    max-width: 100%;
  }

  .slides-process-image {
    height: 220px;
    margin-bottom: 2vh;
    margin-left: 0;
  }

  .process-slider {
    width: 100%;
    height: auto;
  }

  .process-bottom-bar {
    display: none;
    bottom: -7%;
  }

  .process-slider-container {
    flex-flow: column;
    height: 100%;
    margin-top: 6vh;
    top: 0;
  }

  .report-section {
    flex-flow: column;
    padding-top: 11vh;
    padding-bottom: 10vh;
  }

  .report-section.blue.reduced-top.mobile-reverse {
    flex-flow: column-reverse;
  }

  .report-section.yellow.article {
    flex-flow: column;
    padding-top: 10vh;
    padding-bottom: 12vh;
  }

  .behind-slides-process-image {
    width: 100%;
    height: 300px;
    position: relative;
    left: auto;
  }

  .industry-hero-text-container {
    left: auto;
  }

  .industry-hero.er {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  ._60pc-h1-black-background {
    font-size: 32px;
    line-height: 1em;
  }

  .leadership-section {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .leadership-team-grid {
    grid-template-columns: 1fr;
  }

  .leader-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .leader-container.modal {
    flex-flow: column;
  }

  .leader-photo {
    width: 100px;
    height: 100px;
  }

  .leader-photo.zal-movie {
    height: 130px;
  }

  .leader-photo.martin.modal {
    width: 120px;
    height: 120px;
  }

  .leader-photo.owner-compacency, .leader-photo.big-ocean {
    height: 130px;
  }

  .leader-v-flex.modal {
    margin-top: 30px;
    margin-left: 0;
  }

  .linkedin-leader-icon {
    width: 20px;
  }

  .partnerships-section {
    flex-flow: column;
    padding-top: 8vh;
    padding-bottom: 11vh;
  }

  .about-us-partner-logos-container {
    margin-top: -20vh;
    padding-top: 20vh;
    padding-bottom: 8vh;
  }

  .partner-logos-grid {
    flex-flow: wrap;
  }

  .german-centre-logo {
    max-width: 52%;
    margin-bottom: 30px;
  }

  .michael-page-logo {
    max-width: 38%;
    margin-bottom: 30px;
  }

  .sge-logo {
    max-width: 30%;
    margin-bottom: 30px;
  }

  .swisscham-logo {
    max-width: 36%;
    margin-bottom: 30px;
  }

  .growth-network-top-h-flex {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .growth-network-bottom-h-flex {
    flex-flow: column;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .growth-network-form-container {
    width: 100vw;
    margin-top: 40px;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    position: relative;
    bottom: auto;
    right: auto;
  }

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

  .community-insight-name {
    font-size: 13px;
  }

  ._60pc-h4-grey-background {
    font-size: 19px;
  }

  .growth-network-members {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .growth-network-member-photo-container {
    margin-top: 12px;
  }

  .growth-network-member-photo {
    object-fit: cover;
    width: 100px;
    height: 100px;
  }

  .analysis-hero {
    min-height: 78vh;
    padding: 18vh 7.5vw 8vh;
  }

  .analysis-body-section {
    padding: 6vh 7.5vw 8vh;
  }

  .success-story-hero {
    flex-flow: column;
    padding-top: 20vh;
    padding-bottom: 8vh;
  }

  .opportunity-hero {
    flex-flow: column;
    padding-top: 20vh;
    padding-bottom: 7vh;
  }

  .opportunity-detail {
    flex-flow: column;
    padding-top: 9vh;
  }

  .contact-hero {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: column;
    padding-top: 18vh;
    padding-bottom: 0;
  }

  .contact-form-container {
    width: 100vw;
    padding: 6vh 7.5vw 8vh;
    position: relative;
    top: auto;
    right: auto;
  }

  .contact-form-container.thank-you-photo {
    margin-top: 2vh;
  }

  .privacy-hero {
    min-height: 58vh;
    padding-bottom: 12vh;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .long-form-text-section {
    padding: 8vh 7.5vw;
  }

  .image-citation {
    top: 0%;
    bottom: auto;
    left: auto;
  }

  .article-horizontal-divider {
    margin-top: 2.9vh;
    margin-bottom: 2.8vh;
  }

  .floating-modal-overlay {
    padding: 10vh 15vw;
  }

  .modal-close-button {
    margin-top: 2px;
    margin-right: 2px;
    top: 4vh;
    right: 9vw;
  }

  .mobile-nav {
    z-index: 99;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #f5f5f5f7;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 120vh;
    padding-top: 3.3vh;
    padding-left: 10vw;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .mobile-nav-header {
    margin-top: 12px;
    margin-bottom: 4px;
    font-family: "Book Antiqua 400", sans-serif;
    font-size: 18px;
    position: relative;
  }

  .mobile-nav-header.hide {
    display: none;
  }

  .mobile-nav-burger {
    z-index: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -2px;
  }

  .mobile-nav-burger-bar {
    background-color: var(--blue-b);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2px;
    position: relative;
  }

  .hero-background {
    filter: brightness(70%);
  }
}

#w-node-bd8ae42f-e00f-cdcd-af8b-9178c8220550-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c8220557-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c822055e-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c8220565-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c822056c-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c8220573-c822053b, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-26c24c8f, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-26c24c8f, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-26c24c8f, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-26c24c8f, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-ed4279a3, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-ed4279a3, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-ed4279a3, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-ed4279a3, #w-node-_9b203a28-227e-eaac-ab46-6cdfe2efdf3a-ed4279a3, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-53968a1d, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-53968a1d, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-53968a1d, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-53968a1d, #w-node-_3f7d1481-1d34-961f-276d-dcc1ac9bcadd-53968a1d, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-f016abcb, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-f016abcb, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-f016abcb, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-f016abcb, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-71b4950b, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-71b4950b, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-71b4950b, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-71b4950b, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-e2dec4db, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-e2dec4db, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-e2dec4db, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-e2dec4db, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-04eea046, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-04eea046, #w-node-dacd1cc8-43ac-753a-dff6-786f388f3d22-04eea046, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-04eea046, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-04eea046, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-687e4687, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-687e4687, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-687e4687, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-687e4687 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b70b52fe-3317-b524-0b87-f7e0b348f1d8-687e4687 {
  justify-self: end;
}

#w-node-b70b52fe-3317-b524-0b87-f7e0b348f1d9-687e4687, #w-node-b70b52fe-3317-b524-0b87-f7e0b348f1dd-687e4687, #w-node-_8e6c1b96-c17c-6014-cd3a-7421aef9a5cf-687e4687 {
  justify-self: start;
}

#w-node-ad5e69c1-0a4f-9471-f620-9be52d143475-687e4687 {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-bd8ae42f-e00f-cdcd-af8b-9178c8220550-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c8220557-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c822055e-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c8220565-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c822056c-c822053b, #w-node-bd8ae42f-e00f-cdcd-af8b-9178c8220573-c822053b, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-26c24c8f, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-26c24c8f, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-26c24c8f, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-26c24c8f, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-ed4279a3, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-ed4279a3, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-ed4279a3, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-ed4279a3, #w-node-_9b203a28-227e-eaac-ab46-6cdfe2efdf3a-ed4279a3, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-53968a1d, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-53968a1d, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-53968a1d, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-53968a1d, #w-node-_3f7d1481-1d34-961f-276d-dcc1ac9bcadd-53968a1d, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-f016abcb, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-f016abcb, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-f016abcb, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-f016abcb, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-71b4950b, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-71b4950b, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-71b4950b, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-71b4950b, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-e2dec4db, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-e2dec4db, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-e2dec4db, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-e2dec4db, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-04eea046, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-04eea046, #w-node-dacd1cc8-43ac-753a-dff6-786f388f3d22-04eea046, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-04eea046, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-04eea046, #w-node-_0f021e26-1415-22ca-831e-7e26717c3333-687e4687, #w-node-_3e27d50f-111a-464c-b6d0-dad867770633-687e4687, #w-node-_600d724f-1b77-e8cf-cf73-9f12582841cb-687e4687, #w-node-_7e8c48ed-bfa8-47b0-90eb-625bac54cf90-687e4687 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Book Antiqua 500';
  src: url('../fonts/bookantiqua_bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Book Antiqua 400';
  src: url('../fonts/bookantiqua.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}