:root {
  --color-scheme-1--background: #fff;
  --_typography---font-styles--body-rubik: Rubik, sans-serif;
  --color-scheme-1--text: #020309;
  --_typography---font-styles--heading-lexend: "Lexend Deca", sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: #f2f2f2;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --color-scheme-2--background: #f2f2f2;
  --color-scheme-3--background: #feedd4;
  --color--white: #fff;
  --color-scheme-4--background: #f7f5ea;
  --color-scheme-5--background: #e0dce4;
  --color-scheme-5--brand-accent: #faa628;
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --color--governor-bay: #2d42ad;
  --color-scheme-4--text: #020309;
  --color-scheme-3--text: #020309;
  --color-scheme-5--text: #020309;
  --radius--large: 8px;
  --radius--medium: 8px;
  --color-scheme-5--accent: #2d42ad;
  --color--neutral-darkest: #020309;
  --opacity--transparent: #fff0;
  --opacity--neutral-darkest-5: #0203090d;
  --color-scheme-2--text: #020309;
  --color-scheme-2--border: #02030926;
  --_ui-styles---image-radius: 8px;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--neutral-lighter: #ccc;
  --_typography---font-styles--body-copy: 18px;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_typography---font-styles--header-hero: 56px;
  --_typography---font-styles--sub-header-hero: 18px;
  --_typography---font-styles--size: 0px;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body-rubik);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading-lexend);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading-lexend);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading-lexend);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading-lexend);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading-lexend);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading-lexend);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

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

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

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

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

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

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

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

.page-wrapper {
  width: 100vw;
}

.container-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.main-wrapper {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small.certificate-margin-top {
  margin-top: 0;
}

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

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

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge {
  margin: 0 0 2.4rem;
}

.margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  text-align: justify;
  font-size: 1.2rem;
}

.text-size-medium.text-color-white {
  color: var(--_primitives---colors--white);
}

.text-size-medium.text-color-dark.dark-justify {
  text-align: justify;
}

.text-size-medium.text-size-medium-center {
  font-size: 1.2rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.heading-style-h2.h2-regular {
  font-weight: 400;
}

.heading-style-h2.h2-light {
  font-size: 2.5rem;
  font-weight: 300;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading-lexend);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.heading-style-h6.h6-bold {
  font-size: 1.4rem;
  font-weight: 600;
}

.heading-style-h6.has-bottom-padding {
  margin-bottom: 1.6rem;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.text-color-white {
  color: var(--_primitives---colors--white);
}

.heading-style-h5.h5-margin-med {
  padding-top: 34px;
}

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

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

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

.heading-style-h4.h4-med {
  font-weight: 400;
}

.heading-style-h4.h4-med.h4-margin-medium {
  padding-top: 34px;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

.heading-style-h3.text-color-white {
  color: var(--_primitives---colors--white);
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  border-radius: 5px;
  height: auto;
  min-height: 4rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.button-group.is-center {
  justify-content: center;
}

.button-group.button-center-align {
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

.icon-embed-xxsmall {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading-lexend);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body-rubik);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  background-color: var(--color-scheme-1--background);
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.bg-grey {
  background-color: var(--color-scheme-2--background);
}

.padding-global.bg-yellow {
  background-color: var(--color-scheme-3--background);
}

.padding-global.bg-white, .padding-global.background-color-white {
  background-color: var(--color--white);
}

.padding-global.bg-pistachio {
  background-color: var(--color-scheme-4--background);
}

.padding-global.bg-lav {
  background-color: var(--color-scheme-5--background);
}

.padding-global.bg-brown {
  background-color: var(--color-scheme-5--brand-accent);
  border-radius: 5px;
}

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

.padding-section-large {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-color-white {
  color: var(--_primitives---colors--white);
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-schemes {
  background-color: var(--color-scheme-1--foreground);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

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

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-styleguide_logo {
  width: 10rem;
}

.company-logo {
  overflow: hidden;
}

.button-style {
  grid-column-gap: 8px;
  border: 1px solid var(--color--governor-bay);
  background-color: var(--color--governor-bay);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.navbar-1 {
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 72px;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
}

.navbar-1.products {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-links {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-style {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.nav-link-dropdown {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-cube, .icon-shape-circle, .icon-chevron-right, .placeholder-logo, .icon-tag-alt {
  overflow: hidden;
}

.hero-header {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-1--background);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.medium-length-hero-headline-goes-here {
  width: 100%;
  font-family: var(--_typography---font-styles--heading-lexend);
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
  width: 100%;
  color: var(--color-scheme-4--text);
  margin-top: 5%;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-102 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-2--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading {
  width: 100%;
  color: var(--color-scheme-3--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text {
  width: 100%;
  color: var(--color-scheme-5--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.row {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image {
  border-radius: var(--radius--large);
}

.layout-252 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-3--background);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: flex;
}

.text-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla {
  width: 100%;
  color: var(--color-scheme-3--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.action {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-1 {
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--background);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.layout-306 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-4--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tagline-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tagline {
  color: var(--color-scheme-5--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.medium-length-section-heading-goes-here {
  width: 100%;
  color: var(--color-scheme-4--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.placeholder-image {
  border-radius: var(--radius--medium);
  background-image: linear-gradient(#fff3, #fff3), url('../images/Placeholder-Image_2.png'), url('../images/Placeholder-Image_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 304px;
}

.layout-16 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-5--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
  width: 100%;
  color: var(--color-scheme-5--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-2 {
  color: var(--color--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.link-text-2 {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-3 {
  grid-column-gap: 8px;
  border: 1px solid var(--color-scheme-5--accent);
  background-color: var(--color-scheme-5--brand-accent);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.button-style-4 {
  color: var(--color--neutral-darkest);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-5 {
  grid-column-gap: 8px;
  border: 1px solid var(--opacity--transparent);
  background-color: var(--opacity--neutral-darkest-5);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.button-style-6 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-7 {
  grid-column-gap: 8px;
  border: 1px solid var(--opacity--transparent);
  background-color: var(--opacity--neutral-darkest-5);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-2 {
  grid-column-gap: 12%;
  grid-row-gap: 12%;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: auto;
  max-width: 720px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 900px;
  padding-left: 64px;
  padding-right: 80px;
  text-decoration: none;
  display: flex;
}

.content-style-2 {
  grid-row-gap: 24px;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: 5rem;
  text-decoration: none;
  display: block;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5%;
  text-decoration: none;
  display: flex;
}

.content-style-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  width: 100%;
  color: var(--color-scheme-2--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-2 {
  width: 100%;
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-5 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: flex;
}

.content-style-6 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  width: 100%;
  color: var(--color-scheme-3--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.heading-4 {
  color: var(--color-scheme-1--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.content-style-7 {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.row-3 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.medium-length-section-heading-goes-here-2 {
  width: 100%;
  color: var(--color-scheme-4--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-2 {
  width: 100%;
  color: var(--color-scheme-4--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-2 {
  border-radius: var(--radius--medium);
}

.container-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  width: 100%;
  color: var(--color-scheme-5--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.list-item-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-linkedin, .icon-left-arrow-alt {
  overflow: hidden;
}

.slider-arrow {
  grid-column-gap: 8px;
  border: 1px solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-1--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.icon-right-arrow-alt {
  overflow: hidden;
}

.team-3 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-2--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name {
  width: 100%;
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.job-title {
  width: 100%;
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.social-icons {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.testimonial-15 {
  grid-row-gap: 32px;
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stars {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quote {
  width: 100%;
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.avatar {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.avatar-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.slider-dots {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.slider-buttons {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.stats-1 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-2--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stat {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--color-scheme-2--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.cta-25 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-7 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.links {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 493px;
  text-decoration: none;
  display: flex;
}

.nav-one, .nav-two, .nav-three, .nav-four, .nav-five, .nav-six, .nav-seven, .nav-eight {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._2025-ceco-all-rights-reserved {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.privacy-policy, .terms-of-service, .cookies-settings {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.button-style-8 {
  grid-column-gap: 8px;
  border: 1px solid var(--color--governor-bay);
  background-color: var(--color--governor-bay);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.tagline-2 {
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.content-style-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  width: 100%;
  color: var(--color-scheme-2--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-2 {
  width: 100%;
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-3 {
  width: 100%;
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  width: 100%;
  color: var(--color-scheme-2--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-3 {
  width: 100%;
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 155px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-12 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  height: 640px;
  text-decoration: none;
  display: flex;
}

.placeholder-image-3 {
  border-radius: var(--radius--large);
  background-color: #c4c4c4;
}

.content-style-13 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-4 {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-5 {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-4 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-6 {
  width: 100%;
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-7 {
  width: 100%;
  color: var(--color-scheme-2--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.content-style-15 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  width: 100%;
  color: var(--color-scheme-1--text);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-8 {
  width: 100%;
  color: var(--color-scheme-1--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-16 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.row-5 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-relume {
  overflow: hidden;
}

.layout-201 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.layout-10 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.subheading-one, .subheading-two {
  width: 100%;
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.gallery-20 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-4--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.how-our-products-are-used {
  width: 100%;
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.explore-the-representative-images-of-use-cases-where-our-products-are-used {
  width: 100%;
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-9 {
  color: var(--color-scheme-5--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-10 {
  grid-column-gap: 8px;
  border: 1px solid var(--color-scheme-5--brand-accent);
  background-color: var(--color-scheme-5--brand-accent);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-11 {
  color: var(--color-scheme-1--background);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-12 {
  grid-column-gap: 8px;
  border: 1px solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-5--brand-accent);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-4 {
  width: 100%;
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-4 {
  border-radius: var(--radius--large);
}

.tagline-3 {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-9 {
  width: 100%;
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-9 {
  width: 100%;
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.heading-10 {
  width: 100%;
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-10 {
  width: 100%;
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-title-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-17 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-18 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  text-decoration: none;
  display: flex;
}

.body {
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  margin-left: auto;
  margin-right: auto;
}

.home_hero-header_content {
  max-width: 35rem;
  margin-left: 2.5vw;
  margin-right: 2.5rem;
  padding-left: 0;
}

.button-2 {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-5--brand-accent);
  color: var(--color-scheme-1--text);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
  align-self: auto;
  position: static;
  inset: 0% 0% auto;
}

.button-2.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  order: 0;
  display: flex;
  overflow: visible;
}

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

.home_hero-header_image {
  object-fit: cover;
  width: 100%;
  height: 90vh;
  max-height: 60rem;
}

.home_hero-header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_hero-header_image-wrapper {
  object-fit: scale-down;
  max-width: 720px;
  height: 900px;
  margin-left: 2.5vw;
  overflow: hidden;
}

.section_home_hero-header {
  width: 100vw;
  overflow: visible;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.home_team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.home_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.home_customer-logos-list_logo {
  max-height: 3.5rem;
}

.home_testimonial_client-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.home_benefits_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.footer7_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_home_features-list {
  width: 100vw;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.home_benefits_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.home_benefits_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.section_home_services {
  background-color: var(--color-scheme-3--background);
  width: 100vw;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.section_home_feature {
  background-color: var(--opacity--transparent);
  width: 100vw;
}

.home_services_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.home_stats_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.home_services_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_features-list_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.home_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_feature_item-icon-wrapper {
  display: inline-block;
}

.home_services_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home_customer-logos-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.footer7_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.home_features-list_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 554px;
}

.section_home_testimonial {
  width: 100vw;
}

.home_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.home_benefits_image {
  aspect-ratio: 1;
  border-radius: var(--_ui-styles---image-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home_stats_item {
  border-left: 1px solid #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.navbar1_link {
  padding: .5rem 1rem;
  display: inline-block;
}

.navbar1_link:hover {
  color: var(--color-scheme-5--brand-accent);
}

.navbar1_link:active {
  color: var(--color-scheme-5--brand-accent);
  font-weight: 400;
}

.navbar1_link:focus, .navbar1_link.w--current {
  color: var(--color-scheme-5--brand-accent);
  font-weight: 500;
}

.navbar1_link.display-non {
  display: none;
}

.home_features-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.slider-arrow-2 {
  color: #000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow-2.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow-2.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.section_home_cta {
  width: 100vw;
  position: relative;
}

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

.home_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_testimonial_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

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

.home_stats_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: .5rem;
}

.home_feature_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.home_services_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home_features-list_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

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

.divider-vertical {
  background-color: #000;
  align-self: stretch;
  width: 1px;
}

.home_benefits_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.home_stats_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.home_feature_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.home_benefits_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.home_testimonial_client-image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.section_home_benefits.bg-lav {
  background-color: var(--color-scheme-5--background);
  width: 100vw;
}

.home_testimonial_slide-content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.navbar1_logo-link {
  padding-left: 0;
}

.home_testimonial_rating-wrapper {
  display: flex;
}

.home_services_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_testimonial_logo {
  max-height: 3rem;
}

.home_testimonial_slide {
  margin-right: 5rem;
}

.navbar1_component {
  background-color: var(--color-scheme-1--background);
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.footer7_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 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;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-left {
  order: -1;
}

.hero-text-left {
  width: 720px;
  max-width: 720px;
  height: auto;
  padding-right: 30px;
}

.hero-right-image {
  order: 1;
}

.products_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.products_features-list_item {
  text-align: center;
  width: 100%;
}

.products_features-list_item-icon-wrapper {
  display: inline-block;
}

.products_feature-3_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.products_feature-3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.products_feature-3_item-icon-wrapper {
  display: inline-block;
}

.products_feature-3_item-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.products_feature-3_image-wrapper, .products_feature-4_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.products_feature-4_item-icon-wrapper {
  display: inline-block;
}

.products_feature-4_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.products_feature-4_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.products_feature-4_item-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
}

.products_gallery_mask {
  overflow: visible;
}

.products_gallery_slide {
  padding-right: 2rem;
}

.products_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

.products_gallery_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.section_products_gallery {
  overflow: hidden;
}

.products_gallery_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.products_gallery_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.section_products_hero-header {
  max-height: 80vh;
}

.products_hero-header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.products_hero-header_content {
  max-width: 35rem;
  margin-left: 2.5vw;
  margin-right: 2.5rem;
}

.products_hero-header_image-wrapper {
  object-fit: scale-down;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.anti-seismic-devices_header_image {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--large);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.anti-seismic-devices_header_component {
  flex-direction: column;
  align-items: center;
}

.anti-seismic-devices_header_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.anti-seismic-devices_feature-1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.anti-seismic-devices_feature-1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.anti-seismic-devices_feature-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.anti-seismic-devices_feature-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.anti-seismic-devices_feature-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.anti-seismic-devices_feature-2_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.anti-seismic-devices_feature-2_item-icon-wrapper {
  display: inline-block;
}

.anti-seismic-devices_feature-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.anti-seismic-devices_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.anti-seismic-devices_features-list_item {
  text-align: center;
  width: 100%;
}

.anti-seismic-devices_features-list_item-icon-wrapper {
  display: inline-block;
}

.anti-seismic-devices_benefits_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.anti-seismic-devices_benefits_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.anti-seismic-devices_benefits_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.anti-seismic-devices_benefits_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.anti-seismic-devices_benefits_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.anti-seismic-devices_benefits_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.anti-seismic-devices_how-it-works_item-icon-wrapper {
  display: inline-block;
}

.anti-seismic-devices_how-it-works_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.anti-seismic-devices_how-it-works_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_anti-seismic-devices_how-it-works {
  border-radius: 5px;
}

.anti-seismic-devices_how-it-works_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.anti-seismic-devices_testimonial_content {
  text-align: center;
}

.anti-seismic-devices_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.anti-seismic-devices_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.anti-seismic-devices_testimonial_logo {
  max-height: 3rem;
}

.anti-seismic-devices_testimonial_rating-wrapper {
  justify-content: center;
  display: flex;
}

.anti-seismic-devices_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.anti-seismic-devices_stats_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.anti-seismic-devices_stats_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.anti-seismic-devices_cta_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.anti-seismic-devices_cta_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.anti-seismic-devices_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.anti-seismic-devices_usp_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fluid-viscous-dampers_header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.fluid-viscous-dampers_feature-1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_product_list_feature-1 {
  display: block;
}

.fluid-viscous-dampers_feature-1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.fluid-viscous-dampers_feature-1_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.fluid-viscous-dampers_feature-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fluid-viscous-dampers_feature-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.section_product_list_feature-2 {
  display: block;
}

.section_product_list_feature-2.section-hide {
  display: none;
}

.fluid-viscous-dampers_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.fluid-viscous-dampers_feature-2_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.product_list_feature-3_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.fluid-viscous-dampers_feature-3_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.fluid-viscous-dampers_feature-3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.fluid-viscous-dampers_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.fluid-viscous-dampers_features-list_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.fluid-viscous-dampers_features-list_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fluid-viscous-dampers_features-list_item {
  text-align: center;
  width: 100%;
}

.fluid-viscous-dampers_benefits_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fluid-viscous-dampers_benefits_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.fluid-viscous-dampers_benefits_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fluid-viscous-dampers_benefits_icon-wrapper {
  display: inline-block;
}

.fluid-viscous-dampers_how-it-works_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fluid-viscous-dampers_how-it-works_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.fluid-viscous-dampers_how-it-works_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section_product_list_how-it-works {
  display: none;
}

.fluid-viscous-dampers_how-it-works_item {
  text-align: center;
  width: 100%;
}

.fluid-viscous-dampers_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.product-list-feature-3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_products_feature-lh-inside_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.text-size-medium-2 {
  text-align: justify;
  font-size: 1.2rem;
}

.text-size-medium-2.text-size-medium-left {
  font-size: 1.2rem;
}

.button-3 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-3.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.layout10_item-icon-wrapper {
  display: inline-block;
}

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

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

.section_products_feature-lh-inside, .section_products_feature-lh-inside.section-hide {
  display: block;
}

.section_products_feature-lh-inside_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_products_feature-lh-inside_content.section-grid-wide-no-image {
  grid-template-columns: 1fr;
}

.layout10_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.section_products_feature-lh-inside_item-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.section_products_feature-rh-inside {
  display: block;
  position: static;
}

.section_products_feature-rh-inside.section-hide {
  display: none;
}

.section_products_feature-rh-inside.is-about-us {
  z-index: 2;
  position: relative;
}

.section_products_feature-rh-inside_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_products_feature-rh-inside_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.section_products_feature-rh-inside_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.section_products_feature-rh-inside_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: .5rem;
}

.section_product_list_feature-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_product_list_feature-2_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.section_product_list_feature-2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_product_list_feature-lh_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.product_list_header-3_image, .product_list_three_features-list_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.section_products_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section_products_features-list_listitem {
  text-align: center;
  width: 100%;
}

.section_products_features-list_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main_home_features-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.main_home_features-list_item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 554px;
  display: flex;
  position: static;
}

.main_home_features-list_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main_home_features-list_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.home_features-list_image-wrapper-copy {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-specifications-all_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-specifications-all_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.product-specifications-all_metatag-item.spec-list-title {
  border-top: 1px #000;
  border-bottom-style: solid;
}

.product-specifications-all_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.product-specifications-all_metatag-list.spec-list-with-title-no-border {
  border-top-style: none;
}

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

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

.text-color-dark.dark-justify {
  text-align: justify;
}

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

.button-4 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-4.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-4.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.header7_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.button-group-3.is-right {
  justify-content: flex-end;
  align-items: center;
}

.header7_content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
  max-height: 80vh;
  display: flex;
  position: relative;
}

.header7_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(90deg, #000000e0 6%, #fff0 65%);
  background-clip: padding-box;
  position: absolute;
  inset: 0%;
}

.section_header7 {
  position: relative;
}

.section_header7.text-color-white {
  object-fit: fill;
  width: 100vw;
  max-height: 80vh;
}

.technology-joint-venture_header_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 80vh;
}

.section_technology-joint-venture_header {
  max-height: none;
}

.technology-joint-venture_header_image-wrapper {
  overflow: visible;
}

.technology-joint-venture_header_component {
  grid-column-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.technology-joint-venture_header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-items: center stretch;
  max-width: none;
  margin-left: 5vw;
  margin-right: 5rem;
}

.technology-joint-venture_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.technology-joint-venture_feature_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.technology-joint-venture_feature_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.technology-joint-venture_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.technology-joint-venture_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.technology-joint-venture_feature_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.technology-joint-venture_features-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.technology-joint-venture_features-list_item-icon-wrapper {
  display: inline-block;
}

.technology-joint-venture_features-list_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.technology-joint-venture_benefits_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.technology-joint-venture_benefits_item-icon-wrapper {
  display: inline-block;
}

.technology-joint-venture_benefits_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.technology-joint-venture_benefits_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.technology-joint-venture_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.technology-joint-venture_how-it-works_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.technology-joint-venture_how-it-works_item {
  text-align: center;
  width: 100%;
}

.technology-joint-venture_how-it-works_item-icon-wrapper {
  display: inline-block;
}

.technology-joint-venture_stats_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.technology-joint-venture_stats_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.technology-joint-venture_stats_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.technology-joint-venture_stats_image-wrapper, .technology-joint-venture_cta_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.technology-joint-venture_cta_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.technology-joint-venture_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.portfolio_item-header_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.portfolio_item-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.portfolio_item-header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio_list_item {
  border-top-style: solid;
  border-top-color: var(--color-scheme-5--brand-accent);
  border-right-style: solid;
  border-right-color: var(--color-scheme-5--brand-accent);
  border-bottom-style: solid;
  border-bottom-color: var(--color-scheme-5--brand-accent);
  border-left-style: solid;
  border-left-color: var(--color-scheme-5--brand-accent);
  border-top-left-radius: var(--_ui-styles---radius--medium);
  border-top-right-radius: var(--_ui-styles---radius--medium);
  border-bottom-left-radius: var(--_ui-styles---radius--medium);
  border-bottom-right-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  border-width: 2px;
  border-radius: 5px;
  margin-bottom: 2rem;
  overflow: hidden;
  box-shadow: 0 2px 10px 4px #3131311a;
}

.section_projects_list_small {
  margin-top: 70px;
}

.portfolio_list_image6 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio_list_item-link {
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.portfolio_list_image2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio_list_title-wrapper {
  border: 1px none var(--color-scheme-5--brand-accent);
  background-color: var(--color--white);
  padding: 1.5rem;
}

.portfolio_list_title-wrapper:hover {
  background-color: var(--color-scheme-5--brand-accent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.portfolio_list_image5 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio_list_image3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio_list_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.portfolio_list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  column-count: 3;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  display: block;
}

.portfolio_list_image-wrapper {
  width: 100%;
}

.portfolio_list_content {
  flex-direction: column;
  align-items: center;
}

.portfolio_list_image4, .portfolio_list_image1 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.portfolio_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.portfolio_feature_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio_feature_item-icon-wrapper {
  display: inline-block;
}

.portfolio_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio_testimonial_client-image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.portfolio_testimonial_rating-wrapper {
  display: flex;
}

.portfolio_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.portfolio_testimonial_logo {
  max-height: 3rem;
}

.portfolio_testimonial_content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.portfolio_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.portfolio_testimonial_client-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.portfolio_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.project_item-header_image-wrapper {
  border-radius: 5px;
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.project_item-header_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.project_item-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.project_item-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

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

.project_item-body_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project_item-body_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.project_item-body_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.project_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.project_feature_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.project_feature_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.project_timeline_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.project_timeline_item.item-left {
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.rl-styleguide_label-2 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.project_timeline_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

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

.project_timeline_progress-line-cover {
  z-index: 2;
  background-color: var(--color-scheme-1--background);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.project_timeline_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.section_project_timeline {
  z-index: -3;
}

.project_timeline_circle {
  z-index: 2;
  background-color: var(--color-scheme-1--text);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--color-scheme-1--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.project_timeline_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--color-scheme-1--background));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.project_timeline_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project_timeline_progress-line {
  z-index: 0;
  background-color: var(--color-scheme-1--text);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.project_timeline_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.project_timeline_line {
  background-color: var(--color-scheme-1--text);
  opacity: .15;
  width: 3px;
  height: 100%;
}

.project_timeline_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--color-scheme-1--background), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.project_timeline_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.component-instructions-item {
  padding-left: .5rem;
}

.project_timeline_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.project_testimonial_client {
  text-align: left;
}

.project_testimonial_rating-wrapper {
  display: flex;
}

.project_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.project_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

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

.project_testimonial_logo {
  max-height: 3rem;
}

.project_stats_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.project_stats_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.project_stats_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project_stats_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.project_gallery_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.project_gallery_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.project_gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.project_cta_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.project_cta_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-logo-clients, .section-team-simple, .section-stats-simple {
  width: 100vw;
}

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

.button-5 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-5.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout485_progress-bar {
  background-color: var(--color-scheme-1--text);
  width: 2rem;
  height: 2px;
}

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

.layout485_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.layout485_content-left {
  align-items: flex-start;
  height: 14rem;
  display: flex;
  position: sticky;
  top: 20%;
  overflow: hidden;
}

.layout485_progress-wrapper {
  background-color: var(--_primitives---colors--neutral-lighter);
  width: 100%;
  height: 2px;
  margin-bottom: 2rem;
}

.layout485_number {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}

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

.layout505_tab-pane {
  background-color: var(--color-scheme-1--foreground);
  height: 100%;
}

.button-6 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-6.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout505_tab-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.layout505_icon-wrapper {
  display: inline-block;
}

.layout505_tabs-menu {
  border-right: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.layout505_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  display: flex;
}

.layout505_tab-link.w--current {
  background-color: var(--color-scheme-1--foreground);
  opacity: 1;
}

.layout505_tab-link.tab-last {
  border-bottom-style: none;
}

.layout505_tabs {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

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

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

.content22_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.content22_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.text-block-basic {
  transition: text-underline-offset 1s cubic-bezier(.77, 0, .175, 1);
}

.text-block-basic:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-scheme-5--brand-accent);
  text-decoration-color: var(--color-scheme-5--brand-accent);
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
  transform: none;
}

.text-span {
  background-image: linear-gradient(0deg, var(--color-scheme-5--brand-accent), white 34%);
}

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

.low-damping-rubber-bearings_feature-3_image, .elastomeric-bearing_feature-3_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.product-list-heading {
  flex: 1;
}

.product-list-item-link {
  text-decoration: none;
}

.product-list-component {
  width: 100%;
}

.button-7 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-7.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-7.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.product-list-heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product-list-item-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.product-list-item-meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-list-item-image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.product-list-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.product-list-item:hover {
  padding: 0;
}

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

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

.dropdown-toggle {
  flex-flow: row;
  padding: .5rem 1rem;
  display: flex;
}

.icon {
  flex-flow: row;
  margin-right: 0;
  display: block;
  position: relative;
}

.dropdown-list {
  background-color: var(--color-scheme-3--background);
  border-radius: 5px;
}

.dropdown-list.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 5px;
  transition: opacity .2s;
  box-shadow: 0 2px 5px #0003;
}

.field-label, .field-label-2 {
  text-align: left;
}

.text-field {
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 22px;
}

.text-field-2 {
  border-radius: 5px;
}

.submit-button {
  background-color: var(--color-scheme-5--brand-accent);
  color: var(--color-scheme-2--text);
  border: 1px solid #000;
}

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

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

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

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

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

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

.footer-link-two:hover {
  color: #1a1b1fbf;
}

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

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

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

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--color-scheme-1--text);
  font-size: .875rem;
}

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

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

.project-listing-table-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-listing-table-metatag-project-name {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.project-listing-table-metatag-project-name.spec-list-with-title-no-border {
  border-top-style: none;
}

.project-listing-table-metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.project-listing-table-metatag-item.spec-list-title {
  border-top: 1px #000;
  border-bottom-style: solid;
}

.header50_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.header50_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_header50 {
  position: relative;
}

.section_about-us_about {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: static;
}

.about-us_about_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_about_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.about-us_about_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us_about_icon-wrapper {
  display: inline-block;
}

.about-us_timeline_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.about-us_timeline_item.item-left {
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.about-us_timeline_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}

.about-us_timeline_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us_timeline_progress-line-cover {
  z-index: 2;
  background-color: var(--color-scheme-1--background);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.about-us_timeline_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.section_about-us_timeline {
  z-index: -3;
}

.about-us_timeline_circle {
  z-index: 2;
  background-color: var(--color-scheme-1--text);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--color-scheme-1--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.about-us_timeline_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--color-scheme-1--background));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.about-us_timeline_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us_timeline_progress-line {
  z-index: 0;
  background-color: var(--color-scheme-1--text);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.about-us_timeline_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.about-us_timeline_line {
  background-color: var(--color-scheme-1--text);
  opacity: .15;
  width: 3px;
  height: 100%;
}

.about-us_timeline_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--color-scheme-1--background), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.about-us_timeline_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.about-us_timeline_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

.about-us_team_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_team_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.about-us_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.about-us_customer-logos-list_logo {
  max-height: 3.5rem;
}

.about-us_customer-logos-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.about-us_testimonial_slide {
  margin-right: 5rem;
}

.about-us_testimonial_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.about-us_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.about-us_testimonial_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.about-us_testimonial_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us_testimonial_slide-content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us_testimonial_logo {
  max-height: 3rem;
}

.about-us_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.about-us_testimonial_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.about-us_testimonial_rating-wrapper {
  display: flex;
}

.about-us_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.section_header-about {
  position: relative;
}

.section_header-about.text-color-white {
  object-fit: fill;
  width: auto;
}

.header-content-about {
  z-index: 1;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header-about-background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header-about-background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_gallery13 {
  overflow: hidden;
}

.gallery13_image-wrapper {
  height: 100vh;
  position: relative;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery13_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

.gallery13_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery13_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--_primitives---colors--neutral-darkest);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery13_arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 4rem;
}

.gallery7_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.gallery7_lightbox-link {
  width: 100%;
}

.gallery7_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.gallery7_image-wrapper-large {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.gallery7_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.gallery7_image2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.quality-listing-table-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quality-listing-table-metatag-project-name {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.quality-listing-table-metatag-project-name.spec-list-with-title-no-border {
  border-top-style: none;
}

.quality-listing-table-metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.quality-listing-table-metatag-item.spec-list-title {
  border-top: 1px #000;
  border-bottom-style: solid;
}

.section_gallery-landscape-two-by-two {
  padding: 0 7em;
}

.section_gallery-landscape-two-by-two_component {
  text-align: left;
  flex-flow: column;
  display: block;
}

.section_gallery-landscape-two-by-two_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.section_gallery-landscape-two-by-two-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.section_gallery-landscape-two-by-two-lightbox {
  width: 100%;
}

.section_gallery-landscape-two-by-two-image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-us_contact_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.contact-us_contact_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.contact-us_contact_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.contact-us_contact_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-us_contact_map {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-us_contact_map-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.form_field-2col {
  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;
}

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

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

.contact-us_contact-form_component {
  width: 80%;
}

.error-text {
  color: #e23939;
}

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

.contact-us_contact-form_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact-us_locations_map-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 24rem;
  position: relative;
  overflow: hidden;
}

.contact-us_locations_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-us_locations_location {
  text-align: center;
  width: 100%;
}

.contact-us_locations_grid-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

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

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.container-large-logo-01 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-slider-img {
  width: 200px;
  overflow: clip;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  display: flex;
}

.logo_component-slider-copy {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.logo_component-slider-copy-2 {
  grid-column-gap: 2.9rem;
  grid-row-gap: 2.9rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.container-large-hero {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-large-for-truncated-copy {
  width: 100%;
  max-width: 100%;
}

.text-size-medium-for-truncated-copy {
  font-size: 1.125rem;
}

.padding-section-large-product-explore-first {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
}

.paragraph, .paragraph-2, .paragraph-3 {
  text-align: justify;
}

.padding-section-large-contact-form {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 80%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.text-size-medium-left {
  text-align: justify;
  font-size: 1.2rem;
}

.text-size-medium-left.text-color-white {
  color: var(--_primitives---colors--white);
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  text-align: justify;
}

.text-size-medium-copy {
  text-align: center;
  font-size: 1rem;
}

.text-size-medium-copy.text-color-white {
  color: var(--_primitives---colors--white);
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  text-align: justify;
}

.text-size-medium-center {
  text-align: center;
  font-size: 1.2rem;
}

.text-size-medium-center.text-color-white {
  color: var(--_primitives---colors--white);
}

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

.text-size-regular-timeline-right {
  text-align: right;
}

.section-logo-slider-rtl {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: block;
  position: relative;
  overflow: visible;
}

.logo-container-rtl {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: 1000px;
  min-width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.logo-container-rtl.is-secondary-slider {
  padding-left: 120px;
  padding-right: 120px;
}

.logo-image-slider {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: auto;
}

.section-logo-slider-ltr {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-container-ltr {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: visible;
}

.logo-container-ltr.is-secondary-slider {
  padding-left: 120px;
  padding-right: 120px;
}

.ticker-logo {
  flex: none;
  width: auto;
  height: 2.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.ticker-logo.is-vertical {
  margin: 1em 0;
}

.style-section {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-bottom: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: .4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-bottom: 3em;
  display: grid;
}

.review-badge-person {
  font-size: 1em;
}

.section-2 {
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.stars-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6em;
  display: flex;
}

.review-badge-text {
  margin-left: .2em;
  display: inline-block;
}

.review-badge-text.is-name {
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.slot {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
  position: relative;
}

.slot.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.review-badge-stars {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-sidebar {
  position: sticky;
  top: 4em;
}

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

.group.has-4-gap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
}

.group.has-48-gap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.group.has-16-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.group.has-8-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.small-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 160%;
}

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

.container-8 {
  grid-column-gap: 1.5em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: grid;
  position: relative;
}

.user-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  overflow: hidden;
  box-shadow: 0 0 0 3px #fff;
}

.user-avatar.is-small {
  width: 2em;
  height: 2em;
}

.user-avatar.is-shifted {
  margin-left: -.375em;
}

.big-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 140%;
}

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

.review-badge {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-badge.is-small {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.sidebar-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  font-size: .875em;
  display: flex;
}

.sidebar-link:hover, .sidebar-link.w--current {
  color: #156ff7;
}

.small-text-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.body-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
}

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

.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-content.is-vertical {
  flex-flow: column;
}

.review-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15.625em;
  margin: .25em;
  padding: 1.5em;
  display: flex;
}

.card-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 800px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.card-2.is-vertical {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.ticker {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker.has-horizontal-fade {
  justify-content: flex-start;
  align-items: center;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.ticker.is-reversed {
  justify-content: flex-end;
  align-items: center;
}

.ticker.is-vertical {
  flex-flow: column;
  height: 400px;
}

.ticker.is-vertical.has-vertical-fade {
  -webkit-mask-image: linear-gradient(#0000, #000 10% 90%, #0000);
  mask-image: linear-gradient(#0000, #000 10% 90%, #0000);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.section_products_feature-rh-inside_video {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.container-large-logo-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.logo_component-slider-copy-22 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-slider-img-copy {
  width: 200px;
  overflow: clip;
}

.section-logo-first {
  text-align: left;
}

.logo-container-new-first {
  box-sizing: content-box;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: center;
  width: 1000px;
  min-width: 1000px;
  height: auto;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.logo-container-new-first.is-secondary-slider {
  padding-left: 120px;
  padding-right: 120px;
}

.logo-image-slider-neo {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: auto;
}

.carousel-slider {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0;
  display: flex;
  overflow: visible;
}

.section-logo-max-02 {
  text-align: left;
}

.logo-container-new-fsecond {
  box-sizing: content-box;
  grid-column-gap: 1.9em;
  grid-row-gap: 1.9em;
  justify-content: space-around;
  align-items: center;
  width: 1800px;
  min-width: 1800px;
  height: auto;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.logo-container-new-fsecond.is-secondary-slider {
  padding-left: 120px;
  padding-right: 120px;
}

.carousel-slider-first {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.logos-container {
  flex-flow: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.logos-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  align-items: center;
  padding-left: 3rem;
  display: flex;
}

.logos-gradient {
  background-image: linear-gradient(90deg, #fff, #0e0c1500);
  width: 5rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos-gradient.is-inverted {
  background-image: linear-gradient(90deg, #fff, #0e0c1500);
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.padding-section-medium-logos-client {
  max-width: 80rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.expansion-joints_feature-3_image-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.padding-section-large-projects-page {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 7rem;
  display: flex;
}

.testimonial24_slide {
  padding-right: 2rem;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.button-8 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-8.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.testimonial24_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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

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

.slider-arrow-3 {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow-3.is-bottom-next {
  background-color: var(--color-scheme-5--brand-accent);
  inset: auto 0% 0% auto;
}

.slider-arrow-3.is-bottom-previous {
  background-color: var(--color-scheme-5--brand-accent);
  inset: auto 4rem 0% auto;
}

.testimonial24_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial24_slider {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.testimonial24_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial24_logo {
  max-height: 3rem;
}

.testimonial24_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.section_testimonial24 {
  overflow: hidden;
}

.testimonial24_card {
  border-style: solid;
  border-color: var(--color-scheme-5--brand-accent);
  border-radius: var(--_typography---font-styles--body-copy);
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial24_card:hover {
  border-width: 3px;
  box-shadow: 0 0 18px 10px #0000001a;
}

.padding-section-large-about-works-gallery {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
}

.product-list-list-grid-anti-seismic-prod-listing {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.products_feature-3_content-new {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

.products_feature-3_image-wrapper-copy {
  border-radius: var(--_ui-styles---radius--large);
  height: 20em;
  overflow: hidden;
}

.products_feature-3_image-copy {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.product-specifications-all_metatag-item-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.product-specifications-all_metatag-item-copy.spec-list-title {
  border-top: 1px #000;
  border-bottom-style: solid;
}

.product-specifications-all_metatag-item-landing {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px #000;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.product-specifications-all_metatag-item-landing:hover {
  border-style: none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: var(--color-scheme-5--brand-accent) var(--color-scheme-5--brand-accent) var(--color-scheme-1--border);
  font-weight: 400;
}

.product-specifications-all_metatag-item-landing.spec-list-title {
  border-top: 1px #000;
  border-bottom-style: solid;
}

.product-specifications-all_metatag-item-landing-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #000;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.product-specifications-all_metatag-item-landing-copy.spec-list-title {
  border-top: 1px #000;
  border-bottom-style: solid;
}

.padding-section-large-landing-listing {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.products_feature-3_item-list-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.heading-style-h6-landing-listing {
  -webkit-text-decoration-color: var(--color-scheme-5--brand-accent);
  text-decoration-color: var(--color-scheme-5--brand-accent);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6-landing-listing:hover {
  font-weight: 500;
}

.heading-style-h6-landing-listing.h6-bold {
  font-size: 1.4rem;
  font-weight: 600;
}

.heading-style-h6-landing-listing.has-bottom-padding {
  margin-bottom: 1.6rem;
}

.section_header-home-new {
  position: relative;
}

.section_header-home-new.text-color-white {
  object-fit: fill;
  width: auto;
}

.container-large-hero-home {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-content-home-new {
  z-index: 1;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header-home-background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header-home-background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile-designation {
  font-weight: 500;
}

.home_team_item-placeholder {
  display: block;
}

.benefits_card_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.benefits_wrap {
  container-type: inline-size;
}

.benefits_card_mask_clip {
  overflow: hidden;
}

.benefits_card_wrap {
  color: #fff;
  background-color: #000;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  transition: width .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.u-container {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 90rem;
  min-height: 80svh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.benefits_card_mask_wrap {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
}

.benefits_card_img {
  opacity: .8;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.benefits_card_text {
  color: var(--_primitives---colors--neutral-darkest);
  text-align: justify;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: .7rem;
  display: flex;
}

.button-9 {
  background-color: var(--color-scheme-5--brand-accent);
  color: #000;
  border: 1px solid #000;
  border-radius: 100vw;
  padding: .5em 1.5em;
}

.benefits_card_title {
  color: var(--_primitives---colors--neutral-darkest);
  font-size: 2rem;
}

.benefits_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.benefits_card_icon {
  width: 3rem;
}

.products-container-wrap {
  container-type: inline-size;
}

.products-container-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.products-card-wrap {
  background-color: var(--_primitives---colors--white);
  color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  width: 45rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.products-card-wrap:hover {
  box-shadow: 0 0 9px 2px #0000001a;
}

.products-card-wrap.bg-coffee {
  background-color: var(--color-scheme-3--background);
}

.image-2, .image-3, .image-4 {
  border-radius: 5px;
}

.product-listing-curved-with-padding {
  padding-top: 3em;
  padding-bottom: 3em;
}

.text-size-medium-justified {
  text-align: justify;
  font-size: 1.2rem;
}

.text-size-medium-justified.text-color-white {
  color: var(--_primitives---colors--white);
}

.heading-style-h5-left {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5-left.text-color-white {
  color: var(--_primitives---colors--white);
}

.heading-style-h5-left.h5-margin-med {
  padding-top: 34px;
}

.padding-section-large-product-listing {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 0;
  display: flex;
}

.padding-section-large-product-listing-3-2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-neo-container {
  width: 100%;
  max-width: 100em;
}

.footer-neo-wrap {
  max-width: none;
  display: flex;
}

.footer-neo-lhs {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5em 4em 5em 7em;
  display: flex;
}

.footer-neo-logo {
  width: 12em;
}

.footer-neo-wrap-rhs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-neo-link-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 35em;
  max-width: none;
  display: grid;
}

.footer-neo2-icon-2 {
  width: 1.8em;
}

.footer-neo2-logo-1 {
  width: 12em;
}

.footer-neo2-wrap-2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--color-scheme-3--background);
  flex-direction: column;
  flex: 0 37%;
  justify-content: center;
  align-items: flex-start;
  max-width: 80rem;
  padding: 5em 4em 5em 7em;
  display: flex;
}

.dfs-button-1 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #33b6ff;
  border-radius: 20px;
  padding: .5em 1.5em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.footer-neo2-container-1 {
  border-top: 1px solid #000;
  width: auto;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.footer-neo2-heading-1 {
  color: #1c212b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
}

.footer-neo2 {
  width: auto;
  margin-top: 2em;
  font-size: 1vw;
  display: block;
}

.footer-neo2-wrap-8 {
  grid-column-gap: 1.3em;
  grid-row-gap: 1.3em;
  align-items: center;
  display: flex;
}

.footer-neo2-text-1 {
  color: var(--_primitives---colors--neutral-darkest);
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.1em;
}

.footer-neo2-rich-1 {
  overflow-wrap: normal;
  text-decoration: none;
}

.footer-neo2-link-1 {
  color: #5b5e65;
  margin-top: .7em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.footer-neo2-wrap-6 {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  background-color: var(--_primitives---opacity--white-60);
  flex-direction: column;
  flex: 1;
  padding: 5em 7em 5em 5em;
  display: flex;
}

.footer-neo2-grid-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50em;
  display: grid;
}

.footer-neo2-wrap-1 {
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  display: flex;
}

.padding-global-page-header {
  background-color: var(--color-scheme-1--background);
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global-page-header.bg-grey {
  background-color: var(--color-scheme-2--background);
}

.padding-global-page-header.bg-yellow {
  background-color: var(--color-scheme-3--background);
}

.padding-global-page-header.bg-white, .padding-global-page-header.background-color-white {
  background-color: var(--color--white);
}

.padding-global-page-header.bg-pistachio {
  background-color: var(--color-scheme-4--background);
}

.padding-global-page-header.bg-lav {
  background-color: var(--color-scheme-5--background);
}

.padding-global-page-header.bg-brown {
  background-color: var(--color-scheme-5--brand-accent);
  border-radius: 5px;
}

.container-large-page-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-section-large-page-header {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.technology-joint-venture-feature-content-lhs {
  max-width: none;
}

.technology-joint-venture_feature_image-wrapper-hero {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.section_technology-joint-venture_header-hero {
  max-height: none;
}

.footer-descriptive {
  font-size: 1.2em;
}

.technology-joint-venture_feature_content-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-slider-ceco {
  overflow: hidden;
}

.padding-section-large-hero-slider-ceco {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 7rem;
  display: flex;
}

.home-slider-hero-ceco-element {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.header-home-background-video-copy {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-detail-bar {
  color: #272727;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  max-width: 31.875rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-slide_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  display: flex;
  position: relative;
}

.slider_title-wrap {
  margin-left: 15%;
}

.slider_title-wrap.max-width-small {
  max-width: 50rem;
  color: var(--color-scheme-1--background);
}

.slider_title-wrap.maxch {
  max-width: 50rem;
}

.home-header_content {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-text-3 {
  text-transform: uppercase;
}

.header-slider_arrow {
  color: #2d2d2d;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-slider_arrow.prev {
  margin-right: 5.6rem;
}

.header-slider_arrow.next {
  margin-right: 3rem;
}

.slider-detail-bar_title {
  margin: .75rem 4.375rem .75rem .75rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.read-more_link-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .0625rem solid #c2c2c2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.arrow-icon {
  transform: scale(.6);
}

.slide-nav {
  display: none;
}

.overlay {
  background-color: #1b1b1b80;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_slider {
  background-color: #0000;
  flex-direction: row;
  height: 80vh;
  overflow: hidden;
}

.header-card_link {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 12.5rem;
  padding-right: 25%;
  display: flex;
  position: absolute;
}

.header_slider-heading-2 {
  white-space: nowrap;
}

.news-card-link_text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  background-color: #c2c2c2;
  width: 100%;
  height: .0625rem;
  position: absolute;
}

.line.text {
  background-color: #fff;
  height: .125rem;
  position: static;
}

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

.margin-bottom-home-slider-new-ceco {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-home-slider-new-ceco.margin-xxlarge {
  margin: 0 0 2.4rem;
}

.margin-bottom-home-slider-new-ceco.margin-medium, .margin-bottom-home-slider-new-ceco.margin-custom3, .margin-bottom-home-slider-new-ceco.margin-custom1, .margin-bottom-home-slider-new-ceco.margin-tiny, .margin-bottom-home-slider-new-ceco.margin-small, .margin-bottom-home-slider-new-ceco.margin-large, .margin-bottom-home-slider-new-ceco.margin-0, .margin-bottom-home-slider-new-ceco.margin-xlarge, .margin-bottom-home-slider-new-ceco.margin-xhuge, .margin-bottom-home-slider-new-ceco.margin-xxhuge, .margin-bottom-home-slider-new-ceco.margin-huge, .margin-bottom-home-slider-new-ceco.margin-xxsmall, .margin-bottom-home-slider-new-ceco.margin-custom2, .margin-bottom-home-slider-new-ceco.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.inline-bg-video-sq-lh {
  z-index: 1;
  border-radius: 5px;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: visible;
}

.home-feature-video-rh {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-section-large-home-section-video-rh {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.home-feature-video-content-rh {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-section-video-wrapper-rh {
  border-radius: var(--_ui-styles---radius--large);
  position: relative;
  overflow: hidden;
}

.background-video {
  width: 600px;
  max-width: 600px;
  height: 600px;
  max-height: 600px;
  position: absolute;
}

.section_services_list {
  width: 100vw;
}

.benefits_card_text_services {
  color: var(--_primitives---colors--neutral-darkest);
  text-align: justify;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: .7rem;
  display: flex;
}

.u-container-services {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 90rem;
  min-height: 80svh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.services-container-wrap {
  container-type: inline-size;
}

.services-container-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.services-card-wrap {
  background-color: var(--_primitives---colors--white);
  color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  width: 45rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card-wrap:hover {
  box-shadow: 0 0 9px 2px #0000001a;
}

.services-card-wrap.bg-coffee {
  background-color: var(--color-scheme-3--background);
}

.services_card_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.service_benefits_card_header {
  flex-flow: column;
  align-self: flex-start;
  display: block;
}

.list-item-3 {
  color: var(--_primitives---colors--neutral-darkest);
  list-style-type: disc;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-slider.bg-pista {
  background-color: var(--color-scheme-4--background);
}

.gallery-slider.bg-yellow {
  background-color: var(--color-scheme-3--background);
}

.container-9 {
  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;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  border-radius: 8px;
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  border-radius: 8px;
  position: relative;
}

.gallery-image {
  border-radius: 8px;
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.news-events-header_component {
  flex-direction: column;
  align-items: center;
}

.news-events-_header_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.news-events-_header_image {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--large);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-us-careers_contact-form_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.section_products_feature-lh-inside_item-list-uplift {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_products_feature-rh-inside_item-list-uplift {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  padding-top: 0;
  padding-bottom: .5rem;
}

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

.padding-section-large-product-listing-2-2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.product-list-component-2-2 {
  width: 100%;
}

.product-list-heading-wrapper-2-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product-list-heading-2-2 {
  flex: 1;
}

.product-listing-curved-with-padding-copy {
  padding-top: 3em;
  padding-bottom: 3em;
}

.padding-section-large-low-bottom {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
}

.products-container-layout-2-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.products-card-wrap-2-2 {
  background-color: var(--_primitives---colors--white);
  color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  width: 45rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.products-card-wrap-2-2:hover {
  box-shadow: 0 0 9px 2px #0000001a;
}

.products-card-wrap-2-2.bg-coffee {
  background-color: var(--color-scheme-3--background);
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  text-align: right;
}

.project-specifications-all_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-specifications-all_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.project-specifications-all_metatag-list.spec-list-with-title-no-border {
  border-top-style: none;
}

.project-specifications-all_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.project-specifications-all_metatag-item.spec-list-title {
  border-top: 1px #000;
  border-bottom-style: solid;
}

.project-heading-style-h6 {
  width: 40%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.project-heading-style-h6.h6-bold {
  font-size: 1.4rem;
  font-weight: 600;
}

.project-heading-style-h6.has-bottom-padding {
  margin-bottom: 1.6rem;
}

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

.project-specification-detail-style-s1 {
  text-align: right;
  width: 70%;
}

.section-project-highlights-lh-inside, .section-project-highlights-lh-inside.section-hide {
  display: block;
}

.gallery-slider-projects {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-slider-projects.bg-pista {
  background-color: var(--color-scheme-4--background);
}

.gallery-slider-projects.bg-yellow {
  background-color: var(--color-scheme-3--background);
}

.gallery-wrapper-projects {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  display: grid;
}

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

.gallery-image-large {
  border-radius: 8px;
  width: 100%;
}

.gallery-slide-wrapper-large {
  border-radius: 8px;
  max-width: 100%;
  margin-right: 6%;
}

.gallery-slide-image-large {
  border-radius: 8px;
  position: relative;
}

.section_home_services-copy {
  background-color: var(--color-scheme-3--background);
  width: 100vw;
}

.section_home_project_in_focus.bg-lav {
  background-color: var(--color-scheme-5--background);
  width: 100vw;
}

.home_project_in_focus_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_project_in_focus_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.home_benefits_image-copy {
  aspect-ratio: 1;
  border-radius: var(--_ui-styles---image-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_project_in_focus_image {
  aspect-ratio: 1;
  border-radius: var(--_ui-styles---image-radius);
  text-align: left;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.image-6 {
  margin-top: 10px;
  overflow: clip;
}

.image-7 {
  padding-top: 10px;
}

.image-8 {
  max-height: none;
  overflow: clip;
}

.inline-bg-video-rect-wide {
  z-index: 1;
  clear: none;
  border-radius: 5px;
  width: 90%;
  max-width: 89.8887%;
  height: 550px;
  position: relative;
  overflow: visible;
}

.div-block {
  max-width: 1000px;
}

@media screen and (min-width: 1440px) {
  .footer-neo2-wrap-2 {
    padding-left: 3em;
  }

  .footer-neo2-container-1 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .footer-neo2 {
    font-size: 14px;
  }

  .footer-neo2-wrap-1 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 80rem;
  }

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

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

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

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

  .home_hero-header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home_hero-header_image {
    height: auto;
    max-height: none;
  }

  .home_hero-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .home_benefits_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .home_stats_number {
    font-size: 4rem;
  }

  .navbar1_menu-links {
    flex-flow: column;
    display: flex;
  }

  .home_services_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .home_feature_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .home_services_list {
    grid-column-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .home_features-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

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

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home_stats_list {
    grid-column-gap: 2rem;
  }

  .home_feature_content-left {
    flex: 0 auto;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .home_testimonial_slide-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_team_item {
    overflow: visible;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .products_features-list_list {
    grid-column-gap: 2rem;
  }

  .products_feature-3_content, .products_feature-4_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .products_hero-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .products_hero-header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .anti-seismic-devices_feature-1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .anti-seismic-devices_feature-2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .anti-seismic-devices_features-list_list {
    grid-column-gap: 2rem;
  }

  .anti-seismic-devices_benefits_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .anti-seismic-devices_how-it-works_list {
    grid-column-gap: 2rem;
  }

  .anti-seismic-devices_how-it-works_content, .anti-seismic-devices_stats_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .anti-seismic-devices_cta_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .anti-seismic-devices_usp_list {
    grid-column-gap: 2rem;
  }

  .fluid-viscous-dampers_header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .fluid-viscous-dampers_feature-1_content, .fluid-viscous-dampers_feature-2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .fluid-viscous-dampers_feature-3_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .fluid-viscous-dampers_features-list_list {
    grid-column-gap: 2rem;
  }

  .fluid-viscous-dampers_benefits_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .fluid-viscous-dampers_how-it-works_list {
    grid-column-gap: 2rem;
  }

  .fluid-viscous-dampers_cta_content {
    grid-column-gap: 3rem;
  }

  .product-list-feature-3_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .section_products_feature-lh-inside_image-wrapper {
    display: block;
  }

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

  .section_products_feature-lh-inside_content, .section_products_feature-rh-inside_content, .section_product_list_feature-2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_products_features-list_list {
    grid-column-gap: 2rem;
  }

  .main_home_features-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .product-specifications-all_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

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

  .header7_content {
    justify-content: center;
    align-items: flex-start;
  }

  .video-overlay-layer {
    background-color: #00000091;
    background-image: none;
  }

  .technology-joint-venture_header_image {
    object-fit: none;
    height: auto;
    max-height: 60vh;
    overflow: clip;
  }

  .section_technology-joint-venture_header {
    max-height: none;
    padding-bottom: 3em;
  }

  .technology-joint-venture_header_image-wrapper {
    object-fit: contain;
    max-height: 60vh;
    display: block;
    overflow: clip;
  }

  .technology-joint-venture_header_component {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .technology-joint-venture_header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .technology-joint-venture_feature_content {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .technology-joint-venture_features-list_list {
    grid-column-gap: 2rem;
  }

  .technology-joint-venture_benefits_content {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .technology-joint-venture_how-it-works_list {
    grid-column-gap: 2rem;
  }

  .technology-joint-venture_stats_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .technology-joint-venture_cta_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .portfolio_item-header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .portfolio_list_list {
    grid-column-gap: 2rem;
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

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

  .portfolio_testimonial_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .project_item-header_content-wrapper, .project_item-body_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .project_timeline_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .project_timeline_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project_testimonial_grid-list {
    grid-column-gap: 2rem;
  }

  .project_stats_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .project_cta_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout485_component {
    grid-column-gap: 2rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout505_tab-content {
    padding: 2rem;
  }

  .content22_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .product-list-heading {
    margin-right: 3rem;
  }

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

  .product-list-heading-wrapper {
    grid-column-gap: 3rem;
  }

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

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

  .footer-wrapper-two {
    flex-flow: wrap;
  }

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

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

  .footer-divider-two {
    height: 2px;
  }

  .project-listing-table-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-us_about_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_timeline_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .about-us_timeline_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .about-us_testimonial_slide-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .about-us_cta_content {
    grid-column-gap: 3rem;
  }

  .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .quality-listing-table-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact-us_contact_content {
    grid-column-gap: 3rem;
  }

  .contact-us_contact_map-wrapper {
    height: 30rem;
  }

  .contact-us_locations_map-wrapper {
    height: 20rem;
  }

  .contact-us_locations_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .contact-us_faq_list {
    grid-row-gap: 3rem;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider, .logo_component-slider-copy, .logo_component-slider-copy, .logo_component-slider-copy-2 {
    grid-column-gap: 3rem;
  }

  .padding-section-large-product-explore-first, .padding-section-large-contact-form {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .style-section {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .style-sidebar {
    position: static;
  }

  .container-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .logo_component-slider-copy-22 {
    grid-column-gap: 3rem;
  }

  .logo-slider-img-copy {
    width: 174px;
  }

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

  .padding-section-large-projects-page, .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .testimonial24_mask {
    width: 50%;
  }

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

  .product-list-list-grid-anti-seismic-prod-listing {
    grid-template-columns: 1fr 1fr;
  }

  .products_feature-3_content-new {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .home_team_item-placeholder {
    display: none;
    overflow: visible;
  }

  .u-container {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .products-container-wrap {
    flex-flow: column;
    display: block;
  }

  .products-container-layout {
    flex-flow: column;
    overflow: clip;
  }

  .products-card-wrap {
    align-items: stretch;
    width: 100%;
    padding-right: 1rem;
    display: flex;
  }

  .products-card-wrap.bg-coffee {
    width: 39rem;
  }

  .padding-section-large-product-listing, .padding-section-large-product-listing-3-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-neo2 {
    font-size: 1.3vw;
  }

  .footer-neo2-wrap-6 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .footer-neo2-grid-1 {
    grid-template-columns: 1fr 1fr;
    width: 35em;
  }

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

  .section_technology-joint-venture_header-hero {
    max-height: none;
    padding-bottom: 3em;
  }

  .footer-descriptive {
    font-size: 1.2em;
  }

  .technology-joint-venture_feature_content-hero {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

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

  .slider_title-wrap {
    margin-left: 9%;
  }

  .header-card_link {
    padding-right: 8%;
  }

  .margin-bottom-home-slider-new-ceco {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .home-feature-video-content-rh {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .u-container-services {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .services-container-wrap {
    flex-flow: column;
    display: block;
  }

  .services-container-layout {
    flex-flow: column;
    overflow: clip;
  }

  .services-card-wrap {
    align-items: stretch;
    width: 100%;
    padding-right: 1rem;
    display: flex;
  }

  .services-card-wrap.bg-coffee {
    width: 39rem;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .product-list-heading-wrapper-2-2 {
    grid-column-gap: 3rem;
  }

  .product-list-heading-2-2 {
    margin-right: 3rem;
  }

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

  .products-container-layout-2-2 {
    flex-flow: column;
    overflow: clip;
  }

  .products-card-wrap-2-2 {
    align-items: stretch;
    width: 100%;
    padding-right: 1rem;
    display: flex;
  }

  .products-card-wrap-2-2.bg-coffee {
    width: 39rem;
  }

  .project-specifications-all_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .home_project_in_focus_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .home_hero-header_component {
    padding-top: 4rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .home_customer-logos-list_logo {
    max-height: 3rem;
  }

  .home_benefits_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .home_stats_number {
    font-size: 3.5rem;
  }

  .home_services_content, .home_feature_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_services_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_customer-logos-list_list {
    padding-top: 1rem;
  }

  .home_testimonial_client {
    align-items: center;
    width: 100%;
  }

  .home_testimonial_slide-nav {
    inset: 0% auto auto 0%;
  }

  .home_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer7_bottom-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .home_testimonial_slider {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .home_team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_stats_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .divider-vertical {
    display: none;
  }

  .home_stats_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .navbar1_logo-link {
    padding-left: 0;
  }

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .products_features-list_list, .products_feature-3_content, .products_feature-4_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .products_gallery_slide {
    padding-right: 1.5rem;
  }

  .products_hero-header_component {
    padding-top: 4rem;
  }

  .anti-seismic-devices_feature-1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .anti-seismic-devices_feature-2_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .anti-seismic-devices_features-list_list, .anti-seismic-devices_benefits_content, .anti-seismic-devices_how-it-works_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .anti-seismic-devices_how-it-works_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .anti-seismic-devices_testimonial_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .anti-seismic-devices_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .anti-seismic-devices_stats_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .anti-seismic-devices_cta_content {
    grid-row-gap: 3rem;
  }

  .anti-seismic-devices_usp_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .fluid-viscous-dampers_header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .fluid-viscous-dampers_feature-1_content, .fluid-viscous-dampers_feature-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .fluid-viscous-dampers_feature-3_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .fluid-viscous-dampers_features-list_list, .fluid-viscous-dampers_benefits_content, .fluid-viscous-dampers_how-it-works_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .fluid-viscous-dampers_cta_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-list-feature-3_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

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

  .section_products_feature-lh-inside_content, .section_products_feature-rh-inside_content, .section_product_list_feature-2_content, .section_products_features-list_list, .main_home_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product-specifications-all_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

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

  .header7_content {
    justify-content: center;
    align-items: flex-start;
  }

  .video-overlay-layer {
    background-color: #00000082;
    background-image: none;
  }

  .technology-joint-venture_header_component {
    padding-top: 4rem;
  }

  .technology-joint-venture_feature_content, .technology-joint-venture_features-list_list, .technology-joint-venture_benefits_content, .technology-joint-venture_how-it-works_list, .technology-joint-venture_stats_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .technology-joint-venture_cta_content {
    grid-row-gap: 3rem;
  }

  .portfolio_item-header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .portfolio_feature_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .portfolio_testimonial_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .portfolio_testimonial_client {
    align-items: center;
    width: 100%;
  }

  .portfolio_cta_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .project_item-body_content, .project_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project_timeline_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .project_timeline_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .project_timeline_row {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: max-content 1fr;
  }

  .project_timeline_circle {
    margin-top: 1.75rem;
  }

  .project_timeline_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project_timeline_circle-wrapper {
    left: 0;
  }

  .project_timeline_image-wrapper {
    width: 100%;
  }

  .project_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .project_testimonial_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .project_stats_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project_gallery_row, .project_gallery_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .project_cta_content {
    grid-row-gap: 3rem;
  }

  .layout485_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .layout485_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout485_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout485_content-left {
    display: none;
    position: static;
  }

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

  .layout485_number {
    font-size: 6rem;
  }

  .layout485_number.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .layout505_tab-content {
    padding: 1.5rem;
  }

  .layout505_tabs-menu {
    border-right-style: none;
  }

  .layout505_tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout505_tab-link.tab-last {
    border-bottom-style: solid;
  }

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

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

  .content22_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .product-list-heading {
    margin-right: 0;
  }

  .product-list-list-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product-list-heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

  .project-listing-table-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .about-us_about_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_timeline_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .about-us_timeline_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .about-us_timeline_row {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: max-content 1fr;
  }

  .about-us_timeline_circle {
    margin-top: 1.75rem;
  }

  .about-us_timeline_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-us_timeline_circle-wrapper {
    left: 0;
  }

  .about-us_timeline_image-wrapper {
    width: 100%;
  }

  .about-us_team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_team_image-wrapper {
    height: 100%;
  }

  .about-us_customer-logos-list_logo {
    max-height: 3rem;
  }

  .about-us_customer-logos-list_list {
    padding-top: 1rem;
  }

  .about-us_testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us_testimonial_client {
    align-items: center;
    width: 100%;
  }

  .about-us_testimonial_slider {
    padding-top: 5rem;
    padding-bottom: 0;
  }

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

  .about-us_testimonial_slide-nav {
    inset: 0% auto auto 0%;
  }

  .about-us_cta_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .gallery7_row, .gallery7_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .quality-listing-table-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .section_gallery-landscape-two-by-two_grid-list, .section_gallery-landscape-two-by-two-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .contact-us_contact_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-us_contact_map-wrapper {
    height: 25rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact-us_locations_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-us_faq_list {
    grid-row-gap: 2.5rem;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider, .logo_component-slider-copy, .logo_component-slider-copy, .logo_component-slider-copy-2 {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-medium-for-truncated-copy {
    font-size: 1rem;
  }

  .padding-section-large-product-explore-first, .padding-section-large-contact-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-left, .text-size-medium-copy, .text-size-medium-center {
    font-size: 1rem;
  }

  .style-section {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section-2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .style-sidebar {
    top: auto;
  }

  .container-8 {
    grid-template-columns: 1fr;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .logo_component-slider-copy-22 {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img-copy {
    width: 125px;
  }

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

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

  .testimonial24_slide {
    padding-right: 1.5rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .testimonial24_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .testimonial24_mask {
    width: 80%;
  }

  .testimonial24_card {
    padding: 1.5rem;
  }

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

  .product-list-list-grid-anti-seismic-prod-listing, .products_feature-3_content-new {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h6-landing-listing {
    font-size: 1.125rem;
  }

  .u-container {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .products-container-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .products-container-layout {
    flex-flow: column;
  }

  .products-card-wrap.bg-coffee {
    width: 30rem;
  }

  .text-size-medium-justified {
    font-size: 1rem;
  }

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

  .padding-section-large-product-listing, .padding-section-large-product-listing-3-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-neo2-wrap-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .footer-neo2 {
    font-size: 1.69vw;
  }

  .footer-neo2-wrap-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .footer-neo2-wrap-1 {
    flex-direction: column;
  }

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

  .technology-joint-venture_feature_content-hero {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .link-text-3 {
    font-size: 2.5vw;
  }

  .read-more_link-wrap {
    width: 20vw;
    height: 20vw;
  }

  .margin-bottom-home-slider-new-ceco {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .inline-bg-video-sq-lh {
    width: 90vw;
  }

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

  .home-feature-video-content-rh {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .u-container-services {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-container-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .services-container-layout {
    flex-flow: column;
  }

  .services-card-wrap.bg-coffee {
    width: 30rem;
  }

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

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .product-list-heading-wrapper-2-2 {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-list-heading-2-2 {
    margin-right: 0;
  }

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

  .products-container-layout-2-2 {
    flex-flow: column;
  }

  .products-card-wrap-2-2.bg-coffee {
    width: 30rem;
  }

  .project-specifications-all_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .gallery-slider-projects {
    padding: 60px 15px;
  }

  .home_project_in_focus_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .inline-bg-video-rect-wide {
    width: 90vw;
  }
}

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

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

  .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .heading-style-h5.mobile-timeline {
    text-align: left;
  }

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

  .heading-style-h3 {
    font-weight: 400;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .home_hero-header_component {
    grid-template-columns: 1fr;
    padding-top: .6rem;
  }

  .home_hero-header_image-wrapper {
    height: auto;
  }

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

  .navbar1_menu.is-page-height-tablet {
    flex-flow: column;
  }

  .navbar1_menu-links {
    flex-flow: column;
    display: flex;
  }

  .home_services_content, .home_feature_content, .home_services_list {
    grid-template-columns: 1fr;
  }

  .home_customer-logos-list_list {
    justify-content: center;
  }

  .home_features-list_list, .home_feature_item-list, .home_team_list {
    grid-template-columns: 1fr;
  }

  .home_stats_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_stats_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .container-6 {
    max-width: none;
  }

  .products_features-list_list, .products_feature-3_content, .products_feature-3_item-list, .products_feature-4_content, .products_feature-4_item-list {
    grid-template-columns: 1fr;
  }

  .products_hero-header_component {
    grid-template-columns: 1fr;
    padding-top: .6rem;
  }

  .products_hero-header_image-wrapper {
    height: auto;
  }

  .anti-seismic-devices_feature-1_content, .anti-seismic-devices_feature-2_item-list, .anti-seismic-devices_feature-2_content, .anti-seismic-devices_features-list_list, .anti-seismic-devices_benefits_content, .anti-seismic-devices_how-it-works_list, .anti-seismic-devices_how-it-works_content, .anti-seismic-devices_stats_item-list, .anti-seismic-devices_stats_content, .anti-seismic-devices_cta_content, .anti-seismic-devices_usp_list, .fluid-viscous-dampers_header_content, .fluid-viscous-dampers_feature-1_content, .fluid-viscous-dampers_feature-2_content, .fluid-viscous-dampers_feature-2_item-list, .fluid-viscous-dampers_feature-3_content, .fluid-viscous-dampers_features-list_list, .fluid-viscous-dampers_benefits_content, .fluid-viscous-dampers_how-it-works_list {
    grid-template-columns: 1fr;
  }

  .fluid-viscous-dampers_cta_content {
    grid-row-gap: 1.5rem;
  }

  .product-list-feature-3_content, .section_products_feature-lh-inside_content, .section_products_feature-lh-inside_item-list, .section_products_feature-rh-inside_content, .section_products_feature-rh-inside_item-list, .section_product_list_feature-2_content, .section_products_features-list_list, .main_home_features-list_list {
    grid-template-columns: 1fr;
  }

  .video-overlay-layer {
    background-color: #00000082;
    background-image: none;
  }

  .section_technology-joint-venture_header {
    max-height: 100vh;
  }

  .technology-joint-venture_header_image-wrapper {
    flex-flow: column;
    min-height: 80vh;
    max-height: 100vh;
    display: block;
  }

  .technology-joint-venture_header_component {
    grid-template-columns: 1fr;
  }

  .technology-joint-venture_header_content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .technology-joint-venture_feature_content, .technology-joint-venture_features-list_list, .technology-joint-venture_benefits_content, .technology-joint-venture_benefits_item-list, .technology-joint-venture_how-it-works_list, .technology-joint-venture_stats_item-list, .technology-joint-venture_stats_content, .technology-joint-venture_cta_content, .portfolio_item-header_content {
    grid-template-columns: 1fr;
  }

  .portfolio_list_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .portfolio_feature_item-list, .portfolio_feature_content, .portfolio_testimonial_content, .portfolio_cta_content, .project_feature_content, .project_feature_item-list {
    grid-template-columns: 1fr;
  }

  .project_timeline_item {
    grid-template-columns: 3rem 1fr;
  }

  .project_timeline_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project_stats_content, .project_stats_item-list, .project_cta_content {
    grid-template-columns: 1fr;
  }

  .layout485_content-right {
    grid-row-gap: 3rem;
  }

  .layout485_content {
    height: auto;
  }

  .layout485_component, .layout505_tabs {
    grid-template-columns: 1fr;
  }

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

  .container-7 {
    max-width: none;
  }

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

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .about-us_timeline_item {
    grid-template-columns: 3rem 1fr;
  }

  .about-us_timeline_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .about-us_customer-logos-list_list {
    justify-content: center;
  }

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

  .about-us_cta_content {
    grid-row-gap: 1.5rem;
  }

  .contact-us_contact_contact-list, .contact-us_contact_content {
    grid-template-columns: 1fr;
  }

  .form_field-2col {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .contact-us_contact-form_form {
    grid-auto-flow: row;
  }

  .contact-us_faq_list {
    grid-row-gap: 2.5rem;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo_component-slider, .logo_component-slider-copy, .logo_component-slider-copy, .logo_component-slider-copy-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .text-size-regular-timeline-right.mobile-timeline {
    text-align: left;
  }

  .logo-container-rtl {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-image-slider {
    vertical-align: baseline;
    position: static;
    overflow: hidden;
  }

  .logo_component-slider-copy-22 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img-copy {
    width: 100px;
  }

  .logo-container-new-first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-image-slider-neo {
    vertical-align: baseline;
    position: static;
    overflow: hidden;
  }

  .logo-container-new-fsecond {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-section-medium-logos-client {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial24_mask {
    width: 95%;
  }

  .products_feature-3_content-new, .products_feature-3_item-list-copy, .products_feature-3_item-list-copy {
    grid-template-columns: 1fr;
  }

  .products-container-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .products-container-layout {
    flex-flow: column;
    max-width: none;
  }

  .products-card-wrap, .products-card-wrap.bg-coffee {
    width: auto;
  }

  .heading-style-h5-left.mobile-timeline {
    text-align: left;
  }

  .footer-neo2-wrap-2 {
    align-items: center;
  }

  .footer-neo2 {
    font-size: 2.5vw;
  }

  .footer-neo2-wrap-8 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-neo2-text-1 {
    text-align: center;
  }

  .footer-neo2-grid-1 {
    width: auto;
  }

  .section_technology-joint-venture_header-hero {
    max-height: 100vh;
  }

  .technology-joint-venture_feature_content-hero {
    grid-template-columns: 1fr;
  }

  .image-client-logos {
    width: 140px;
    max-width: 50%;
    overflow: clip;
  }

  .header-slide_content {
    align-items: flex-start;
  }

  .slider-detail-bar_title {
    font-size: 3vw;
  }

  .header-card_link {
    flex-direction: column;
    height: 17rem;
    margin-top: 6rem;
  }

  .line {
    bottom: 10vw;
  }

  .margin-bottom-home-slider-new-ceco {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .inline-bg-video-sq-lh {
    width: 90vw;
    height: 250px;
  }

  .home-feature-video-content-rh {
    grid-template-columns: 1fr;
  }

  .services-container-layout {
    flex-flow: column;
  }

  .services-card-wrap {
    width: auto;
  }

  .services-card-wrap.bg-coffee {
    width: 16rem;
  }

  .container-9 {
    max-width: none;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section_products_feature-lh-inside_item-list-uplift, .section_products_feature-rh-inside_item-list-uplift {
    grid-template-columns: 1fr;
  }

  .padding-section-large-product-listing-2-2 {
    padding-top: 0;
  }

  .padding-section-large-low-bottom {
    padding-bottom: 0;
  }

  .products-container-layout-2-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .products-card-wrap-2-2, .products-card-wrap-2-2.bg-coffee {
    width: auto;
  }

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

  .gallery-slide-wrapper-large {
    max-width: 100%;
    margin-right: 0%;
  }

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

  .inline-bg-video-rect-wide {
    width: 90vw;
    height: 250px;
  }
}

#w-node-_5c6fac5e-6002-3fbe-f5b3-89c33eb2c50f-98f9d810 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-98f9d816 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-98f9d816 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-98f9d816 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-98f9d816 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-98f9d816, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-98f9d816, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-98f9d816 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-98f9d816, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-98f9d816, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-98f9d816 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-98f9d816, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-98f9d816, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-98f9d816 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-98f9d816, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-98f9d816, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-98f9d816 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-98f9d816, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-98f9d816 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-98f9d816, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-98f9d816, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-98f9d816 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-98f9d816, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-98f9d816 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-98f9d816, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-98f9d816 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-98f9d816, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-98f9d816, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-98f9d816, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-98f9d816, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-98f9d816, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-98f9d816, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-98f9d816, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-98f9d816 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-98f9d816 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-98f9d816 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-98f9d816 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-98f9d816 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-98f9d816, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-98f9d816 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-98f9d816, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-98f9d816, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-98f9d816, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-98f9d816, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-98f9d816, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-98f9d816, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-98f9d816 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-98f9d816, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-98f9d816, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-98f9d816 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-98f9d816, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-98f9d816, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-98f9d816 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-98f9d816, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-98f9d816, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-98f9d816 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-98f9d816, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-98f9d816, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-98f9d816 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-98f9d816, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-98f9d816, #w-node-ee961e8d-845a-edc3-3307-509470022457-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-98f9d816 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-98f9d816, #w-node-ee961e8d-845a-edc3-3307-50947002245b-98f9d816, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-98f9d816 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-98f9d816, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-98f9d816, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-98f9d816 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-98f9d816, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-98f9d816, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-98f9d816 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-98f9d816, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-98f9d816, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-98f9d816 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-98f9d816, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-98f9d816, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-98f9d816 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-98f9d816, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-98f9d816, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-98f9d816 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-98f9d816 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-98f9d816 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-98f9d816 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-98f9d816 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-98f9d816 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-98f9d816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-98f9d816 {
  justify-self: start;
}

#w-node-ccc86944-1b65-a891-512b-e1009b8c45bf-b65069ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5510a19-6dcf-640b-511c-04200313a832-b65069ff, #w-node-a5510a19-6dcf-640b-511c-04200313a838-b65069ff, #w-node-a5510a19-6dcf-640b-511c-04200313a83e-b65069ff, #w-node-_0f4abac6-f7bf-8de9-8594-1f011a2e8c40-153540f5, #w-node-_0f4abac6-f7bf-8de9-8594-1f011a2e8c46-153540f5, #w-node-_0f4abac6-f7bf-8de9-8594-1f011a2e8c4c-153540f5 {
  align-self: start;
}

#w-node-c3b365d5-0ab2-e2b9-bbcc-84926c6b12c7-1618950b, #w-node-c3b365d5-0ab2-e2b9-bbcc-84926c6b12cd-1618950b, #w-node-_8faf4564-927c-b7c3-f63d-89f401422d1b-1618950b, #w-node-_8faf4564-927c-b7c3-f63d-89f401422d21-1618950b, #w-node-_70c280b5-69bb-4725-f002-622157b10e62-a908b1dd, #w-node-_70c280b5-69bb-4725-f002-622157b10e68-a908b1dd, #w-node-b6b08563-b5c3-3935-5a22-5f96e9748c82-a908b1dd, #w-node-b6b08563-b5c3-3935-5a22-5f96e9748c88-a908b1dd, #w-node-fdfe9f26-c840-d980-8ccb-348972675d3a-e9b41189, #w-node-fdfe9f26-c840-d980-8ccb-348972675d40-e9b41189, #w-node-c822dcdc-bb03-6e54-9c08-e0931af2f469-e9b41189, #w-node-c822dcdc-bb03-6e54-9c08-e0931af2f46f-e9b41189, #w-node-_79c3f6eb-e325-ede6-4b97-f682cf3f311b-809d0ad1, #w-node-_79c3f6eb-e325-ede6-4b97-f682cf3f311d-809d0ad1, #w-node-a533fce4-3cc3-afa4-0496-a90e2735c44e-809d0ad1, #w-node-a533fce4-3cc3-afa4-0496-a90e2735c454-809d0ad1, #w-node-_56c92d9f-24da-19b9-7560-3721ec43a394-9ca72891, #w-node-_56c92d9f-24da-19b9-7560-3721ec43a3a8-9ca72891, #w-node-_8f63400f-9ba0-2351-ae18-153d6dc18d1d-9ca72891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_369d13aa-0e68-8f72-a4df-6567d899297f-9ca72891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_085e73f7-30b5-18ee-5b1c-067dc0c9bfc5-9ca72891 {
  justify-self: center;
}

#w-node-_527912dd-ee0c-9c46-2a07-66ec4f9aedb3-9ca72891 {
  justify-self: end;
}

#w-node-fa3963fc-538c-74bb-2778-1b3473d7491b-9ca72891 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#Fade.w-node-fa3963fc-538c-74bb-2778-1b3473d749da-9ca72891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-fa3963fc-538c-74bb-2778-1b3473d749e1-9ca72891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa3963fc-538c-74bb-2778-1b3473d749e2-9ca72891 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_092938a6-8369-3339-0f5a-6996d42d41f3-9ca72891, #w-node-_092938a6-8369-3339-0f5a-6996d42d41f5-9ca72891, #w-node-_092938a6-8369-3339-0f5a-6996d42d420d-9ca72891, #w-node-_092938a6-8369-3339-0f5a-6996d42d4214-9ca72891, #w-node-_092938a6-8369-3339-0f5a-6996d42d421b-9ca72891, #w-node-_635d6691-16dd-c872-be26-11153c68e94b-9ca72891, #w-node-_635d6691-16dd-c872-be26-11153c68e94d-9ca72891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0caccb77-1797-cfc5-4c92-40c329837d53-0024e87a, #w-node-_0caccb77-1797-cfc5-4c92-40c329837d59-0024e87a, #w-node-_0caccb77-1797-cfc5-4c92-40c329837d5f-0024e87a, #w-node-_0caccb77-1797-cfc5-4c92-40c329837d65-0024e87a, #w-node-_0caccb77-1797-cfc5-4c92-40c329837d6b-0024e87a {
  align-self: start;
}

#w-node-_972de9d4-8d86-dfe8-79ae-3a3806e277a4-3886335c, #w-node-_972de9d4-8d86-dfe8-79ae-3a3806e277a5-3886335c, #w-node-_972de9d4-8d86-dfe8-79ae-3a3806e277b6-3886335c, #w-node-_972de9d4-8d86-dfe8-79ae-3a3806e277b7-3886335c, #w-node-_972de9d4-8d86-dfe8-79ae-3a3806e277bd-3886335c, #w-node-_972de9d4-8d86-dfe8-79ae-3a3806e277c3-3886335c, #w-node-_972de9d4-8d86-dfe8-79ae-3a3806e277c9-3886335c, #w-node-_972de9d4-8d86-dfe8-79ae-3a3806e277d7-3886335c, #w-node-_972de9d4-8d86-dfe8-79ae-3a3806e277d9-3886335c, #w-node-_7d954583-b6cf-8201-84f1-6c89cca5fcfe-3886335c, #w-node-_7d954583-b6cf-8201-84f1-6c89cca5fd00-3886335c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6ef308e-6ccd-8fc3-961d-bf8232bae107-3886335c, #w-node-a6ef308e-6ccd-8fc3-961d-bf8232bae10d-3886335c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6ef308e-6ccd-8fc3-961d-bf8232bae111-3886335c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b3434a0-a294-8274-191e-94d00320c671-3886335c, #w-node-_8b3434a0-a294-8274-191e-94d00320c674-3886335c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8b3434a0-a294-8274-191e-94d00320c678-3886335c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c74b55b4-a680-b8ef-06bb-3d9dffb59778-3886335c, #w-node-c74b55b4-a680-b8ef-06bb-3d9dffb5977b-3886335c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c74b55b4-a680-b8ef-06bb-3d9dffb5977f-3886335c, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-b7ecfb9e, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-b7ecfb9e, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-b7ecfb9e, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-b7ecfb9e, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-12f56f55, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-12f56f55, #w-node-_0e2f7f78-90eb-404b-84ef-93962303cfd2-12f56f55, #w-node-_0e2f7f78-90eb-404b-84ef-93962303cfd8-12f56f55, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-028e9316, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-028e9316, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-028e9316, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-028e9316 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f4abac6-f7bf-8de9-8594-1f011a2e8c40-e5ee18b8, #w-node-_0f4abac6-f7bf-8de9-8594-1f011a2e8c46-e5ee18b8, #w-node-_0f4abac6-f7bf-8de9-8594-1f011a2e8c4c-e5ee18b8 {
  align-self: start;
}

#w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-53168b02, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-53168b02, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-53168b02, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-53168b02, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-975ebfa2, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-975ebfa2, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-975ebfa2, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-975ebfa2, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-2b33dfd1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-2b33dfd1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-2b33dfd1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-2b33dfd1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-ded58e59, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-ded58e59, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-ded58e59, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-ded58e59, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-31967f4d, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-31967f4d, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-31967f4d, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-31967f4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_691456ea-3264-271b-31dd-29d7946af62b-2cf7f6b1, #w-node-bd138607-9384-49d1-bbb3-a4b38f20386f-2cf7f6b1 {
  align-self: start;
}

#w-node-_691456ea-3264-271b-31dd-29d7946af66a-2cf7f6b1, #w-node-ebbdfb45-41a5-1d1a-9e25-5db359572868-2cf7f6b1, #w-node-_691456ea-3264-271b-31dd-29d7946af6b0-2cf7f6b1, #w-node-_99e428dd-356f-4cd8-c60b-97871ce4efe1-2cf7f6b1, #w-node-_99e428dd-356f-4cd8-c60b-97871ce4efe4-2cf7f6b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90ddd1c1-95ca-fb72-2f94-fbfcd0f3388a-8ba08bd9, #w-node-_90ddd1c1-95ca-fb72-2f94-fbfcd0f33893-8ba08bd9, #w-node-_90ddd1c1-95ca-fb72-2f94-fbfcd0f3389c-8ba08bd9 {
  align-self: start;
}

#w-node-_90ddd1c1-95ca-fb72-2f94-fbfcd0f338f7-8ba08bd9, #w-node-_311fad3c-d18c-fdb4-e59c-d8b71c8004c0-8ba08bd9 {
  justify-self: center;
}

#w-node-_7eb0a75e-c2a9-50c0-e3ec-fb62d91d5c88-c869bc78 {
  justify-self: end;
}

#w-node-cf4bd99f-1c3c-091c-506d-ef3a8ff5394d-c869bc78 {
  align-self: auto;
}

#w-node-_45a85632-0f53-c4aa-2a05-a53e203737e6-b137d342, #w-node-_3f98fad7-ff55-e9a9-d311-85e062ae588d-b137d342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45a85632-0f53-c4aa-2a05-a53e203737eb-b137d342 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45a85632-0f53-c4aa-2a05-a53e203737ef-b137d342, #w-node-_45a85632-0f53-c4aa-2a05-a53e203737f9-b137d342, #w-node-_45a85632-0f53-c4aa-2a05-a53e203737fe-b137d342, #w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf61f-8874b61f, #w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf622-8874b61f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf625-8874b61f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf629-8874b61f, #w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf62f-8874b61f, #w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf632-8874b61f, #w-node-_9b62b592-e53e-1a8b-41a6-56956003552c-8874b61f, #w-node-_9b62b592-e53e-1a8b-41a6-56956003552f-8874b61f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b62b592-e53e-1a8b-41a6-569560035532-8874b61f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b62b592-e53e-1a8b-41a6-569560035536-8874b61f, #w-node-_9b62b592-e53e-1a8b-41a6-56956003553c-8874b61f, #w-node-_9b62b592-e53e-1a8b-41a6-56956003553f-8874b61f, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-26a65c50, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-26a65c50, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-26a65c50, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-26a65c50, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-3884cbff, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-3884cbff, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-3884cbff, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-3884cbff, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-8c74fed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-8c74fed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-8c74fed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-8c74fed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-6dcd6ed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-6dcd6ed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-6dcd6ed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-6dcd6ed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a89e-edd43c79, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8a4-edd43c79, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a901-edd43c79, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a907-edd43c79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f4abac6-f7bf-8de9-8594-1f011a2e8c40-0f1ebd49, #w-node-_0f4abac6-f7bf-8de9-8594-1f011a2e8c46-0f1ebd49, #w-node-_0f4abac6-f7bf-8de9-8594-1f011a2e8c4c-0f1ebd49 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5c6fac5e-6002-3fbe-f5b3-89c33eb2c50f-98f9d810 {
    justify-self: start;
  }

  #w-node-_085e73f7-30b5-18ee-5b1c-067dc0c9bfc5-9ca72891 {
    justify-self: center;
  }

  #w-node-_527912dd-ee0c-9c46-2a07-66ec4f9aedb3-9ca72891 {
    justify-self: start;
  }

  #w-node-fa3963fc-538c-74bb-2778-1b3473d7491b-9ca72891 {
    grid-column: span 5 / span 5;
  }

  #w-node-fa3963fc-538c-74bb-2778-1b3473d749e2-9ca72891 {
    grid-column: span 1 / span 1;
  }

  #w-node-a6ef308e-6ccd-8fc3-961d-bf8232bae107-3886335c, #w-node-_8b3434a0-a294-8274-191e-94d00320c671-3886335c, #w-node-c74b55b4-a680-b8ef-06bb-3d9dffb59778-3886335c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7eb0a75e-c2a9-50c0-e3ec-fb62d91d5c88-c869bc78 {
    justify-self: start;
  }

  #w-node-_45a85632-0f53-c4aa-2a05-a53e203737e6-b137d342, #w-node-_3f98fad7-ff55-e9a9-d311-85e062ae588d-b137d342, #w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf61f-8874b61f, #w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf622-8874b61f, #w-node-_9b62b592-e53e-1a8b-41a6-56956003552c-8874b61f, #w-node-_9b62b592-e53e-1a8b-41a6-56956003552f-8874b61f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c9f6f03-b5dd-d85f-8ac0-38ce6efe3c82-b65069ff, #w-node-_71ee1682-7ff6-3539-4717-40b21f3d0920-6cd7b73a, #w-node-_71ee1682-7ff6-3539-4717-40b21f3d097a-6cd7b73a, #w-node-e938339a-8897-7cc3-5c1e-68efcd50854d-153540f5, #w-node-daf34cb8-f63c-394e-3770-319c3fe85564-153540f5, #w-node-_6cd8aee5-ecae-0fb5-4de5-0b0203a9e547-153540f5, #w-node-_9012f100-26e9-0724-f3b7-5cf9eccb40d8-1618950b, #w-node-_664058c9-a0cc-edfd-7970-7b120ce568ca-a908b1dd, #w-node-_664058c9-a0cc-edfd-7970-7b120ce568ca-e9b41189, #w-node-_664058c9-a0cc-edfd-7970-7b120ce568ca-809d0ad1 {
    order: -9999;
  }

  #w-node-_369d13aa-0e68-8f72-a4df-6567d899297f-9ca72891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa3963fc-538c-74bb-2778-1b3473d7491b-9ca72891 {
    grid-column: span 1 / span 1;
  }

  #w-node-_80352c9d-167d-5396-9453-ebf7645de881-9ca72891, #w-node-_71ee1682-7ff6-3539-4717-40b21f3d0920-95243654, #w-node-_71ee1682-7ff6-3539-4717-40b21f3d097a-95243654, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-b7ecfb9e, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-12f56f55, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-028e9316, #w-node-c9c4ac55-a11c-d18e-517d-a1348bcafe9f-e5ee18b8, #w-node-e938339a-8897-7cc3-5c1e-68efcd50854d-e5ee18b8, #w-node-_82fc137c-d9a8-281b-df17-2edd15e54539-e5ee18b8, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-53168b02, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-975ebfa2, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-2b33dfd1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-ded58e59, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-31967f4d, #w-node-_8d4a972c-8df4-ff8c-a18a-57e12e671594-2cf7f6b1, #w-node-_67267b73-edf7-742d-288d-343fc8a7d46a-2cf7f6b1 {
    order: -9999;
  }

  #w-node-_691456ea-3264-271b-31dd-29d7946af664-2cf7f6b1 {
    justify-self: start;
  }

  #w-node-_691456ea-3264-271b-31dd-29d7946af66c-2cf7f6b1 {
    order: 9999;
  }

  #w-node-_691456ea-3264-271b-31dd-29d7946af66e-2cf7f6b1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_691456ea-3264-271b-31dd-29d7946af695-2cf7f6b1 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_691456ea-3264-271b-31dd-29d7946af69a-2cf7f6b1 {
    order: 9999;
  }

  #w-node-_691456ea-3264-271b-31dd-29d7946af69c-2cf7f6b1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ebbdfb45-41a5-1d1a-9e25-5db359572868-2cf7f6b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebbdfb45-41a5-1d1a-9e25-5db359572873-2cf7f6b1 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9a0c53eb-4280-48c1-120c-d3e8c41d669f-2cf7f6b1 {
    order: 9999;
  }

  #w-node-_9a0c53eb-4280-48c1-120c-d3e8c41d66a1-2cf7f6b1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_691456ea-3264-271b-31dd-29d7946af6b0-2cf7f6b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_691456ea-3264-271b-31dd-29d7946af6c3-2cf7f6b1 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_71ee1682-7ff6-3539-4717-40b21f3d0920-c869bc78, #w-node-_71ee1682-7ff6-3539-4717-40b21f3d097a-c869bc78, #w-node-_71ee1682-7ff6-3539-4717-40b21f3d0920-5734b24a, #w-node-_71ee1682-7ff6-3539-4717-40b21f3d097a-5734b24a, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-26a65c50, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-3884cbff, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-8c74fed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-6dcd6ed1, #w-node-f61bb2f3-c544-7736-8bb2-68424f27a8df-edd43c79, #w-node-c9c4ac55-a11c-d18e-517d-a1348bcafe9f-0f1ebd49, #w-node-e938339a-8897-7cc3-5c1e-68efcd50854d-0f1ebd49 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_085e73f7-30b5-18ee-5b1c-067dc0c9bfc5-9ca72891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_527912dd-ee0c-9c46-2a07-66ec4f9aedbf-9ca72891 {
    align-self: auto;
  }

  #w-node-a6ef308e-6ccd-8fc3-961d-bf8232bae107-3886335c, #w-node-a6ef308e-6ccd-8fc3-961d-bf8232bae10d-3886335c, #w-node-_8b3434a0-a294-8274-191e-94d00320c671-3886335c, #w-node-_8b3434a0-a294-8274-191e-94d00320c674-3886335c, #w-node-c74b55b4-a680-b8ef-06bb-3d9dffb59778-3886335c, #w-node-c74b55b4-a680-b8ef-06bb-3d9dffb5977b-3886335c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eb0a75e-c2a9-50c0-e3ec-fb62d91d5c94-c869bc78 {
    align-self: auto;
  }

  #w-node-_45a85632-0f53-c4aa-2a05-a53e203737e6-b137d342, #w-node-_3f98fad7-ff55-e9a9-d311-85e062ae588d-b137d342, #w-node-_45a85632-0f53-c4aa-2a05-a53e203737eb-b137d342, #w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf61f-8874b61f, #w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf622-8874b61f, #w-node-_90fddce2-76b5-85b9-575a-ed37e8eaf625-8874b61f, #w-node-_9b62b592-e53e-1a8b-41a6-56956003552c-8874b61f, #w-node-_9b62b592-e53e-1a8b-41a6-56956003552f-8874b61f, #w-node-_9b62b592-e53e-1a8b-41a6-569560035532-8874b61f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


