:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: "League Spartan", sans-serif;
  --color-scheme-1--text: black;
  --_typography---font-styles--heading: "League Spartan", sans-serif;
  --_primitives---colors--yellow: #f98e23;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: 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\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--blue: #02619e;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-family: var(--_typography---font-styles--heading);
  text-shadow: 2px 1px 2px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  text-shadow: 2px 1px 2px #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

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

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

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

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

p {
  color: #000;
  margin-bottom: 15px;
  font-family: League Spartan, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

a {
  color: var(--_primitives---colors--yellow);
  text-decoration: none;
}

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

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

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: .5rem;
  font-size: 21px;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

.container-large {
  width: 100%;
  max-width: 75rem;
  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-left {
  margin-left: 0;
  margin-right: auto;
}

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

.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-bottom.margin-medium, .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 {
  margin: 0;
}

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

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

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

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

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

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

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

.padding-bottom.padding-huge {
  padding-bottom: 2rem;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  text-transform: none;
  font-size: 1.125rem;
  text-decoration: none;
}

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

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

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

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

.heading-style-h2.is_low-shadow {
  text-shadow: 2px 1px 2px #0000001a;
}

.heading-style-h2.is_low-shadow.text-style-allcaps {
  text-transform: none;
  font-family: League Spartan, sans-serif;
  font-size: 35px;
}

.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 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.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 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.heading-style-h5.text-style-allcaps.text-weight-semibold {
  margin-bottom: 15px;
}

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

.heading-style-h1 {
  letter-spacing: -2px;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h1.text-style-allcaps {
  font-family: League Spartan, sans-serif;
}

.heading-style-h1.text-style-allcaps.small {
  font-size: 65px;
  line-height: 75px;
}

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

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

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

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

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

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

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

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

.button {
  border: 2px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--yellow);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-size: 1.2rem;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.button.is-small.is_full {
  width: 100%;
}

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

.button.outline {
  border-color: var(--_primitives---colors--yellow);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--yellow);
}

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

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

.heading-style-h4.text-style-allcaps {
  text-transform: none;
  font-family: League Spartan, sans-serif;
  font-size: 45px;
  line-height: 1.2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_input:focus {
  border-color: 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;
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-embed-xxsmall {
  flex-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---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

.text-rich-text h2 {
  text-shadow: none;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

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

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

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

.text-rich-text.is_2col {
  column-count: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-this {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  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 {
  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;
}

.navbar1_menu-button {
  padding: 0;
}

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

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

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

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

.navbar1_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.navbar1_logo {
  height: 4rem;
}

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

.navbar1_link {
  color: var(--_primitives---colors--white);
  padding: .5rem 1rem;
}

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

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

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

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

.header1_content-left {
  max-width: 900px;
}

.header1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

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

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

.button-2.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-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.header1_component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  display: flex;
}

.header1_component.is_blog {
  height: 60vh;
}

.section_header1 {
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section_header1.is_inner {
  display: block;
}

.section_header1.is_inner.is_blog {
  height: 60vh;
}

.header1_content {
  z-index: 1;
  grid-column-gap: 1.2rem;
  grid-row-gap: 4rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  max-width: 900px;
  display: grid;
}

.header1_content.is_inner {
  grid-template-columns: 1fr;
}

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

.header1_video-bg-wrapper.image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Private-Jet-Relocations-for-High-Profile-Moves.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-overlay {
  background-image: linear-gradient(270deg, #f98e247a 10%, #003967c4 90%);
  position: absolute;
  inset: 0%;
}

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

.heading {
  text-shadow: 2px 1px 2px #000;
}

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

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

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

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

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

.header1_content-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

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

.header2_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.header2_content.is_opo {
  grid-template-columns: .8fr 1fr;
  margin-bottom: 5rem;
}

.header2_content.is_opo.no_margin {
  margin-bottom: 0;
}

.header2_content-left {
  background-color: var(--_primitives---colors--blue);
  color: var(--_primitives---colors--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.header2_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  background-image: url('../images/house-cleaning-near-me.png');
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
}

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

.link-yellow {
  color: var(--_primitives---colors--yellow);
}

.layout237_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;
  margin-bottom: 40px;
  display: grid;
}

.layout237_list._2 {
  grid-template-columns: 1fr 1fr;
  place-items: center;
  max-width: 800px;
}

.layout237_item {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--blue);
  text-align: center;
  border-radius: 32px;
  width: 350px;
  max-width: none;
  height: 435px;
  padding: 32px;
  text-decoration: none;
  box-shadow: 0 2px 7px 4px #00000029;
}

.section_layout237 {
  background-color: var(--color-scheme-1--background);
  color: var(--_primitives---colors--white);
  background-image: linear-gradient(90deg, #f98e247a, #f98e24 85%), url('../images/movers-seattle_1.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

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

.layout237_item-icon-wrapper {
  color: var(--_primitives---colors--blue);
  margin-bottom: 10px;
  display: inline-block;
}

.layout237_bg {
  height: 60%;
  position: absolute;
  inset: 0%;
}

.section_layout237-2 {
  margin-top: -14.1rem;
  position: relative;
}

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

.cta1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
}

.cta1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

.layout395_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

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

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

.layout395_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

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

.layout395_card {
  border-radius: 25px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px 1px #00000021;
}

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

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

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

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

.layout401_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.layout401_card {
  border: 2px solid var(--_primitives---colors--yellow);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.layout401_item-icon-wrapper {
  text-align: center;
}

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

.layout401_num {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.2;
}

.link-yellow-white {
  color: var(--_primitives---colors--neutral-lightest);
}

.testimonial22_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

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

.button-wrapper {
  display: flex;
}

.testimonial22_logo {
  max-height: 3rem;
}

.testimonial22_card {
  border: 3px solid var(--_primitives---colors--blue);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--blue);
  background-image: linear-gradient(#02619e00, #f98e23e0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 339px;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

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

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

.testimonial22_author-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  color: var(--_primitives---colors--yellow);
  width: 50%;
  height: 50%;
}

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

.cta53_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section_cta53 {
  color: var(--color-scheme-1--text);
  background-image: linear-gradient(#00000069 30%, #02619e 95%), url('../images/68088ea3fb8b7c13798f0111_when-to-start-packing-to-move-house_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

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

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

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

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

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

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

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

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

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

.footer3_logo {
  filter: drop-shadow(0 2px 8px #000);
  width: 50%;
}

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

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--_primitives---opacity--white-40);
  width: 100%;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.faq6_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  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: 2px solid var(--_primitives---colors--yellow);
  background-color: var(--_primitives---colors--blue);
  color: var(--_primitives---colors--white);
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

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

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

.text-rich-content {
  margin-bottom: 15px;
}

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

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

.text-rich-content h2 {
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 15px;
}

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

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

.text-rich-content p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 300;
}

.text-rich-content a {
  color: var(--_primitives---colors--yellow);
}

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

.text-rich-content.is_2col {
  column-count: 2;
}

.text-rich-content li {
  font-size: 21px;
}

.image-13 {
  width: 20%;
  max-width: 70%;
}

.dropdown-list-2 {
  position: relative;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #44af5f;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 16px 24px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 200px 200px 200px #0000;
}

.button-3:hover {
  box-shadow: inset 0 200px 200px 200px #0000001a;
}

.button-3.feature-member-button {
  background-color: #f91942;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-3._2nd-section {
  text-transform: uppercase;
  background-color: #f91942;
  border-color: #2d3e50;
  margin-left: 8px;
  padding: 13px 20px;
}

.link {
  font-size: 15px;
  text-decoration: none;
}

.link.breadcrums-link {
  color: var(--_primitives---colors--yellow);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-2 {
  color: #23282d;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-5 {
  margin-bottom: -4px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
}

.heading-5 {
  text-align: left;
  text-transform: uppercase;
  border: 0 solid #f9f5ec;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  font-size: 17px;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.image-11 {
  color: #0000;
  text-align: left;
  background-color: #0000;
  width: 50%;
  text-decoration: line-through;
  display: inline-block;
}

.div-block-14 {
  min-height: 30px;
  padding-right: 10px;
  line-height: 23px;
}

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

.moving-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  border: 1px solid #00000026;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  min-height: 100px;
  margin-top: 10px;
  padding: 15px;
  display: grid;
  box-shadow: 0 0 4px #00000030;
}

.moving-services:hover {
  border-width: 1px;
  border-color: #f91942;
}

.image-12 {
  text-align: left;
  background-color: #23282d;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.html-embed {
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 2px;
  padding-bottom: 0;
}

.dropdown-2 {
  width: 101%;
}

.text-block-2 {
  text-align: center;
  font-weight: 600;
}

.grid {
  grid-column-gap: 18px;
  background-color: #0000;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.heading-4 {
  color: #f91942;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 4px;
  font-size: 17px;
}

.bold-text {
  margin-right: auto;
}

.text-block {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

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

.div-block-9 {
  background-color: #fff;
  border: 1px solid #e148172b;
  margin-top: 10px;
  padding: 0;
  box-shadow: 1px 1px 3px #0000002e;
}

.div-block-76 {
  border-radius: 3px;
  padding: 15px 25px 25px;
}

.div-block-76._2nd-row {
  background-color: #ffffffb3;
  padding: 5px 10px 10px;
}

.container-5 {
  background-color: #0000;
  max-width: 1400px;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
  padding: 2px 20px;
  font-size: 16px;
}

.paragraph-3.feature-memeber-para {
  margin-bottom: 10px;
}

.div-block-48 {
  z-index: 5;
  background-color: #f9f5ec;
  border: 1px solid #00000029;
  border-radius: 130px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: static;
}

.div-block-73 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.icon {
  color: #f91942;
  margin-top: 23px;
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-2 {
  font-size: 15px;
}

.div-block-18 {
  padding-top: 10px;
}

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

.div-block-6 {
  min-height: 100px;
}

.paragraph-4 {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.image-8 {
  width: 18px;
  margin-bottom: 6px;
}

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

.div-block-10 {
  background-color: #e148172b;
  height: 1px;
}

.div-block-10.hours {
  margin-top: 10px;
}

.rich-text-2nd-section {
  text-transform: none;
}

.section-2 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-2.bg-gray-4 {
  background-color: #f3f3f3;
}

.section-2.bg-gray-4.inner-pages-section-2 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-toggle.w--open {
  padding-bottom: 0;
}

.link-24 {
  color: var(--_primitives---colors--yellow);
  padding-left: 20px;
  font-weight: 500;
  display: flex;
}

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

.div-block-12 {
  padding: 0 20px 10px;
}

.image-7 {
  width: 18px;
  max-width: 96%;
  margin-bottom: 4px;
}

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

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

.blog2_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

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

.blog2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  display: grid;
}

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

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

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

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

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

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

.image-14 {
  margin-bottom: 15px;
}

.div-block-77 {
  max-width: 850px;
}

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

.paragraph-6 {
  color: #fff;
  font-size: 20px;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.heading-87 {
  font-family: League Spartan, sans-serif;
}

.heading-88 {
  line-height: 55px;
}

.div-block-79 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-block-3 {
  padding-left: 10px;
  font-size: 22px;
}

.image-homepage_style-border {
  object-fit: contain;
  border: 10px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #0000006b;
}

.image-homepage_style-border.is-ratio-auto.margin-below-20 {
  margin-bottom: 20px;
}

.testimonial-float-content {
  flex-flow: column;
  padding-left: 0;
  font-size: 20px;
  list-style-type: none;
  display: flex;
}

.testimonial-banner-float {
  background-color: #fff;
  border: 1px solid #f1edf7;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 15% auto auto -22%;
  box-shadow: 0 0 35px #00000026;
}

.home_cta_component_reversed {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  place-items: center;
}

.testimonial-float-image-wrap {
  width: 70%;
  margin-right: 0;
  font-size: 20px;
  list-style-type: none;
}

.hflex_list-icon_content {
  background-color: #fff;
  border: 1px solid #f1edf7;
  border-radius: 10px;
  flex-flow: row;
  width: 400px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
}

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

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

.list-custom-icon-wrap {
  margin-right: 22px;
  font-size: 20px;
  list-style-type: none;
}

.heading-8 {
  color: var(--_primitives---colors--neutral-dark);
  text-shadow: none;
}

.list-custom-icon {
  padding-left: 0;
  font-size: 20px;
  list-style-type: none;
}

.image_testimonial-float {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.padding-global-2 {
  z-index: 1;
  padding: 60px 2.5rem 100px;
}

.container-large-3 {
  width: 100%;
  max-width: 84.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.home_cta_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.text-tag-header-info {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.testimonial_stars-rating-wrapper {
  color: #e87283;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.vflex-custom-list-icon-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-span-pink_underline-dark_bold {
  color: var(--_primitives---colors--yellow);
  background-image: url('../images/UNDERLINE_Curve_Dark.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-bottom: -5px;
  padding-bottom: 5px;
  font-weight: 800;
  display: inline-block;
}

.icon-embed-xsmall-2 {
  color: var(--_primitives---colors--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-2.text-color-pink {
  color: var(--_primitives---colors--yellow);
}

.icon-embed-xsmall-2.large {
  width: 50px;
}

.paragraph-8 {
  margin-bottom: 0;
}

.tabs-content-text {
  text-align: left;
  width: 65%;
  padding: 50px;
}

.tabs-style-horizontal-menu {
  border-radius: 5px;
  flex-flow: row;
  width: 100%;
}

.rich-text-block {
  margin-bottom: 15px;
}

.home_feature_component {
  text-align: center;
}

.tabs-content {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 50px;
  padding-left: 65px;
  padding-right: 65px;
}

.tabs-content-wrapper {
  min-height: 100%;
  display: flex;
}

.tab-link-2 {
  color: #131534;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  flex: 1;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px;
  font-size: 15px;
  font-weight: 800;
}

.tab-link-2:hover {
  background-color: #fff;
  background-image: none;
}

.tab-link-2.w--current {
  color: var(--_primitives---colors--yellow);
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
}

.heading-10 {
  margin-bottom: 15px;
  font-size: 20px;
}

.tabs-menu-horizontal-wrapper {
  background-color: #f8f8f8;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 15%;
  padding: 12px;
  display: flex;
}

.div-block {
  padding: 60px 0 40px;
}

.container {
  margin-bottom: 0;
}

.div-block-2 {
  max-width: none;
  margin-top: 20px;
  display: flex;
}

.tabs_image-full-height {
  object-fit: cover;
  min-height: 100%;
}

.padding-global-3 {
  z-index: 1;
  padding-top: 20px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-tab-style-header {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.container-large-4 {
  width: 100%;
  max-width: 84.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.text-span_pink-bold {
  color: var(--_primitives---colors--yellow);
  font-weight: 800;
}

.title-split-header_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.tab-pane {
  background-color: #f8f8f8;
  border: 10px solid #fff;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 10px 25px #00000026;
}

.heading-9 {
  color: var(--_primitives---colors--neutral-dark);
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
}

.tabs-image-wrapper {
  width: 45%;
}

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

.title_section-wrap_2-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 50px;
  display: grid;
}

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

.div-block-80 {
  margin-bottom: 15px;
}

.white {
  color: #fff;
}

.div-block-81 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-15 {
  width: 60px;
}

.section-3 {
  padding-bottom: 100px;
}

.heading-89 {
  text-align: center;
  text-shadow: none;
}

.our-process-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #f8f8f8;
  background-image: url('../images/Color-Swish-22.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: center;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.image {
  max-width: 300px;
}

.our-process_icon-number-wrap {
  position: relative;
}

.text-tag-header-info-no-capitalize {
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
}

.text-tag-header-info-no-capitalize.text-color-pink {
  color: var(--_primitives---colors--yellow);
}

.col-3_content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.why-us-text {
  font-size: 1rem;
}

.text-title_why-us {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
}

.button-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-wrapper-2.is-align-center {
  justify-content: center;
  align-items: flex-start;
}

.padding-global-4 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large-5 {
  width: 100%;
  max-width: 84.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.heading-style-h1-3 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
}

.text-number-icon {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.div-block-5 {
  text-align: center;
}

.icon_why-us {
  color: var(--_primitives---colors--yellow);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-block;
}

.our-process-number-wrap {
  aspect-ratio: 1;
  border: 10px solid var(--_primitives---colors--yellow);
  color: var(--_primitives---colors--yellow);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  top: -50%;
}

.footer_text {
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: color .3s;
}

.footer_text:hover {
  opacity: 1;
  color: #fff;
}

.paragraph {
  color: #d1bb9b;
}

.location_image-photo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-right: 2rem;
  display: flex;
}

.faq_item_list {
  flex-direction: column;
}

.faq-image-cta-label {
  background-color: #fff;
  border-radius: 10px;
  width: 75%;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto -30px -50px auto;
  box-shadow: -10px -10px 35px #00000080;
}

.faq_item_home_circle {
  cursor: pointer;
  background-color: #f6f6f6;
  border-radius: 12px;
  flex-direction: column;
  margin-bottom: 1rem;
}

.faq_icon_circle {
  background-color: var(--_primitives---colors--yellow);
  color: #fff;
  border: 3px solid #d1bb9b;
  border-radius: 50%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  box-shadow: 0 5px 20px #00000026;
}

.faq_icon-line {
  background-color: #131534;
  border-radius: .25rem;
  width: 1.25rem;
  height: .25rem;
  display: none;
  position: absolute;
}

.faq_icon-line.is-vertical {
  transform: rotate(90deg);
}

.faq_cta_text-wrapper {
  flex-flow: column;
  padding: 10px 15px 15px;
  font-size: 20px;
  list-style-type: none;
  display: flex;
}

.text-faq-header {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.faq-header-text {
  color: var(--_primitives---colors--yellow);
  text-shadow: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

.footer_icon-wrapper {
  color: #e87283;
}

.footer_flex_icon-text_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  font-size: 1.125rem;
  display: flex;
}

.text-faq-answer {
  margin-bottom: 20px;
}

.padding-global-5 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.text-display-2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
}

.faq_answer {
  z-index: 1;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
}

.container-large-6 {
  width: 100%;
  max-width: 84.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.hoem_location_image-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.faq_content-title-wrap {
  margin-bottom: 35px;
}

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

.faq_icon-plus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.faq_icon-minus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: none;
}

.faq_question_circle-icon {
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.faq_item_accordion-wrapper {
  flex-direction: column;
  width: 66.516%;
}

.faq_icon-arrow {
  color: #e87283;
  border-right: 4px solid #000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  padding: 18px;
  display: flex;
}

.faq_icon-arrow.is-hidden {
  display: none;
}

.location-photo-wrapper {
  width: 100%;
  position: relative;
}

.link-3 {
  color: #d1bb9b;
}

.faq-side-icon-wrap {
  background-color: var(--_primitives---colors--yellow);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  list-style-type: none;
  display: flex;
}

.div-block-82 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Domestic-vs.-International-Relocations-Around-the-World.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-83 {
  margin-top: 40px;
}

.rich-text-block-2 {
  color: var(--_primitives---colors--yellow);
}

@media screen and (min-width: 1920px) {
  .div-block-47 {
    text-align: left;
    position: static;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .image-12 {
    width: 200px;
    height: 200px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .container-5 {
    max-width: 1296px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-shadow: 2px 1px 2px #0003;
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

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

  .navbar1_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

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

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

  .menu-icon1_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

  .menu-icon1_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

  .navbar1_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;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

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

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

  .header1_image {
    width: 15rem;
  }

  .header1_component {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .section_header1 {
    height: auto;
  }

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

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

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

  .header1_content-2, .header2_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header2_content.is_opo {
    grid-template-columns: 1fr;
  }

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

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

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

  .cta1_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

  .layout401_num {
    font-size: 5rem;
  }

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

  .testimonial22_card {
    min-height: auto;
  }

  .cta53_card {
    padding: 3rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .div-block-13 {
    grid-template-columns: .75fr .75fr;
  }

  .div-block-76 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .image-homepage_style-border {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-height: none;
  }

  .image-homepage_style-border.is-ratio-auto {
    aspect-ratio: auto;
  }

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

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

  .tabs-content-text {
    width: 100%;
  }

  .tabs-content-wrapper {
    flex-flow: column;
  }

  .tabs-menu-horizontal-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 20%;
    display: grid;
  }

  .tabs_image-full-height {
    min-width: 100%;
  }

  .tabs-image-wrapper {
    width: 100%;
  }

  .title_section-wrap_2-col {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: end stretch;
  }

  .col-3_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
  }

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

  .location_image-photo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq_item_home_circle {
    padding: .5rem;
  }

  .faq_icon_circle {
    margin-left: 1rem;
  }

  .text-faq-header {
    font-size: 20px;
  }

  .text-display-2 {
    font-size: 37px;
    font-weight: 800;
  }

  .hoem_location_image-component {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 2rem;
  }

  .faq_content-title-wrap {
    text-align: center;
  }

  .faq_item_accordion-wrapper {
    width: 100%;
    margin-top: 5rem;
  }

  .location-photo-wrapper {
    text-align: center;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

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

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

  .header1_content-2, .header2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .layout237_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

  .cta1_content {
    grid-row-gap: 3rem;
  }

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

  .layout395_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout395_card-content {
    padding: 1.5rem;
  }

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

  .layout401_row, .layout401_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout401_card-content {
    padding: 1.5rem;
  }

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

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

  .layout401_num {
    font-size: 4rem;
  }

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

  .testimonial22_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial22_card {
    padding: 1.5rem;
  }

  .cta53_card {
    padding: 2rem;
  }

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

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

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

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

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

  .image-13 {
    width: 5%;
  }

  .div-block-14 {
    text-align: center;
  }

  .div-block-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

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

  .section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

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

  .category-filter-link-2.last-link {
    margin-right: 2rem;
  }

  .image-homepage_style-border {
    max-height: none;
  }

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

  .hflex_list-icon_content {
    width: 400px;
  }

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

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

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

  .text-tag-header-info {
    font-size: 12px;
  }

  .tabs-content-text {
    text-align: left;
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-style-horizontal-menu {
    flex-flow: column;
  }

  .tabs-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-2 {
    flex: 1;
  }

  .tabs-menu-horizontal-wrapper {
    flex-flow: row;
  }

  .tabs_image-full-height {
    width: 70%;
    max-height: none;
  }

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

  .text-tab-style-header {
    font-size: 1.5rem;
  }

  .tabs-image-wrapper {
    max-width: none;
  }

  .title_section-wrap_2-col {
    grid-template-columns: 1fr;
  }

  .text-tag-header-info-no-capitalize.text-color-pink {
    font-size: 14px;
  }

  .col-3_content-wrapper {
    grid-template-columns: 1fr;
  }

  .button-wrapper-2 {
    flex-flow: column;
  }

  .button-wrapper-2.is-align-center {
    justify-content: center;
    align-items: center;
  }

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

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

  .text-number-icon {
    font-size: 1.5rem;
  }

  .location_image-photo {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .faq_item_list {
    width: 100%;
  }

  .faq_item_home_circle {
    margin-bottom: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq_cta_text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-faq-header {
    padding-right: 4px;
    font-size: 1.1rem;
  }

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

  .text-display-2 {
    font-size: 37px;
    font-weight: 800;
  }

  .hoem_location_image-component {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-left: -1.25rem;
    padding: 3rem 1.25rem;
  }

  .faq_content-title-wrap {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .faq_item_accordion-wrapper {
    width: 100%;
    margin-top: 3rem;
  }

  .faq_icon-arrow {
    padding: 10px;
  }

  .location-photo-wrapper {
    max-width: none;
  }
}

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

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

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

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

  .heading-style-h1.text-style-allcaps.small {
    font-size: 35px;
    line-height: 45px;
  }

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

  .rl-styleguide_component, .header1_content, .header1_content-2, .header2_content {
    grid-template-columns: 1fr;
  }

  .header2_content-left {
    padding: 1.5rem;
  }

  .layout237_list, .cta1_content, .layout401_row {
    grid-template-columns: 1fr;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .image-13 {
    width: 5%;
  }

  .button-3 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .button-3._2nd-section {
    margin-top: 10px;
  }

  .paragraph-2 {
    text-align: justify;
  }

  .image-11 {
    margin-right: 0;
  }

  .div-block-14 {
    text-align: center;
  }

  .div-block-13 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .moving-services {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }

  .grid {
    display: block;
  }

  .div-block-76 {
    width: 100%;
  }

  .paragraph-3.feature-memeber-para {
    text-align: justify;
  }

  .icon {
    margin-left: auto;
    padding-left: 0;
    left: auto;
  }

  .section-2.bg-gray-4.inner-pages-section-2 {
    padding-top: 0;
  }

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

  .blog2_list {
    grid-row-gap: 3rem;
  }

  .text-block-3 {
    font-size: 17px;
    line-height: 24px;
  }

  .image-homepage_style-border, .hflex_list-icon_content {
    width: 100%;
  }

  .container-large-3 {
    padding-top: 0;
  }

  .text-tag-header-info {
    font-size: 12px;
  }

  .tabs-content-text, .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-2 {
    flex-basis: auto;
  }

  .tabs-menu-horizontal-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tabs_image-full-height {
    width: 100%;
  }

  .container-large-4 {
    padding-top: 0;
  }

  .button-wrapper-2.is-align-center {
    justify-content: center;
    align-items: stretch;
  }

  .container-large-5 {
    padding-top: 0;
  }

  .footer_text {
    word-break: break-all;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .faq-image-cta-label {
    width: 100%;
  }

  .text-faq-header {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .text-display-2 {
    font-size: 37px;
  }

  .container-large-6 {
    padding-top: 0;
  }
}

#w-node-_31ef4acb-866a-ec77-1e00-ba5318a09576-f2b23bd5, #w-node-c5df4225-546d-e8e5-1fc6-63acaead0a39-f2b23bd5 {
  place-self: stretch center;
}

#w-node-_35bf8863-f93b-c40e-fbaf-80dddf5af1a1-f2b23bd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35bf8863-f93b-c40e-fbaf-80dddf5af1a3-f2b23bd5, #w-node-_35bf8863-f93b-c40e-fbaf-80dddf5af1b1-f2b23bd5, #w-node-_35bf8863-f93b-c40e-fbaf-80dddf5af1bf-f2b23bd5 {
  align-self: start;
}

#w-node-aa569c1f-1c8d-ba34-f4e0-1f72678f0b6a-f2b23bd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f2b23bdd {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f2b23bdd {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-f2b23bdd {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f2b23bdd {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f2b23bdd, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-f2b23bdd, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-f2b23bdd {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-f2b23bdd, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-f2b23bdd, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-f2b23bdd {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-f2b23bdd, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-f2b23bdd, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-f2b23bdd {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-f2b23bdd, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-f2b23bdd, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-f2b23bdd {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-f2b23bdd, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-f2b23bdd {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-f2b23bdd, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-f2b23bdd, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-f2b23bdd {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-f2b23bdd, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-f2b23bdd {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-f2b23bdd, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-f2b23bdd {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-f2b23bdd, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-f2b23bdd, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-f2b23bdd, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-f2b23bdd, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-f2b23bdd, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-f2b23bdd, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-f2b23bdd, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f2b23bdd {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f2b23bdd {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-f2b23bdd {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-f2b23bdd {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-f2b23bdd {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-f2b23bdd, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-f2b23bdd {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f2b23bdd, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f2b23bdd, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-f2b23bdd, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-f2b23bdd, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f2b23bdd, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-f2b23bdd, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-f2b23bdd {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-f2b23bdd, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-f2b23bdd, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-f2b23bdd {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-f2b23bdd, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-f2b23bdd, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-f2b23bdd {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-f2b23bdd, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-f2b23bdd, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-f2b23bdd {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-f2b23bdd, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-f2b23bdd, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-f2b23bdd {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-f2b23bdd, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-f2b23bdd, #w-node-ee961e8d-845a-edc3-3307-509470022457-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-f2b23bdd {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-f2b23bdd, #w-node-ee961e8d-845a-edc3-3307-50947002245b-f2b23bdd, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-f2b23bdd {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-f2b23bdd, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-f2b23bdd, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-f2b23bdd {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-f2b23bdd, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-f2b23bdd, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-f2b23bdd {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-f2b23bdd, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-f2b23bdd, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-f2b23bdd {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-f2b23bdd, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-f2b23bdd, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-f2b23bdd {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-f2b23bdd, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f2b23bdd, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f2b23bdd {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f2b23bdd {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-f2b23bdd {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-f2b23bdd {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-f2b23bdd {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-f2b23bdd {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-f2b23bdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-f2b23bdd {
  justify-self: start;
}

#w-node-_31ef4acb-866a-ec77-1e00-ba5318a09576-6463dff1 {
  place-self: stretch center;
}

#w-node-c5df4225-546d-e8e5-1fc6-63acaead0a39-6463dff1 {
  place-self: stretch stretch;
}

#w-node-aa569c1f-1c8d-ba34-f4e0-1f72678f0b6a-6463dff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31ef4acb-866a-ec77-1e00-ba5318a09576-0badf026 {
  place-self: stretch center;
}

#w-node-aa569c1f-1c8d-ba34-f4e0-1f72678f0b6a-0badf026 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d057608-9962-db8c-52be-7c76fe80dcb9-9280a578 {
  justify-self: center;
}

#w-node-d194b9d9-8122-d22d-f9af-d01146a59872-9280a578 {
  justify-self: end;
}

#w-node-d194b9d9-8122-d22d-f9af-d01146a59879-9280a578 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_31ef4acb-866a-ec77-1e00-ba5318a09582-f2b23bd5, #w-node-c5df4225-546d-e8e5-1fc6-63acaead0a53-f2b23bd5, #w-node-d9b35eba-317f-38c6-7fcc-a6a44dc59889-f2b23bd5, #w-node-_31ef4acb-866a-ec77-1e00-ba5318a09582-6463dff1, #w-node-c5df4225-546d-e8e5-1fc6-63acaead0a53-6463dff1, #w-node-_31ef4acb-866a-ec77-1e00-ba5318a09582-0badf026, #w-node-_7d057608-9962-db8c-52be-7c76fe80dcc8-9280a578, #w-node-dc88e463-3d44-8c8d-6918-d06700fc294b-9280a578 {
    order: -9999;
  }
}


