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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: muli, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.666666;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 0rem;
}

a {
  box-shadow: inset 0 -3px 0 0 #c7e94f;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #1c3a47;
}

a:hover {
  box-shadow: inset 0 -3px 0 0 #1c3a47;
}

ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.25rem;
}

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

label {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

blockquote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.form-message-success {
  padding: 1.25rem;
}

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

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

.fs-styleguide_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

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

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.text-weight-light {
  font-weight: 300;
}

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

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

.show {
  display: block;
}

.fs-styleguide_color-sample {
  margin-top: 0.5rem;
  padding: 5rem;
  background-color: #f5f5f5;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.button {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #386eec;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.heading-large {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

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

.text-weight-bold.is-shadow {
  max-width: 60ch;
}

.text-weight-bold.key-figure {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1;
}

.text-size-large {
  font-size: 2rem;
}

.text-size-large.text-weight-xbold.is-blue {
  line-height: 1.25;
}

.text-size-large.text-weight-xbold.underline {
  padding-bottom: 1rem;
  box-shadow: inset 0 -4px 0 0 #c7e94f;
  line-height: 1;
}

.text-size-large.text-weight-bold.text-color-blue {
  color: #1c3a47;
}

.icon-medium {
  height: 3rem;
}

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

.text-size-regular.line-height-1-2 {
  line-height: 1.2;
}

.text-size-regular.text-weight-xbold.line-height-1-2 {
  margin-bottom: 1rem;
}

.text-size-regular.text-weight-xbold.line-height-1-2.name {
  margin-bottom: 0rem;
}

.text-size-regular.job-titl {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

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

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

.background-color-grey {
  background-color: #eee;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-weight-xbold.line-height-1-2 {
  margin-bottom: 1rem;
  line-height: 1.2;
}

.text-size-medium.text-weight-bold {
  max-width: 40ch;
}

.text-size-medium.text-weight-bold.line-height-1-2 {
  line-height: 1.2;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0rem;
}

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

.text-size-small {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

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

.text-rich-text blockquote {
  margin-bottom: 0.75rem;
}

.text-rich-text ul {
  margin-bottom: 0.75rem;
}

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

.icon-large {
  height: 4rem;
}

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

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-xlarge {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

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

.form-input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

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

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

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

.form-checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form-checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

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

.container-large.z-index-3 {
  position: relative;
}

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

.background-color-black {
  background-color: #1f1f1f;
  color: #f5f5f5;
}

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

.fs-styleguide_classes {
  display: none;
}

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

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

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

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.page-padding.is-full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.show-tablet {
  display: none;
}

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

.text-color-grey {
  color: grey;
}

.form-radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form-radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form-radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.show-mobile-landscape {
  display: none;
}

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

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

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

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.utility_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility_image {
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}

.main-wrapper.padding-horizontal.articles {
  background-color: #dce1e3;
}

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

.container-medium.masthead {
  position: relative;
}

.container-medium.is-relative {
  position: relative;
}

.container-medium.is-relative.text-color-white {
  color: #fff;
}

.container-medium.bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 75vh;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-small.flex-grow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-secondary {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.125rem solid #386eec;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.button-text {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #386eec;
  font-weight: 600;
  text-align: center;
}

.margin-tiny {
  margin: 0.125rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0rem;
}

.padding-0 {
  padding: 0rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-small.background-color-grey.width-75 {
  width: 95%;
}

.padding-small.background-color-grey.width-75.padding-top-2rem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/greean-triangle-top-left.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.padding-small.background-color-grey.width-75.padding-top-2rem.landing {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.padding-small.background-color-grey.jobs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/greean-triangle-top-right.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.margin-top.margin-small {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.margin-top.margin-small.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.margin-top.margin-medium.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-top.margin-large.is-inline-block {
  display: inline-block;
}

.margin-top.margin-large.job-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-top.margin-huge.padding-horizontal.padding-large.background-color-blue {
  background-color: #bac3c7;
}

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

.margin-bottom.margin-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

.margin-vertical.margin-huge.padding-horizontal.padding-large.background-color-blue {
  background-color: #bac3c7;
}

.margin-vertical.margin-huge.padding-large.background-color-blue {
  background-color: #bac3c7;
}

.margin-vertical.margin-small.flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.margin-vertical.margin-large.flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.margin-vertical.margin-large.text-align-center.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

.padding-left.padding-small {
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

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

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

.padding-vertical.padding-medium.flex-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.padding-horizontal.padding-small.is-relative {
  position: relative;
  z-index: 300;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

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

.heading-small {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.heading-xsmall {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fs-styleguide_page-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #e6e6e6;
}

.fs-styleguide_message-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 0.75rem;
  color: #fff;
}

.fs-styleguide_message-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 1.5rem;
  background-color: #1a1a1a;
}

.fs-styleguide_messege-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 0.85fr 1fr;
  grid-template-columns: 0.85fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_messege-heading {
  line-height: 0.8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.navigation {
  position: fixed;
  top: 0px;
  z-index: 500;
  width: 100%;
}

.main-masthead {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-masthead.padding-horizontal.padding-small {
  min-height: 101vh;
  background-color: #1f1f1f;
}

.masthead-left-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 33%;
  margin-bottom: -3vh;
  background-image: url('../images/green-triangle-bottom-right.svg'), url('../images/masthead-triangle.svg');
  background-position: 100% 100%, 0px 0px;
  background-size: 3vh 3vh, 100%;
  background-repeat: no-repeat, no-repeat;
}

.masthead-image-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 67%;
}

.masthead-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.masthead-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  background-image: url('../images/mathead-triangle-large.png'), -webkit-gradient(linear, left top, right top, from(rgba(31, 31, 31, 0.5)), to(rgba(31, 31, 31, 0.25)));
  background-image: url('../images/mathead-triangle-large.png'), linear-gradient(90deg, rgba(31, 31, 31, 0.5), rgba(31, 31, 31, 0.25));
  background-position: 100% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  mix-blend-mode: multiply;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-left.is-menu {
  height: 2.5rem;
}

.navigation-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-left-mobile {
    display: none;
}

.nav-link-mobile-container.active {
    display: inline-flex;
    align-items:center;
    justify-content:space-between;
    flex-direction:column;
    background-color: #ffffff;
    padding: 50px;
    align-items:start;
}

.nav-link-mobile-container.active > .nav-menu > .nave-menu-background {
    display:flex;
    flex-direction:column;
}

.navigation-left-mobile > a {
    box-shadow:none;
    text-align:right;
}

.nav-link {
    margin-left: 2rem;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
}

.nav-link.mobile {
    padding: 15px 0;
}

.nav-link-mobile-container {
    display:none;
}

.nav-link:hover {
    box-shadow: inset 0 -3px 0 0 #c7e94f;
}

.nav-link.w--current {
  box-shadow: 0 4px 0 0 #c7e94f;
}

.nav-link.contact {
  padding: 0.5rem 1rem;
  border-radius: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 3px #c7e94f;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
}

.nav-link.contact:hover {
  box-shadow: inset 0 0 0 1.5rem #c7e94f;
  color: #1c3a47;
}

.nav-link.contact.form {
  margin-top: 1rem;
  margin-left: 0rem;
}

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

.text-color-white.is-shadow {
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.is-shadow {
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.is-shadow.is-left-border {
  margin-left: -2rem;
  padding-left: 2rem;
  box-shadow: inset 6px 0 0 0 #c7e94f;
}

.section-title-text {
  color: rgba(31, 31, 31, 0.07);
  font-size: 5rem;
  font-weight: 900;
}

.section-title-text.is-negative-margin {
  margin-bottom: -0.75rem;
  color: #eee;
}

._2-columns {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-columns.values {
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
}

._2-columns.vertical-align-centre {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture-container {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}

.picture-container.is-relative {
  position: relative;
}

.picture-container.is-relative.margin-bottom.margin-large.is-question {
  margin-right: -5rem;
  margin-bottom: 0rem;
}

.picture-container.is-relative.margin-bottom.margin-large.is-question.reverse {
  margin-right: 0rem;
  margin-left: -5rem;
}

.is-absolute {
  position: absolute;
}

.is-absolute.bottom-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 4rem;
}

.is-blue {
  color: #1c3a47;
}

.green-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
  color: #c7e94f;
}

.green-button:hover {
  box-shadow: none;
}

.green-button.landing {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.green-arrow {
  margin-left: 0.5rem;
}

.main-columns-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.main-column {
  width: 45%;
}

.question-rich-text {
  max-width: 80ch;
  margin-top: 1rem;
}

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

.question-rich-text.margin-top.margin-large ul {
  margin-bottom: 1rem;
}

.question-rich-text.margin-top.margin-large li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  background-image: url('../images/bullet.svg');
  background-position: 0px 4px;
  background-size: auto;
  background-repeat: no-repeat;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200%;
}

.marquee {
  display: -ms-grid;
  display: grid;
  width: 50%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper {
  overflow: hidden;
}

.marquee-logo {
  max-height: 100px;
  max-width: 100px;
}

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

._3-column-grid.margin-bottom.margin-medium {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.cta {
  background-color: #1c3a47;
}

.cta.text-color-white {
  border-top: 0.5rem solid #c7e94f;
}

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

.cta-columns.landing {
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
}

.cta-title {
  font-size: 3rem;
  line-height: 1.1;
}

.cta-title.text-weight-xbold {
  max-width: 14ch;
}

.cta-title.text-weight-xbold.margin-bottom.margin-small.landing-page {
  max-width: none;
  margin-top: 1rem;
  margin-bottom: 0rem;
  font-size: 2.5rem;
}

.default-button {
  padding: 0.5rem 1.5rem;
  border-style: solid;
  border-width: 3px;
  border-color: #c7e94f;
  border-radius: 100vh;
  background-color: #1f1f1f;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-weight: 800;
}

.default-button:hover {
  background-color: #c7e94f;
  background-image: none;
  box-shadow: none;
  color: #1c3a47;
}

.default-button.smaller {
  font-size: 0.9rem;
  font-weight: 600;
}

.default-button.extra-smaller {
  font-size: 0.8rem;
  font-weight: 600;
}

.default-button.fixed-width {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo {
  height: 1.75rem;
}

.work-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.work-picture-wrapper {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin-right: -10%;
  padding-top: 30%;
}

.work-picture-wrapper.landing {
  width: 33.333333333333336%;
  margin-right: 2rem;
}

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

.align-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

._4-column-grid.margin-bottom.margin-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.article-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.article-picture-wrapper {
  position: relative;
  overflow: hidden;
  margin-left: -16%;
  padding-top: 85%;
}

.footer {
  background-color: #1f1f1f;
  color: #eee;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3fr 1fr 1fr 1fr;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-trigger {
  position: absolute;
  width: 5px;
  height: 150px;
}

.blur-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.footer-link {
  box-shadow: none;
  color: #c7e94f;
}

.footer-link:hover {
  box-shadow: inset 0 -3px 0 0 #c7e94f;
}

.footer-pipe {
  width: 2rem;
  text-align: center;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 600;
  height: 100vh;
  -webkit-transform: translate(0px, -100vh);
  -ms-transform: translate(0px, -100vh);
  transform: translate(0px, -100vh);
  color: #eee;
}

.menu-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(28, 58, 71, 0.8);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.menu-background .container-large.sub-menu-container {
    position:relative;
}

.menu-background .nav-menu.active {
    /*top:25px;*/
    top:0;
    /*bottom:0;*/
    position:absolute;
}

.close-button {
  height: 24px;
}

.menu-button {
  height: 1.5rem;
}

.menu-button.bio {
  position: absolute;
  left: auto;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  width: 2rem;
  box-shadow: none;
}

.menu-button.bio {
  position: absolute;
  left: auto;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  width: 2rem;
  box-shadow: none;
}

.menu-link {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #c7e94f;
}

.menu-link:hover {
  color: #eee;
}

.marque {
  width: 10.4em;
}

.marquee-logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image {
  -o-object-fit: contain;
  object-fit: contain;
}

.accessibility-button {
  position: fixed;
  left: 2rem;
  top: auto;
  right: auto;
  bottom: 2rem;
  z-index: 600;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
}

.accessbility-menu {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 500;
  width: 100%;
  max-width: 20rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding: 1rem 1rem 4rem;
  border-bottom-left-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px #cacaca;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  color: #1c3a47;
}

.text-size-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  max-height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}

.text-size-button.yellow {
  background-color: #fff200;
}

.text-size-button.blue {
  background-color: #0af;
}

.text-size-button.red {
  background-color: red;
}

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

.accessibility-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 1rem;
  margin-right: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}

.accessibility-close-button:hover {
  box-shadow: none;
}

.accessibility-label {
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #c7e94f;
}

.higher-scrolling {
  position: relative;
  height: 175vh;
}

.higher-scrolling-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.higher-columns {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.higher-columns.padding-horizontal.padding-medium {
  grid-column-gap: 2rem;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
}

.higher-columns.padding-horizontal.padding-medium.reverse {
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
}

.higher-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.higher-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.masthead-carousel {
  height: 100%;
}

.full-bleed-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-bleed-image.bio {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hidden {
  display: none;
}

.teal-background {
  background-color: #1c3a47;
  color: #fff;
}

.teal-headline {
  color: #1c3a47;
}

.teal-headline.text-weight-xbold.pull-down {
  margin-bottom: -0.9rem;
  font-size: 4rem;
}

.value-list {
  font-size: 1.25rem;
  line-height: 2;
}

.value-list-item {
  padding-left: 2rem;
  background-image: url('../images/value-bullet.svg');
  background-position: 0px 9px;
  background-size: auto;
  background-repeat: no-repeat;
}

.value-image {
  width: 100%;
  margin-bottom: -6rem;
}

.bio-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(28, 58, 71, 0.85);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.bio-background.padding-medium {
  display: none;
}

.bio-carousel {
  width: 50%;
  height: 100%;
}

.bio-content {
  position: relative;
  margin-left: -10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.bio-content.padding-small.bio {
  z-index: 5;
  background-image: url('../images/green-triangle-bottom-right.svg');
  background-position: 100% 100%;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}

.bio-social-link {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  box-shadow: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1c3a47;
}

.bio-social-link:hover {
  opacity: 0.5;
}

.page-title-wrapper {
  margin-top: 6.666rem;
  background-color: #4c4c4c;
  color: #fff;
}

.page-title-wrapper.padding-vertical.padding-xxlarge._10-rem-padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.page-title-wrapper.solution {
  margin-top: 0rem;
  background-color: #fff;
  color: #f1f3f4;
}

.page-title {
  -webkit-transform: translate(0px, 0.6rem);
  -ms-transform: translate(0px, 0.6rem);
  transform: translate(0px, 0.6rem);
}

.page-title.text-weight-xbold.articles {
  color: #dce1e3;
}

.main-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-list-item.margin-bottom.margin-medium.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.list-image-wrapper {
  width: 45%;
}

.list-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-text-block {
  margin-left: -1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7f7;
  background-image: url('../images/greean-triangle-top-right.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.list-text-block.margin-vertical.margin-large.padding-small.reverse {
  margin-right: -1rem;
  margin-left: 0rem;
  background-image: url('../images/greean-triangle-top-left.svg');
  background-position: 0% 0%;
}

.text-style-standardcase {
  text-transform: none;
}

._3-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-columns._85 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.key-point-wrapper {
  background-color: #eee;
  color: #1c3a47;
}

.key-point-wrapper.padding-medium {
  margin-top: -2rem;
  border-top: 6px solid #c7e94f;
  line-height: 1.2;
}

.main-rich-text {
  max-width: 80ch;
  margin-right: auto;
  margin-left: auto;
}

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

.main-rich-text h2 {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 6px solid #c7e94f;
  color: #1c3a47;
  font-size: 2rem;
  font-weight: 800;
}

.main-rich-text a {
  box-shadow: inset 0 -3px 0 0 #c7e94f;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.main-rich-text a:hover {
  box-shadow: inset 0 -3px 0 0 #1c3a47;
}

.main-rich-text blockquote {
  margin-left: -4rem;
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-left: 4rem;
  border: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0.7);
  background-image: url('../images/quote-mark.svg');
  background-position: 16px 32px;
  background-size: 2.5rem;
  background-repeat: no-repeat;
  line-height: 1.66666;
  font-weight: 300;
}

.main-rich-text h6 {
  margin-bottom: 2rem;
  margin-left: -4rem;
  padding-bottom: 1.5rem;
  padding-left: 4rem;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.main-rich-text h3 {
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.main-rich-text li {
  padding-left: 1.5rem;
  background-image: url('../images/bullet.svg');
  background-position: 0px 6px;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.main-rich-text figcaption {
  margin-top: 0rem;
  padding: 0.5rem;
  background-color: #fff;
  background-image: url('../images/green-triangle-bottom-right.svg');
  background-position: 100% 100%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
}

.main-rich-text.landing {
  margin-bottom: 2rem;
  padding-top: 4rem;
}

.our-solution {
  background-color: #f1f3f4;
}

.margin-top.margin-large.padding-large.background-color-blue {
  background-color: #bac3c7;
}

.page-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-image-wrapper {
  max-height: 60vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f1f3f4;
}

.slider-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  margin-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c3a47;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.slider-button:hover {
  background-color: #1f1f1f;
}

.slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-arrow {
  width: 33.33333333333333%;
}

.contact-field {
  width: 50%;
  margin-bottom: 0px;
  border: 1px none #000;
  box-shadow: inset 0 -1px 0 0 #1c3a47;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.contact-field:focus {
  background-color: #f1f3f4;
  box-shadow: inset 0 -1px 0 0 #c7e94f;
}

.contact-field.multi-line {
  width: 100%;
  min-height: 8rem;
  box-shadow: inset 0 0 0 1px #1c3a47;
}

.contact-field.job {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #eee;
  color: #eee;
}

.contact-field.job:focus {
  background-color: #1f1f1f;
  color: #eee;
}

.contact-field.error {
  background-color: rgba(255, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 0 red;
}

.field-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.launchpad-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.launchpad-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin: 10px;
  padding: 10px 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1.2;
  text-align: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1f1f1f;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.tab-link {
  padding: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f1f3f4;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-flex-basis 200ms ease, -webkit-flex-basis 200ms ease;
  transition: box-shadow 200ms ease, -webkit-flex-basis 200ms ease, -webkit-flex-basis 200ms ease;
  transition: flex-basis 200ms ease, box-shadow 200ms ease;
  transition: flex-basis 200ms ease, box-shadow 200ms ease, -webkit-flex-basis 200ms ease, -webkit-flex-basis 200ms ease, -ms-flex-preferred-size 200ms ease;
  font-weight: 800;
  text-align: right;
}

.tab-link:hover {
  box-shadow: inset -5px 0 0 0 #1c3a47;
}

.tab-link.w--current {
  background-color: #fff;
  box-shadow: inset -5px 0 0 0 #c7e94f;
}

.job-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.job-card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.job-card-row.margin-vertical.margin-xxsmall {
  border-top: 1px solid #d6d6d6;
}

.bio-content-2 {
  position: relative;
  margin-left: -10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.bio-content-2.padding-small.bio {
  z-index: 5;
  background-image: url('../images/green-triangle-bottom-right.svg');
  background-position: 100% 100%;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}

.default-button-2 {
  padding: 0.5rem 1.5rem;
  border-style: solid;
  border-width: 3px;
  border-color: #c7e94f;
  border-radius: 100vh;
  background-color: #1f1f1f;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-weight: 800;
}

.default-button-2:hover {
  background-color: #c7e94f;
  background-image: none;
  box-shadow: none;
  color: #1c3a47;
}

.default-button-2.extra-smaller {
  font-size: 0.8rem;
  font-weight: 600;
}

.bio-social-link-2 {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1c3a47;
}

.bio-social-link-2:hover {
  opacity: 0.5;
}

.job-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 6.666rem;
}

.job-navigation.padding-right.padding-medium {
  background-color: #fff;
}

.job-navigation.margin-right.margin-medium.background-color-white.jobs {
  bottom: 3rem;
}

.job-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.description-link {
  display: block;
  padding: 1rem;
}

.description-link.w--current {
  background-color: #1c3a47;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
}

.job-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-columns.landing {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.job-rich-text h4 {
  margin-bottom: 1rem;
  padding: 0.45rem;
  border-bottom: 2px solid #c7e94f;
  background-color: #eee;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.job-rich-text li {
  margin-bottom: 0.75rem;
}

.job-rich-text.landing {
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid #1c3a47;
}

.proud-highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.proud-highlight._1 {
  background-image: url('../images/highlight-1.jpg');
}

.proud-highlight._2 {
  background-image: url('../images/highlight-3.jpg');
}

.proud-highlight._3 {
  background-image: url('../images/highlight-2.jpg');
}

.proud-highlight._4 {
  background-image: url('../images/highlight-4.jpg');
}

.proud-highlight._5 {
  background-image: url('../images/highlight-5.jpg');
}

.highlight-text {
  width: 33.333333333333336%;
}

.highlight-text.margin-vertical.margin-medium.padding-medium {
  background-color: hsla(0, 0%, 100%, 0.85);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.careers-cta {
  position: fixed;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 0.25rem;
  border-color: #c7e94f;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  background-color: #1c3a47;
  box-shadow: none;
  -webkit-transform: translate(1.3rem, 0rem) rotate(-90deg) translate(0px, 105%);
  -ms-transform: translate(1.3rem, 0rem) rotate(-90deg) translate(0px, 105%);
  transform: translate(1.3rem, 0rem) rotate(-90deg) translate(0px, 105%);
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #c7e94f;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.careers-cta:hover {
  background-color: #c7e94f;
  box-shadow: none;
  color: #1c3a47;
}

.discover-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.discover-icon {
  width: 8rem;
  background-image: url('../images/discover-line.svg');
  background-position: 50% 0%;
  background-size: 0.3333333333333333rem;
  background-repeat: no-repeat;
}

.discover-icon.last {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.discover-grid-heading {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.25rem solid #c7e94f;
  color: #1c3a47;
}

.discover-grid-li {
  margin-bottom: 0.5rem;
  list-style-type: none;
}

.discover-grid-text {
  padding-bottom: 2rem;
}

.team-wrapper {
  background-color: #eee;
}

.team-content {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-headshots {
  position: relative;
}

.team-pic {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
}

.team-pic._1 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 39%;
}

.team-pic._2 {
  left: 46%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 47.5%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.team-pic._3 {
  width: 43%;
}

.landing-question {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.question-text {
  position: relative;
  z-index: 2;
  padding: 1rem;
  background-color: #eee;
  background-image: url('../images/green-triangle-bottom-right.svg');
  background-position: 100% 100%;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
}

.landing-content {
  margin-top: 5rem;
  margin-bottom: 8rem;
  padding-right: 2rem;
  padding-bottom: 0rem;
  padding-left: 2rem;
}

.landing-case-study {
  display: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.landing-table-title {
  padding-top: 0.5rem;
  border-top: 0.25rem solid #1c3a47;
  background-image: url('../images/greean-triangle-top-right.svg');
  background-position: 100% 0%;
  background-size: 1rem;
  background-repeat: no-repeat;
}

.chapter-select {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
}

.chapter-menu {
  position: relative;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chapters {
  overflow: hidden;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #bac3c7;
}

.chapter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bac3c7;
  background-color: #fff;
  box-shadow: none;
}

.chapter-button:hover {
  box-shadow: none;
}

.chapter-lottie {
  width: 2rem;
  height: 2rem;
}

.chapters-label {
  overflow: hidden;
}

.chapters-label-text {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.landing-introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.intro-pic {
  width: 60%;
  margin-top: -2rem;
  margin-bottom: -2rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  padding: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #eee;
  background-image: url('../images/greean-triangle-top-right.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-small.background-color-grey.width-75.padding-top-2rem {
    width: 100%;
    margin-bottom: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .padding-small.background-color-grey.width-75.padding-top-2rem.landing {
    width: 100%;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .margin-top.margin-small.flex-vertical {
    margin-top: 0rem;
    margin-left: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: 0.9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .navigation-left-mobile {
    display:flex;
    flex-direction:row;
    align-items:start;
  }

  .nav-link {
    display: none;
    margin-left: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

.nav-link.contact {
    display: block;
}

.nav-link.mobile {
    display:flex;
    color:#000000;
}


.column-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

  ._3-column-grid.margin-bottom.margin-medium {
    display: block;
  }

  .work-picture-wrapper {
    width: 40%;
    margin-right: 0%;
    padding-top: 40%;
  }

  ._4-column-grid.margin-bottom.margin-medium {
    display: block;
  }

  .article-picture-wrapper {
    width: 40%;
    margin-left: 0%;
    padding-top: 40%;
  }

  .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column-1 {
    width: 100%;
  }

  .footer-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .higher-scrolling {
    height: auto;
    margin-bottom: 4rem;
  }

  .higher-scrolling-container {
    height: auto;
  }

  .higher-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .higher-columns.padding-horizontal.padding-medium.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .higher-video-wrapper {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .full-bleed-image {
    width: 100%;
  }

  .bio-carousel {
    width: 66.666%;
  }

  .page-title-wrapper {
    margin-top: 5.7rem;
  }

  .list-text-block.margin-vertical.margin-large.padding-small {
    margin-left: -1rem;
  }

  .main-rich-text blockquote {
    margin-left: 0rem;
  }

  .main-rich-text h6 {
    margin-left: 0rem;
  }

  .launchpad-wrapper {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .highlight-text.margin-vertical.margin-medium.padding-medium {
    width: 50%;
  }

  .bio-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .question-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .landing-introduction {
    display: block;
  }

  .intro-pic {
    width: 100%;
    max-height: 30ch;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .cta-small {
    margin-right: 0rem;
    margin-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: 0.875rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .margin-top.margin-large.job-description {
    display: block;
  }

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

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

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

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

  .margin-vertical.margin-large.text-align-center.flex-horizontal.hide-on-mobile {
    display: none;
  }

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

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

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

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

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

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

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

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

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: 0.875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0rem;
  }

  .fs-styleguide_message-inner {
    border-radius: 0rem;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: 0.9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .masthead-left-block.background-color-black {
    width: 100%;
  }

  .masthead-image-wrapper {
    display: none;
  }

  .section-title-text {
    font-size: 4rem;
  }

  ._2-columns {
    display: block;
  }

  .picture-container.is-relative.margin-bottom.margin-large {
    width: 65%;
  }

  .picture-container.is-relative.margin-bottom.margin-large.is-question {
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .picture-container.is-relative.margin-bottom.margin-large.is-question.reverse {
    margin-left: 0rem;
  }

  .main-columns-flex {
    display: block;
  }

  .main-column-content {
    margin-bottom: 2rem;
  }

  .main-column {
    width: 100%;
  }

  .marquee-logo {
    max-height: 80px;
    max-width: 80px;
  }

  .cta-columns.landing {
    display: block;
  }

  .cta-title.text-weight-xbold.margin-bottom.margin-small.landing-page {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .flex.bottom.justify.margin-bottom.margin-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .value-list {
    display: -ms-grid;
    display: grid;
    margin-bottom: 1rem;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .value-list-item {
    background-position: 0px 4px;
    background-size: 1.5rem;
    font-size: 1rem;
  }

  .value-image {
    margin-bottom: 0rem;
  }

  .bio-carousel {
    display: none;
  }

  .bio-content.padding-small {
    overflow: auto;
    height: 80vh;
    margin-left: 0%;
  }

  .bio-content.padding-small.bio {
    margin-right: 2rem;
  }

  .page-title-wrapper {
    margin-top: 5.15rem;
  }

  .page-title.text-weight-xbold {
    -webkit-transform: translate(0px, 0.4rem);
    -ms-transform: translate(0px, 0.4rem);
    transform: translate(0px, 0.4rem);
  }

  .tabs {
    display: block;
  }

  .tab-link {
    padding: 0.5rem;
    text-align: left;
  }

  .tab-link.w--current {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .bio-content-2.padding-small {
    overflow: auto;
    height: 80vh;
    margin-left: 0%;
  }

  .job-navigation.margin-right.margin-medium.background-color-white.jobs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0rem;
  }

  .description-link {
    padding: 0.5rem;
    line-height: 1.25;
  }

  .job-columns {
    display: block;
  }

  .job-rich-text {
    margin-bottom: 3rem;
  }

  .proud-highlight {
    height: auto;
  }

  .highlight-text.margin-vertical.margin-medium.padding-medium {
    width: 100%;
  }

  .careers-cta {
    font-size: 0.75rem;
  }

  .team-content {
    display: block;
  }

  .team-headshots {
    display: none;
  }

  .landing-question {
    display: block;
  }

  .landing-question.margin-bottom.margin-xxhuge.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .padding-small.background-color-grey.width-75.padding-top-2rem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .padding-small.background-color-grey.width-75.padding-top-2rem.landing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .margin-top.margin-medium.is-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

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

  .margin-vertical.margin-large.text-align-center.flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

  .nav-link.contact {
    display: none;
  }

  .section-title-text {
    font-size: 3rem;
  }

  .picture-container.is-relative.margin-bottom.margin-large {
    width: 100%;
  }

  .green-button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .marquee-logo {
    max-height: 50px;
    max-width: 50px;
  }

  .cta-columns {
    display: block;
  }

  .flex.bottom.justify.margin-bottom.margin-small {
    display: block;
  }

  .logo {
    height: 20px;
  }

  .work-picture-wrapper {
    width: 100%;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    padding-top: 60%;
  }

  .article-picture-wrapper {
    width: 100%;
    margin-bottom: 1rem;
    padding-top: 60%;
  }

  .footer-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .masthead-pipe {
    display: none;
  }

  .menu {
    -webkit-transform: translate(0px, -100vh);
    -ms-transform: translate(0px, -100vh);
    transform: translate(0px, -100vh);
  }

  .menu-background {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .menu-link.text-size-medium.text-weight-bold {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-shadow: none;
  }

  .menu-link.text-weight-bold {
    padding-top: 0.25em;
    box-shadow: none;
  }

  .value-list {
    display: block;
  }

  .page-title-wrapper {
    margin-top: 4.3rem;
  }

  .main-list-item.margin-bottom.margin-medium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-list-item.margin-bottom.margin-medium.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .list-text-block.margin-vertical.margin-large.padding-small {
    margin-left: 0rem;
  }

  .list-text-block.margin-vertical.margin-large.padding-small.reverse {
    margin-right: 0rem;
  }

  ._3-columns._85 {
    display: block;
    margin-top: -2rem;
  }

  .key-point-wrapper.padding-medium {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .slider-button {
    width: 3rem;
    height: 3rem;
  }

  .launchpad-link-block {
    height: 60px;
  }

  .job-navigation.margin-right.margin-medium.background-color-white.jobs {
    top: 4.3rem;
  }

  .discover-icon {
    width: 4rem;
  }

  .cta-small {
    padding: 1rem;
  }

  .nav-link.mobile {
    display:block;
  }
}

#w-node-_13280504-a621-705e-18c7-35547c862b86-4c3bc8c5 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_8bc2b08f-ebb4-debb-d093-c3e3a9dfac10-4c3bc8c5 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-ec1fb36e-7d5b-4ac8-95d8-439f1f6ff604-ded37da5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4fa1990f-5e96-9c9e-f41f-daef04640368-ded37da5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc6ba4a1-f8bf-9f22-32b2-7137e3eb54a1-ded37da5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_76f84a5b-30d4-1e37-a273-28e1b51a334d-ce6d5687 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b39ed699-0219-22ce-63f9-eab7c9530c49-ce6d5687 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_39d492cb-d9f5-04e9-d670-4faf13d1bd08-94041465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_021f01a3-3130-33ae-237e-75566f3044da-94041465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba106d12-5e10-b297-bf31-69a86fe5a8f6-94041465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba106d12-5e10-b297-bf31-69a86fe5a905-94041465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c7db0611-06d2-e5dc-f12a-07330b8d5676-94041465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c7db0611-06d2-e5dc-f12a-07330b8d5685-94041465 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_76f84a5b-30d4-1e37-a273-28e1b51a334d-e5d4c2c9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b39ed699-0219-22ce-63f9-eab7c9530c49-e5d4c2c9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6361e59-b405-5ab8-c3f6-80e36662ab27-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5c105fd2-a96c-e88d-f095-59881433778e-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc929916-6256-5344-e5e6-e004a7938145-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8aac7c0-6dbd-95dc-e7f1-98348448bd64-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8aac7c0-6dbd-95dc-e7f1-98348448bd65-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_931a89f8-c5c9-af48-9eec-763297ba7a40-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8dfcf0d3-ae2a-1bc7-d2b1-b153a267818a-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8dfcf0d3-ae2a-1bc7-d2b1-b153a267818b-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_190ef3e4-18f6-e294-60f1-79e711324758-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e12b901-adca-6ae4-460d-3197262289b8-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f9cc102-c1d4-b0e3-5057-bb67cc8e224f-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dfd5712c-2ed8-9005-aa9b-9d803a3d1eea-b6f76e1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_19af92fc-8443-752f-16d8-1d2899915f0c-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b599bc5a-5e92-6e84-3b57-fd1668291b96-463c6c81 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b5cf3197-1c1c-a23f-c6ef-8066c6a6842e-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b5cf3197-1c1c-a23f-c6ef-8066c6a68439-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e511338f-cf59-fa22-c59a-1741d8cf21ba-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_333cdabc-44cd-3763-78be-ddc1601511a9-463c6c81 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_333cdabc-44cd-3763-78be-ddc1601511ac-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_333cdabc-44cd-3763-78be-ddc1601511b9-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_333cdabc-44cd-3763-78be-ddc1601511c5-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9eee50c-521e-27b5-c5f5-e00ec6c428e8-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9eee50c-521e-27b5-c5f5-e00ec6c428f7-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9eee50c-521e-27b5-c5f5-e00ec6c428f8-463c6c81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

