@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-color-brand--white: white;
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-brand--transparent: #fff0;
  --base-color-brand--black: black;
  --relume-library-lite--rl-white: white;
  --base-color-neutral--white: white;
  --base-color-brand--blue: #0f6f8f;
  --base-color-neutral--black: black;
  --base-color-brand--orange: #eb9126;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-brand--light-blue: #6fb3c5;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --border-color--border-primary: var(--base-color-neutral--black);
  --radiant-ui-components-library-marketplace--color--white: white;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-success\<deleted\|relume-variable-background-color-6\>: var(--base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>);
  --text-color--text-success\<deleted\|relume-variable-text-color-4\>: var(--base-color-system--success-green\<deleted\|relume-variable-system-color-1\>);
  --background-color--background-error\<deleted\|relume-variable-background-color-8\>: var(--base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>);
  --text-color--text-error\<deleted\|relume-variable-text-color-5\>: var(--base-color-system--error-red\<deleted\|relume-variable-system-color-5\>);
  --navy: var(--base-color-brand--navy);
  --relume-library-lite--rl-black: black;
  --base-color-brand--navy: #013c50;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --base-color-brand--green: #97bb5a;
  --base-color-brand--semi-transparent: #ffffffbd;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --background-color--background-alternate: var(--base-color-neutral--black);
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>: #ecfdf3;
  --base-color-system--success-green\<deleted\|relume-variable-system-color-1\>: #027a48;
  --base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>: #fef3f2;
  --base-color-system--error-red\<deleted\|relume-variable-system-color-5\>: #b42318;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--white);
  font-family: General Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

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

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

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-1000 {
  width: 100%;
  max-width: 62.5rem;
}

.max-width-600 {
  width: 100%;
  max-width: 37.5rem;
}

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

.max-width-300 {
  width: 100%;
  max-width: 18.75rem;
}

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

.container-l.home-v2 {
  position: relative;
}

.max-width-1200 {
  width: 100%;
  max-width: 75rem;
}

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

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

.max-width-800 {
  width: 100%;
  max-width: 50rem;
}

.max-width-500 {
  width: 100%;
  max-width: 31.25rem;
}

.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: 35rem;
  display: flex;
}

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

.main-wrapper.about-page {
  background-color: var(--base-color-brand--transparent);
}

.container-m {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.container-s {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-16 {
  margin: 1rem;
}

.margin-24 {
  margin: 1.5rem;
}

.margin-32 {
  margin: 2rem;
}

.margin-48 {
  margin: 3rem;
}

.margin-64 {
  margin: 4rem;
}

.margin-80 {
  margin: 5rem;
}

.margin-100 {
  margin: 6.25rem;
}

.margin-120 {
  margin: 7.5rem;
}

.margin-160 {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-16 {
  padding: 1rem;
}

.padding-24 {
  padding: 1.5rem;
}

.padding-32 {
  padding: 2rem;
}

.padding-48 {
  padding: 3rem;
}

.padding-64 {
  padding: 4rem;
}

.padding-80 {
  padding: 5rem;
}

.padding-100 {
  padding: 6.25rem;
}

.padding-120 {
  padding: 7.5rem;
}

.padding-160 {
  padding: 10rem;
}

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

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

.margin-bottom.margin-24 {
  color: var(--base-color-brand--black);
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  color: var(--base-color-brand--black);
  font-family: Exo, sans-serif;
  font-size: 1.5em;
}

.text-size-medium.about-headings {
  color: var(--base-color-brand--black);
}

.text-size-medium.footer-text {
  color: var(--base-color-brand--white);
}

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

.heading-style-h2 {
  color: var(--base-color-brand--black);
  font-family: General Sans, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h2.about-headings {
  color: var(--base-color-brand--black);
  font-family: General Sans, sans-serif;
  font-weight: 400;
}

.heading-style-h2.white {
  color: var(--base-color-brand--white);
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
}

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

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

.heading-style-h5 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: var(--base-color-brand--white);
  font-family: General Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--base-color-brand--white);
  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-label {
  margin-bottom: 0;
}

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

.form-field-label {
  margin-bottom: .5rem;
  font-size: 1em;
  font-weight: 300;
}

.button {
  border: 1px solid var(--relume-library-lite--rl-white);
  background-color: var(--base-color-brand--transparent);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 4px;
  padding: 1rem 2rem;
  font-family: "Exo 2", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--base-color-brand--blue);
}

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

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

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

.button.stroke {
  border-color: var(--base-color-brand--blue);
  color: var(--base-color-brand--white);
  background-color: #0000;
  font-size: 1.3rem;
}

.button.stroke:hover {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
}

.button.stroke.w--current {
  color: var(--base-color-brand--white);
}

.button.stroke.w--current:hover {
  background-color: var(--base-color-brand--orange);
}

.button.stroke.white {
  -webkit-text-stroke-color: var(--base-color-brand--white);
  background-color: #fff0;
}

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

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

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

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

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

.button.contact-button {
  border-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--transparent);
}

.button.button-v2 {
  background-color: var(--base-color-brand--orange);
}

.button.button-v2:hover {
  background-color: var(--base-color-brand--light-blue);
}

.button.button-v2.button-consultancy {
  border-style: none;
  margin-top: 50px;
}

.button.button-v2.button-spacing {
  margin-top: 40px;
}

.button.card-app-button {
  margin-top: 50px;
}

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

.heading-style-h4 {
  color: var(--base-color-brand--white);
  font-family: General Sans, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3;
}

.heading-style-h4.about-cards {
  color: var(--base-color-brand--white);
  font-family: General Sans, sans-serif;
}

.heading-style-h4.black {
  color: var(--base-color-brand--black);
  margin-bottom: 20px;
}

.heading-style-h4.black.padding {
  margin-top: 40px;
}

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

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

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

.text-size-regular {
  color: var(--base-color-brand--black);
  font-family: General Sans, sans-serif;
  font-size: 1.125em;
}

.text-size-regular.home-v2 {
  color: var(--base-color-brand--black);
}

.text-size-regular.about-page-text {
  color: var(--base-color-brand--white);
}

.text-size-regular.contact-page {
  color: var(--base-color-brand--white);
  font-size: 1.8em;
}

.text-size-regular.heading, .text-size-regular.hero-body {
  color: var(--base-color-brand--white);
}

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

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

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

.heading-style-h3 {
  font-family: Orbitron, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h3.services-size {
  font-size: 2.3em;
}

.heading-style-h3.home-v2 {
  color: var(--base-color-brand--black);
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--black) var(--base-color-neutral--black) #ffffff80;
  height: auto;
  min-height: 2.75rem;
  color: var(--base-color-brand--white);
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 0;
  font-size: 1em;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000 #000 var(--base-color-brand--white);
}

.form-input::placeholder {
  color: #fffc;
}

.form-input.text-area {
  border-style: solid;
  border-color: #ffffff80;
  border-radius: 10px;
  height: auto;
  min-height: 11.25rem;
  padding: .75rem;
  overflow: auto;
}

.form-input.select {
  background-image: none;
}

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

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

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

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

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

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

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

.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);
  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_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-caps {
  text-transform: uppercase;
}

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

.text-size-small {
  color: var(--base-color-brand--white);
  font-family: "Exo 2", sans-serif;
  font-size: 1.3em;
  font-weight: 300;
}

.text-size-small.feature-box-text {
  color: var(--base-color-brand--white);
}

.text-size-small.black-colour {
  color: var(--base-color-brand--black);
}

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

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

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

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

.text-size-large {
  color: var(--base-color-brand--blue);
  font-family: General Sans, sans-serif;
  font-size: 2em;
}

.text-size-large.home-v2 {
  color: var(--base-color-brand--black);
}

.text-size-large.home-v2.glow {
  filter: drop-shadow(0 2px 5px #ffffffb3);
}

.text-size-large.white-text {
  color: var(--base-color-brand--white);
}

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

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

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

.padding-section-s {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

.padding-global.background-homepage.hom-v2-background {
  background-image: linear-gradient(#00000080, #00000080);
}

.padding-global.technology-background {
  background-image: linear-gradient(0deg, black, var(--base-color-neutral--black) 0%, var(--base-color-brand--blue) 54%, var(--base-color-neutral--black) 100%, var(--base-color-neutral--black));
}

.padding-global.technology-background.home-v3 {
  background-color: var(--base-color-neutral--white);
  background-image: none;
}

.padding-global.home-v2 {
  background-image: linear-gradient(to bottom, var(--base-color-brand--white), var(--base-color-brand--white));
  position: static;
}

.padding-global.about-page-our-mission {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.padding-section-m {
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.padding-section-l {
  padding-top: 16vh;
  padding-bottom: 16vh;
  position: relative;
}

.padding-section-l.header {
  padding-top: 24vh;
  padding-bottom: 12vh;
}

.padding-section-l.header.home-v2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-l.privacy {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

.spacer-120 {
  width: 100%;
  padding-top: 7.5rem;
}

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

.rl-styleguide_nav {
  z-index: 10;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 6rem;
  padding: .5rem;
  position: sticky;
  top: 7rem;
}

.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 {
  color: var(--link-color--link-primary);
  background-color: #fff;
}

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

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

.background-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-secondary {
  background-color: var(--background-color--background-secondary);
}

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

.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: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|relume-variable-background-color-6\>);
  color: var(--text-color--text-success\<deleted\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|relume-variable-background-color-8\>);
  color: var(--text-color--text-error\<deleted\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.licences-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.section {
  background-image: url('../images/Innovation-Page.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.licence-text-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spacer._24 {
  height: 1.5rem;
}

.container {
  padding-left: 10%;
  padding-right: 10%;
}

.photo-grid {
  width: 100%;
}

.spacer-161._24 {
  height: 1.5rem;
}

.padding-section-xl {
  padding-top: 22vh;
  padding-bottom: 22vh;
}

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

.stats-item {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #ffffff14;
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2.5em 2em;
  display: flex;
}

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

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

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

.style-guide {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
}

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

.licenses-image {
  aspect-ratio: 1;
  object-fit: cover;
}

.hero-heading {
  text-align: left;
  font-family: General Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2;
}

.description-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #4e4e4e33;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 2em 2.5em;
  display: grid;
}

.description-content-left {
  width: 80%;
}

.description-content-right {
  padding-right: 3em;
  overflow: hidden;
}

.section-stats {
  background-color: var(--base-color-brand--black);
}

.section-stats.home-v2 {
  background-color: var(--base-color-brand--white);
}

.stats-item-list {
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.stat-number {
  font-family: "Exo 2", sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

.stat-number.home-v2 {
  color: var(--base-color-brand--black);
}

.stat-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--base-color-brand--blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
  display: flex;
}

.stats-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.stats-component.home-v2 {
  place-items: center stretch;
}

.stats-content.home-v2 {
  z-index: 100;
  position: relative;
}

.stats-content.stats-padding {
  margin-bottom: 50px;
}

.image-overlay {
  z-index: 1;
  background-color: var(--base-color-brand--transparent);
  position: absolute;
  inset: 0%;
}

.section-header {
  background-image: url('../images/Website-Background.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.section-header.home-v2 {
  background-color: var(--base-color-brand--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Background-Home-V2.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
}

.header-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.header-content {
  justify-content: flex-start;
  align-items: center;
  min-height: 78svh;
  max-height: 60rem;
  display: flex;
}

.max-width-50 {
  width: 50%;
}

.max-width-50.home-v2 {
  width: 40%;
  color: var(--base-color-brand--black);
  text-align: left;
}

.navbar-dropdown-link {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  color: var(--base-color-brand--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-icon:active {
  color: var(--base-color-brand--black);
}

.navbar-dropdown-list.w--open {
  background-color: var(--base-color-brand--black);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar-dropdown-content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.navbar-dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-dropdown-content {
  width: 100%;
  display: flex;
}

.navbar9_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  padding: 1.5rem 1rem;
  font-family: "Exo 2", sans-serif;
  font-size: 1rem;
}

.navbar-link:hover {
  color: var(--base-color-brand--light-blue);
}

.navbar-link:active, .navbar-link.w--current {
  color: var(--base-color-brand--orange);
}

.navbar-link.home-v2 {
  color: var(--base-color-brand--white);
  margin-right: 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 1.3rem;
}

.navbar-link.home-v2:hover {
  color: var(--base-color-brand--black);
}

.navbar-link.home-v2:active {
  color: var(--base-color-brand--orange);
}

.navbar-link.home-v2.w--current {
  font-family: "Exo 2", sans-serif;
  font-size: 1.3rem;
}

.navbar-icon-wrapper {
  flex: none;
}

.navbar-dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  display: flex;
}

.navbar-item-text {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.navbar-menu-dropdown {
  position: static;
}

.navbar-component {
  background-color: var(--base-color-brand--white);
  align-items: center;
  width: 100%;
  height: 6em;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-component.home-v2 {
  background-color: var(--base-color-brand--transparent);
  padding-top: 20px;
  padding-bottom: 10px;
  position: absolute;
}

.heading-style-sh {
  color: var(--base-color-brand--black);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: General Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.heading-style-sh.text-align-right.home-v3 {
  color: var(--base-color-brand--black);
}

.heading-style-sh.text-align-right.white {
  color: var(--base-color-brand--white);
}

.heading-style-sh.text-color-white {
  color: var(--base-color-brand--white);
  font-family: General Sans, sans-serif;
  font-weight: 400;
}

.heading-style-sh.home-v2 {
  color: var(--base-color-brand--black);
}

.heading-style-sh.home-v2.add-margin {
  margin-bottom: 1rem;
}

.heading-style-sh.home-v2.add-margin.resize {
  font-size: 16px;
}

.heading-style-sh.about-header {
  color: var(--base-color-brand--black);
  text-align: left;
  margin-bottom: 15px;
}

.heading-style-sh.about-header.resize {
  font-size: 16px;
}

.text-color-purple {
  color: var(--base-color-brand--black);
  font-family: General Sans, sans-serif;
  font-weight: 400;
  transform: rotate(0);
}

.feature-component {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-item {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 1px solid var(--base-color-brand--black);
  text-align: center;
  border-radius: 1.5em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2.5em;
  transition: border-color .3s;
  display: flex;
}

.feature-item:hover {
  border: 1px solid var(--base-color-brand--blue);
}

.feature-item.about-page {
  background-image: linear-gradient(to bottom, var(--navy), var(--navy));
}

.feature-image {
  object-fit: cover;
  border-radius: 20px;
  width: 21.25em;
  height: 21.25em;
}

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

.feature-list.about-page {
  margin-top: 20px;
}

.section-feature {
  background-color: var(--base-color-brand--black);
}

.section-feature.home-v2 {
  background-color: var(--base-color-brand--blue);
}

.layout-1-content-right {
  font-family: "Exo 2", sans-serif;
}

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

.services-title {
  color: var(--base-color-brand--light-blue);
  letter-spacing: -.02em;
  white-space: nowrap;
  font-family: Orbitron, sans-serif;
  font-size: 12vw;
}

.services-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.services-title-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.services-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 1px solid var(--border-color--border-primary);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #86868633;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 30em;
  padding: 1.5em;
  display: flex;
  position: absolute;
}

.services-card.card-2 {
  z-index: 1;
  transform: rotate(3deg);
}

.services-card.card-1 {
  z-index: 2;
  background-color: #6fb3c533;
}

.services-card.card-3 {
  transform: rotate(6deg);
}

.services-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.services-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.services-content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-logo {
  object-fit: contain;
  width: 12.5em;
  height: auto;
  max-height: 3.25rem;
}

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

.section-cta {
  border-radius: 0;
  margin-left: 5%;
  margin-right: 5%;
}

.testimonial-arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--base-color-brand--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-image-wrap {
  margin-bottom: 5em;
}

.testimonial-client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial-rating {
  display: flex;
}

.testimonial-slide {
  margin-right: 5rem;
}

.testimonial-arrow {
  border: 1px solid var(--base-color-brand--white);
  background-color: #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 17% 0% auto auto;
}

.testimonial-arrow.is-left {
  right: 4rem;
}

.testimonial-rating-icon {
  color: var(--base-color-brand--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial-mask {
  padding-top: 5em;
  padding-bottom: 5em;
}

.testimonial-logo {
  max-height: 3rem;
}

.testimonial-content-right {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #8686861a;
  border-radius: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5em;
  display: flex;
  position: absolute;
  inset: auto auto -10% -8em;
}

.testimonial-divider {
  background-color: var(--base-color-brand--white);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial-slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.testimonial-content {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.testimonial-image {
  object-fit: cover;
  width: 35em;
  height: 35em;
}

.testimonial-component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.footer-sitemap {
  font-family: "Exo 2", sans-serif;
  font-size: .875rem;
}

.footer {
  background-image: linear-gradient(180deg, black 17%, var(--base-color-brand--blue));
  margin-top: 40px;
}

.footer-social-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-end;
  place-items: flex-start start;
  display: flex;
}

.footer-social-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: "Exo 2", sans-serif;
  font-size: 1.25em;
  text-decoration: none;
}

.footer-sitemap-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: grid;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: start;
}

.footer-credit {
  color: var(--base-color-brand--white);
  font-family: "Exo 2", sans-serif;
  font-size: .875rem;
}

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

.feature-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 7fr 5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.services-image {
  border-radius: 10px;
  width: 27em;
  height: 27em;
}

.testimonial-text {
  font-size: 1.25em;
}

.testimonial-right-wrapper {
  position: relative;
}

.footer-right-align {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-logo {
  height: 4.375em;
}

.section-sub-header {
  z-index: 0;
  background-image: url('../images/Contact-Page-Background.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.section-sub-header.about-page {
  background-color: var(--base-color-brand--transparent);
  background-image: url('../images/MezzeData-Innovation-Background.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.section-sub-header.privacy {
  height: 70vh;
}

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

.sub-header-background-wrapper {
  z-index: -1;
  background-color: var(--base-color-brand--transparent);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sub-header-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--navy);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  padding: 2.5em;
  display: grid;
}

.section-layout-1 {
  background-image: linear-gradient(to bottom, var(--navy), var(--navy));
}

.section-layout-1.about-page {
  background-image: linear-gradient(to bottom, var(--base-color-brand--white), var(--base-color-brand--white));
}

.layout-1-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.layout-1-image-wrapper {
  overflow: hidden;
}

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

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

.team-component {
  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;
}

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

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

.team-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.team-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
  display: grid;
}

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

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

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

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

.layout-2-image {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.layout-3-item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.layout-3-item {
  display: flex;
}

.layout-3-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.section-layout-3.services-page {
  background-color: var(--navy);
}

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

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

.faq-component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.faq-question {
  cursor: pointer;
  border-top: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

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

.faq-icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

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

.contact-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.form-radio-icon {
  border: 1px solid var(--base-color-neutral--white);
  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 {
  border-width: 6px;
  border-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--black);
  background-image: none;
}

.form-radio-icon.w--redirected-focus {
  border-color: var(--base-color-brand--white);
  box-shadow: none;
  margin-top: 0;
}

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

.contact-icon {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.form-radio-2-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.success-message {
  background-color: var(--base-color-brand--black);
  padding: 1.5rem;
}

.contact-item {
  display: flex;
}

.error-message {
  background-color: var(--base-color-brand--black);
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.contact-form-block {
  background-color: var(--base-color-brand--blue);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 3.75em;
}

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

.contact-text-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.header-background-image {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-heading-wrapper {
  overflow: hidden;
}

.text-block {
  color: var(--base-color-brand--black);
}

.walsh-flex-col-2 {
  grid-column-gap: 2em;
  display: flex;
}

.walsh-main-grid-4 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  display: block;
  position: relative;
}

.walsh-circle-check-2 {
  background-color: #62b22f;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-white-2 {
  color: #fffc;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-2 {
  vertical-align: baseline;
  background-color: #62b22f;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-height: 90px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  opacity: .94;
}

.button-2.main-page-button {
  max-width: 220px;
}

.body-text-20 {
  color: #0c1618;
  letter-spacing: -.3px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  display: block;
}

.image-24 {
  opacity: .6;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
  transform: rotate(20deg);
}

.walsh-cta-block-dark-green-3 {
  background-color: var(--base-color-brand--blue);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 5.5em;
  position: relative;
  overflow: hidden;
}

.image-23 {
  opacity: .6;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-9deg);
}

.button-right-icon {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 24px;
  height: 24px;
  display: block;
  overflow: clip;
}

.button-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.button-text.text-neutral-01 {
  align-self: center;
  margin-top: 0;
  font-weight: 400;
}

.walsh-icon-check-2 {
  height: 9px;
}

.heading-2 {
  color: #0c1618;
  letter-spacing: -4px;
  -webkit-text-stroke-color: #0c1618;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.button-area {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.walsh-cta-h-wrapper-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.cta-title {
  margin-bottom: .5rem;
  font-weight: 500;
}

.rl-padding-section-large {
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-heading-style-h2 {
  color: var(--base-color-brand--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl-error-text {
  color: #e23939;
}

.rl_cta26_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

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

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_cta26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

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

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl_section_cta26 {
  border: 1px solid var(--base-color-brand--blue);
  background-color: var(--base-color-neutral--black);
  border-radius: 20px;
  margin-top: 40px;
  position: relative;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-padding-global {
  height: 350px;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_cta26_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta26_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

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

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_section_layout28 {
  background-color: var(--base-color-brand--transparent);
}

.rl_section_layout28.about-page {
  background-color: var(--base-color-brand--transparent);
  background-image: url('../images/Background-About.png');
  background-position: 0 0;
  background-size: cover;
}

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

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

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

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.heading-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: General Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}

.heading-3.home-v3, .heading-3.home-v2 {
  color: var(--base-color-brand--black);
}

.heading-3.home-v4 {
  font-size: 2.5vw;
  line-height: 1.2;
}

.heading-3.black {
  color: var(--base-color-brand--black);
}

.heading-3.black.smaller {
  font-size: 1em;
}

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

.body.home-v2 {
  background-color: var(--base-color-brand--transparent);
}

.image-25 {
  z-index: 0;
  margin-left: -146px;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% 0% -4%;
}

.image-25.about-page {
  margin-left: 0;
  top: 39%;
  left: -17%;
}

.image-26 {
  position: absolute;
  inset: 10% 15% 0% auto;
}

.image-27 {
  width: 30%;
  max-width: 50%;
  position: relative;
  inset: 26% -8% 0% auto;
  overflow: clip;
}

.rl-padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_section_layout192 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-padding-global-3 {
  padding-left: 0%;
  padding-right: 0%;
}

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

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.image-28 {
  border-radius: 20px;
}

.image-29 {
  position: absolute;
}

.image-30 {
  margin-right: -100px;
  position: absolute;
  inset: 220px 0% 15% auto;
}

.image-31 {
  max-width: 50%;
  margin-right: 0;
  position: absolute;
  top: -52px;
  right: -167px;
}

.image-31.about-page {
  inset: 200% 0% 0% auto;
}

.home-v2.cta {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-brand--blue), var(--base-color-brand--navy));
  border-radius: 20px;
}

.image-32 {
  position: absolute;
  inset: auto auto 10% 10%;
  transform: rotate(15deg)translate(0);
}

.image-33 {
  position: absolute;
  inset: auto 10% 10% auto;
  transform: rotate(-12deg);
}

.div-block, .div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--base-color-brand--black);
  font-family: "Exo 2", sans-serif;
}

.body-2 {
  background-color: var(--base-color-brand--white);
}

.image-34 {
  position: relative;
  inset: -29% 35% 15% 975px;
}

.image-35 {
  max-width: 30%;
  position: absolute;
  inset: -5% -13% auto auto;
  overflow: hidden;
}

.heading-3v2 {
  color: var(--base-color-brand--black);
  font-family: General Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
}

.heading-5 {
  color: var(--base-color-brand--black);
}

.paragraph-5, .paragraph-6 {
  color: var(--base-color-brand--black);
  font-family: Exo, sans-serif;
  font-size: 1rem;
}

.heading-6 {
  color: var(--base-color-brand--black);
}

.cf-features-section-2-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  width: auto;
  margin-top: 0;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #ff5e69, var(--base-color-brand--navy) 0%, var(--base-color-brand--blue) 80%, var(--base-color-brand--light-blue));
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-features-section-3-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.cf-features-section-3-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-home-two-about-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.rt-border-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-border-ten.rt-up {
  position: relative;
}

.rt-box-one-block {
  background-image: url('../images/arrow-7.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 32px;
  padding-left: 42px;
}

.rt-home-two-about-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 40%;
  align-self: center;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-autofit-5 {
  object-fit: cover;
}

.rt-autofit-5.rt-about-img-one {
  border-radius: 10px;
  align-self: center;
  position: absolute;
  left: 0%;
  right: auto;
}

.rt-devider-one {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-home-two-about-right {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: none;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-tag-wrap {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap.rt-padding-none {
  left: 0;
}

.rt-home-one-hero-heading-flex {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 426px;
  margin-bottom: 28px;
  position: relative;
}

.rt-devider-one-2 {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-autofit-6 {
  object-fit: cover;
}

.rt-autofit-6.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-6.rt-responsive-full-width.rt-home-three-discover-right-image {
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  height: auto;
  position: relative;
}

.rt-home-three-discover-right {
  flex: 0 50%;
  max-width: 45%;
  position: relative;
}

.rt-home-three-number-block {
  grid-column-gap: 40px;
  flex-flow: column;
  justify-content: center;
  padding-top: 10px;
}

.rt-home-three-number-right {
  width: 100%;
}

.rt-home-three-discover-left {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 46%;
  align-self: center;
  margin-top: 8px;
}

.rt-home-three-discover-flex {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.rt-tag-5 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-5.rt-dark-tab {
  color: #fff;
  background-color: #000;
}

.rt-home-three-number-left {
  width: 100%;
}

.rt-margin-bottom-thirty-3 {
  margin-bottom: 30px;
}

.rt-home-three-discover-right-background {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-home-three-expertise-heading {
  max-width: 18ch;
  padding-left: 60px;
}

.rt-home-three-expertise-heading.rt-margin-none {
  padding-left: 0;
}

.rt-margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.image-36 {
  display: inline-block;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-three-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-margin-top-ten-2 {
  margin-top: 10px;
}

.rt-tag-wrap-2 {
  position: absolute;
  inset: 0% auto 0% 15px;
  transform: rotate(-90deg);
}

.rt-tag-wrap-2.rt-padding-none {
  left: 0;
}

.rt-tag-wrap-2.rttag-type-one {
  left: -16px;
}

.rt-home-one-hero-heading-flex-2 {
  grid-column-gap: 20px;
  align-items: center;
  max-width: 426px;
  margin-bottom: 28px;
  position: relative;
}

.rt-devider-one-3 {
  background-color: #02015a1f;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.rt-devider-one-3.rt-bottom-margin-none {
  margin-top: 20px;
  margin-bottom: 0;
}

.rt-autofit-7 {
  object-fit: cover;
}

.rt-autofit-7.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-7.rt-responsive-full-width.rt-home-three-discover-right-image {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: relative;
}

.rt-home-three-discover-right-2 {
  flex: 0 50%;
  max-width: 38%;
  position: relative;
}

.rt-home-three-number-block-2 {
  grid-column-gap: 40px;
  justify-content: center;
  padding-top: 10px;
}

.rt-home-three-number-right-2 {
  width: 100%;
}

.rt-home-three-discover-left-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 46%;
  align-self: center;
  margin-top: 8px;
}

.rt-home-three-discover-flex-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.rt-tag-6 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 7px;
  padding: 9px 20px 7px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-tag-6.rt-dark-tab {
  color: #fff;
  background-color: #000;
}

.rt-tag-6.rt-dark-tab.rt-blue-tab {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-three-number-left-2 {
  width: 100%;
}

.rt-margin-bottom-thirty-4 {
  margin-bottom: 30px;
}

.rt-home-three-discover-right-background-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.rt-home-three-expertise-heading-2 {
  max-width: 18ch;
  padding-left: 60px;
}

.rt-margin-none-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-margin-top-zero {
  margin-top: 0;
}

.rt-margin-top-zero.rt-margin-bottom-zero.rt-why-choose-us-future-heading {
  max-width: 19ch;
}

.rt-margin-top-twenty-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-margin-bottom-thirty-two {
  margin-bottom: 32px;
}

.rt-why-choose-us-vission-background {
  background-color: var(--base-color-brand--blue);
  width: 71px;
  height: 362px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rt-interior-design-text-with-icon {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.01rem;
  text-transform: capitalize;
  background-image: url('../images/Why-Choose-Grey-Arrow.svg');
  background-repeat: no-repeat;
  background-size: 23px 23px;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: transform .45s;
}

.rt-interior-design-text-with-icon:hover {
  background-image: url('../images/Why-Choose-Grey-Arrow.svg');
}

.rt-interior-design-text-with-icon.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-autofit-9 {
  object-fit: cover;
}

.rt-autofit-9.rt-responsive-full-width {
  width: 100%;
}

.rt-autofit-9.rt-responsive-full-width.rt-why-choose-us-vission-image {
  z-index: 2;
  border-radius: 20px;
  position: relative;
}

.rt-why-choose-vision-flex {
  grid-column-gap: 40px;
  justify-content: center;
}

.rt-why-choose-vision-left {
  flex: 0 45%;
  padding-right: 20px;
  position: relative;
}

.rt-why-choose-vision-list-right {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.rt-why-choose-us-vission-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  position: relative;
}

.rt-why-choose-vision-list-flex {
  grid-column-gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rt-why-choose-vision-list-left {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.rt-why-choose-vision-right {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 0 54%;
  align-self: center;
}

.paragraph-text-medium {
  color: var(--base-color-brand--black);
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 0;
}

.link-2 {
  color: var(--base-color-brand--blue);
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 300;
}

.rich-text-block {
  color: var(--base-color-brand--black);
}

.link-3 {
  color: var(--base-color-brand--navy);
}

.image-37 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px #fff;
}

@media screen and (min-width: 1280px) {
  .text-size-large.home-v2.glow {
    filter: drop-shadow(2px 2px 0px var(--radiant-ui-components-library-marketplace--color--white));
  }

  .section-stats.home-v2 {
    position: relative;
    overflow: hidden;
  }

  .section-overview {
    position: relative;
  }

  .image-25 {
    margin-left: 0;
    top: 120px;
    left: -90px;
    right: 0%;
  }

  .image-31 {
    position: absolute;
    right: -185px;
  }

  .rt-home-three-discover-right {
    max-width: 42%;
  }

  .rt-home-three-discover-right-background {
    display: flex;
    top: -30px;
    right: -30px;
  }

  .rt-home-three-discover-right-2 {
    max-width: 42%;
  }

  .rt-home-three-discover-right-background-2 {
    display: flex;
    top: -30px;
    right: -30px;
  }
}

@media screen and (min-width: 1920px) {
  .container-l {
    max-width: none;
  }

  .rt-home-two-about-block {
    grid-column-gap: 47px;
  }

  .rt-home-two-about-left {
    max-width: 44%;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
    left: 10%;
  }

  .rt-tag-wrap.rt-padding-none {
    left: -11px;
  }

  .rt-home-three-discover-right {
    justify-content: center;
    align-items: flex-end;
    max-width: 48%;
  }

  .rt-home-three-discover-left {
    flex-basis: 40%;
  }

  .rt-home-three-discover-flex {
    grid-column-gap: 60px;
  }

  .rt-tag-wrap-2.rt-padding-none {
    left: -11px;
  }

  .rt-home-three-discover-right-2 {
    justify-content: center;
    align-items: flex-end;
    max-width: 48%;
  }

  .rt-home-three-discover-left-2 {
    flex-basis: 40%;
  }

  .rt-home-three-discover-flex-2 {
    grid-column-gap: 60px;
  }

  .rt-interior-design-text-with-icon {
    padding-left: 45px;
  }

  .rt-why-choose-vision-flex {
    grid-column-gap: 140px;
  }
}

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

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .container-m, .container-s {
    width: 90%;
  }

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

  .margin-48 {
    margin: 2.5rem;
  }

  .margin-64 {
    margin: 3.5rem;
  }

  .margin-80 {
    margin: 4.5rem;
  }

  .margin-100 {
    margin: 5rem;
  }

  .margin-120 {
    margin: 6rem;
  }

  .margin-160 {
    margin: 7.5rem;
  }

  .padding-48 {
    padding: 2.5rem;
  }

  .padding-64 {
    padding: 3.5rem;
  }

  .padding-80 {
    padding: 4.5rem;
  }

  .padding-100 {
    padding: 5rem;
  }

  .padding-120 {
    padding: 6rem;
  }

  .padding-160 {
    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-bottom.margin-48.tablet-16 {
    margin-bottom: 1rem;
  }

  .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: 1.125em;
  }

  .heading-style-h2, .heading-style-h1 {
    font-size: 2.75rem;
  }

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

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

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

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

  .padding-section-s {
    margin-top: 100px;
  }

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

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

  .padding-section-l.header {
    padding-top: 25vh;
  }

  .spacer-48 {
    padding-top: 2.5rem;
  }

  .spacer-64 {
    padding-top: 3.5rem;
  }

  .spacer-80 {
    padding-top: 4.5rem;
  }

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

  .spacer-120 {
    padding-top: 6rem;
  }

  .spacer-160 {
    padding-top: 7.5rem;
  }

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

  .container {
    padding-left: 7%;
    padding-right: 7%;
  }

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

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

  .hero-heading {
    font-size: 2.5rem;
  }

  .description-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .description-content-right {
    padding-right: 0;
  }

  .stat-number {
    font-size: 4rem;
  }

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

  .section-header {
    height: auto;
    max-height: 115vh;
  }

  .header-content {
    min-height: auto;
    max-height: none;
  }

  .max-width-50 {
    width: 80%;
  }

  .max-width-50.home-v2 {
    width: 100%;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .navbar-menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-brand--black);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

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

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle {
    background-color: var(--base-color-brand--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-bottom {
    background-color: var(--base-color-brand--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar-dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar-dropdown-content-layout {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown-content {
    flex-direction: column;
  }

  .navbar9_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar-link {
    width: auto;
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }

  .navbar-dropdown-toggle {
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-menu-dropdown {
    width: 100%;
  }

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

  .menu-icon-line-top {
    background-color: var(--base-color-brand--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-component {
    height: 5em;
  }

  .heading-style-sh {
    font-size: .875em;
  }

  .feature-image {
    width: auto;
    height: auto;
  }

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

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

  .services-title {
    font-size: 7.5rem;
  }

  .services-card {
    max-width: 25em;
  }

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

  .services-content {
    height: 100svh;
  }

  .testimonial-image-wrap {
    margin-bottom: 7em;
  }

  .testimonial-arrow {
    top: 0%;
  }

  .testimonial-mask {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .testimonial-image {
    height: auto;
  }

  .testimonial-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-social-link {
    font-size: 1.125em;
  }

  .footer-top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .feature-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 7fr;
  }

  .services-image {
    height: auto;
  }

  .testimonial-text {
    font-size: 1em;
  }

  .footer-logo-wrapper {
    width: 100%;
  }

  .footer-logo {
    width: 100%;
    height: auto;
  }

  .section-sub-header.about-page {
    height: auto;
  }

  .sub-header-content-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 3fr;
    width: auto;
  }

  .layout-1-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .team-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-list {
    grid-column-gap: 2rem;
  }

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

  .layout-2-image, .layout-2-image-wrapper {
    order: 9;
  }

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

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

  .contact-item {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column;
  }

  .contact-form-block {
    padding: 3em 2.5em;
  }

  .header-background-image {
    object-fit: cover;
  }

  .walsh-flex-col-2 {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    margin-top: 10px;
  }

  .walsh-main-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-list-flex-white-2 {
    width: 180px;
  }

  .button-2 {
    display: flex;
  }

  .body-text-20 {
    flex-flow: row;
    flex: 0 auto;
    padding-right: 100px;
    display: flex;
  }

  .body-text-20.text-neutral-01 {
    padding-right: 0;
  }

  .image-24 {
    width: 20%;
    max-width: 50%;
  }

  .walsh-cta-block-dark-green-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .button-text {
    color: #363440;
  }

  .button-text.text-neutral-01 {
    color: #fff;
  }

  .walsh-icon-check-2 {
    margin-right: 0;
  }

  .heading-2 {
    letter-spacing: -2px;
    font-size: 48px;
  }

  .heading-2.text-neutral-01 {
    text-align: center;
    flex: 0 auto;
  }

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

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

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

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

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

  .image-25.about-page {
    width: 30%;
    max-width: 70%;
    top: 77%;
    left: -14%;
    overflow: clip;
  }

  .image-27 {
    width: 45%;
    top: 0%;
    right: 0%;
  }

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

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

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

  .image-35 {
    right: -7%;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    max-width: 100%;
    padding-top: 0;
  }

  .rt-home-two-about-block {
    flex-flow: column;
    align-items: stretch;
  }

  .rt-box-one-block {
    margin-top: 25px;
  }

  .rt-home-two-about-left {
    margin-bottom: 30px;
  }

  .rt-autofit-5.rt-about-img-one {
    display: block;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-tag-wrap {
    position: static;
    transform: none;
  }

  .rt-home-one-hero-heading-flex {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .rt-autofit-6.rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-three-discover-right {
    max-width: 100%;
    margin-top: 30px;
  }

  .rt-home-three-discover-flex {
    display: block;
  }

  .rt-margin-bottom-thirty-3 {
    margin-bottom: 25px;
  }

  .rt-home-three-discover-right-background {
    display: none;
  }

  .rt-home-three-expertise-heading {
    padding-left: 0;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .rt-heading-three-2 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-tag-wrap-2 {
    position: static;
    transform: none;
  }

  .rt-home-one-hero-heading-flex-2 {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .rt-autofit-7.rt-responsive-full-width {
    width: 100%;
  }

  .rt-home-three-discover-right-2 {
    max-width: 100%;
    margin-top: 30px;
  }

  .rt-home-three-discover-flex-2 {
    display: block;
  }

  .rt-margin-bottom-thirty-4 {
    margin-bottom: 25px;
  }

  .rt-home-three-discover-right-background-2 {
    display: none;
  }

  .rt-home-three-expertise-heading-2 {
    padding-left: 0;
  }

  .rt-responsive-full-width-4 {
    width: 100%;
  }

  .rt-interior-design-text-with-icon {
    margin-bottom: 10px;
  }

  .rt-autofit-9.rt-responsive-full-width {
    width: 100%;
  }

  .rt-why-choose-vision-flex {
    display: block;
  }

  .rt-why-choose-vision-left {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .rt-why-choose-vision-list-right {
    flex-direction: column;
    display: flex;
  }

  .rt-why-choose-us-vission-heading-wrap {
    flex-flow: column;
    padding-left: 0;
  }

  .rt-why-choose-vision-list-flex {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .rt-why-choose-vision-list-left {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .rt-responsive-full-width-5 {
    width: 100%;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 1.4;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .hide-mobile {
    display: none;
  }

  .container-m, .container-s {
    width: 100%;
  }

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

  .margin-4, .margin-8 {
    margin: 4px;
  }

  .margin-16 {
    margin: 12px;
  }

  .margin-24 {
    margin: 20px;
  }

  .margin-32 {
    margin: 24px;
  }

  .margin-48 {
    margin: 40px;
  }

  .margin-64 {
    margin: 48px;
  }

  .margin-80 {
    margin: 64px;
  }

  .margin-100 {
    margin: 80px;
  }

  .margin-120 {
    margin: 100px;
  }

  .margin-160 {
    margin: 120px;
  }

  .padding-4, .padding-8 {
    padding: 4px;
  }

  .padding-16 {
    padding: 8px;
  }

  .padding-24 {
    padding: 20px;
  }

  .padding-32 {
    padding: 24px;
  }

  .padding-48 {
    padding: 40px;
  }

  .padding-64 {
    padding: 48px;
  }

  .padding-80 {
    padding: 60px;
  }

  .padding-100 {
    padding: 80px;
  }

  .padding-120 {
    padding: 100px;
  }

  .padding-160 {
    padding: 120px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 36px;
  }

  .heading-style-h6 {
    font-size: 18px;
  }

  .heading-style-h5 {
    font-size: 20px;
  }

  .heading-style-h1 {
    font-size: 40px;
  }

  .text-size-tiny {
    font-size: 12px;
  }

  .heading-style-h4 {
    font-size: 24px;
    line-height: 1.4;
  }

  .text-size-regular {
    font-size: 16px;
  }

  .heading-style-h3 {
    font-size: 32px;
  }

  .form-input {
    font-size: 16px;
  }

  .text-size-small {
    font-size: 14px;
  }

  .text-size-large {
    font-size: 20px;
  }

  .padding-section-s, .padding-section-m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .padding-section-l.header {
    padding-top: 25vh;
    padding-bottom: 10vh;
  }

  .spacer-16 {
    padding-top: .75rem;
  }

  .spacer-24 {
    padding-top: 1.25rem;
  }

  .spacer-32 {
    padding-top: 1.5rem;
  }

  .spacer-48 {
    padding-top: 2rem;
  }

  .spacer-64 {
    padding-top: 2.5rem;
  }

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

  .spacer-100 {
    padding-top: 3.5rem;
  }

  .spacer-120 {
    padding-top: 4rem;
  }

  .spacer-160 {
    padding-top: 5rem;
  }

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

  .spacer, .spacer-161 {
    width: 3rem;
    height: 3rem;
  }

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

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

  .hero-heading {
    font-size: 2.5rem;
  }

  .description-component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding-left: 2em;
    padding-right: 2em;
  }

  .stats-item-list {
    grid-row-gap: 2rem;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .stats-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-header {
    max-height: 100vh;
  }

  .max-width-50 {
    width: 100%;
  }

  .navbar-menu {
    padding-bottom: 6rem;
  }

  .navbar-dropdown-content-layout {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar-component {
    min-height: 4rem;
  }

  .feature-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .overview-component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .services-title {
    font-size: 5.5rem;
  }

  .services-list {
    min-height: 40rem;
    margin-top: 25rem;
    position: sticky;
    top: 0;
  }

  .services-list.service-page {
    margin-top: 5rem;
  }

  .services-title-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    inset: 0% 0% auto;
  }

  .services-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    height: 200vh;
  }

  .services-content {
    grid-template-rows: auto;
    grid-template-columns: 30rem;
    grid-auto-columns: 1fr;
    align-content: center;
    height: 125svh;
    display: grid;
    top: 60px;
  }

  .logo-logo {
    max-height: 3rem;
  }

  .logo-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-top: 1rem;
    display: grid;
  }

  .testimonial-image-wrap {
    margin-bottom: 20%;
    margin-right: 20%;
    display: none;
  }

  .testimonial-client {
    align-items: center;
    width: 100%;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-arrow {
    inset: 0% 0% auto auto;
  }

  .testimonial-arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-content-right {
    position: static;
    left: 20%;
  }

  .testimonial-slide-nav {
    inset: 0% auto auto 0%;
  }

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

  .testimonial-component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .footer-social-link {
    font-size: 1em;
  }

  .footer-sitemap-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .testimonial-right-wrapper {
    height: auto;
  }

  .footer-logo {
    width: 50%;
  }

  .section-sub-header {
    height: 80svh;
    position: relative;
  }

  .sub-header-background-wrapper {
    height: 100%;
  }

  .sub-header-content-wrapper {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .sub-header-content-wrapper.no-70 {
    width: auto;
  }

  .layout-1-component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .team-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-image-wrapper {
    height: 100%;
  }

  .team-list {
    grid-row-gap: 3rem;
  }

  .layout-2-component, .layout-3-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq-question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq-answer {
    margin-bottom: 0;
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

  .form-field-2-col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .contact-item {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: row;
  }

  .contact-form-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .walsh-flex-col-2 {
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    max-width: 100%;
    overflow: visible;
  }

  .walsh-main-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .body-text-20 {
    padding-right: 0;
  }

  .image-23 {
    overflow: clip;
  }

  .heading-2 {
    font-size: 36px;
  }

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

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

  .rl_cta26_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_cta26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_cta26_spacing-block-3 {
    padding-bottom: .75rem;
  }

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

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .heading-3.home-v4 {
    font-size: 24px;
  }

  .image-27 {
    width: 55%;
    top: 0%;
    right: 0%;
  }

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

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

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .image-32, .image-33 {
    max-width: 70%;
  }

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

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-3-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-box-one-block {
    padding-left: 37px;
  }

  .rt-autofit-5 {
    height: auto;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-home-one-hero-heading-flex {
    flex-direction: column;
  }

  .rt-autofit-6 {
    height: auto;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .rt-heading-three-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-home-one-hero-heading-flex-2 {
    flex-direction: column;
  }

  .rt-autofit-7 {
    height: auto;
  }

  .rt-responsive-full-width-3 {
    width: 100%;
  }

  .rt-autofit-9 {
    height: auto;
  }

  .rt-why-choose-vision-list-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

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

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

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

  .margin-bottom.margin-48 {
    margin-bottom: 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-top.padding-64.logo {
    padding-top: 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;
  }

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

  .heading-style-h2 {
    font-family: General Sans, sans-serif;
    font-size: 28px;
    font-weight: 400;
  }

  .rl-styleguide_item-row {
    grid-template-columns: 15rem;
  }

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

  .heading-style-h1 {
    font-size: 32px;
  }

  .button {
    margin-top: 4rem;
  }

  .button.button-v2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .button.button-v2.button-consultancy, .button.button-v2.button-spacing {
    margin-top: 2rem;
  }

  .button.button-v2.services-button, .button.our-services-button, .button.home-button {
    margin-top: 0;
  }

  .text-size-regular.contact-page {
    font-size: 1.4em;
  }

  .form-input {
    width: 90%;
  }

  .text-size-large.white-text {
    font-size: 14px;
  }

  .padding-section-s {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    margin-top: 0;
  }

  .padding-section-l {
    margin-top: 0;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .padding-section-l.header {
    padding-top: 20vh;
  }

  .padding-section-l.header.home-v2 {
    flex-flow: column;
    padding-top: 18vh;
    padding-bottom: 0;
  }

  .padding-section-l.consultancy-mobile {
    text-align: center;
  }

  .padding-section-l.first-grid {
    margin-top: 0;
  }

  .container {
    width: 100%;
  }

  .stats-item {
    padding: 32px 24px;
  }

  .hero-heading {
    width: 85%;
    font-size: 2.25rem;
  }

  .description-component {
    grid-template-columns: 1fr;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .description-content-left {
    width: 100%;
  }

  .stats-item-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .stat-number {
    font-size: 3rem;
  }

  .stat-item {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1em;
    padding-bottom: 1.5em;
  }

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

  .section-header {
    background-image: url('../images/Mobile-Background-1.jpg');
    background-position: 0 0;
    background-size: cover;
    max-height: none;
    padding-bottom: 60px;
    position: relative;
  }

  .section-header.home-v2 {
    background-image: url('../images/Mobile-Background.png');
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .header-background-image-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
  }

  .max-width-50.home-v2 {
    width: 100%;
    margin-top: 20px;
  }

  .navbar-dropdown-link {
    padding-left: 0;
  }

  .navbar-logo {
    width: 70%;
  }

  .menu-icon {
    background-color: var(--base-color-brand--blue);
    border-radius: 5px;
  }

  .menu-icon-line-middle {
    color: var(--base-color-brand--black);
  }

  .navbar-dropdown-content-layout {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-link {
    color: var(--base-color-brand--white);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-link.home-v2:hover {
    color: var(--base-color-brand--light-blue);
  }

  .navbar-component.home-v2 {
    position: absolute;
  }

  .feature-component {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .feature-item {
    border-color: var(--base-color-brand--blue);
    padding: 1.5em 1em;
  }

  .feature-item.about-page {
    margin-top: 0;
    margin-bottom: 4rem;
  }

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

  .feature-list.about-page {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 40px;
  }

  .overview-component {
    grid-template-columns: 1fr;
  }

  .services-title {
    font-size: 2.5rem;
  }

  .services-list {
    margin-top: 3rem;
  }

  .services-title-wrapper {
    inset: 0% 0% auto;
  }

  .services-card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 1em;
  }

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

  .services-content {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-component {
    justify-content: center;
  }

  .testimonial-logo-wrapper {
    order: -1;
  }

  .testimonial-image-wrap {
    margin-bottom: 0%;
    margin-right: 20%;
  }

  .testimonial-client {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-content-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: static;
  }

  .testimonial-divider {
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

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

  .section-sub-header {
    justify-content: center;
    align-items: center;
    height: 60svh;
  }

  .section-sub-header.about-page {
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 60svh;
    display: flex;
  }

  .section-sub-header.privacy {
    height: 60vh;
  }

  .sub-header-content-wrapper {
    width: 100%;
    margin-top: 70px;
    padding: 2em 1.25em;
  }

  .layout-1-component {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .team-image-wrapper {
    padding-top: 0%;
  }

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

  .layout-2-content {
    flex: none;
    order: -9999;
  }

  .layout-2-component {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .layout-2-component.mobile-two {
    flex-flow: column-reverse;
  }

  .layout-2-item-list {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .layout-2-image {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .layout-3-component, .layout-3-layout-item-list {
    grid-template-columns: 1fr;
  }

  .contact-content {
    width: 100%;
  }

  .form-field-2-col, .contact-component {
    grid-template-columns: 1fr;
  }

  .contact-heading-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .contact-form-block {
    padding: 2em 1.5em;
    overflow: hidden;
  }

  .header-background-image {
    position: static;
  }

  .walsh-flex-col-2 {
    flex-wrap: wrap;
  }

  .walsh-list-flex-white-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .button-2.main-page-button {
    order: 1;
    justify-content: center;
    align-items: center;
  }

  .image-24 {
    z-index: 20;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: 0 auto;
    order: 2;
    width: 35%;
    max-width: 55%;
    inset: auto 0% 0% auto;
    transform: rotate(20deg);
  }

  .walsh-cta-block-dark-green-3 {
    padding: 3em 2em;
  }

  .image-23 {
    max-width: 30%;
    inset: 0% auto auto 0%;
    transform: rotate(10deg);
  }

  .walsh-icon-check-2 {
    margin-bottom: 0;
  }

  .heading-2 {
    font-size: 34px;
  }

  .walsh-cta-h-wrapper-2 {
    grid-row-gap: 1em;
  }

  .rl-heading-style-h2 {
    font-family: General Sans, sans-serif;
  }

  .rl_cta_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .heading-3 {
    text-align: left;
    font-size: 30px;
  }

  .heading-3.home-v4 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .heading-3.home-v4.black, .heading-3.black {
    color: var(--base-color-brand--black);
  }

  .image-25 {
    margin-bottom: 0;
    margin-left: -171px;
  }

  .image-25.about-page {
    width: 0%;
    max-width: 0%;
    top: 74%;
    left: -242%;
    right: 48%;
    overflow: clip;
  }

  .image-27 {
    width: 200%;
    max-width: 150%;
    display: none;
    position: static;
    transform: rotate(0);
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
  }

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

  .rl-button-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .rl_layout192_spacing-block-2 {
    display: none;
  }

  .image-28 {
    margin-bottom: 20px;
  }

  .image-31 {
    right: -73px;
  }

  .image-32 {
    width: 40px;
    top: 11px;
    left: 4%;
  }

  .image-33 {
    width: 50px;
    max-width: 50%;
    top: 273px;
    right: 4%;
  }

  .image-35 {
    z-index: -1111;
    max-width: 70%;
    display: none;
    top: -7%;
    right: -20%;
  }

  .heading-3v2 {
    font-size: 30px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-home-three-number-block, .rt-home-three-number-block-2 {
    display: block;
  }

  .rt-why-choose-us-vission-background {
    display: none;
  }

  .rt-why-choose-vision-list-flex {
    display: block;
  }

  .rt-why-choose-vision-list-left {
    margin-bottom: 10px;
  }
}

#w-node-_911b1f5a-46dc-4ef2-78e3-7049af166ce9-d1e131db, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee7eb-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee7fe-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee7ff-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee803-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee804-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee808-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee809-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee80d-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee80e-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee812-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee813-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee817-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee818-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee822-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee823-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee827-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee828-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee82c-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee82d-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee831-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee832-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee836-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee837-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee83b-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee83c-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee846-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee847-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee84b-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee84c-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee850-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee851-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee855-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee856-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee85f-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee860-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee869-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee86a-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee87c-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee87d-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee881-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee882-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee886-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee887-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee88b-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee88c-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee890-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee891-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee89b-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee89c-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8a0-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8a1-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8a5-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8a6-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8aa-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8ab-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8af-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8b0-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8b4-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8b5-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8c0-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8c1-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8c5-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8c6-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8ca-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8cb-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8cf-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8d0-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8d4-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8d5-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8df-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8e0-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8e4-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8e5-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8e9-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8ea-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8f1-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee8f2-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee925-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee928-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee929-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee92c-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee92d-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee930-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee934-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee935-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee938-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee93f-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee940-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee945-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee946-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee94a-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee94b-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee94f-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee950-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee954-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee955-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee961-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee962-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee963-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee965-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee968-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee969-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee96a-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee96e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee971-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee972-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee973-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee977-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee97b-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee97c-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee982-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee985-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee986-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee987-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee98b-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee98e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee98f-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee990-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee996-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee99a-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee99b-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee99f-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9a2-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9a7-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9a8-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9a9-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9ad-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9b0-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9b1-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9b2-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9b8-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9bb-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9bc-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9bd-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9c3-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9c6-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9c7-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9c8-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9d0-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9d3-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9d4-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9d5-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9e1-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9e2-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9e3-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9e7-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9ec-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9ed-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9ee-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9f4-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9f9-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9fa-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbee9fb-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea01-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea06-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea07-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea08-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea10-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea16-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea17-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea1d-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea22-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea23-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea24-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea28-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea2b-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea2c-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea2d-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea33-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea36-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea37-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea38-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea3e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea41-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea42-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea43-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea4b-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea4e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea4f-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea50-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea56-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea59-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea5a-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea5b-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea63-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea67-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea68-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea6e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea76-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea77-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea78-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea79-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea7b-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea7e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea82-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea83-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea84-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea8d-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea8e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea8f-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea98-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea99-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea9a-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeea9b-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaa1-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaa2-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaa3-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaa4-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaa6-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaaa-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaab-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaac-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaad-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaaf-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeabc-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeac0-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeac1-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeac3-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeac5-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeac6-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeac8-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaca-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeacb-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeacd-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeacf-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeead0-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeead2-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeead4-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeead5-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeead7-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeead9-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeada-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeadc-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeade-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeae0-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeae2-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeae4-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeae5-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeae7-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeae8-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaea-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaeb-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaed-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaee-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaf0-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaf1-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaf3-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaf4-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaf6-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaf7-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaf9-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeafa-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeafc-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeafd-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeaff-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb05-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb09-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb0a-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb0c-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb0e-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb0f-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb11-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb13-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb14-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb16-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb18-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb19-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb1b-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb1d-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb1e-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb20-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb22-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb23-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb25-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb27-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb28-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb2a-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb2c-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb2d-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb2f-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb31-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb32-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb34-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb36-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb37-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb39-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb3b-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb3c-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb3e-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb43-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb47-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb49-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb4c-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb51-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb56-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb5b-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb60-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb67-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb68-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb6a-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb6b-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb6d-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb6e-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb70-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb71-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb73-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb74-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb76-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb77-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb79-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb7a-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb7c-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb7d-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb7f-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb80-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb82-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb83-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb85-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb86-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb88-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb89-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb8b-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb8c-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb8e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb8f-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb91-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb92-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb94-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb95-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb97-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb98-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb9a-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb9b-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb9d-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeb9e-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeba0-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeba1-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeba3-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeba4-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeba6-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeba7-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeba9-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebaa-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebac-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebad-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebb2-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebb6-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebb8-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebbb-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebc0-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebc5-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebca-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebcf-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebd6-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebd7-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebd9-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebda-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebdc-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebdd-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebdf-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebe0-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebe2-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebe3-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebe5-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebe6-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebe8-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebe9-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebeb-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebec-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebee-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebef-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebf1-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebf2-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebf4-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebf5-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebf7-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebf8-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebfa-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebfb-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebfd-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeebfe-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec00-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec01-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec03-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec04-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec06-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec07-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec09-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec0a-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec0c-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec0d-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec0f-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec10-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec12-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec13-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec15-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec16-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec18-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec19-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec1b-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec1c-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec21-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec24-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec25-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec27-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec28-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec2a-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec2b-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec2d-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec2e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec30-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec31-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec33-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec34-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec36-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec37-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec39-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec3a-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec3c-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec3d-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec3f-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec40-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec42-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec43-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec45-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec46-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec48-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec49-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec4b-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec4c-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec4e-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec4f-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec51-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec52-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec54-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec55-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec57-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec58-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec5a-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec5b-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec5d-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec5e-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec60-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec61-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec63-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeec64-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed56-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed5a-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed5b-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed5f-d1e131df, #w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed61-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed62-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed66-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed67-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed6b-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed6c-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed70-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed71-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed75-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed76-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed7a-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed7b-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed7f-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed80-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed84-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed85-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed89-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed8a-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed8d-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed8e-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed92-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed93-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed97-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed98-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed9c-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeed9d-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeda1-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeda2-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeda6-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeeda7-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeedab-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeedac-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeedb0-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeedb1-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeedb5-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeedb6-d1e131df {
  justify-self: start;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeedba-d1e131df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_555c5fa5-70c2-b196-2ec2-2e30efbeedbb-d1e131df {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_0ce89f63-18f3-a2fc-2116-760065930c5e-65930c50 {
    justify-self: start;
  }

  #w-node-da6ad446-370c-d122-6f84-54b0f2799d6b-d1e131e7, #w-node-c2b6173e-5b14-1f85-4d2c-26e92b547761-d1e131e7, #w-node-_41d04300-96c6-7c77-cfc8-25e6f724031c-d1e131e7 {
    order: -9999;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bfdf8bec-a7e2-da83-2a16-4bb6c35e813f-d1e131e7, #w-node-a2485d41-1eb4-2902-4551-9340a9396fed-d1e131e7 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_911b1f5a-46dc-4ef2-78e3-7049af166ca8-d1e131db {
    place-self: auto;
  }

  #w-node-cac8656f-6f26-71b3-7b0f-d037b3ed6db2-d1e131db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}