:root {
  --white: white;
  --black: black;
  --yellow: #ffc500;
  --transparent: transparent;
  --green: #02b035;
  --red: #ed1144;
  --orange: #ff8a00;
  --divider: #c6c6c6;
  --bg-yellow: #ffd43e;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--700: #4a4566;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library--secondary--color-1: #281ca5;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 110%;
}

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

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

.padding-large {
  padding: 3rem;
}

.margin-xhuge {
  margin: 8rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-large {
  padding-top: 3rem;
}

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

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

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

.padding-small {
  padding: 1rem;
}

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

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

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

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

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

.page-wrapper {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

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

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

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.padding-0 {
  padding: 0;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.padding-xlarge {
  padding: 4rem;
}

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

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

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

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

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

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

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

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

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

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

.margin-large {
  margin: 3rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

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

.margin-custom3 {
  margin: 3.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 3rem;
}

.spacer-medium.is--custom {
  padding-top: 4.5rem;
}

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

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

.margin-medium {
  margin: 2rem;
}

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

.margin-0 {
  margin: 0;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

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

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

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.margin-small {
  margin: 1rem;
}

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

.padding-xxhuge {
  padding: 12rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.form_message-success {
  padding: 1.25rem;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

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

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

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

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

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

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

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

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

.margin-custom1 {
  margin: 1.5rem;
}

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

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

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

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

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

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

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

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

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

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

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

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

.margin-huge {
  margin: 6rem;
}

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

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

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

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

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

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

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

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

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

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

.padding-huge {
  padding: 6rem;
}

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

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

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

.padding-medium {
  padding: 2rem;
}

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

.padding-global.vertical-padding-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-global.vertical-padding-small {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-global.vertical-padding-is-hero-custom {
  padding-top: 10rem;
  padding-bottom: 20rem;
}

.padding-global.vertical-padding-medium {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.padding-global.xxxlarge-spacer {
  padding-top: 24rem;
}

.padding-global.vertical-padding-small-copy {
  padding-top: 0;
  padding-bottom: 5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

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

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

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.section_home-hero {
  position: relative;
}

.container-large {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.nav {
  display: flex;
}

.vertical-padding-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.home-hero_content {
  z-index: 9;
  width: 75%;
  position: relative;
}

.home-hero_paragraph {
  width: 70%;
}

.button_solid {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: .0625rem solid #000;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 9rem;
  height: 3.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s, transform .4s, background-color .4s, all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_solid.is--yellow {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--black);
}

.button_solid.is--yellow:hover {
  background-color: var(--transparent);
  color: var(--white);
}

.button_outline {
  color: var(--black);
  text-align: center;
  border: .0625rem solid #000;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  min-width: 9rem;
  height: 3.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_outline.is--white {
  border-color: var(--white);
  background-color: var(--transparent);
  color: var(--white);
  transition: all .3s;
}

.button_outline.is--white:hover {
  background-color: var(--white);
  color: var(--black);
}

.button_wrapper {
  grid-column-gap: 1.125rem;
  padding-top: 2.2rem;
  display: flex;
}

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

.home-hero_half-bg {
  background-image: url('../images/hero-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.style-square-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.style-square-grid.is-absolute {
  aspect-ratio: auto;
  grid-template-rows: auto auto auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.style-square-grid.is-absolute--top {
  aspect-ratio: auto;
  grid-template-rows: auto auto auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.grid-square {
  background-color: var(--white);
  width: 6.25rem;
  height: 6.25rem;
}

.grid-square.is--transparent {
  background-color: var(--transparent);
}

.grid-square.is--yellow {
  background-color: var(--yellow);
}

.grid-square.is--green {
  background-color: var(--green);
}

.grid-square.is--red {
  background-color: var(--red);
}

.grid-square.is--orange {
  background-color: var(--orange);
}

.nav_wrapper {
  width: 100%;
  position: absolute;
}

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

.stats_tier {
  grid-row-gap: .8rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1.375rem;
  font-weight: 500;
  display: flex;
}

.stats_number {
  font-size: 4.5rem;
  line-height: 1;
}

.vertical-padding-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_hero {
  background-color: var(--yellow);
  padding-top: 7rem;
}

.section_hero.copy {
  padding-top: 0;
}

.style_white-bg {
  background-color: var(--white);
  width: 70%;
  height: 10rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-block {
  text-align: center;
  text-decoration: none;
  position: relative;
}

.about_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-pointer {
  background-color: var(--black);
  width: 2.75rem;
  height: .09375rem;
}

.title-pointer.is--white {
  background-color: var(--white);
}

.section_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.setcion-titles {
  font-size: 1.375rem;
}

.about_header {
  position: relative;
}

.heading {
  margin-top: 0;
}

.about-grid-right {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.about-info_wrapper {
  padding-top: 2rem;
}

.about-image_wrapper {
  max-height: 400px;
  position: relative;
  overflow: clip;
}

.heading-2 {
  font-size: 4rem;
  font-weight: 500;
}

.heading-style-h2_custom {
  font-size: 2rem;
}

.square {
  background-color: var(--white);
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.square.is--right-bottom {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-heading {
  max-width: 60ch;
}

.section-heading.is-custom {
  max-width: 100ch;
}

.services_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_one, .service-two, .service-three {
  padding-top: 4rem;
}

.services_item {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.service_thumbnail-wrapper {
  background-image: url('../images/man-at-work.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 21.875rem;
}

.service_thumbnail-wrapper._1 {
  background-image: url('../images/Health-and-Safetyfile.jpg');
}

.service_thumbnail-wrapper._3 {
  background-image: url('../images/safety-audit-1024x683-1024x683.jpg');
}

.service_title {
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.service-description {
  border-bottom: 1px solid var(--divider);
  flex: 1;
  padding-bottom: 2rem;
}

.div-block-6 {
  position: relative;
}

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

.collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 33.75rem;
  padding: 2rem;
  display: flex;
}

.project_item-link {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 33.75rem;
  padding: 2rem 2rem 4rem;
  display: flex;
  position: relative;
}

.project_item-link.copy {
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54));
  overflow: clip;
}

.project_thumbnail-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project_info {
  position: relative;
}

.projects-content_left {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.collection-list-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project_name-place {
  border-bottom: 1px solid var(--white);
  padding-bottom: 1.6rem;
}

.project_type-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-left: 2rem;
  display: flex;
}

.arrow_svg {
  color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 1.5rem;
  display: block;
}

.path {
  color: var(--white);
}

.svg-arrow {
  width: 2rem;
  min-width: 2rem;
  font-weight: 200;
}

.projects-content_right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.button_overlay {
  background-color: var(--black);
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
}

.button_text {
  position: relative;
}

.button-overlay {
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-overlay.iss-yellow {
  background-color: var(--bg-yellow);
}

.button-overlay.is--white {
  background-color: var(--white);
}

.div-block-7 {
  position: absolute;
}

.spacer-small-copy {
  width: 100%;
  padding-top: 1.5rem;
}

.heading-3 {
  font-size: 3.8rem;
}

.testimonial_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.section-header-flex {
  align-items: flex-end;
  display: flex;
}

.slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 37.5rem;
}

.slide-nav {
  display: none;
}

.flex-slider_content {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-image_wrapper {
  object-fit: cover;
  width: 46.875rem;
  height: 90%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.testimonial-qoute-wrapper {
  background-color: #f4f4f4;
  width: 40rem;
  height: 80%;
  padding: 3rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-arrow {
  color: #000;
  top: auto;
  bottom: 3rem;
  left: 0%;
  right: 0%;
}

.left-arrow {
  display: block;
}

.testimonial-qoute_title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.quote-divider {
  border-bottom: 2px solid var(--divider);
  display: none;
}

.client-image {
  background-image: url('../images/65e599bdc5dfd4a256cda589_1638004904727.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.client-image.two {
  background-image: url('../images/65e5985339c77081c59ba5e3_ivan-p-500.jpeg');
}

.client-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

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

.blog_item-wrapper {
  color: var(--black);
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog_title-h4 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.blog_info {
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.divider_block {
  border-top: 1px solid var(--divider);
  margin-top: auto;
  padding-top: 1.5rem;
}

.date-wrapper {
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
  font-size: .75rem;
  display: flex;
}

.blog-item {
  display: flex;
}

.blog-category {
  text-transform: uppercase;
}

.image {
  object-fit: cover;
  height: 21.875rem;
}

.collection-list-wrapper {
  padding-bottom: 4rem;
}

.section-cta {
  color: var(--white);
  max-height: 36.25rem;
  position: relative;
}

.background-image {
  max-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image.copy {
  background-image: url('../images/Frame-2613.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.cta_component, .cta_header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vertical-padding-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.image-square-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section_why-us {
  height: 43.75rem;
  position: relative;
}

.bg_video-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  background-image: url('../images/Group-24161-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 37.5rem;
  position: relative;
}

.image-2 {
  width: 100%;
}

.yello-bg-wrapper {
  align-items: flex-end;
  display: flex;
}

.yellow-bg-block {
  background-color: var(--yellow);
  width: 100%;
  height: 34rem;
  position: relative;
}

.why-us-content_wrapper {
  background-color: var(--yellow);
  width: 100%;
  max-width: 40rem;
  height: 100%;
  padding-top: 4rem;
  padding-left: 3.75rem;
  position: relative;
  left: -11.25rem;
}

.section_client-logos {
  background-color: var(--yellow);
}

.client-logo_component {
  grid-column-gap: 2rem;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.client-logo {
  height: 3rem;
}

.flex_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex_wrapper.is-center-flex {
  align-items: center;
}

.html-embed {
  display: none;
}

.slider-image {
  object-fit: cover;
}

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

.is--green {
  background-color: var(--green);
}

.is--red {
  background-color: var(--red);
}

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

.section_footer {
  background-color: var(--black);
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.42857;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  border-left: 1px none var(--divider);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding-top: 2rem;
  padding-left: 2rem;
  display: flex;
}

.footer_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.14286;
}

.footer_link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.14286;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--yellow);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

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

.footer-copyright-center {
  text-align: center;
  padding-top: 13px;
  font-size: 14px;
  line-height: 16px;
}

.paragraph {
  max-width: 35ch;
}

.company-info-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
}

.top_footer {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.bottom_footer {
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

.salutations--footer {
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .75rem;
  display: flex;
}

.h2-style-heading {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-4 {
  font-size: 3.4rem;
}

.loading-page-wrapper {
  z-index: 9999;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-page {
  width: 100%;
  height: 100%;
  display: flex;
}

.load-page-bar {
  width: 25%;
  height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.heading-style-404 {
  font-size: 15rem;
  font-weight: 700;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.next-button {
  width: 40px;
  height: 40px;
  display: block;
}

.arrow-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.back-button {
  width: 40px;
  height: 40px;
}

.blog_main-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  overflow: hidden;
}

.image-3 {
  object-fit: fill;
}

.heading-style-h1-blogs {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1.2;
}

.section_blog-post {
  position: relative;
}

.body-wrapper {
  padding-top: 2rem;
}

.blod-date-wrapper {
  padding-top: 1.5rem;
  font-weight: 600;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: .7rem;
}

.nav-link {
  max-height: 2rem;
  padding: 1rem 0 2rem;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  border-bottom: 2px solid #000;
}

.nav-link.w--current {
  color: var(--black);
}

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

.nav-link.text-color-white.w--current {
  border-bottom-color: var(--white);
  color: var(--yellow);
}

.nav-menu {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  display: flex;
}

.brand {
  color: #000;
}

.brand.w--current {
  padding-top: 0;
  padding-bottom: .25rem;
  display: inline-block;
}

.brand.text-color-white.w--current {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 1rem;
  display: inline-block;
}

.section_about-hero {
  position: relative;
}

.about-hero_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-hero_content {
  text-align: center;
  width: 80%;
}

.button_wrapper-copy {
  grid-column-gap: 1.125rem;
  justify-content: center;
  align-items: center;
  padding-top: 2.2rem;
  display: flex;
}

.button_wrapper-copy.is-centered {
  justify-content: center;
}

.about-hero_paragraph {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.about-statistics_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.section-about_values {
  background-color: var(--black);
}

.section-about_values.text-color-white {
  position: relative;
}

.values_content {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.value_icon {
  height: 5rem;
  margin-bottom: 2rem;
}

.value-content_block {
  border-bottom: 1px solid var(--divider);
  color: var(--white);
  padding-bottom: 2rem;
}

.value-content_block.bottom-border-black {
  border-bottom-color: var(--black);
  padding: 2rem 1.5rem;
}

.value-content_block.bottom-border-black:hover {
  background-color: rgba(126, 117, 117, .06);
}

.value-content_block.bottom-border-black.text-color-black {
  color: var(--black);
  padding-left: 1rem;
  padding-right: 1rem;
}

.square-gridx3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.square-gridx3.is-hidden {
  display: none;
}

.our-story_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image_wrapper-story {
  background-image: url('../images/george-pastushok-d0yNnTEjEWY-unsplash-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
}

.image_wrapper-story.is-bottom {
  background-image: url('../images/george-pastushok-d0yNnTEjEWY-unsplash-1-1.webp');
}

.image-4 {
  object-fit: cover;
}

.team-meambers_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member_item {
  grid-row-gap: 1.5rem;
  color: var(--black);
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.image-5 {
  width: 100%;
}

.plus-icon {
  width: 50%;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

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

.faq-content {
  overflow: hidden;
}

.faqs_header {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 3rem;
  display: flex;
}

.faqs_header.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.faq-paragraph {
  color: var(--white);
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.faq-paragraph.text-color-black, .section_faqs {
  color: var(--black);
}

.section_faqs.is--black-bg {
  background-color: var(--black);
  color: var(--white);
}

.div-block-4 {
  width: 100%;
  height: 1px;
}

.faq_component {
  padding-bottom: 0;
}

.faq-circle {
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  display: flex;
}

.faq-circle.is--black {
  color: var(--black);
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 40px;
}

.padding-global-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.faq-question-bar {
  color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-bar.text-color-black {
  color: var(--black);
}

.div-block-12 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-project-content {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero--content-wrapper {
  text-align: left;
  padding-bottom: 4rem;
}

.about-hero_paragraph-copy {
  width: 70%;
}

.image-6 {
  width: 7.5625rem;
}

.section_hero-projects {
  background-color: var(--yellow);
  padding-top: 2rem;
}

.main-image {
  z-index: 9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 29.625rem;
  position: absolute;
}

.section-case-info {
  background-color: var(--white);
}

.xxxlarge-spacer {
  padding-top: 29rem;
}

.div-block-13 {
  display: flex;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-2.text-color-white {
  grid-column-gap: 5rem;
  padding-top: 4rem;
  position: relative;
}

.section_contact-hero {
  background-color: var(--black);
}

.email-info-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.social-media-icon {
  width: 2rem;
  margin-top: 10px;
  margin-right: 1rem;
}

.social-media-icon.facebook {
  width: 1rem;
}

.social-media-icons-wrapper {
  text-transform: uppercase;
  font-weight: 300;
}

.email-icon {
  width: 2.5rem;
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-large-copy {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium-69 {
  float: none;
  width: 100%;
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.input-field {
  background-color: var(--transparent);
  margin-bottom: 0;
}

.input_field {
  border-style: solid;
  border-width: 1px 1px .5px;
  border-color: var(--transparent) var(--transparent) var(--divider);
  background-color: var(--transparent);
  color: var(--white);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.input_field.is-text-field {
  min-height: 7rem;
}

.section_follow-us {
  color: var(--black);
}

.section_follow-us.is--black-bg {
  background-color: var(--black);
  color: var(--white);
}

.socila-header {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 3rem;
  display: flex;
}

.socila-header.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.grid-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "Area"
                 "Area"
                 / 1fr auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.insta-image-wrapper {
  background-image: url('../images/Frame-2626.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15rem;
  height: 16rem;
  overflow: hidden;
}

.insta-image-wrapper.two {
  background-image: url('../images/Frame-2625.webp');
}

.insta-image-wrapper.three {
  background-image: url('../images/george-pastushok-d0yNnTEjEWY-unsplash-1.webp');
}

.insta-image-wrapper.four {
  background-image: url('../images/Frame-2627.webp'), url('../images/Frame-2626.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.main-insta-image {
  width: 100%;
  height: 33rem;
}

.section_recent-projects {
  position: relative;
  top: -4rem;
}

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

.project-bg-overlay {
  background-color: rgba(0, 0, 0, .51);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-wrapper {
  width: 50%;
}

.social-responsibility-images {
  padding-top: 5rem;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  background-color: var(--yellow);
  height: 40rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-arrow-left {
  transform: rotate(90deg);
}

.section_services-hero {
  position: relative;
}

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

.services-main-header {
  width: 60%;
}

.spacer-xsmall-copy {
  width: 100%;
  padding-top: 1rem;
}

.services-main-image_wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
}

.heading-style_h3 {
  font-size: 3rem;
  font-weight: 500;
}

.div-block-15 {
  background-color: var(--yellow);
  height: 50vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-title {
  max-width: none;
  font-size: 1.5rem;
  font-weight: 600;
}

.image-7 {
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(-135deg);
}

.div-block-16 {
  justify-content: space-between;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  display: flex;
  overflow: hidden;
}

.services-collection {
  flex: none;
  max-width: 100%;
}

.collection-list-wrapper-3 {
  flex: none;
}

.qoute-header_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

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

.quote {
  width: 614px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -35%;
  right: auto;
}

.form-grid-quote {
  grid-column-gap: 16px;
  grid-row-gap: 3rem;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-navigation {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.nav-link-copy {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-right: .5rem;
  padding: 0;
  font-weight: 600;
  display: flex;
}

.nav-link-copy:hover {
  border-bottom: 2px solid #000;
}

.nav-link-copy.w--current {
  color: var(--black);
  border-bottom: 2px solid #000;
}

.nav-link-copy.text-color-white:hover {
  border-bottom-color: var(--yellow);
}

.nav-link-copy.text-color-white.w--current {
  border-bottom-color: var(--white);
  color: var(--yellow);
}

.current-item.w--current {
  color: var(--green);
  margin-left: .5rem;
  font-weight: 600;
}

.post-summary-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-left: 0;
  display: flex;
}

.post-summary {
  width: 85%;
}

.hero {
  background-color: #000;
  height: 900px;
  padding-top: 100px;
  display: flex;
}

.wrapper {
  height: 300vh;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.circle {
  background-image: url('../images/Frame-2638.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 35rem;
  display: flex;
  overflow: hidden;
}

.div-block-21 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.item-one {
  background-color: var(--red);
  width: 234px;
  height: 234px;
}

.div-block-22 {
  width: 400px;
}

.zwh-image {
  object-fit: cover;
}

.slider-arrow-right {
  transform: rotate(-90deg);
}

.qoutes-slider {
  background-color: var(--transparent);
  height: 38rem;
}

.is-hidden {
  display: none;
}

.quote-image {
  width: 100%;
}

.qoutes-arrow-wrapper {
  z-index: 3;
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: center;
  align-items: center;
  width: 40rem;
  padding-bottom: 4rem;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow-icon {
  opacity: .67;
  transform: rotate(90deg);
}

.arrow-icon.rotate {
  transform: rotate(-90deg);
}

.nav-logo {
  height: 1.5rem;
  margin-top: 1rem;
}

.footer-logo {
  height: 4.1875rem;
}

.social-icon {
  height: 1rem;
}

.success-message {
  background-color: var(--yellow);
  box-shadow: 5px 0 0 0 var(--red), 0 5px 0 0 var(--green);
  color: var(--black);
  text-align: center;
  width: 80%;
  height: 10rem;
  padding-top: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.button-overlay-bg {
  z-index: 0;
  background-color: var(--yellow);
  border-radius: 100%;
  width: 104%;
  height: 300%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: -2%;
  right: 0%;
}

.div-block-23 {
  border-left: 1px solid var(--divider);
  align-self: stretch;
}

.contact-info-footer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
}

.footer-grid-squares {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.black-nav-menu {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  display: flex;
}

.back-nav-bar, .black-nav {
  background-color: rgba(0, 0, 0, 0);
  padding-top: .7rem;
}

.button-overlay-bg-black {
  z-index: 0;
  background-color: var(--black);
  border-radius: 100%;
  width: 104%;
  height: 300%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: -2%;
  right: 0%;
}

.text-block-2 {
  position: relative;
}

.text-absloute {
  color: var(--black);
  display: block;
  position: relative;
  top: 25px;
}

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

.heero-title {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 500;
}

.services-head-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.section-heading-copy {
  max-width: 90ch;
}

.section-heading-copy.is-custom {
  max-width: 100ch;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-big-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
}

.brix---header-big-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-hamburger-desktop {
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-link-big {
  color: var(--elements-webflow-library--neutral--700);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid-big {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-card-desktop {
  background-color: rgba(0, 0, 0, 0);
  top: 32px;
  overflow: visible;
}

.brix---dropdown-column-wrapper-hamburger {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  position: static;
}

.brix---dropdown-chevron-big {
  width: 28px;
  margin-left: 10px;
}

.brix---dropdown-toggle-big-link {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-menu-hamburger-desktop {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-center {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-hamburger-desktop-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  background-image: url('../images/Frame-2613.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 44px 24px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---container-default {
  max-width: 70rem;
  padding-left: 0;
  padding-right: 0;
}

.brix---header-wrapper {
  background-color: var(--yellow);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---btn-primary-small {
  background-color: var(--black);
  color: var(--green);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--green);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--green);
}

.brix---header-nav-link.w--current {
  color: var(--green);
  font-family: Montserrat, sans-serif;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  color: var(--green);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--yellow);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 1rem 2rem;
}

.brix---dropdown-card {
  border: 1px solid var(--green);
  background-color: var(--black);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--green);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-2 {
  background-color: var(--yellow);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.card-content {
  grid-column-gap: 14px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  cursor: pointer;
  background-color: #0f0d11;
  border: 1px solid #ffc500;
  border-radius: 20px;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 29px rgba(255, 197, 0, .79);
}

.card-content:hover {
  background-color: var(--green);
}

.card-wrap {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer-10 {
  height: 10px;
}

.flexbox {
  display: flex;
}

.flexbox.space-between {
  justify-content: space-between;
}

.container-medium-3 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.services-icon-wrapper {
  width: 71.8px;
  height: 60px;
}

.lottie-animation {
  height: 20px;
  transform: scaleX(-1);
}

.card {
  border-radius: 20px;
  width: 290px;
  height: 400px;
  display: block;
  position: absolute;
  transform: rotate(-2deg);
  box-shadow: 0 1px 8px rgba(26, 0, 1, .3);
}

.card._2 {
  width: 23rem;
  height: 28rem;
  display: block;
}

.card._2:hover {
  z-index: 1;
}

.card.top {
  z-index: 5;
  width: 23rem;
  height: 28rem;
  display: block;
}

.card._3 {
  width: 23rem;
  height: 28rem;
  display: block;
}

.card._3:hover {
  z-index: 1;
}

.card._1 {
  width: 23rem;
  height: 28rem;
  display: block;
}

.card._1:hover {
  z-index: 1;
}

.text-color-white-2 {
  color: #fff;
  margin-top: 20px;
}

.max-width-373 {
  max-width: 373px;
}

.cards-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  display: flex;
}

.max-width-541 {
  max-width: 541px;
}

.custom-h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.custom-h4 {
  color: var(--yellow);
  margin-bottom: 7px;
  font-size: 1rem;
}

.h3-custom {
  font-size: 1.5rem;
}

.div-block-24 {
  display: none;
}

.div-block-25 {
  position: relative;
}

.background-video {
  height: 100%;
}

.image-8 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-26 {
  background-image: url('../images/Frame-2613.webp');
  background-position: 50%;
  background-size: cover;
  height: 20rem;
  margin-bottom: 40px;
}

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

.spacer-medium-copy {
  width: 100%;
  padding-top: 2rem;
}

.spacer-medium-copy.is--custom {
  padding-top: 4.5rem;
}

.team_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.services_title4 {
  height: 2.5rem;
}

.brix---text-200 {
  color: var(--orange);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---avatar-circle-04 {
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

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

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.section_hero-copy {
  background-color: var(--yellow);
  padding-top: 4rem;
}

.section_hero-copy.copy {
  padding-top: 0;
}

.link-block-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 1rem;
}

.about-hero {
  background-color: var(--yellow);
  padding-top: 0;
}

.about-hero.copy {
  padding-top: 0;
}

.services-head {
  max-width: 90ch;
}

.services-head.is-custom {
  max-width: 100ch;
}

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

  h2 {
    font-size: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

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

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

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

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

  .page-wrapper {
    overflow: hidden;
  }

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

  .margin-xxlarge {
    margin: 4rem;
  }

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

  .margin-huge {
    margin: 5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

  .padding-huge {
    padding: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

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

  .padding-global.vertical-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global.vertical-padding-is-hero-custom {
    padding-top: 0;
    padding-bottom: 4rem;
  }

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

  .padding-xhuge {
    padding: 6rem;
  }

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

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

  .home-hero_content, .home-hero_paragraph {
    width: 100%;
  }

  .button_solid {
    transition: transform .4s, color .4s, background-color .4s;
  }

  .button_solid:hover {
    transform: translate(0, -4px);
  }

  .button_solid.is--yellow {
    transition: color .4s, transform .4s, background-color .4s;
  }

  .button_solid.is--yellow:hover {
    transform: translate(0, -4px);
  }

  .button_outline {
    transition: color .4s, background-color .4s, transform .4s;
  }

  .button_outline:hover {
    transform: translate(0, -4px);
  }

  .home-hero_half-bg {
    width: 100%;
    min-height: 40rem;
    position: static;
  }

  .grid-square {
    width: 5rem;
    height: 5rem;
  }

  .stats_tier {
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2;
  }

  .stats_number {
    font-size: 3rem;
  }

  .section_hero {
    padding-top: 5rem;
  }

  .style_white-bg {
    display: none;
  }

  .about_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .about_header {
    position: static;
  }

  .about-info_wrapper {
    order: -1;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .about-image_wrapper {
    overflow: hidden;
  }

  .heading-style-h2_custom {
    width: 100%;
    font-size: 3rem;
  }

  .square.is--right-bottom.is--yellow, .square.is--green {
    width: 5rem;
    height: 5rem;
  }

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

  .service_one, .service-two, .service-three {
    padding-top: 0;
  }

  .projects-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial_header {
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  .slider-wrapper {
    height: auto;
  }

  .flex-slider_content {
    flex-flow: column;
    display: flex;
  }

  .slider-image_wrapper {
    width: 100%;
    height: 40%;
    max-height: 30rem;
    position: relative;
  }

  .testimonial-qoute-wrapper {
    flex: 1;
    width: 100%;
    height: auto;
    padding-top: 1rem;
    position: relative;
  }

  .right-arrow {
    bottom: 3%;
    left: 85%;
  }

  .left-arrow {
    bottom: 3%;
    left: 69%;
  }

  .quote-divider {
    padding-bottom: 2.5rem;
    display: none;
  }

  .blog_list {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    grid-template-columns: 1fr;
  }

  .divider_block {
    padding-top: 1rem;
  }

  .divider_block.hide-tab {
    display: none;
  }

  .date-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .collection-list-wrapper {
    padding-bottom: 2rem;
  }

  .background-image {
    background-image: url('../images/Frame-2613.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .cta-bg-image {
    object-fit: cover;
    display: none;
  }

  .section_why-us {
    height: auto;
  }

  .bg_video-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    position: static;
  }

  .lightbox-link {
    height: 30rem;
  }

  .yellow-bg-block {
    height: 25rem;
  }

  .why-us-content_wrapper {
    position: static;
  }

  .client-logo_component {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    flex-flow: column;
  }

  .client-logo {
    width: auto;
    height: 2rem;
  }

  .client-logo_wrapper {
    width: 25%;
  }

  .flex_wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex_wrapper.is--horizontal {
    grid-column-gap: 2rem;
    flex-flow: row;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 20px;
  }

  .top_footer {
    padding-top: 0;
  }

  .heading-5 {
    font-size: 3.5rem;
    line-height: 1;
  }

  .about-grid-left {
    flex-flow: column;
    display: flex;
  }

  .heading-6 {
    font-size: 3rem;
  }

  .heading-style-h1-blogs {
    font-size: 2.5rem;
  }

  .nav-link {
    clear: none;
    flex: none;
    width: 8rem;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link:hover {
    border-bottom-style: none;
  }

  .nav-link.text-color-white {
    border: 1px #000;
  }

  .nav-menu {
    background-color: var(--yellow);
    padding-top: 2rem;
    padding-bottom: 9rem;
  }

  .brand.text-color-white.w--current {
    padding-top: .5rem;
  }

  .about-hero_content, .about-hero_paragraph {
    width: 100%;
  }

  .about-statistics_header {
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

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

  .our-story_content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sticky-section {
    padding-bottom: 3rem;
    position: static;
  }

  .faq_component {
    padding-bottom: 0;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .humburger-lines {
    background-color: var(--black);
    width: 3rem;
    height: 3px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .humburger-lines.is--yellow {
    background-color: var(--yellow);
    height: 2px;
  }

  .menu-button {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: var(--yellow);
    display: block;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--yellow);
  }

  .menu-button.is-white {
    background-color: var(--transparent);
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .menu-button.is-white.w--open {
    background-color: var(--black);
  }

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

  .hero-project-content {
    justify-content: flex-end;
    align-items: center;
  }

  .hero--content-wrapper, .about-hero_paragraph-copy {
    width: 100%;
  }

  .image-6 {
    width: 4rem;
  }

  .section_hero-projects {
    padding-top: 5rem;
  }

  .main-image {
    height: 23rem;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2.text-color-white {
    grid-column-gap: 2rem;
    grid-template-columns: .75fr 1fr;
  }

  .header-wrapper {
    width: auto;
  }

  .blog-wrapper {
    padding-top: 3rem;
  }

  .services-main-image_wrapper {
    height: 24rem;
  }

  .qoute-header_wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .quote {
    position: static;
  }

  .quote.hide-on-mobile {
    display: none;
  }

  .qoutes-arrow-wrapper {
    padding-bottom: 3rem;
  }

  .black-nav-menu {
    background-color: var(--black);
    padding-top: 2rem;
    padding-bottom: 9rem;
  }

  .heero-title {
    font-size: 3rem;
  }

  .services-head-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-hamburger-desktop {
    padding-left: 0;
  }

  .brix---dropdown-card-desktop {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    min-width: auto;
    padding-top: 26px;
  }

  .brix---dropdown-card-desktop.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-hamburger {
    padding-top: 0;
    position: static;
  }

  .brix---header-nav-menu-hamburger-desktop {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-hamburger-desktop-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--yellow);
    border-bottom: 1px solid var(--yellow);
    background-color: var(--yellow);
    padding: 24px;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 10px;
  }

  .card-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    width: auto;
    height: auto;
  }

  .card {
    position: static;
    transform: none;
  }

  .card.top {
    order: -1;
  }

  .team_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section_hero-copy {
    padding-top: 5rem;
  }

  .about-hero {
    padding-top: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

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

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

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

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

  .padding-global.vertical-padding-large, .padding-global.vertical-padding-small, .padding-global.vertical-padding-medium, .padding-global.vertical-padding-small-copy, .padding-global.vertical-padding-small-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

  .button_solid.show-on-mobile {
    display: none;
  }

  .button_wrapper {
    padding-top: 1.5rem;
  }

  .home-hero_half-bg {
    min-height: 30rem;
  }

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

  .stats_tier {
    padding-top: 0;
    font-size: 1rem;
  }

  .stats_number {
    font-size: 2rem;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .title-pointer.is--white.hide-tab {
    display: none;
  }

  .setcion-titles {
    font-size: 1rem;
  }

  .heading-style-h2_custom {
    font-size: 2.2rem;
  }

  .service_thumbnail-wrapper {
    height: 17rem;
    min-height: auto;
  }

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

  .project_item-link {
    height: 20rem;
    padding-bottom: 2rem;
  }

  .slider-image_wrapper {
    height: auto;
    max-height: 20rem;
  }

  .testimonial-qoute-wrapper {
    padding-bottom: 4.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-arrow {
    font-size: 2rem;
    bottom: 2.1rem;
  }

  .right-arrow {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .testimonial-qoute_title {
    font-size: 1.5rem;
  }

  .cta_header {
    position: relative;
  }

  .why-us-content_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .client-logo {
    height: 3rem;
  }

  .client-logo_wrapper {
    width: auto;
  }

  .flex_wrapper.is--horizontal {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    justify-items: stretch;
    display: flex;
  }

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

  .section_footer.padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    border-left-style: none;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .footer_block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .company-info-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top_footer {
    text-align: center;
    padding-bottom: 2rem;
  }

  .salutations--footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h2-style-heading {
    font-size: 2rem;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .blog_main-image {
    height: 20rem;
  }

  .heading-style-h1-blogs {
    font-size: 2rem;
  }

  .brand.text-color-white.w--current {
    padding-top: .5rem;
  }

  .button_wrapper-copy {
    padding-top: 1.5rem;
  }

  .value_icon {
    height: 4rem;
  }

  .div-block-11 {
    grid-template-columns: 1fr;
  }

  .image_wrapper-story {
    height: 20rem;
  }

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

  .team-member_item {
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .faqs_header {
    text-align: center;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-button {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .main-image {
    height: 16rem;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .grid-2.text-color-white {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

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

  .grid-component {
    grid-template: "Area Area"
                   ". ."
                   ". ."
                   / auto auto;
  }

  .insta-image-wrapper.one, .insta-image-wrapper.two, .insta-image-wrapper.three, .insta-image-wrapper.four {
    width: auto;
  }

  .main-insta-image {
    height: 20rem;
  }

  .form-wrapper {
    padding-top: 2rem;
  }

  .social-responsibility-images {
    padding-top: 1rem;
  }

  .services-main-image_wrapper {
    height: 18rem;
  }

  .qoute-header_wrapper {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .post-summary {
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3em;
    display: -webkit-box;
    overflow: hidden;
  }

  .qoutes-arrow-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .footer-logo {
    height: 3rem;
  }

  .success-message {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23 {
    border-left-style: none;
  }

  .contact-info-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .heading-8 {
    text-overflow: ellipsis;
    max-height: 3em;
    display: -webkit-box;
    overflow: hidden;
  }

  .show-on-mobile {
    margin-bottom: 2rem;
    display: block;
  }

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

  .heero-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .services-head-wrap {
    padding-bottom: 2rem;
  }

  .brix---header-big-nav-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big {
    width: 25px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---header-logo {
    max-width: 90%;
    height: 3rem;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

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

  .div-block-26 {
    height: 11rem;
  }

  .team_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .brix---text-200, .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---card-testimonial-v2 {
    padding: 44px 32px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_hero-copy {
    padding-top: 3rem;
  }

  .about-hero {
    padding-top: 0;
  }
}

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

  h2 {
    text-align: center;
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
    font-weight: 500;
  }

  h4 {
    font-size: 1rem;
  }

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

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

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

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

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

  .spacer-small {
    padding-top: 1rem;
  }

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

  .spacer-medium.is--custom {
    padding-top: 3rem;
  }

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

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

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

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

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

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

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

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

  .padding-global.vertical-padding-large {
    padding-top: 4rem;
  }

  .button_solid {
    order: 1;
    width: auto;
  }

  .button_solid.show-on-mobile {
    display: flex;
  }

  .button_wrapper {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
  }

  .home-hero_half-bg {
    height: 25rem;
    min-height: auto;
  }

  .grid-square {
    width: 3rem;
    height: 3rem;
  }

  .stats_tier {
    padding-bottom: 0;
  }

  .section_hero {
    padding-top: 4rem;
  }

  .about_component {
    text-align: center;
  }

  .section_title-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section_title-wrapper.left-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h2_custom {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .square.is--right-bottom.is--yellow, .square.is--green {
    width: 3rem;
    height: 3rem;
  }

  .section-heading.custom-padding {
    padding-top: 2rem;
  }

  .service_thumbnail-wrapper {
    height: 13rem;
  }

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

  .project_item-link.copy {
    height: 22rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project_name-place {
    padding-bottom: 1rem;
  }

  .project_type-wrapper {
    padding-top: .5rem;
    padding-left: 0;
    font-weight: 300;
    line-height: 1.2;
  }

  .testimonial_header {
    text-align: center;
    padding-bottom: 2rem;
  }

  .slider-image_wrapper {
    height: 15rem;
    max-height: none;
  }

  .testimonial-qoute-wrapper {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-arrow {
    position: static;
    bottom: 1.2rem;
  }

  .right-arrow {
    justify-content: space-between;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .client-info {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: .5rem;
    font-size: .6rem;
  }

  .date-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    font-size: .75rem;
  }

  .image {
    height: 15rem;
  }

  .lightbox-link {
    height: 17rem;
  }

  .yellow-bg-block {
    height: auto;
    padding-bottom: 7rem;
  }

  .why-us-content_wrapper {
    text-align: center;
  }

  .container {
    max-width: none;
  }

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

  .h2-style-heading.footer {
    font-size: 1.7rem;
  }

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

  .button-flex-wrapper {
    align-self: stretch;
  }

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

  .next-button {
    width: 2rem;
    height: 2rem;
  }

  .arrow-wrapper {
    padding-top: 0;
  }

  .back-button {
    width: 2rem;
    height: 2rem;
  }

  .blog_main-image {
    height: 12rem;
  }

  .div-block-10 {
    align-self: stretch;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .brand.text-color-white.w--current {
    padding-top: 0;
  }

  .button_wrapper-copy {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
  }

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

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

  .value_icon {
    height: 3rem;
  }

  .value-content_block {
    border-bottom-width: .5px;
  }

  .image_wrapper-story, .image_wrapper-story.is-bottom {
    height: 15rem;
  }

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

  .faq-paragraph {
    font-size: .9375rem;
  }

  .faq_component {
    padding-bottom: 4rem;
  }

  .faq-circle {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .question-title {
    flex: 1;
    font-size: 1rem;
    font-weight: 500;
  }

  .humburger-lines {
    width: 2rem;
    margin-bottom: 2px;
  }

  .humburger-lines.is--yellow {
    height: 2px;
    margin-bottom: 4px;
  }

  .menu-button {
    padding: 1rem 0 0;
  }

  .menu-button.is-white {
    background-color: var(--transparent);
    padding-top: 1rem;
  }

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

  .hero--content-wrapper {
    padding-bottom: 2rem;
  }

  .section_hero-projects {
    padding-top: 4rem;
  }

  .main-image {
    height: 12rem;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .grid-2.text-color-white {
    grid-column-gap: 2.5rem;
    padding-top: 2.5rem;
  }

  .social-media-icons-wrapper {
    font-size: .85rem;
  }

  .insta-image-wrapper.one, .insta-image-wrapper.two, .insta-image-wrapper.three, .insta-image-wrapper.four {
    height: 10rem;
  }

  .main-insta-image {
    height: 13rem;
  }

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

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

  .div-block-14 {
    height: 25rem;
  }

  .services-main-header {
    width: 100%;
  }

  .services-main-image_wrapper {
    height: 13rem;
  }

  .qoute-header_wrapper {
    padding-top: 2.5rem;
  }

  .form-grid-quote {
    margin-bottom: .8rem;
  }

  .post-summary-wrapper {
    padding-top: 1rem;
    padding-left: 0;
  }

  .qoutes-arrow-wrapper {
    grid-column-gap: 6.2rem;
    grid-row-gap: 6.2rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .right-arrow.is-hidden {
    display: none;
  }

  .footer-logo {
    height: 2.5rem;
  }

  .success-message {
    width: 100%;
    height: 8rem;
    font-size: 1.2rem;
  }

  .contact-info-footer {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    padding-top: 0;
  }

  .heero-title {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .services-head-wrap {
    padding-bottom: 0;
  }

  .brix---header-big-nav-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .brix---dropdown-link-big {
    font-size: 22px;
    line-height: 26px;
  }

  .brix---dropdown-chevron-big {
    width: 21px;
    margin-left: 8px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 26px;
    line-height: 28px;
  }

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

  .brix---header-logo {
    max-width: none;
    height: 2rem;
  }

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

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

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

  .services-icon-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    display: flex;
  }

  .spacer-medium-copy.is--custom {
    padding-top: 3rem;
  }

  .brix---text-200, .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---card-testimonial-v2 {
    padding: 40px 24px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .section_hero-copy {
    padding-top: 4rem;
  }

  .about-hero {
    padding-top: 0;
  }

  .div-block-27 {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .services-head {
    display: flex;
  }

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

#w-node-_9559ab63-83d2-b005-9c91-344a854eda40-84a2d42b, #w-node-_6a8222d6-eb2a-361f-2eed-2cc28827a79f-84a2d42b, #w-node-_11eab224-264c-7c07-4565-12a2fa4b6e10-84a2d42b, #w-node-_511dc4d0-a413-94ae-ca78-ea74dea2b5e8-84a2d42b, #w-node-ea0016db-2e17-8058-4726-8e34c1840087-84a2d42b, #w-node-_856f91c0-2bfa-cffa-9829-192d6731599e-84a2d42b, #w-node-_24f4bfdc-d789-d3be-f783-a20a77ab58b3-84a2d42b, #w-node-_402284d3-356b-b874-9431-ac433180ff07-84a2d42b, #w-node-_85f01418-c1f1-3817-ac40-ebde360baf55-84a2d42b, #w-node-_59b79c02-7388-537a-7483-31e9b5cb1240-84a2d42b, #w-node-_88d029ea-7eba-1930-bc02-90ded68d022a-84a2d42b, #w-node-_88d029ea-7eba-1930-bc02-90ded68d022b-84a2d42b, #w-node-_88d029ea-7eba-1930-bc02-90ded68d022c-84a2d42b, #w-node-_88d029ea-7eba-1930-bc02-90ded68d022d-84a2d42b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1074857-1414-ce65-4bfc-939addd136e3-84a2d42b, #w-node-f49ca5b1-a67c-1602-53e2-fc6341be61ba-84a2d42b, #w-node-_114271ac-65e8-d43b-9119-323ca3a3d46a-84a2d42b, #w-node-d1c82dd0-e53b-3b39-dd50-f14c77e9fb3c-84a2d42b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_41e14de9-09dc-2eff-990c-aba532433236-84a2d42b, #w-node-a900e1a5-ef0b-8d1d-52a2-dd021b880a14-84a2d42b, #w-node-_9f5d05cd-16d1-6229-0d53-06ad7663c87e-7663c85d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddc8c18b-6d48-4971-ba72-f21541a95255-84a2d42c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1dd84b32-e81b-6828-ea64-9ac86e8f2ab6-84a2d42d, #w-node-_1dd84b32-e81b-6828-ea64-9ac86e8f2abb-84a2d42d, #w-node-_1dd84b32-e81b-6828-ea64-9ac86e8f2ac0-84a2d42d, #w-node-_1dd84b32-e81b-6828-ea64-9ac86e8f2ac5-84a2d42d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6aa3298b-3cc5-4975-2d7e-09f6733559f9-84a2d42d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8342dd2a-2ca5-85f8-a961-77e380b9b926-84a2d42d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1074857-1414-ce65-4bfc-939addd136e3-84a2d42d, #w-node-f49ca5b1-a67c-1602-53e2-fc6341be61ba-84a2d42d, #w-node-_114271ac-65e8-d43b-9119-323ca3a3d46a-84a2d42d, #w-node-d1c82dd0-e53b-3b39-dd50-f14c77e9fb3c-84a2d42d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327d06-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327d0b-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327d10-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327d15-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327d1b-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327d21-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327d27-84a2d435 {
  justify-self: start;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327e34-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327e4d-84a2d435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327e50-84a2d435 {
  justify-self: start;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327e52-84a2d435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327e55-84a2d435 {
  justify-self: start;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327ebe-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327ec8-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327ec9-84a2d435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f37-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f3c-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f41-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f46-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f4b-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f50-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f5a-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f5f-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f64-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f69-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f6e-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f73-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f78-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f7d-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f82-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f87-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f8c-84a2d435 {
  justify-self: start;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f90-84a2d435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f91-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f96-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327f9b-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fa0-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fb5-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fba-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fbf-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fc4-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fc9-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fce-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fd8-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fdd-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fe2-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fe7-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327fec-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327ff1-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327ff6-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1327ffb-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328000-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328005-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed132800a-84a2d435 {
  justify-self: start;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed132800e-84a2d435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed132800f-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328014-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328019-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed132801e-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328030-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328035-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed132803a-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed132803f-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328044-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328049-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed132804e-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328053-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328058-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed132805d-84a2d435 {
  justify-self: start;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328061-84a2d435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328062-84a2d435 {
  justify-self: start;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328065-84a2d435, #w-node-df0fc427-0eb3-8a78-d7e7-b40ed13280e8-84a2d435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0fc427-0eb3-8a78-d7e7-b40ed1328144-84a2d435 {
  justify-self: start;
}

#w-node-d1074857-1414-ce65-4bfc-939addd136e3-84a2d436, #w-node-f49ca5b1-a67c-1602-53e2-fc6341be61ba-84a2d436, #w-node-_114271ac-65e8-d43b-9119-323ca3a3d46a-84a2d436, #w-node-d1c82dd0-e53b-3b39-dd50-f14c77e9fb3c-84a2d436, #w-node-d1074857-1414-ce65-4bfc-939addd136e3-a3a83f63, #w-node-f49ca5b1-a67c-1602-53e2-fc6341be61ba-a3a83f63, #w-node-_114271ac-65e8-d43b-9119-323ca3a3d46a-a3a83f63, #w-node-d1c82dd0-e53b-3b39-dd50-f14c77e9fb3c-a3a83f63 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_59b79c02-7388-537a-7483-31e9b5cb1240-84a2d42b, #w-node-c603dcfc-fc5e-eb41-c997-55205eb83453-84a2d42b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8342dd2a-2ca5-85f8-a961-77e380b9b938-84a2d42d {
    order: 9999;
  }
}


@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Sharp 300';
  src: url('../fonts/Font-Awesome-6-Sharp-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Sharp Solid 900';
  src: url('../fonts/Font-Awesome-6-Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro 100';
  src: url('../fonts/Font-Awesome-6-Pro-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Sharp 400';
  src: url('../fonts/Font-Awesome-6-Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro Solid 900';
  src: url('../fonts/Font-Awesome-6-Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro 400';
  src: url('../fonts/Font-Awesome-6-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Pro 300';
  src: url('../fonts/Font-Awesome-6-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}