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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

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

body {
  color: #fff;
  background-color: #000;
  border-left: 1px solid #fff;
  font-family: Merriweather, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  letter-spacing: .3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
}

a {
  color: #fff;
  font-family: Merriweather, sans-serif;
}

a:hover {
  color: #7e7e7e;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3, .padding-large {
  padding: 3.5rem;
}

.padding-large.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  padding-top: 5.4375rem;
  padding-bottom: 0;
}

.padding-large.is-news-home {
  padding-top: 5rem;
  padding-bottom: 0;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium {
  padding-bottom: 3rem;
}

.padding-bottom.padding-small {
  text-decoration: none;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_heading-tags, .fs-styleguide_other-tags {
  background-color: #7a7a7a;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

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

.text-color-black:hover {
  text-decoration: none;
}

.text-color-black.text-size-xlarge {
  font-size: 7.5vw;
}

.text-color-black.text-style-italic.text-size-xlarge {
  font-size: 8.3vw;
}

.text-color-black.heading-style-h3.line-height-1-5 {
  line-height: 1.5;
}

.text-color-black.decoration-none {
  text-decoration: none;
}

.text-color-black.decoration-none:hover {
  text-decoration: underline;
}

.text-color-black.text-align-center.padding-bottom.padding-small:hover {
  -webkit-text-stroke-color: #7e7e7e;
}

.text-color-antracite {
  color: #222;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a, .text-rich-text.is-black {
  color: #000;
}

.container-small {
  width: 100%;
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.align-left {
  margin-left: 0;
}

.container-small.is-what-we-do {
  max-width: 37.25rem;
}

.icon-height-small {
  height: 1rem;
}

.fs-styleguide_heading-styles {
  background-color: #7a7a7a;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.text-color-black:hover {
  text-decoration: none;
}

.heading-style-h1.is-theme-numbers {
  font-style: italic;
}

.heading-style-h1.is-black {
  color: #000;
}

.padding-global {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 6rem;
  padding-right: 6rem;
}

.text-weight-normal {
  font-family: Merriweather, sans-serif;
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 24rem;
}

.max-width-small.padding-left.is-medium {
  margin-left: 6.75rem;
}

.text-color-white {
  color: #fff;
}

.fs-styleguide_webflow-elements {
  background-color: #7a7a7a;
}

.text-style-italic {
  font-style: italic;
}

.text-style-italic.text-size-xlarge {
  display: block;
}

.text-style-italic.is-breadcrumb-label {
  padding-left: .5rem;
  display: inline;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-family: Merriweather, sans-serif;
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-family: Merriweather, sans-serif;
  font-weight: 900;
}

.text-align-right {
  text-align: right;
  font-family: Merriweather, sans-serif;
}

.text-weight-bold {
  font-family: Merriweather, sans-serif;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 37.5rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .7;
}

.text-size-small {
  font-size: .75rem;
}

.text-size-small.text-color-white-50.text-style-italic.text-style-no-decoration:hover {
  text-decoration: underline;
}

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
  justify-content: flex-start;
  font-family: Merriweather, sans-serif;
}

.background-color-off-white {
  background-color: #eee;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 0;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #fff;
  text-decoration: underline;
}

.text-size-large {
  font-size: 3.75rem;
  line-height: 1.2;
}

.fs-styleguide_header {
  background-color: #584d4d;
  background-image: radial-gradient(circle farthest-side at 17% 16%, #af8a91, #01396a 32%, #000 56%);
}

.heading-style-h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.heading-style-h2.news-link {
  display: inline;
}

.heading-style-h2.padding-bottom.padding-quote {
  padding-bottom: 2rem;
}

.heading-style-h2.is-black {
  color: #000;
}

.heading-style-h2.news-link-no-underline {
  border-bottom: 1px #000;
  display: inline;
}

.page-wrapper {
  overflow: hidden;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h5.is-centered {
  text-align: center;
}

.container-large {
  width: 100%;
  max-width: 78rem;
  min-width: 86.66vw;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vw;
}

.main-wrapper.is-grainmarks {
  margin-top: 0;
}

.fs-styleguide_colors {
  background-color: #7a7a7a;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 1rem 2.25rem;
  font-style: italic;
  font-weight: 700;
}

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

.button.is-text {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-text:hover {
  text-decoration: underline;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  font-family: Merriweather, sans-serif;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_buttons {
  background-color: #7a7a7a;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.5rem;
  line-height: 1.5;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.padding-section-medium.no-padding-top {
  padding-top: 0;
}

.padding-section-medium.no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-medium.no-padding-bottom.what-we-do {
  margin-top: -11.25rem;
}

.container-medium {
  width: 100%;
  max-width: 64.5rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #222;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-4 {
  background-color: #eee;
}

.heading {
  color: #fff;
  font-family: Merriweather, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-2 {
  color: #fff;
  font-family: Merriweather, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.block-quote {
  color: #fff;
  border-left-style: none;
  border-left-width: 0;
  font-family: Merriweather, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

.list {
  font-family: Merriweather, sans-serif;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  background-color: #948b8b;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.navbar-brand {
  line-height: 1;
}

.nav-menu-wrapper {
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 1px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Merriweather, sans-serif;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px 10px 0 0;
  padding: 16px 30px 16px 24px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle.w--open {
  background-color: #fff;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 18px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.w--open {
  border-radius: 0 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide, .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0 10px 10px;
}

.nav-dropdown-link {
  color: rgba(0, 0, 0, .7);
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  font-style: italic;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

.body {
  height: 100vh;
  color: #fff;
  border: 0 solid #000;
  border-radius: 0;
  font-family: Merriweather, sans-serif;
}

.body.is-home {
  background-image: url('../images/background-insights-home.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.body.is-news {
  color: #000;
  background-color: #fff;
}

.body.is-contact {
  background-image: url('../images/Background---Contact.png');
  background-position: 0 0;
  background-size: cover;
}

.body.is-404 {
  background-image: url('../images/Background---405.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.body.is-theme {
  background-image: url("https://uploads-ssl.webflow.com/64761abbf9755d3baf8a2312/64761abbf9755d3baf8a22fd_Background%20-%20Theme%20-%20Women's%20healthcare%20-%203.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.body.is-impact {
  background-image: url('../images/Background---Impact.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.body.is-team {
  background-image: url('../images/Background---The-Firm.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.body.is-what-we-do {
  background-image: url('../images/Background---What-we-do---3.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.body.is-grainmarks {
  background-color: rgba(0, 0, 0, 0);
}

.body.is-team-detail {
  background-image: url('../images/background-team-detail.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-no-shadow {
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  z-index: 5;
  width: 100vw;
  height: 10vw;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar.is-home {
  background-image: url('../images/background-insights-home.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar.is-contact {
  background-image: url('../images/Background---Contact.png');
  background-position: 0 0;
  background-size: cover;
}

.navbar.is-theme {
  background-image: url("https://uploads-ssl.webflow.com/64761abbf9755d3baf8a2312/64761abbf9755d3baf8a22fd_Background%20-%20Theme%20-%20Women's%20healthcare%20-%203.png");
  background-position: 0 0;
  background-size: 100%;
}

.navbar.is-impact {
  background-image: url('../images/Background---Impact.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.navbar.is-team {
  background-image: url('../images/Background---The-Firm.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.navbar.is-what-we-do {
  background-image: url('../images/Background---What-we-do---3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
}

.navbar.is-team-detail {
  background-image: url('../images/background-team-detail.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: -21px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  letter-spacing: .25px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 5px .7rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fff;
  border-bottom: 0 #fff;
  text-decoration: underline;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.text-block-2 {
  color: #fff;
  padding-right: 6px;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
}

.text-color-mid-grey {
  color: #7e7e7e;
}

.text-color-mid-grey:hover {
  text-decoration: none;
}

.text-color-mid-grey:active {
  text-decoration: underline;
}

.text-color-mid-grey:focus {
  text-decoration: none;
}

.text-color-mid-grey.padding-top.padding-small {
  display: inline;
}

.html-embed {
  color: #fff;
}

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

.nav-content.is-centered {
  justify-content: center;
}

.container-sub-large {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.header-team-title {
  width: 100%;
  max-width: 20rem;
}

.div-block, .header-wrapper {
  display: flex;
}

.hero-home-text {
  width: 100%;
  max-width: 30.75rem;
  padding-top: 9.75rem;
}

.image-30-75.is-impact {
  overflow: hidden;
}

.images-wrapper {
  width: 100%;
  display: flex;
}

.image-40-5.is-impact {
  overflow: hidden;
}

.our-themes {
  background-color: #000;
}

.our-themes.is-what-we-do {
  background-image: url('../images/Background---What-we-do---4.png');
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.link.is-black {
  color: #000;
}

.link.is-black:hover {
  color: #7e7e7e;
}

.link-large {
  border: 1px #000;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.list-2 {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-2.text-size-large.text-style-italic {
  width: 100%;
  min-width: 960px;
  line-height: 1.3;
}

.list-item {
  display: block;
}

.list-item-2 {
  padding-right: 1rem;
}

.background-image {
  background-image: url('../images/background-home-small.png');
  background-position: 0 0;
  background-size: cover;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.nav-list-item-dropdown {
  margin-bottom: 0;
}

.recharge-logo-black {
  filter: invert();
  flex: none;
}

.portfolio-logos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portfolio-logos-logo {
  width: 6.25rem;
  height: 6.25rem;
}

.line-wrapper {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 37.3611vw;
  display: flex;
}

.line-wrapper.is-home {
  justify-content: center;
  padding-right: 0;
  display: none;
}

.line-div {
  width: 1px;
  height: 10rem;
  background-color: rgba(255, 255, 255, .5);
}

.line-div.is-black {
  background-color: rgba(0, 0, 0, .5);
}

.line-div.is-black.custom-height {
  height: 15vh;
}

.container-flex {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.container-flex.no-flex-gutter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}

.container-flex.no-flex-gutter.margin-top-m9em {
  margin-top: -8em;
}

.performance-results.background-color-white {
  display: none;
}

.text-size-xlarge {
  font-size: 7.5rem;
}

.text-size-xlarge.text-style-italic {
  display: inline;
}

.container-30-75 {
  width: auto;
  max-width: 30.75rem;
}

.container-30-75.padding-top-9em {
  width: 39vw;
  min-width: 10rem;
  padding-top: 9rem;
}

.container-23-25 {
  max-width: 23.25rem;
}

.container-23-25.border-left {
  border-left: 1px solid rgba(0, 0, 0, .5);
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-47-25 {
  width: 58vw;
  max-width: 47.25rem;
  flex-wrap: wrap;
  align-content: center;
  display: block;
}

.container-47-25.padding-top-m9rem {
  margin-top: -9rem;
  display: flex;
}

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

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

.image-2 {
  width: 100%;
}

.div-block-3 {
  width: 59vw;
  max-width: 47.25rem;
}

.div-block-4 {
  max-width: 100%;
}

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

.performance-results2.background-color-white {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.div-block-6 {
  width: auto;
  max-width: 47.25rem;
}

.news-and-insights.background-color-off-white {
  background-color: #fff;
}

.insights {
  color: #fff;
  background-image: url('../images/background-insights-home.png');
  background-position: 0 0;
  background-size: cover;
}

.insights.is-contact {
  background-image: url('../images/newsletter-footer.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.insights.is-home {
  background-size: 100%;
}

.insights.is-what-we-do {
  background-image: url('../images/newsletter-footer.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.insights.is-team {
  background-image: url('../images/the-firm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 110%;
}

.insights.is-news-detail {
  background-image: url('../images/newsletter-footer.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer {
  color: #fff;
  background-color: #000;
}

.container-news-list {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.news-list-item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  flex-direction: column;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-decoration: none;
  display: flex;
}

.news-list-item:hover {
  text-decoration: none;
}

.container-flex-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.container-flex-copy.no-flex-gutter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.container-flex-copy.no-flex-gutter.margin-top-m9em {
  margin-top: -8em;
}

.heading-3 {
  display: inline-block;
}

.heading-3.news-link {
  text-align: center;
  font-size: 2rem;
  display: inline;
}

.news-link-chevron {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.input-text {
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: 0;
  transition: all .2s;
  position: relative;
}

.input-text:focus {
  border-bottom-color: #fff;
}

.input-text::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
  font-style: italic;
}

.input-text::placeholder {
  color: rgba(0, 0, 0, 0);
  font-style: italic;
}

.text-color-white-50 {
  color: rgba(255, 255, 255, .5);
  margin-bottom: -2rem;
}

.footer_socials-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.footer-links {
  font-weight: 400;
  text-decoration: none;
}

.footer-links:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-links.footer {
  font-weight: 600;
  text-decoration: none;
}

.footer-links.footer:hover {
  color: #fff;
}

.footer-links.footer.secondary {
  font-weight: 400;
}

.text-field-2 {
  height: 3.125rem;
  color: #a1e3ff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a1e3ff;
  border-radius: .666667rem;
  padding: .75rem 1.25rem;
}

.text-field-2:focus {
  border-color: #d3f2ff;
}

.text-field-2::-ms-input-placeholder {
  color: #a1e3ff;
}

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

.footer-form {
  width: 32rem;
  max-width: 100%;
  margin-bottom: 0;
}

.footer_links-wrapper {
  grid-column-gap: 10rem;
  display: flex;
}

.footer_content {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.footer-linkblock-wrapper {
  width: 10.5rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-style-footerheading {
  color: #a1e3ff;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
}

.submit-button {
  height: 3.125rem;
  color: #0c0e41;
  background-color: #a1e3ff;
  border-radius: 10px;
  margin-left: -1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #d3f2ff;
}

.footer-form-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer_divider {
  width: 100%;
  height: 1px;
  color: rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .5);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.footer_terms {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-footer {
  font-size: .75rem;
}

.text-style-footer:hover {
  color: #fff;
}

.footer-logo-and-socials {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-linkblock-wrapper-2 {
  width: 17.25rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template: "."
  / 1fr 10.5rem 17.25rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.performance_results-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.325fr 1fr 1.025fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.performance_results-grid.is-what-we-do {
  grid-template-rows: auto auto auto;
}

.result-wrapper {
  color: #000;
}

.result-wrapper.padding-top.is-10rem {
  padding-top: 10rem;
}

.result-wrapper.padding-top.is-10rem.padding-right.is-3rem {
  padding-right: 3rem;
}

.result-wrapper.padding-top._2-5rem {
  margin-bottom: -2.5rem;
}

.result-wrapper.border-left {
  border-bottom: 1px #000;
  border-left: 1px solid rgba(0, 0, 0, .5);
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.result-wrapper.border-left.negative-margin {
  border-left-style: none;
}

.image-4 {
  width: 100%;
}

.text-style-big-numbers {
  margin-top: -1.75rem;
  font-size: 8.1vw;
  font-style: italic;
}

.image_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image_wrapper.margin-top.is-m10rem, .image_wrapper.results_image2 {
  margin-top: -8.5rem;
}

.image_wrapper.results_image2.no-marging {
  margin-top: 0;
}

.image_wrapper._8-5-rem {
  margin-top: 5rem;
}

.image-5 {
  height: 13px;
}

.padding-main-nav {
  padding-left: 4vw;
  padding-right: 4vw;
}

.nav-link-in-panel {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 5px .7rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-in-panel:hover {
  color: #fff;
  border-bottom: 0 #fff;
  text-decoration: underline;
}

.nav-link-in-panel:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-in-panel[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-brand-container {
  width: 24.65vw;
  min-width: 300px;
  align-items: center;
  display: flex;
}

.navbar-brand-container-fixed {
  width: 24.65vw;
  min-width: 300px;
  align-items: center;
  display: none;
}

.navbar-close-container-fixed {
  display: none;
}

.sub-nav-link {
  color: rgba(0, 0, 0, .5);
  padding: 10px 1.5rem;
  font-size: .75rem;
  font-style: italic;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.sub-nav-link:hover {
  text-decoration: underline;
}

.nav-links-wrapper {
  align-items: center;
  display: flex;
}

.nav-drop-wrapper {
  position: static;
}

.nav-drop-trigger {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.nav-drop-chevron {
  cursor: pointer;
  margin-left: -5px;
  margin-right: 10px;
  position: static;
}

.nav-drop-mask {
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.nav-drop-mask.background-color-off-white {
  background-color: #eee;
  display: none;
}

.nav-drop-text {
  cursor: pointer;
  padding: 0 .7rem;
  font-style: italic;
  text-decoration: none;
}

.nav-drop-wrapper-mobile {
  display: none;
  position: static;
}

.collection-item {
  width: 34.1667vw;
  height: 44.4444vw;
}

.collection-item:first-child {
  width: 49.1667vw;
  height: 30.9722vw;
}

.text-style-big-links {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-size: 3.75rem;
  font-style: italic;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.text-style-big-links:hover {
  color: #7e7e7e;
  border-bottom-color: #7e7e7e;
}

.navbar-brand-mobile-menu {
  line-height: 1;
  display: none;
  position: absolute;
}

.recharge-logo-white {
  flex: none;
}

.navbar-white-bg {
  z-index: 5;
  width: 100vw;
  height: 10vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grid {
  grid-template-areas: "Area";
}

.external-news-link-chevron {
  width: 20px;
  height: 20px;
  padding-bottom: 0;
  display: inline-block;
}

.heading-4 {
  display: inline;
}

.external-news-list-item {
  text-align: left;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.load-more-left {
  justify-content: flex-start;
  padding-top: 5rem;
  padding-bottom: 8rem;
}

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

.external-news-layout {
  width: 100%;
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.external-news-heading-wrapper {
  width: 19.1667vw;
  padding-top: 3rem;
}

.industry-insights-wrapper {
  width: 19.1667vw;
  height: 14.7917vw;
  margin-left: 7.5vw;
}

.collection-list-2 {
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
}

.div-block-7 {
  z-index: 3;
  float: none;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .54), rgba(0, 0, 0, .13));
  position: static;
}

.industry-top2-item-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: static;
}

.industry-top2-overlay-gradient {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .49));
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
  position: relative;
}

.industry-top2-meta-text {
  color: rgba(255, 255, 255, .7);
  font-size: 1.11vw;
  display: inline;
}

.link-2 {
  flex: 1;
  display: block;
}

.industry-top2-heading {
  padding-bottom: .5rem;
  font-size: 1.66667vw;
  text-decoration: none;
  display: block;
}

.industry-top2-heading:hover {
  color: #fff;
  text-decoration: underline;
}

.industry-top2-list-wrapper {
  margin-top: -14.7917vw;
}

.industry-heading {
  font-size: 4.16667vw;
}

.industry-top2-text-wrapper {
  padding-bottom: 2.22vw;
  padding-left: 2.22vw;
  padding-right: 5vw;
}

.padding-section-header {
  padding-top: 6.38vw;
}

.collection-list-3 {
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-grid-item-image {
  height: 20.13vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.industry-overview-grid {
  margin-top: 3.33vw;
}

.news-grid-item-text {
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
}

.grid-overview-heading {
  font-size: 1.66667vw;
  text-decoration: none;
  display: block;
}

.grid-overview-heading.text-color-black {
  padding-bottom: .5rem;
}

.grid-overview-meta-text {
  font-size: 1.11vw;
  display: inline;
}

.industry-overview-grid-tablet-mobile {
  margin-top: 3.33vw;
  display: none;
}

.collection-item-3 {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.collection-item-3:last-child {
  border-bottom-style: none;
}

.nav-link-black {
  color: #000;
  letter-spacing: .25px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 5px .7rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-black:hover {
  color: #000;
  border-bottom: 0 #fff;
  text-decoration: underline;
}

.nav-link-black:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-black[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.big-link-chevron {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: none;
}

.big-link-chevron:hover {
  display: inline-block;
}

.portfolio-logos-link:hover {
  opacity: .5;
}

.related-news-grid {
  margin-top: 0;
}

.related-news-list {
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-article-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 15vw 1fr 15vw;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.nav-back-link-wrapper {
  width: 15vw;
}

.nav-back-link-icon {
  display: inline-block;
}

.text-block-3 {
  display: inline;
}

.nav-back-link-link {
  color: #000;
  font-style: italic;
  text-decoration: none;
}

.nav-back-link-link.is-white {
  color: #fff;
}

.nav-back-link-link.is-white:hover {
  color: #7e7e7e;
}

.nav-back-link-label {
  padding-left: .5rem;
  display: inline;
}

.news-article-metadata {
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-8 {
  height: 44.5139vw;
}

.news-article-main-image {
  width: 80vw;
  height: 44.5139vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  overflow: hidden;
}

.news-article-main-image-height-fix {
  height: 44.5139vw;
}

.text-style-display-inline {
  display: inline;
}

.link-block, .news-grid-item-image-link-wrapper {
  width: 100%;
}

.news-grid-item:last-child {
  display: none;
}

.header-contact-details {
  width: 38rem;
}

.link-3 {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.link-3.is-italic {
  border-bottom-style: none;
  font-style: italic;
  text-decoration: none;
}

.navbar-brand-3 {
  line-height: 1;
}

.nav-menu-wrapper-3 {
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 1px;
}

.list_divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.link_contact-details {
  width: 60%;
}

.image-10 {
  height: 13px;
}

.list-contact-details {
  grid-column-gap: 16px;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.contact-details-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-3 {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

._404-wrapper {
  text-align: center;
}

.text-style-404 {
  color: #000;
  font-size: 12.5rem;
}

._404 {
  height: 100vh;
}

.theme-introduction-wrapper {
  grid-column-gap: 10.8333vw;
  grid-row-gap: 4.625rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 26.6667vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-theme-heading {
  width: 40rem;
}

.header-theme-image-wrapper {
  width: 80vw;
  height: 43vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.theme-numbers-wrapper {
  margin-top: 0;
}

.theme-numbers {
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.theme-numbers.no-border {
  border-bottom-style: none;
}

.theme-numbers.is-first {
  padding-top: 0;
}

.what-we-do {
  color: #000;
  background-color: #fff;
  margin-top: -12.5vw;
}

.header-theme-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

._404-recharge-logo-bar {
  z-index: 5;
  width: 100vw;
  height: 10vw;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

._404-recharge-logo-bar.is-home {
  background-image: url('../images/background-insights-home.png');
  background-position: 0 0;
  background-size: 100vw;
  background-attachment: fixed;
}

._404-recharge-logo-bar.is-contact {
  background-image: url('../images/Background---Contact.png');
  background-position: 0 0;
  background-size: cover;
}

._404-recharge-logo-bar.is-theme {
  background-image: url("https://uploads-ssl.webflow.com/64761abbf9755d3baf8a2312/64761abbf9755d3baf8a22fd_Background%20-%20Theme%20-%20Women's%20healthcare%20-%203.png");
  background-position: 0 0;
  background-size: cover;
}

.header-theme-image-height-fix {
  height: 43vw;
  position: relative;
}

.what-we-do-section-paddidng {
  padding-top: 20.35rem;
}

.theme-what-we-do-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.theme-what-we-do-list-item-wrapper {
  display: flex;
}

.wwd-number {
  width: 168px;
}

.wwd-text {
  width: 37.5vw;
  max-width: 33.625rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-right: 2px;
  display: flex;
}

.theme-line-wrapper {
  grid-column-gap: 10.8333vw;
  grid-row-gap: 4.625rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 26.6667vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-numbered-list-number {
  margin-top: -2.5rem;
  font-size: 6.25rem;
  display: inline-block;
}

.text-style-numbered-list-number.is-drak-grey {
  color: #444;
}

.theme-what-we-do-layout-wrapper {
  justify-content: space-between;
  margin-right: 0;
  display: flex;
}

.theme-what-we-do-heading {
  flex: none;
  position: relative;
  left: 0;
}

.theme-bottom {
  background-image: url('../images/background-themes-bottom.png');
  background-position: 0 280%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 2rem;
}

.theme-companies-list {
  grid-column-gap: 3.33333vw;
  grid-row-gap: 3.33333vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.theme-bottom-navigation {
  background-image: url('../images/background-themes-bottom.png');
  background-position: 100% 100%;
  background-size: cover;
}

.theme-bottom-images-wrapper {
  display: flex;
}

.theme-bottom-image-container {
  width: 100%;
  height: 32.6389vw;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.theme-bottom-image-container.is-second {
  margin-top: 5.13889vw;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.quote-container {
  grid-column-gap: 5.0625rem;
  margin-right: 15rem;
  display: flex;
  position: relative;
}

.quote-sign {
  width: 60px;
  margin-top: -1rem;
  font-size: 2.75rem;
  position: static;
  left: -109px;
}

.align-center-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.logos-title-wrapper {
  text-align: center;
  margin-bottom: 3.4375rem;
}

.line-wrapper-center {
  justify-content: center;
  display: flex;
}

.text-style-allcaps-2 {
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-style-allcaps-2.is-black {
  color: #000;
}

.padding-section-large-2 {
  padding-top: 10.75rem;
  padding-bottom: 10.75rem;
}

.line-div-2 {
  width: 1px;
  height: 10rem;
  background-color: rgba(255, 255, 255, .5);
}

.line-div-2.is-black {
  background-color: rgba(0, 0, 0, .5);
}

._3-column-wrapper {
  width: 30.75rem;
  grid-column-gap: 16px;
  grid-row-gap: 2.875rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.image-11 {
  width: 100%;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.image-impact {
  height: 100%;
  object-fit: cover;
}

._3-column {
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.impact-image {
  width: 100%;
}

.image-3-columns-wrapper {
  grid-column-gap: 7vw;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._2-images-text-grid {
  grid-column-gap: 0px;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.325fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.partnership-logos-wrapper {
  justify-content: space-between;
  display: flex;
}

.image-impact-wrapper {
  width: 40.75rem;
  height: 49.9375rem;
  flex: 0 auto;
}

._2-images-text {
  background-color: #fff;
}

.big-cta {
  color: #fff;
}

.big-cta.is-black {
  color: #000;
  background-color: #fff;
}

.header-team-wrapper {
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-team-text {
  width: 100%;
  max-width: 37.25rem;
  padding-top: 5.5rem;
}

.team-members-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-members-list-wrapper {
  margin-top: 3.25rem;
  margin-right: 13.5rem;
}

.team-member-image-wrapper {
  margin-bottom: 1.25rem;
}

.team-member-name {
  font-size: 1.5rem;
  display: inline;
}

.team-member-name-copy {
  font-size: 1.5rem;
}

.team-member-name-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.chevron {
  margin-top: .4rem;
  display: inline-block;
}

.team-member-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-member-item {
  position: relative;
}

.advisory-board-list-wrapper {
  margin-top: 3.25rem;
  margin-right: 13.5rem;
}

.advisory-board-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adivsory-board-item {
  position: relative;
}

.big-cta-subtitle-wrapper {
  text-align: center;
  margin-bottom: 2.3125rem;
}

.max-width-title {
  width: 100%;
  max-width: 33.75rem;
}

.framework {
  background-color: #fff;
}

.framework-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.framework-line {
  width: 100%;
  height: 1px;
  background-color: #bebebe;
}

.framework-round {
  width: .625rem;
  height: .625rem;
  background-color: #bebebe;
  border-radius: 20px;
}

.framework-round.is-medium {
  width: .875rem;
  height: .875rem;
}

.framework-round.is-large {
  width: 1.125rem;
  height: 1.125rem;
}

.quote {
  background-color: #fff;
}

.what-we-do-list {
  background-color: #000;
}

.header-what-we-do {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.team-structure {
  background-color: #000;
}

.ellipse {
  width: 32.875rem;
  height: 32.875rem;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #000, #031c32);
  border-radius: 1000px;
  margin: 2.6875rem auto -3.25rem;
  position: relative;
  box-shadow: inset 0 -2px 116px rgba(255, 255, 255, .2), 0 -65px 124px -45px #f6d9e4;
}

.gradient-overlay {
  height: 55%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #010d18 17%, #000 89%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-divider {
  z-index: 4;
  width: 1px;
  height: 35%;
  background-color: rgba(255, 255, 255, .5);
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.vertical-divider._2rem {
  height: 9.5625rem;
  margin-top: 2rem;
}

.paragraph {
  position: relative;
}

.team-structure-image {
  max-height: 100%;
}

.frame-2034 {
  height: 566px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-structure-image-mobile {
  display: none;
}

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

.grainmarks-wrapper {
  width: 37.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-grainmarks {
  color: #99742f;
}

.text-style-grainmarks.is-footer {
  font-size: .625rem;
}

.link-grainmarks {
  color: #99742f;
  font-size: .625rem;
}

.grainmarks-footer-links {
  grid-column-gap: 2rem;
  flex: none;
  align-items: center;
  display: flex;
}

.grainmarks-footer-wrapper {
  justify-content: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.grainmarks-footer-text {
  margin-right: 3rem;
}

.grain-marks-logo-description {
  height: 95vh;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
  padding-left: 0;
  padding-right: 0;
}

.error-message {
  color: #ffdede;
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem 0 0;
}

.succes-state {
  text-align: left;
}

.padding-heading-team {
  padding: 3.5rem;
}

.padding-heading-team.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.text-block-5 {
  font-size: .75rem;
}

.email-title {
  opacity: 0;
  font-size: .75rem;
  position: relative;
  top: 2rem;
}

.email-title-wrapper {
  margin-bottom: -2px;
  position: static;
  overflow: hidden;
}

.floating-label {
  z-index: 1;
  color: rgba(255, 255, 255, .5);
  position: absolute;
  bottom: .75rem;
  left: 0;
}

.field-wrapper {
  position: relative;
}

.header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-14, .image-15 {
  width: 100%;
}

.body-2 {
  background-image: url('../images/background-team-detail.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-partnered-with-list {
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
  grid-template-rows: auto auto;
  grid-template-columns: 26.66vw 26.66vw 26.66vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.socials-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.empty-state-2, .empty-state-3 {
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1440px) {
  .text-color-black.text-size-xlarge {
    font-size: 7.5rem;
  }

  .container-large {
    min-width: auto;
  }

  .main-wrapper {
    margin-top: 9.5rem;
  }

  .main-wrapper.is-grainmarks {
    margin-top: 0;
  }

  .padding-section-medium.no-padding-bottom.what-we-do {
    margin-top: -11.25rem;
  }

  .body.is-404 {
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .navbar {
    height: 9.5rem;
  }

  .line-wrapper {
    justify-content: flex-start;
    padding-left: 600px;
    position: relative;
  }

  .container-30-75.padding-top-9em {
    padding-top: 9rem;
  }

  .container-47-25.padding-top-m9rem {
    margin-top: -9rem;
  }

  .performance-results2.background-color-white {
    background-image: none;
    background-size: auto;
  }

  .insights.is-team {
    background-image: url('../images/the-firm.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .text-style-big-numbers {
    font-size: 7.5rem;
    display: inline-block;
  }

  .text-style-big-numbers.is-regular {
    font-style: normal;
    display: inline-block;
  }

  .padding-main-nav {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .navbar-brand-container, .navbar-brand-container-fixed {
    width: 355px;
  }

  .collection-item {
    width: 492px;
    height: 640px;
  }

  .collection-item:first-child {
    width: 708px;
    height: 446px;
  }

  .navbar-white-bg {
    height: 9.5rem;
  }

  .industry-insights-wrapper {
    height: 213px;
    margin-left: 108px;
  }

  .collection-list-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .industry-top2-meta-text {
    font-size: 1rem;
  }

  .industry-top2-heading {
    font-size: 1.5rem;
  }

  .industry-top2-list-wrapper {
    margin-top: -213px;
  }

  .industry-heading {
    font-size: 3.75rem;
  }

  .industry-top2-text-wrapper {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 4rem;
  }

  .padding-section-header {
    padding-top: 5.75rem;
  }

  .news-grid-item-image {
    height: 290px;
  }

  .news-grid-item-text {
    padding-bottom: 0;
  }

  .grid-overview-heading {
    font-size: 1.5rem;
  }

  .grid-overview-meta-text {
    font-size: 1rem;
  }

  .nav-drop-mobile-list-item {
    width: 492px;
    height: 640px;
  }

  .nav-drop-mobile-list-item:first-child {
    width: 708px;
    height: 446px;
  }

  .news-article-metadata {
    padding-bottom: 0;
  }

  .news-article-main-image {
    width: 1128px;
    height: 640px;
  }

  .news-article-main-image-height-fix {
    height: 640px;
  }

  .theme-introduction-wrapper {
    grid-column-gap: 9.75rem;
    grid-template-columns: 492px 384px;
  }

  .header-theme-image-wrapper {
    width: 696px;
    height: 620px;
    position: absolute;
  }

  .what-we-do {
    margin-top: -180px;
  }

  .header-theme-image {
    height: 100%;
  }

  ._404-recharge-logo-bar {
    height: 9.5rem;
  }

  .header-theme-image-height-fix {
    height: 620px;
  }

  .what-we-do-section-paddidng {
    padding-top: 22.45rem;
  }

  .div-block-9 {
    background-color: #89d80a;
  }

  .wwd-number {
    width: 168px;
  }

  .wwd-text {
    width: 33.75rem;
  }

  .theme-line-wrapper {
    grid-column-gap: 9.75rem;
    grid-template-columns: 492px 24rem;
  }

  .text-style-numbered-list-number {
    margin-top: -2.5rem;
    font-size: 6.25rem;
    display: inline-block;
  }

  .theme-what-we-do-layout-wrapper {
    justify-content: space-between;
    padding-right: 0;
    display: flex;
  }

  .theme-what-we-do-heading {
    margin-right: 0;
    left: -6rem;
  }

  ._2-images-text-grid {
    grid-column-gap: 0px;
    grid-row-gap: 6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.325fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-team-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .what-we-do-list, .header-what-we-do {
    background-color: rgba(0, 0, 0, 0);
  }

  .team-structure {
    background-color: #000;
  }

  .gradient-overlay {
    height: 56%;
    bottom: -2rem;
  }

  .grainmarks {
    height: 100%;
    display: block;
  }

  .text-style-grainmarks.is-footer {
    font-size: .625rem;
  }

  .link-grainmarks {
    color: #99742f;
    font-size: .625rem;
  }

  .grainmarks-footer-links {
    grid-column-gap: 2rem;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grainmarks-footer-wrapper {
    justify-content: flex-end;
    display: flex;
  }

  .grainmarks-footer-text {
    margin-right: 3rem;
  }

  .grain-marks-logo-description {
    height: 95vh;
    align-items: center;
    display: flex;
  }

  .team-member-partnered-with-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 384px 384px 384px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    margin-left: auto;
    margin-right: auto;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-medium {
    padding-bottom: 2rem;
  }

  .hide-tablet {
    display: none;
  }

  .text-color-black.text-size-xlarge {
    font-size: 7.5dvw;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .max-width-small.padding-left.is-medium {
    margin-left: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button.is-secondary {
    margin-left: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-medium.no-padding-bottom.what-we-do {
    margin-top: -4.75rem;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    z-index: 50;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 5vw;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown {
    flex-direction: column;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: rgba(0, 0, 0, 0);
    position: static;
  }

  .nav-dropdown-link {
    color: rgba(255, 255, 255, .5);
    text-align: center;
    text-decoration: none;
  }

  .nav-dropdown-link:hover {
    text-decoration: underline;
  }

  .menu-button {
    padding: 12px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button.w--open {
    z-index: 51;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar.is-news {
    background-color: #fff;
  }

  .nav-menu {
    width: 100vw;
    height: 100vh;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .list-2.text-size-large.text-style-italic {
    min-width: 100%;
  }

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

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-list-item-dropdown {
    width: 89vw;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-list-item-dropdown.is-last {
    border-bottom-style: none;
  }

  .insights.is-what-we-do {
    background-size: auto 100%;
  }

  .input-text {
    color: #fff;
    padding: .375rem 0;
  }

  .input-text:active, .input-text:focus {
    border-bottom-color: #fff;
  }

  .input-text::-ms-input-placeholder {
    font-style: italic;
  }

  .input-text::placeholder {
    font-style: italic;
  }

  .footer_socials-wrapper {
    margin-top: 2rem;
  }

  .footer-form {
    width: 100%;
    margin-top: 0;
  }

  .footer_links-wrapper {
    grid-column-gap: 4rem;
  }

  .footer_content {
    grid-column-gap: 5rem;
  }

  .footer_content-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 10.5rem 1fr;
    grid-template-areas: ".";
  }

  .result-wrapper.padding-top.is-10rem {
    padding-top: 8rem;
  }

  .image_wrapper.margin-top.is-m10rem, .image_wrapper.results_image2 {
    margin-top: -5rem;
  }

  .image-5 {
    max-width: none;
  }

  .padding-main-nav {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu_close {
    z-index: 999;
    margin-top: -.2rem;
    display: none;
    position: fixed;
    top: 3.45rem;
    bottom: 0%;
    left: auto;
    right: 2.5rem;
  }

  .nav-mobile-logo {
    max-width: 355px;
    min-width: 264px;
  }

  .nav-mobile-panel {
    width: 100vw;
    height: 100vh;
    background-color: rgba(221, 0, 0, .92);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .nav-mobile-menu-button-burger {
    width: 18px;
    height: 18px;
  }

  .nav-mobile-menu-button-x {
    width: 18px;
    height: 18px;
    display: block;
  }

  .image-6 {
    height: 12px;
  }

  .nav-desktop {
    width: 100%;
    max-width: 78rem;
    display: none;
  }

  .nav-mobile-top {
    height: 9.5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .recharge-logo-link {
    position: static;
  }

  .image-7 {
    max-height: 100%;
  }

  .navigation {
    height: 9.5rem;
  }

  .image-8, .image-9 {
    width: 100%;
    height: 100%;
  }

  .nav-mobile-panel-links-warper {
    height: 75vh;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .menu-drop-wrapper {
    flex-direction: column;
    padding-top: 2vh;
    padding-bottom: 2vh;
    display: flex;
  }

  .nav-link-list {
    height: 75vh;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .nav-link-sub {
    color: rgba(255, 255, 255, .5);
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    font-style: italic;
    text-decoration: none;
  }

  .nav-link-sub:hover {
    text-decoration: underline;
  }

  .nav-link-in-panel {
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem 5px;
    display: block;
  }

  .list-item-5 {
    flex: 1;
  }

  .nav-link-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .nav-link-list-item.is-last {
    border-bottom-style: none;
  }

  .navbar-brand-container {
    z-index: 51;
    width: 355px;
    position: relative;
  }

  .navbar-brand-container-fixed {
    z-index: 51;
    justify-content: space-between;
    display: none;
    position: fixed;
  }

  .mobile-nav-icon-open {
    min-width: 14px;
  }

  .mobile-nav-icon-open.is-black {
    filter: invert();
  }

  .mobile-nav-icon-close {
    min-width: 14px;
    display: none;
  }

  .menu-button-fixed {
    padding: 12px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button-fixed.w--open {
    z-index: 51;
    color: #fff;
    background-color: #a6b1bf;
  }

  .mobile-nav-icon-close-fixed {
    min-width: 14px;
    display: block;
  }

  .navbar-close-container-fixed {
    align-self: center;
    padding: 12px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .sub-nav-link {
    width: 100%;
    color: rgba(255, 255, 255, .5);
  }

  .sub-nav-link:hover {
    text-decoration: underline;
  }

  .nav-links-wrapper {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    padding: 0 3rem;
    position: relative;
  }

  .nav-drop-wrapper {
    flex-flow: column wrap;
    flex: 1;
    align-content: stretch;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    display: none;
  }

  .nav-drop-chevron {
    color: #fff;
    display: none;
  }

  .nav-drop-mask {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-drop-text {
    color: #fff;
  }

  .nav-link-div {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-div.is-last {
    border-bottom-style: none;
  }

  .nav-drop-wrapper-mobile {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    flex-flow: column wrap;
    flex: 1;
    align-content: stretch;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding: 6px;
    display: flex;
  }

  .collection-list {
    width: 100%;
  }

  .text-style-big-links {
    font-size: 6vw;
    line-height: 1.2;
    display: inline;
  }

  .collection-item-2 {
    margin-bottom: 1rem;
  }

  .navbar-white-bg {
    display: block;
  }

  .industry-insights-wrapper {
    width: 246px;
    height: auto;
    margin-left: 0;
  }

  .industry-top2-list-wrapper {
    display: none;
  }

  .industry-heading {
    font-size: 2.5rem;
  }

  .padding-section-header.is-news-article {
    padding-top: .75rem;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 3.25rem;
  }

  .news-grid-item-image {
    height: 29vw;
  }

  .industry-overview-grid {
    display: none;
  }

  .grid-overview-heading {
    font-size: 1.25rem;
  }

  .grid-overview-meta-text {
    font-size: .875rem;
  }

  .industry-overview-grid-tablet-mobile {
    display: block;
  }

  .nav-drop-mobile-list {
    width: 100%;
  }

  .nav-drop-mobile-list-item, .nav-drop-mobile-list-item:first-child {
    width: 100%;
    height: auto;
  }

  .nav-link-black {
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .related-news-list {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 3.25rem;
  }

  .news-article-layout {
    grid-template-columns: 1fr;
  }

  .nav-back-link-wrapper {
    width: 100%;
  }

  .news-article-main-image {
    width: 95vw;
    height: 53.2552vw;
  }

  .news-article-main-image-height-fix {
    height: 53.2552vw;
  }

  .news-grid-item:last-child {
    display: block;
  }

  .nav-menu-wrapper-3 {
    z-index: 50;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 5vw;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link_contact-details {
    text-align: left;
  }

  .image-10 {
    max-width: none;
  }

  .theme-introduction-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 3rem;
  }

  .header-theme-image-wrapper {
    height: 50vw;
  }

  .what-we-do-section-paddidng {
    padding-top: 15.85rem;
  }

  .wwd-number {
    width: 7rem;
  }

  .wwd-text {
    width: 34.6667vw;
    margin-right: 3px;
  }

  .theme-line-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 3rem;
  }

  .theme-what-we-do-layout-wrapper {
    margin-right: 0;
  }

  .theme-what-we-do-heading {
    left: 0;
  }

  .theme-companies-list {
    grid-template-rows: auto;
  }

  .quote-container {
    margin-right: 0;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._3-column-wrapper {
    width: 100%;
  }

  .image-impact {
    width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image-3-columns-wrapper {
    grid-row-gap: 7.5rem;
    flex-direction: column;
  }

  .image-impact-wrapper {
    width: 100%;
    height: 30rem;
  }

  .team-members-list {
    grid-column-gap: 2rem;
  }

  .team-members-list-wrapper, .advisory-board-list-wrapper {
    margin-right: 0;
  }

  .framework-grid {
    grid-column-gap: 2rem;
  }

  .grain-marks-logo-description {
    align-items: center;
    display: flex;
  }

  .padding-heading-team {
    padding: 4.125rem 0;
  }

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

  .image-15 {
    width: 100%;
  }

  .socials-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .text-color-black.text-style-italic.text-size-xlarge {
    font-size: 5.5rem;
  }

  .text-color-black.padding-2-625rem {
    margin-bottom: 2.625rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.is-black {
    font-size: 1.75rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-small.padding-left.is-medium {
    align-self: flex-start;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-align-right {
    text-align: center;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.news-link {
    font-size: 1.25rem;
  }

  .heading-style-h2._1-75rem {
    font-size: 1.75rem;
  }

  .heading-style-h2.news-link-no-underline {
    font-size: 1.25rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-secondary {
    margin-left: 0;
  }

  .padding-section-medium {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
  }

  .padding-section-medium.no-padding-bottom.what-we-do {
    margin-top: 3.5vw;
  }

  .container-medium.container-flex.padding-top.padding-huge {
    align-items: flex-start;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    overflow: scroll;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .body {
    font-size: .875rem;
  }

  .body.is-home, .navbar.is-home {
    background-size: 100%;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-color-mid-grey.padding-top.padding-small {
    font-size: .875rem;
  }

  .html-embed {
    height: 24.5px;
  }

  .header-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-home-text {
    padding-top: 0;
  }

  .images-wrapper {
    margin-top: 4rem;
  }

  .link-large {
    font-size: 2.5rem;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .container-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-flex.no-flex-gutter {
    align-items: center;
  }

  .container-flex.is-centered {
    align-items: flex-start;
  }

  .container-30-75.padding-top-9em {
    text-align: center;
    padding-top: 0;
  }

  .container-23-25.border-left {
    max-width: 30.75rem;
    text-align: center;
    border-left-style: none;
    border-left-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-list-item {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .container-flex-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-flex-copy.no-flex-gutter {
    align-items: center;
  }

  .news-link-chevron {
    width: 14px;
    height: 14px;
    margin-left: 2px;
  }

  .footer_links-wrapper {
    grid-column-gap: 10rem;
    justify-content: flex-start;
  }

  .footer_content {
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
  }

  .text-style-footerheading {
    font-size: 1.75rem;
  }

  .footer_terms {
    grid-column-gap: 1.5rem;
    grid-template-columns: auto auto auto;
  }

  .footer_content-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    grid-template-columns: 26vw 26vw 1fr;
  }

  .image_wrapper.margin-top.is-m10rem, .image_wrapper.results_image2 {
    margin-top: -3.5rem;
  }

  .padding-main-nav {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu_close {
    display: none;
    top: 2.15rem;
    right: 1.15rem;
  }

  .nav-mobile-panel {
    position: fixed;
  }

  .nav-mobile-menu-button-x {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-mobile-top {
    height: 3.25rem;
  }

  .nav-link-in-panel {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-list-item.is-last {
    border-bottom-style: none;
  }

  .navbar-brand-container, .navbar-brand-container-fixed {
    width: 46.28vw;
  }

  .nav-links-wrapper {
    height: 600px;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-link-div {
    align-self: stretch;
  }

  .text-style-big-links {
    font-size: 6vw;
  }

  .collection-item-2 {
    margin-bottom: .5rem;
  }

  .navbar-brand-mobile-menu {
    padding-left: 0;
  }

  .external-news-list-item {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .load-more-left {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .external-news-layout {
    flex-direction: column;
    display: flex;
  }

  .external-news-heading-wrapper {
    width: 76vw;
    align-self: center;
    padding-top: 1rem;
  }

  .mobile-text-centered {
    text-align: center;
  }

  .collection-item-3:last-child {
    border-bottom-style: none;
  }

  .nav-link-black {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .news-article-main-image {
    width: 98vw;
  }

  .header-contact-details {
    width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-wrapper-3 {
    overflow: scroll;
  }

  .link_contact-details {
    width: 100%;
    text-align: left;
    flex: 1;
  }

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

  .text-style-404 {
    font-size: 10rem;
  }

  .theme-introduction-wrapper {
    grid-column-gap: 7vw;
    flex-direction: column;
    grid-template-columns: 55vw 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-theme-text {
    padding-top: 2rem;
  }

  .hero-theme-heading {
    width: 77vw;
  }

  .header-theme-image-wrapper {
    height: 50vw;
    margin-top: 0;
  }

  .header-theme-image-height-fix {
    height: 50vw;
  }

  .what-we-do-section-paddidng {
    padding-top: 3rem;
  }

  .theme-what-we-do-list-item-wrapper {
    flex-direction: row;
  }

  .wwd-text {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .theme-line-wrapper {
    grid-column-gap: 7vw;
    flex-direction: column;
    grid-template-columns: 1.2fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .text-style-numbered-list-number {
    color: #000;
  }

  .theme-what-we-do-layout-wrapper {
    flex-direction: column;
  }

  .theme-what-we-do-heading {
    align-self: auto;
    margin-bottom: 2.875rem;
    margin-right: 0;
  }

  .theme-companies-list {
    grid-template-rows: auto;
  }

  .quote-container {
    grid-column-gap: 3rem;
  }

  .logos-title-wrapper {
    margin-bottom: 2rem;
  }

  .partnership-logos {
    width: 10rem;
  }

  .text-style-allcaps-2.is-black {
    text-align: center;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  ._2-images-text-grid {
    grid-row-gap: 4rem;
    justify-items: start;
  }

  .partnership-logos-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    display: grid;
  }

  .image-impact-wrapper {
    height: 20rem;
  }

  .header-team-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-team-text {
    padding-top: 2rem;
  }

  .team-members-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .advisory-board-list {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .big-cta-subtitle-wrapper {
    margin-bottom: 2rem;
  }

  .framework-grid {
    grid-column-gap: 1rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto 1fr;
    margin-bottom: 2.75rem;
  }

  .framework-line {
    width: 1px;
    height: 100%;
  }

  .ellipse {
    width: 27rem;
    height: 27rem;
  }

  .vertical-divider._2rem {
    margin-top: -.8rem;
  }

  .paragraph.padding-5-25rem {
    margin-top: 1.15rem;
    margin-bottom: 2.25rem;
  }

  .grainmarks-wrapper {
    width: 100%;
  }

  .grainmarks-footer-wrapper {
    margin-bottom: 1rem;
  }

  .padding-heading-team {
    padding: 4.125rem 1.5rem;
  }

  .header-grid {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
  }

  .team-member-partnered-with-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .padding-large.border-bottom {
    padding-top: 2.6875rem;
  }

  .padding-large.is-news-home {
    padding-top: 2.75rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-huge.is-mobile-none {
    padding-top: 0;
  }

  .padding-top.padding-huge.is-home {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-medium.border_bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-bottom: 0;
  }

  .text-color-black.heading-style-h1.text-align-center {
    text-align: left;
    font-size: 2.25rem;
  }

  .text-color-black.result_description-width-mobile {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.is-theme-numbers {
    font-size: 5.5rem;
  }

  .max-width-small.is-centered {
    text-align: center;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-align-right {
    text-align: center;
  }

  .padding-section-large.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-wrapper {
    margin-top: 3.25rem;
    overflow: hidden;
  }

  .main-wrapper.is-grainmarks {
    margin-top: 0;
  }

  .padding-section-medium.no-padding-bottom.what-we-do {
    padding-top: 0;
  }

  .padding-section-medium.is-what-we-do {
    padding-bottom: 2rem;
  }

  .padding-section-medium.is-header-home {
    padding-top: 5.375rem;
  }

  .container {
    max-width: none;
  }

  .navbar-brand {
    align-items: stretch;
    margin-top: -3px;
    display: block;
    position: static;
  }

  .nav-menu-wrapper {
    z-index: 1;
    height: 100vh;
    padding-top: 3.25rem;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    z-index: 52;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -3px;
    right: -3%;
  }

  .body {
    background-attachment: fixed;
  }

  .body.is-home {
    background-size: cover;
  }

  .body.is-theme, .body.is-team {
    background-attachment: scroll;
  }

  .navbar {
    height: 3.25rem;
    background-size: cover;
    background-attachment: fixed;
  }

  .navbar.is-home {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 3.25rem;
    overflow: auto;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .text-color-mid-grey {
    font-size: .875rem;
  }

  .nav-content {
    align-items: center;
  }

  .image-30-75 {
    height: 21.5rem;
    margin-top: 4.75rem;
    overflow: hidden;
  }

  .image-30-75.is-impact {
    width: 108%;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .image-40-5 {
    width: 110%;
    height: 25rem;
  }

  .image-40-5.is-impact {
    width: 108%;
    height: 100%;
    overflow: visible;
  }

  .link-large {
    font-size: 2rem;
  }

  .list-item, .list-item-2 {
    padding-bottom: .5rem;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .list-item-3, .list-item-4 {
    padding-bottom: .5rem;
  }

  .recharge-logo-black {
    width: 264px;
  }

  .line-wrapper.is-home {
    justify-content: center;
    padding-right: 0;
    display: block;
  }

  .line-div {
    height: 9rem;
    margin-left: auto;
    margin-right: auto;
  }

  .line-div.is-black {
    margin-left: auto;
    margin-right: auto;
  }

  .line-div.is-black.custom-height {
    display: block;
  }

  .container-flex.is-centered {
    text-align: center;
    align-items: center;
  }

  .container-23-25.border-left {
    max-width: 30.77rem;
  }

  .container-news-list {
    text-align: left;
  }

  .news-list-item {
    align-items: flex-start;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .heading-3.news-link {
    font-size: 1.25rem;
  }

  .news-link-chevron {
    padding-bottom: 0;
    font-size: 1rem;
  }

  .footer_links-wrapper {
    grid-column-gap: 5rem;
  }

  .footer-linkblock-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 2rem;
  }

  .footer_divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer_bottom-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_terms {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
  }

  .text-style-footer {
    width: 100%;
    line-height: .4;
  }

  .footer-linkblock-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_content-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .performance_results-grid {
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: center;
  }

  .performance_results-grid.is-what-we-do {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .result-wrapper {
    text-align: center;
    margin-right: 1.25rem;
    padding: 2rem 4rem;
  }

  .result-wrapper.padding-top.is-10rem {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

  .result-wrapper.padding-top._2-5rem {
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .result-wrapper.border-left {
    border-top: 1px solid rgba(0, 0, 0, .5);
    border-bottom-width: 0;
    border-left-style: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    margin-left: 1.25rem;
  }

  .text-style-big-numbers {
    margin-top: 0;
    font-size: 5.5rem;
  }

  .image_wrapper {
    width: 100vw;
    height: 70vw;
    margin-top: -4rem;
    margin-left: -1.25rem;
    padding-right: 1.25rem;
    overflow: hidden;
  }

  .image_wrapper.results_image2 {
    margin-top: 0;
    padding-right: 1.25rem;
  }

  .image_wrapper._8-5-rem {
    margin-top: 0;
  }

  .nav-mobile {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-mobile-menu-button-burger {
    min-width: 0;
  }

  .nav-mobile-menu-button-x {
    display: none;
  }

  .image-6 {
    height: 12px;
  }

  .nav-mobile-top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navigation {
    display: none;
  }

  .navbar-brand-container {
    min-width: 247px;
  }

  .navbar-brand-container-fixed {
    min-width: 247px;
    position: fixed;
  }

  .mobile-nav-icon-open, .mobile-nav-icon-close, .mobile-nav-icon-close-fixed {
    max-width: none;
  }

  .nav-links-wrapper {
    height: 82vh;
  }

  .nav-drop-trigger {
    margin-bottom: -5px;
    padding-bottom: 0;
  }

  .nav-drop-chevron {
    display: none;
  }

  .text-style-big-links {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .navbar-brand-mobile-menu {
    align-items: stretch;
    margin-top: -3px;
    display: none;
    position: static;
  }

  .recharge-logo-white {
    width: 264px;
  }

  .navbar-white-bg {
    height: 3.25rem;
    background-size: cover;
    background-attachment: fixed;
  }

  .external-news-list-item {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .load-more-left {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .external-news-heading-wrapper {
    padding-top: 1rem;
  }

  .padding-section-header {
    padding-bottom: 5rem;
  }

  .collection-list-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .news-grid-item-image {
    height: 58vw;
  }

  .collection-item-3:last-child {
    border-bottom-style: none;
  }

  .related-news-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .news-article-main-image {
    width: 96vw;
    height: 54vw;
  }

  .news-article-main-image-height-fix {
    height: 54vw;
  }

  .news-grid-item:last-child {
    display: none;
  }

  .navbar-brand-3 {
    align-items: stretch;
    margin-top: -3px;
    display: block;
    position: static;
  }

  .nav-menu-wrapper-3 {
    z-index: 1;
    height: 100vh;
    padding-top: 3.25rem;
  }

  .link_contact-details {
    text-align: left;
    align-self: auto;
  }

  .contact-details-wrapper {
    grid-row-gap: .375rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-style-404 {
    font-size: 8rem;
  }

  .theme-introduction-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-theme-heading {
    width: 86vw;
  }

  .header-theme-image-wrapper {
    width: 100vw;
    height: 70vw;
    margin-left: -1.2rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .theme-numbers-wrapper {
    width: 100%;
    text-align: center;
  }

  .what-we-do {
    margin-top: 0;
  }

  ._404-recharge-logo-bar {
    height: 3.25rem;
    background-size: cover;
    background-attachment: fixed;
  }

  .header-theme-image-height-fix {
    height: 70vw;
  }

  .what-we-do-section-paddidng {
    padding-top: 0;
  }

  .theme-what-we-do-list-item-wrapper {
    flex-direction: column;
  }

  .theme-line-wrapper {
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .text-style-numbered-list-number {
    color: #eee;
  }

  .theme-what-we-do-heading {
    align-self: center;
    margin-bottom: 2.875rem;
  }

  .theme-companies-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .theme-bottom-images-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .theme-bottom-image-container {
    width: 108%;
    height: 17.5rem;
    position: relative;
    overflow: visible;
  }

  .theme-bottom-image-container.is-second {
    width: 108%;
    height: 17.5rem;
    object-fit: fill;
    margin-top: 0;
    position: relative;
    right: 22px;
    overflow: visible;
  }

  .quote-container {
    grid-column-gap: .75rem;
  }

  .logos-title-wrapper {
    margin-bottom: 2rem;
  }

  .partnership-logos {
    display: inline;
  }

  .padding-section-large-2.is-mobile-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-large-2.text-align-center.mobile-right-aligned {
    text-align: left;
    padding-bottom: 11.0625rem;
  }

  .line-div-2 {
    height: 9rem;
  }

  .line-div-2.is-impact {
    height: 6rem;
  }

  .image-11 {
    margin-left: -.1rem;
    display: block;
  }

  .impact-image {
    margin-left: 0;
  }

  ._2-images-text-grid {
    grid-row-gap: 2.5625rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .partnership-logos-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    display: flex;
  }

  .image-impact-wrapper {
    height: 17.5rem;
  }

  ._2-images-text {
    overflow: hidden;
  }

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

  .team-members-list {
    grid-row-gap: 2.75rem;
    grid-template-columns: 1fr;
  }

  .advisory-board-list {
    grid-column-gap: 2rem;
  }

  .big-cta-subtitle-wrapper {
    margin-bottom: 2rem;
  }

  .max-width-title {
    max-width: 15.625rem;
  }

  .ellipse {
    width: 15.4375rem;
    height: 15.4375rem;
  }

  .gradient-overlay {
    height: 70%;
  }

  .vertical-divider._2rem {
    height: 9rem;
    margin-top: 0;
  }

  .paragraph.padding-5-25rem {
    margin-top: 3.25rem;
    margin-bottom: 1.75rem;
  }

  .team-structure-image-wrapper {
    width: 100%;
  }

  .team-structure-image {
    display: none;
  }

  .team-structure-image-mobile {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grainmarks-footer-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 1rem;
  }

  .grainmarks-footer-text {
    margin-right: 0;
  }

  .grain-marks-logo-description {
    height: 85vh;
  }

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

  .image-12 {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: -1.3125rem;
  }

  .image-13 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: -1.3125rem;
  }

  .padding-heading-team {
    padding: 4.125rem 0;
  }

  .header-grid {
    grid-row-gap: 2.75rem;
    grid-template-rows: auto auto auto auto;
  }

  .image-15 {
    height: 100%;
    object-fit: cover;
    margin-left: 0;
  }

  .team-member-partnered-with-list {
    grid-template-columns: 1fr;
  }
}

#w-node-c594652e-60a3-f90d-f965-4b9bbce17735-af8a22bf {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_5594aaaf-6f7e-055b-e1ec-168f11f0e774-af8a22bf {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_3c772918-5ff6-f55f-98f7-0ad907966281-af8a22bf {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_3c772918-5ff6-f55f-98f7-0ad907966284-af8a22bf {
  grid-area: 2 / 5 / 3 / 11;
}

#w-node-_23d727da-08fa-e677-4b5b-e51b0323958f-af8a22bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab12b-fe9ab11e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab145-fe9ab11e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab146-fe9ab11e {
  align-self: center;
}

#w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab14a-fe9ab11e {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_49fa4358-587e-5ba1-2703-37666b69995a-af8a22c4 {
  align-self: stretch;
}

#w-node-_9e9e265b-f6c4-13f1-808c-e77ff10b7b22-af8a22c6 {
  justify-self: end;
}

#w-node-_9e9e265b-f6c4-13f1-808c-e77ff10b7b25-af8a22c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3d3bcae-5342-cc17-f753-9d8fe13a4e72-af8a22c8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f9cf4b20-0248-6dbd-bb3e-7c86a943aea8-af8a22c8 {
  justify-self: end;
}

#w-node-b9a22a8e-1c21-57f0-2257-423af4f3627f-af8a22c8, #w-node-_98014077-2c46-5563-28f1-210e4d465ba4-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465ba5-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465ba7-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465ba9-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bac-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bad-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465baf-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bb1-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bb4-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bb5-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bb7-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bb9-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bbb-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bbc-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bd3-af8a22ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98014077-2c46-5563-28f1-210e4d465bd8-af8a22ca {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_763be20d-8d7d-6486-e9af-e494d60a8eac-af8a22cb {
  justify-self: end;
}

#w-node-c85430e8-11f9-9ca5-98a6-a039371a833d-af8a22cb, #w-node-_5169cf40-5c21-70ca-cbe0-bf8eae32cc5e-af8a22cb {
  align-self: stretch;
}

#w-node-dda365d6-64f2-502c-6bd6-5fa4b7d50eb9-af8a22cb {
  justify-self: end;
}

#w-node-_57f999d6-c9e8-5308-c7ec-8296efffe348-af8a22cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-af8a22d0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-af8a22d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-af8a22d0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-af8a22d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-af8a22d0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-af8a22d0, #w-node-_3d16cf00-4fb1-8897-4200-e35000c41a84-af8a22d0, #w-node-_3d16cf00-4fb1-8897-4200-e35000c41a85-af8a22d0, #w-node-_9c9ee95e-8489-583c-34d9-9c7d49a409b9-af8a22d0, #w-node-_7f7b9fcc-3031-d947-8fe4-0505aa9b7f9d-af8a22d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-af8a22d0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-af8a22d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-af8a22d0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-af8a22d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-af8a22d0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-af8a22d0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-af8a22d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-af8a22d0 {
  justify-self: start;
}

#w-node-_17722aef-c0f4-79d7-defd-a6f15f42ea02-af8a22d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17722aef-c0f4-79d7-defd-a6f15f42ea08-af8a22d3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_17722aef-c0f4-79d7-defd-a6f15f42ea0d-af8a22d3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_17722aef-c0f4-79d7-defd-a6f15f42ea12-af8a22d3 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_17722aef-c0f4-79d7-defd-a6f15f42ea14-af8a22d3 {
  grid-area: 3 / 2 / 4 / 4;
  justify-self: stretch;
}

#w-node-_89825a2c-5c81-cdd8-249d-e8e8a1ee5e2b-af8a22d3, #w-node-_51387acd-fc17-2761-4f03-30f799d37f57-af8a22d3, #w-node-_5a8d5127-2388-d0b1-ab76-be5f0f59419f-af8a22d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b05d911b-419a-e988-be09-bb4db8b39f7d-af8a22d3 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-bf7aae00-dce7-27dd-6c2a-2a8efb731fc0-af8a22d3 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_0a9f2bec-1610-0a40-32bb-e19411101bed-af8a22d3 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_4c729558-24b9-a710-143d-27046eb88110-af8a22d3 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: center;
}

#w-node-_3a404bd9-46f9-1c4f-ef45-7f2ad979e970-af8a22d3, #w-node-_14ef151d-6120-3d20-c585-20a6cdf09ff2-af8a22d3, #w-node-_877be034-9edd-1dc8-7d7b-8a0e8c5ae89e-af8a22d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab14a-fe9ab11e {
    grid-area: 3 / 3 / 4 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab123-fe9ab11e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab145-fe9ab11e {
    grid-column: span 3 / span 3;
  }

  #w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab14a-fe9ab11e {
    grid-row-start: 5;
  }

  #w-node-_9e9e265b-f6c4-13f1-808c-e77ff10b7b22-af8a22c6, #w-node-dda365d6-64f2-502c-6bd6-5fa4b7d50eb9-af8a22cb {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c594652e-60a3-f90d-f965-4b9bbce17735-af8a22bf {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_5594aaaf-6f7e-055b-e1ec-168f11f0e774-af8a22bf {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3c772918-5ff6-f55f-98f7-0ad907966281-af8a22bf, #w-node-_3c772918-5ff6-f55f-98f7-0ad907966284-af8a22bf {
    grid-row: 3 / 4;
  }

  #w-node-_98014077-2c46-5563-28f1-210e4d465bc9-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bcb-af8a22ca, #w-node-_98014077-2c46-5563-28f1-210e4d465bcd-af8a22ca {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_5a8d5127-2388-d0b1-ab76-be5f0f59419f-af8a22d3 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-b05d911b-419a-e988-be09-bb4db8b39f7d-af8a22d3 {
    grid-row: 1 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-bf7aae00-dce7-27dd-6c2a-2a8efb731fc0-af8a22d3 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_0a9f2bec-1610-0a40-32bb-e19411101bed-af8a22d3 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4c729558-24b9-a710-143d-27046eb88110-af8a22d3 {
    grid-area: 1 / 1 / 7 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3a404bd9-46f9-1c4f-ef45-7f2ad979e970-af8a22d3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_14ef151d-6120-3d20-c585-20a6cdf09ff2-af8a22d3 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_877be034-9edd-1dc8-7d7b-8a0e8c5ae89e-af8a22d3 {
    grid-area: 6 / 2 / 7 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5594aaaf-6f7e-055b-e1ec-168f11f0e774-af8a22bf {
    grid-row: 3 / 4;
  }

  #w-node-_3c772918-5ff6-f55f-98f7-0ad907966281-af8a22bf {
    grid-row: 4 / 5;
    grid-column-end: 11;
  }

  #w-node-_3c772918-5ff6-f55f-98f7-0ad907966284-af8a22bf {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-b575e970-2315-14f5-f0fa-2b451a90221f-af8a22bf {
    order: -9999;
  }

  #w-node-_23d727da-08fa-e677-4b5b-e51b0323958f-af8a22bf, #w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab123-fe9ab11e {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab145-fe9ab11e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a5e88a5-c990-b4d7-6df4-a9fffe9ab146-fe9ab11e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-f3d3bcae-5342-cc17-f753-9d8fe13a4e72-af8a22c8, #w-node-b9a22a8e-1c21-57f0-2257-423af4f3627f-af8a22c8 {
    order: 1;
    justify-self: center;
  }

  #w-node-_98014077-2c46-5563-28f1-210e4d465bd3-af8a22ca {
    justify-self: end;
  }

  #w-node-_98014077-2c46-5563-28f1-210e4d465bd5-af8a22ca {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_98014077-2c46-5563-28f1-210e4d465bd8-af8a22ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_17722aef-c0f4-79d7-defd-a6f15f42ea08-af8a22d3, #w-node-_17722aef-c0f4-79d7-defd-a6f15f42ea0d-af8a22d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17722aef-c0f4-79d7-defd-a6f15f42ea12-af8a22d3 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17722aef-c0f4-79d7-defd-a6f15f42ea14-af8a22d3 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}