@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-ExtraBold.ttf') format("truetype"), url('../fonts/Nohemi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nohemi;
  src: url('../fonts/Nohemi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-brand--neutral-1);
  --text-color--text-primary: var(--base-color-brand--off-black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-brand--neutral-1);
  --base-color-neutral--neutral-2: #ccc;
  --text-color--text-alternate: var(--base-color-brand--neutral-green-2);
  --base-color-brand--green-2: #585f35;
  --base-color-brand--true-green: #d4e157;
  --base-color-neutral--black: black;
  --border-color--border-primary: var(--base-color-brand--off-black);
  --base-color-neutral--white: white;
  --base-color-brand--neutral-green-4: #2f3126;
  --base-color-brand--green-1: #a3ab78;
  --background-color--no-colour: #fff0;
  --text-color--color: var(--base-color-brand--neutral-green-3);
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-brand--neutral-2);
  --base-color-brand--neutral-green-3: #5c615e;
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-brand--neutral-1);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-1: #eee;
  --link-color--link-secondary: var(--base-color-brand--neutral-green-3);
  --base-color-neutral--neutral-4: #666;
  --base-color-brand--neutral-green-2: #818274;
  --text-color--color-2: var(--base-color-brand--true-green);
  --base-color-brand--black: black;
  --base-color-brand--neutral-1: #f6f6f3;
  --base-color-brand--off-black: #1a1d1b;
  --base-color-brand--neutral-3: #dad9d1;
  --base-color-brand--neutral-2: #eae9e2;
  --base-color-brand--neutral-green-1: #b4baac;
  --base-color-brand--white: white;
  --base-color-neutral--neutral-3: #aaa;
  --base-color-neutral--neutral-5: #444;
  --base-color-neutral--neutral-6: #222;
  --base-color-neutral--neutral-dark: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-3);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--color: var(--base-color-brand--neutral-green-1);
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: Nohemi, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

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

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

p {
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: var(--link-color--link-primary);
  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(--text-color--text-primary);
  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 {
  color: var(--link-color--link-primary);
  line-height: 1rem;
  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;
}

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

.container-large.landing-page {
  max-width: 110rem;
}

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

.align-center {
  text-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.align-center {
  max-width: 45rem;
  margin-left: auto;
}

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

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

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

.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-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom {
  margin: 0 0 1rem;
}

.margin-bottom.margin-4rem {
  margin: 0 0 4rem;
}

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

.margin-bottom.margin-large {
  margin: 0 0 1.5rem;
}

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

.margin-bottom.margin-xlarge {
  margin: 0 0 2rem;
}

.margin-bottom.margin-5rem {
  margin: 0 0 5rem;
}

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

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

.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-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-large {
  padding: 0;
}

.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-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large {
  padding: 5rem 0;
}

.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-vertical.padding-xhuge, .padding-vertical.padding-xhuge, .padding-vertical.padding-large {
  padding-left: 0;
  padding-right: 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 {
  color: var(--text-color--text-primary);
  font-size: 1.125rem;
}

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

.text-size-medium.text-black {
  color: var(--text-color--text-primary);
}

.text-size-medium.text-neutral-2 {
  color: var(--base-color-neutral--neutral-2);
  letter-spacing: 1px;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  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 {
  color: var(--text-color--text-primary);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.heading-style-h2.light-text-colour {
  color: var(--base-color-neutral--neutral-2);
  font-weight: 300;
  line-height: 1.1;
}

.heading-style-h2.text-alternate {
  color: var(--text-color--text-alternate);
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  color: var(--text-color--text-alternate);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6.green-bold {
  color: var(--base-color-brand--green-2);
}

.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(--text-color--text-alternate);
}

.heading-style-h5 {
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.text-light {
  font-weight: 300;
}

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

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

.heading-style-h1.landing-heading-1 {
  position: absolute;
  inset: 26% auto auto 16%;
}

.heading-style-h1.landing-heading-2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 7rem;
  font-weight: 400;
  position: absolute;
  inset: 39.4% 0% auto -12%;
}

.heading-style-h1.landing-heading-3 {
  font-size: 3.6rem;
  position: absolute;
  inset: 56% 0% 0% 30%;
}

.heading-style-h1.landing-heading-4 {
  text-align: left;
  white-space: nowrap;
  font-size: 7rem;
  position: absolute;
  inset: 64% 17% 0% auto;
}

.heading-style-h1.h1-light {
  white-space: normal;
  font-size: 5.5rem;
  font-weight: 300;
  transition: color .18s;
}

.heading-style-h1.h1-light:hover {
  color: var(--base-color-brand--true-green);
}

.heading-style-h1.services-heading {
  font-size: 6rem;
  font-weight: 200;
  line-height: 1.1;
}

.heading-style-h1.from {
  color: var(--text-color--text-alternate);
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
}

.heading-style-h1.scratch {
  background-color: var(--base-color-brand--true-green);
  color: var(--text-color--text-primary);
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 400;
}

.heading-style-h1._2-project {
  text-align: left;
  white-space: nowrap;
  font-size: 7rem;
  position: absolute;
  inset: 46% 44% 0% auto;
}

.heading-style-h1.project-screen {
  aspect-ratio: auto;
  color: var(--text-color--text-alternate);
  text-align: center;
  white-space: normal;
  font-size: 5rem;
  position: static;
  inset: 57% 18% 0% auto;
}

.heading-style-h1.project-heading-colour {
  color: var(--text-color--text-primary);
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1.hover-dark-green {
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: normal;
  margin-left: 0;
  font-size: 7vw;
  font-weight: 300;
  transition: font-variation-settings .2s cubic-bezier(.785, .135, .15, .86), color .18s;
}

.heading-style-h1.hover-dark-green:hover {
  color: var(--base-color-neutral--black);
  font-weight: 400;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  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(--base-color-neutral--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);
}

.button {
  border: 1px solid var(--base-color-brand--neutral-green-4);
  background-color: var(--background-color--background-primary);
  transition: border-color .2s ease, background-color undefined undefined;
  color: var(--base-color-brand--neutral-green-4);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--border-color--border-primary);
  text-transform: uppercase;
  border-radius: 20px;
  padding: .5rem 2.5rem;
  font-size: .9rem;
  text-decoration: none;
}

.button:hover {
  border-style: solid;
  border-color: var(--base-color-brand--true-green);
  background-image: linear-gradient(to bottom, var(--base-color-brand--true-green), var(--base-color-brand--true-green));
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--base-color-brand--true-green);
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-small {
  border-style: dashed;
  border-color: var(--base-color-brand--green-1);
  background-color: var(--background-color--no-colour);
  letter-spacing: 1px;
  border-radius: 15px;
  padding: .6rem 3rem;
  font-size: .75rem;
  line-height: 1rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

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

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

.heading-style-h4.grey {
  color: var(--base-color-neutral--neutral-2);
  font-weight: 300;
}

.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 {
  color: var(--text-color--color);
  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 {
  letter-spacing: 1px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

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

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  border-radius: 10px;
  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-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.text-align-left {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.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(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  flex-direction: column;
  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(--base-color-neutral--black);
}

.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;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-secondary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  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(--base-color-neutral--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;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.text-align-center {
  z-index: 5;
  text-align: center;
  width: 100%;
  position: static;
  inset: 0%;
  overflow: hidden;
}

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

.text-size-small.text-weight-semibold {
  font-weight: 300;
}

.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 {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  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(--text-color--text-alternate);
}

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

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

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

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

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

.text-size-large.running-line-1 {
  z-index: -10;
  color: var(--base-color-brand--neutral-green-3);
  white-space: nowrap;
  position: absolute;
  top: 40%;
  left: 10%;
}

.text-size-large.running-line-2 {
  z-index: -10;
  color: var(--base-color-brand--neutral-green-3);
  white-space: nowrap;
  position: absolute;
  top: 90%;
}

.text-size-large.running-line-3 {
  z-index: -10;
  color: var(--base-color-brand--neutral-green-3);
  white-space: nowrap;
  flex: 0 auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 10% 0% auto;
  transform: rotate(-90deg);
}

.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);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: block;
}

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

.padding-section-large {
  width: 100%;
  height: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.extra-botton-padding {
  padding-bottom: 10rem;
}

.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;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

.background-color-primary {
  background-color: var(--background-color--background-primary);
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  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 {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  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: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  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 {
  color: var(--text-color--text-alternate);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.tag.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding: .5rem;
}

.navbar1_menu-button {
  padding: 0;
}

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

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

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

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_menu-links {
  font-size: .9rem;
}

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

.navbar1_logo {
  height: 100px;
  margin-bottom: 10px;
}

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

.navbar1_link {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_component {
  background-color: var(--background-color--no-colour);
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1rem 4%;
  display: flex;
}

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

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

.navbar1_menu.is-page-height-tablet {
  font-size: .9rem;
}

.section_home_hero-header-1.landing {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 99vh;
  display: flex;
}

.section_home_hero-header-1.landing.hide {
  display: none;
}

.section_home_hero-header-2 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  position: static;
}

.home_hero-header-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  display: grid;
}

.home_hero-header-2_content-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  height: 100%;
  display: flex;
}

.home_we-help-businesses-connect-with-their-clients_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_we-help-businesses-connect-with-their-clients_content {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_we-help-businesses-connect-with-their-clients_image3 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_we-help-businesses-connect-with-their-clients_image-wrapper1 {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home_we-help-businesses-connect-with-their-clients_image-wrapper3 {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 52%;
  height: 40%;
  position: absolute;
  inset: 335px auto auto 20%;
  overflow: hidden;
}

.section_home_we-help-businesses-connect-with-their-clients {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.home_we-help-businesses-connect-with-their-clients_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_we-help-businesses-connect-with-their-clients_image-wrapper2 {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 90%;
  height: 81%;
  position: absolute;
  inset: 9% 5% 0%;
  overflow: hidden;
}

.home_we-help-businesses-connect-with-their-clients_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.home_services-we-offer_item-icon-wrapper {
  display: inline-block;
}

.home_services-we-offer_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_services-we-offer_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;
  margin-top: 1rem;
  margin-bottom: 0;
  display: grid;
}

.section_home_services-we-offer {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.home_services-we-offer_content-left {
  margin-left: 17%;
  display: flex;
}

.home_services-we-offer_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home_portfolio-list_instructions-list-item {
  padding-left: .5rem;
}

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

.section_home_portfolio-list {
  background-image: linear-gradient(to bottom, var(--base-color-neutral--black), var(--base-color-neutral--black));
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.home_portfolio-list_hover-css {
  display: none;
}

.home_portfolio-list_image {
  filter: none;
  width: 75%;
  max-width: 45rem;
}

.home_portfolio-list_image.dim-image {
  filter: grayscale(38%);
}

.home_portfolio-list_instructions-callout-image {
  margin-top: 1.5rem;
}

.home_portfolio-list_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.home_portfolio-list_list-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.home_portfolio-list_image-wrapper {
  z-index: 1;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: 50%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.home_portfolio-list_item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  color: var(--link-color--link-secondary);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.home_portfolio-list_instructions-list {
  padding-left: 1.25rem;
}

.portfolio-20-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  text-align: left;
  padding: 2rem;
  display: block;
}

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

.home_about-2_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.home_about-2_image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 95svh;
  max-height: 105svh;
  transition: filter .6s cubic-bezier(.77, 0, .175, 1);
}

.home_about-2_image:hover {
  filter: hue-rotate(304deg);
}

.section_home_about-2 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  overflow: hidden;
}

.home_about-2_content-left {
  max-width: 450px;
}

.home_about-2_content {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  color: var(--link-color--link-primary);
  grid-template-rows: auto;
  grid-template-columns: minmax(14px, .25fr) .75fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_testimonial_content {
  text-align: center;
  max-width: 768px;
}

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

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

.home_testimonial_logo {
  max-height: 3rem;
}

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

.section_home_testimonial {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.home_testimonial_rating-wrapper {
  justify-content: center;
  display: flex;
}

.home_testimonial_divider {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  align-self: stretch;
  width: 1px;
}

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

.footer15_social-list {
  grid-column-gap: .75rem;
  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;
  place-items: start;
  display: flex;
}

.footer15_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer15_credit-text {
  color: var(--base-color-neutral--neutral-4);
  letter-spacing: 1px;
  font-size: .875rem;
  font-weight: 300;
}

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

.footer15_image {
  font-weight: 700;
  line-height: 1.2;
}

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

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

.footer15_left-wrapper {
  display: none;
}

.footer15_logo {
  width: 100px;
}

.footer15_link-list {
  color: var(--base-color-brand--neutral-green-2);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  text-decoration: none;
  display: flex;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-image: linear-gradient(to bottom, var(--base-color-brand--neutral-green-3), var(--base-color-brand--neutral-green-3));
  width: 100%;
  height: 1px;
}

.footer15_link {
  color: var(--base-color-neutral--neutral-2);
  letter-spacing: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.footer15_link:hover {
  color: var(--text-color--color-2);
}

.footer15_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer15_logo-link {
  float: none;
  padding-left: 0;
}

.footer15_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
}

.footer15_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: none;
}

.footer15_component {
  z-index: 99;
  background-color: var(--base-color-brand--black);
  color: var(--text-color--text-secondary);
  position: relative;
  inset: auto 0% 0%;
}

.heading {
  color: var(--text-color--text-alternate);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
}

.heading-2 {
  color: var(--text-color--text-primary);
}

.extra-light-span {
  font-weight: 200;
}

.extra-light-span-wide {
  letter-spacing: 4px;
  font-weight: 200;
  position: static;
  top: 203px;
  left: 139.5px;
}

.screen-frame {
  z-index: -10;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 6rem auto 8%;
  transition: background-color .2s;
  display: block;
  position: absolute;
  inset: 2% 0% 0%;
}

.centered-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--base-color-brand--neutral-1);
}

.screen-square-top-left {
  border: 1px solid var(--base-color-brand--green-1);
  background-color: var(--background-color--background-primary);
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -6px auto auto -6px;
}

.screen-square-top-right {
  border: 1.1px solid var(--base-color-brand--green-1);
  background-image: linear-gradient(to bottom, var(--background-color--background-primary), var(--background-color--background-primary));
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -6px -6px auto auto;
}

.screen-square-bottom-left {
  border: 1px solid var(--base-color-brand--green-1);
  background-color: var(--background-color--background-primary);
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto -6px -6px;
}

.screen-square-bottom-lright {
  border: 1px solid var(--base-color-brand--green-1);
  background-color: var(--background-color--background-primary);
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto -6px -6px auto;
}

.ruler-wrap-horisontal {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -1.5% 0% auto;
  overflow: hidden;
}

.long-ruler-tick {
  background-color: var(--base-color-brand--green-1);
  width: 1px;
  height: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.short-ruler-tick {
  background-color: var(--base-color-brand--green-1);
  width: 1px;
  height: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.long-ruler-tick-2 {
  background-color: #a3ab78;
  width: 1px;
  height: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.ruler-wrap-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -1.5%;
  overflow: hidden;
}

.short-ruler-tick-horisontal {
  background-color: var(--base-color-brand--green-1);
  width: 5px;
  height: 1px;
  margin: 15px auto;
}

.long-ruler-tick-horisontal {
  background-color: var(--base-color-brand--green-1);
  width: 10px;
  height: 1px;
  margin: 15px auto;
}

.stand-for-something {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: -13px 0% 0% auto;
}

.image {
  width: 10px;
}

.arrow {
  width: 6px;
  margin-left: 15px;
}

.learn-more-on-right {
  margin-top: 4rem;
  margin-left: 60%;
  display: block;
}

.home_about-3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: var(--link-color--link-primary);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

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

.home_services-we-offer_list-2 {
  grid-column-gap: 7.8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.spacer-top-3rem {
  height: 3rem;
}

.spacer-top-5rem {
  height: 6rem;
}

.spacer-h-1rem {
  height: 1rem;
}

.home_about-2_content2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--link-color--link-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 10%;
  display: grid;
}

.padding-global-no-padding-right {
  padding-left: 4%;
  padding-right: 0%;
}

.get-in-touch {
  color: var(--base-color-brand--off-black);
  font-weight: 300;
}

.get-in-touch:hover {
  color: var(--base-color-brand--green-1);
}

.text-span {
  color: var(--text-color--color-2);
}

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

.screen-frame-2 {
  z-index: 5;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 59%;
  max-width: 800px;
  height: 35%;
  margin: 6rem auto 3%;
  display: flex;
  position: absolute;
  inset: 8% 0% 0% -12%;
}

.screen-square-top-left-small {
  border: 1.1px solid var(--base-color-brand--green-1);
  background-image: linear-gradient(to bottom, var(--background-color--background-primary), var(--background-color--background-primary));
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -6px auto auto -6px;
}

.screen-square-bottom-left-small {
  border: 1.1px solid var(--base-color-brand--green-1);
  background-image: linear-gradient(to bottom, var(--background-color--background-primary), var(--background-color--background-primary));
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto -6px -6px;
}

.screen-square-bottom-lright-small {
  border: 1.1px solid var(--base-color-brand--green-1);
  background-image: linear-gradient(to bottom, var(--background-color--background-primary), var(--background-color--background-primary));
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto -6px -6px auto;
}

.horisontal-dot-line {
  border-style: none dashed none none;
  border-width: 1px;
  border-color: black var(--base-color-brand--green-1) black black;
  width: 1px;
  height: 120px;
  position: absolute;
}

.dot-line-45-1 {
  border-style: none dashed none none;
  border-width: 1px;
  border-color: black var(--base-color-brand--green-1) black black;
  perspective-origin: 50%;
  width: 1px;
  height: 60px;
  position: absolute;
  transform: rotate(45deg);
}

.dot-line-45-2 {
  border-style: none dashed none none;
  border-width: 1px;
  border-color: black var(--base-color-brand--green-1) black black;
  perspective-origin: 50%;
  width: 1px;
  height: 60px;
  position: absolute;
  transform: rotate(-45deg);
}

.strategy-block {
  background-color: var(--base-color-brand--neutral-3);
  border-radius: 5px;
  padding: 1px 14px;
}

.strategy-block-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 116%;
  display: flex;
}

.screen-frame-3 {
  z-index: 5;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 67%;
  max-width: 870px;
  height: 30%;
  margin: 6rem auto 3%;
  display: flex;
  position: absolute;
  inset: 54% 16% 0% auto;
}

.centered-div-landing {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: -20% 0% auto;
}

.strategy-small-text {
  font-size: .8rem;
  line-height: 1.3;
}

.section_services_header {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 0%;
  display: flex;
}

.services_header_component {
  margin-top: 5%;
}

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

.services_feature_image {
  aspect-ratio: auto;
  object-fit: cover;
  min-height: 600px;
  display: inline-block;
  position: relative;
}

.services_feature_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

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

.services_feature_content-right {
  max-width: 550px;
  position: relative;
  top: -18%;
}

.section_services_feature {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.services_we-offer_item-icon-wrapper {
  display: inline-block;
}

.services_we-offer_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;
  height: 465px;
  display: grid;
}

.services_we-offer_content {
  grid-column-gap: 8rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_services_we-offer {
  background-color: var(--base-color-brand--neutral-2);
}

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

.services_how-it-works-4_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.services_how-it-works-4_item-icon-wrapper {
  display: inline-block;
}

.section_services_how-it-works-4 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.services_how-it-works-4_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.services_how-it-works-4_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

.services_how-it-works-4_content-left {
  flex-direction: column;
  align-items: center;
}

.services_cta_content-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.section_services_cta {
  background-image: linear-gradient(to bottom, var(--base-color-brand--neutral-1), var(--base-color-brand--neutral-1));
}

.services_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;
  max-width: 80%;
  display: grid;
}

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

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_component-2 {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

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

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

.footer15_link-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer15_component-2 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.medium {
  font-weight: 500;
}

.green-bold {
  color: var(--text-color--color-2);
  font-weight: 500;
}

.body-2 {
  background-color: var(--background-color--background-primary);
}

.home_portfolio-list_item-link-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.about-us_the-face-behind-the-screen_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.about-us_the-face-behind-the-screen_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-landing-page {
  height: 100svh;
  font-weight: 200;
}

.about-us_the-face-behind-the-screen_component {
  position: static;
}

.about-us_the-face-behind-the-screen_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 60vh;
  display: grid;
}

.about-us_about_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.section_about-us_about {
  background-color: var(--base-color-brand--neutral-green-4);
  color: var(--text-color--text-secondary);
}

.about-us_about_content-right {
  height: 100%;
}

.about-us_about_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 100%;
  margin-top: 4%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.about-us_about_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_about_content {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us_header_content-wrapper {
  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;
}

.about-us_header_content-right {
  margin-top: 12rem;
}

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

.about-us_header_video-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.about-us_header_lightbox {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  transform-origin: 100% 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us_header_component {
  min-height: 100vh;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_about-us_header, .section_about-us_cta {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.light-heading-6 {
  margin-top: 1rem;
  font-weight: 300;
}

.tagline-heading-wrap {
  margin-bottom: 4rem;
  margin-left: 8%;
  display: flex;
}

.screen-frame-about {
  z-index: 0;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 71vw;
  max-width: 947.195px;
  height: 29%;
  margin: 2.9rem auto auto;
  padding: 17px 10px 10px;
  display: flex;
  position: absolute;
  inset: 14% 0% 0% -6.8vw;
}

.h1-bold {
  font-weight: 500;
}

.the-screen {
  text-align: left;
  font-weight: 200;
  line-height: 1.2;
  position: relative;
  top: auto;
  left: -12%;
  right: auto;
}

.section_about-us_the-face-behind-the-screen-2 {
  white-space: nowrap;
  font-weight: 200;
  line-height: 1.2;
  position: relative;
  top: auto;
  left: auto;
}

.services-heading {
  color: var(--text-color--text-primary);
  letter-spacing: normal;
  font-size: 6.2rem;
  font-weight: 200;
  line-height: 1.15;
}

.human-img {
  z-index: -5;
  border: 2px solid var(--base-color-brand--green-1);
  background-image: url('../images/pic2_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 37vw;
  max-width: 500px;
  height: 49vw;
  max-height: 650px;
  position: absolute;
  inset: 30% 15svw 0% auto;
}

.img-circle-top-left {
  border: 1.1px solid var(--base-color-brand--green-1);
  background-image: linear-gradient(to bottom, var(--background-color--background-primary), var(--background-color--background-primary));
  border-radius: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 7px auto auto 7px;
}

.img-circle-top-right {
  border: 1.1px solid var(--base-color-brand--green-1);
  background-image: linear-gradient(to bottom, var(--background-color--background-primary), var(--background-color--background-primary));
  border-radius: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 7px 7px auto auto;
}

.img-circle-bottom-left {
  border: 1.1px solid var(--base-color-brand--green-1);
  background-image: linear-gradient(to bottom, var(--background-color--background-primary), var(--background-color--background-primary));
  border-radius: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto 7px 7px;
}

.img-circle-bottom-right {
  border: 1.1px solid var(--base-color-brand--green-1);
  background-image: linear-gradient(to bottom, var(--background-color--background-primary), var(--background-color--background-primary));
  border-radius: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto 7px 7px auto;
}

.p1-about-blob {
  width: 150%;
  position: relative;
  left: auto;
}

.p2-about-blob {
  width: 120%;
  position: relative;
  top: 60%;
  left: -25%;
}

.p3-about-blob {
  width: 120%;
  position: relative;
  top: 23%;
  left: -10%;
}

.screen-frame-about-2 {
  z-index: -3;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 18vw;
  max-width: 947.195px;
  height: 53%;
  margin: 2.9rem auto auto;
  padding: 17px 10px 10px;
  display: flex;
  position: absolute;
  inset: auto auto 8% 3%;
}

.section_portfolio_item-header {
  color: var(--text-color--text-primary);
  min-height: 90vh;
}

.portfolio_item-header_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

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

.portfolio_portfolio_image1, .portfolio_portfolio_image3, .portfolio_portfolio_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.portfolio_portfolio_item-link {
  text-decoration: none;
}

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

.section_portfolio_portfolio {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.portfolio_portfolio_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.portfolio_portfolio_item {
  margin-bottom: 3rem;
  display: inline-block;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.portfolio17_item {
  position: sticky;
  top: 0;
}

.portfolio17_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.portfolio17_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio17_list {
  position: sticky;
  top: 0;
}

.section_portfolio_cta {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

.body-projects {
  background-color: var(--base-color-brand--neutral-1);
  color: var(--text-color--text-secondary);
}

.screen-frame-projects {
  z-index: 0;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 59%;
  max-width: 800px;
  height: 35%;
  margin: 6rem auto 3%;
  display: flex;
  position: absolute;
  inset: 8% 0% 0% -12%;
}

.screen-frame-project-1 {
  z-index: -1;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 60%;
  margin: 6rem auto 8%;
  transition: background-color .2s;
  display: block;
  position: absolute;
  inset: 9% 0% 0%;
}

.screen-frame-project-1.none {
  display: none;
}

.screen-frame-project-2 {
  z-index: 0;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 681px;
  max-height: 110px;
  margin: 6rem auto 3%;
  padding: 1rem 1rem .5rem;
  display: flex;
  position: absolute;
  inset: 10% 0% 0% -7%;
}

.screen-frame-project-2.hide {
  display: none;
}

.screen-frame-project-3 {
  z-index: -1;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 45vw;
  max-width: 900px;
  max-height: 250px;
  margin: 15rem auto 3%;
  display: flex;
  position: absolute;
  inset: 24% 8% 0% auto;
}

.screen-frame-project-3.none {
  display: none;
}

.padding-section-large-project {
  min-height: 90vh;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.portfolio18_background-wrapper {
  position: absolute;
  inset: 0%;
}

.portfolio18_title-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
}

.portfolio18_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio18_image-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.portfolio18_item {
  z-index: -1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.portfolio18_list-wrapper {
  position: relative;
}

.portfolio18_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.container.flex-container {
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.flex-center {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 70svh;
  display: flex;
  position: relative;
}

.animation-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.text.mr-2 {
  margin-right: 2rem;
  font-size: 5.6rem;
  font-weight: 200;
}

.text.mr-2-landing {
  margin-right: 2rem;
  font-size: 8rem;
  font-weight: 200;
}

.emoji-hamd {
  display: inline-block;
}

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

.portfolio-header8_overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.portfolio-header8_100vh {
  z-index: 1;
  align-items: flex-end;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.portfolio-header8_background-image-wrapper {
  z-index: 0;
  background-color: var(--base-color-brand--neutral-1);
  position: absolute;
  inset: 0%;
}

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

.portfolio-header8_content-wrapper {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  position: relative;
}

.portfolio-header8_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_portfolio-header8 {
  position: relative;
}

.section_portfolio-header8.text-color-alternate {
  background-color: var(--base-color-brand--neutral-green-4);
}

.section_project_hero-header-1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.project_hero-header-1_content-wrapper {
  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_hero-header-1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.project_hero-header-1_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project_hero-header-2_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.project_hero-header-2_image {
  aspect-ratio: auto;
  border-radius: 9px;
  width: 100%;
  padding-bottom: 0;
}

.sction {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.project_hero-header-2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.project_feature-1_image {
  aspect-ratio: auto;
  object-fit: cover;
  height: auto;
  max-height: 100vh;
  position: relative;
  inset: 0% auto 0% -4vw;
}

.project_feature-1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: visible;
}

.project_feature-1_content-right {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.section_project_feature-1 {
  background-color: var(--base-color-brand--neutral-green-4);
  color: var(--text-color--text-primary);
}

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

.project_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: start;
  margin-right: 7%;
  display: grid;
}

.section_info {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.project_feature-2_video-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: visible;
}

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

.section_project_gallery {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.project_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
  display: inline-block;
}

.project_gallery_image2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project_gallery_image4 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.project_gallery_image3 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: -1px;
}

.project_gallery_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.project_gallery_image1 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project_gallery_list {
  column-count: 2;
  column-gap: 2rem;
}

.project_gallery_image-wrapper-large {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project_testimonial_content {
  text-align: center;
}

.section_project_testimonial {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

.project_testimonial_logo {
  max-height: 3.5rem;
}

.section_project_cta {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.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: start;
  display: grid;
}

.padding-section-large-projects {
  height: 100vh;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-out-of-grid-1 {
  width: 222%;
  position: relative;
}

.margin-top {
  margin-top: 2rem;
}

.margin-top-and-bottom {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.challenge-heading-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-right: 5%;
  display: flex;
}

.challenge-text-wrap {
  max-width: 700px;
  margin-bottom: auto;
}

.challenge-solution-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: auto;
  margin-right: 5%;
  display: flex;
}

.background-video {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 9px;
  min-width: 1152px;
  max-width: 1668px;
  max-height: 738px;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
}

.div-block {
  aspect-ratio: auto;
  width: 100%;
  max-width: 800px;
  height: 60vh;
  min-height: 661px;
}

.padding-section-large-no-bottom {
  height: 100%;
  padding-top: 7rem;
  padding-bottom: 0;
}

.spacer-h5rem {
  height: 5rem;
}

.section-vision {
  overflow: visible;
}

.section-vision.revolution {
  height: 100vh;
  overflow: hidden;
}

.revolution-image {
  z-index: 2;
  width: 500px;
  display: block;
  position: absolute;
}

.hero-text {
  z-index: 1;
  position: absolute;
}

.hero-text.top {
  z-index: 3;
  display: block;
}

.hero-text-1 {
  white-space: nowrap;
  font-size: 160px;
  font-weight: 600;
}

.hero-text-1.top {
  color: #0000;
}

.hero-text-2 {
  white-space: nowrap;
  font-size: 160px;
  font-weight: 600;
}

.hero-text-2.top {
  color: #0000;
}

.max80-image {
  border-radius: 10px;
  min-width: 80%;
  max-width: 80%;
}

.body-light {
  color: var(--base-color-neutral--neutral-2);
}

.challenge-max-width {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 800px;
  margin-right: 7%;
  display: grid;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 700px;
  height: 100%;
  display: flex;
}

._2rem-bottom {
  margin-bottom: 2rem;
}

.vid-grid-helico {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
  overflow: visible;
}

.vid-on-the-grid {
  z-index: 1;
  object-position: 50% 50%;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 98%;
  max-height: 100%;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
}

.vid-in-the-grid-wrap {
  aspect-ratio: auto;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.vid-grid-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
  overflow: visible;
}

.image-grid {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

.project_feature-2_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.section_project_portfolio-list {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.project_portfolio-list_item-link {
  text-decoration: none;
}

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

.project_portfolio-list_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

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

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

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

.section_layout357 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout357_image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.layout357_content-item {
  border-top: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  position: sticky;
}

.layout357_content-item.content-item-1 {
  background-color: var(--base-color-brand--neutral-2);
  margin-bottom: 12rem;
  top: 0;
}

.layout357_content-item.content-item-2 {
  background-color: var(--base-color-brand--neutral-3);
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 4rem;
}

.layout357_content-item.content-item-3 {
  background-color: var(--base-color-brand--neutral-green-1);
  background-image: linear-gradient(#dad9d140, #dad9d140);
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 8rem;
}

.layout357_content-item.content-item-4 {
  background-color: var(--base-color-brand--neutral-green-2);
  background-image: linear-gradient(#b4baac59, #b4baac59);
  margin-bottom: 4rem;
  top: 0;
}

.layout357_content-item.content-item-1 {
  margin-bottom: 12rem;
  top: 0;
}

.layout357_content-item.content-item-2 {
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 4rem;
}

.layout357_content-item.content-item-3 {
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 8rem;
}

.layout357_content-item.content-item-4 {
  margin-bottom: 4rem;
  top: 0;
}

.layout357_anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.layout357_component {
  position: sticky;
  top: 0%;
}

.layout357_content-left {
  max-width: 600px;
}

.layout357_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.layout357_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  position: relative;
  overflow: hidden;
}

.layout357_content-layout {
  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;
}

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

.section_full-screen-image {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  background-image: url('../images/Frame-6.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 110vh;
}

.leaf {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-right: 10px;
}

._100-w-image {
  border-radius: 10px;
  max-width: 100%;
}

.gif-grid {
  grid-template: "."
  / 1fr 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center stretch;
}

.gif-helico {
  width: 100%;
  max-width: none;
}

._80-text {
  width: 80%;
}

.gif-section {
  background-color: var(--background-color--background-tertiary);
  color: var(--text-color--text-primary);
}

.other-project-list-section {
  background-image: linear-gradient(to bottom, var(--base-color-brand--neutral-3), var(--base-color-brand--neutral-3));
}

.ao-air-pic1 {
  aspect-ratio: auto;
  filter: grayscale();
  object-fit: cover;
  max-height: 100vh;
  position: relative;
  inset: 0% auto 0% -4vw;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.ao-air-bottom-m {
  object-fit: cover;
  height: 48%;
  margin-bottom: 0;
}

._80-text-left {
  width: 80%;
}

.image-grid-corners {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: -1px;
}

.helico-old-logos-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.og-concept-section-ao-air {
  background-color: var(--background-color--background-tertiary);
  color: var(--text-color--text-primary);
}

.gif-grid-ao-air {
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center stretch;
}

.dharamshala-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: column;
  grid-template: ". . Area-2 Area-2"
  / 1.25fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: .75rem;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
  overflow: visible;
}

.dharamshala-slides-grid {
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: -1px;
}

.dharamshala-grid-pannel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: .75rem;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
  overflow: visible;
}

.section-grey {
  background-color: var(--base-color-brand--neutral-2);
}

.section_full-screen-image-copy {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  background-image: url('../images/Frame-6.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 110vh;
}

.video-section {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.section_full-screen-matt {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  background-image: url('../images/Matt-Joe-Gow-CD-3-min.png');
  background-position: 50%;
  background-size: cover;
  min-height: 110vh;
}

.jade-studio-ruth-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: auto;
}

.jade-studio-image {
  object-fit: cover;
  width: 100%;
  height: 85%;
  overflow: hidden;
}

.jade-studio-image-2 {
  object-fit: cover;
  width: 100%;
  height: 90%;
}

.jade-studio-process {
  background-color: var(--background-color--background-tertiary);
  color: var(--text-color--text-primary);
}

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

.helico-image-grid-section {
  background-color: var(--base-color-brand--neutral-2);
  color: var(--text-color--text-primary);
}

.padding-section-large-no-top {
  height: 100%;
  padding-top: 0;
  padding-bottom: 7rem;
}

.helico-screen-image {
  border-radius: 20px;
}

.ao-air-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ao-air-cards-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.background-video-responsive {
  z-index: 1;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 9px;
  flex: 1;
  width: 85%;
  height: 100%;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
}

.challenge-solution-wrapper {
  aspect-ratio: auto;
  width: 100%;
  max-width: 800px;
  height: 60vh;
  min-height: 661px;
}

.background-video-responsive-2 {
  z-index: 1;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border-radius: 9px;
  width: 85%;
  height: 100%;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
}

.background-video-responsive-3 {
  z-index: 1;
  aspect-ratio: 16 / 10.25;
  object-fit: contain;
  border-radius: 9px;
  width: 85%;
  height: 100%;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
}

.jade-studio-grid-ruth {
  grid-column-gap: 5rem;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center stretch;
}

._80-text---100-tablet {
  width: 80%;
}

.spacer-h5rem-show-always {
  height: 5rem;
}

.screen-frame-trigger {
  z-index: 1;
  border: 1px dashed var(--base-color-brand--green-1);
  background-color: #fff0;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 6rem auto 8%;
  transition: background-color .2s;
  display: block;
  position: absolute;
  inset: 2% 0% 0%;
}

.screen-frame-trigger:hover {
  background-color: var(--base-color-neutral--white);
  background-image: none;
}

.learn-more-link {
  color: var(--text-color--text-primary);
  text-decoration: none;
  display: flex;
}

.learn-more-link:hover {
  color: var(--text-color--text-secondary);
}

.learn-mroe-about {
  display: flex;
}

.learn-mroe-about:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.big-heading {
  font-size: 7vw;
}

.home_services-we-offer_list-copy {
  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;
}

.button-parent {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  height: 260px;
  display: flex;
  position: relative;
}

.num-txt {
  margin-top: 15px;
  margin-right: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-parent-txt {
  padding: 0 0 0 2px;
  position: relative;
}

.text-parent {
  z-index: 4;
  position: relative;
}

.btn-txt-3 {
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}

.a-1 {
  background-color: #000;
  width: 18px;
  height: 2px;
  margin-left: 6px;
  position: absolute;
  inset: 10px 0% auto 90px;
}

.a-3 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  width: 8px;
  height: 2px;
  position: absolute;
  inset: auto 0% 3px auto;
  transform: rotate(45deg);
}

.a-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  width: 8px;
  height: 2px;
  position: absolute;
  inset: 3px 0% auto auto;
  transform: rotate(-45deg);
}

.learn-more {
  padding-left: 2px;
  padding-right: 2px;
}

.learn-more:hover {
  color: var(--background-color--background-primary);
  text-decoration: none;
}

.grid-parent {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  height: 260px;
  display: flex;
  position: relative;
}

.a-1-2 {
  background-color: var(--base-color-neutral--black);
  width: 18px;
  height: 2px;
  margin-left: 6px;
  position: absolute;
  inset: 10px 0% auto 60px;
}

.grid-wrapper {
  perspective: 1000px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.grid__horizontal-wrapper {
  z-index: 1;
  width: 100%;
  height: 400vh;
  position: absolute;
  top: 0%;
}

.grid__horizontal {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.horizontal-line {
  background-color: #63b852;
  width: 100%;
  height: 2px;
  box-shadow: 0 0 10px #3ae94c;
}

.grid-2 {
  transform-style: preserve-3d;
  width: 100vw;
  height: 200vh;
  position: relative;
  overflow: hidden;
  transform: translate(0, -50vh)rotateX(69deg)rotateY(0)rotateZ(0);
}

.vertical-line {
  background-color: #63b852;
  width: 2px;
  height: 100%;
  box-shadow: 0 0 10px #3ae94c;
}

.grid__vertical {
  z-index: 0;
  justify-content: space-around;
  width: 100%;
  height: 200vh;
  display: flex;
  position: absolute;
  top: 0%;
}

.scanlines {
  z-index: 1;
  opacity: .15;
  position: fixed;
  inset: 0%;
}

.scanlines__video {
  filter: saturate(0%);
  width: 100%;
  height: 100%;
}

.page-wrapper-2 {
  width: 100vw;
  height: 100vh;
}

.grid__mask {
  z-index: 2;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle, #0000, #000 69%);
  width: 100%;
  height: 200vh;
  position: absolute;
  transform: translate3d(0, 0, 2000px);
}

.page-wrapper-grid {
  width: 100vw;
  height: 100vh;
}

.section_typewriter-animation-landing {
  justify-content: center;
  align-items: center;
  height: 80svh;
  display: block;
}

.padding-global-landing {
  width: 100%;
  height: 100%;
  margin-top: 9%;
  padding-left: 4%;
  padding-right: 4%;
  display: block;
}

.container-landing {
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-landing.flex-container {
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.animation-wrapper-landing {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 50svh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-4 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  display: flex;
}

.text-landing {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-landing.mr-2 {
  margin-right: 2rem;
  font-size: 5.6rem;
  font-weight: 200;
}

.text-landing.mr-2-landing {
  margin-right: 2rem;
  font-size: 6.5rem;
  font-weight: 200;
}

.padding-vertical-footer {
  padding: 7rem 0 1rem;
}

.padding-vertical-footer.padding-0, .padding-vertical-footer.padding-xxhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-footer.padding-large {
  padding: 5rem 0;
}

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

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  background-color: var(--base-color-brand--true-green);
}

.button-text {
  z-index: 5;
  position: relative;
}

.icon-1x1-tiny {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.button-bg {
  z-index: 0;
  background-color: #191919;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-menu-nav-link-3 {
  color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 100px;
  font-weight: 400;
  line-height: 125px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths13-menu-contact-info-inner-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 300;
  display: flex;
}

.ths13-menu-footer {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-social-link {
  opacity: .65;
  margin-right: 45px;
  transition: opacity .2s ease-in-out;
}

.ths13-social-link:hover {
  opacity: 1;
}

.ths13-menu-contact-link {
  color: #f2f2f2a6;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.ths13-menu-contact-link:hover {
  color: #f2f2f2;
}

.ths13-menu-contact-link.ths13-no-margin-bottom {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.ths13-menu-contact-link.ths13-no-margin-bottom:hover {
  color: var(--base-color-brand--true-green);
}

.ths13-menu {
  z-index: 100;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  inset: -100% 0% 0%;
}

.ths13-social-links-divider {
  color: #ffc000;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(20deg);
}

.ths13-contact-address {
  color: #f2f2f2;
  text-align: right;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
}

.ths13-social-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: none;
  overflow: hidden;
}

.ths13-menu-contact-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  overflow: hidden;
}

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

.ths13-menu-icon-bar-top {
  background-color: var(--base-color-brand--off-black);
  width: 21px;
  height: 1.5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-hero-slide-total-number {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-menu-link-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ths13-menu-link-text-wrapper {
  color: #f2f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.ths13-heading-h1-wrapper {
  overflow: hidden;
}

.ths13-nav-link-text {
  color: var(--base-color-brand--off-black);
  font-size: 1rem;
  font-weight: 400;
}

.ths13-heading-h1 {
  color: #f2f2f2;
  text-align: center;
}

.ths13-menu-link-text {
  color: var(--base-color-brand--off-black);
  font-size: 1rem;
  font-weight: 400;
}

.ths13-hero-slide-number-divider {
  color: #ffc000;
  margin-top: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transform: rotate(20deg);
}

.ths13-hero-slide-content {
  justify-content: center;
  align-items: center;
  max-width: 1234px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ths13-hero-slider-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  display: flex;
  inset: 0% 0% 0% auto;
}

.ths13-hero-section-footer {
  z-index: 7;
  justify-content: flex-start;
  align-items: stretch;
  width: 66.6667%;
  height: 90px;
  padding-left: 60px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-hero-slider {
  background-color: #0000;
  width: 100%;
  min-height: 100vh;
  display: block;
}

.ths13-nav-link {
  color: #f2f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.ths13-overlay {
  mix-blend-mode: soft-light;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.ths13-menu-link-hover-text {
  color: var(--base-color-brand--true-green);
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
}

.ths13-menu-icon-wrapper {
  border: 1.5px solid var(--base-color-brand--off-black);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: flex;
}

.ths13-scroll-line {
  background-color: #f2f2f2;
  width: 2px;
  height: 50px;
}

.ths13-hero-footer-scroll-text-wrapper {
  opacity: .8;
  color: #f2f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}

.ths13-hero-footer-scroll-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.ths13-hero-section {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.ths13-hero-slide-number {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-slide-number-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ths13-nav-link-hover-text {
  color: var(--base-color-brand--true-green);
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
}

.ths13-silde-number-inner-wrapper {
  overflow: hidden;
}

.ths13-scroll-line-wrapper {
  opacity: .8;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.ths13-logo {
  width: 6svw;
  min-width: 90px;
  max-width: 120px;
}

.ths13-header {
  z-index: 101;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.ths13-hero-slider-arrow {
  display: none;
}

.ths13-menu-icon-bar-bottom {
  background-color: var(--base-color-brand--off-black);
  width: 21px;
  height: 1.5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.button-div {
  margin-top: 2rem;
}

.testimonial-slider {
  background-color: #ddd0;
}

.slide-nav {
  display: none;
}

.bold-text {
  font-size: 1rem;
  font-weight: 300;
}

.menu-block {
  z-index: 1000;
  position: static;
  inset: 0%;
}

.text-block {
  letter-spacing: 1px;
}

.map-footer {
  max-height: 457.448px;
}

.services_i-work_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--link-color--link-primary);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-3 {
  width: 100%;
}

.vid-grid-altius, .vid-grid-ao-air {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
  overflow: visible;
}

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

.vid-grid-batfast {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
  overflow: visible;
}

.project_feature-1_image-batfast {
  aspect-ratio: auto;
  object-fit: cover;
  height: auto;
  max-height: 100vh;
  position: relative;
  inset: 0% auto 0% -4vw;
}

.centered-div-ltestimonials {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
  position: static;
  inset: -20% 0% auto;
}

.about-landing-page-old {
  height: 100svh;
  font-weight: 200;
  display: none;
}

.section_about_header {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 0%;
  display: flex;
}

.about_header_component {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: auto;
  display: flex;
}

.about-heading {
  color: var(--text-color--text-primary);
  letter-spacing: normal;
  font-size: 6.2rem;
  font-weight: 200;
  line-height: 1.15;
}

.about-component-subtitle {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  inset: -20% 0% auto;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
}

.about-header-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  height: 100%;
  max-height: 90svh;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 10px;
}

.about-header-pic {
  width: 100%;
  height: 100%;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-wrapper {
  z-index: 5;
  text-align: center;
  width: 100%;
  max-width: 1467.22svw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h1-home-heading {
  font-size: 6rem;
  font-weight: 200;
}

.projects-titles {
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.projects-titles.landing-heading-1 {
  position: absolute;
  inset: 26% auto auto 16%;
}

.projects-titles.landing-heading-2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 7rem;
  font-weight: 400;
  position: absolute;
  inset: 39.4% 0% auto -12%;
}

.projects-titles.landing-heading-3 {
  font-size: 3.6rem;
  position: absolute;
  inset: 56% 0% 0% 30%;
}

.projects-titles.landing-heading-4 {
  text-align: left;
  white-space: nowrap;
  font-size: 7rem;
  position: absolute;
  inset: 64% 17% 0% auto;
}

.projects-titles.h1-light {
  white-space: normal;
  font-size: 5.5rem;
  font-weight: 300;
  transition: color .18s;
}

.projects-titles.h1-light:hover {
  color: var(--base-color-brand--true-green);
}

.projects-titles.services-heading {
  font-size: 6rem;
  font-weight: 200;
  line-height: 1.1;
}

.projects-titles.from {
  color: var(--text-color--text-alternate);
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
}

.projects-titles.scratch {
  background-color: var(--base-color-brand--true-green);
  color: var(--text-color--text-primary);
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 400;
}

.projects-titles._2-project {
  text-align: left;
  white-space: nowrap;
  font-size: 7rem;
  position: absolute;
  inset: 46% 44% 0% auto;
}

.projects-titles.project-screen {
  aspect-ratio: auto;
  color: var(--text-color--text-alternate);
  text-align: center;
  white-space: normal;
  font-size: 5rem;
  position: static;
  inset: 57% 18% 0% auto;
}

.projects-titles.project-heading-colour {
  color: var(--text-color--text-primary);
  font-weight: 500;
  line-height: 1;
}

.projects-titles.hover-dark-green {
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-left: 0;
  font-size: 6.5vw;
  font-weight: 300;
  transition: font-variation-settings .2s cubic-bezier(.785, .135, .15, .86), color .18s;
}

.projects-titles.hover-dark-green:hover {
  color: var(--base-color-neutral--black);
  font-weight: 400;
}

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

  .text-style-link {
    font-size: .9rem;
  }

  .max-width-large.align-center {
    justify-content: center;
    align-items: flex-start;
    max-width: 40rem;
    display: flex;
  }

  .max-width-large.align-center.hide {
    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;
  }

  .text-size-medium {
    color: var(--text-color--text-primary);
    font-size: 1.1rem;
  }

  .heading-style-h2, .heading-style-h2.light-text-colour {
    font-size: 3rem;
  }

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

  .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-h1.landing-heading-4 {
    left: -6%;
  }

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

  .heading-style-h1._2-project {
    left: -6%;
  }

  .heading-style-h1.project-screen {
    text-align: center;
    font-size: 4rem;
    left: -6%;
  }

  .heading-style-h1.hover-dark-green {
    font-size: 3.5rem;
  }

  .button:hover {
    background-image: linear-gradient(to bottom, var(--base-color-brand--true-green), var(--base-color-brand--true-green));
    border-style: none;
  }

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

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

  .text-size-large {
    aspect-ratio: auto;
    margin-top: auto;
  }

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

  .padding-section-large {
    height: auto;
    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;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .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_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

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

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    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;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home_hero-header-2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home_hero-header-2_content-right {
    max-width: none;
  }

  .home_we-help-businesses-connect-with-their-clients_content-left {
    margin-right: 10%;
  }

  .home_services-we-offer_list {
    grid-column-gap: 2rem;
  }

  .home_services-we-offer_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_portfolio-list_image-wrapper {
    z-index: -1;
  }

  .home_about-2_image-wrapper {
    overflow: visible;
  }

  .home_about-2_image {
    aspect-ratio: auto;
    object-fit: cover;
    min-height: 100svh;
  }

  .home_about-2_content {
    grid-column-gap: 1.5rem;
    grid-template-columns: .25fr 1.75fr 2.25fr;
    grid-auto-flow: row;
    min-height: auto;
    overflow: visible;
  }

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

  .footer15_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-bottom: 10%;
  }

  .home_about-3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_services-we-offer_list-2 {
    grid-column-gap: 2rem;
  }

  .home_about-2_content2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .get-in-touch {
    color: var(--base-color-brand--green-1);
  }

  .services_header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .services_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .services_we-offer_list {
    grid-column-gap: 2rem;
  }

  .services_we-offer_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .services_how-it-works-4_content {
    grid-column-gap: 3rem;
  }

  .services_how-it-works-4_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .services_cta_content {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

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

  .about-us_the-face-behind-the-screen_content {
    grid-column-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr;
    grid-auto-flow: row;
    min-height: 60vh;
  }

  .about-us_about_image-wrapper {
    height: 90%;
  }

  .section_about-us_about {
    min-height: 70svh;
  }

  .about-us_about_item-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: auto;
  }

  .about-us_about_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .5fr 1fr;
    grid-auto-flow: row;
    height: 100%;
    min-height: 50svh;
  }

  .about-us_header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .about-us_header_video-wrapper {
    justify-content: center;
    height: 60vh;
  }

  .about-us_cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .screen-frame-about {
    width: 66vw;
    height: 20%;
    top: 11%;
    left: -19.5vw;
  }

  .the-screen, .section_about-us_the-face-behind-the-screen-2 {
    font-size: 7svw;
  }

  .services-heading {
    font-size: 3.7rem;
  }

  .human-img {
    width: 50vw;
    height: 65vw;
    top: 26%;
    right: 6%;
  }

  .p1-about-blob {
    width: 100%;
    margin-bottom: 1rem;
    position: static;
    top: -13%;
    left: auto;
  }

  .p2-about-blob {
    width: 100%;
    margin-bottom: 1rem;
    position: static;
    top: 47%;
    left: -62%;
  }

  .p3-about-blob {
    width: 100%;
    position: static;
    top: 8%;
    left: -23%;
  }

  .screen-frame-about-2 {
    width: 29vw;
    height: 42%;
    left: 2%;
  }

  .portfolio_portfolio_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }

  .portfolio_cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .screen-frame-project-1 {
    z-index: -1;
  }

  .screen-frame-project-2 {
    max-width: 550px;
  }

  .screen-frame-project-3 {
    z-index: -1;
    width: 60vw;
    max-height: 200px;
    padding-left: 2rem;
    padding-right: 2rem;
    right: 5%;
  }

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

  .text.mr-2-landing {
    font-size: 6rem;
  }

  .portfolio-header8_metatag-list {
    grid-template-columns: 1.25fr 1fr;
  }

  .portfolio-header8_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1.5fr 1.25fr;
  }

  .project_hero-header-1_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .project_hero-header-2_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .project_feature-1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-flow: row;
  }

  .project_feature-2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1.25fr;
    margin-right: auto;
  }

  .project_cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .div-block {
    height: auto;
    min-height: 60vh;
  }

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

  .max80-image {
    max-width: 100%;
  }

  .challenge-max-width {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .vid-grid-helico {
    grid-template-columns: 1.25fr;
  }

  .vid-in-the-grid-wrap {
    min-height: 500px;
  }

  .project_portfolio-list_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout357_image {
    height: 30rem;
  }

  .layout357_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout357_content-item.content-item-1 {
    margin-bottom: 0;
    position: sticky;
    inset: 0;
  }

  .layout357_content-item.content-item-2 {
    margin-top: 0;
    margin-bottom: 0;
    position: sticky;
    inset: 4rem auto auto;
  }

  .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    position: sticky;
    top: 8rem;
  }

  .layout357_content-item.content-item-4, .layout357_content-item.content-item-1 {
    margin-bottom: 0;
  }

  .layout357_content-item.content-item-2, .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .layout357_content-item.content-item-4 {
    margin-bottom: 0;
  }

  .layout357_content-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_full-screen-image {
    min-height: 100vh;
  }

  ._100-w-image {
    width: 100%;
  }

  .helico-old-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_full-screen-matt {
    min-height: 100vh;
  }

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

  .background-video-responsive {
    aspect-ratio: 16 / 9;
  }

  .challenge-solution-wrapper {
    height: auto;
    min-height: 60vh;
  }

  .background-video-responsive-2 {
    aspect-ratio: 16 / 10;
    width: 100%;
  }

  .background-video-responsive-3 {
    aspect-ratio: 16 / 10.23;
    width: 100%;
  }

  .jade-studio-grid-ruth {
    grid-column-gap: 3rem;
  }

  ._80-text---100-tablet {
    width: 100%;
  }

  .big-heading {
    font-size: 7vw;
  }

  .home_services-we-offer_list-copy {
    grid-column-gap: 2rem;
  }

  .text-landing {
    font-size: 6rem;
  }

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

  .ths13-logo {
    width: 90px;
  }

  .ths13-header {
    padding-top: 10px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .map-footer {
    z-index: -1;
    max-height: 400px;
    position: absolute;
    inset: auto 5% 20% auto;
  }

  .div-block-5 {
    margin-bottom: 10%;
  }

  .left-arrow {
    margin-left: -2%;
  }

  .right-arrow {
    margin-right: -2%;
  }

  .icon {
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 0;
    inset: 0% auto 0% 0%;
  }

  .services_i-work_grid {
    grid-column-gap: 1.5rem;
    grid-template-columns: 2fr 1.5fr;
    grid-auto-flow: row;
    min-height: auto;
    overflow: visible;
  }

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

  .vid-grid-ao-air {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

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

  .vid-grid-batfast {
    margin-bottom: auto;
  }

  .about-heading {
    font-size: 3.7rem;
  }

  .about-header-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr .75fr;
    min-height: 80svh;
    margin-top: 10%;
    padding-bottom: 0;
  }

  .about-header-pic {
    object-fit: cover;
    height: 80%;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .projects-titles {
    font-size: 3.25rem;
  }

  .projects-titles.landing-heading-4 {
    left: -6%;
  }

  .projects-titles.from {
    font-size: 4rem;
  }

  .projects-titles._2-project {
    left: -6%;
  }

  .projects-titles.project-screen {
    text-align: center;
    font-size: 4rem;
    left: -6%;
  }

  .projects-titles.hover-dark-green {
    font-size: 3.5rem;
  }
}

@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-large.align-center {
    max-width: 87%;
    height: auto;
  }

  .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-top.margin-medium {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .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-size-medium.cta-text {
    text-align: center;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2, .heading-style-h2.light-text-colour {
    font-size: 2.3rem;
  }

  .heading-style-h2.cta-text {
    text-align: center;
  }

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

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

  .heading-style-h5.text-light {
    font-size: 1rem;
  }

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

  .heading-style-h1.from, .heading-style-h1.project-screen {
    font-size: 3.4rem;
  }

  .heading-style-h1.project-heading-colour {
    font-size: 3rem;
  }

  .heading-style-h1.hover-dark-green {
    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-align-center {
    overflow: hidden;
  }

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .home_hero-header-2_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_we-help-businesses-connect-with-their-clients_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_we-help-businesses-connect-with-their-clients_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home_services-we-offer_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home_services-we-offer_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_portfolio-list_item-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .home_about-2_image-wrapper {
    margin-bottom: auto;
  }

  .home_about-2_image {
    min-height: 50vh;
  }

  .home_about-2_content {
    grid-row-gap: 2rem;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
  }

  .home_testimonial_content {
    height: auto;
  }

  .home_testimonial_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .home_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .home_testimonial_divider {
    display: none;
  }

  .footer15_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer15_credit-text {
    margin-top: 2rem;
  }

  .footer15_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer15_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer15_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .learn-more-on-right {
    margin-top: 3rem;
  }

  .home_about-3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_services-we-offer_list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .spacer-top-5rem {
    height: 1rem;
  }

  .spacer-top-5rem.spacer-5rem-edit {
    height: 3rem;
  }

  .home_about-2_content2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .services_header_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .services_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .services_we-offer_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services_we-offer_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .services_how-it-works-4_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .services_how-it-works-4_list {
    grid-row-gap: 3rem;
  }

  .services_cta_content-right {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .services_cta_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

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

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

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

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

  .home_portfolio-list_item-link-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .about-us_the-face-behind-the-screen_content, .about-us_about_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_header_content-wrapper {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .about-us_header_content-right {
    margin-top: 0;
  }

  .about-us_header_video-wrapper {
    height: auto;
  }

  .about-us_header_component {
    min-height: auto;
  }

  .about-us_cta_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .services-heading {
    font-size: 3.5rem;
  }

  .human-img {
    width: 48vw;
    height: 52vw;
  }

  .p1-about-blob, .p2-about-blob, .p3-about-blob {
    width: 100%;
    position: static;
  }

  .portfolio_portfolio_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_cta_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .screen-frame-project-1 {
    height: 40%;
    display: none;
    top: 15%;
  }

  .screen-frame-project-2 {
    max-width: 470px;
  }

  .screen-frame-project-3 {
    width: 70vw;
    max-height: 200px;
    display: none;
  }

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

  .text.mr-2-landing {
    font-size: 5rem;
  }

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

  .project_hero-header-1_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .project_hero-header-2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project_feature-1_image {
    height: 60vh;
    left: auto;
  }

  .project_feature-1_image.altius-napkin {
    height: 40vh;
    left: auto;
  }

  .project_feature-1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project_feature-2_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .project_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .project_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .project_cta_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

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

  .spacer-h5rem {
    width: 100%;
    display: block;
  }

  .max80-image {
    width: 100%;
  }

  .body-light.bottom-margin {
    margin-bottom: 2rem;
  }

  .challenge-max-width {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  ._2rem-bottom {
    margin-bottom: 1rem;
  }

  .vid-grid-helico {
    grid-template-columns: 1.25fr;
  }

  .vid-on-the-grid {
    object-fit: contain;
    height: auto;
    min-height: 400px;
  }

  .vid-in-the-grid-wrap {
    object-fit: cover;
  }

  .project_portfolio-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout357_content-item {
    padding-bottom: 2rem;
  }

  .layout357_content-item.content-item-1 {
    top: 2rem;
  }

  .layout357_content-item.content-item-2 {
    top: 4rem;
  }

  .layout357_content-item.content-item-3 {
    top: 6rem;
  }

  .layout357_content-item.content-item-4 {
    position: sticky;
    top: 8rem;
  }

  .layout357_component {
    top: 1rem;
  }

  .layout357_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  ._100-w-image {
    width: 100%;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .ao-air-bottom-m {
    object-fit: cover;
    width: 48%;
    height: 100%;
  }

  .image-grid-corners {
    object-fit: cover;
  }

  .helico-old-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gif-grid-ao-air {
    grid-template-columns: 1fr 1fr;
  }

  .dharamshala-grid {
    grid-template: "."
                   "."
                   / 1.25fr 1.25fr;
  }

  .dharamshala-grid-pannel {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .section_full-screen-matt {
    min-height: 100vh;
  }

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

  .background-video-responsive, .background-video-responsive-2, .background-video-responsive-3 {
    width: 100%;
  }

  .jade-studio-grid-ruth {
    grid-column-gap: 16px;
    grid-template-columns: .75fr 1fr;
  }

  ._80-text---100-tablet {
    width: 100%;
  }

  .spacer-h5rem-show-always {
    width: 100%;
    display: block;
  }

  .big-heading {
    font-size: 8vw;
  }

  .home_services-we-offer_list-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-landing {
    font-size: 5rem;
  }

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

  .ths13-menu-nav-link-3, .ths13-menu-nav-link-3.w--current {
    font-size: 80px;
  }

  .ths13-header {
    padding-top: 0;
  }

  .testimonial-slider {
    height: auto;
  }

  .left-arrow {
    margin-left: -3%;
  }

  .right-arrow {
    margin-right: -3%;
  }

  .mask {
    height: auto;
    overflow: hidden;
  }

  .slide-2 {
    height: auto;
    overflow: visible;
  }

  .services_i-work_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 4rem;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .vid-grid-altius {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1.25fr;
  }

  .vid-grid-ao-air {
    grid-template-columns: 1.25fr;
  }

  .image-5 {
    width: 100%;
  }

  .vid-grid-batfast {
    grid-template-columns: 1.25fr;
  }

  .project_feature-1_image-batfast {
    height: 60vh;
    left: auto;
  }

  .project_feature-1_image-batfast.altius-napkin {
    height: 40vh;
    left: auto;
  }

  .section_about_header {
    max-height: none;
  }

  .about-heading {
    font-size: 3.5rem;
  }

  .about-header-grid {
    min-height: 85svh;
    max-height: none;
    margin-top: 0%;
    margin-bottom: auto;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .about-header-pic {
    object-fit: cover;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-wrapper {
    overflow: hidden;
  }

  .projects-titles {
    font-size: 2.5rem;
  }

  .projects-titles.from, .projects-titles.project-screen {
    font-size: 3.4rem;
  }

  .projects-titles.project-heading-colour {
    font-size: 3rem;
  }

  .projects-titles.hover-dark-green {
    font-size: 2.5rem;
  }
}

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

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

  .max-width-large.align-center {
    height: auto;
  }

  .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-large.services-sections {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

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

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

  .text-size-medium, .text-size-medium.text-middle {
    font-size: 1rem;
  }

  .heading-style-h2, .heading-style-h2.light-text-colour {
    font-size: 2rem;
  }

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

  .heading-style-h1.from, .heading-style-h1.project-screen {
    font-size: 2.5rem;
  }

  .heading-style-h1.hover-dark-green {
    font-size: 2rem;
  }

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

  .padding-global {
    min-height: auto;
  }

  .rl-styleguide_component, .home_hero-header-2_content {
    grid-template-columns: 1fr;
  }

  .home_we-help-businesses-connect-with-their-clients_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home_services-we-offer_list {
    grid-template-columns: 1fr 1fr;
  }

  .home_services-we-offer_content {
    grid-template-columns: 1fr;
  }

  .home_portfolio-list_item-link {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .home_about-2_image {
    min-height: 70svh;
    max-height: 80svh;
  }

  .home_about-2_content {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .section_home_testimonial {
    min-height: auto;
  }

  .footer15_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer15_logo {
    width: 70px;
  }

  .screen-square-top-right {
    width: 8px;
    height: 8px;
  }

  .home_about-3_content, .home_services-we-offer_list-2 {
    grid-template-columns: 1fr;
  }

  .spacer-top-5rem {
    height: 1rem;
    display: none;
  }

  .spacer-top-5rem.spacer-5rem-edit {
    display: block;
  }

  .home_about-2_content2 {
    grid-template-columns: 1fr;
  }

  .get-in-touch {
    color: var(--base-color-brand--true-green);
  }

  .screen-square-top-left-small, .screen-square-bottom-left-small, .screen-square-bottom-lright-small {
    width: 8px;
    height: 8px;
  }

  .services_header_content, .services_feature_content {
    grid-template-columns: 1fr;
  }

  .services_we-offer_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .services_we-offer_content {
    grid-template-columns: 1fr;
  }

  .services_we-offer_item {
    height: auto;
    min-height: auto;
  }

  .services_how-it-works-4_content, .services_how-it-works-4_list, .services_cta_content {
    grid-template-columns: 1fr;
  }

  .home_portfolio-list_item-link-2 {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-us_the-face-behind-the-screen_content, .about-us_about_item-list, .about-us_about_content, .about-us_header_content-wrapper, .about-us_cta_content {
    grid-template-columns: 1fr;
  }

  .screen-frame-about {
    top: 7%;
    left: -15vw;
  }

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

  .human-img {
    width: 67vw;
    max-width: 250px;
    height: 60vh;
    max-height: 350px;
    top: 32%;
    right: 0%;
  }

  .screen-frame-about-2 {
    width: 43vw;
    height: 26%;
    left: 3%;
  }

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

  .screen-frame-project-1 {
    width: 70%;
    height: 50%;
    display: block;
    top: 1%;
  }

  .screen-frame-project-2 {
    max-width: 330px;
    padding: .5rem;
  }

  .screen-frame-project-3 {
    width: 67vw;
    max-width: 400px;
    max-height: 150px;
    display: block;
  }

  .text.mr-2-landing {
    font-size: 2.9rem;
  }

  .project_hero-header-1_content-wrapper, .project_hero-header-2_content {
    grid-template-columns: 1fr;
  }

  .project_feature-1_image {
    height: 60vh;
    max-height: 500px;
  }

  .project_feature-1_image.altius-napkin {
    max-height: 300px;
  }

  .project_feature-1_content, .project_feature-2_content, .project_cta_content {
    grid-template-columns: 1fr;
  }

  .spacer-h5rem {
    height: 4rem;
  }

  .max80-image {
    width: 100%;
  }

  .body-light.bottom-margin {
    margin-bottom: 2rem;
  }

  .challenge-max-width {
    grid-template-columns: 1fr;
  }

  ._2rem-bottom {
    margin-bottom: 1rem;
  }

  .vid-grid-helico {
    grid-template-columns: 1.25fr;
  }

  .vid-on-the-grid, .vid-in-the-grid-wrap {
    min-height: 200px;
  }

  .layout357_image {
    height: 25rem;
  }

  .layout357_content-item.content-item-1, .layout357_content-item.content-item-2, .layout357_content-item.content-item-3, .layout357_content-item.content-item-4, .layout357_component {
    position: relative;
    top: 0;
  }

  .layout357_content-layout {
    grid-template-columns: 1fr;
  }

  .section_full-screen-image {
    aspect-ratio: auto;
    position: static;
  }

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

  .gif-helico, ._80-text-left {
    width: 100%;
  }

  .helico-old-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .dharamshala-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .dharamshala-grid-pannel {
    grid-template-columns: 1.25fr;
  }

  .section_full-screen-matt {
    min-height: 70vh;
  }

  .jade-studio-ruth-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .paragraph {
    font-size: .8rem;
  }

  .jade-studio-grid-ruth {
    grid-template-columns: 1.25fr;
    width: 100%;
    padding-right: 0;
  }

  ._80-text---100-tablet {
    display: block;
  }

  .image-2 {
    width: 100%;
  }

  .home_services-we-offer_list-copy {
    grid-template-columns: 1fr;
  }

  .animation-wrapper-landing {
    justify-content: center;
    align-items: flex-start;
    min-height: 50svh;
  }

  .text-landing {
    font-size: 2.9rem;
  }

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

  .ths13-menu-nav-link-3, .ths13-menu-nav-link-3.w--current {
    font-size: 50px;
  }

  .ths13-menu-nav-links-wrapper {
    margin-top: -20%;
  }

  .ths13-menu-nav-link-text {
    line-height: 100px;
  }

  .ths13-menu {
    height: 100svh;
    top: -100%;
  }

  .ths13-contact-address {
    margin-bottom: 40px;
  }

  .ths13-menu-contact-info {
    width: 100%;
    overflow: visible;
  }

  .ths13-menu-link-text-wrapper {
    display: none;
  }

  .ths13-menu-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .ths13-hero-section {
    min-height: 95svh;
  }

  .ths13-logo {
    width: 70px;
  }

  .ths13-header {
    padding-top: 0;
  }

  .testimonial-slider {
    top: auto;
    bottom: auto;
    overflow: visible;
  }

  .map-footer {
    max-height: 70vw;
    inset: 10% 5% 0% auto;
  }

  .slide {
    height: auto;
  }

  .left-arrow {
    margin-left: -4%;
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    margin-right: -4%;
  }

  .icon {
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 0;
  }

  .slide-3, .slide-4, .slide-5 {
    height: auto;
  }

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

  .vid-grid-altius, .vid-grid-ao-air {
    grid-template-columns: 1.25fr;
  }

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

  .vid-grid-batfast {
    grid-template-columns: 1.25fr;
  }

  .project_feature-1_image-batfast {
    height: 60vh;
    max-height: 500px;
  }

  .project_feature-1_image-batfast.altius-napkin {
    max-height: 300px;
  }

  .about_header_component {
    max-height: 90svh;
  }

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

  .about-header-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    min-height: 80svh;
    max-height: 80svh;
    padding-top: 20%;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
    height: 60%;
  }

  .image-hide {
    display: none;
  }

  .projects-titles.from, .projects-titles.project-screen {
    font-size: 2.5rem;
  }

  .projects-titles.hover-dark-green {
    font-size: 2rem;
  }
}

#w-node-e4f024d0-00d5-546c-17e4-dac8c918509a-9643e130 {
  justify-self: center;
}

#w-node-_6127a267-b36a-c50d-6c20-02a2e0918141-9643e130 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4f024d0-00d5-546c-17e4-dac8c91850a3-9643e130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4f024d0-00d5-546c-17e4-dac8c91850b7-9643e130, #w-node-_66018615-dec8-81a4-2a60-b1761d122c5b-9643e130 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-9643e137 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-9643e137 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-9643e137 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-9643e137, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-9643e137, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-9643e137, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-9643e137, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-9643e137, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-9643e137, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-9643e137, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-9643e137, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-9643e137, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-9643e137, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-9643e137 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-9643e137 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-9643e137 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-9643e137, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-9643e137, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-9643e137 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-9643e137, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-9643e137, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-9643e137 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-9643e137, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-9643e137, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-9643e137 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-9643e137, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-9643e137, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-9643e137 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-9643e137, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-9643e137, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-9643e137 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-9643e137, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-9643e137, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-9643e137 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-9643e137, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-9643e137, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-9643e137 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-9643e137, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-9643e137, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-9643e137 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-9643e137, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-9643e137 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-9643e137 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-9643e137 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-9643e137, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-9643e137 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-9643e137 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-9643e137 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-9643e137 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-9643e137, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-9643e137 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-9643e137, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-9643e137, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-9643e137, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-9643e137, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-9643e137, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-9643e137, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-9643e137, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-9643e137, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-9643e137, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-9643e137, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-9643e137, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-9643e137, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-9643e137 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-9643e137, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-9643e137, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-9643e137 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-9643e137, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-9643e137, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-9643e137 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-9643e137, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-9643e137, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-9643e137 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-9643e137, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-9643e137, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-9643e137 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-9643e137, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-9643e137, #w-node-ee961e8d-845a-edc3-3307-509470022457-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-9643e137 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-9643e137, #w-node-ee961e8d-845a-edc3-3307-50947002245b-9643e137, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-9643e137 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-9643e137, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-9643e137, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-9643e137 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-9643e137, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-9643e137, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-9643e137 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-9643e137, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-9643e137, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-9643e137 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-9643e137, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-9643e137, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-9643e137 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-9643e137, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-9643e137, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-9643e137 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-9643e137 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-9643e137 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-9643e137 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-9643e137 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-9643e137 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-9643e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-9643e137 {
  justify-self: start;
}

#w-node-_8b1eba44-67e4-b03d-dfa8-0afa875340b4-b10510f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef208dcb-e270-41ea-668e-41057ab0288b-9c9886ab {
  align-self: start;
}

#w-node-ef208dcb-e270-41ea-668e-41057ab0289d-9c9886ab {
  align-self: end;
}

#w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebc0-8843c83b, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f79-8843c83b, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f7f-8843c83b, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd1-8843c83b, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd2-8843c83b, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd8-8843c83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ec66c7e-0f42-403a-2f37-9c01e86a3a5d-8843c83b {
  justify-self: auto;
}

#w-node-_9ec66c7e-0f42-403a-2f37-9c01e86a3a60-8843c83b {
  justify-self: end;
}

#w-node-_9ec66c7e-0f42-403a-2f37-9c01e86a3a71-8843c83b, #w-node-_9ec66c7e-0f42-403a-2f37-9c01e86a3a72-8843c83b {
  justify-self: auto;
}

#w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebc0-5db2fe0d, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f79-5db2fe0d, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f7f-5db2fe0d, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd1-5db2fe0d, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd2-5db2fe0d, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd8-5db2fe0d, #w-node-_4bd85fbc-24e2-180d-d025-432a46fb0352-5db2fe0d, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebc0-400a2952, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f79-400a2952, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f7f-400a2952, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd1-400a2952, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd2-400a2952, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd8-400a2952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af66dc78-cc9b-9629-cd39-cde633c266c6-400a2952 {
  justify-self: auto;
}

#w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebc0-89fc0d42, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f79-89fc0d42, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f7f-89fc0d42, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd1-89fc0d42, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd2-89fc0d42, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd8-89fc0d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5bc9c5f-d66d-a8c7-33a4-7251f0a2f0c1-89fc0d42, #w-node-dc45360e-ce89-32dc-4eb7-b55cde3371b2-89fc0d42 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5bc9c5f-d66d-a8c7-33a4-7251f0a2f0bf-89fc0d42, #w-node-_915ca9f4-49f4-d41a-9a06-902652e3e38e-89fc0d42, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebc0-ba72e34c, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f79-ba72e34c, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f7f-ba72e34c, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd1-ba72e34c, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd2-ba72e34c, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd8-ba72e34c, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebc0-1b4aad74, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f79-1b4aad74, #w-node-_8b0f33b6-f08b-aedd-2a4e-0c7a8f465f7f-1b4aad74, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd1-1b4aad74, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd2-1b4aad74, #w-node-ea244a8e-5ce3-d4c5-09ba-8b4057ecebd8-1b4aad74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_929a1726-7b4b-5253-5746-be38810f3bf5-1b4aad74, #w-node-_929a1726-7b4b-5253-5746-be38810f3bf6-1b4aad74 {
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-e4f024d0-00d5-546c-17e4-dac8c918514d-9643e130 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-e4f024d0-00d5-546c-17e4-dac8c9185147-9643e130 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c4d99fc2-f0c0-5dce-5ac7-3c50b4c1773f-b4c1771a, #w-node-_74e7628d-2ab6-4679-c323-a26ec44a9e7a-b10510f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb1693fa-9f3f-aea2-83b9-54cceb1784d0-8843c83b, #w-node-cb1693fa-9f3f-aea2-83b9-54cceb1784d0-5db2fe0d {
    align-self: start;
  }

  #w-node-_9b3705f0-aed7-9937-5c13-bf65d1990fc9-5db2fe0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb1693fa-9f3f-aea2-83b9-54cceb1784d0-400a2952, #w-node-cb1693fa-9f3f-aea2-83b9-54cceb1784d0-89fc0d42, #w-node-cb1693fa-9f3f-aea2-83b9-54cceb1784d0-ba72e34c, #w-node-cb1693fa-9f3f-aea2-83b9-54cceb1784d0-1b4aad74 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4f024d0-00d5-546c-17e4-dac8c918514d-9643e130 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-e4f024d0-00d5-546c-17e4-dac8c9185147-9643e130 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74e7628d-2ab6-4679-c323-a26ec44a9e7a-b10510f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69d164d3-819d-995f-7e9a-e223482dc24b-9c9886ab {
    order: -9999;
  }

  #w-node-aa9e0658-ea84-5bd0-7513-85fef23b199f-400a2952 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-b5bc9c5f-d66d-a8c7-33a4-7251f0a2f0bf-89fc0d42, #w-node-b5bc9c5f-d66d-a8c7-33a4-7251f0a2f0be-89fc0d42 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-ExtraBold.ttf') format('truetype'), url('../fonts/Nohemi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}