@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --midnight-blue: #0d0d11;
  --black: black;
  --arlington-yellow: #fccd47;
  --midnight-dark: #1d1d1d;
  --arlington-bolt-yellow: #ffc101;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.main {
  background-color: var(--midnight-blue);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.body {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.body.aboutus {
  background-color: var(--midnight-blue);
}

.section-hero {
  z-index: 1;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  padding: 20px 20px 40px;
  position: sticky;
  top: 0;
}

.section {
  z-index: 2;
  background-color: var(--midnight-blue);
  object-fit: fill;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px 0;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.section.sticky {
  position: sticky;
}

.section.sticky.aboutus {
  border-top: 10px solid var(--arlington-yellow);
  background-image: none;
  height: auto;
  margin-bottom: 0;
}

.section.sticky.insurance {
  background-color: var(--black);
  background-image: none;
  height: 100vh;
}

.section.sticky.insurance.auto {
  height: auto;
  color: var(--midnight-blue);
  padding-bottom: 70px;
}

.section.auto {
  background-color: var(--midnight-blue);
  perspective: 1000px;
  height: auto;
  color: var(--midnight-blue);
  white-space: normal;
  padding-top: 20px;
}

.section.auto.no-side-paddind {
  height: auto;
  padding: 40px 0 70px;
}

.section.auto.yellowline {
  border-top: 10px solid var(--arlington-yellow);
}

.section.auto.no-side-padding {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.section.halfexpand {
  z-index: 2;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.section._60vh {
  justify-content: center;
  height: 60vh;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.h2 {
  color: var(--white);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.h2.black {
  color: var(--black);
  border: 1px #000;
  margin-bottom: 10%;
  text-decoration: none;
}

.h2.black.spacing {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3vh;
  font-weight: 900;
  line-height: 26px;
}

.footer {
  z-index: 1;
  background-color: var(--arlington-yellow);
  justify-content: space-around;
  width: 100%;
  height: 45px;
  padding: 10px;
  display: flex;
  position: static;
  inset: 0 0% 0%;
}

.text {
  color: var(--white);
  flex: 0 auto;
  margin-bottom: 45px;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
}

.text._50px-bpace {
  margin-bottom: 70px;
}

.text._50px-bpace._50 {
  margin-bottom: 50px;
}

.text._10px-underspace {
  margin-bottom: 10px;
}

.hero-heading-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.logo-container {
  background-color: var(--arlington-yellow);
  object-fit: fill;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 20vw;
  height: 30vw;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
  transform: translate(0);
}

.logo-container.ferrari {
  background-color: #e03030;
}

.logo-container.vw {
  background-color: #fdfaf9;
}

.logo-container.skoda {
  background-color: #00800d;
}

.logo-container.mercedes {
  background-color: #a5acaf;
}

.logo-container.landrover {
  background-color: #0f291d;
}

.logo-container.lamborghini {
  background-color: #ddb321;
}

.logo-container.audi {
  background-color: #8a8d8f;
}

.logo-container.astonmartin {
  background-color: #156e48;
}

.logo-container.jaguar {
  background-color: #a3a3a3;
  justify-content: space-around;
}

.logo-container.porsche {
  background-color: #c29049;
}

.logo-container.maserati {
  background-color: #192061;
}

._1200-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3vh;
  display: flex;
  overflow: visible;
}

._1200-container {
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

._1200-container.centre-content {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.image.contain {
  object-fit: contain;
}

.content-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-logo {
  z-index: 5;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-logo.audi {
  width: 100%;
  height: 60%;
  inset: 20% 0%;
}

.content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

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

.content.sliding-images {
  overflow: hidden;
}

.mini-text {
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
}

.mini-text.black {
  color: var(--black);
  font-size: 13px;
}

.map {
  width: 100%;
  height: 100%;
}

.image-loop-container {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.inner-loop-container {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: stretch;
  width: 300vw;
  height: 30vh;
  display: flex;
  overflow: visible;
}

.loop-image {
  flex: 0 auto;
  justify-content: center;
  width: 50vw;
  margin-right: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar-linkblock {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: .85rem;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.navbar-linkblock:hover {
  text-decoration: underline;
  transform: translate(0, -1.5px);
}

.navbar-linkblock.w--current {
  color: var(--white);
}

.button-container {
  align-items: center;
  display: flex;
}

.nav-button {
  color: var(--midnight-blue);
  background-color: #fccd47;
  border: 1px #fff;
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 17px;
  font-weight: 700;
  transition: all .5s;
}

.nav-button:hover {
  text-decoration: underline;
  transform: translate(0, -1.5px);
}

.nav-button.about {
  color: var(--white);
  background-color: #0000;
  margin-top: 20px;
  padding-left: 0;
  font-size: 17px;
}

.nav-button.about:hover {
  border-bottom-style: none;
  text-decoration: none;
}

.nav-button.insurance:hover {
  text-decoration: none;
}

.nav-button.nav {
  font-size: .85rem;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.background-grid-div {
  background-image: linear-gradient(#0006, #0006), url('../images/DSC02047-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.bg-image {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.text-span {
  margin-left: 10px;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
}

.text-span-2 {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
}

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

.grid-item-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-logo-text {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 4vh;
}

.nav-logo-link-wrapper {
  height: 100%;
  display: block;
}

.nav-menu {
  align-items: center;
  display: flex;
  transform: translate(0);
}

.navbar-responsive {
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar-content-wrapper {
  border-bottom: 10px solid var(--arlington-yellow);
  background-color: var(--midnight-blue);
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-contact-number-wrapper {
  padding: 20px;
}

.div-block-16 {
  width: 100%;
  position: static;
}

.about-us-content-wrapper {
  z-index: 4;
  max-width: 1100px;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  inset: auto auto 0% 0%;
}

._2x2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

._2x2-grid._80-b-sp {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
}

.contact-grid-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-grid-content-wrapper.auto-height {
  padding-left: 20px;
}

.restoration-imagery-wrapper, .booking-div-wrapper {
  display: none;
}

.calendly-wrapper {
  padding: 0;
  overflow: hidden;
}

.calendly-wrapper.is-hidden {
  display: none;
}

.html-embed {
  background-color: var(--midnight-blue);
  direction: ltr;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

._50--image-div {
  width: 50%;
  max-width: none;
  height: 100%;
  position: relative;
}

._50--image-div._45, ._50--image-div._48 {
  width: 48%;
}

.location-map {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bgwrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bgimagecontainer {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.utility-page-wrap {
  background-color: var(--arlington-yellow);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.image-container {
  justify-content: space-between;
  width: 80%;
  height: 35vh;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.gold-line {
  background-color: var(--arlington-yellow);
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

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

.logo-card-grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.styleguide-section {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.link {
  color: #fff;
}

.sg-brand-colours {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.sg-brand-colour {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.sg-brand-colour.black {
  background-color: var(--black);
}

.sg-brand-colour.midnight-blue {
  background-color: var(--midnight-blue);
}

.sg-brand-colour.yellow {
  background-color: var(--arlington-yellow);
}

.sg-brand-colour.white {
  background-color: var(--white);
}

.sg-container {
  margin-bottom: 60px;
}

._404-heading {
  color: var(--midnight-blue);
}

.button {
  background-color: var(--black);
  color: var(--arlington-yellow);
}

.button-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.text-color-black {
  color: #000;
}

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

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

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

.margin-huge {
  margin: 6rem;
}

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

.heading-style-h5.text-color-dark {
  color: var(--midnight-dark);
}

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

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

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

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

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  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;
}

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

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

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

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

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

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

.margin-xxlarge {
  margin: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-white {
  color: #fff;
}

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

.hide {
  display: none;
}

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

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

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

.background-color-black {
  color: #fff;
  background-color: #000;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-0 {
  padding: 0;
}

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

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: #000;
}

.rl-styleguide_color.is-white {
  background-color: #fff;
}

.rl-styleguide_color.is-gray {
  background-color: #f4f4f4;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

.padding-large {
  padding: 3rem;
}

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

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

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

.padding-xhuge {
  padding: 7rem;
}

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

.padding-huge {
  padding: 6rem;
}

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

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

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

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

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.margin-0 {
  margin: 0;
}

.padding-xsmall {
  padding: 1rem;
}

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

.background-color-gray {
  background-color: #f4f4f4;
}

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

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

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

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

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

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

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

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

.margin-xlarge {
  margin: 4rem;
}

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

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

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

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

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

.margin-large {
  margin: 3rem;
}

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

.form-radio-label {
  margin-bottom: 0;
}

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

.margin-small {
  margin: 1.5rem;
}

.form-field-wrapper {
  position: relative;
}

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

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

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

.button-2.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

.button-2.is-alternate {
  color: #000;
  background-color: #fff;
}

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

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

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

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

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

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

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  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;
}

.overflow-scroll {
  overflow: scroll;
}

.background-color-white {
  background-color: #fff;
}

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

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

.overflow-auto {
  overflow: auto;
}

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

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

.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-size-small {
  font-size: .875rem;
}

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

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

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

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

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

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

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

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

.padding-xlarge {
  padding: 4rem;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

.padding-medium {
  padding: 2rem;
}

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.text-size-medium.text-color-dark {
  color: var(--midnight-dark);
}

.margin-medium {
  margin: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-checkbox-label {
  margin-bottom: 0;
}

.margin-xhuge {
  margin: 7rem;
}

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

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

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

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

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

.margin-xxhuge {
  margin: 10rem;
}

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

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

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

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

.padding-small {
  padding: 1.5rem;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-3.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

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

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

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

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

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

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

.navbar1_menu-button {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.home_hero-header_image {
  width: 100%;
  height: 100%;
}

.home_hero-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.home_feature_image {
  width: 100%;
  height: 100%;
}

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

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

.home_how-it-works_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.text-weight-semibold.text-color-dark {
  color: var(--midnight-dark);
}

.home_logo-list_logo {
  max-height: 6.5rem;
}

.home_logo-list_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.section_home_logo-list {
  background-color: var(--arlington-bolt-yellow);
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
}

.home_logo-list_wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.home_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.home_testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.home_testimonial_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_testimonial_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.home_testimonial_arrow.hide-mobile-landscape {
  margin-top: auto;
  margin-bottom: auto;
}

.section_home_testimonial {
  background-color: var(--arlington-bolt-yellow);
  border-bottom-right-radius: 5%;
  border-bottom-left-radius: 5%;
}

.home_testimonial_logo {
  max-height: 3.5rem;
}

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

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

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

.text-color-white-2 {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

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

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

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

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

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

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

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

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

.line-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

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

.body-bg {
  background-color: var(--midnight-dark);
}

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

.heading {
  margin-top: 0;
}

.text-style-link-2 {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

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

.contact14_map {
  width: 100%;
  height: 100%;
}

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

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

  .section.auto.no-side-paddind {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h2.black {
    margin-bottom: 0%;
    padding-left: 0;
  }

  .h2.black.spacing {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .text {
    line-height: 22px;
  }

  .content-image {
    margin-bottom: 10%;
  }

  .inner-loop-container {
    height: 40vh;
  }

  .nav-button {
    display: none;
  }

  .nav-button.about, .nav-button.insurance {
    display: block;
  }

  .nav-logo-text {
    font-size: 3vw;
  }

  .nav-menu {
    background-color: var(--midnight-blue);
  }

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

  .menu-button.w--open {
    background-color: var(--arlington-yellow);
  }

  .icon {
    color: var(--white);
    font-size: 30px;
  }

  .contact-grid-content-wrapper.auto-height {
    padding-left: 20px;
  }

  .booking-div-wrapper {
    display: block;
  }

  .logo-card-grid {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sg-brand-colours {
    grid-template-columns: 1fr 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

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

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

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .padding-large {
    padding: 2.5rem;
  }

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

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

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

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 3.5rem;
  }

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

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

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

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

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

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -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 {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .home_how-it-works_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_how-it-works_list {
    grid-column-gap: 2rem;
  }

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

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

  .section.sticky {
    position: relative;
  }

  .section.auto {
    overflow: visible;
  }

  .section.auto.no-side-paddind {
    display: block;
  }

  .section.halfexpand {
    display: none;
  }

  .section._60vh._40vhmob {
    height: 40vh;
  }

  .h2.black.spacing {
    font-size: 2vh;
  }

  .text {
    font-size: 17px;
    line-height: 25px;
  }

  .text._50px-bpace._50 {
    margin-bottom: 35px;
  }

  .text.side-margin {
    margin-bottom: 0;
  }

  .text._10px-underspace {
    margin-bottom: 10px;
  }

  .logo-container {
    width: 25vw;
    height: 32.5vw;
  }

  ._1200-content-wrapper {
    height: auto;
  }

  .image.no-overlay {
    background-image: none;
  }

  .content-image {
    height: 70%;
  }

  .content {
    text-align: center;
    display: flex;
  }

  .content.sliding-images {
    display: none;
    overflow: hidden;
  }

  .nav-button {
    padding-left: 15px;
    font-size: .7rem;
  }

  .nav-button.insurance {
    font-size: 17px;
    display: flex;
  }

  .background-grid-div {
    position: relative;
  }

  .nav-logo-text {
    font-size: 4vw;
  }

  ._2x2-grid {
    grid-template-rows: auto auto;
  }

  ._2x2-grid._80-b-sp {
    margin-bottom: 20px;
  }

  .contact-grid-content-wrapper {
    height: 40vh;
  }

  .contact-grid-content-wrapper.auto-height {
    text-align: center;
    height: auto;
  }

  .restoration-imagery-wrapper {
    display: block;
  }

  .restoration-image-container {
    width: 80vw;
    height: 40vw;
    display: flex;
    position: relative;
  }

  .lightbox-image-restoration {
    width: 100%;
    max-width: none;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .grid-2 {
    grid-template-rows: auto auto;
  }

  ._50--image-div._45._100-mob {
    width: 100%;
    height: 100%;
  }

  ._50--image-div._48._100-mob {
    width: 100%;
    height: 90%;
    display: none;
  }

  .image-container {
    flex-direction: column;
    justify-content: space-between;
    height: 35vh;
    margin-bottom: 30px;
  }

  .logo-card-grid {
    grid-column-gap: 0px;
  }

  .hero-heading {
    font-size: 45px;
  }

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .padding-large {
    padding: 2rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

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

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

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

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

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

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

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

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

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

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

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

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

  .margin-medium {
    margin: 1.5rem;
  }

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

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

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

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

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

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

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

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

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

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

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

  .home_how-it-works_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_how-it-works_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_logo-list_logo {
    max-height: 3rem;
  }

  .home_logo-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .home_logo-list_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_testimonial_component {
    padding-bottom: 3rem;
  }

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

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

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

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .contact14_map-wrapper {
    height: 25rem;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
    font-size: 25px;
  }

  .text {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
  }

  .text._50px-bpace {
    text-align: center;
    font-size: 16px;
  }

  .text.side-margin {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .logo-container {
    width: 40vw;
    height: 60vw;
  }

  .content-image {
    height: 55%;
  }

  .button-container {
    justify-content: center;
  }

  .nav-button {
    padding: 3px 10px;
    font-size: .5rem;
  }

  .nav-button.about {
    text-align: center;
    font-size: 13px;
  }

  .nav-button.insurance {
    padding: 7px 15px;
    font-size: 13px;
  }

  .nav-logo-text {
    text-align: center;
    font-size: 6vw;
    line-height: 2vh;
  }

  .menu-button {
    padding: 10px;
  }

  .icon {
    font-size: 20px;
  }

  ._2x2-grid._80-b-sp {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-grid-content-wrapper.auto-height {
    height: auto;
    padding-left: 0;
  }

  .image-container {
    width: 100%;
    height: 25vh;
  }

  .logo-card-grid {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading {
    font-size: 35px;
  }

  .sg-brand-colours {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home_feature_component, .home_how-it-works_content, .home_how-it-works_list {
    grid-template-columns: 1fr;
  }

  .home_logo-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

#w-node-ac0bf24c-1a35-c7ad-ea70-ef9872a74b3a-cbf73dae {
  grid-area: 6 / 1 / 8 / 9;
}

#w-node-_636509f3-79a0-01cf-93d6-8ad75da2a8d3-cbf73dae {
  grid-area: 8 / 1 / 9 / 4;
  place-self: center start;
}

#w-node-baa3d496-7156-60cd-2e8d-f33fccbb2443-cbf73dae {
  grid-area: 8 / 1 / 12 / 8;
}

#w-node-d0a81c19-e417-a12e-cc0c-e31ac2efdfa1-cbf73dae, #w-node-_49a127ff-6486-2bd4-8d05-c2707d4bb13e-cbf73dae, #w-node-edb1dee5-c456-2e26-3632-523a25265a36-cbf73dae, #w-node-_71e03358-2949-1131-739b-f75277c959e5-cbf73dae, #w-node-_72011ca4-5f93-88a1-abec-e0694aa87de9-cbf73dae, #w-node-b4f31261-411f-883b-24f8-db97f2eb3ab3-cbf73dae, #w-node-_5e5b128e-8f4a-2989-df0e-9e1a894eb6ae-cbf73dae, #w-node-a49f2fb5-be33-01dc-23ab-470f7a5fcfc4-cbf73dae, #w-node-b3b58feb-a144-1881-4289-cd8ff86bffc3-cbf73dae, #w-node-_13ab989e-bdda-b909-64b3-40d35ab3e32c-cbf73dae {
  place-self: auto;
}

#w-node-cbc8257e-177a-4a2f-4d14-dae5b8a6419f-cbf73dae {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8597d4c6-d97c-03a1-b2ff-dbe0cb6292f7-cbf73dae {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8080c763-1e2f-1031-5110-17b08359f2cb-cbf73dae {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6aea8b01-1463-9dec-028b-3fde9c015c13-228b6827 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a53fac-49b5-9862-7e24-bb1dc59d15a9-d4357d0e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a3a53fac-49b5-9862-7e24-bb1dc59d15ab-d4357d0e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb64-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb66-b4074668 {
  justify-self: center;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb7e-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb7f-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb83-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb84-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb88-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb89-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb8d-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb8e-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb92-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb93-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb97-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bb98-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bba2-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bba3-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bba7-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bba8-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbac-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbad-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbb1-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbb2-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbb6-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbb7-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbbb-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbbc-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbc6-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbc7-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbcb-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbcc-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbd0-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbd1-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbd5-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbd6-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbdf-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbe0-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbe9-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbea-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbfc-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bbfd-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc01-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc02-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc06-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc07-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc0b-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc0c-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc10-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc11-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc1b-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc1c-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc20-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc21-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc25-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc26-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc2a-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc2b-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc2f-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc30-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc34-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc35-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc40-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc41-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc45-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc46-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc4a-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc4b-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc4f-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc50-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc54-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc55-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc59-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc5a-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc5e-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc5f-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc63-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc64-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc68-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc69-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc73-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc74-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc78-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc79-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc7d-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc7e-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc85-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bc86-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bcca-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bcea-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bcf2-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bcf3-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bcf8-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bcf9-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd08-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd14-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd1e-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd21-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd22-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd25-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd26-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd29-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd2a-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd2e-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd31-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd32-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd35-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd36-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd39-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd41-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd42-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd43-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd45-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd48-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd49-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd4a-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd4e-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd51-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd52-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd53-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd57-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd5b-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd5c-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd62-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd66-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd67-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd6b-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd6e-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd73-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd74-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd75-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd79-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd7c-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd7d-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd7e-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd84-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd87-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd88-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd89-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd8f-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd92-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd93-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd94-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd9c-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bd9f-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bda0-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bda1-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdad-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdae-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdaf-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdb3-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdb8-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdb9-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdba-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdc0-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdc5-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdc6-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdc7-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdcd-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdd2-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdd3-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdd4-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bddc-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bde2-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bde3-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bde9-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdf3-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdf4-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdf5-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdf6-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdf8-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdfb-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bdff-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be00-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be01-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be0a-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be0b-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be0c-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be15-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be16-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be17-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60be18-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60be1e-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be1f-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be20-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60be21-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60be23-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be27-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be28-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be29-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60be2a-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be2c-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60be98-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60be9c-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60be9d-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60be9f-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bea1-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bea2-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bea4-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bea6-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bea7-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bea9-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beab-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beac-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beae-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beb0-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beb1-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beb3-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beb5-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beb6-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beb8-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60beba-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bebb-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bebd-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bebe-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bec0-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bec1-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bec3-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bec4-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bec6-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bec7-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bec9-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60beca-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60becc-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60becd-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60becf-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bed5-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bed9-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beda-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bedc-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bede-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bedf-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bee1-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bee3-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bee4-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bee6-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bee8-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bee9-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beeb-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beed-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beee-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bef0-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bef2-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bef3-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bef5-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bef7-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bef8-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60befa-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60befc-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60befd-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60beff-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf01-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf02-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf04-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf06-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf07-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf09-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf0b-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf0c-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf0e-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf13-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf17-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf19-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf1c-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf21-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf26-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf2b-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf30-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf37-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf38-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf3a-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf3b-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf3d-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf3e-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf40-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf41-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf43-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf44-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf46-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf47-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf49-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf4a-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf4c-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf4d-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf4f-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf50-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf52-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf53-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf55-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf56-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf58-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf59-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf5b-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf5c-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf5e-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf5f-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf61-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf62-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf64-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf65-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf67-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf68-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf6a-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf6b-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf6d-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf6e-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf70-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf71-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf73-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf74-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf76-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf77-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf79-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf7a-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf7c-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf7d-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf7f-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf80-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf82-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf83-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf85-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf86-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf88-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf89-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf8b-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf8c-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf8e-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf8f-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf94-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf98-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf9a-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bf9d-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfa2-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfa7-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfac-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfb1-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfb8-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfb9-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfbb-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfbc-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfbe-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfbf-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfc1-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfc2-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfc4-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfc5-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfc7-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfc8-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfca-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfcb-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfcd-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfce-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfd0-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfd1-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfd3-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfd4-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfd6-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfd7-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfd9-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfda-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfdc-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfdd-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfdf-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfe0-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfe2-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfe3-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfe5-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfe6-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfe8-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfe9-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfeb-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfec-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfee-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bfef-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bff1-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bff2-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bff4-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bff5-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bff7-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bff8-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bffa-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bffb-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60bffd-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60bffe-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60c000-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c001-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c003-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60c004-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60c006-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c007-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c009-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60c00a-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60c00c-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c00d-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c00f-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60c010-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60c102-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60c106-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c107-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c10b-b4074668, #w-node-_319985c8-8eff-f69f-3eea-dc23ce60c10d-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c10e-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c112-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c113-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c117-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c118-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c11c-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c11d-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c121-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c122-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c126-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c127-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c12b-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c12c-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c130-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c131-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c135-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c136-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c13a-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c13b-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c13e-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c13f-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c142-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c143-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c147-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c148-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c14c-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c14d-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c151-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c152-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c156-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c157-b4074668 {
  justify-self: start;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c15b-b4074668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319985c8-8eff-f69f-3eea-dc23ce60c15c-b4074668 {
  justify-self: start;
}

#w-node-ddf8a3aa-8e67-0a64-79af-4eed7e850974-3a98c87c, #w-node-ddf8a3aa-8e67-0a64-79af-4eed7e850976-3a98c87c, #w-node-ddf8a3aa-8e67-0a64-79af-4eed7e850978-3a98c87c, #w-node-ddf8a3aa-8e67-0a64-79af-4eed7e85097a-3a98c87c, #w-node-ddf8a3aa-8e67-0a64-79af-4eed7e85097c-3a98c87c, #w-node-ddf8a3aa-8e67-0a64-79af-4eed7e85097e-3a98c87c, #w-node-f01144a5-1b84-5135-1396-eda20ccf6847-3a98c87c, #w-node-b36d924d-6ebc-90f6-0176-29b9e854876e-3a98c87c, #w-node-c841c072-a0a2-9503-6103-4737605527f5-3a98c87c, #w-node-db1996b3-4513-157f-0875-daa94c3acd1d-3a98c87c, #w-node-ddf8a3aa-8e67-0a64-79af-4eed7e8509be-3a98c87c {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_636509f3-79a0-01cf-93d6-8ad75da2a8d3-cbf73dae {
    grid-area: 8 / 1 / 9 / 7;
    place-self: center start;
  }

  #w-node-ddf8a3aa-8e67-0a64-79af-4eed7e8509be-3a98c87c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ac0bf24c-1a35-c7ad-ea70-ef9872a74b3a-cbf73dae {
    grid-area: 4 / 1 / 6 / 9;
  }

  #w-node-_636509f3-79a0-01cf-93d6-8ad75da2a8d3-cbf73dae {
    grid-area: 6 / 1 / 7 / 9;
    place-self: center start;
  }

  #w-node-d0ce4087-05bb-787d-af86-2ae944542908-cbf73dae {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_824138fc-af28-1e13-856c-b52eb450bdb9-cbf73dae {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_8597d4c6-d97c-03a1-b2ff-dbe0cb6292f7-cbf73dae {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8080c763-1e2f-1031-5110-17b08359f2cb-cbf73dae {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6aea8b01-1463-9dec-028b-3fde9c015c13-228b6827 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a3a53fac-49b5-9862-7e24-bb1dc59d15a9-d4357d0e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a3a53fac-49b5-9862-7e24-bb1dc59d15ab-d4357d0e {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac0bf24c-1a35-c7ad-ea70-ef9872a74b3a-cbf73dae {
    grid-area: 5 / 1 / 7 / 10;
  }

  #w-node-_636509f3-79a0-01cf-93d6-8ad75da2a8d3-cbf73dae {
    grid-area: 7 / 1 / 8 / 13;
    place-self: center start;
  }

  #w-node-ddf8a3aa-8e67-0a64-79af-4eed7e8509be-3a98c87c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}