@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/barlow-semi-condensed/barlow-semi-condensed-v7-latin-regular.woff2")
      format("woff2"),
    url("../fonts/barlow-semi-condensed/barlow-semi-condensed-v7-latin-regular.woff")
      format("woff");
}

@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 500;
  src: local(""),
    url("../fonts/barlow-semi-condensed/barlow-semi-condensed-v7-latin-500.woff2")
      format("woff2"),
    url("../fonts/barlow-semi-condensed/barlow-semi-condensed-v7-latin-500.woff")
      format("woff");
}

@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("../fonts/barlow-semi-condensed/barlow-semi-condensed-v7-latin-600.woff2")
      format("woff2"),
    url("../fonts/barlow-semi-condensed/barlow-semi-condensed-v7-latin-600.woff")
      format("woff");
}

@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../fonts/barlow-semi-condensed/barlow-semi-condensed-v7-latin-700.woff2")
      format("woff2"),
    url("../fonts/barlow-semi-condensed/barlow-semi-condensed-v7-latin-700.woff")
      format("woff");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("../fonts/barlow-condensed/barlow-condensed-v5-latin-600.woff2")
      format("woff2"),
    url("../fonts/barlow-condensed/barlow-condensed-v5-latin-600.woff")
      format("woff");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../fonts/barlow-condensed/barlow-condensed-v5-latin-700.woff2")
      format("woff2"),
    url("../fonts/barlow-condensed/barlow-condensed-v5-latin-700.woff")
      format("woff");
}


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

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

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

body {
  font-family: 'Barlow Condensed', sans-serif;
  color: #1f1f1a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 55px;
  line-height: 1.25em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #bdbdb3;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

a {
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
  color: #515148;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-left: 20px;
}

li {
  margin-bottom: 4px;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.3em;
}

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

label {
  display: block;
  margin-bottom: 6px;
  color: #868677;
  font-size: 15px;
  font-weight: 400;
}

em {
  font-style: italic;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 10px 20px;
  border-left: 5px solid #ebff32;
  color: #515148;
  font-size: 18px;
  line-height: 1.4em;
}

figure {
  margin-bottom: 10px;
}

.page-wrapper {
  position: relative;
  width: 100%;
  min-height: 75vh;
  margin-top: -85px;
}

.section {
  position: relative;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.section.light-grey {
  position: relative;
  background-color: #9aa6e0;
}

.section.light-grey.yellow-block-background {
  background-color: #fff;
  background-image: url('../images/test_graphic.png');
  background-position: 75% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.yellow-page-header {
  padding: 0px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.section.large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.large.light-grey-block-background {
  background-image: url('../images/Light-Grey-Block-Shape.svg');
  background-position: 75% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.small {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.black {
  background-color: #1f1f1a;
  color: #fff;
}

.section.black.black-block-background {
  background-color: #1f1f1a;
  background-image: url('../images/Black-Block-Shape-1.svg');
  background-position: -10% 150px;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.yellow {
  background-color: #9aa6e0;
}

.section.x-large {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.x-large.yellow.light-grey-block-background {
  background-color: #9aa6e0;
  background-image: url('../images/Light-Grey-Block-Shape.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.light-grey-page-header {
  padding: 85px 140px 50px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.button {
  margin-bottom: 8px;
  padding: 8px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1f1f1a;
  -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #515148;
  color: #eff0eb;
}

.button:active {
  background-color: #1f1f1a;
}

.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.button.outline {
  border: 1px solid #000;
  background-color: transparent;
  color: #1f1f1a;
}

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

.button.outline:active {
  border-color: #515148;
  background-color: #515148;
}

.button.grey {
  background-color: #e5e6e0;
  box-shadow: none;
  color: #515148;
}

.button.grey:hover {
  background-color: #dbdbd0;
  color: #1f1f1a;
}

.button.grey:active {
  background-color: #bdbdb3;
  color: #1f1f1a;
}

.button.disabled {
  box-shadow: none;
  opacity: 0.1;
}

.button.disabled:hover {
  color: #fff;
}

.button.minimal {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: transparent;
  box-shadow: none;
  color: #515148;
}

.button.minimal:hover {
  color: #1f1f1a;
}

.button.minimal:active {
  color: #515148;
}

.button.yellow {
  background-color: #3e36a5;
  color: #fff;
}

.button.yellow:hover {
  background-color: #9aa6e0;
}

.button.yellow:active {
  background-color: #9aa6e0;
}

.spacer {
  height: 48px;
  background-color: #e5e6e0;
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: transparent;
}

.spacer._32 {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: transparent;
  text-transform: uppercase;
}

.spacer._48 {
  width: 48px;
  border-radius: 6px;
  background-color: transparent;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: transparent;
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: transparent;
}

.spacer._96 {
  width: 96px;
  height: 96px;
  background-color: transparent;
}

.spacer._96 {
  height: 96px;
  background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
  height: 32px;
  background-color: transparent;
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: transparent;
}

.spacer._164 {
  width: 164px;
  height: 164px;
  background-color: transparent;
}

.text-box {
  max-width: 650px;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._400px {
  max-width: 400px;
}

.text-box._750px {
  max-width: 750px;
}

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

.text-box._850px {
  max-width: 850px;
}

.text-box.centered {
  margin-right: auto;
  margin-left: auto;
}

.text-box._500px {
  max-width: 500px;
}

.text-box._600px {
  max-width: 600px;
}

._12-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._12-columns.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1330px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  font-size: 14px;
  font-weight: 400;
}

.container.page-header {
  height: 100%;
  max-width: 1330px;
  padding: 60px;
  border-top: 1px none #000;
}

.container.small-page-header {
  height: 100%;
  max-width: 1260px;
  padding-top: 70px;
  padding-right: 0px;
  padding-left: 0px;
}

.container.middle-section {
  background-image: url('../images/new_block.png');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.color-block {
  width: 100%;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  background-color: #1f1f1a;
}

.color-block.light-yellow {
  border-style: none;
  background-color: #e7f2a8;
}

.color-block.dark-yellow {
  background-color: #d2e612;
}

.color-block.grey {
  background-color: #868677;
}

.color-block.light-grey {
  background-color: #bdbdb3;
}

.color-block.hard-yellow {
  background-color: #cbdd1d;
}

.color-block.dark-grey {
  background-color: #515148;
}

.color-block.back-grey {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e6e0;
  background-color: #eff0eb;
}

.color-block.soft-grey {
  background-color: #dbdbd0;
}

.color-block.silver {
  background-color: #e5e6e0;
}

.color-block.white {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e6e0;
  background-color: #fff;
}

.color-block.back-yellow {
  border-style: none;
  background-color: #f5f7e9;
}

.color-block.deep-yellow {
  background-color: #a0b108;
}

.color-block.yellow {
  background-color: #ebff32;
}

.color-block.soft-yellow {
  border-style: none;
  background-color: #eef1d8;
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  background-color: #e5e6e0;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column._10-column {
  width: 83.33%;
}

.column._11-column {
  width: 91.66%;
}

.column._6-column {
  width: 50%;
}

.column._5-column {
  width: 41.66%;
}

.column._1-column {
  width: 8.33%;
}

.column._4-column {
  width: 33.33%;
}

.column._9-column {
  width: 75%;
}

.column._3-column {
  width: 25%;
}

.column._2-column {
  width: 16.66%;
}

.column._7-column {
  width: 58.333333333333336%;
}

.column._8-column {
  width: 66.66666666666667%;
}

.ds-block {
  margin-bottom: 32px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
  background-color: #fff;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.rich-text {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.rich-text img {
  margin-bottom: 8px;
}

.rich-text h4 {
  margin-top: 24px;
}

.rich-text a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rich-text a:hover {
  border-bottom-color: #3E36A5;
  color: #3E36A5;
}

.rich-text h2 {
  margin-top: 24px;
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #f1f4ff;
}

.logo-div {
  position: relative;
  z-index: 6;
  display: block;
  margin-right: auto;
  -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;
  line-height: 24px;
}

.nav-text-logo {
  display: block;
  border: 1px none #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1f1f1a;
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
}

.nav-text-logo:hover {
  opacity: 0.75;
}

.footer-link {
  display: block;
  margin-bottom: 4px;
  border: 1px none #000;
  -webkit-transition: color 200ms ease, opacity 200ms ease-in-out;
  transition: color 200ms ease, opacity 200ms ease-in-out;
  color: #1f1f1a;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
  color: #a0b108;
}

.footer-link.w--current {
  opacity: 1;
}

.footer-links-block {
  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;
}

.footer {
  position: relative;
  z-index: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #fff;
}

.nav-dropdown {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 24px 5px 10px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  line-height: 24px;
  font-weight: 500;
}

.nav-dropdown:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #9b53ff;
}

.nav-dropdown.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.paragraph {
  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;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.small {
  opacity: 0.75;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph.medium {
  font-size: 18px;
}

.paragraph.dark {
  color: #fff;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.ds-menu-brand {
  margin-bottom: 50px;
  margin-left: 30px;
  border: 1px none #000;
  color: #1f1f1a;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 27px;
  border: 1px none #000;
  -webkit-transition: background-color 200ms ease, border 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, color 200ms ease;
  color: #a0b108;
}

.ds-menu-link:hover {
  color: #1f1f1a;
}

.ds-menu-link.w--current {
  padding-right: 0px;
  background-color: #d2e612;
  color: #1f1f1a;
  font-weight: 500;
}

.ds-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: auto;
  width: 240px;
  padding-top: 40px;
  background-color: #ebff32;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #1f1f1a;
}

.form-error {
  padding: 16px;
  border-radius: 6px;
  background-color: #e5e6e0;
  color: #444;
}

.form {
  margin-bottom: 0px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
  border-radius: 0px;
}

.check-box.w--redirected-checked {
  border-color: #1f1f1a;
  background-color: #1f1f1a;
  background-position: 50% 50%;
  background-size: 16px;
}

.ds-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-left: 240px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-success {
  padding: 32px;
  background-color: #f5f7e9;
  color: #515148;
  font-size: 16px;
  line-height: 1.4em;
}

.ds-section {
  position: relative;
  z-index: 0;
  padding: 60px 80px 48px 60px;
  text-align: left;
}

.ds-section.header {
  background-color: #eff0eb;
}

.ds-title {
  margin-bottom: 8px;
  color: #1f1f1a;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-input {
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #1f1f1a;
  background-color: transparent;
  font-size: 15px;
  line-height: 1.4em;
}

.text-input:hover {
  border-bottom-color: #515148;
}

.text-input:focus {
  border-style: none none solid;
  border-color: #a0b108;
}

.text-input::-webkit-input-placeholder {
  color: #dbdbd0;
}

.text-input:-ms-input-placeholder {
  color: #dbdbd0;
}

.text-input::-ms-input-placeholder {
  color: #dbdbd0;
}

.text-input::placeholder {
  color: #dbdbd0;
}

.yellow-tag {
  display: inline-block;
  padding: 2px 12px;
  background-color: #9aa6e0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, color 200ms ease;
  color: #1f1f1a;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4px;
}

.yellow-tag:hover {
  background-color: #3e36a5;
  color: #fff;
}

.yellow-tag.w--current {
  background-color: #1f1f1a;
  color: #fff;
}

.yellow-tag.w--current:hover {
  border-color: #1f1f1a;
}

.text-area {
  min-height: 120px;
  margin-bottom: 16px;
  padding: 12px 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e5e6e0 #e5e6e0 #1f1f1a;
  background-color: transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  font-size: 15px;
}

.text-area:hover {
  border-bottom-color: #515148;
}

.text-area:focus {
  border-bottom-color: #a0b108;
}

.text-area::-webkit-input-placeholder {
  color: #dbdbd0;
}

.text-area:-ms-input-placeholder {
  color: #dbdbd0;
}

.text-area::-ms-input-placeholder {
  color: #dbdbd0;
}

.text-area::placeholder {
  color: #dbdbd0;
}

.ds-description {
  max-width: 400px;
  color: #868677;
}

.nav-container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: transparent;
}

.error-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-dropdown {
  position: relative;
  width: 100%;
  height: 44px;
  margin-bottom: 16px;
  padding: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e5e6e0 #e5e6e0 #1f1f1a;
  border-radius: 0px;
  background-color: transparent;
  font-size: 15px;
}

.form-dropdown:hover {
  border-bottom-color: #515148;
  color: #37474e;
}

.form-dropdown:focus {
  border-bottom-color: #a0b108;
  color: #37474e;
}

.form-dropdown::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  min-width: 50px;
  margin-bottom: 8px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
}

.error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-container {
  display: block;
  width: 100%;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.ds-colour-block {
  display: inline-block;
  width: 12.5%;
  padding-right: 16px;
}

.ds-colour-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ds-module {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e5e6e0;
}

._2-column-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-column-grid.center-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1-2-column-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -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: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 79px;
  grid-row-gap: 128px;
  -ms-grid-columns: 2fr 2fr;
  grid-template-columns: 2fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-column-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-1-column-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  margin-bottom: 16px;
  font-weight: 400;
}

.heading.h1 {
  margin-bottom: 16px;
  font-size: 55px;
  line-height: 1.2em;
  font-weight: 600;
}

.heading.h1.no-margin {
  margin-top: 100px;
  margin-bottom: 0px;
}

.heading.h2 {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1.25em;
  font-weight: 400;
  font-family: "Barlow Semi Condensed";
}

.heading.h2.no-margin {
  margin-bottom: 0px;
}

.heading.h3 {
  font-size: 36px;
  line-height: 1.3em;
}

.heading.h4 {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
}

.heading.h5 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.5em;
}

.heading.h6 {
  color: #868677;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 500;
}

.heading.large-h1 {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-left: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 72px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -3px;
  text-transform: none;
}

.heading.h1 {
  margin-bottom: 16px;
  font-size: 55px;
  line-height: 1.2em;
}

.error2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.licenses-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 85vh;
  max-height: 100%;
  max-width: 100%;
  padding: 20px;
  -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-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  -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;
}

.visible-spacer {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #e5e6e0;
}

.field-split {
  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;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.licenses-image-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px none #000;
}

.project-link-div {
  display: block;
  border: 1px none #000;
}

.contact-links-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 32px;
  -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;
}

.project-image {
  margin-bottom: 48px;
}

.project-rich-text p {
  font-size: 14px;
}

.project-rich-text h2 {
  color: #515148;
  font-size: 24px;
  font-weight: 400;
}

.project-rich-text h4 {
  font-size: 18px;
  font-weight: 400;
}

.project-rich-text h3 {
  font-size: 20px;
  font-weight: 400;
}

._4-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-grid {
  display: block;
}

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

.project-thumbnail {
  overflow: hidden;
  width: 100%;
  height: 28vw;
  max-height: 380px;
  margin-bottom: 16px;
}

.nav-menu-wrapper {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: -85px;
  padding: 85px 40px 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ebff32;
}

.menu-circle {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #1f1f1a;
  border-radius: 100px;
  background-color: #1f1f1a;
}

.nav-menu-link {
  margin-top: 24px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(237, 255, 71, 0);
  -webkit-transition: opacity 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease, color 200ms ease;
  color: #1f1f1a;
  font-size: 80px;
  line-height: 1em;
  font-weight: 500;
  cursor: pointer;
}

.nav-menu-link:hover {
  border-bottom: 1px solid #3E36A5;
  opacity: 0.8;
}

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

.nav-menu-link.w--current {
  color: #1f1f1a;
}

.nav-menu-link.small {
  margin-top: 10px;
  font-size: 28px;
}

.nav-menu-link.x-small {
  margin-top: 4px;
  font-size: 16px;
}

.menu-button {
  z-index: 900;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: transparent;
  text-align: right;
}

.menu-button.w--open {
  position: relative;
  background-color: transparent;
  color: #1f1f1a;
}

.hero-text-box {
  max-width: 1000px;
}

.banner-section {
  position: relative;
  z-index: 3;
  background-color: #f5f7e9;
  color: #1f1f1a;
}

.banner-container {
  display: block;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 40px;
  -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;
  background-color: #3e36a5;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.banner-text {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-weight: 600;
}

.banner-link {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(204, 221, 42, 0);
  -webkit-transition: opacity 200ms ease, border 200ms ease;
  transition: opacity 200ms ease, border 200ms ease;
  color: #1f1f1a;
  line-height: 1.3em;
  font-weight: 600;
  text-decoration: none;
}

.banner-link:hover {
  border-bottom: 1px solid #3E36A5;
  opacity: 0.74;
}

.container-2 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.questions-wrapper {
  padding-top: 28px;
  border-top: 1px solid #515148;
  text-align: left;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #515148;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-plus-icon {
  margin-top: 4px;
}

.question-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question-answer {
  padding-right: 40px;
  color: #bdbdb3;
}

.blog-thumbnail {
  width: 100%;
  height: 18vw;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-card {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  color: #1f1f1a;
  text-align: left;
}

.blog-card:hover {
  color: #1f1f1a;
}

.blog-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.footer-links-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 4fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.large-2-column-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.large-2-column-grid.center-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-page-card {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px;
  background-color: #fff;
}

.blog-image-cover {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-link {
  margin-bottom: 6px;
}

.text-link:hover {
  opacity: 1;
  color: #a0b108;
}

.footer-logo {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1f1f1a;
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
}

.footer-logo:hover {
  opacity: 0.75;
}

.menu-button-text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.menu-button-grid {
  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: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.menu-close-text {
  position: relative;
  display: none;
  font-size: 16px;
  font-weight: 500;
}

.nav-menu-box {
  display: -ms-grid;
  display: grid;
  height: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  -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: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 240px;
  grid-template-columns: 1fr 240px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #000;
}

.nav-menu-link-box {
  margin-top: 40px;
}

.nav-link-box-title {
  margin-bottom: 8px;
  color: #a0b108;
  font-weight: 600;
  text-align: left;
}

.home-project-slider {
  height: 700px;
  background-color: transparent;
}

.right-arrow-button {
  top: 0px;
  width: 35px;
  height: 28px;
  margin-top: 0px;
  margin-bottom: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow-button:hover {
  opacity: 0.5;
}

.right-arrow-icon {
  width: 35px;
}

.left-arrow-button {
  top: 0px;
  right: 55px;
  width: 35px;
  height: 28px;
  margin: 0px 0px auto auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow-button:hover {
  opacity: 0.5;
}

.left-arrow-icon {
  width: 35px;
}

.slide-nav {
  display: none;
}

.project-slider-image-link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
}

.project-slider-image-link:hover {
  opacity: 0.9;
}

.home-project-slider-mask {
  overflow: hidden;
  padding-top: 45px;
}

.home-slider-text-link {
  position: absolute;
  top: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1f1f1a;
  font-size: 20px;
}

.yellow-circle-accent {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #ebff32;
}

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

.right-aligned-text-block {
  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;
  text-align: right;
}

.up-out-arrow-icon {
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
}

.footer-logo-grid {
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 2px solid #3e36a5;
}

.footer-social-links-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-link:hover {
  opacity: 0.6;
}

.footer-social-icon {
  width: 22px;
}

.footer-block-title {
  margin-bottom: 8px;
  color: #bdbdb3;
  font-size: 15px;
  font-weight: 600;
}

.arrow-text-link {
  display: none;
  padding: 12px 48px 12px 16px;
  border-bottom: 1px none #000;
  background-color: transparent;
  background-image: url('../images/Simple-Right-Arrow.svg');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease, opacity 200ms ease, color 200ms ease;
  transition: background-color 300ms ease, opacity 200ms ease, color 200ms ease;
  color: #1f1f1a;
}

.arrow-text-link:hover {
  background-color: #3e36a5;
}

.arrow-text-link:active {
  background-color: #d2e612;
}

.arrow-text-link.outline {
  border: 1px solid transparent;
}

.arrow-text-link.outline:hover {
  background-color: transparent;
}

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

.project-circle-accent {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/litolbox.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.questions-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  -ms-grid-columns: 1fr minmax(auto, 750px);
  grid-template-columns: 1fr minmax(auto, 750px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-thumbnail-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-block {
  position: relative;
  background-image: url('../images/big_graphic.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.grid-block.hero {
  background-image: none;
}

.project-manual-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.empty-grid-block {
  width: 100%;
  height: 100%;
}

.text-overline {
  margin-bottom: 8px;
  color: #868677;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-overline.light-grey {
  color: #bdbdb3;
}

.about-image-block.small {
  height: 360px;
}

.about-image-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.quote-slider {
  height: auto;
  background-color: transparent;
}

.quote-slide-nav {
  left: 0px;
  bottom: -40px;
  width: 200px;
  margin-right: auto;
  margin-left: 0px;
  font-size: 10px;
  text-align: left;
}

.quote-right-arrow {
  width: 52px;
  height: 40px;
  margin-top: 4px;
  margin-right: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.quote-right-arrow:hover {
  opacity: 0.6;
}

.quote-left-arrow {
  right: 80px;
  width: 52px;
  height: 40px;
  margin-top: 4px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.quote-left-arrow:hover {
  opacity: 0.6;
}

.quote-slider-mask {
  margin-right: 200px;
}

.partner-grid {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.value-icon {
  height: 80px;
  margin-bottom: 12px;
}

.feature-left-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  -ms-grid-columns: 1.3fr 1fr;
  grid-template-columns: 1.3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-right {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  -ms-grid-columns: 1fr 1.3fr;
  grid-template-columns: 1fr 1.3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.career-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 180px;
  grid-template-columns: 1fr 180px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #dbdbd0;
}

.inline-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.careers-list {
  border-top: 1px solid #dbdbd0;
}

.circle-divider {
  width: 6px;
  height: 6px;
  margin-top: 10px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50px;
  background-color: #dbdbd0;
}

.large-circle-divider {
  width: 8px;
  height: 8px;
  margin-top: 12px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50px;
  background-color: #dbdbd0;
}

.back-arrow-text-link {
  display: inline-block;
  padding: 12px 16px 12px 42px;
  background-color: #3e36a5;
  background-image: url('../images/Simple-Left-Arrow.svg');
  background-position: 12px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease, opacity 200ms ease, color 200ms ease;
  transition: background-color 300ms ease, opacity 200ms ease, color 200ms ease;
  color: #fff;
}

.back-arrow-text-link:hover {
  background-color: #f1f4ff;
  color: #1f1f1a;
}

.back-arrow-text-link:active {
  background-color: #3e36a5;
  color: #fff;
}

.underline-text-link {
  margin-bottom: 6px;
  border-bottom: 1px solid #e5e6e0;
}

.underline-text-link:hover {
  opacity: 1;
  color: #3e36a5;
}

.project-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-block {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.135em;
  text-transform: uppercase;
}

.text-block.logo {
  position: relative;
  display: inline-block;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1f1f1a;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block.logo.span {
  margin-right: 4px;
  border-bottom: 0.2rem solid #1f1f1a;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1f1f1a;
  text-decoration: none;
  text-indent: 0px;
  white-space: normal;
}

.heading-2 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-light {
  position: relative;
  padding: 80px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

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

.footer-wrapper-two {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr 1fr 1fr;
  grid-template-columns: 0.75fr 0.75fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block-two {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  color: #1f1f1a;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.footer-link-two {
  margin-top: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  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;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.team-slider {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px none #000;
  background-color: #9aa6e0;
}

.centered-heading {
  margin-bottom: 16px;
  color: #1f1f1a;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  color: #1f1f1a;
  font-size: 18px;
  text-align: center;
}

.centered-subheading.dark {
  color: #fff;
}

.team-slider-wrapper {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  padding-bottom: 24px;
  background-color: #fff;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.navbar {
  background-color: #3e36a5;
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.hero-without-image {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.hero-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  padding: 12px 25px;
  border: 2px solid #000;
  background-color: #fff;
  box-shadow: 6px 6px 0 0 #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #1f1f1a;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: none;
}

.button-primary:hover {
  background-color: #fff;
  box-shadow: 0 0 0 0 #000;
  color: #1f1f1a;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

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

.navbar-wrapper {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

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

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

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

.language-selector {
  padding: 8px 10px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 4px 4px 0 0 #000;
  color: #1f1f1a;
  text-decoration: none;
}

.language-selector:hover {
  text-decoration: underline;
}

.language-selector.selected {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #9aa6e0;
  text-decoration: none;
}

.language-selector.selected.w--current {
  text-decoration: none;
}

.question-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #515148;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.section-faq {
  position: relative;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-faq.black {
  background-color: #1f1f1a;
  color: #fff;
}

.section-faq.black.black-block-background {
  background-color: #1f1f1a;
  background-image: url('../images/faq_graphic.png');
  background-position: 10% 60px;
  background-size: auto;
  background-repeat: no-repeat;
}

.empty-state {
  display: none;
}

.footer-light-2 {
  position: relative;
  padding: 80px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
}

.footer-social-block-two-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-title-2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.collection-list-wrapper {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section.yellow-page-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.x-large.yellow.light-grey-block-background {
    background-color: #3e36a5;
  }

  .section.light-grey-page-header {
    padding-right: 300px;
    padding-left: 300px;
  }

  .container.page-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.middle-section {
    background-position: 10% 0%;
  }

  .nav-bar {
    background-color: #f1f4ff;
  }

  .nav-container {
    background-color: transparent;
  }

  .heading.h1.no-margin {
    padding-right: 20px;
    padding-left: 20px;
  }

  .project-thumbnail {
    max-height: 400px;
  }

  .nav-menu-wrapper {
    padding-bottom: 64px;
  }

  .menu-circle {
    background-color: #fff;
  }

  .nav-menu-link {
    font-size: 96px;
  }

  .banner-section {
    background-color: #3e36a5;
  }

  .banner {
    background-color: transparent;
  }

  .blog-thumbnail {
    height: 240px;
  }

  .project-circle-accent {
    background-size: contain;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .text-block-2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.135px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 991px) {
  .section.light-grey {
    background-color: #9aa6e0;
  }

  .section.yellow-page-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.light-grey-page-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button {
    position: relative;
  }

  ._12-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.page-header {
    padding: 40px 30px;
  }

  .container.middle-section {
    background-size: contain;
  }

  .column {
    width: 50%;
  }

  .column._3-column {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .ds-block {
    margin-bottom: 40px;
  }

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

  .footer-links-block {
    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;
  }

  .nav-dropdown {
    display: block;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    text-align: center;
  }

  .ds-menu-brand {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .ds-menu {
    position: absolute;
    left: 0%;
    top: 80px;
    right: auto;
    bottom: auto;
    z-index: 500;
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5e6e0;
    background-color: #ebff32;
  }

  .ds-nav {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    bottom: auto;
    z-index: 10;
    overflow: visible;
    width: 100%;
    padding-top: 20px;
  }

  .ds-content {
    position: static;
    margin-left: 0px;
  }

  .nav-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._2-column-grid {
    margin-left: 0px;
  }

  ._1-2-column-grid {
    margin-left: 0px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  ._3-column-grid {
    margin-left: 0px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  ._2-1-column-grid {
    margin-left: 0px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading.h1.no-margin {
    margin-top: 100px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading.large-h1 {
    margin-top: 60px;
    font-size: 64px;
    letter-spacing: -2px;
    text-transform: none;
  }

  .error2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .licenses-grid {
    margin-left: 0px;
    grid-column-gap: 40px;
  }

  .ds-body {
    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;
  }

  .ds-menu-button {
    top: -10px;
    margin-right: 12px;
  }

  .ds-menu-button.w--open {
    border-radius: 40px;
    background-color: #d2e612;
    color: #1f1f1a;
  }

  .licenses-image-grid {
    margin-left: 0px;
  }

  ._4-grid {
    margin-left: 0px;
  }

  .project-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-menu-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .large-2-column-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .large-2-column-grid.center-align {
    grid-column-gap: 255px;
    -ms-grid-columns: 4.75fr 1fr;
    grid-template-columns: 4.75fr 1fr;
  }

  .center-page-card {
    padding-top: 64px;
  }

  .blog-image-cover {
    height: 320px;
  }

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

  .home-project-slider {
    height: 60vw;
  }

  .questions-grid {
    margin-left: 0px;
  }

  .about-image-block.small {
    height: 300px;
  }

  .about-image-grid {
    margin-left: 0px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .quote-slider-mask {
    margin-right: 160px;
  }

  .feature-left-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .feature-right {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-2 {
    display: block;
  }

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

  .footer-wrapper-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .footer-form-container {
    max-width: 350px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .nav-menu-wrapper-2 {
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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;
    background-color: #fff;
  }

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

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

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

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

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

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.yellow-page-header {
    background-position: 70% 50%;
  }

  .section.large {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.small {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .section.x-large {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.light-grey-page-header {
    background-position: 70% 50%;
  }

  .button.minimal {
    margin-right: 0px;
    margin-left: 0px;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._32 {
    width: 24px;
    height: 24px;
  }

  .spacer._48 {
    width: 32px;
  }

  .spacer._80 {
    width: 48px;
    height: 48px;
  }

  .spacer._164 {
    width: 80px;
    height: 80px;
  }

  ._12-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container.page-header {
    max-width: 1330px;
    padding: 0px;
  }

  .container.small-page-header {
    padding-top: 50px;
  }

  .container.middle-section {
    background-image: url('../images/new_block.png');
    background-position: 100% 0%;
    background-size: contain;
  }

  .column._11-column {
    width: 100%;
  }

  .column._6-column {
    width: 100%;
  }

  .column._5-column {
    width: 100%;
  }

  .column._4-column {
    width: 100%;
  }

  .column._3-column {
    width: 100%;
  }

  .column._8-column {
    width: 100%;
  }

  .logo-div {
    position: relative;
    z-index: 7;
  }

  .footer-links-block {
    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;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.large {
    font-size: 18px;
  }

  .ds-menu-brand {
    padding-left: 0px;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-menu {
    padding-top: 16px;
    padding-bottom: 24px;
    background-color: #ebff32;
  }

  .ds-content {
    margin-left: 0px;
  }

  .ds-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .yellow-tag {
    padding-right: 12px;
    padding-left: 12px;
  }

  .yellow-tag.w--current:hover {
    border-color: #1f1f1a;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .field-block {
    min-height: auto;
  }

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

  .ds-colour-block {
    width: 25%;
  }

  ._2-column-grid {
    margin-left: 0px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._1-2-column-grid {
    margin-left: 0px;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  ._3-column-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._2-1-column-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .heading.h1.no-margin {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading.h2 {
    font-size: 32px;
  }

  .heading.h3 {
    font-size: 28px;
  }

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

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

  .heading.large-h1 {
    margin-top: 85px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 52px;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .licenses-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licenses-image-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-item {
    width: 100%;
  }

  ._4-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebff32;
    text-align: center;
  }

  .nav-menu-link {
    margin-top: 2px;
    font-size: 40px;
    line-height: 1.1em;
  }

  .nav-menu-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-menu-link.small {
    margin-top: 0px;
    font-size: 24px;
  }

  .nav-menu-link.x-small {
    margin-top: 0px;
  }

  .banner-section {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

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

  .banner {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .blog-thumbnail {
    height: 28vw;
  }

  .footer-links-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .large-2-column-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .center-page-card {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .blog-image-cover {
    height: 40vw;
  }

  .nav-menu-box {
    display: block;
    overflow: auto;
    padding-top: 24px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-menu-link-box {
    margin-top: 24px;
  }

  .home-project-slider {
    height: 80vw;
  }

  .footer-logo-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .questions-grid {
    margin-left: 0px;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .project-manual-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .empty-grid-block {
    display: none;
  }

  .about-image-block.small {
    height: 220px;
  }

  .about-image-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .quote-right-arrow {
    display: none;
  }

  .quote-left-arrow {
    display: none;
  }

  .quote-slider-mask {
    margin-right: 0px;
  }

  .partner-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }

  .feature-left-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .feature-right {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .footer-light {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper-two {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-block-two.filler {
    display: none;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-4 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-2 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-light-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .heading-3 {
    margin-bottom: 0px;
  }

  .heading-4 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  .section.light-grey {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.yellow-page-header {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section.light-grey-page-header {
    padding-right: 21px;
    padding-bottom: 20px;
    padding-left: 21px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .button.yellow {
    background-color: #3e36a5;
    color: #fff;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.page-header {
    padding-top: 0px;
  }

  .container.small-page-header {
    padding-top: 40px;
  }

  .container.middle-section {
    background-position: 100% 0%;
    background-size: contain;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0px;
  }

  .column._6-column {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column._5-column {
    width: 100%;
  }

  .column._3-column {
    width: 100%;
  }

  .nav-text-logo {
    font-size: 24px;
  }

  .nav-text-logo.w--current {
    position: static;
    display: inline;
    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;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .paragraph.medium {
    font-size: 16px;
  }

  .ds-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-input {
    width: 100%;
  }

  .text-area {
    width: 100%;
  }

  .nav-container {
    height: 75px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .heading.h1 {
    font-size: 30px;
  }

  .heading.h1.no-margin {
    margin-top: 140px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading.h2 {
    font-size: 26px;
  }

  .heading.h3 {
    font-size: 24px;
  }

  .heading.large-h1 {
    margin-top: 85px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 36px;
    letter-spacing: -1px;
  }

  .heading.h1 {
    font-size: 30px;
  }

  .error2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .field-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project-image {
    margin-bottom: 24px;
  }

  ._4-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-thumbnail {
    height: 50vw;
  }

  .nav-menu-wrapper {
    margin-top: -75px;
    padding-top: 75px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu-link.small {
    font-size: 24px;
  }

  .banner-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .banner-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .question-plus-icon {
    margin-left: 16px;
  }

  .question-answer {
    padding-left: 0px;
  }

  .blog-thumbnail {
    height: 52vw;
  }

  .footer-links-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .center-page-card {
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .blog-image-cover {
    height: 52vw;
  }

  .footer-logo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .arrow-text-link:hover {
    background-color: #3e36a5;
    color: #fff;
  }

  .project-circle-accent {
    background-color: transparent;
  }

  .project-circle-accent:hover {
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .project-circle-accent:focus {
    background-color: transparent;
  }

  .project-thumbnail-title:hover {
    background-color: transparent;
  }

  .grid-block {
    background-position: 100% 50%;
    background-size: contain;
  }

  .project-manual-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-image-block.small {
    height: 200px;
  }

  .about-image-block.large {
    height: 200px;
  }

  .about-image-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .partner-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-left-grid {
    grid-row-gap: 32px;
  }

  .feature-right {
    grid-row-gap: 32px;
  }

  .career-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block.logo.span {
    margin-right: 4px;
  }

  .container-3 {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-wrapper-two {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-flow: column;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-block-two.filler {
    display: none;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }
}

#w-node-f8a2d4c6-0bd5-39e9-f2f7-9877570e6a25-e294f5fc {
  -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-d73fb44c-a9fc-5738-ec92-92214be9d4aa-e294f5fc {
  -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-_39e7f8f6-0ad6-c5e5-c0fe-ba0a133ff37a-e294f5fc {
  -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-_0cefd957-a5c6-6aa5-a176-b441806054c9-e294f5fc {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_441270db-e85c-1dfb-8dba-2396932b63f8-e294f5fc {
  -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-_28e5a367-1afd-adbd-ed88-7da0cbac66dd-e294f5fc {
  -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-af11909d-94b0-5324-f2b8-7b05517e489d-e294f5fc {
  -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-_0b9da8b6-1e07-033d-9234-15d7df211815-e294f5fc {
  -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-_0d866b8a-97f9-f607-fd2c-381955f215ec-e294f5fc {
  -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-ecbbf714-414d-05d3-ff64-49e4983fbda2-e294f5fc {
  -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-b5a6f0f2-2c0b-f035-e54b-0433ab2bb628-e294f5fc {
  -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-_77dab041-9cf2-b264-0c1f-ec485c3bfd39-e294f5fc {
  -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-_45b29d87-38e9-de61-2dbc-d48c1812adbb-e294f5fc {
  -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-b085a474-f499-67ad-f4cf-23243af4fb6d-e294f5fc {
  -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-_56233a63-f0ee-a7a9-be31-b8b9c36b3876-e294f5fc {
  -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-acaca5d4-372f-a23a-d76d-28dfe9ffbab6-e294f5fc {
  -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-_7d0e2bef-cb75-3ae3-056a-ff10452cfe51-e294f5fc {
  -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-_7d0e2bef-cb75-3ae3-056a-ff10452cfe54-e294f5fc {
  -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-_5e4e1910-9327-b60d-9a55-dcf9aee23610-3894f600 {
  -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-_8d835b36-0b05-2f62-d7ca-55989127c5d1-3894f600 {
  -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-eb4ce3ec-3e83-ecee-03bf-1d74c31320bb-5c94f605 {
  -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-_58e29813-b6d3-ca81-99bc-e52e784e9f45-5e94f60e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_58e29813-b6d3-ca81-99bc-e52e784e9f46-5e94f60e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6c206a2b-a968-f1a5-2dd7-d5b06da64410-5e94f60e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6c206a2b-a968-f1a5-2dd7-d5b06da64411-5e94f60e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_84771c60-c3c5-0eaa-14ec-36491bf52b14-7194f658 {
  -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-_8910fe37-0af0-d18e-2ddc-fd944b2923a7-7194f658 {
  -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-_142b928e-ee51-c7f3-40f5-0d419a5b779f-7194f658 {
  -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-_70de326e-e319-6193-a1bd-c1ae5c67c109-2494f65d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c236e908-ab52-0f57-69af-27e25ec3fefe-2494f65d {
  -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-b98546ab-a03d-7523-7894-4b684bdd0074-2494f65d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ea04ad05-e19e-9289-e263-ae66e49b2f94-2494f65d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d3c3f4e9-1e9a-4c8a-bebc-fd05cc03878a-2494f65d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e24a55d1-61ef-387c-58ef-10fd872573d3-2494f65d {
  -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-f2a1e5b1-30a3-1efd-e6a3-268d6563542a-2494f65d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_56109054-9cb4-0021-c085-641c14cab079-1a97f06a {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-eb4ce3ec-3e83-ecee-03bf-1d74c31320bb-5c94f605 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_56109054-9cb4-0021-c085-641c14cab079-1a97f06a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8910fe37-0af0-d18e-2ddc-fd944b2923a7-7194f658 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70de326e-e319-6193-a1bd-c1ae5c67c109-2494f65d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d3c3f4e9-1e9a-4c8a-bebc-fd05cc03878a-2494f65d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

