.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: Inter, sans-serif;
  color: #101828;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #101828;
  font-size: 52px;
  line-height: 64px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

h4 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  color: #101828;
  text-decoration: underline;
}

a:hover {
  color: #e3e7eb;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  color: #334054;
  font-weight: 400;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 24px;
  padding: 10px 20px;
  border-left: 5px solid #1d2939;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.spacing-system-text {
  margin: 20px;
}

.spacing-system-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  background-color: #f9fafb;
}

.sg-nav {
  position: fixed;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0px;
  width: 240px;
  height: 0px;
  border-right: 1px solid #ced5db;
}

.sg-label {
  margin-top: 32px;
  color: #808c91;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

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

.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: #51504f;
}

.sg-menu {
  width: 100%;
}

.tab-link {
  width: 140px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #000 #000 #000 #fcfcfd;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #9d9c99;
  font-size: 18px;
  text-align: center;
}

.tab-link:hover {
  border-bottom-color: #4c5458;
  color: #2a2f31;
}

.tab-link.w--current {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #000 #000 #000 #d0d5dd;
  background-color: transparent;
  opacity: 1;
  color: #0a0a0a;
  font-weight: 400;
}

.color-block {
  width: 100%;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #111314;
}

.color-block.black {
  background-color: #121417;
}

.color-block._25 {
  background-color: #fcfcfd;
}

.color-block._50 {
  background-color: #f9fafb;
}

.color-block._100 {
  background-color: #f2f4f7;
}

.color-block._200 {
  background-color: #e3e7eb;
}

.color-block._300 {
  background-color: #d0d5dd;
}

.color-block._400 {
  background-color: #98a2b3;
}

.color-block._500 {
  background-color: #667085;
}

.color-block._600 {
  background-color: #475467;
}

.color-block._700 {
  background-color: #334054;
}

.color-block._800 {
  background-color: #1d2939;
}

.color-block._900 {
  background-color: #101828;
}

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

.wrapper {
  margin-bottom: auto;
}

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

.sg-description {
  max-width: 800px;
  color: #929aa1;
}

.ds-colour-block {
  display: inline-block;
  width: 120px;
  padding-right: 16px;
  color: #757575;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.paragraph {
  margin-bottom: 0px;
}

.paragraph.regular {
  font-size: 18px;
  line-height: 32px;
}

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

.paragraph.small {
  opacity: 0.75;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.medium {
  font-size: 20px;
  line-height: 30px;
}

.form-success {
  padding: 32px;
  border-radius: 6px;
  background-color: #d4e9ff;
  color: #444;
  font-size: 16px;
  line-height: 1.4em;
}

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

.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.desk-9 {
  width: 75%;
}

.column.desk-4 {
  width: 33.33%;
}

.sg-body {
  background-color: #f9fafb;
}

.sg-content {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-content.no-nav {
  margin-left: 0px;
}

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

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

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

.block-quote {
  border-left-color: #667085;
  font-size: 18px;
  line-height: 1.4em;
}

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

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

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

.sg-section.header {
  background-color: #0a0a0a;
  color: #fff;
}

.form {
  margin-bottom: 8px;
}

.link {
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #9d9c99;
  text-decoration: underline;
}

.link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #0a0a0a;
}

.link.regular {
  font-size: 16px;
  line-height: 24px;
}

.link.regular.light {
  color: #9d9c99;
}

.link.regular.light:hover {
  color: #51504f;
}

.link.medium {
  font-size: 18px;
  line-height: 28px;
}

.link.medium:hover {
  color: #111314;
}

.link.medium.light {
  color: #9d9c99;
}

.link.medium.light:hover {
  color: #51504f;
}

.link.small {
  font-size: 14px;
  line-height: 20px;
}

.link.small.light {
  color: #9d9c99;
}

.link.small.light:hover {
  color: #51504f;
}

.sg-title {
  margin-bottom: 8px;
  color: #3f3b35;
  font-size: 24px;
  line-height: 1.4em;
}

.sg-nav-container {
  width: 240px;
  height: 100vh;
  background-color: #f0f2f3;
}

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

.text-input {
  margin-right: 12px;
  margin-bottom: 0px;
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 8px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
}

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

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

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

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

.text-input::placeholder {
  color: #98a2b3;
}

.text-input.form {
  min-height: 120px;
  padding-top: 10px;
}

.text-input.is-cta {
  width: 320px;
  max-width: 320px;
}

.text-input.pop-up {
  margin-bottom: 12px;
}

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

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

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

.sg-menu-link {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  border-left: 4px solid transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #4c5458;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  padding-right: 0px;
  background-color: #e1e5e7;
  color: #111314;
  font-weight: 600;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0px;
}

.sg-menu-brand:hover {
  color: #475467;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -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: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  margin-bottom: 0px;
  padding: 12px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #101828;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: #475467;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
}

.button.small {
  padding: 10px 14px;
  font-size: 14px;
}

.button.nav {
  padding: 10px 14px;
  font-size: 14px;
}

.form-dropdown {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 8px;
  background-color: #fff;
  color: #98a2b3;
  font-size: 16px;
}

.form-dropdown:hover {
  color: #51504f;
}

.form-dropdown:focus {
  color: #9d9c99;
}

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

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

.blog-rich-text h1 {
  margin-bottom: 24px;
}

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

.blog-rich-text h3 {
  margin-top: 10px;
  margin-bottom: 24px;
}

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

.blog-rich-text h5 {
  margin-top: 10px;
  margin-bottom: 24px;
}

.blog-rich-text h6 {
  margin-bottom: 24px;
}

.blog-rich-text p {
  margin-top: 10px;
  margin-bottom: 24px;
  color: #667085;
  font-size: 18px;
  line-height: 28px;
}

.blog-rich-text figcaption {
  color: #98a2b3;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.blog-rich-text a:hover {
  color: #667085;
}

.blog-rich-text ul {
  color: #334054;
  list-style-type: disc;
}

.blog-rich-text img {
  min-width: 100%;
  margin-top: 10px;
}

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

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

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

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

.vertical-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.button-wrapper.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-wrapper.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-text-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #667085;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-text-link:hover {
  color: #101828;
}

.nav-text-link.w--current {
  color: #101828;
}

.nav-text-link.last-link {
  margin-right: 12px;
}

.nav-text-link.footer {
  color: #fcfcfd;
}

.nav-text-link.footer:hover {
  color: #d0d5dd;
}

.nav-text-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-button {
  overflow: hidden;
}

.text-button_underline-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2px;
}

.text-button_underline-mask.is-1px {
  height: 1px;
}

.text-button_undeline-inactive {
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: #d0d5dd;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.text-button_undeline-active {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #667085;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.containers {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.container-xlarge.is-navbar {
  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;
}

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

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

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

.container-small.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 110;
}

.padding-tiny {
  padding: 2px;
}

.padding-xxsmall {
  padding: 4px;
}

.padding-xsmall {
  padding: 8px;
}

.padding-small {
  padding: 16px;
}

.padding-medium {
  padding: 32px;
}

.padding-large {
  padding: 48px;
}

.padding-xlarge {
  padding: 64px;
}

.padding-xxlarge {
  padding: 80px;
}

.padding-huge {
  padding: 96px;
}

.padding-xhuge {
  padding: 128px;
}

.padding-xxhuge {
  padding: 192px;
}

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

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

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

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

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

.padding-vertical.padding-xlarge.footer-copy {
  padding-bottom: 30px;
}

.padding-vertical.padding-xlarge.legal-container {
  padding-right: 50px;
  padding-left: 50px;
}

.padding-vertical.padding-custom-2 {
  padding-top: 150px;
}

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

.margin-tiny {
  margin: 2px;
}

.margin-xxsmall {
  margin: 4px;
}

.margin-xsmall {
  margin: 8px;
}

.margin-small {
  margin: 16px;
}

.margin-medium {
  margin: 32px;
}

.margin-large {
  margin: 48px;
}

.margin-xlarge {
  margin: 64px;
}

.margin-xxlarge {
  margin: 80px;
}

.margin-huge {
  margin: 96px;
}

.margin-xhuge {
  margin: 128px;
}

.margin-xxhuge {
  margin: 192px;
}

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

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

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

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

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

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

.nav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 8px 8px 8px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 90;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(249, 250, 251, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

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

.page-padding.relative {
  position: relative;
}

.footer {
  background-color: #121417;
}

.footer-paragraph {
  max-width: 32ch;
  color: #f9fafb;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -14px;
}

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

.footer-text {
  color: #98a2b3;
  font-size: 14px;
}

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

.social-links {
  margin-right: -12px;
}

.social-links.header {
  margin-right: 0px;
  margin-left: -12px;
}

.footer-link-block {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-left: 12px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-link-block:hover {
  opacity: 1;
}

.footer-link-block.twitter {
  background-image: url('../images/Twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-link-block.linkedin {
  background-image: url('../images/LinkedIn.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-link-block.facebook {
  background-image: url('../images/Facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-link-block.dribbble {
  background-image: url('../images/Dribbble.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.resources-cta {
  border-top: 1px solid #e3e7eb;
  background-color: #f2f4f7;
}

._500 {
  color: #667085;
}

.paragraph-wrapper {
  max-width: 40ch;
}

.left-column {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cta-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.resources-cta-wrapper {
  display: -ms-grid;
  display: grid;
  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: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resources-cta-form-block {
  margin-bottom: 0px;
}

.page-wrapper {
  overflow: hidden;
  width: 100%;
}

.main-wrapper {
  padding-top: 81px;
}

.padding-custom-1 {
  padding-top: 200px;
  padding-bottom: 96px;
}

.header-content-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-header-heading {
  margin-top: 0px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

.small-divider {
  width: 80px;
  height: 2px;
  background-color: #e3e7eb;
}

.right-header-content {
  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;
}

.header-paragraph {
  color: #667085;
  font-size: 18px;
  line-height: 32px;
}

.portfolio-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.portfolio-collection-item {
  position: relative;
  padding-top: 100%;
}

.portfolio-collection-item.home-2 {
  min-width: 100%;
  padding-top: 100%;
}

.portfolio-collection-item.home-2.project-item-6 {
  padding-top: 50%;
}

.portfolio-collection-item.home-2.portfolio-item-2 {
  padding-top: 50%;
}

.portfolio-collection-item.home-2.project-item-5 {
  padding-top: 200%;
}

.project-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  border-radius: 4px;
  color: #fcfcfd;
}

.project-preview {
  min-height: 100%;
  min-width: 100%;
}

.project-detail-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100%;
  max-height: 250px;
  padding: 24px 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.project-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

.project-title {
  font-size: 24px;
  line-height: 24px;
}

.project-subtitle {
  margin-bottom: 16px;
  color: #98a2b3;
  font-size: 14px;
  line-height: 18px;
}

.project-thumbnail-description {
  color: #d0d5dd;
}

.about-section {
  position: relative;
  color: #fcfcfd;
  text-align: center;
}

.about-section-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 56%;
  background-color: #121417;
}

.about-section-bg.light-bg {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  height: 90%;
  background-color: #f2f4f7;
}

.padding-custom-2 {
  padding-top: 264px;
  padding-bottom: 64px;
}

.about-lensss-lightbox {
  overflow: hidden;
  border-radius: 8px;
}

.lightbox-preview-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 116px;
  height: 116px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

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

.about-section-text-wrapper {
  max-width: 54ch;
  margin-right: auto;
  margin-left: auto;
}

.about-section-title {
  max-width: 18ch;
  margin-right: auto;
  margin-left: auto;
}

.process-section {
  background-color: #f2f4f7;
}

.section-text-wrapper {
  max-width: 50ch;
  color: #667085;
  text-align: left;
}

.section-title {
  max-width: 18ch;
  color: #101828;
}

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

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

.process-tab-link {
  border-left: 4px solid #fcfcfd;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease, border-color 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease;
  color: #334054;
}

.process-tab-link:hover {
  border-left: 4px solid #f9fafb;
  background-color: transparent;
  color: #334054;
}

.process-tab-link.w--current {
  border-left: 4px solid #d0d5dd;
  background-color: transparent;
  opacity: 1;
}

.process-tab-pane {
  width: 100%;
  height: 100%;
}

.process-tab-image {
  border-radius: 8px;
}

.blog-section-top-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;
}

.blog-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-section-thumbnail {
  width: 100%;
  max-height: 320px;
  min-height: 320px;
  margin-bottom: 32px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-section-thumbnail.featured {
  max-height: 458px;
}

.blog-section-date {
  margin-bottom: 12px;
  color: #98a2b3;
  font-size: 14px;
  line-height: 20px;
}

.blog-section-post-summary {
  color: #667085;
}

.blog-section-blog-title {
  margin-right: 32px;
}

.blog-section-blog-title.featured {
  font-size: 30px;
  line-height: 38px;
}

.blog-section-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
}

.blog-collection-link {
  text-decoration: none;
}

.blog-collection-link:hover {
  color: #101828;
}

.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #d0d5dd;
}

.footer-link:hover {
  color: #fcfcfd;
}

.about-section-paragraph {
  color: #d0d5dd;
}

.pop-up-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 24, 40, 0.5);
  opacity: 1;
}

.pop-up-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.cta-main-image {
  max-width: 120%;
}

.pop-up-lock-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.pop-up-data-text {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 28px;
}

.cta-image-wrapper {
  position: relative;
}

.pop-up-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pop-up-data-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-cross {
  width: 12px;
  height: 12px;
}

.pop-up-form-block {
  margin-bottom: 0px;
}

.pop-up-exit {
  position: absolute;
  left: auto;
  top: 22px;
  right: 22px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.pop-up-exit:hover {
  background-color: #98a2b3;
}

.pop-up-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(150px, 350px) 1fr;
  grid-template-columns: minmax(150px, 350px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  box-shadow: 0 96px 96px 0 rgba(4, 20, 52, 0.15);
}

.header-image-wrapper.is-pop-up {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 36px;
  -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;
}

.pop-up-left-column {
  position: relative;
  background-color: #121417;
}

.pop-up-right-column {
  padding: 64px 79px;
  background-color: #f9fafb;
}

.pop-up-paragraph {
  color: #667085;
  font-size: 18px;
  line-height: 32px;
}

.header-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-title {
  max-width: 16ch;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 52px;
}

.service-header-section {
  background-color: #f2f4f7;
  text-align: center;
}

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

.services-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.services-icon {
  width: 28px;
  height: 28px;
}

.services-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.services-title {
  font-size: 32px;
  line-height: 48px;
}

.header-wrapper {
  max-width: 70ch;
  margin-right: auto;
  margin-left: auto;
}

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

.numbers-header {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
}

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

.numbers-wrapper {
  background-color: #f9fafb;
}

.numbers-big-text {
  font-size: 60px;
  line-height: 72px;
}

.text-color-500 {
  color: #667085;
}

.contact-section {
  position: relative;
  overflow: hidden;
}

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

.contact-form {
  max-width: 50%;
  padding-right: 48px;
}

.bg-image {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  max-width: 50%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-header-section {
  background-color: #f2f4f7;
  text-align: center;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-heading {
  color: #fff;
}

.home-header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 20vw 20vw 20vw;
  grid-template-rows: 20vw 20vw 20vw;
}

.progression-line-mask {
  position: fixed;
  left: 0%;
  top: 82px;
  right: 0%;
  bottom: auto;
  z-index: 20;
  overflow: hidden;
  height: 3px;
  max-width: 100%;
}

.progression-line-fill {
  height: 100%;
  max-width: 100%;
  background-color: #98a2b3;
}

.article-header {
  position: relative;
  background-color: #f2f4f7;
}

.article-header-image {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-header-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 100%;
  max-width: 50%;
  margin-left: auto;
}

.article-header-text-wrapper {
  max-width: 50%;
  padding-right: 32px;
}

.portfolio-header-section {
  position: relative;
}

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

.portfolio-header-image-mask {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 50vh;
  min-height: 650px;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portfolio-header-text-section {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.portfolio-header-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fcfcfd;
}

.portfolio-header-paragraph {
  max-width: 590px;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fcfcfd;
}

.portfolio-header-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-project-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-project-image {
  max-height: 450px;
}

.about-project-rich-text {
  color: #667085;
}

.project-highlights-section {
  background-color: #f2f4f7;
}

.project-highlight-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-hightlights-rich-text {
  max-width: 590px;
  margin-left: auto;
  color: #667085;
}

.project-highlight-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-highlight-image-lightbox {
  overflow: hidden;
  width: 100%;
  height: 450px;
}

.lightbox-image {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sg-link {
  color: #fcfcfd;
}

.home-header-section {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
}

.portfolio-collection-list-home {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.portfolio-collection-item-home {
  position: relative;
  min-width: 100%;
  padding-top: 100%;
}

.project-wrapper-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  border-radius: 0px;
  color: #fcfcfd;
}

.project-preview-home {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-detail-wrapper-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: auto;
  max-height: 250px;
  padding: 24px 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.project-title-wrapper-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

.project-title-home {
  font-size: 24px;
  line-height: 24px;
}

.project-subtitle-home {
  margin-bottom: 16px;
  color: #d0d5dd;
  font-size: 14px;
  line-height: 18px;
}

.gallery-header-section {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
}

.web-logo {
  font-size: 18px;
  font-weight: 400;
}

.web-logo.footer {
  color: #fff;
}

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

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

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

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

.legal-header {
  font-size: 24px;
  line-height: 48px;
  text-align: left;
}

.legal-text {
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .sg-nav {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    right: 0px;
    bottom: auto;
    z-index: 10;
    overflow: visible;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    border-right-style: none;
    background-color: #f0f2f3;
  }

  .sg-menu {
    position: absolute;
    left: 0%;
    top: 80px;
    right: auto;
    bottom: auto;
    z-index: 500;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e5e7;
    background-color: #f0f2f3;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  }

  .sg-menu-button {
    top: -10px;
    margin-right: 12px;
    padding: 15px;
  }

  .sg-menu-button.w--open {
    border-radius: 40px;
    background-color: #d0e8ff;
    color: #356af0;
  }

  .column {
    width: 50%;
  }

  .sg-content {
    position: static;
    width: 100%;
    margin-left: 0px;
    border-left-style: none;
  }

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

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .text-input.is-cta {
    max-width: 240px;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .button {
    position: relative;
  }

  .button.nav {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

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

  .nav-text-link {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0px;
    font-size: 18px;
  }

  .nav-text-link.last-link {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .nav-text-link.footer {
    font-size: 14px;
  }

  .padding-medium {
    padding: 24px;
  }

  .padding-large {
    padding: 40px;
  }

  .padding-xlarge {
    padding: 48px;
  }

  .padding-xxlarge {
    padding: 64px;
  }

  .padding-huge {
    padding: 80px;
  }

  .padding-xhuge {
    padding: 96px;
  }

  .padding-xxhuge {
    padding: 128px;
  }

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

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

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

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

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

  .padding-vertical.padding-custom-1 {
    padding-top: 148px;
  }

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

  .margin-medium {
    margin: 24px;
  }

  .margin-large {
    margin: 40px;
  }

  .margin-xlarge {
    margin: 48px;
  }

  .margin-xxlarge {
    margin: 64px;
  }

  .margin-huge {
    margin: 80px;
  }

  .margin-xhuge {
    margin: 96px;
  }

  .margin-xxhuge {
    margin: 128px;
  }

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

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

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

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

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

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

  .nav-menu {
    padding: 24px 48px 48px;
    background-color: #f2f4f7;
  }

  .page-padding {
    padding-right: 26px;
    padding-left: 26px;
  }

  .menu-line {
    width: 32px;
    height: 1px;
    padding: 0px;
    background-color: #101828;
  }

  .menu-line.top-line {
    width: 100%;
  }

  .menu-line.bottom-line {
    width: 50%;
  }

  .menu-button {
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-button-line-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22px;
    height: 8px;
    padding: 0px;
    -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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-links {
    margin-left: 0px;
  }

  .main-wrapper {
    padding-top: 76px;
  }

  .portfolio-collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-collection-item.home-2.project-item-6 {
    padding-top: 199%;
  }

  .portfolio-collection-item.home-2.portfolio-item-2 {
    padding-top: 50%;
  }

  .portfolio-collection-item.home-2.project-item-5 {
    padding-top: 100%;
  }

  .portfolio-collection-item.home-2.portfolio-item-4 {
    padding-top: 50%;
  }

  .process-tabs {
    grid-column-gap: 16px;
  }

  .blog-section-thumbnail {
    max-height: 170px;
  }

  .header-image-wrapper.is-pop-up {
    height: 100%;
  }

  .pop-up-left-column {
    padding-left: 0px;
  }

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

  .heading {
    font-size: 48px;
    line-height: 58px;
  }

  .home-header-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 33vw 33vw 33vw;
    grid-template-rows: 33vw 33vw 33vw;
  }

  .progression-line-mask {
    top: 78px;
  }

  .portfolio-header-image-mask {
    min-height: 400px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .portfolio-header-heading {
    margin-right: 32px;
  }

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

  .project-hightlights-rich-text {
    max-width: 48%;
  }

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

  .project-highlight-image-lightbox {
    height: 400px;
  }

  .portfolio-collection-list-home {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-detail-wrapper-home {
    bottom: 0px;
    height: auto;
  }

  .project-title-wrapper-home {
    margin-bottom: 0px;
  }

  .project-details-wrapper-home {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sg-menu {
    background-color: #fff;
  }

  .tab-link {
    width: auto;
    border-bottom-width: 0px;
    border-radius: 10px;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

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

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

  .paragraph {
    font-size: 15px;
  }

  .column.desk-4 {
    width: 100%;
  }

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

  .spacer {
    height: 32px;
  }

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

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

  .text-input.is-cta {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 14px;
  }

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

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button.nav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .blog-rich-text h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .blog-rich-text h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .nav-text-link {
    font-size: 16px;
  }

  .nav-text-link.footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .padding-medium {
    padding: 20px;
  }

  .padding-large {
    padding: 24px;
  }

  .padding-xlarge {
    padding: 32px;
  }

  .padding-xxlarge {
    padding: 48px;
  }

  .padding-huge {
    padding: 56px;
  }

  .padding-xhuge {
    padding: 64px;
  }

  .padding-xxhuge {
    padding: 72px;
  }

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

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

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

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

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

  .padding-vertical.padding-custom-1 {
    padding-top: 120px;
  }

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

  .margin-medium {
    margin: 20px;
  }

  .margin-large {
    margin: 24px;
  }

  .margin-xlarge {
    margin: 32px;
  }

  .margin-xxlarge {
    margin: 48px;
  }

  .margin-huge {
    margin: 56px;
  }

  .margin-xhuge {
    margin: 64px;
  }

  .margin-xxhuge {
    margin: 72px;
  }

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

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

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

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

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

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

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

  .page-padding {
    padding-right: 16px;
    padding-left: 16px;
  }

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

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

  .cta-form {
    -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;
  }

  .resources-cta-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .right-column {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .resources-cta-form-block {
    width: 100%;
  }

  .main-wrapper {
    padding-top: 62px;
  }

  .header-content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .small-divider.hide-on-mobile {
    display: none;
  }

  .portfolio-collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .portfolio-collection-item.home-2 {
    padding-top: 100%;
  }

  .portfolio-collection-item.home-2.project-item-6 {
    padding-top: 100%;
  }

  .portfolio-collection-item.home-2.portfolio-item-2 {
    padding-top: 200%;
  }

  .portfolio-collection-item.home-2.portfolio-item-4 {
    padding-top: 100%;
  }

  .portfolio-collection-item.home-2.portfolio-item-3 {
    padding-top: 200%;
  }

  .about-section-bg {
    height: 64%;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .play-icon {
    width: 24px;
    height: 24px;
  }

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

  .blog-section-top-wrapper {
    -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;
  }

  .blog-collection-list {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-collection-item {
    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;
  }

  .blog-section-thumbnail {
    max-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .cta-main-image {
    max-width: 100%;
  }

  .cta-image-wrapper {
    margin-top: 48px;
  }

  .pop-up-grid {
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-image-wrapper {
    margin-top: 48px;
  }

  .header-image-wrapper.is-pop-up {
    right: 0px;
    margin-top: -80px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .pop-up-left-column {
    padding-top: 0px;
  }

  .pop-up-right-column {
    padding: 48px 48px 64px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

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

  .name-wrapper {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-form {
    max-width: 100%;
    padding-right: 0px;
  }

  .bg-image {
    position: relative;
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .home-header-grid {
    grid-auto-rows: 50vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 50vw 50vw 50vw;
    grid-template-rows: 50vw 50vw 50vw;
  }

  .progression-line-mask {
    top: 62px;
  }

  .article-header-image-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 450px;
    max-width: 100%;
  }

  .article-header-text-wrapper {
    max-width: 100%;
  }

  .blog-article-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .portfolio-header-text-wrapper {
    -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-highlight-text-wrapper {
    -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-hightlights-rich-text {
    max-width: none;
  }

  .project-highlight-image-lightbox {
    height: 250px;
  }

  .portfolio-collection-list-home {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .portfolio-collection-item-home {
    padding-top: 100%;
  }
}

@media screen and (max-width: 479px) {
  .sg-menu-button {
    margin-right: 4px;
  }

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

  .column {
    margin-bottom: 0px;
  }

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

  .text-input {
    width: 100%;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

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

  .blog-rich-text h1 {
    font-size: 38px;
    line-height: 44px;
  }

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

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

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

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

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

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

  .padding-vertical.padding-custom-1 {
    padding-top: 100px;
  }

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

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

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

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

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

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

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

  .page-padding {
    padding-right: 12px;
    padding-left: 12px;
  }

  .about-section-bg {
    height: 74%;
  }

  .blog-collection-list {
    grid-row-gap: 48px;
  }

  .pop-up-form-block {
    width: 100%;
    max-width: 100%;
  }

  .pop-up-exit {
    top: 14px;
    right: 14px;
  }

  .header-image-wrapper.is-pop-up {
    max-width: 250px;
  }

  .pop-up-left-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pop-up-right-column {
    padding-top: 64px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog-article-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .portfolio-header-image-mask {
    min-height: 550px;
  }

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

  .project-highlight-image-lightbox {
    height: 200px;
  }

  .project-title-wrapper-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .project-title-home {
    margin-top: 16px;
    margin-right: auto;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 20px;
  }
}

#w-node-_5b9272e1-1eb9-dc0d-ff2e-e000d78dd0ac-d78dd09f {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_92704a40-2a61-22f7-8b36-00f2dd2d3a7f-c83da6f2 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dcee2f3f-260c-fdf5-1ab9-d34443223a9c-c83da6f2 {
  -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-_98775936-38be-8c35-3418-f3618a2a3ac7-c83da6f2 {
  -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;
}

