:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: "Work Sans";
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Lexend;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_primitives---colors--venice-blue-lightest: #e6eff3;
  --_primitives---colors--venice-blue-darker: #05668dd6;
  --_primitives---colors--neutral-darkest: #000;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--white: #fff;
  --_primitives---colors--venice-blue-darkest: #000;
  --_primitives---colors--tarawera: #0072a0;
  --_primitives---opacity--neutral-darkest-15: #00050726;
  --_primitives---opacity--neutral-darkest-5: #0005070d;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--venice-blue-dark: #05668dd6;
  --_primitives---colors--catskill-white-darkest: #006ce8;
  --_primitives---colors--neutral-lighter: #d8d9d9;
  --color-scheme-2--text: var(--_primitives---colors--neutral-darkest);
  --_primitives---opacity--neutral-darkest-60: #00050799;
  --_primitives---opacity--white-60: #fff9;
  --color-scheme-4--background: var(--_primitives---colors--venice-blue-dark);
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---opacity--neutral-darkest-15);
  --_ui-styles---radius--medium: 32px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_primitives---colors--tarawera-lighter: #cdd6db;
  --_primitives---colors--venice-blue-lighter: #cde0e880;
  --_ui-styles---radius--small: 24px;
  --_primitives---colors--neutral-dark: #4c5051;
  --_ui-styles---radius--large: 40px;
  --color-scheme-1--accent: var(--_primitives---colors--venice-blue);
  --color-scheme-2--background: var(--_primitives---colors--venice-blue-lightest);
  --color-scheme-3--background: var(--_primitives---colors--neutral-lightest);
  --color-scheme-3--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-4--text: var(--_primitives---colors--white);
  --color-scheme-3--border: var(--_primitives---opacity--neutral-darkest-15);
  --_primitives---colors--neutral-light: #b2b4b4;
  --_primitives---colors--venice-blue-light: #7c9bcd;
  --color-scheme-3--accent: var(--_primitives---colors--venice-blue);
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--white-15: #ffffff26;
  --ml-size: 0px;
  --_primitives---colors--neutral: #7f8283;
  --_primitives---colors--neutral-darker: #191e1f;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-10: #0005071a;
  --_primitives---opacity--neutral-darkest-20: #0d933a;
  --_primitives---opacity--neutral-darkest-30: #0005074d;
  --_primitives---opacity--neutral-darkest-40: #00050766;
  --_primitives---opacity--neutral-darkest-50: #00050780;
  --color-scheme-2--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-2--accent: var(--_primitives---colors--venice-blue);
  --color-scheme-2--foreground: var(--_primitives---colors--venice-blue-lighter);
  --color-scheme-3--foreground: var(--_primitives---colors--white);
  --color-scheme-4--border: var(--_primitives---opacity--white-20);
  --color-scheme-4--accent: var(--_primitives---colors--white);
  --color-scheme-4--foreground: var(--_primitives---colors--venice-blue);
  --_primitives---colors--venice-blue: #0a338a;
  --_primitives---colors--tarawera-lightest: #e6eaed;
  --_primitives---colors--tarawera-light: var(--_primitives---colors--neutral-lighter);
  --_primitives---colors--tarawera-dark: #042a3e;
  --_primitives---colors--tarawera-darker: #02151f;
  --_primitives---colors--tarawera-darkest: #010f17;
  --_primitives---colors--catskill-white-lightest: #fcfdfd;
  --_primitives---colors--catskill-white-lighter: #fafcfc;
  --_primitives---colors--catskill-white-light: #eff6f7;
  --_primitives---colors--catskill-white-dark: #bac2c3;
  --_primitives---colors--catskill-white: #e9f3f4;
  --_primitives---colors--catskill-white-darker: #5d6161;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0325rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0275rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

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

h5 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0175rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.01375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-top: 82px;
  margin-bottom: 0;
}

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

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

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

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

img {
  max-width: 100%;
  display: inline-block;
  box-shadow: 0 2px 5px 4px #0003;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  margin-left: 5px;
  text-decoration: underline;
  display: block;
}

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

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

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

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

.page-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper.ml-of {
  max-width: 1440px;
}

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

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

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

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

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

.max-width-large.align-center {
  text-align: center;
  margin-left: auto;
  display: inline-block;
}

.max-width-large.align-center.fixx, .max-width-large.align-center.fixt, .max-width-large.align-center.fixxy, .max-width-large.align-center.homefix, .max-width-large.align-center.homefitxt, .max-width-large.align-center.homeyfix {
  margin-top: 28px;
}

.max-width-large.cf_edit {
  background-color: var(--_primitives---colors--neutral-lightest);
  max-width: 57.6rem;
}

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

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

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

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

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

.main-wrapper {
  max-width: none;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

.margin-bottom.margin-small {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.margin-bottom.margin-small.head-centre {
  padding-left: 38px;
}

.margin-bottom.margin-large {
  max-width: 966.083px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  background-color: var(--_primitives---colors--venice-blue-lightest);
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  background-color: var(--_primitives---colors--venice-blue-darker);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: justify;
  min-width: 700px;
  min-height: 250px;
  margin-top: 0;
  margin-left: -47px;
  margin-right: 61px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 1.125rem;
}

.text-size-medium.p-width {
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  margin-top: 34px;
  margin-left: -153px;
  margin-right: 52px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 557px;
  font-size: .9rem;
  font-weight: 500;
}

.text-size-medium.p-width.hero-text-med-size-bgcolor {
  background-color: var(--_primitives---opacity--transparent);
  margin-left: -159px;
  font-size: 1rem;
}

.text-size-medium.p-width.hero-text-med-size-bgcolor.hero_sub_header {
  text-align: right;
  margin-left: 274px;
  margin-right: -164px;
  padding-left: 106px;
  padding-right: 0;
}

.text-size-medium.p-width.hero-text-med-size-bgcolor.hero_sub_header.abouttxtpos {
  margin-right: -150px;
  padding-right: 45px;
}

.text-size-medium.p-width.hero-text-med-size-bgcolor.blog_subheader_align_right {
  text-align: right;
  margin-left: 197px;
  margin-right: -268px;
  padding-left: 46px;
  padding-right: 285px;
}

.text-size-medium.p-width.hero-text-med-size-bgcolor.contacts_hero_subhead.herotxtleft {
  margin-left: -156px;
}

.text-size-medium.benefits-info-text-color {
  color: var(--_primitives---colors--white);
  margin-left: 40px;
  padding-left: 6px;
}

.text-size-medium.benefits-info-text-color.benefits-txt-align {
  margin-left: -20px;
}

.text-size-medium.benefits-info-text-color.benefits-txt-align.hometextsizemedpadding {
  padding-bottom: 0;
}

.text-size-medium.benefits-info-text-color.benefits-txt-align.hometextsizemedpadding.boxsize {
  min-height: 96px;
}

.text-size-medium.benefits-info-text-color.benefits-txt-align.p_textsize_med_pad {
  min-height: 150px;
  padding-top: 0;
}

.text-size-medium.tesimonial-card-bg {
  background-color: var(--_primitives---colors--venice-blue-darker);
  margin-left: -37px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.text-size-medium.tesimonial-card-bg.text-color-white {
  background-color: var(--_primitives---opacity--transparent);
  margin-left: -25px;
  margin-right: 28px;
}

.text-size-medium.faq-bg-color {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.text-size-medium.faq-bg-color.home-faq {
  min-width: 500px;
  margin-left: -1px;
  margin-right: -145px;
  padding-left: 46px;
  padding-right: 96px;
}

.text-size-medium.ts-med-bgcolor {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  letter-spacing: normal;
  padding-left: 18px;
  padding-right: 18px;
}

.text-size-medium.ts-med-bgcolor.home-qs {
  font-family: var(--_typography---font-styles--heading);
  min-width: 400px;
  min-height: 70px;
  margin-left: -18px;
  margin-right: -47px;
  padding-right: 180px;
}

.text-size-medium.ts-med-bgcolor.home-qs.txt-pos {
  margin-right: -38px;
  padding-right: 211px;
}

.text-size-medium.ts-med-bgcolor.home-qs.txxt-pos {
  margin-right: 8px;
  padding-right: 101px;
}

.text-size-medium.header-bg-color-white {
  color: var(--_primitives---colors--white);
  text-align: justify;
  margin-left: 39px;
  padding-left: 11px;
}

.text-size-medium.header-bg-color-white.test-bg {
  background-color: var(--_primitives---opacity--transparent);
}

.text-size-medium.header-bg-color-white.ct-txt-align {
  text-align: center;
}

.text-size-medium.header-bg-color-white.ct-txt-align.ct_header {
  font-family: var(--_typography---font-styles--body);
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-size-medium.header-bg-color-white.ct-txt-align.cttextsizemed {
  min-height: 95px;
}

.text-size-medium.header-bg-color-white.moveleft {
  margin-left: -75px;
  margin-right: 175px;
}

.text-size-medium.header-bg-color-white.move-left {
  margin-left: -87px;
  margin-right: 180px;
  padding-right: 59px;
}

.text-size-medium.header-bg-color-white.move-left.ml.fixs {
  margin-left: -75px;
  padding-top: 72px;
  padding-left: 20px;
  padding-right: 71px;
}

.text-size-medium.header-bg-color-white.move-left.ml.hofix {
  margin-left: -70px;
  padding-top: 43px;
  padding-left: 20px;
  padding-right: 84px;
}

.text-size-medium.bg-transparent {
  background-color: var(--_primitives---opacity--transparent);
  margin-bottom: -6rem;
  margin-left: 38px;
  padding-right: 257px;
  font-size: 1rem;
  font-weight: 500;
}

.text-size-medium.bg-transparent.anime-align {
  margin-left: 60px;
}

.text-size-medium.align-left {
  margin-left: -1px;
}

.text-size-medium.align-left.boxsize {
  color: var(--_primitives---colors--white);
  text-align: center;
  min-height: 96px;
}

.text-size-medium.align-left.boxsize.cf-edit {
  min-width: 1100px;
}

.text-size-medium.align-left.boxsize.cf-edit.mobb {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: justify;
  min-width: 300px;
  margin-left: 7px;
  font-weight: 400;
}

.text-size-medium.textcolor {
  color: var(--_primitives---colors--white);
  margin-left: -21px;
}

.text-size-medium.about_cta_txt {
  margin-left: -20px;
  padding-right: 228px;
}

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

.text-size-medium.about_cta_txt.txtcolor.cta_card-txt {
  padding-top: 54px;
  padding-bottom: 0;
}

.text-size-medium.aboutus_achievments.typocolor {
  color: var(--_primitives---colors--white);
  min-height: 100px;
}

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

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

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

.heading-style-h2 {
  color: var(--_primitives---colors--venice-blue-darkest);
  text-align: left;
  letter-spacing: -.0325rem;
  margin-top: -3.8rem;
  margin-left: -34px;
  padding-top: 54px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.testi {
  color: var(--_primitives---colors--neutral-lightest);
}

.heading-style-h2.testi.customer-test-align {
  text-align: center;
  margin-top: -2.2rem;
  font-size: 2.4rem;
}

.heading-style-h2.hs-slider {
  color: var(--_primitives---colors--tarawera);
}

.heading-style-h2.hs-slider.hs-header-align {
  margin-left: 31px;
  padding-top: 0;
}

.heading-style-h2.cta-msg {
  margin-bottom: 1.2rem;
  margin-left: 1px;
  font-size: 2.1rem;
  font-weight: 600;
}

.heading-style-h2.cta-msg.moveboxlow {
  margin-top: -3rem;
}

.heading-style-h2.theme-color {
  color: var(--_primitives---colors--venice-blue-darker);
}

.heading-style-h2.theme-color.vp-move {
  margin-top: -3rem;
  margin-left: 28px;
}

.heading-style-h2.theme-color.vp-move.head_movedown {
  margin-top: .3rem;
}

.heading-style-h2.theme-color.vp-move.head_movedown.tabbb.fix {
  min-width: 500px;
  margin-left: -25px;
}

.heading-style-h2.theme-color.vp-move.contact_header {
  margin-top: -1.5rem;
}

.heading-style-h2.theme-color.vp-move.contact_header.tab.mlld.confix {
  min-width: 300px;
  margin-top: 3.3rem;
  margin-left: -26px;
  padding-top: 13px;
}

.heading-style-h2.theme-color.vp-move.tab.ml.fix {
  min-width: 500px;
  margin-top: -.1rem;
  margin-left: -24px;
}

.heading-style-h2.alignment {
  margin-left: -18px;
}

.heading-style-h2.alignment.contact_form_edit {
  text-align: center;
  padding-left: 183px;
}

.heading-style-h2.alignment.contact_form_edit.mob {
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--venice-blue-darkest);
  text-align: left;
  margin-top: -2.8rem;
  margin-left: 0;
  padding-top: 14px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 2.5rem;
  font-weight: 500;
}

.heading-style-h2.faq-align {
  margin-left: 33px;
}

.heading-style-h2.faq-align.homep {
  margin-top: -1.1rem;
}

.heading-style-h2.onboard-align {
  margin-left: 30px;
}

.heading-style-h2.align-r {
  margin-left: 11px;
  padding-right: 37px;
}

.heading-style-h2.align-r.moveboxlower, .heading-style-h2.align-r.movebox, .heading-style-h2.align-r.p_headstyle_down {
  margin-top: -3rem;
}

.heading-style-h2.head-align-r {
  text-transform: uppercase;
  margin-left: 26px;
}

.heading-style-h2.head-align-r.moveleft {
  margin-top: -3rem;
  margin-left: -81px;
}

.heading-style-h2.head-align-r.move-left {
  margin-top: -3rem;
  margin-left: -92px;
}

.heading-style-h2.head-align-r.move-left.ml.fiix {
  margin-left: -78px;
}

.heading-style-h2.head-align-r.move-left.fixy {
  margin-left: -70px;
}

.heading-style-h2.headmoveleft {
  margin-top: -3rem;
  margin-left: -108px;
  margin-right: 94px;
  padding-right: 55px;
}

.heading-style-h2.about_heading {
  margin-left: 0;
}

.heading-style-h2.form {
  color: var(--_primitives---colors--white);
  text-align: center;
  margin: -6.5rem 24px 50px -99px;
  padding-left: 147px;
  padding-right: 147px;
  font-size: 1.9rem;
  font-weight: 600;
}

.heading-style-h2.form.mob-hd2 {
  margin-top: -1.1rem;
  margin-bottom: 65px;
}

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

.heading-style-h6 {
  text-align: left;
  letter-spacing: -.01375rem;
  vertical-align: baseline;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

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

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

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

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

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

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

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

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

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

.heading-style-h5 {
  color: var(--_primitives---colors--white);
  text-align: left;
  letter-spacing: -.0175rem;
  padding-left: 49px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h5.benefits-align {
  text-align: center;
}

.heading-style-h5.benefits-align.hsh5_blacktxt {
  color: var(--_primitives---colors--neutral-darkest);
}

.heading-style-h5.benefits-align.hsh5_blacktxt.tavs-fix, .heading-style-h5.benefits-align.hsh5_blacktxt.tabv-fix, .heading-style-h5.benefits-align.hsh5_blacktxt.ttav-fixt, .heading-style-h5.benefits-align.hsh5_blacktxt.tttav-fix {
  padding-left: 0;
}

.heading-style-h5.padding {
  padding-left: 49px;
}

.heading-style-h5.hsh5txtblk {
  color: var(--_primitives---colors--neutral-darkest);
}

.heading-style-h5.hsh5txtblk.hs5_align {
  color: var(--_primitives---colors--neutral-darkest);
  padding-left: 28px;
}

.heading-style-h5.hsh5txtblk.hs5_align.txtblk, .heading-style-h5.onboard_txtblk {
  color: var(--_primitives---colors--neutral-darkest);
}

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

.heading-style-h1 {
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  letter-spacing: -.045rem;
  margin-top: 1.8rem;
  margin-left: -164px;
  padding-right: 363px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h1.hero_head_alignright {
  text-align: right;
  margin-left: 186px;
  margin-right: -168px;
  padding-right: 0;
}

.heading-style-h1.blog_hero_head_alignright {
  text-align: right;
  margin-left: -82px;
  padding-left: 121px;
  padding-right: 0;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  cursor: pointer;
  border-radius: 4px;
  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:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.form_checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--white-10);
}

.form_checkbox-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

.form_checkbox-icon.is-alternate.w--redirected-checked {
  background-color: var(--_primitives---colors--white);
}

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

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

.form_field-label {
  color: var(--_primitives---colors--venice-blue-darkest);
  margin-bottom: .5rem;
  font-weight: 500;
}

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

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--_primitives---colors--venice-blue-dark);
  background-color: var(--_primitives---colors--catskill-white-darkest);
}

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

.button.is-link:hover {
  text-decoration: underline;
}

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

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

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

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

.button.is-secondary {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---colors--neutral-darkest);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--white);
}

.button.is-secondary:hover {
  background-color: var(--_primitives---colors--catskill-white-darkest);
}

.button.is-secondary.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  margin-bottom: 54px;
}

.button.is-secondary.is-alternate:hover {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--white-10);
}

.button.is-secondary.is-alternate.button-down {
  margin-top: 51px;
  margin-left: 0;
}

.button.is-secondary.is-alternate.button-down.fix-last-butt {
  margin-left: 15px;
}

.button.is-secondary.is-alternate.butt-right {
  margin-left: 23px;
}

.button.is-secondary.is-alternate.butt-right.herobutt.newhover {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate.butt-right.herobutt.newhover:hover {
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--catskill-white-darkest);
}

.button.is-secondary.butt-move {
  margin-top: -100px;
  margin-left: 22px;
}

.button.is-secondary.butt-move.tab.deskfix, .button.is-secondary.butt-move.ml.onboredfix {
  margin-top: -212px;
}

.button.is-secondary.hs-butt-align {
  margin-top: 27px;
  margin-left: 6px;
}

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

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

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

.button.is-alternate.button-bordercolor {
  border-color: var(--_primitives---colors--neutral-darkest);
  margin-top: 16px;
  margin-left: 582px;
  font-size: .8rem;
  line-height: 1.5;
}

.button.is-alternate.button-bordercolor.aboutus_buttonpos {
  z-index: 500;
  margin-top: -211px;
  margin-left: 756px;
  margin-right: -222px;
  position: relative;
}

.button.is-alternate.button-bordercolor.home_hero_buttonpos {
  margin-top: -100px;
  margin-left: -161px;
}

.button.is-alternate.button-bordercolor.services_her_buttonpos {
  z-index: 500;
  margin-top: -188px;
  margin-left: -160px;
  position: relative;
}

.button.is-alternate.button-bordercolor.contact_buttonpos {
  z-index: 500;
  margin-top: -227px;
  margin-left: -158px;
  position: relative;
}

.button.is-alternate.button-bordercolor.herobuttonpos {
  z-index: 500;
  margin-top: -190px;
  position: absolute;
}

.button.call-styling {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-2--text);
  border-style: none;
  font-size: 1rem;
  font-weight: 500;
}

.button.call-styling.tel-pos {
  margin-left: -33px;
}

.button.mob-visi.mob-hide-button.button-height {
  max-height: 50px;
  margin-top: 0;
}

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

.heading-style-h4 {
  text-align: left;
  letter-spacing: -.0225rem;
  min-width: 150px;
  margin-top: .2rem;
  margin-bottom: -2rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}

.heading-style-h4.herowhite-box-text-align {
  margin-left: 0;
}

.heading-style-h4.herowhite-box-text-align.wbmove {
  margin-left: -112px;
}

.heading-style-h4.herowhite-box-text-align.wbmove.wbmove-again {
  margin-left: -90px;
}

.heading-style-h4.h-sole-align {
  margin-right: -13px;
}

.heading-style-h4.tax-r-align {
  margin-left: 19px;
}

.heading-style-h4.pay-align {
  margin-left: 64px;
}

.heading-style-h4.cs-align {
  margin-right: -13px;
}

.heading-style-h4.hr-align {
  margin-left: 11px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  text-align: left;
  letter-spacing: -.0275rem;
  margin-top: 2.1rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.heading-style-h3.align-it {
  margin-left: 66px;
}

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

.form_input {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 12px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .2s, background-color .2s;
}

.form_input:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

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

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

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

.form_input.is-text-area.moob {
  color: var(--_primitives---colors--venice-blue-darkest);
}

.form_input.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: none;
}

.form_input.is-select-input.mobbb {
  color: var(--_primitives---colors--venice-blue-darkest);
}

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

.form_input.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

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

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

.form_input.mob, .form_input.mmob {
  color: var(--_primitives---colors--venice-blue-darkest);
}

.form_input.mmob::placeholder {
  color: var(--color-scheme-4--background);
}

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

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

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -55px;
  padding-bottom: 12px;
  padding-left: 23px;
  display: flex;
}

.button-group.is-center {
  clear: none;
  text-align: center;
  justify-content: flex-start;
  padding-left: 0;
}

.button-group.is-center.home_hero_butt {
  margin-top: -142px;
  margin-left: -183px;
}

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

.button-group.moveup {
  margin-top: -114px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_radio-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  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;
  transition: all .2s;
}

.form_radio-icon:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_radio-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_radio-icon.is-alternate.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

.text-align-center {
  text-align: center;
  padding-right: 0;
  display: flex;
}

.text-size-small {
  text-align: left;
  margin-left: 5px;
  font-size: .875rem;
  display: block;
}

.text-size-small.text-weight-semibold {
  margin-bottom: 5px;
  font-weight: 600;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.text-rich-text h1 {
  letter-spacing: -.045rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.text-rich-text h4 {
  letter-spacing: -.0225rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.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(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

.icon-1x1-medium {
  box-shadow: none;
  color: var(--_primitives---colors--white);
  width: 3.5rem;
  height: 3.5rem;
  padding-left: 0;
}

.icon-1x1-medium.icon-centre {
  margin-left: 29px;
}

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

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

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

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

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

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

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

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

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

.padding-global {
  background-color: var(--_primitives---colors--white);
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global.pg-width {
  background-color: var(--_primitives---opacity--transparent);
  mix-blend-mode: normal;
  max-width: 100%;
}

.padding-global.valuepropbg {
  background-color: var(--_primitives---colors--venice-blue-lightest);
  display: flex;
  overflow: hidden;
}

.padding-global.features-type-bg {
  background-color: var(--_primitives---colors--white);
}

.padding-global.benefits-bg {
  background-color: var(--_primitives---colors--venice-blue-lightest);
}

.padding-global.faqs-bg {
  background-color: var(--_primitives---colors--tarawera-lighter);
}

.padding-global.contact-bg {
  background-color: var(--_primitives---colors--tarawera);
  margin-left: 0;
  padding-left: 7%;
  padding-right: 1%;
}

.padding-global.about-us-bg {
  background-color: var(--_primitives---colors--venice-blue-lighter);
}

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

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

.padding-section-large.image_padd {
  margin-left: 69px;
  margin-right: -48px;
  padding-top: 2.1rem;
  padding-bottom: 2rem;
}

.padding-section-large.hero_txt_box {
  margin-left: -7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_message-success {
  color: var(--_primitives---colors--neutral-dark);
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

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

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

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

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

.delete-this {
  display: flex;
}

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

.text-style-tagline {
  background-color: var(--_primitives---colors--catskill-white-darkest);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

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

.tag.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--white-10);
  color: var(--_primitives---colors--white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-menu {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: var(--_primitives---opacity--transparent);
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .625rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--background);
  font-weight: 500;
}

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

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

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

.category-filter-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

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

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

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

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  background-color: var(--_primitives---colors--venice-blue-darker);
  bottom: 4rem;
}

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

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

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

.rl-styleguide_logo {
  width: 10rem;
}

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

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

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

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

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_component.color-scheme-1 {
  z-index: 3000;
  border: 5px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1400px;
  min-height: 80px;
  max-height: none;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: auto;
  display: flex;
  position: fixed;
}

.navbar2_component.color-scheme-1.nav {
  border-width: 1px;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  border-radius: 0;
  min-width: 85%;
  max-height: none;
}

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

.navbar2_logo {
  box-shadow: none;
  width: 125px;
  margin-top: 10px;
  margin-left: 0;
}

.navbar2_logo.call-icon {
  width: 45px;
  margin-left: 44px;
  margin-right: -37px;
}

.navbar2_logo-link {
  margin-left: 20px;
  padding-left: 0;
}

.navbar2_logo-link.mob-logo.call-logo.mob-call-logo {
  margin-left: 57px;
  margin-right: -20px;
}

.navbar2_container {
  z-index: 3000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 5px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  box-shadow: 0 3px 3px -3px var(--_primitives---colors--neutral-light);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 7px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1400px;
  height: 100%;
  max-height: 80px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 10px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar2_container.nav {
  background-color: var(--_primitives---opacity--transparent);
  justify-content: space-between;
  width: 80%;
  max-width: none;
  max-height: 95px;
  padding-left: 22px;
  padding-right: 22px;
}

.navbar2_link {
  border-bottom: 4px solid var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  padding: .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.navbar2_link:hover {
  border-bottom: 4px solid var(--_primitives---colors--catskill-white-darkest);
}

.navbar2_link.w--current {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.navbar2_link.w--current:hover {
  border-bottom: 4px solid var(--_primitives---colors--catskill-white-darkest);
  border-radius: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  color: var(--_primitives---colors--neutral-darkest);
  margin-left: -105px;
  font-size: 1.2rem;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  color: var(--_primitives---colors--neutral-darkest);
  flex-flow: row;
  margin-left: 1rem;
  display: flex;
}

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

.navbar2_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.header30_content {
  z-index: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.image-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--transparent);
  mix-blend-mode: lighten;
  background-image: url('../images/1754201054985_1.webp'), linear-gradient(#000, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hero-bg-colour {
  mix-blend-mode: saturation;
  background-color: #05668d;
  background-image: url('../images/1753980767789_.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-overlay-layer.section-267-bgcolour {
  background-color: var(--_primitives---colors--neutral-lightest);
  background-image: none;
}

.header30_background-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section_header30 {
  position: relative;
}

.section_header30.text-color-white {
  background-color: var(--_primitives---colors--venice-blue-light);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/175479411.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.section_header30.text-color-white.new-hero-bg {
  background-image: url('../images/1754249849951_1.webp');
}

.section_header30.text-color-white.contacts_hero_bg {
  background-image: url('../images/WhatsAppGlobe.jpg');
}

.section_header30.text-color-white.about_hero_bg {
  background-image: url('../images/dfd_1.webp');
}

.section_header30.text-color-white.blog_hero_bg {
  background-image: url('../images/175470786599_1.webp');
}

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

.layout239_component {
  background-color: var(--_primitives---colors--neutral-lightest);
  padding-left: 63px;
  padding-right: 63px;
}

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

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

.layout239_item {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  text-align: center;
  width: 79%;
}

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

.layout267_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.layout267_item-icon-wrapper {
  text-align: center;
  padding-left: 42px;
  display: inline-block;
}

.layout267_item-icon-wrapper.title-centre {
  text-align: center;
  margin-left: 108px;
}

.layout267_item-icon-wrapper.icon-move {
  margin-left: -6px;
  padding-left: 0;
}

.layout267_item-icon-wrapper.icons-mover {
  padding-left: 10px;
}

.layout267_item-icon-wrapper.iconz {
  padding-left: 9px;
}

.layout267_item-icon-wrapper.icond {
  padding-left: 3px;
}

.section_layout267 {
  position: relative;
}

.section_layout267.text-color-white {
  background-image: linear-gradient(#000, #fff);
}

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

.layout267_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  background-color: var(--_primitives---colors--venice-blue-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout267_item {
  background-color: var(--_primitives---colors--tarawera);
  text-align: left;
  width: 100%;
  min-height: 510px;
  padding: 43px 45px;
  display: block;
}

.layout267_item.hero-label-bg {
  background-color: var(--_primitives---colors--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  min-width: 350px;
  padding-left: 0;
}

.layout267_component {
  z-index: 1;
  background-color: var(--_primitives---colors--venice-blue-darker);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

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

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

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

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

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

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

.gallery18_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

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

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

.gallery18_lightbox-link {
  width: 100%;
}

.section_gallery18 {
  overflow: hidden;
}

.section_gallery18.color-scheme-3 {
  display: none;
  overflow: visible;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.layout254_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  perspective: 1000px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.layout254_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.layout254_item {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

.layout254_left {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.layout254_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 88%;
  height: 100%;
  margin: 29px;
}

.layout254_component {
  padding-left: 25px;
  padding-right: 25px;
}

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

.testimonial19_rating-wrapper {
  text-align: left;
  margin-left: -40px;
  display: flex;
}

.testimonial19_rating-wrapper.stars-align {
  margin-left: 17px;
}

.section_testimonial19.color-scheme-4 {
  background-color: var(--color-scheme-3--accent);
}

.section_testimonial19.color-scheme-4.homepage-testimonial-bg {
  background-color: var(--_primitives---colors--venice-blue-darkest);
}

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

.testimonial19_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---colors--venice-blue-darker);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-height: 340px;
  padding: .7rem 2rem 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial19_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

.testimonial19_content-top {
  text-align: left;
  margin-right: -55px;
}

.testimonial19_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial19_slider {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

.testimonial19_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial19_component {
  background-color: #044d6b;
  padding-left: 70px;
  padding-right: 70px;
}

.testimonial19_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.layout353_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;
  padding-right: 43px;
  display: grid;
}

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

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.layout353_content-item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
  overflow: hidden;
}

.layout353_content-item.content-item-1 {
  top: 30%;
}

.layout353_content-item.content-item-2 {
  top: 32%;
}

.layout353_content-item.content-item-3 {
  top: 34%;
}

.layout353_content-item.content-item-4 {
  top: 36%;
}

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

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

.section_layout3.color-scheme-2 {
  display: flex;
  overflow: hidden;
}

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

.section_cta25 {
  position: relative;
}

.section_cta25.color-scheme-4 {
  background-color: var(--color-scheme-3--accent);
}

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

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

.contact2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 0;
  display: grid;
}

.contact2_component {
  padding-left: 44px;
}

.error-text {
  color: #e23939;
}

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

.contact2_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

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

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.footer1_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

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

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer1_logo {
  margin-top: 39px;
  margin-left: 56px;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

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

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

.section_header69 {
  position: relative;
}

.section_header69.text-color-white {
  background-image: url('../images/WhatsApp-Image-2025-08-09-at-13.48.05_37ed1c80_1.webp');
  background-position: 0 0;
  background-size: auto;
}

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

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

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

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

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

.team1_item {
  text-align: center;
}

.section_team1.color-scheme-1 {
  display: none;
}

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

.team1_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;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

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

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

.layout121_progress-bar-wrapper {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
  width: 2px;
  height: 75%;
  margin-bottom: 5rem;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.layout121_progress-bar {
  background-color: var(--color-scheme-1--text);
  width: 2px;
  height: 100%;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--color-scheme-1--background);
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.layout121_timeline-wrapper {
  position: relative;
}

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

.layout121_content.aboutus-bg-color {
  background-color: var(--_primitives---colors--venice-blue-darker);
}

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

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

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

.testimonial10_content {
  background-color: var(--_primitives---colors--venice-blue-dark);
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial10_rating-wrapper {
  color: var(--_primitives---colors--white);
  justify-content: center;
  padding-top: 12px;
  display: flex;
}

.testimonial10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

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

.testimonial10_logo {
  max-height: 3rem;
}

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

.stats1_item {
  border-left: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

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

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

.cta39_card-content {
  flex-direction: column;
  justify-content: center;
  max-width: 451px;
  padding: 0;
  display: flex;
}

.cta39_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.cta39_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) none var(--_primitives---colors--white);
  border-radius: var(--_ui-styles---stroke--border-width);
  background-color: var(--_primitives---colors--white);
  grid-template: "Area-2 Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-left: 38px;
  padding-right: 25px;
  display: grid;
  overflow: hidden;
}

.cta39_card-content-top {
  margin-bottom: 10px;
  margin-left: -18px;
  padding-left: 0;
}

.cta39_component {
  border: 1px #000;
  border-radius: 0;
  max-width: none;
  height: 80vh;
  margin-top: 58px;
  display: flex;
  overflow: visible;
}

.cta39_image-wrapper {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  padding-left: 0;
  display: flex;
  overflow: clip;
}

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

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

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

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

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

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

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

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

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

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

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

.layout408_card-content {
  background-color: var(--color-scheme-4--background);
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout408_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.layout408_card-content-top {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  padding: 31px 11px;
}

.layout408_card-content-top.opposite-shadow {
  box-shadow: 13px 18px 5px 1px #0003;
}

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.layout408_card.card-1 {
  border-radius: var(--_ui-styles---stroke--border-width);
  background-color: var(--_primitives---colors--tarawera-lighter);
}

.layout408_card.card-2 {
  border-style: solid;
  border-width: var(--_ui-styles---stroke--border-width);
  border-radius: 0;
}

.section_layout408.color-scheme-1 {
  background-color: var(--_primitives---colors--white);
  background-image: none;
}

.layout408_image-wrapper {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

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

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

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

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

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

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

.faq6_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--_primitives---colors--neutral-lightest);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.section_faq6.color-scheme-2.hide_faq {
  display: block;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.blog1_author-wrapper {
  align-items: center;
  display: flex;
}

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

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

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

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

.blog1_author-image-wrapper {
  margin-right: 1rem;
}

.blog1_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog1_date-wrapper {
  align-items: center;
  display: flex;
}

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

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

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

.blog49_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
}

.blog49_date-wrapper {
  align-items: center;
  display: flex;
}

.blog49_item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog49_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

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

.blog49_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

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

.blog49_item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.contact17_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

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

.section_contact12.hide_contact_form.blog_formhide {
  display: inline-block;
}

.section_contact12.hide_contact_form.blog_formhide.contact_formpage_edit {
  border: 1px solid #000;
  width: 100vw;
}

.contact12_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--_primitives---colors--venice-blue-darkest);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 25px 15px 15px;
  font-weight: 400;
  display: grid;
}

.contact12_item {
  color: var(--_primitives---colors--venice-blue-darkest);
}

.contact12_item.cft {
  color: var(--_primitives---colors--neutral-darkest);
  max-width: 150px;
}

.contact12_item.edt {
  color: var(--_primitives---colors--venice-blue-darkest);
  max-width: 140px;
}

.contact12_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact12_component {
  border: 3px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-lightest);
  border-radius: 7px;
  max-width: 1050px;
}

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

.contact12_contact-list.cfedit {
  grid-column-gap: 6.4rem;
  border-right: 1px solid var(--_primitives---colors--neutral-dark);
  grid-template-rows: auto auto;
  margin-left: 21px;
}

.contact12_contact-list.cfedit.edit-grid {
  border-right: 1px solid var(--_primitives---colors--neutral-dark);
  grid-template-columns: 1fr;
  margin-left: 6px;
}

.contact12_content {
  grid-column-gap: .5rem;
  grid-row-gap: 4rem;
  background-color: var(--_primitives---colors--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1050px;
  padding: 11px;
  display: grid;
}

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

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

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

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

.contact16_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section_contact16.color-scheme-4 {
  display: none;
}

.contact16_map-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.paragraph {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 74px;
  margin-bottom: -3rem;
  margin-left: 23px;
  display: block;
}

.paragraph-2 {
  text-align: left;
  margin-top: 46px;
  margin-left: 19px;
}

.paragraph-2.pmove {
  margin-left: 12px;
}

.paragraph-3, .paragraph-4 {
  text-align: center;
  margin-top: 78px;
}

.paragraph-5 {
  text-align: center;
  margin-top: 40px;
}

.paragraph-6 {
  margin-top: 121px;
}

.paragraph-7 {
  margin-top: 43px;
}

.bold-text {
  margin-top: 40px;
  display: inline-block;
}

.bold-text-2 {
  display: inline-block;
}

.paragraph-8 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--tarawera);
  text-align: left;
  margin-top: 2px;
  padding: 17px 0 1px 3px;
  font-size: 1rem;
  font-weight: 500;
}

.paragraph-8.p8-fix {
  margin-top: 17px;
  padding-top: 0;
}

.paragraph-8.para-move {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--white);
  margin-top: 33px;
  font-weight: 400;
}

.div-block {
  flex: 0 auto;
  display: inline-block;
  position: static;
}

.image {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-clip: border-box;
  border: 0 solid #004e68;
  border-radius: 13px;
  min-width: auto;
  min-height: auto;
  margin-top: -10px;
  padding: 0;
}

.global {
  display: flex;
}

.track {
  background-color: var(--_primitives---opacity--transparent);
  height: 400vw;
}

.track.tab-hide {
  display: block;
}

.camera {
  background-color: var(--_primitives---colors--venice-blue-dark);
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  background-color: var(--_primitives---colors--white);
  height: 100%;
  padding: 0;
  display: flex;
}

.item {
  background-color: var(--_primitives---colors--neutral-lightest);
  border: 0 solid #000;
  border-radius: 1px;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 32px;
}

.image-2 {
  box-shadow: none;
  object-fit: cover;
  width: 100%;
  max-width: 80%;
  height: 100%;
  padding: 25px 34px 25px 25px;
  overflow: visible;
}

.div-block-2 {
  background-color: #123279;
}

.div-block-2.image-o {
  mix-blend-mode: darken;
  background-color: #b4e1f3;
}

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

.section {
  background-color: var(--_primitives---opacity--transparent);
  max-width: none;
  margin-top: 82px;
  display: block;
  position: relative;
}

.grid {
  background-color: var(--_primitives---opacity--transparent);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/17541011124.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-3 {
  text-align: left;
  max-width: 39%;
  padding-left: 0;
}

.container {
  white-space: nowrap;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 9.9rem;
  overflow: hidden;
}

.inner-container {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.h1 {
  text-align: center;
  max-width: 400px;
  margin-right: auto;
  padding-left: 108px;
  padding-right: 108px;
  font-size: 25px;
  line-height: 1;
  display: block;
}

.div-block-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: left;
  vertical-align: middle;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 1050px;
  margin-top: -178px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.image-4 {
  background-color: #fff;
  max-width: 22%;
}

.div-block-4 {
  background-color: var(--_primitives---colors--white);
  background-image: url('../images/Asset-4.png');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  max-width: 350px;
  min-height: 400px;
  box-shadow: 0 3px 7px 1px #0000001c;
}

.div-block-5 {
  background-color: var(--_primitives---colors--white);
  background-image: url('../images/Asset-4.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 350px;
  min-height: 400px;
  padding-right: 0;
  box-shadow: 0 3px 7px 1px #0000001c;
}

.div-block-6 {
  background-color: var(--_primitives---colors--white);
  min-width: 400px;
}

.image-5 {
  box-shadow: 0 3px 5px 1px #0003;
}

.image-6 {
  background-image: url('../images/Asset-3.png');
  background-position: 0 0;
  background-size: cover;
  box-shadow: 0 3px 5px 1px #0003;
}

.image-7 {
  box-shadow: 0 3px 5px 1px #0003;
}

.value-prop-bg {
  text-align: left;
  padding-left: 73px;
  padding-right: 61px;
}

.value-prop-bg.vp-fix {
  text-align: justify;
  margin-left: -10px;
  padding-left: 32px;
}

.value-prop-bg.fix {
  text-align: justify;
  padding-left: 19px;
  padding-right: 80px;
}

.value-prop-bg.contactfix {
  padding-left: 15px;
  padding-right: 0;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-right: 0;
  display: flex;
}

.div-block-7.tab.mldi.fixdiv {
  margin-left: 12px;
  padding-bottom: 19px;
}

.div-block-7.tab.fix {
  margin-left: -24px;
}

.div-block-7.ml.prop-align {
  margin-left: -26px;
}

.image-8 {
  box-shadow: none;
  vertical-align: baseline;
  max-width: 600px;
}

.image-8.mlsize.ttarb-ffix.ml-i-size.mob-size.contact-success-hideimage {
  display: none;
}

.image-9 {
  text-align: left;
  display: inline-block;
}

.div-block-8 {
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block {
  padding-top: 132px;
}

.text-block.herobox-layout-title {
  font-family: var(--_typography---font-styles--heading);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

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

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

.header84_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

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

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

.paragraph-10 {
  background-color: var(--_primitives---colors--venice-blue-dark);
  text-align: justify;
  margin-top: 0;
  margin-left: 46px;
  padding-left: 11px;
  padding-right: 46px;
  font-size: 1.1rem;
}

.paragraph-10.left-align {
  margin-left: -97px;
  margin-right: 151px;
}

.div-block-10 {
  background-color: var(--_primitives---colors--white);
  padding-left: 46px;
  padding-right: 46px;
}

.div-block-10.proper-align {
  flex-flow: row;
  display: flex;
}

.div-block-10.fixit.mob-div.contact-success-min-height {
  min-height: 500px;
}

.bold-text-3 {
  margin-top: -57px;
  margin-left: -30px;
  display: block;
}

.bold-text-3.txt-color {
  color: var(--_primitives---colors--venice-blue-darkest);
  font-weight: 400;
}

.bold-text-3.txt-color.fffix {
  text-align: justify;
  padding-bottom: 16px;
  padding-right: 11px;
}

.bold-text-3.txt-color.fffix.tab-sfix.ml-btext.move-email {
  margin-top: -12px;
}

.paragraph-11 {
  text-align: left;
  margin-top: 79px;
  margin-left: 15px;
  margin-right: 17px;
}

.paragraph-12 {
  text-align: left;
  margin-top: 76px;
  margin-left: 15px;
}

.paragraph-12.pmoved {
  margin-left: 12px;
}

.paragraph-13 {
  margin-top: -17px;
  padding-left: 12px;
  padding-right: 12px;
}

.bold-text-4 {
  text-align: left;
  margin-top: 12px;
  margin-left: -47px;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
}

.bold-text-4.head-alignment {
  margin-left: 11px;
}

.paragraph-14 {
  margin-top: 23px;
  margin-left: -4px;
  padding-left: 17px;
  padding-right: 17px;
}

.paragraph-15 {
  margin-top: -8px;
  padding-left: 14px;
  padding-right: 14px;
}

.paragraph-16 {
  margin-top: 50px;
}

.paragraph-17 {
  margin-top: 49px;
  margin-bottom: 1.5rem;
}

.paragraph-18 {
  margin-top: 59px;
}

.paragraph-18.homep {
  margin-top: 91px;
}

.paragraph-19 {
  margin-top: 46px;
}

.paragraph-19.parag {
  margin-top: 58px;
}

.paragraph-19.parag.hom {
  margin-top: 89px;
}

.paragraph-20 {
  margin-top: 59px;
  margin-left: 35px;
}

.paragraph-20.tab.homp {
  margin-top: 90px;
}

.paragraph-21 {
  margin-top: 103px;
}

.paragraph-21.pa {
  margin-top: 80px;
}

.paragraph-22 {
  margin-top: 49px;
}

.paragraph-22.par {
  margin-top: 80px;
}

.paragraph-22.par.tabb.serv {
  margin-top: 71px;
}

.paragraph-23 {
  margin-top: 79px;
}

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

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

.event16_heading {
  flex: 1;
}

.event16_slider {
  background-color: var(--_primitives---opacity--transparent);
  width: 875px;
  height: auto;
  padding-bottom: 8rem;
  position: relative;
}

.event16_mask {
  width: 33.33%;
  overflow: visible;
}

.event16_slide {
  padding-right: 2rem;
}

.event16_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  overflow: hidden;
}

.event16_item-link {
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.event16_image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.event16_date-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--foreground);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 7rem;
  padding: .75rem .25rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.event16_item-content {
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
}

.event16_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

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

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

.bold-text-5 {
  font-weight: 500;
}

.card-row5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.card-row5_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.card-row5_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.card-row5_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-row4_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_primitives---opacity--transparent);
  border: 2px solid #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.card-row4_card {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.card-row4_image-wrapper {
  background-color: var(--_primitives---colors--white);
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-row4_card-content {
  background-color: var(--_primitives---colors--white);
  border: 1px #000;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.paragraph-24 {
  margin-top: -11px;
  font-weight: 500;
}

.paragraph-25 {
  margin-top: -6px;
}

.heading {
  color: var(--_primitives---colors--tarawera);
}

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

.card-row18_card-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.card-row18_card-small-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-row18_card-small-image {
  box-shadow: none;
}

.card-row18_card-small-content {
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.card-row18_card-large {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.card-row18_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-row18_card-large-image {
  box-shadow: none;
}

.card-row18_card-large-content {
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.paragraph-26 {
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 400;
}

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

.card-row17_card-large {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.card-row17_card-large-content {
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.card-row17_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-row17_card-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.card-row17_card-small-content {
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card-row17_card-small-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-row17_card-small-image {
  box-shadow: none;
}

.section-2 {
  background-color: var(--_primitives---colors--neutral-lightest);
  min-height: 100px;
}

.lottie-animation {
  width: 200px;
  margin-top: 94px;
  margin-right: 35px;
}

.lottie-animation-2 {
  width: 250px;
  margin-top: 110px;
  margin-right: 24px;
}

.lottie-animation-3 {
  width: 250px;
  margin-top: 56px;
}

.lottie-animation-3.ffix {
  width: 300px;
  margin-top: 112px;
  margin-left: -55px;
}

.lottie-animation-3.hhfix {
  width: 300px;
  margin-top: 113px;
  margin-left: -50px;
}

.image-10 {
  width: 35px;
  max-width: 100%;
  margin-top: 0;
}

.p-animation.sa_pos {
  margin-top: 38px;
}

.p-animation.sa_pos.serv {
  margin-top: 162px;
}

.p-animation.tab.homey {
  margin-top: 75px;
}

.p-animation.tab2.homeup {
  margin-top: 7px;
}

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

.footer11_top-wrapper {
  grid-column-gap: 4vw;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---stroke--border-width);
  background-color: var(--_primitives---colors--venice-blue-lightest);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding: 3rem;
}

.footer11_left-wrapper {
  display: flex;
}

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

.footer11_logo {
  box-shadow: none;
  width: 300px;
}

.footer11_details-wrapper {
  margin-left: 56px;
}

.footer11_details-wrapper.mob-foot11 {
  flex-flow: column;
  display: flex;
}

.footer11_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 10px;
  display: flex;
}

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

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

.footer11_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer11_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.footer11_link.foot-head {
  font-weight: 600;
}

.footer11_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

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

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

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

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

.blog10_heading-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog10_featured-blog {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog10_main-post, .blog10_main-list, .blog10_item {
  width: 100%;
}

.blog10_item-link {
  width: 100%;
  text-decoration: none;
}

.blog10_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
}

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

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

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

.blog10_featured-item-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

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

.blog10_featured-item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

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

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

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

.blog55_item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog55_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
}

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

.blog55_item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog55_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

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

.blog55_date-wrapper {
  align-items: center;
  display: flex;
}

.blog55_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.text-block-2, .text-block-3 {
  padding-right: 39px;
}

.text-block-4 {
  padding-right: 29px;
}

.text-block-5, .text-block-6 {
  padding-right: 39px;
}

.text-block-7, .text-block-8 {
  color: var(--_primitives---colors--white);
}

.step_txtblack {
  color: var(--_primitives---colors--neutral-darkest);
  font-weight: 500;
}

.step_txtblack._0nboarding_txtblk {
  font-size: 1.75rem;
}

.heading-2 {
  background-color: var(--_primitives---opacity--white-15);
  color: var(--_primitives---colors--neutral-darkest);
  margin-top: -3.6rem;
  font-size: 4.5rem;
  font-weight: 700;
}

.bold-text-7 {
  font-weight: 500;
}

.marquee_wrapper {
  background-color: var(--_primitives---colors--neutral-lighter);
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.page_loading_screen {
  z-index: 4000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading_door_slide.left {
  background-color: var(--_primitives---colors--neutral-darkest);
  perspective-origin: 0%;
  transform-origin: 0%;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.loading_door_slide.right {
  background-color: var(--_primitives---colors--neutral-darkest);
  perspective-origin: 100%;
  transform-origin: 100%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.logo {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 15em;
  margin-top: 24px;
  margin-left: 12px;
  display: flex;
  position: absolute;
}

.text-block-9 {
  width: 15rem;
  font-weight: 700;
}

.text-block-10 {
  color: var(--_primitives---colors--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  font-style: italic;
  font-weight: 800;
  display: flex;
}

.image-11 {
  width: 50%;
  max-width: 0%;
  height: 100%;
  display: inline-block;
  overflow: clip;
}

.image-12 {
  opacity: 0;
  width: auto;
  height: auto;
  display: inline-block;
}

.image-13 {
  max-height: 100vh;
}

.bold-text-8 {
  font-weight: 500;
}

.bold-text-9 {
  font-size: 1.75rem;
  font-weight: 500;
}

.heading-3, .heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24 {
  font-size: 1.75rem;
}

.image-14 {
  box-shadow: none;
}

.fs-numbercount_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  max-width: 30rem;
  display: flex;
}

.fs-numbercount_icon-wrapper {
  background-color: #ebebeb;
  border-radius: .5rem;
  padding: .5rem;
}

.fs-numbercount_instance {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.fs-numbercount_heading {
  flex: none;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.fs-numbercount_character {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.fs-numbercount_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.fs-numbercount_row {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-numbercount_icon {
  aspect-ratio: 1;
  object-fit: cover;
  width: 3rem;
}

.fs-numbercount_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding: 2rem;
  display: grid;
}

.fs-numbercount-1_number {
  text-align: left;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.scroll_images {
  box-shadow: none;
  max-width: 150px;
}

.section-3 {
  border-radius: 3px;
}

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

.text-block-11 {
  color: var(--_primitives---colors--white);
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 1.5rem;
  font-weight: 500;
}

.section-4 {
  min-height: 100px;
}

.loading-anime {
  z-index: 10000;
  background-color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.lottie-anime {
  z-index: 10000;
  background-color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.lottie-animation-7 {
  width: auto;
}

.home-faqs {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 400;
}

.hidden {
  display: block;
}

.image-16 {
  box-shadow: none;
  width: 20px;
}

.div-block-13 {
  margin-bottom: 5px;
  display: flex;
}

.image-17 {
  box-shadow: none;
  width: 20px;
}

.div-block-14, .div-block-15, .div-block-16 {
  margin-bottom: 7px;
  display: flex;
}

.image-18 {
  box-shadow: none;
  width: 20px;
}

.div-block-17 {
  margin-top: 10px;
  display: flex;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.p-width.hero-text-med-size-bgcolor {
    margin-left: 26px;
    padding-right: 386px;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.hero_sub_header.abouttxtpos {
    margin-left: 225px;
    margin-right: -93px;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.hero_sub_header.abouttxtpos.tab-hero-head {
    padding-left: 121px;
    padding-right: 81px;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.contacts_hero_subhead.herotxtleft.tab-hero {
    margin-top: 22px;
    margin-left: 25px;
    padding-right: 288px;
  }

  .text-size-medium.faq-bg-color.home-faq.tab-ptext {
    padding-right: 132px;
  }

  .text-size-medium.header-bg-color-white.moveleft {
    margin-left: 15px;
    margin-right: 202px;
  }

  .text-size-medium.header-bg-color-white.move-left {
    margin-left: 25px;
  }

  .text-size-medium.header-bg-color-white.move-left.ml.fixs.tav-fix {
    min-width: 675px;
    margin-left: 12px;
  }

  .text-size-medium.header-bg-color-white.move-left.ml.hofix.tab-fixt {
    min-width: 675px;
    margin-left: 14px;
  }

  .text-size-medium.bg-transparent {
    margin-left: -37px;
    padding-right: 312px;
    font-size: .9rem;
  }

  .text-size-medium.bg-transparent.tab-align {
    margin-left: 36px;
  }

  .text-size-medium.bg-transparent.tab-align.tabs {
    margin-right: 19px;
  }

  .text-size-medium.bg-transparent.tabview {
    padding-left: 82px;
    padding-right: 31px;
  }

  .text-size-medium.align-left.boxsize.cf-edit {
    min-width: 800px;
    margin-left: -68px;
    margin-right: -34px;
    font-size: 1rem;
  }

  .text-size-medium.align-left.boxsize.cf-edit.mobb {
    margin-right: 16px;
  }

  .text-size-medium.about_cta_txt.txtcolor.cta_card-txt.tabv {
    padding-left: 28px;
    padding-right: 279px;
    font-size: 1.1rem;
  }

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

  .heading-style-h2.hs-slider.hs-header-align {
    margin-top: -1.4rem;
    margin-left: -40px;
  }

  .heading-style-h2.cta-msg.moveboxlow {
    margin-top: -1.9rem;
  }

  .heading-style-h2.theme-color.vp-move {
    font-size: 2.2rem;
  }

  .heading-style-h2.theme-color.vp-move.head_movedown.tabbb {
    margin-left: -37px;
  }

  .heading-style-h2.theme-color.vp-move.head_movedown.tabbb.fix.ttaab-fix {
    margin-left: -48px;
  }

  .heading-style-h2.theme-color.vp-move.contact_header.tab {
    margin-left: -43px;
    font-size: 2rem;
  }

  .heading-style-h2.theme-color.vp-move.tab {
    margin-left: -46px;
    font-size: 2rem;
  }

  .heading-style-h2.theme-color.vp-move.tab.ml.fix.tabfixx {
    margin-left: -44px;
  }

  .heading-style-h2.alignment.contact_form_edit {
    background-color: var(--_primitives---colors--neutral-lightest);
    margin-left: -225px;
    margin-right: -34px;
    font-size: 2.4rem;
  }

  .heading-style-h2.alignment.contact_form_edit.mob.tabbb {
    margin-top: -2.2rem;
    margin-right: 0;
  }

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

  .heading-style-h2.head-align-r.moveleft {
    margin-top: -2.6rem;
    margin-left: 0;
    margin-right: -51px;
    padding-right: 0;
  }

  .heading-style-h2.head-align-r.move-left {
    margin-left: 7px;
  }

  .heading-style-h2.head-align-r.move-left.ml.fiix.tarby-fix {
    margin-left: -5px;
  }

  .heading-style-h2.head-align-r.move-left.fixy.tab-fix {
    margin-left: 0;
  }

  .heading-style-h2.headmoveleft {
    margin-left: 5px;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h5.benefits-align.hsh5_blacktxt.tavs-fix {
    padding-left: 2px;
  }

  .heading-style-h5.benefits-align.hsh5_blacktxt.tabv-fix {
    margin-top: 1.3rem;
    padding-left: 9px;
  }

  .heading-style-h5.benefits-align.hsh5_blacktxt.ttav-fixt {
    padding-left: 7px;
  }

  .heading-style-h5.benefits-align.hsh5_blacktxt.tttav-fix {
    margin-top: -1.5rem;
    padding-left: 0;
  }

  .heading-style-h1 {
    margin-top: -.2rem;
    margin-left: 22px;
    font-size: 3.25rem;
  }

  .heading-style-h1.hero_head_alignright {
    text-align: right;
    margin-right: -112px;
    font-size: 2.8rem;
  }

  .heading-style-h1.hero_head_alignright.tab_hero-head {
    margin-right: -76px;
  }

  .button.is-secondary.is-alternate.butt-right.herobutt.newhover {
    margin-left: 137px;
  }

  .button.is-secondary.is-alternate.butt-right.herobutt.newhover.tab {
    margin-left: 209px;
  }

  .button.is-secondary.butt-move.tab {
    margin-top: -264px;
  }

  .button.is-alternate.button-bordercolor.aboutus_buttonpos.tabview {
    margin-top: -189px;
    margin-left: 671px;
    margin-right: -179px;
  }

  .button.is-alternate.button-bordercolor.services_her_buttonpos.tab-herobutt {
    margin-top: -151px;
    margin-left: 23px;
  }

  .button.is-alternate.button-bordercolor.contact_buttonpos.tab-hero-butt {
    margin-left: 24px;
  }

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

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

  .icon-1x1-medium.tavb-fix {
    margin-top: 39px;
  }

  .icon-1x1-medium.trtav-fix {
    margin-top: -29px;
    margin-bottom: 21px;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

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

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_component.color-scheme-1.tab-navview {
    min-width: 956px;
    max-width: 100%;
  }

  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar2_logo-link.mob-logo.call-logo.mob-call-logo.ml-call-icon-move-r.mlcall.mob-call {
    margin-left: 433px;
    margin-right: -277px;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_container.tab-navcon-width {
    min-width: 956px;
    max-width: 100%;
  }

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

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

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

  .navbar2_menu.is-page-height-tablet.ml-nav-pos.tab-navmenu-width {
    min-width: 956px;
    max-width: 100%;
    margin-left: -4px;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

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

  .layout239_list, .layout267_list {
    grid-column-gap: 2rem;
  }

  .layout267_item.hero-label-bg {
    min-width: 300px;
    max-width: 300px;
  }

  .layout250_list, .layout238_list {
    grid-column-gap: 2rem;
  }

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

  .layout254_item.trab-fix {
    margin-bottom: 68px;
  }

  .layout254_item.tarb-fix-moveup {
    margin-top: -65px;
  }

  .layout254_image {
    text-align: left;
    max-width: 50%;
  }

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

  .testimonial19_mask {
    width: 50%;
  }

  .testimonial19_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .layout353_content-right {
    margin-left: -106px;
  }

  .layout3_image-wrapper {
    margin-left: -225px;
    margin-right: 17px;
  }

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

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

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

  .layout121_progress-bar-wrapper {
    height: 70%;
  }

  .layout121_timeline-step {
    grid-column-gap: 1.5rem;
  }

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

  .stats1_number {
    font-size: 4rem;
  }

  .stats1_list {
    grid-column-gap: 2rem;
  }

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

  .cta39_card-content {
    padding: 3rem;
  }

  .cta39_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout241_list {
    grid-column-gap: 2rem;
  }

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

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

  .layout408_card-content {
    padding: 2rem;
  }

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

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

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

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

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

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

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

  .contact16_map-wrapper {
    height: 30rem;
  }

  .track {
    height: auto;
  }

  .track.tab-hide, .track.ml-hide {
    display: none;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

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

  .div-block-3 {
    max-width: 900px;
  }

  .div-block-4, .div-block-5 {
    max-width: 300px;
    min-height: 510px;
  }

  .div-block-7 {
    max-width: 700px;
  }

  .div-block-7.tab {
    margin-bottom: 10px;
    margin-right: -34px;
  }

  .div-block-7.tab.fix.tarrb-fix {
    margin-left: -59px;
    margin-right: -7px;
  }

  .div-block-7.ml.prop-align.tabfix {
    margin-top: 71px;
    margin-left: -86px;
  }

  .image-8 {
    max-width: 500px;
  }

  .image-8.tabb {
    max-width: 400px;
  }

  .image-8.mlsize.tabsize {
    max-width: 425px;
  }

  .image-8.mlsize.ttarb-ffix {
    max-width: 475px;
  }

  .header84_card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .paragraph-10.left-align {
    margin-left: 18px;
    margin-right: 72px;
    padding-right: 11px;
  }

  .bold-text-3.txt-color {
    margin-bottom: 30px;
    margin-left: -108px;
    margin-right: -42px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: .9rem;
  }

  .bold-text-3.txt-color.tabs {
    margin-bottom: 26px;
    margin-left: -104px;
    margin-right: -63px;
    padding-left: 4px;
    padding-right: 7px;
  }

  .bold-text-3.txt-color.tabs.tarb-fix {
    margin-left: -57px;
    margin-right: -20px;
    padding-right: 31px;
  }

  .bold-text-3.txt-color.ml.tabfix {
    margin-left: -87px;
    margin-right: 8px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .bold-text-3.txt-color.fffix.tab-sfix {
    margin-bottom: 72px;
    margin-left: -46px;
    margin-right: -19px;
    padding-left: 18px;
    padding-right: 49px;
  }

  .paragraph-18 {
    margin-top: 93px;
  }

  .paragraph-18.homep.tabs-fix {
    margin-top: 126px;
  }

  .paragraph-18.tarb-fiix {
    margin-top: 94px;
  }

  .paragraph-20 {
    margin-top: 92px;
    margin-left: 25px;
  }

  .paragraph-20.tab {
    margin-top: 94px;
  }

  .paragraph-20.tab.homp.tabbs-fix {
    margin-top: 126px;
  }

  .paragraph-20.tabby {
    margin-top: 94px;
  }

  .paragraph-21.pa {
    margin-top: 73px;
  }

  .paragraph-22.par {
    margin-top: 38px;
  }

  .paragraph-22.par.tab.homm.ttabs-fix {
    margin-top: 37px;
  }

  .paragraph-22.par.tabb.serv.tabserv {
    margin-top: 62px;
  }

  .paragraph-23 {
    margin-top: 73px;
  }

  .event16_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .event16_heading {
    margin-right: 3rem;
  }

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

  .event16_mask {
    width: 50%;
  }

  .card-row5_component {
    grid-template-columns: 1fr;
  }

  .card-row4_card-content {
    padding: 2rem;
  }

  .card-row18_component {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-26.p-animation.tab {
    text-align: center;
  }

  .card-row17_component {
    grid-template-columns: 1fr 1fr;
  }

  .lottie-animation-2 {
    margin-left: -37px;
  }

  .lottie-animation-3 {
    margin-left: -38px;
  }

  .p-animation.tab {
    margin-top: 37px;
  }

  .p-animation.tab2 {
    margin-top: 6px;
  }

  .p-animation.tabby {
    text-align: center;
  }

  .footer11_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .blog10_featured-blog {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .blog10_featured-list {
    grid-row-gap: 3.5rem;
  }

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

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

  .text-block-4 {
    font-size: .9rem;
  }

  .fs-numbercount-1_number {
    display: inline-block;
  }

  .scroll_images.tabsize {
    max-width: 115px;
  }

  .lottie-animation-4 {
    margin-left: -128px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .page-wrapper {
    max-width: none;
    overflow: hidden;
  }

  .page-wrapper.ml-of {
    overflow: hidden;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-small.head-centre.ml-margin {
    min-width: 185px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .margin-bottom.margin-xsmall {
    min-width: 250px;
    padding-right: 0;
  }

  .margin-bottom.margin-xsmall.mlc {
    padding-left: 150px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.p-width.hero-text-med-size-bgcolor {
    margin-top: 0;
    margin-left: 137px;
    margin-right: 0;
    padding-right: 484px;
    font-size: .7rem;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.hero_sub_header.abouttxtpos.tab-hero-head.ml {
    margin-left: 151px;
    margin-right: -45px;
    padding-right: 266px;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.blog_subheader_align_right.mlk {
    margin-right: -239px;
    padding-right: 302px;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.contacts_hero_subhead.herotxtleft.tab-hero.ml {
    margin-left: 135px;
    padding-right: 337px;
  }

  .text-size-medium.benefits-info-text-color.benefits-txt-align.hometextsizemedpadding.boxsize.ml {
    padding-right: 193px;
  }

  .text-size-medium.benefits-info-text-color.benefits-txt-align.p_textsize_med_pad.mll {
    padding-right: 182px;
  }

  .text-size-medium.faq-bg-color.home-faq.tab-ptext.ml-ptext {
    padding-right: 189px;
  }

  .text-size-medium.header-bg-color-white.ct-txt-align.cttextsizemed.ml {
    margin-left: -67px;
    margin-right: 86px;
    padding-right: 174px;
  }

  .text-size-medium.header-bg-color-white.ct-txt-align.cttextsizemed.ml.ml-move {
    padding-right: 94px;
  }

  .text-size-medium.header-bg-color-white.ct-txt-align.cttextsizemed.ml.ml-ptxt {
    padding-right: 68px;
  }

  .text-size-medium.header-bg-color-white.moveleft.ml {
    padding-right: 243px;
  }

  .text-size-medium.header-bg-color-white.moveleft.ml.ml-ptext-size {
    min-width: 350px;
    padding-right: 11px;
  }

  .text-size-medium.header-bg-color-white.moveleft.ml.ml-ptsm {
    min-width: auto;
    max-width: 48rem;
    margin-right: 0;
    padding-right: 22px;
  }

  .text-size-medium.header-bg-color-white.move-left.ml {
    min-width: 400px;
  }

  .text-size-medium.header-bg-color-white.move-left.ml.fixs.tav-fix.ml-pt-fix {
    min-width: 350px;
    margin-right: 38px;
    padding-top: 58px;
    padding-right: 16px;
  }

  .text-size-medium.header-bg-color-white.move-left.ml.hofix.tab-fixt.ml-ptext-align {
    min-width: 350px;
    margin-right: 58px;
    padding-right: 42px;
  }

  .text-size-medium.bg-transparent.anime-align.ml-pt-align {
    min-width: 350px;
    margin-left: 17px;
    padding-right: 25px;
  }

  .text-size-medium.bg-transparent.anime-align.ml-al {
    margin-left: 14px;
  }

  .text-size-medium.bg-transparent.tabview.mll {
    padding-right: 150px;
  }

  .text-size-medium.textcolor.ml {
    margin-left: -65px;
    padding-left: 130px;
    padding-right: 130px;
  }

  .text-size-medium.about_cta_txt.txtcolor.cta_card-txt.tabv.ml-p-txt-size {
    min-width: 350px;
    min-height: 300px;
    margin-left: -42px;
    margin-right: 86px;
    padding-top: 0;
    padding-right: 34px;
    font-size: 1rem;
  }

  .text-size-medium.aboutus_achievments.typocolor.ml {
    padding-left: 108px;
    padding-right: 108px;
  }

  .text-size-medium.aboutus_achievments.typocolor.ml.ml-move {
    margin-left: -93px;
    padding-right: 67px;
  }

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

  .heading-style-h2 {
    margin-left: -62px;
    padding-left: 120px;
    padding-right: 120px;
    font-size: 2.25rem;
  }

  .heading-style-h2.testi.customer-test-align.ml-align {
    margin-left: -36px;
  }

  .heading-style-h2.cta-msg.moveboxlow.ml {
    padding-left: 17px;
  }

  .heading-style-h2.cta-msg.moveboxlow.ml-heading {
    padding-left: 15px;
  }

  .heading-style-h2.theme-color.vp-move.head_movedown.tabbb.ml {
    margin-left: -150px;
  }

  .heading-style-h2.theme-color.vp-move.head_movedown.tabbb.fix.ttaab-fix.ml-h2 {
    min-width: 300px;
    padding-left: 21px;
  }

  .heading-style-h2.theme-color.vp-move.contact_header.tab.mlld {
    margin-left: -142px;
    padding-right: 78px;
  }

  .heading-style-h2.theme-color.vp-move.contact_header.tab.mlld.confix.ml-h2d {
    padding-left: 11px;
  }

  .heading-style-h2.theme-color.vp-move.contact_header.ml-h2-pp-pos {
    margin-left: -36px;
    margin-right: -107px;
    padding-left: 0;
    padding-right: 44px;
  }

  .heading-style-h2.theme-color.vp-move.contact_header.ml-h2-pp-pos.mob-h2-pp-pos {
    margin-left: -40px;
  }

  .heading-style-h2.theme-color.vp-move.tab.ml {
    font-size: 1.8rem;
  }

  .heading-style-h2.theme-color.vp-move.tab.ml.fix.tabfixx.h2-align {
    margin-left: -151px;
  }

  .heading-style-h2.onboard-align.ml {
    padding-right: 164px;
  }

  .heading-style-h2.onboard-align.ml.ml-h2h2 {
    padding-left: 14px;
  }

  .heading-style-h2.onboard-align.mlls {
    padding-left: 10px;
    padding-right: 153px;
  }

  .heading-style-h2.onboard-align.mlll {
    padding-left: 14px;
    padding-right: 214px;
  }

  .heading-style-h2.align-r.moveboxlower.ml-h2style {
    padding-left: 13px;
  }

  .heading-style-h2.align-r.movebox.ml-h2style {
    padding-left: 15px;
  }

  .heading-style-h2.align-r.p_headstyle_down.ml {
    padding-left: 12px;
  }

  .heading-style-h2.head-align-r.moveleft.ml {
    padding-left: 18px;
  }

  .heading-style-h2.head-align-r.moveleft.ml-h2styled {
    padding-left: 15px;
  }

  .heading-style-h2.head-align-r.move-left.ml {
    padding-left: 21px;
  }

  .heading-style-h2.head-align-r.move-left.fixy.tab-fix.ml-h2hstyle {
    padding-left: 17px;
  }

  .heading-style-h2.headmoveleft.ml {
    margin-left: -100px;
  }

  .heading-style-h2.headmoveleft.ml-headmove {
    padding-left: 31px;
    padding-right: 0;
  }

  .heading-style-h2.about_heading.ml {
    padding-left: 7px;
  }

  .heading-style-h2.about_heading.ml-h2style-h2 {
    padding-left: 0;
    padding-right: 85px;
    font-size: 2rem;
  }

  .heading-style-h2.mll {
    padding-left: 50px;
  }

  .heading-style-h2.ml-h2style-head {
    padding-left: 49px;
  }

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

  .heading-style-h6.ml-numbers-move {
    margin-left: -92px;
    font-size: 1.4rem;
  }

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

  .heading-style-h5.padding.mobi.mlhead {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-style-h5.hsh5txtblk.mlll {
    padding-left: 72px;
  }

  .heading-style-h5.hsh5txtblk.mlll.ml-step {
    text-align: left;
    min-width: 250px;
    margin-left: -31px;
    margin-right: -11px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5.hsh5txtblk.mls {
    padding-left: 198px;
  }

  .heading-style-h5.hsh5txtblk.mls.mlstep {
    padding-left: 110px;
  }

  .heading-style-h5.hsh5txtblk.mml {
    padding-left: 62px;
  }

  .heading-style-h5.hsh5txtblk.mml.ml-step2head {
    margin-left: -22px;
    padding-left: 0;
  }

  .heading-style-h5.hsh5txtblk.mmml {
    padding-left: 190px;
  }

  .heading-style-h5.hsh5txtblk.mmml.ml-h3-step3 {
    padding-left: 110px;
  }

  .heading-style-h5.hsh5txtblk.ml-step4 {
    margin-left: -41px;
    padding-left: 0;
  }

  .heading-style-h5.no_anime.mobi.mlhead {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-style-h1 {
    margin-top: .6rem;
    margin-left: 135px;
    padding-right: 342px;
    font-size: 1.6rem;
  }

  .heading-style-h1.hero_head_alignright.tab_hero-head.ml {
    padding-right: 252px;
  }

  .heading-style-h1.hero_head_alignright.tab_hero-head.ml.mob-aboutus {
    margin-top: 2.9rem;
  }

  .heading-style-h1.blog_hero_head_alignright.mlh {
    margin-left: -111px;
    margin-right: 58px;
    padding-left: 95px;
  }

  .heading-style-h1.blog_hero_head_alignright.mlh.mob-herotext {
    margin-top: 3.4rem;
  }

  .heading-style-h1.contacts_hero_head.ml.mob-herotxt {
    margin-top: 3.8rem;
  }

  .heading-style-h1.ml {
    margin-left: 132px;
    padding-right: 380px;
    font-size: 1.9rem;
  }

  .heading-style-h1.ml.mob {
    margin-top: 1.8rem;
  }

  .heading-style-h1.mobhead {
    margin-top: 2rem;
  }

  .button.is-secondary.is-alternate.butt-right.herobutt.newhover.tab.ml-pos {
    margin-top: -32px;
    margin-left: 318px;
  }

  .button.is-secondary.is-alternate.butt-right.mls {
    margin-top: 19px;
  }

  .button.is-secondary.is-alternate.butt-right.ml {
    margin-top: 11px;
  }

  .button.is-secondary.butt-move.ml {
    margin-top: -265px;
  }

  .button.is-alternate.button-bordercolor.aboutus_buttonpos.tabview.mlb {
    margin-left: 413px;
  }

  .button.is-alternate.button-bordercolor.services_her_buttonpos.tab-herobutt.ml {
    margin-top: -196px;
    margin-left: 134px;
  }

  .button.is-alternate.button-bordercolor.contact_buttonpos.tab-hero-butt.mld {
    margin-top: -261px;
    margin-left: 133px;
    padding-left: 1.5rem;
  }

  .button.is-alternate.button-bordercolor.herobuttonpos.mlb {
    margin-top: -244px;
    margin-left: 420px;
  }

  .button.is-alternate.button-bordercolor.herobuttonpos.mlb.mob-book {
    height: 50px;
    margin-left: 530px;
    margin-right: -74px;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .button.call-styling.tel-pos.mob-hide-tel {
    display: none;
  }

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

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

  .heading-style-h3.align-it.ml {
    padding-right: 236px;
  }

  .heading-style-h3.align-it.ml-h2-head {
    margin-left: 24px;
    padding-right: 120px;
  }

  .heading-style-h3.align-it.ml-h2move {
    margin-left: 16px;
    padding-right: 124px;
  }

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

  .icon-1x1-medium.ml.ml-imove {
    margin-left: 68px;
  }

  .icon-1x1-medium.mllll {
    margin-left: 316px;
  }

  .icon-1x1-medium.mllll.ml-i {
    margin-left: 222px;
  }

  .icon-1x1-medium.mllll.ml-icon3 {
    margin-left: 235px;
  }

  .icon-1x1-medium.ml-icon {
    margin-left: -27px;
  }

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

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

  .padding-global.faqs-bg.ml-pad-move {
    margin-left: -171px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_component.color-scheme-1.tab-navview.ml-navcom-width {
    min-width: 728px;
  }

  .navbar2_logo.call-icon.ml-callicon-pos {
    margin-left: 13px;
    margin-right: -11px;
  }

  .navbar2_logo-link.mob-logo.call-logo {
    text-align: left;
    margin-left: 313px;
    margin-right: 148px;
  }

  .navbar2_logo-link.mob-logo.call-logo.mob-call-logo.ml-call-icon-move-r {
    margin-left: 150px;
    margin-right: -52px;
  }

  .navbar2_logo-link.mob-logo.call-logo.mob-call-logo.ml-call-icon-move-r.mlcall {
    margin-left: 313px;
    margin-right: -201px;
  }

  .navbar2_logo-link.mob-logo.call-logo.mob-call-logo.ml-call-icon-move-r.mlcall.mob-call {
    margin-left: 298px;
    margin-right: -240px;
  }

  .navbar2_container.tab-navcon-width.ml-navcon-width {
    min-width: 728px;
  }

  .navbar2_link.ml-hidenum {
    display: none;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_menu.is-page-height-tablet.ml-nav-pos {
    margin-left: -89px;
    margin-right: -28px;
  }

  .navbar2_menu.is-page-height-tablet.ml-nav-pos.tab-navmenu-width.ml-navmenu-width {
    min-width: 728px;
    margin-left: -26px;
  }

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

  .layout239_component {
    overflow: hidden;
  }

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

  .layout267_item.hero-label-bg {
    min-width: 150px;
    max-width: 150px;
    min-height: 400px;
    margin-left: 27px;
    margin-right: 22px;
  }

  .layout267_item.hero-label-bg.mob-layout.mob-l.tc-layout {
    margin-left: 27px;
  }

  .layout250_list, .layout238_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .layout254_right, .layout254_left {
    grid-row-gap: 3rem;
  }

  .layout254_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial19_rating-wrapper.stars-align.ml-stars {
    margin-left: 190px;
  }

  .testimonial19_card {
    padding: 1.5rem;
  }

  .testimonial19_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial19_mask {
    width: 100%;
  }

  .testimonial19_slider {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial19_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .layout353_content-left {
    position: static;
  }

  .layout353_content-right.ml-resize {
    max-width: 568px;
    margin-left: 0;
  }

  .layout353_content-item.content-item-1 {
    padding-left: 12.2rem;
    padding-right: 12.2rem;
  }

  .layout353_content-item.content-item-1.ml.ml-layout-size {
    max-width: 450px;
  }

  .layout353_content-item.content-item-1.ml-step1 {
    max-width: 567px;
    margin-top: 5.2rem;
    margin-bottom: 5.2rem;
    margin-left: 107px;
  }

  .layout353_content-item.content-item-2 {
    padding-left: 12.2rem;
    padding-right: 12.2rem;
  }

  .layout353_content-item.content-item-2.ml {
    max-width: 450px;
  }

  .layout353_content-item.content-item-2.ml.mob {
    margin-top: 52px;
  }

  .layout353_content-item.content-item-2.ml-step2 {
    max-width: 567px;
    margin-left: 107px;
  }

  .layout353_content-item.content-item-2.ml-step2.mob-step2 {
    margin-top: 199px;
    margin-bottom: -8rem;
  }

  .layout353_content-item.content-item-3.ml {
    padding-left: 12.7rem;
    padding-right: 12.7rem;
  }

  .layout353_content-item.content-item-3.ml.ml-layout-size {
    max-width: 450px;
  }

  .layout353_content-item.content-item-3.ml-step3 {
    max-width: 567px;
    margin-left: 107px;
  }

  .layout353_content-item.content-item-3.ml-step3.mob-step3 {
    margin-top: 160px;
  }

  .layout353_content-item.content-item-4.ml {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .layout353_content-item.content-item-4.ml.ml-layout {
    max-width: 450px;
  }

  .layout353_content-item.content-item-4.ml-step4 {
    max-width: 567px;
    margin-left: 107px;
  }

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

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

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

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

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .layout213_content, .team1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout121_progress-bar-wrapper {
    left: 2rem;
  }

  .layout121_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .testimonial10_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .divider-vertical {
    display: none;
  }

  .testimonial10_slider {
    padding-bottom: 3rem;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

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

  .stats1_number {
    font-size: 3.5rem;
  }

  .stats1_item.ml-gridflex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-grid;
  }

  .stats1_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .cta39_card-content {
    padding: 2rem;
  }

  .cta39_card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: none;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-self: auto;
    place-items: end baseline;
    display: inline-grid;
  }

  .cta39_component {
    flex-flow: row;
  }

  .cta39_image-wrapper.ml-image {
    margin-left: -116px;
  }

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

  .layout241_list, .layout22_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .layout408_card-content {
    padding: 1.5rem;
  }

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

  .layout408_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout408_image-wrapper {
    height: auto;
  }

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

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

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

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

  .blog1_list, .blog49_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog49_image-wrapper {
    height: 100%;
  }

  .blog49_item-link {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .contact17_grid-list, .contact12_content, .contact16_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact16_map-wrapper {
    height: 25rem;
  }

  .paragraph-8.hero-hover {
    margin-left: -34px;
    padding-left: 0;
    padding-right: 20px;
    font-size: .6rem;
  }

  .paragraph-8.hero-hover.box-smaller {
    max-width: 183px;
    max-height: 150px;
    margin-left: -34px;
    padding-left: 0;
    padding-right: 20px;
    font-size: .6rem;
  }

  .track.ml-hide {
    display: none;
  }

  .div-block-3.ml {
    margin-left: 127px;
    display: block;
    overflow: hidden;
  }

  .div-block-3.ml.hero-cards.white-boxml {
    margin-left: -27px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-4.ml-boxsize, .div-block-5.ml-boxsize {
    max-width: 150px;
    min-height: 300px;
    max-height: 400px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-7.tab.mldi.fixdiv.tabs-fiix.ml-div {
    margin-left: -43px;
  }

  .div-block-7.tab.fix.tarrb-fix.ml-div {
    max-width: 250px;
    margin-top: 180px;
    margin-left: -112px;
    padding-left: 0;
  }

  .image-8.tabb.ml {
    max-width: 350px;
  }

  .image-8.tabb.ml.ml-i-size {
    max-width: 250px;
    margin-left: 29px;
  }

  .image-8.mlsize {
    max-width: 350px;
  }

  .image-8.mlsize.tabsize.ml-vp-image {
    max-width: 300px;
  }

  .image-8.mlsize.ttarb-ffix.ml-i-size {
    max-width: 250px;
  }

  .text-block.herobox-layout-title.ml-size {
    text-align: center;
    margin-left: -24px;
    font-size: 1rem;
  }

  .header84_card-content {
    padding: 2rem;
  }

  .bold-text-3.txt-color.tabs.tarb-fix.ml-bt {
    padding-left: 15px;
    padding-right: 65px;
  }

  .bold-text-3.txt-color.ml {
    font-size: .7rem;
  }

  .bold-text-3.txt-color.ml.tabfix.ml-bold-text-3 {
    margin-left: -120px;
    padding-left: 67px;
    padding-right: 67px;
  }

  .bold-text-3.txt-color.fffix.tab-sfix.ml-btext {
    padding-right: 86px;
  }

  .event16_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .event16_heading {
    margin-right: 0;
  }

  .event16_slider {
    padding-bottom: 6rem;
  }

  .event16_mask {
    width: 80%;
  }

  .event16_slide {
    padding-right: 1.5rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .card-row5_component, .card-row4_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .card-row4_card {
    grid-template-columns: 1fr;
  }

  .card-row4_card-content {
    padding: 1.5rem;
  }

  .card-row18_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .card-row18_card-large-content {
    padding: 1.5rem;
  }

  .card-row17_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .card-row17_card-large-content {
    padding: 1.5rem;
  }

  .lottie-animation-2.ml-lottie {
    margin-left: -198px;
  }

  .lottie-animation-2.ml-lot {
    margin-top: 197px;
    margin-left: -13px;
    margin-right: 11px;
  }

  .lottie-animation-3.ffix.ml-lots {
    margin-top: 184px;
    margin-left: -82px;
  }

  .lottie-animation-3.hhfix.ml-lotttie-align {
    margin-top: 149px;
    margin-left: -86px;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

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

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

  .footer11_legal-list.ml-list {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    min-width: 500px;
    display: inline-grid;
  }

  .blog10_heading-wrapper {
    margin-bottom: 1.5rem;
  }

  .blog10_featured-blog {
    grid-template-columns: 1fr;
  }

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

  .blog10_featured-item-link {
    flex-flow: column;
  }

  .blog10_list, .blog55_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog55_item-link {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .blog55_image-wrapper {
    height: 100%;
  }

  .text-block-2.ml-txt, .text-block-3.ml-txt {
    padding-left: 28px;
    padding-right: 63px;
  }

  .text-block-4.ml-txt {
    padding-left: 27px;
    padding-right: 63px;
  }

  .text-block-5.ml-txt, .text-block-6.ml-txt {
    padding-left: 28px;
    padding-right: 63px;
  }

  .step_txtblack._0nboarding_txtblk.ml-step {
    margin-left: -52px;
  }

  .step_txtblack.myl {
    text-align: left;
    margin-left: 51px;
  }

  .step_txtblack.myl.ml-step-move {
    margin-left: -56px;
  }

  .bold-text-7.mmmmls {
    margin-left: 169px;
  }

  .marquee_wrapper {
    max-width: 150px;
  }

  .bold-text-8.ml-step {
    margin-left: 84px;
  }

  .heading-3.ml-m {
    margin-left: -64px;
  }

  .heading-4.ml-h {
    margin-left: -135px;
  }

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

  .scroll_images.tabsize.mlsize {
    max-width: 90px;
  }

  .paragraph-27.ml-p, .paragraph-28.ml-p, .paragraph-29.ml-p {
    margin-left: -104px;
  }

  .lottie-animation-4.ml {
    max-width: 400px;
    margin-left: 87px;
  }

  .ml {
    margin-left: 170px;
  }

  .ml.ml-move {
    margin-left: -109px;
  }

  .lottie-animation-5 {
    max-width: 400px;
    margin-left: 262px;
  }

  .lottie-animation-6 {
    width: 375px;
    margin-left: 77px;
  }

  .mlll {
    padding-left: 118px;
    padding-right: 118px;
  }

  .mllk {
    max-width: 350px;
    margin-left: 324px;
  }

  .ml-p {
    min-width: 275px;
    margin-top: 45px;
    margin-left: -104px;
  }

  .ml-h {
    margin-left: -108px;
  }

  .image-15 {
    max-width: 500px;
  }

  .image-15.ml-im-size {
    max-width: 350px;
    margin-top: 49px;
    margin-bottom: 168px;
    margin-right: 193px;
    display: block;
  }

  .ml-ptext {
    margin-left: -62px;
    margin-right: -71px;
  }

  .ml-pf {
    margin-left: 99px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .page-wrapper {
    overflow: hidden;
  }

  .max-width-large.align-center.mob-max {
    margin-left: 22px;
  }

  .main-wrapper.mob-of {
    overflow: hidden;
  }

  .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-small.head-centre.ml-margin.mob {
    padding-left: 0;
    padding-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;
  }

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

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

  .text-size-medium.p-width.hero-text-med-size-bgcolor {
    margin-left: 259px;
    padding-right: 489px;
    font-size: 1rem;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.hero_sub_header.abouttxtpos.tab-hero-head.ml.mob-about {
    text-align: left;
    margin-top: -20px;
    margin-left: 109px;
    padding-left: 166px;
    padding-right: 345px;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.blog_subheader_align_right.mlk.mp-blog {
    text-align: left;
    margin-left: 169px;
    padding-right: 371px;
    font-weight: 600;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.contacts_hero_subhead.herotxtleft.tab-hero.ml.mobp-txt {
    color: var(--_primitives---colors--white);
    margin-top: 34px;
    margin-left: 241px;
    padding-left: 13px;
    padding-right: 458px;
    font-size: 1.1rem;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.mobi {
    color: var(--_primitives---colors--white);
    margin-left: 268px;
    padding-right: 434px;
  }

  .text-size-medium.p-width.hero-text-med-size-bgcolor.mobp {
    color: var(--_primitives---colors--white);
  }

  .text-size-medium.benefits-info-text-color.benefits-txt-align.hometextsizemedpadding.boxsize {
    padding-right: 406px;
  }

  .text-size-medium.benefits-info-text-color.benefits-txt-align.hometextsizemedpadding.boxsize.ml.mob-ptxt {
    margin-left: -10px;
    padding-right: 412px;
  }

  .text-size-medium.benefits-info-text-color.benefits-txt-align.p_textsize_med_pad.mll.mp {
    padding-right: 415px;
  }

  .text-size-medium.faq-bg-color.home-faq.tab-ptext.ml-ptext.mob-ptext {
    padding-right: 238px;
  }

  .text-size-medium.ts-med-bgcolor.home-qs {
    min-width: auto;
    min-height: auto;
    margin-right: 47px;
    padding-right: 52px;
  }

  .text-size-medium.ts-med-bgcolor.home-qs.txt-pos.mob-qtxt {
    min-width: auto;
    min-height: auto;
    margin-right: 11px;
    padding-right: 58px;
  }

  .text-size-medium.ts-med-bgcolor.home-qs.txxt-pos.mobfaq-qtext {
    margin-right: -23px;
    padding-right: 38px;
  }

  .text-size-medium.ts-med-bgcolor.home-qs.mob-qs {
    min-width: auto;
    min-height: auto;
    margin-right: 2px;
    padding-right: 42px;
  }

  .text-size-medium.ts-med-bgcolor.home-qs.mob-q-txt {
    margin-right: 22px;
    padding-right: 0;
  }

  .text-size-medium.header-bg-color-white.ct-txt-align.cttextsizemed {
    margin-left: -70px;
    padding-right: 393px;
  }

  .text-size-medium.header-bg-color-white.ct-txt-align.cttextsizemed.ml.ml-move.mob-ptxt {
    text-align: left;
    margin-left: -70px;
    padding-left: 29px;
    padding-right: 385px;
  }

  .text-size-medium.header-bg-color-white.ct-txt-align.cttextsizemed.ml.ml-ptxt.mob-ptxt {
    min-height: 50px;
    margin-top: 50px;
    margin-left: -70px;
    padding-left: 0;
    padding-right: 375px;
  }

  .text-size-medium.header-bg-color-white.moveleft {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-left: 0;
    margin-right: 45px;
    padding-right: 400px;
    font-size: .9rem;
  }

  .text-size-medium.header-bg-color-white.moveleft.ml.ml-ptext-size.mob-ptext {
    padding-right: 48px;
  }

  .text-size-medium.header-bg-color-white.move-left {
    margin-left: -3px;
    padding-right: 398px;
  }

  .text-size-medium.header-bg-color-white.move-left.ml.hofix.tab-fixt.ml-ptext-align.mob-ptexts {
    padding-top: 29px;
    padding-right: 63px;
  }

  .text-size-medium.bg-transparent.anime-align {
    margin-left: 4px;
    padding-right: 404px;
    overflow: visible;
  }

  .text-size-medium.bg-transparent.anime-align.ml-al.mt {
    font-size: 1.1rem;
  }

  .text-size-medium.bg-transparent.tab-align {
    margin-left: 0;
    padding-right: 399px;
  }

  .text-size-medium.bg-transparent.tabview.mll.mob-ptex {
    margin-left: -59px;
    padding-right: 327px;
  }

  .text-size-medium.bg-transparent.tabview.mll.mptxt {
    padding-left: 56px;
    padding-right: 344px;
  }

  .text-size-medium.align-left.boxsize.cf-edit.mobb {
    margin-left: -325px;
    padding-left: 286px;
    padding-right: 312px;
  }

  .text-size-medium.align-left.boxsize.cf-edit.mobb.tab.mob-view {
    margin-left: -297px;
    padding-right: 8px;
  }

  .text-size-medium.textcolor.ml.mob-ptxt {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 300px;
  }

  .text-size-medium.about_cta_txt.txtcolor.cta_card-txt.tabv.ml-p-txt-size.mobbi {
    margin-bottom: -7.8rem;
    padding-bottom: 0;
    padding-right: 70px;
  }

  .text-size-medium.aboutus_achievments.typocolor.ml.ml-move.mob-ptxt {
    padding-left: 112px;
    padding-right: 303px;
  }

  .icon-embed-small.mob-plusicon {
    flex-flow: row;
    margin-left: -1px;
  }

  .icon-embed-small.mob-plus-q2 {
    margin-left: -106px;
  }

  .icon-embed-small.mob-plus-icon-q5 {
    margin-left: -9px;
  }

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

  .heading-style-h2.testi.customer-test-align.ml-align.mob-align {
    margin-left: -131px;
  }

  .heading-style-h2.cta-msg.moveboxlow.ml.mmm {
    padding-right: 47px;
  }

  .heading-style-h2.cta-msg.moveboxlow.ml-heading.mob-cta {
    text-align: left;
    padding-right: 41px;
  }

  .heading-style-h2.theme-color.vp-move {
    margin-left: 0;
    font-size: 1.7rem;
  }

  .heading-style-h2.theme-color.vp-move.head_movedown.tabbb.fix.ttaab-fix.ml-h2.mobs-align {
    margin-left: -24px;
    padding-right: 0;
  }

  .heading-style-h2.theme-color.vp-move.contact_header.tab.mlld.confix.ml-h2d.mob-h2h {
    padding-right: 13px;
  }

  .heading-style-h2.theme-color.vp-move.contact_header.mob-tos-h2-head {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2.theme-color.vp-move.contact_header.ml-h2-pp-pos.mob-h2-pp-pos {
    margin-left: -31px;
    padding-left: 12px;
    padding-right: 11px;
  }

  .heading-style-h2.theme-color.vp-move.contact_header.ml-h2-pp-pos.mob-h2-pp-pos.mob-term {
    padding-right: 33px;
  }

  .heading-style-h2.theme-color.vp-move.tab.ml.fix.tabfixx.h2-align.mob-align {
    margin-left: -102px;
    padding-left: 107px;
    padding-right: 132px;
  }

  .heading-style-h2.alignment.contact_form_edit.mob {
    margin-left: -230px;
    padding-left: 278px;
    padding-right: 410px;
    font-size: 2rem;
  }

  .heading-style-h2.alignment.contact_form_edit.mob.tabbb.mob-edit {
    margin-top: .1rem;
    margin-left: -380px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2.onboard-align {
    margin-left: -7px;
    padding-right: 482px;
  }

  .heading-style-h2.onboard-align.ml.ml-h2h2.mob-h2 {
    padding-right: 279px;
  }

  .heading-style-h2.onboard-align.mlls.m-onb {
    padding-left: 28px;
    padding-right: 430px;
  }

  .heading-style-h2.onboard-align.mlll.mobh2 {
    margin-left: 3px;
    padding-right: 394px;
  }

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

  .heading-style-h2.align-r.p_headstyle_down.ml.mobheadi {
    margin-left: 25px;
    padding-left: 0;
    padding-right: 98px;
    font-size: 2.3rem;
  }

  .heading-style-h2.head-align-r.move-left {
    font-size: 2rem;
  }

  .heading-style-h2.about_heading.ml.mob-h2-heading {
    padding-right: 384px;
  }

  .heading-style-h2.about_heading.ml-h2style-h2.mobi {
    margin-left: -24px;
    padding-right: 122px;
  }

  .heading-style-h2.about_heading.mobile {
    padding-left: 25px;
  }

  .heading-style-h2.form.mob-hd2 {
    text-align: left;
    padding-left: 99px;
    padding-right: 0;
  }

  .heading-style-h2.mll.mobbb {
    padding-right: 56px;
  }

  .heading-style-h2.ml-h2style-head.mob-h2head {
    text-align: left;
    margin-left: -56px;
    padding-right: 16px;
  }

  .heading-style-h2.mobs-h2 {
    padding-right: 274px;
  }

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

  .heading-style-h6.ml-numbers-move.mobo {
    margin-left: 58px;
  }

  .heading-style-h6.ml-numbers-move.mobs {
    margin-left: 36px;
  }

  .heading-style-h6.mobi {
    padding-right: 16px;
  }

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

  .heading-style-h5.padding.mobi {
    padding-left: 63px;
    padding-right: 63px;
    font-size: 1.1rem;
  }

  .heading-style-h5.hsh5txtblk.mlll.ml-step.mstepp {
    margin-left: -8px;
  }

  .heading-style-h5.hsh5txtblk.mls.mlstep.m-sterp {
    padding-left: 59px;
  }

  .heading-style-h5.hsh5txtblk.mml.ml-step2head.mob-step2 {
    margin-left: -6px;
  }

  .heading-style-h5.no_anime.mobi {
    padding-left: 63px;
    padding-right: 63px;
    font-size: 1.1rem;
  }

  .heading-style-h1 {
    margin-top: -2.4rem;
    margin-left: -1px;
    padding-left: 256px;
    padding-right: 242px;
    font-size: 2.3rem;
    display: block;
  }

  .heading-style-h1.hero_head_alignright.tab_hero-head.ml.mob-aboutus {
    text-align: left;
    margin-top: -.5rem;
    margin-bottom: 2.2rem;
    margin-left: 107px;
    padding-left: 164px;
    padding-right: 311px;
    font-size: 2.2rem;
  }

  .heading-style-h1.blog_hero_head_alignright.mlh.mob-herotext {
    text-align: left;
    margin-top: -5.9rem;
    margin-left: 62px;
    padding-left: 152px;
    padding-right: 145px;
    font-size: 2.4rem;
    font-weight: 600;
  }

  .heading-style-h1.contacts_hero_head.ml.mob-herotxt {
    margin-top: -2rem;
    margin-left: 73px;
    padding-left: 177px;
    padding-right: 232px;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .heading-style-h1.ml.mob {
    color: var(--_primitives---colors--neutral-darkest);
    margin-top: -1.5rem;
    margin-left: 9px;
    padding-right: 216px;
    font-size: 2.2rem;
    font-weight: 600;
  }

  .heading-style-h1.mobhead {
    color: var(--_primitives---colors--white);
    font-size: 2.4rem;
    font-weight: 600;
  }

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

  .button.is-secondary.is-alternate.butt-right {
    margin-top: 21px;
  }

  .button.is-secondary.butt-move {
    margin-left: -15px;
  }

  .button.is-secondary.butt-move.tab.deskfix.mob-onboard-butt-pos {
    margin-top: -162px;
    margin-left: -6px;
  }

  .button.is-secondary.butt-move.ml.onboredfix.mb {
    margin-top: -237px;
    margin-left: -3px;
  }

  .button.is-alternate.button-bordercolor.aboutus_buttonpos.tabview.mlb.mob-ab-butt {
    margin-top: -34px;
    margin-left: 275px;
  }

  .button.is-alternate.button-bordercolor.services_her_buttonpos.tab-herobutt.ml.mobutton {
    margin-top: -84px;
    margin-left: 257px;
  }

  .button.is-alternate.button-bordercolor.contact_buttonpos.tab-hero-butt.mld.mob {
    margin-top: -100px;
    margin-left: 254px;
  }

  .button.is-alternate.button-bordercolor.herobuttonpos.mlb.mob-book {
    margin-top: -126px;
    margin-left: 214px;
  }

  .button.mob-visi.mob-hide-button {
    display: none;
  }

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

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

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

  .heading-style-h3.align-it {
    margin-left: 18px;
  }

  .heading-style-h3.align-it.ml.mob-h2h {
    padding-right: 3px;
  }

  .heading-style-h3.align-it.ml-h2-head.mob-h2h {
    padding-right: 32px;
  }

  .heading-style-h3.align-it.ml-h2move.mobctas {
    padding-right: 59px;
  }

  .icon-1x1-large.mb.mobile-icon {
    margin-right: 294px;
  }

  .form_input.is-text-area.moob, .form_input.is-select-input.mobbb {
    max-width: 265px;
  }

  .form_input.mob, .form_input.mmob {
    max-width: 266px;
  }

  .button-group.is-center.home_hero_butt.mobile {
    margin-top: -91px;
    margin-left: -51px;
  }

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

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

  .text-rich-text h1 {
    font-size: 2.75rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

  .icon-1x1-medium.ml.ml-imove.mob-ic {
    margin-left: 39px;
  }

  .icon-1x1-medium.ml.ml-imove.micon {
    margin-left: 80px;
  }

  .icon-1x1-medium.ml.ml-imove.mmmicon {
    margin-left: 22px;
  }

  .icon-1x1-medium.ml.ml-imove.mob-i {
    margin-left: 52px;
  }

  .icon-1x1-medium.ml.ml-imove.mob-ii {
    margin-left: 96px;
  }

  .icon-1x1-medium.mllll.ml-i.moicon {
    margin-left: 154px;
  }

  .icon-1x1-medium.ml-icons.mob-ic1 {
    margin-left: 26px;
  }

  .icon-1x1-medium.mob-ic {
    margin-left: 85px;
  }

  .icon-1x1-medium.mob-ic2 {
    margin-left: 30px;
  }

  .icon-1x1-medium.mob-ic4 {
    margin-left: 63px;
  }

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

  .padding-section-large.hide_section.hide_contactus_servicescaroverview.mob-hide {
    display: none;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .navbar2_component.color-scheme-1.nav-comeback {
    justify-content: space-between;
    display: flex;
  }

  .navbar2_component.color-scheme-1.tab-navview.ml-navcom-width.mob-navcom-width {
    min-width: 364px;
  }

  .navbar2_logo-link.mob-logo {
    margin-left: 121px;
  }

  .navbar2_logo-link.mob-logo.call-logo.mob-call-logo {
    margin-left: 150px;
    margin-right: 32px;
  }

  .navbar2_logo-link.mob-logo.call-logo.mob-call-logo.ml-call-icon-move-r.mlcall.mob-call {
    margin-left: 133px;
    margin-right: -77px;
  }

  .navbar2_container.tab-navcon-width.ml-navcon-width.mob-navcon-width, .navbar2_menu.is-page-height-tablet.ml-nav-pos.tab-navmenu-width.ml-navmenu-width.mob-navmenu-width {
    min-width: 364px;
  }

  .layout239_list, .layout267_list {
    grid-template-columns: 1fr;
  }

  .layout267_item.hero-label-bg.mobil {
    min-width: 220px;
    max-width: 220px;
  }

  .layout267_item.hero-label-bg.mobil.mob-lay {
    margin-left: 39px;
  }

  .layout267_item.hero-label-bg.mob-layout {
    min-width: 220px;
    max-width: 220px;
  }

  .layout267_item.hero-label-bg.mob-layout.mob-l {
    margin-left: 39px;
  }

  .layout250_list, .layout238_list, .layout254_content-bottom {
    grid-template-columns: 1fr;
  }

  .testimonial19_rating-wrapper.stars-align.ml-stars.mob-stars {
    margin-left: 66px;
  }

  .testimonial19_client {
    flex-flow: column;
  }

  .testimonial19_client.test-client {
    flex-flow: row;
  }

  .testimonial19_rating-icon.mobstars {
    margin-left: -120px;
  }

  .testimonial19_mask.mob {
    min-width: 300px;
  }

  .testimonial19_slider.mobb {
    min-width: 300px;
    margin-left: -20px;
  }

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

  .layout353_icon-wrapper.mobicon {
    margin-left: -72px;
  }

  .layout353_icon-wrapper.mobbb {
    margin-left: -48px;
  }

  .layout353_icon-wrapper.mobstep2 {
    margin-left: -8px;
  }

  .layout353_icon-wrapper.mob-step1 {
    margin-left: -5px;
  }

  .layout353_content-item.content-item-1 {
    margin-left: -145px;
    padding-left: 16.9rem;
    padding-right: 27.6rem;
  }

  .layout353_content-item.content-item-1.ml.ml-layout-size.mob {
    margin-left: -27px;
  }

  .layout353_content-item.content-item-1.ml-step1.mobile-step1 {
    max-height: 252.333px;
    margin-left: -51px;
  }

  .layout353_content-item.content-item-2 {
    margin-left: 90px;
    padding-right: 23rem;
  }

  .layout353_content-item.content-item-2.ml.mob {
    margin-left: 50px;
  }

  .layout353_content-item.content-item-2.ml-step2.mob-step2 {
    margin-left: -17px;
    padding-right: 6.8rem;
  }

  .layout353_content-item.content-item-2.mobb {
    margin-left: -110px;
  }

  .layout353_content-item.content-item-3 {
    margin-left: -40px;
  }

  .layout353_content-item.content-item-3.ml.ml-layout-size.mob {
    padding-left: 11.7rem;
    padding-right: 0;
  }

  .layout353_content-item.content-item-3.ml.ml-layout-size.mob.mmm {
    margin-left: 45px;
  }

  .layout353_content-item.content-item-3.ml-step3.mob-step3 {
    margin-left: 3px;
  }

  .layout353_content-item.content-item-4 {
    margin-left: 103px;
  }

  .layout353_content-item.content-item-4.ml.ml-layout.mob-layoutt {
    margin-left: 66px;
  }

  .layout353_content-item.content-item-4.mob-layouts {
    margin-left: -28px;
  }

  .layout353_content-item.content-item-4.ml-step4.mob-step4 {
    margin-left: -2px;
  }

  .layout3_image-wrapper {
    max-width: 220px;
    margin-left: 62px;
  }

  .layout3_image-wrapper.mobb-lot {
    margin-top: -87px;
    margin-left: 33px;
  }

  .layout3_content-left {
    overflow: hidden;
  }

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

  .form_field-2col, .form_radio-2col {
    display: block;
  }

  .footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .section_layout213.color-scheme-2.ml.mobile {
    margin-left: -40px;
  }

  .layout213_content, .team1_list, .layout121_content {
    grid-template-columns: 1fr;
  }

  .stats1_item.ml-gridflex {
    display: block;
  }

  .stats1_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats1_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .cta39_card {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .cta39_card.mobs, .cta39_component {
    display: block;
  }

  .cta39_image-wrapper.ml-image.mobi-pos {
    margin-top: -145px;
    margin-left: -28px;
  }

  .header47_content, .layout241_list, .layout22_content, .layout89_content, .layout101_content, .layout101_item-list, .faq6_content {
    grid-template-columns: 1fr;
  }

  .blog1_list {
    grid-row-gap: 3.25rem;
  }

  .blog49_item-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .contact12_component.mobil {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 400px;
    margin-left: -29px;
    display: inline-grid;
  }

  .contact12_contact-list, .contact12_content {
    grid-template-columns: 1fr;
  }

  .contact12_content.mobi {
    min-width: 380px;
  }

  .contact16_contact-list, .contact16_content {
    grid-template-columns: 1fr;
  }

  .paragraph-8.hero-hover.box-smaller.mbp {
    margin-left: 13px;
    padding-right: 0;
  }

  .paragraph-8.hero-hover.box-smaller.mbp.mob {
    font-size: .7rem;
  }

  .paragraph-8.hero-hover.mob-p {
    margin-left: 13px;
    padding-right: 0;
  }

  .paragraph-8.hero-hover.mob-p.m {
    font-size: .7rem;
  }

  .global, .global.mobile {
    display: flex;
  }

  .track {
    overflow: hidden;
  }

  .camera {
    overflow: visible;
  }

  .section.mob-wb {
    margin-left: 16px;
  }

  .div-block-3 {
    margin-left: 10px;
    display: block;
  }

  .div-block-3.ml.hero-cards.white-boxml.mob-wboxes {
    margin-left: 27px;
    display: block;
  }

  .div-block-4.ml-boxsize.mobbox, .div-block-5.ml-boxsize.mobbox {
    min-width: 280px;
    max-width: 220px;
  }

  .value-prop-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7.tab.mldi.fixdiv.tabs-fiix.ml-div.mob-dv7 {
    margin-left: -108px;
  }

  .div-block-7.tab.fix.tarrb-fix.ml-div.mob-hero-i {
    margin-top: -1px;
    margin-left: -13px;
  }

  .image-8.tabb.ml.ml-i-size.mob-image {
    max-width: 300px;
    margin-left: 93px;
  }

  .image-8.mlsize.tabsize.ml-vp-image.mobs-image {
    max-width: 260px;
    margin-top: -55px;
    margin-left: 0;
  }

  .image-8.mlsize.ttarb-ffix.ml-i-size.mob-size {
    max-width: 330px;
    margin-left: 39px;
  }

  .text-block.herobox-layout-title.ml-size.mob {
    font-size: 1.2rem;
  }

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

  .div-block-10 {
    width: 300px;
    min-width: 250px;
    margin-left: -54px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .div-block-10.proper-align {
    width: 380px;
    min-width: 250px;
    margin-left: -63px;
  }

  .div-block-10.proper-align.mob-div {
    width: 450px;
    min-width: 300px;
    margin-left: -67px;
  }

  .div-block-10.fixit.mob-div {
    width: 380px;
    margin-left: -66px;
    padding-left: 35px;
    padding-right: 0;
  }

  .bold-text-3.txt-color {
    margin-left: -13px;
  }

  .bold-text-3.txt-color.tabs.tarb-fix.ml-bt.mob-re {
    margin-right: -89px;
    padding-left: 36px;
    padding-right: 11px;
  }

  .bold-text-3.txt-color.ml.tabfix.ml-bold-text-3.mob-resize {
    margin-left: -152px;
    padding-left: 139px;
    padding-right: 130px;
  }

  .bold-text-3.txt-color.mob-bold-txt-tos {
    margin-left: -14px;
  }

  .event16_mask {
    width: 95%;
  }

  .card-row5_component, .card-row5_card, .card-row4_component, .card-row18_component {
    grid-template-columns: 1fr;
  }

  .card-row18_card-large {
    flex-direction: column;
    display: flex;
  }

  .card-row18_card-large-content {
    display: block;
  }

  .card-row17_component {
    grid-template-columns: 1fr;
  }

  .card-row17_card-large {
    flex-direction: column;
    display: flex;
  }

  .card-row17_card-large-content {
    display: block;
  }

  .lottie-animation.mob-lottie-move {
    margin-left: 47px;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation-2.ml-lottie.mob-lottie {
    margin-top: 29px;
    margin-left: -34px;
  }

  .lottie-animation-2.ml-lot.mobloti {
    margin-left: 47px;
  }

  .lottie-animation-3.ffix.ml-lots.moblot {
    margin-left: 20px;
  }

  .lottie-animation-3.hhfix.ml-lotttie-align.mobb-lottie {
    margin-top: 67px;
  }

  .footer11_left-wrapper.mob-foot-address {
    display: block;
  }

  .footer11_details-wrapper.mob-foot11 {
    margin-left: 0;
  }

  .footer11_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer11_menu-wrapper.mob-footer-links {
    grid-auto-flow: column;
  }

  .footer11_legal-list.ml-list.mob-list {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    margin-left: -186px;
    display: inline-grid;
  }

  .blog10_featured-item-link, .blog55_item-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-2.ml-txt.mobtest-txt {
    padding-right: 77px;
  }

  .text-block-3.ml-txt.mobtest-txt {
    padding-right: 77px;
    font-size: .8rem;
  }

  .text-block-4.ml-txt.ml-txtblock {
    padding-left: 28px;
    padding-right: 77px;
    font-size: .8rem;
  }

  .text-block-5.ml-txt.mob-txtblock, .text-block-6.ml-txt.mobz-txtblock {
    padding-right: 77px;
    font-size: .8rem;
  }

  .step_txtblack._0nboarding_txtblk {
    margin-left: -7px;
    padding-left: 8px;
    padding-right: 381px;
  }

  .step_txtblack._0nboarding_txtblk.ml-step.mob-s {
    margin-left: -30px;
    padding-right: 0;
    font-size: 1.5rem;
  }

  .step_txtblack.myl.ml-step-move.m-stepp {
    margin-left: -68px;
  }

  .heading-2.mob-come {
    margin-left: 28px;
    font-size: 2rem;
  }

  .bold-text-8.ml-step.mob-step4 {
    margin-left: 12px;
  }

  .bold-text-9.ml-move.mob-step1 {
    font-size: 1.5rem;
  }

  .heading-3 {
    padding-right: 57px;
  }

  .heading-3.ml-m.mob-step {
    margin-left: -109px;
    padding-right: 11px;
    font-size: 1.5rem;
  }

  .heading-4 {
    margin-left: -7px;
    padding-right: 430px;
  }

  .heading-4.ml-h.mob-h3 {
    margin-left: -87px;
    padding-right: 45px;
    font-size: 1.5rem;
  }

  .fs-numbercount-1_number.mob {
    margin-left: 102px;
  }

  .scroll_images.tabsize.mlsize.mobilesize {
    max-width: 65px;
  }

  .div-block-11 {
    margin-left: 63px;
  }

  .div-block-12 {
    margin-left: 84px;
  }

  .paragraph-27 {
    padding-right: 24px;
  }

  .paragraph-27.ml-p.mobp2 {
    margin-top: 26px;
  }

  .paragraph-28 {
    margin-top: 21px;
    margin-left: -7px;
    padding-right: 421px;
  }

  .paragraph-28.ml-p.mop {
    margin-left: -83px;
    padding-right: 114px;
  }

  .paragraph-29 {
    margin-left: -21px;
    padding-right: 410px;
  }

  .paragraph-29.ml-p.mop {
    margin-top: 20px;
    margin-left: -130px;
    padding-right: 4px;
  }

  .lottie-animation-4.ml.mob-lots {
    margin-top: -106px;
    margin-left: -3px;
  }

  .lottie-animation-5.mob-lot {
    margin-left: 7px;
  }

  .lottie-animation-6.mob-lottie {
    width: 300px;
    margin-left: 45px;
  }

  .mlll.ml-ptext.mtex {
    margin-top: 26px;
    margin-left: -46px;
    padding-right: 278px;
  }

  .mllk.mob-lot {
    margin-left: 2px;
  }

  .ml-p.mobps {
    margin-top: 24px;
  }

  .ml-ptext.mpt {
    margin-top: 30px;
    margin-left: -26px;
    margin-right: -188px;
  }

  .ml-ptext.mobt {
    margin-top: 19px;
    margin-right: -169px;
  }

  .mob-infocards {
    min-width: 260px;
    margin-left: -7px;
  }

  .mobile {
    padding-right: 29px;
  }

  .mobil {
    padding-right: 46px;
  }

  .mptext {
    margin-top: 33px;
    margin-left: 54px;
    padding-left: 8px;
    padding-right: 260px;
  }

  .mobt2 {
    margin-top: 27px;
    margin-left: -10px;
    margin-right: 85px;
  }

  .home-faqs.mob-ans {
    padding-right: 46px;
  }
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-11ce8585, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-11ce8585, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-11ce8585, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-11ce8585 {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-11ce8585 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-11ce8585 {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-11ce8585 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-11ce8585, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-11ce8585, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-11ce8585, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-11ce8585, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-11ce8585 {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-11ce8585 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-11ce8585, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-11ce8585, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-11ce8585, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-11ce8585, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-11ce8585, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-11ce8585, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-11ce8585, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-11ce8585, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-11ce8585 {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-11ce8585 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-11ce8585 {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-11ce8585, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-11ce8585, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-11ce8585 {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-11ce8585, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-11ce8585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-11ce8585, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-11ce8585 {
  align-self: start;
}

#w-node-_1afef32c-de7c-4de4-2946-7d4428091108-280910fb {
  place-self: start;
}

#w-node-_1afef32c-de7c-4de4-2946-7d442809114a-280910fb {
  justify-self: start;
}

#w-node-dd6c5d0d-ed58-4807-84f7-21a8d276580e-d276580a {
  justify-self: center;
}

#w-node-dd6c5d0d-ed58-4807-84f7-21a8d276582d-d276580a {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-11ce8588 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-11ce8588 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-11ce8588 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-11ce8588 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-11ce8588, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-11ce8588, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-11ce8588 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-11ce8588, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-11ce8588, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-11ce8588 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-11ce8588, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-11ce8588, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-11ce8588 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-11ce8588, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-11ce8588, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-11ce8588 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-11ce8588, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-11ce8588 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-11ce8588, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-11ce8588, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-11ce8588 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-11ce8588, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-11ce8588 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-11ce8588, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-11ce8588 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-11ce8588, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-11ce8588, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-11ce8588, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-11ce8588, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-11ce8588, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-11ce8588, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-11ce8588, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-11ce8588 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-11ce8588 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-11ce8588 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-11ce8588 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-11ce8588 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-11ce8588, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-11ce8588 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-11ce8588, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-11ce8588, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-11ce8588, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-11ce8588, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-11ce8588, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-11ce8588, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-11ce8588 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-11ce8588, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-11ce8588, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-11ce8588 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-11ce8588, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-11ce8588, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-11ce8588 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-11ce8588, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-11ce8588, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-11ce8588 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-11ce8588, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-11ce8588, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-11ce8588 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-11ce8588, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-11ce8588, #w-node-ee961e8d-845a-edc3-3307-509470022457-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-11ce8588 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-11ce8588, #w-node-ee961e8d-845a-edc3-3307-50947002245b-11ce8588, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-11ce8588 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-11ce8588, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-11ce8588, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-11ce8588 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-11ce8588, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-11ce8588, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-11ce8588 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-11ce8588, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-11ce8588, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-11ce8588 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-11ce8588, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-11ce8588, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-11ce8588 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-11ce8588, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-11ce8588, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-11ce8588 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-11ce8588 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-11ce8588 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-11ce8588 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-11ce8588 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-11ce8588 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-11ce8588 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-11ce8588 {
  justify-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-a2d9615b, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-a2d9615b, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-a2d9615b, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-a2d9615b {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-a2d9615b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-a2d9615b {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-a2d9615b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-a2d9615b, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-a2d9615b, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-a2d9615b, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-a2d9615b, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-a2d9615b {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-a2d9615b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-a2d9615b, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-a2d9615b, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-a2d9615b, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-a2d9615b, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-a2d9615b, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-a2d9615b, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-a2d9615b, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-a2d9615b, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-a2d9615b {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-a2d9615b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-a2d9615b {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-a2d9615b, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-a2d9615b, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-a2d9615b {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-a2d9615b, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-a2d9615b, #w-node-e0021ab0-25ad-2d08-9dd9-7aeb18e9fca9-be53c155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-a5e87e34, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-a5e87e34, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-a5e87e34, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-a5e87e34 {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-a5e87e34 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-a5e87e34 {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-a5e87e34 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-a5e87e34, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-a5e87e34, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-a5e87e34, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-a5e87e34, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-a5e87e34 {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-a5e87e34 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-a5e87e34, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-a5e87e34, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-a5e87e34, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-a5e87e34, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-a5e87e34, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-a5e87e34, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-a5e87e34, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-a5e87e34, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-a5e87e34 {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-a5e87e34 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-a5e87e34 {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-a5e87e34, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-a5e87e34, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-a5e87e34 {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-a5e87e34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-a5e87e34, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-a5e87e34 {
  align-self: start;
}

#w-node-_5843d816-53cc-840e-d9b7-0f76149545dc-149545cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-40a6c322, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-40a6c322, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-40a6c322, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-40a6c322 {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-40a6c322 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-40a6c322 {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-40a6c322 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-40a6c322, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-40a6c322, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-40a6c322, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-40a6c322, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-40a6c322 {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-40a6c322 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-40a6c322, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-40a6c322, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-40a6c322, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-40a6c322, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-40a6c322, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-40a6c322, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-40a6c322, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-40a6c322, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-40a6c322 {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-40a6c322 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-40a6c322 {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-40a6c322, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-40a6c322, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-40a6c322 {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-40a6c322, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-40a6c322 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-40a6c322, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-40a6c322, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-63793117, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-63793117, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-63793117, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-63793117 {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-63793117 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-63793117 {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-63793117 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-63793117, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-63793117, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-63793117, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-63793117, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-63793117 {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-63793117 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-63793117, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-63793117, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-63793117, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-63793117, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-63793117, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-63793117, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-63793117, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-63793117, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-63793117 {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-63793117 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-63793117 {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-63793117, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-63793117, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-63793117 {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-63793117, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-63793117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-63793117, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-63793117, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-4ad86b3c, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-4ad86b3c, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-4ad86b3c, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-4ad86b3c {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-4ad86b3c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-4ad86b3c {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-4ad86b3c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-4ad86b3c, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-4ad86b3c, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-4ad86b3c, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-4ad86b3c, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-4ad86b3c {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-4ad86b3c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-4ad86b3c, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-4ad86b3c, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-4ad86b3c, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-4ad86b3c, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-4ad86b3c, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-4ad86b3c, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-4ad86b3c, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-4ad86b3c, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-4ad86b3c {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-4ad86b3c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-4ad86b3c {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-4ad86b3c, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-4ad86b3c, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-4ad86b3c {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-4ad86b3c, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-4ad86b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-4ad86b3c, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-4ad86b3c, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-cb25711f, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-cb25711f, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-cb25711f, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-cb25711f {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-cb25711f {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-cb25711f {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-cb25711f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-cb25711f, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-cb25711f, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-cb25711f, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-cb25711f, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-cb25711f {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-cb25711f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-cb25711f, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-cb25711f, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-cb25711f, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-cb25711f, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-cb25711f, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-cb25711f, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-cb25711f, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-cb25711f, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-cb25711f {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-cb25711f {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-cb25711f {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-cb25711f, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-cb25711f, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-cb25711f {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-cb25711f, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-cb25711f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-cb25711f, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-cb25711f, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-fb3cf75d, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-fb3cf75d, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-fb3cf75d, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-fb3cf75d {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-fb3cf75d {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-fb3cf75d {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-fb3cf75d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-fb3cf75d, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-fb3cf75d, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-fb3cf75d, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-fb3cf75d, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-fb3cf75d {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-fb3cf75d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-fb3cf75d, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-fb3cf75d, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-fb3cf75d, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-fb3cf75d, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-fb3cf75d, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-fb3cf75d, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-fb3cf75d, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-fb3cf75d, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-fb3cf75d {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-fb3cf75d {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-fb3cf75d {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-fb3cf75d, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-fb3cf75d, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-fb3cf75d {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-fb3cf75d, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-fb3cf75d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-fb3cf75d, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-fb3cf75d, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f077-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f085-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f093-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0a1-6f056509 {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-6f056509 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0b0-6f056509 {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0bd-6f056509 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0be-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0cb-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0db-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0e9-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0f7-6f056509 {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f105-6f056509 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f106-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f112-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f120-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f12e-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f13c-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f14c-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f15a-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f168-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f176-6f056509 {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-6f056509 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f185-6f056509, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-6f056509, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-6f056509, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-6f056509, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-6f056509 {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-6f056509 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-6f056509 {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-6f056509 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-6f056509, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-6f056509, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-6f056509, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-6f056509, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-6f056509 {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-6f056509 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-6f056509, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-6f056509, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-6f056509, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-6f056509, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-6f056509, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-6f056509, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-6f056509, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-6f056509, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-6f056509 {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-6f056509 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-6f056509 {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-6f056509, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-6f056509, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-6f056509 {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-6f056509, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-6f056509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-6f056509, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f077-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f085-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f093-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0a1-9f39e512 {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-9f39e512 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0b0-9f39e512 {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0bd-9f39e512 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0be-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0cb-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0db-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0e9-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0f7-9f39e512 {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f105-9f39e512 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f106-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f112-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f120-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f12e-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f13c-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f14c-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f15a-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f168-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f176-9f39e512 {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-9f39e512 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f185-9f39e512, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-9f39e512, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-9f39e512, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-9f39e512, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-9f39e512 {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-9f39e512 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-9f39e512 {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-9f39e512 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-9f39e512, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-9f39e512, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-9f39e512, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-9f39e512, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-9f39e512 {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-9f39e512 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-9f39e512, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-9f39e512, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-9f39e512, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-9f39e512, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-9f39e512, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-9f39e512, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-9f39e512, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-9f39e512, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-9f39e512 {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-9f39e512 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-9f39e512 {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-9f39e512, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-9f39e512, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-9f39e512 {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-9f39e512, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-9f39e512 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-9f39e512, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f077-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f085-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f093-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0a1-6583c59a {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-6583c59a {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0b0-6583c59a {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0bd-6583c59a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f0be-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0cb-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0db-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0e9-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0f7-6583c59a {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f105-6583c59a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f106-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f112-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f120-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f12e-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f13c-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f14c-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f15a-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f168-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f176-6583c59a {
  align-self: start;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-6583c59a {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3fc95669-5895-9a9f-c702-c21872c6f185-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-6583c59a {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-6583c59a {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-6583c59a {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-6583c59a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-6583c59a, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-6583c59a, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-6583c59a, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-6583c59a, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-6583c59a {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-6583c59a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-6583c59a, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-6583c59a, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-6583c59a, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-6583c59a, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-6583c59a, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-6583c59a, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-6583c59a, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-6583c59a, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-6583c59a {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-6583c59a {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-6583c59a {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-6583c59a, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-6583c59a, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-6583c59a {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-6583c59a, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-6583c59a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-6583c59a, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65034-c3c097de, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65047-c3c097de, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6505a-c3c097de, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6506d-c3c097de {
  align-self: start;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-c3c097de {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6f8c5b69-f28e-98c3-3fd9-317598f65080-c3c097de {
  align-self: start;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-c3c097de {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d14c-c3c097de, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d15f-c3c097de, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d172-c3c097de, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d185-c3c097de, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d198-c3c097de {
  align-self: start;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689e-c3c097de {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_131533ed-6098-8c16-63ab-eca6d308689f-c3c097de, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ae-c3c097de, #w-node-_131533ed-6098-8c16-63ab-eca6d30868bc-c3c097de, #w-node-_131533ed-6098-8c16-63ab-eca6d30868ca-c3c097de, #w-node-_131533ed-6098-8c16-63ab-eca6d30868d8-c3c097de, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e471-c3c097de, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e47f-c3c097de, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e48d-c3c097de, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e49b-c3c097de {
  align-self: start;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-c3c097de {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4aa-c3c097de {
  align-self: start;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf818778565-c3c097de, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e6844f-c3c097de, #w-node-_404c4ae1-59c9-cb0f-0eac-3a2fa3e68458-c3c097de {
  place-self: auto;
}

#w-node-d95a038c-aa6a-bb39-aed2-3bf81877872d-c3c097de, #w-node-d95a038c-aa6a-bb39-aed2-3bf818778758-c3c097de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c08914d1-cfcc-89ec-a124-24dcf4153b53-c3c097de, #w-node-c08914d1-cfcc-89ec-a124-24dcf4153b66-c3c097de {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-11ce8585, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-11ce8585 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-11ce8585 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-a2d9615b, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-a2d9615b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-a2d9615b {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-a5e87e34, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-a5e87e34 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-a5e87e34 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-40a6c322, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-40a6c322 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-40a6c322 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-63793117, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-63793117 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-63793117 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-4ad86b3c, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-4ad86b3c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-4ad86b3c {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-cb25711f, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-cb25711f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-cb25711f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-fb3cf75d, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-fb3cf75d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-fb3cf75d {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-6f056509, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-6f056509, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-6f056509 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-6f056509 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-9f39e512, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-9f39e512, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-9f39e512 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-9f39e512 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-6583c59a, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-6583c59a {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-6583c59a {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-c3c097de, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-c3c097de {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-c3c097de {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-11ce8585, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-11ce8585, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-11ce8585, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-11ce8585 {
    grid-column: span 2 / span 2;
  }

  #w-node-_82699cd9-e1be-6065-1a18-0eb066c54bd9-66c54bba {
    order: 9999;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-a2d9615b, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-a2d9615b, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-a2d9615b, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-a2d9615b {
    grid-column: span 2 / span 2;
  }

  #w-node-_83007cfc-25c2-384c-7b1e-926dbe53c15d-be53c155 {
    order: -9999;
  }

  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-a5e87e34, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-a5e87e34, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-a5e87e34, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-a5e87e34, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-40a6c322, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-40a6c322, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-40a6c322, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-40a6c322, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-63793117, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-63793117, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-63793117, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-63793117, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-4ad86b3c, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-4ad86b3c, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-4ad86b3c, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-4ad86b3c, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-cb25711f, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-cb25711f, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-cb25711f, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-cb25711f, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-fb3cf75d, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-fb3cf75d, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-fb3cf75d, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-fb3cf75d, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0bd-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f105-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-6f056509, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-6f056509, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-6f056509, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-6f056509, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0bd-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f105-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-9f39e512, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-9f39e512, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-9f39e512, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-9f39e512, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0bd-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f105-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-6583c59a, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-6583c59a, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-6583c59a, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-c3c097de, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-c3c097de, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-c3c097de, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-c3c097de {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-11ce8585, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-11ce8585, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-11ce8585, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-11ce8585, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-11ce8585, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-a2d9615b, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-a2d9615b, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-a2d9615b, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-a2d9615b, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-a2d9615b, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-a5e87e34, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-a5e87e34, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-a5e87e34, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-a5e87e34, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-a5e87e34, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-40a6c322, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-40a6c322, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-40a6c322, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-40a6c322, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-40a6c322, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-63793117, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-63793117, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-63793117, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-63793117, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-63793117, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-4ad86b3c, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-4ad86b3c, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-4ad86b3c, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-4ad86b3c, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-4ad86b3c, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-cb25711f, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-cb25711f, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-cb25711f, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-cb25711f, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-cb25711f, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-fb3cf75d, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-fb3cf75d, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-fb3cf75d, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-fb3cf75d, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-fb3cf75d, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0bd-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f105-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-6f056509, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-6f056509, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-6f056509, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-6f056509, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-6f056509, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-6f056509, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0bd-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f105-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-9f39e512, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-9f39e512, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-9f39e512, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-9f39e512, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-9f39e512, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-9f39e512, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0af-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f0bd-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f105-6583c59a, #w-node-_3fc95669-5895-9a9f-c702-c21872c6f184-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-6583c59a, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-6583c59a, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-6583c59a, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-6583c59a, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-6583c59a, #w-node-_6f8c5b69-f28e-98c3-3fd9-317598f6507f-c3c097de, #w-node-_9eb0eba0-dc16-3df1-9e89-2bd60299d139-c3c097de, #w-node-_131533ed-6098-8c16-63ab-eca6d308689e-c3c097de, #w-node-_45c193f8-de84-41b0-1fbe-26c5cca5e4a9-c3c097de, #w-node-d95a038c-aa6a-bb39-aed2-3bf81877864a-c3c097de {
    grid-column: span 1 / span 1;
  }
}


