:root {
  --black: black;
  --white: white;
  --light-grey: #f4f4f4;
  --gold: #fcdb3a;
  --elblack: #0a2d50;
  --floral-white: #fef9f1;
  --mid-blue: #6482e6;
  --app-blue: #675feb;
  --warning-red: #d83043;
  --mid-grey: #8e8e8e;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

body {
  color: var(--black);
  font-family: sofia-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._404-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  max-width: 600px;
  display: flex;
}

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

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

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

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

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

.background-color-gray {
  background-color: var(--light-grey);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  border: 1px none var(--black);
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border-radius: 25px;
  padding: .75rem 1.5rem;
}

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

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

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

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

.button.is-secondary {
  background-color: var(--elblack);
  color: var(--white);
}

.button.is-secondary.is-alternate {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

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

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  border-style: solid;
  border-color: var(--black);
  color: #000;
  background-color: #0000;
}

.button.is-tertiary.filter-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.6;
}

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

.button.is-navbar-button {
  height: 40px;
  font-size: .875rem;
  line-height: 1;
}

.button.large {
  padding-left: .5rem;
  padding-right: .5rem;
}

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_label {
  color: var(--white);
  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;
}

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

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

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

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

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

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

.heading-style-h3.text-align-center {
  font-weight: 600;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 25px;
  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;
}

.form-input.is-select-input.property-search {
  background-color: #0000;
  border-radius: 25px;
}

.form-input.is-select-input.reverse {
  background-color: var(--elblack);
  color: var(--white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text a {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-gray {
  background-color: var(--light-grey);
}

.navbar2_link {
  margin: .5rem 2rem;
  padding: 0;
}

.navbar2_link.w--current {
  border-bottom: 3px solid var(--gold);
  color: var(--black);
}

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

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

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

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

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

.navbar2_dropdown-link.w--current {
  color: var(--black);
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
  position: absolute;
}

.navbar2_logo {
  max-width: 237px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar2_component {
  border-bottom: 1px none var(--black);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.header-button-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home-hero-section {
  background-color: var(--elblack);
  color: var(--white);
  background-image: url('../images/Hero-image-3.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.header1_content {
  margin-top: 100px;
  margin-bottom: 100px;
}

.header1_image-wrapper {
  display: none;
}

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

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

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

.header1_image {
  width: 100%;
  height: 100%;
  display: none;
}

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

.property-search-section {
  background-color: var(--floral-white);
}

.property-search-grid {
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr;
}

.property-search-label {
  margin-bottom: 6px;
  font-size: .8125rem;
}

.property-search-label.padded {
  margin-bottom: 10px;
}

.home-property-list-section {
  background-color: var(--floral-white);
  padding-bottom: 2rem;
}

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

.home-property-heading-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  margin-bottom: 20px;
}

.property-listing-wrapper {
  background-color: var(--white);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 2px 6px #0003;
}

.property-listing-grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
}

.property-listing-image-wrapper {
  border-radius: 10px;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
}

.property-listing-image {
  border-radius: 20px;
}

.body {
  font-family: sofia-pro, sans-serif;
}

.home-about-section {
  background-color: var(--elblack);
  color: var(--white);
}

.team-home {
  position: static;
}

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

.home-land-inv-section {
  background-color: var(--floral-white);
}

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

.cell-2 {
  align-items: center;
}

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

.footer3_link-list.left {
  border-right: 1px #fff;
}

.footer3_legal-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto auto auto;
  grid-auto-columns: max-content;
}

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

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

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

.image-3 {
  width: 200px;
}

.footer_link {
  color: #f2f1eb;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-contact-text {
  font-size: .875rem;
  line-height: 2;
}

.footer-section {
  background-color: var(--elblack);
  color: #f2f1eb;
}

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

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

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

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

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

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

.land-inv-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding: 60px;
  box-shadow: 0 2px 10px #0003;
}

.property-listing-location {
  margin-bottom: 6px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}

.property-listing-price {
  margin-bottom: 6px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 30px;
}

.property-listing-accommodation {
  color: #1d1d1d7d;
  font-weight: 500;
}

.hero-heading {
  font-size: 4.5rem;
  font-weight: 600;
}

.image-4 {
  display: none;
}

.landlords-hero {
  background-color: var(--elblack);
  color: var(--white);
}

.landlords-hero-left-content {
  padding-right: 100px;
}

.ladlords-hero-form-wrapper {
  border-left: 1px solid var(--white);
  width: 75%;
  padding-left: 100px;
}

.header1_image-2 {
  width: 100%;
  height: 100%;
}

.home-hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-left-content {
  margin-top: 100px;
  margin-bottom: 100px;
}

.home-hero-image-wrapper {
  display: none;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  display: none;
}

.landlord-servies-section {
  background-color: var(--floral-white);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.landlord-services-grid {
  grid-template-rows: auto;
}

.tenants-hero-section {
  background-color: var(--elblack);
  color: var(--white);
}

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

.tenants-action-section {
  background-image: url('../images/Easylets-River-Tay.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.investors-hero-grid {
  grid-column-gap: 93px;
  grid-template-rows: auto;
}

.investors-hero-cntact-wrapper {
  background-color: var(--elblack);
  color: var(--white);
  border-radius: 20px;
  padding: 100px;
}

.about-hero-grid {
  background-image: url('../images/Easylets-Dundee-Image-2.png');
  background-position: 100% -10%;
  background-repeat: no-repeat;
  background-size: 350px;
  grid-template-columns: .75fr 1fr;
  padding-top: 60px;
}

.about-hero-left-content {
  margin-top: 1rem;
  font-weight: 600;
}

.about-hero-cntact-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  width: 80%;
  padding: 2rem;
}

.property-list-section {
  background-color: var(--floral-white);
}

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

.property-page-list-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.property-page-property-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
}

.property-list-page-property-individual-grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.property-list-pagination {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.text-block-2 {
  font-size: 1.875rem;
  font-weight: 600;
}

.text-block-3 {
  color: #0000007d;
  font-size: 1.125rem;
}

.property-listing-short-desc {
  margin-top: 20px;
  font-size: 1.125rem;
}

.property-link-grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.property-listing-icons-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
}

.property-list-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.grid-4, .grid-4-copy {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-items: end;
}

.pagination-link {
  color: var(--black);
}

.pagination-link.page-no {
  margin-right: 20px;
  text-decoration: none;
}

.pagination-link.page-no.current {
  text-decoration: underline;
}

.property-back-link-section {
  margin: 10px 5% 40px;
}

.prop-back-link-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.individual-property-grid {
  grid-column-gap: 31px;
  grid-template-columns: 1fr .5fr;
  margin-bottom: 100px;
}

.individual-property-image-wrapper {
  display: flex;
  position: relative;
}

.individual-property-image {
  border-radius: 13px;
}

.div-block {
  background-color: var(--floral-white);
}

.individual-property-interest-wrapper {
  background-color: var(--floral-white);
  text-align: center;
  border-radius: 13px;
  margin-bottom: 20px;
  padding: 60px;
  box-shadow: -2px 2px 6px #0003;
}

.individual-property-viewing-wrapper {
  background-color: var(--elblack);
  color: var(--white);
  text-align: center;
  border-radius: 13px;
  padding: 60px;
}

.property-interest-grid {
  grid-row-gap: 28px;
  grid-template-columns: 1fr;
  justify-items: center;
}

.individual-property-interest-wrapper-copy {
  background-color: var(--floral-white);
  text-align: center;
  padding: 60px 40px;
}

.property-viewing-grid {
  grid-row-gap: 28px;
  grid-template-columns: 1fr;
  justify-items: center;
}

.individual-property-short-details-grid {
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto;
  margin-top: 30px;
  padding-bottom: 20px;
}

.individual-property-description-grid {
  grid-column-gap: 64px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.individual-property-heading {
  font-size: 1.25rem;
  font-weight: 400;
}

.individual-property-icons-grid {
  grid-column-gap: 36px;
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto 1fr;
  justify-items: center;
  padding-bottom: 20px;
}

.individual-property-icon-wrapper {
  text-align: center;
}

.individual-property-icon-heading {
  color: #1d1d1d80;
}

.map {
  margin-top: 20px;
}

.individual-property-listing-location {
  color: var(--elblack);
  font-size: 1.25rem;
  font-weight: 500;
}

.individual-property-listing-price {
  color: var(--elblack);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 30px;
}

.individual-property-listing-accommodation {
  color: #1d1d1d7d;
  font-weight: 500;
}

.grid-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
}

.tenants-actions-grid {
  grid-column-gap: 99px;
  grid-template-rows: auto;
}

.tenant-payment-wrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: 60px 100px;
}

.tenant-payment-grid {
  grid-row-gap: 25px;
  grid-template-columns: 1fr;
  justify-items: center;
}

.payment-heading {
  color: var(--black);
  font-size: 1.5rem;
}

.tenant-downloads-section {
  color: var(--white);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 1.5rem;
}

.tenant-downloads-wrapper {
  background-color: var(--elblack);
  border-radius: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tenant-download-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.download-link {
  color: var(--white);
  font-size: 1rem;
  text-decoration: underline;
}

.tenants-useful-links {
  background-color: var(--floral-white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.usefull-links-section-grid {
  grid-column-gap: 91px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

.useful-links-wrapper {
  text-align: center;
}

.useful-links-grid, .grid-6 {
  grid-template-rows: auto;
}

.landlord-hero-grid {
  grid-template-columns: 1fr;
}

.landlord-hero-button-grid {
  grid-template-rows: auto;
}

.landlord-download-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 100px 60px;
}

.landlord-downloads-grid {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  justify-items: center;
}

.landlord-download-icon-wrapper {
  text-align: center;
  margin-top: 4rem;
}

.investors-hero-section {
  background-color: var(--floral-white);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.investor-hero-right-grid {
  grid-row-gap: 57px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

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

.investors-property-section {
  background-color: var(--floral-white);
  padding-bottom: 8rem;
}

.property-investor-list-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

.property-investors-property-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
}

.property-investors-page-property-individual-grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.property-listing-icons-grid-3cols {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto 1fr;
}

.about-hero-section {
  background-color: var(--floral-white);
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.meet-the-team-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.team-member-grid {
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

.team-member-image-wrapper {
  border-radius: 20px;
  position: relative;
}

.team-name {
  margin-bottom: 4px;
  font-size: 1.875rem;
  font-weight: 600;
}

.team-contact-phone {
  margin-bottom: 8px;
}

.team-bio-link {
  color: var(--mid-blue);
}

.team-bio-overlay {
  background-color: #fcdb3acc;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 2rem 2rem;
  display: none;
  position: absolute;
}

.team-bio-image {
  background-image: linear-gradient(#7d824280, #7d824280);
}

.grid-10 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.our-values-section {
  background-color: var(--floral-white);
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.values-grid {
  grid-row-gap: 39px;
  grid-template-columns: .5fr 1fr;
}

.value-text {
  color: var(--gold);
  text-align: left;
  font-size: 2.5rem;
  font-weight: 600;
}

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

.testimonial-section {
  background-color: var(--elblack);
  color: var(--white);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-contact-section {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

.testimonial7_arrow-icon {
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

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

.testimonial7_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial7_arrow.hide-mobile-landscape {
  background-color: var(--elblack);
  border-style: none;
  width: 5rem;
  height: 5rem;
}

.get-in-touch-bg-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-6 {
  width: 280px;
}

.get-in-touch-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 4rem;
}

.get-in-touch-link {
  font-size: 1.875rem;
}

.make-payment-section {
  background-color: var(--floral-white);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.payment-options-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

.payment-step-wrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: 2rem;
}

.payment-step-heading {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.payment-section {
  background-color: var(--floral-white);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.payment-wrapper {
  background-color: var(--elblack);
  color: var(--white);
  border-radius: 20px;
  padding: 2rem;
}

.payment-form-grid {
  grid-row-gap: 0px;
  grid-template-columns: auto auto;
  width: 60%;
  margin-top: 2rem;
}

.repair-section {
  background-color: var(--floral-white);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.maintenance-hero-grid {
  grid-row-gap: 23px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.maintenance-button-grid {
  grid-template-rows: auto;
}

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

.faq4_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq4_accordion {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--black) #ddd #ddd var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.terms-section {
  background-color: var(--floral-white);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.property-list-filter-buttons {
  justify-content: flex-end;
  display: flex;
}

.property-map-section {
  background-color: var(--floral-white);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.map-filter-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  padding-bottom: 1rem;
}

.property-map-filter-buttons {
  justify-content: flex-end;
  display: block;
}

.property-search-heading {
  max-width: 100px;
  font-size: 1.25rem;
  font-weight: 600;
}

.download-text-link {
  margin-top: 1rem;
}

.property-gallery-link {
  background-color: #dddc;
  border-bottom-right-radius: 13px;
  padding: .5rem 1rem;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.landlord-list-item {
  color: var(--black);
  margin-bottom: 1.5rem;
}

.tenants-hero-image {
  max-height: 433px;
}

.wider-container {
  max-width: 1080px;
}

.heading {
  color: #fff;
  font-size: 30px;
}

.heading.mt-40.mb-20 {
  color: var(--gold);
  margin-top: 40px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 41px;
}

.navbar {
  background-color: #fff;
}

.padding-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  display: none;
}

.navbar-menu-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wide-container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-link {
  color: #fff;
  flex: none;
  padding: 35px 20px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.navbar-link:hover {
  text-decoration: underline;
}

.navbar-link.w--current {
  font-weight: 400;
}

.nav-link {
  color: #121212;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
}

.text-center {
  color: var(--gold);
  text-align: center;
  letter-spacing: .25px;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 32px;
}

.text-center.mb-30 {
  margin-bottom: 2rem;
  font-size: 14px;
  line-height: 22px;
}

.text-center.mb-30.white {
  color: var(--white);
}

.navbar-inner-wrapper {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.navbar-outer-sections {
  flex: 0 auto;
  width: 200px;
}

.navbar-outer-sections.login {
  text-align: right;
}

.navbar-outer-sections.left {
  display: block;
}

.body-2 {
  background-color: var(--elblack);
  color: #050606;
  font-weight: 400;
  line-height: 22px;
}

.wrapper {
  color: #fff;
  max-width: 1080px;
  margin-bottom: 100px;
  padding: 40px 100px;
  display: inline-block;
}

.mb-20 {
  margin-bottom: 20px;
}

.grid-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  align-items: stretch;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-20 {
  flex: 0 auto;
}

.paragraph {
  margin-bottom: 5px;
  font-size: 1rem;
}

.registred-box {
  background-color: var(--app-blue);
  border-radius: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 26px 30px 40px;
  font-size: 1.5rem;
  line-height: 32px;
}

.to-right {
  text-align: right;
  padding-left: 20px;
}

.div-block-2 {
  background-color: var(--floral-white);
  border: 1px solid #e5e3e3;
  border-radius: 17px 208px 17px 17px;
  padding: 100px 20px 60px 40px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.white-select {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 25px;
  width: auto;
  min-width: 100px;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .75rem;
  line-height: 1.6rem;
}

.text-field {
  border: 1px solid #ddd;
  border-radius: 25px;
  height: auto;
  min-height: 2.75px;
  margin-bottom: .5rem;
  padding: .5rem .75rem;
  line-height: 1.6rem;
}

.text-field.calendar {
  background-image: url('../images/Icon-awesome-calendar-alt.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.label-form {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.yellow-button {
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border: 1px #000;
  border-radius: 25px;
  padding: .75rem 1.5rem;
}

.yellow-button.login {
  margin-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.yellow-button.full {
  width: 100%;
}

.yellow-button.white {
  background-color: var(--white);
  border-style: solid;
}

.yellow-button.wide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.yellow-button.width-70pc {
  width: 70%;
}

.heading-3 {
  color: var(--gold);
  font-size: 1.5625rem;
  font-weight: 600;
}

.heading-3.mb-40 {
  color: #050606;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 50px;
}

.section-2 {
  margin-bottom: 100px;
  display: flex;
}

.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.heading-4 {
  color: #050606;
  letter-spacing: .25px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
}

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

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

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

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

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

.form-input-copy.is-select-input.property-search {
  background-color: #0000;
  border-radius: 25px;
}

.form-input-copy.is-select-input.reverse {
  background-color: var(--elblack);
  color: var(--white);
}

.circle {
  text-align: center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
}

.content-types {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.white.pt-40 {
  color: #fff;
  background-color: #fff0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.type-column {
  background-color: var(--floral-white);
  color: var(--black);
  text-align: center;
  border-radius: 13px;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-20.mb-30 {
  margin-bottom: 30px;
}

.yellow-button-2 {
  color: #050606;
  background-color: #ffe800;
  border: 1px solid #000;
  padding: 10px 40px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 7px 4px 0 1px #000;
}

.yellow-button-2.full {
  width: 100%;
  font-weight: 500;
}

.heading-5 {
  font-size: 1.5rem;
}

.link-documents {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.link-documents.application {
  margin-bottom: 10px;
  display: block;
}

.right-column-login {
  background-color: #fff;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  flex: 1;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: var(--gold);
  border-top-left-radius: 13px;
  padding: 40px;
}

.image {
  margin-right: 10px;
}

.div-block-13 {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-14 {
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.forgotten-link {
  display: block;
}

.forgotten-link.mb-20 {
  color: #000;
}

.div-block-12 {
  justify-content: space-around;
  display: flex;
}

.div-block-15 {
  text-align: right;
  margin-top: 40px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f5f5;
  border-bottom-left-radius: 13px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: block;
}

.flex-login {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.left-account {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 35%;
  display: flex;
}

.account-content {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.yellow-button-3 {
  color: #050606;
  background-color: #ffe800;
  border: 1px solid #000;
  padding: 10px 40px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 7px 4px 0 1px #000;
}

.yellow-button-3.white {
  background-color: #fff;
}

.text-block-4 {
  padding-left: 10px;
}

.padding-on-mobile {
  margin-bottom: 20px;
}

.heading-6 {
  color: #050606;
  letter-spacing: .25px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
}

.heading-7 {
  color: #050606;
  font-size: 14px;
  line-height: 22px;
}

.right-column-login-2 {
  flex: 1;
}

.div-block-33 {
  background-color: #ffe800;
  padding: 20px;
}

.div-block-17 {
  flex-wrap: wrap;
  display: flex;
}

.image-7 {
  margin-right: 10px;
}

.div-block-34 {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

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

.column-form {
  width: 50%;
  padding-right: 20px;
}

.div-block-35 {
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.div-block-36 {
  justify-content: space-around;
  display: flex;
}

.div-block-37 {
  text-align: right;
  margin-top: 40px;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f5f5;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.flex-login-2 {
  align-items: center;
  display: flex;
}

.account-content-2 {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 20px;
}

.yellow-button-4 {
  background-color: var(--gold);
  color: #050606;
  border: 1px solid #000;
  padding: 10px 40px;
  font-weight: 500;
  line-height: 22px;
  box-shadow: 7px 4px 0 1px #000;
}

.yellow-button-4.white {
  background-color: #fff;
}

.yellow-button-4.hide-desktop {
  display: none;
}

.text-block-5 {
  padding-left: 10px;
}

.heading-8 {
  color: #050606;
  letter-spacing: .25px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
}

.blue-box {
  background-color: var(--floral-white);
  border-radius: 13px;
  padding: 20px;
}

.blue-box.mb-40 {
  background-color: #f3f5f500;
}

.blue-box.mb-20 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.blue-box.mb-20.upload-box {
  text-align: center;
  border-style: dashed;
  width: 60%;
  min-width: 50%;
  margin-bottom: 0;
}

.blue-box.mb-10 {
  margin-bottom: 10px;
}

.blue-box.upload-box {
  text-align: center;
  border: 1px solid #e5e3e3;
  margin-bottom: 5px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.blue-box.without-border {
  margin-bottom: 20px;
}

.blue-box.without-border.application-item {
  margin-bottom: 5px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-40.select-number-tenants {
  width: auto;
  font-weight: 600;
}

.absolute-nomination {
  color: var(--black);
  text-align: center;
  background-color: #fef9f3;
  border-radius: 13px;
  width: 287px;
  max-width: 100%;
  height: auto;
  padding: 20px 36px;
  position: absolute;
  inset: 50px auto 0% -200px;
  box-shadow: 8px 0 0 1px #000;
}

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

.white-3.pt-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.modal {
  background-color: var(--gold);
  color: #050606;
  text-align: center;
  width: 475px;
  max-width: 100%;
  height: 380px;
  padding-top: 40px;
  display: block;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.heading-9 {
  color: #050606;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 22px;
}

.div-block-29 {
  text-align: center;
  width: 844px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal-text {
  margin-bottom: 1rem;
  font-weight: 600;
}

.bold-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

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

.to-right-2.flex-right {
  flex: 1;
  align-self: flex-end;
}

.modal-content {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.text-center-2 {
  color: #050606;
  text-align: center;
  letter-spacing: .25px;
  line-height: 32px;
}

.text-center-2.mb-30 {
  color: #050606;
  font-size: 14px;
  line-height: 22px;
}

.text-center-2.mb-30.joint-text-intro {
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 600;
}

.text-center-2.title {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 32px;
}

.text-center-2.guarantor {
  width: 624px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.flex-join-application {
  justify-content: space-between;
  margin: 10px -10px;
  display: flex;
}

.mb-30 {
  margin-bottom: 30px;
}

.flex-child {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-30 {
  width: 68%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

.white-4.pt-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.type-column-2 {
  background-color: var(--floral-white);
  color: var(--black);
  text-align: center;
  border-radius: 13px;
  padding: 60px 40px;
}

.medium-text-2 {
  color: #050606;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
}

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

.white-5.pt-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.white-select-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
}

.div-block-31 {
  padding-left: 52px;
  padding-right: 52px;
}

.application-link {
  color: #050606;
  border-width: 1px;
  border-top-style: none;
  border-top-color: #000;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
  text-decoration: none;
  display: block;
}

.menu-links {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.undeline-link {
  border-bottom: 1px solid #000;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.link-in-nav {
  color: var(--white);
}

.like-checkbox {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: relative;
}

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

.number-in-menu {
  padding-right: 10px;
}

.menu-tenants {
  background-color: var(--gold);
  border-radius: 13px;
  flex: 0 auto;
  align-self: flex-start;
  min-width: 259px;
  max-width: 100%;
  padding: 20px 35px 40px;
}

.div-block-39 {
  text-align: right;
  margin-top: 40px;
}

.form-section-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.menu-line {
  color: #050606;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  place-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
  font-weight: 400;
  display: flex;
}

.menu-line.current {
  border-bottom-style: none;
  justify-content: space-between;
  font-weight: 700;
  display: flex;
}

.white-background {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.account-content-3 {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 20px;
}

.account-content-3.tenant-form {
  padding-right: 29%;
}

.account-content-3.summary {
  padding-right: 0;
}

.tenats-content {
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  min-height: 600px;
  display: flex;
}

.current-menu-check {
  width: 13px;
  height: 9px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.left-flex {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

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

.label-upload {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.guarantor-row {
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.upload-text-label {
  color: #707070;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.guarantor-column {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.upload-icon {
  margin-bottom: 10px;
}

.red-text {
  color: #d83043;
  font-weight: 400;
  line-height: 20px;
}

.red-text.mb-10 {
  margin-bottom: 10px;
}

.heading-10 {
  color: #050606;
  letter-spacing: .25px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
}

.edit-link {
  color: #050606;
  font-weight: 700;
  line-height: 22px;
}

.login-with-edit-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.acount-details-row {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.acount-details-row.my-application {
  justify-content: space-between;
  margin-top: 0;
}

.label-detail {
  color: #050606;
  width: 160px;
  max-width: 100%;
  font-weight: 700;
}

.edit-detail-button.account-buttons {
  text-align: right;
  width: 30%;
}

.text-block-6 {
  color: #121212;
  font-weight: 600;
}

.account-left-content {
  justify-content: flex-start;
  display: flex;
}

.menu-link {
  color: #121212;
  text-align: center;
  background-color: #f3f5f5;
  border-radius: 25px;
  margin-bottom: 5px;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: block;
}

.menu-link.current {
  background-color: #ffe800;
}

.admin-menu {
  align-self: stretch;
  width: 182px;
  max-width: 100%;
}

.heading-11 {
  color: #050606;
  letter-spacing: .25px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
}

.heading-11.mt-0 {
  margin-top: 0;
}

.application-title {
  flex: 0 auto;
  width: 40%;
  max-width: 50%;
}

.application-left-content {
  justify-content: flex-start;
  display: flex;
}

.account-menu-bottom {
  background-color: #ffe800;
  border-radius: 13px;
  align-self: stretch;
  width: 182px;
  max-width: 100%;
  padding: 20px;
}

.application-number {
  margin-right: 10px;
  font-weight: 700;
}

.text-block-7 {
  color: #121212;
  font-weight: 600;
}

.heading-12 {
  color: var(--white);
  letter-spacing: .25px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
}

.heading-12.mt-0 {
  margin-top: 0;
}

.heading-13 {
  font-size: 12px;
  line-height: 24px;
}

.tenant-text {
  color: #7f7f7f;
  font-size: 13px;
  line-height: 20px;
  text-decoration: underline;
}

.tenant-text.selected {
  color: #08ce36;
}

.comments-box {
  background-color: #faf1c8;
  padding: 10px 20px 20px;
}

.comment-date {
  color: #05060680;
}

.application-table {
  background-color: #f3f5f5;
}

.application-table.mb-20 {
  padding: 20px 10px;
}

.table-cell {
  flex: 1;
}

.table-cell.wider {
  text-align: left;
  min-width: 130px;
}

.table-cell.head {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 14px;
}

.legend-row {
  color: #2f2f2f;
  padding: 20px 5%;
  font-size: 12px;
  display: flex;
}

.comment-content {
  background-color: #fff;
  padding: 10px 15px 10px 10px;
}

.application-header {
  color: #f3f5f5;
  background-color: #2f2f2f;
  width: 100%;
  height: 23px;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
}

.legend {
  background-color: #f3f5f5;
  border: 1px solid #e5e3e3;
  padding: 30px 30px 10px;
}

.property-text {
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 20px;
}

.line {
  background-color: #e5e3e3;
  width: 100%;
  height: 1.5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-8 {
  color: #121212;
  font-weight: 600;
}

.comment-text {
  border-bottom: 1px solid #e5e3e3;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.text-block-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.table-row {
  text-align: center;
  border-top: 1px solid #e5e3e3;
  border-bottom: 1px solid #e5e3e3;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.table-row.head-row {
  border-top-style: none;
  align-content: space-between;
  align-items: flex-start;
  padding: 0 10px 5px;
}

.legend-icon {
  margin-right: 10px;
}

.half {
  width: 60%;
}

.heading-14 {
  color: #050606;
  letter-spacing: .25px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
}

.heading-14.mt-0 {
  margin-top: 0;
}

.upload-row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: flex;
}

.return-row {
  background-color: #fff;
  border: 1px solid #f6e6d1;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.status {
  margin-right: 10px;
}

.div-block-40 {
  text-align: right;
  margin-top: 40px;
}

.status-icon {
  align-self: center;
  display: flex;
}

.returned-box {
  background-color: #faf8e5;
  border: 1px solid #f3deba;
  justify-content: space-between;
  min-width: 50%;
  margin-left: 10px;
  padding: 10px;
}

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

.grid-14 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.guarantor-warning {
  background-color: var(--floral-white);
  border-radius: 13px;
  margin-bottom: 40px;
  margin-left: 20%;
  margin-right: 20%;
  padding: 40px;
}

.guarantor-warning-text {
  color: var(--warning-red);
  text-align: center;
}

.form-heading {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.account-background {
  background-color: var(--white);
  border-radius: 13px;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.form-error-text {
  color: var(--warning-red);
  margin-top: 10px;
}

.error-link {
  color: var(--floral-white);
}

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

.image-8 {
  max-width: 20px;
}

.tenants-hero-image-mobile {
  display: none;
}

.mobile-contact-strip {
  background-color: var(--gold);
}

.mobile-contact-strip-grid {
  grid-template-rows: auto;
}

.mobile-contact-strip-text {
  margin: .5rem;
}

.mobile-contact-link {
  text-decoration: none;
}

.mobile-contact-section {
  display: none;
}

.text-block-10 {
  color: var(--white);
}

.stu-pro-img {
  height: 100px;
}

.account-back-link {
  margin-bottom: 20px;
}

.text-block-11 {
  margin-right: 1rem;
}

.paragraph-5, .heading-15 {
  color: var(--black);
}

.team-bio-job {
  color: var(--mid-grey);
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.team-contact-email {
  margin-top: 8px;
  margin-bottom: 6px;
}

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

.text-block-12 {
  font-weight: 400;
}

.property-full-link {
  text-decoration: none;
}

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

.button-text-small {
  font-size: .75rem;
}

.button-big-text {
  font-size: 1.25rem;
}

._404-container {
  background-color: var(--elblack);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

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

._404-logo {
  width: 200px;
  margin-bottom: 10%;
  margin-left: 10%;
  position: absolute;
  inset: auto auto 0% 0%;
}

._404-buttons {
  margin-top: 8px;
}

._404-roundel {
  width: 175px;
  position: absolute;
  inset: auto 10% 10% auto;
}

.maint-container {
  background-color: var(--elblack);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.maint-heading {
  color: var(--gold);
}

.maint-img {
  width: 88px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1920px) {
  .button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ladlords-hero-form-wrapper {
    width: 90%;
  }

  .home-hero-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-grid {
    background-position: 100% 0;
  }

  .grid-8 {
    grid-template-columns: auto auto auto .5fr;
  }

  .mobile-contact-section {
    display: none;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_link {
    border-bottom: 1px solid var(--floral-white);
    text-align: center;
    margin: 0;
    padding: 2rem 0;
    font-size: 1.125rem;
  }

  .navbar2_link.w--current {
    border-bottom-color: var(--white);
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--gold);
    height: 100dvh;
    padding-top: 0;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

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

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

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

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

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

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon2_line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home-hero-section {
    background-image: url('../images/Screenshot-2023-12-13-at-16.08.21.png');
    background-position: 100% 100%;
    background-size: 50%;
    padding-bottom: 100px;
  }

  .header1_content {
    margin-top: 40px;
  }

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

  .header1_image {
    display: none;
  }

  .team-home {
    max-width: 75%;
  }

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

  .home-about-image-wrapper {
    text-align: right;
  }

  .footer3_legal-list {
    grid-row-gap: 14px;
    grid-template-columns: 1fr auto auto 1fr;
    grid-auto-columns: max-content;
  }

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

  .footer3_social-list {
    grid-template-columns: 0fr;
    grid-auto-columns: 0fr;
    justify-content: center;
    justify-items: center;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
  }

  .footer3_credit-text {
    margin-top: 20px;
  }

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

  .image-4 {
    display: block;
  }

  .ladlords-hero-form-wrapper {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

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

  .hero-left-content {
    margin-top: 40px;
  }

  .home-hero-image {
    display: none;
  }

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

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

  .investors-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-grid {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .about-hero-cntact-wrapper {
    width: 100%;
    padding: 1rem;
  }

  .property-list-page-property-individual-grid, .individual-property-grid {
    grid-template-columns: 1fr;
  }

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

  .individual-property-heading {
    margin-bottom: 1rem;
  }

  .tenants-actions-grid, .useful-links-grid {
    grid-template-columns: 1fr;
  }

  .investors-hero-section, .about-hero-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .values-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .testimonial-section {
    padding-bottom: 2rem;
  }

  .get-in-touch-bg-image {
    grid-column-gap: 31px;
    grid-template-columns: .5fr 1fr;
  }

  .get-in-touch-grid {
    grid-template-columns: 1fr;
  }

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

  .payment-options-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .terms-section, .property-map-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contact-separator {
    display: none;
  }

  .wider-container, .padding-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-menu-wrapper {
    z-index: -1;
    opacity: 0;
    background-color: #fff;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    padding-top: 82px;
    padding-bottom: 100px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: auto;
  }

  .wide-container.mt-40 {
    margin-top: 20px;
  }

  .navbar-link {
    background-color: #fff;
    display: block;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-link.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-inner-wrapper {
    z-index: 2;
    justify-content: space-between;
    display: flex;
  }

  .navbar-outer-sections.login {
    display: none;
  }

  .navbar-outer-sections.left {
    background-color: #fff;
    flex: 1;
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .account-content, .account-content-2 {
    padding-left: 5%;
  }

  .absolute-nomination {
    display: none;
  }

  .div-block-29 {
    max-width: 95%;
  }

  .div-block-30 {
    width: 90%;
  }

  .account-content-3 {
    padding-left: 5%;
  }

  .account-content-3.tenant-form {
    padding-right: 5%;
  }

  .acount-details-row.my-application {
    flex-direction: row;
  }

  .edit-detail-button.account-buttons {
    flex-direction: column;
    display: flex;
  }

  .half {
    width: 100%;
  }

  .tenants-hero-image-mobile {
    display: block;
  }

  ._404-roundel {
    width: 125px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  img {
    max-width: 50%;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-navbar-button {
    padding: .25rem 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_component {
    min-height: 4rem;
  }

  .header-button-grid {
    display: none;
  }

  .home-hero-section {
    background-size: 75%;
    padding-bottom: 120px;
  }

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

  .property-search-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .property-search-label {
    margin-bottom: 4px;
  }

  .home-property-grid {
    grid-template-columns: 1fr;
  }

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

  .property-listing-image {
    max-width: 100%;
  }

  .footer3_link-list {
    padding-left: 2rem;
  }

  .footer3_link-list.left {
    border-right-style: solid;
    align-items: flex-end;
    padding-right: 2rem;
  }

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

  .footer3_legal-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

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

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

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

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

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

  .footer3_menu-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .landlord-services-grid {
    grid-template-columns: 1fr;
  }

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

  .investors-hero-grid {
    grid-row-gap: 33px;
  }

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

  .tenant-downloads-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .usefull-links-section-grid, .grid-6, .grid-7 {
    grid-template-columns: 1fr;
  }

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

  .property-investors-page-property-individual-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .team-member-grid {
    justify-items: center;
  }

  .team-bio-image {
    max-width: 100%;
  }

  .testimonial7_component {
    padding-bottom: 3rem;
  }

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

  .get-in-touch-bg-image {
    grid-template-columns: 1fr;
  }

  .get-in-touch-grid {
    margin-top: 2rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

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

  .property-search-heading {
    max-width: none;
  }

  .tenants-links-image-left {
    display: none;
  }

  .tenants-hero-image {
    max-width: 90%;
    display: block;
  }

  .investors-property-image {
    max-width: 100%;
  }

  .wider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .wider-container.title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.mt-40.mb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mb-20 {
    margin-bottom: 0;
  }

  .grid-13 {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    flex-wrap: wrap;
    grid-template-columns: 2fr;
  }

  .section-2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 23px;
  }

  .content-types {
    width: 90%;
  }

  .type-column {
    margin-bottom: 20px;
  }

  .right-column-login {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    flex: 0 auto;
    order: -1;
    margin-bottom: 20px;
    padding: 20px;
  }

  .div-block-6 {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    margin-bottom: 20px;
  }

  .div-block-7 {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }

  .flex-login {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: stretch;
  }

  .left-account {
    order: 1;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .account-content {
    padding-left: 0%;
    padding-right: 0;
  }

  .padding-on-mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-on-mobile.blue {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .padding-on-mobile.flex-corners {
    justify-content: space-between;
    display: flex;
  }

  .heading-6 {
    font-size: 16px;
    line-height: 23px;
  }

  .right-column-login-2 {
    flex: 0 auto;
    order: -1;
  }

  .flex-login-2 {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: stretch;
  }

  .account-content-2 {
    padding-left: 0%;
    padding-right: 0;
  }

  .yellow-button-4.hide-desktop {
    display: block;
  }

  .yellow-button-4.hide-mobile {
    display: none;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 23px;
  }

  .blue-box.mb-20 {
    border-style: none;
  }

  .blue-box.mb-20.upload-box {
    width: 100%;
    min-width: auto;
  }

  .blue-box.without-border {
    margin-left: 5%;
    margin-right: 5%;
  }

  .modal {
    height: 340px;
  }

  .modal-content {
    width: 70%;
  }

  .text-center-2.mb-30.joint-text-intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-center-2.title {
    font-size: 20px;
  }

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

  .application-link {
    text-align: center;
    flex: 1;
    order: 1;
    font-size: 10px;
    line-height: 12px;
  }

  .gray-text {
    color: #ccc;
    order: 1;
    font-size: 10px;
  }

  .undeline-link {
    border-bottom-width: 0;
    flex-flow: column wrap;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .like-checkbox {
    margin-bottom: 10px;
  }

  .flex-tenants {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
  }

  .number-in-menu {
    display: none;
  }

  .menu-tenants {
    align-self: stretch;
    padding: 10px;
  }

  .tenant-menu-inside {
    justify-content: center;
    display: flex;
  }

  .white-background {
    padding: 20px 0;
  }

  .account-content-3 {
    padding-left: 0%;
    padding-right: 0;
  }

  .account-content-3.tenant-form {
    padding-right: 0%;
  }

  .tenats-content {
    min-height: auto;
  }

  .left-flex {
    margin-bottom: 20px;
  }

  .heading-10 {
    font-size: 16px;
    line-height: 23px;
  }

  .menu-link {
    flex: 1;
    margin-bottom: 0;
  }

  .admin-menu {
    flex-direction: row;
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .heading-11 {
    font-size: 16px;
    line-height: 23px;
  }

  .div-block-28 {
    justify-content: space-between;
    display: flex;
  }

  .account-menu-bottom {
    width: 100%;
    margin-top: 20px;
  }

  .heading-12, .heading-14 {
    font-size: 16px;
    line-height: 23px;
  }

  .upload-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .returned-box {
    margin-left: 0;
  }

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

  .form-heading {
    margin-bottom: 1rem;
  }

  .account-background {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tenants-hero-image-mobile {
    max-width: 50%;
  }

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

  .mobile-contact-section {
    display: block;
  }

  ._404-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._404-logo {
    margin-left: 0%;
    position: static;
  }

  ._404-roundel {
    width: 75px;
    position: static;
  }

  .maint-container {
    flex-flow: column;
  }
}

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

  img {
    max-width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_logo {
    max-width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-hero-section {
    padding-bottom: 60px;
  }

  .landlords-hero-grid {
    grid-template-columns: 1fr;
  }

  .team-home {
    max-width: 100%;
  }

  .home-about-us-grid {
    grid-template-columns: 1fr;
  }

  .footer3_link-list.left {
    padding-right: 2rem;
  }

  .image-3 {
    max-width: 75%;
  }

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

  .footer3_bottom-wrapper {
    align-items: center;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .landlords-hero-left-content {
    padding-right: 0;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .tenants-hero-grid {
    grid-template-columns: 1fr;
  }

  .investors-hero-cntact-wrapper {
    padding: 60px 40px;
  }

  .property-page-property-wrapper {
    padding: 1rem;
  }

  .property-listing-short-desc {
    display: none;
  }

  .individual-property-image {
    max-width: 100%;
  }

  .individual-property-short-details-grid {
    grid-template-columns: 1fr;
  }

  .individual-property-icons-grid {
    grid-column-gap: 0px;
    grid-template-columns: auto auto;
  }

  .tenant-payment-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tenant-downloads-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tenant-download-grid {
    grid-template-columns: auto;
  }

  .tenants-useful-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .landlord-hero-button-grid {
    grid-template-columns: 1fr;
  }

  .landlord-download-wrapper {
    padding: 40px 20px;
  }

  .property-investors-property-wrapper {
    padding: 20px;
  }

  .meet-the-team-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .team-member-details-wrapper {
    text-align: center;
  }

  .value-text {
    font-size: 2rem;
  }

  .get-in-touch-bg-image {
    grid-row-gap: 34px;
  }

  .get-in-touch-grid {
    grid-template-columns: 1fr;
  }

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

  .payment-options-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

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

  .payment-form-grid.align-center {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .maintenance-button-grid {
    grid-template-columns: 1fr;
  }

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

  .map-filter-button-grid {
    grid-template-columns: 1fr auto;
  }

  .landlord-list-item {
    margin-bottom: 1rem;
  }

  .tenants-hero-image {
    max-width: 100%;
  }

  .navbar-outer-sections.left {
    border-bottom-style: none;
  }

  .wrapper {
    max-width: 100%;
  }

  .mb-20 {
    padding-right: 0;
  }

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

  .type-column {
    margin-bottom: 10px;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .account-content {
    padding-left: 0%;
  }

  .padding-on-mobile.flex-corners.multiple-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
  }

  .column-form {
    width: 100%;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .account-content-2 {
    padding-left: 0%;
  }

  .yellow-button-4.hide-desktop {
    text-align: center;
  }

  .blue-box.mb-20 {
    padding-right: 20px;
  }

  .modal {
    max-width: 95%;
    height: 360px;
  }

  .modal-content {
    width: 80%;
  }

  .flex-join-application {
    flex-flow: column wrap;
  }

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

  .gray-text {
    color: #ccc;
    order: 1;
    font-size: 10px;
  }

  .flex-tenants {
    flex-wrap: wrap;
  }

  .menu-tenants {
    flex: 1;
  }

  .tenant-menu-inside {
    flex-wrap: wrap;
  }

  .div-block-39 {
    flex-direction: column;
  }

  .white-background {
    padding-left: 0;
    padding-right: 0;
  }

  .account-content-3 {
    padding-left: 0%;
  }

  .tenats-content {
    min-height: auto;
  }

  .acount-details-row.my-application {
    flex-direction: row;
  }

  .upload-row {
    display: block;
  }

  .flex-navigation-2.last {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .returned-box {
    margin-left: 0;
  }

  .account-background {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-contact-strip-text {
    margin: .25rem;
  }

  .link, .mobile-contact-link {
    font-size: .875rem;
  }
}

#w-node-_25f2856f-0c3e-778c-27b4-9de221bfe8ec-4e581ad1, #w-node-_88dded06-af09-41e8-a48e-9b9e5a6513ce-4e581ad1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3836b5a-6d27-18ab-2922-52a5b79cee9b-4e581ad1, #w-node-ec4bda53-9200-96eb-a76f-fcf0afe97288-4e581ad1 {
  justify-self: center;
}

#w-node-ddd46ed9-db18-6957-564d-feda018171d0-4e581ad1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60163397-675c-a2e6-da3c-32d4be285219-4e581ad1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a19c5616-82b3-e0e8-2f08-740ec00f4163-4e581ad1, #w-node-a19c5616-82b3-e0e8-2f08-740ec00f4164-4e581ad1 {
  justify-self: center;
}

#w-node-a19c5616-82b3-e0e8-2f08-740ec00f4166-4e581ad1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19c5616-82b3-e0e8-2f08-740ec00f4168-4e581ad1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_26632248-7846-83c6-4261-653aff14e647-aaa2db8e, #w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c809d-5e1c809d, #w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c809e-5e1c809d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c809f-5e1c809d, #w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c80a0-5e1c809d, #w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c80a1-5e1c809d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c80a2-5e1c809d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c80a8-5e1c809d {
  align-self: center;
}

#w-node-_74786b61-7e4f-4a44-5d6e-d0461e39f86a-5e1c809d, #w-node-_0b84506a-dc26-d0dd-5ae4-48e6255540a7-5e1c809d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_3e4b3bd3-fc31-85fd-13d0-f71a0fcd7241-5e1c809d, #w-node-_70c624d7-792f-39bf-ab24-ecd29c47e020-5e1c809d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c80aa-5e1c809d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c80ab-5e1c809d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ed453d-e98d-9770-b328-7c13a5a8df96-a5a8df8f, #w-node-_0548641e-86eb-18c6-b45a-e8df3c0359bf-a5a8df8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_74ed453d-e98d-9770-b328-7c13a5a8df9a-a5a8df8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#field-8.w-node-_74ed453d-e98d-9770-b328-7c13a5a8dfa2-a5a8df8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab977f0a-8dbd-1e8d-deca-405443967f79-a5a8df8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#field-7.w-node-_74ed453d-e98d-9770-b328-7c13a5a8dfa3-a5a8df8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfd5166e-faab-7e47-11b9-a00961554671-a5a8df8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_74ed453d-e98d-9770-b328-7c13a5a8df9c-a5a8df8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#field-6.w-node-_74ed453d-e98d-9770-b328-7c13a5a8dfa4-a5a8df8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3648743b-f9d1-4cf8-a2e1-258422617913-a5a8df8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#field-5.w-node-_74ed453d-e98d-9770-b328-7c13a5a8dfa5-a5a8df8f, #w-node-_8733cb7a-e443-5453-aaba-b891da709949-a5a8df8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ed453d-e98d-9770-b328-7c13a5a8df9e-a5a8df8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_71029117-d617-6da0-3c1b-e9219ad0fbe5-9ad0fbde {
  justify-self: end;
}

#w-node-_7107f0cb-85df-1436-3499-7f535561369f-5561369b {
  justify-self: center;
}

#w-node-_7107f0cb-85df-1436-3499-7f53556136a8-5561369b {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-4e581b0a, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-4e581b0a, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-4e581b0a {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-4e581b0a, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-4e581b0a, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-4e581b0a {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-4e581b0a, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-4e581b0a, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-4e581b0a {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-4e581b0a, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-4e581b0a, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-4e581b0a {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-4e581b0a, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-4e581b0a, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-4e581b0a {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-4e581b0a, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-4e581b0a, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-4e581b0a {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-4e581b0a, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-4e581b0a, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-4e581b0a {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-4e581b0a, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-4e581b0a, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-4e581b0a {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-4e581b0a, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-4e581b0a {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-4e581b0a, #w-node-_943aefb6-4161-82ed-9869-d08fbcb6968f-4e581b0a, #w-node-_943aefb6-4161-82ed-9869-d08fbcb69690-4e581b0a, #w-node-_943aefb6-4161-82ed-9869-d08fbcb69691-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-4e581b0a {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-4e581b0a {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-4e581b0a, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-4e581b0a, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-4e581b0a, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-4e581b0a {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-4e581b0a, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-4e581b0a, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-4e581b0a {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-4e581b0a, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-4e581b0a, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-4e581b0a {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-4e581b0a, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-4e581b0a, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-4e581b0a {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-4e581b0a, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-4e581b0a, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-4e581b0a {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-4e581b0a, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-4e581b0a, #w-node-ee961e8d-845a-edc3-3307-509470022457-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-4e581b0a {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-4e581b0a, #w-node-ee961e8d-845a-edc3-3307-50947002245b-4e581b0a, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-4e581b0a {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-4e581b0a, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-4e581b0a, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-4e581b0a {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-4e581b0a, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-4e581b0a, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-4e581b0a {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-4e581b0a, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-4e581b0a, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-4e581b0a {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-4e581b0a, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-4e581b0a, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-4e581b0a {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-4e581b0a, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-4e581b0a, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-4e581b0a {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-4e581b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-4e581b0a {
  justify-self: start;
}

#w-node-b5781afa-bb37-eeba-21ed-18261179ec0a-3501f654, #w-node-c55cd660-9f91-ca39-6a13-cc88b96f5ca9-3501f654, #w-node-bf04e0bc-f571-6584-3a0a-ba866f0f8940-3501f654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cc7f024-de35-b561-f63c-ac16fc95acc1-3501f654 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-e7cc5491-47f5-ed17-dfd8-63ee2202fc5c-3501f654 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10e9c443-ad18-d5b5-6086-37e2632ebb78-3501f654, #w-node-_7126fa9e-a0f8-862e-2171-ebc130eacd3e-3501f654, #w-node-_0285235f-de2c-abd7-ce90-83f71b0669bb-3501f654, #w-node-_30a15bf2-1a97-55b2-a6ad-e8d1eb629698-3501f654, #w-node-_696e6ecf-3156-5514-dc3c-9f44af6956c1-91ac5435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f11c402e-1df2-f216-52c2-4a103235d3dd-91ac5435 {
  justify-self: center;
}

#w-node-c1e2bd80-0f35-8301-622a-8041baecd909-91ac5435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0043469-d0ad-fcf0-e4a8-fb4a13292e60-91ac5435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_895c117d-e2e4-2280-4450-ae8115b20cb1-91ac5435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_895c117d-e2e4-2280-4450-ae8115b20cb4-91ac5435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_336049c1-9894-34ef-94ee-2a3a08b75b99-91ac5435, #w-node-_276d8591-2b20-b553-d8db-5d3624ec693d-91ac5435, #w-node-fbc73f2c-52be-f248-a8b0-7a573e8c8256-91ac5435, #w-node-c3c16a78-8d46-b369-e436-0ec1de182248-91ac5435, #w-node-_45abf76d-e733-ee89-7049-6b0645aadab4-91ac5435, #w-node-_2ea612ef-2620-f8df-9259-a285b2863c00-91ac5435, #w-node-dd7b7626-1527-6217-b023-7d109443856d-91ac5435, #w-node-_6ed186be-487d-36a8-3f53-06ee1ee0b7f4-91ac5435, #w-node-_648f331f-44de-a4b8-6aff-7f52ed637653-91ac5435, #w-node-_14b790c7-1311-3574-17f8-4d7f1671ddb3-91ac5435, #w-node-_0b23f605-20b3-e765-6fad-962d620144b9-91ac5435, #w-node-_39dca4ce-bbf3-7f3e-e374-5c577ff3223d-91ac5435, #w-node-_80d00367-5b74-d04c-364f-2d24dc3fbee6-91ac5435, #w-node-_78f455b0-f813-4aa6-daf5-5f4b868c5547-91ac5435, #w-node-_81d6aeae-7ab5-5836-59cc-10045e24023d-6466a43c, #w-node-_11734c82-c2bc-f644-92a5-6defe89356a2-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10d0926b-c8a0-4056-078c-9310f1fdb914-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c21af3ef-2974-f4a5-9871-4b902576d5c6-6466a43c, #w-node-_562bdf40-43bb-b05c-fc5e-accae6f6981a-6466a43c, #w-node-_5fbe868b-1e25-dfdf-eef8-0bb07bdc776a-6466a43c, #w-node-e19e01cd-bb91-06e2-7bc5-68570c99a478-6466a43c, #w-node-_42bf3df4-1405-dcb9-6544-76992e8e40c6-6466a43c, #w-node-_42bf3df4-1405-dcb9-6544-76992e8e40c8-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42bf3df4-1405-dcb9-6544-76992e8e40d3-6466a43c, #w-node-_42bf3df4-1405-dcb9-6544-76992e8e40d4-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_42bf3df4-1405-dcb9-6544-76992e8e40d5-6466a43c, #w-node-e4da8981-294a-d854-cbf2-8ea653d0de98-6466a43c, #w-node-_42bf3df4-1405-dcb9-6544-76992e8e40d7-6466a43c, #w-node-_315b7c73-d23e-df50-0c0d-99d877063e6e-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-accf53ed-cb26-163c-dd1b-1e8be5042148-6466a43c, #w-node-accf53ed-cb26-163c-dd1b-1e8be504214a-6466a43c, #w-node-accf53ed-cb26-163c-dd1b-1e8be504214c-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accf53ed-cb26-163c-dd1b-1e8be504215c-6466a43c, #w-node-accf53ed-cb26-163c-dd1b-1e8be504215d-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-accf53ed-cb26-163c-dd1b-1e8be504215e-6466a43c, #w-node-accf53ed-cb26-163c-dd1b-1e8be5042160-6466a43c, #w-node-accf53ed-cb26-163c-dd1b-1e8be5042162-6466a43c, #w-node-accf53ed-cb26-163c-dd1b-1e8be5042164-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fe7ad4cf-e5cd-cee4-6dd3-bfe33eeab3cf-6466a43c, #w-node-fe7ad4cf-e5cd-cee4-6dd3-bfe33eeab3d1-6466a43c, #w-node-fe7ad4cf-e5cd-cee4-6dd3-bfe33eeab3d3-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7ad4cf-e5cd-cee4-6dd3-bfe33eeab3e3-6466a43c, #w-node-fe7ad4cf-e5cd-cee4-6dd3-bfe33eeab3e4-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-fe7ad4cf-e5cd-cee4-6dd3-bfe33eeab3e5-6466a43c, #w-node-fe7ad4cf-e5cd-cee4-6dd3-bfe33eeab3e7-6466a43c, #w-node-fe7ad4cf-e5cd-cee4-6dd3-bfe33eeab3e9-6466a43c, #w-node-fe7ad4cf-e5cd-cee4-6dd3-bfe33eeab3eb-6466a43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c79ce51b-a1e5-94a8-f7e4-bacf92ec21ff-75299609 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81d6aeae-7ab5-5836-59cc-10045e24023d-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18891779-7cc3-b0f2-f622-feff7ae385e0-75299609 {
  align-self: center;
}

#w-node-_01cf0beb-a725-8bf5-52b1-005e63d46b7a-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b8f9f1b4-4850-bb62-ea9b-106da0ecd412-75299609 {
  align-self: center;
}

#w-node-b8f9f1b4-4850-bb62-ea9b-106da0ecd414-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2f67bd20-6f58-15aa-6dad-9abcbaf14f60-75299609 {
  align-self: center;
}

#w-node-_2f67bd20-6f58-15aa-6dad-9abcbaf14f62-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_33c31436-5aba-ef59-3d03-9ce5d120ba59-75299609 {
  align-self: center;
}

#w-node-_33c31436-5aba-ef59-3d03-9ce5d120ba5b-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_88a28169-ae63-6e6c-c08c-c54fdecce768-75299609 {
  align-self: center;
}

#w-node-_88a28169-ae63-6e6c-c08c-c54fdecce76a-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c5e9f21-f032-540a-cedf-7cff43772e86-75299609, #w-node-bfa87297-119b-7074-a8ae-d695ada5b0aa-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38fdd1bd-d72f-0a32-6dc0-fbb565042c6f-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_330bffa8-34a7-70f4-71b8-42f54d9fb8ae-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c81af45-ec35-0ed0-aacb-dd7a9466d283-75299609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_810a560b-5e72-da2f-0455-419c21656349-21656349, #w-node-_810a560b-5e72-da2f-0455-419c2165634a-21656349, #w-node-_810a560b-5e72-da2f-0455-419c2165634b-21656349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_810a560b-5e72-da2f-0455-419c2165634e-21656349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_810a560b-5e72-da2f-0455-419c21656352-21656349, #w-node-c87f42d1-caec-ee91-f63a-6ea5a378acd7-856e64c1, #w-node-fb62e6e5-4fef-e699-9042-fdf8df0d2c94-856e64c1, #w-node-_8e8c5d24-6832-20e3-3b16-dae80340a882-856e64c1, #w-node-c4ffbcb1-adff-7ea1-0e86-8cea628497cf-856e64c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8a8be5e-ce85-f5df-cb4f-06418611834e-856e64c1, #w-node-_33a0db07-3f55-7e76-dfd0-7873add64939-856e64c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c491c08b-c896-1c35-fda9-d87c7dafd165-856e64c1, #w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd16-9ebdcd16, #w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd18-9ebdcd16, #w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd1a-9ebdcd16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd25-9ebdcd16, #w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd26-9ebdcd16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd27-9ebdcd16, #w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd29-9ebdcd16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd2b-9ebdcd16 {
  place-self: center end;
}

#w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd31-9ebdcd16, #w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd2e-9ebdcd16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0137171-f6ad-a317-6da3-cbfdcc140fa6-387c8519, #w-node-_0dc6916a-45ef-9d14-c37e-2e0fefa3f264-387c8519 {
  align-self: center;
}

#w-node-_86dbfd28-36f7-9131-d816-1bebd0a605fe-387c8519 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_77ddcc14-d208-cfe2-22c2-9807e3ebc678-387c8519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b105377-abfc-f706-4682-842a2616090c-387c8519 {
  align-self: center;
}

#w-node-_91b43729-2021-b95c-5289-4b2770f70d34-387c8519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9c013a6-67ce-87a6-a893-923801719e7e-387c8519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_18d48673-42c1-ee45-140c-d5a6a7e79be1-387c8519, #w-node-_80db0549-a442-b42b-31cd-0957ab5beaa7-387c8519, #w-node-_1ad8ec97-2899-6143-cb21-6c2309c5e611-387c8519, #w-node-_8deec788-da00-d3f2-830a-45404ef656d7-387c8519, #w-node-_77fa4c72-e800-4a6c-0897-cd7c83e80a7d-387c8519, #w-node-_52dc45d0-eefc-2ab3-d406-509bafa1ba8d-387c8519, #w-node-_872d3a30-038d-2242-9ef2-a6cd2d7e3e9f-387c8519, #w-node-_1f75bf16-7c15-1bbc-2a03-69d859ea809d-387c8519, #w-node-_73588c41-b82b-47e7-1524-cff1c2c91065-387c8519, #w-node-_8aa6cecd-e05b-2f17-5e4c-bdf7fd355b82-387c8519, #w-node-d0883b01-b827-1235-91b4-7ad773ec5922-387c8519, #w-node-d0883b01-b827-1235-91b4-7ad773ec5925-387c8519, #w-node-_33c73f34-83a3-3f04-2913-149e3d732c8e-387c8519, #w-node-d625a35c-e8ec-9d68-0600-7692a3887579-387c8519, #w-node-_25f1dbce-0485-96ed-6876-dcccb7597e36-387c8519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9386eac6-f8e4-dbfc-068d-fba123de7be6-387c8519 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d55bf9f-3afd-543a-1cf7-e1234211907c-387c8519, #w-node-_39c31dd2-06ac-2121-94ba-84cb4d9c696b-d64d5e65, #w-node-_73410fb3-79d1-4ba4-4467-b297b0d1df3a-d64d5e65, #w-node-_4bd9f749-647a-1338-b966-927d3cd58dd6-d64d5e65, #w-node-cccbdca4-508a-4dfd-b734-a6cbbf30ffe5-d64d5e65, #w-node-c49b840f-8dda-4749-0ed5-4c8c37152aa9-d64d5e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c24d060-28ff-f347-499f-ffbe4e840a22-d64d5e65 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f617300-38d1-13fb-2b88-2cbb4794b331-eee3bdf7, #w-node-_0f617300-38d1-13fb-2b88-2cbb4794b332-eee3bdf7, #w-node-_0f617300-38d1-13fb-2b88-2cbb4794b334-eee3bdf7, #w-node-e49f5b02-8d6a-f370-2f09-509b9618f497-eee3bdf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ee8d56-e894-19e8-bf8e-238978abed4a-c4c274ca {
  align-self: end;
}

#w-node-_2fef4a86-ebe1-90c4-14e9-9782c071e355-c4c274ca, #w-node-_2fef4a86-ebe1-90c4-14e9-9782c071e356-c4c274ca, #w-node-_2fef4a86-ebe1-90c4-14e9-9782c071e358-c4c274ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17c90fb0-24a8-387b-9570-5875a9cc842e-4dc64a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_17c90fb0-24a8-387b-9570-5875a9cc842f-4dc64a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17c90fb0-24a8-387b-9570-5875a9cc8447-4dc64a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_17c90fb0-24a8-387b-9570-5875a9cc844b-4dc64a12, #w-node-_17c90fb0-24a8-387b-9570-5875a9cc8448-4dc64a12, #w-node-_17c90fb0-24a8-387b-9570-5875a9cc8449-4dc64a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0561991d-01ec-a2a7-ec8b-ab6f598ca3fb-598ca3f7 {
  justify-self: center;
}

#w-node-_0561991d-01ec-a2a7-ec8b-ab6f598ca3fc-598ca3f7 {
  justify-self: end;
}

#w-node-_17c90fb0-24a8-387b-9570-5875a9cc842e-18d6f9f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_17c90fb0-24a8-387b-9570-5875a9cc842f-18d6f9f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17c90fb0-24a8-387b-9570-5875a9cc8447-18d6f9f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_17c90fb0-24a8-387b-9570-5875a9cc844b-18d6f9f3, #w-node-_17c90fb0-24a8-387b-9570-5875a9cc8448-18d6f9f3, #w-node-_17c90fb0-24a8-387b-9570-5875a9cc8449-18d6f9f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_45abf76d-e733-ee89-7049-6b0645aadab4-91ac5435 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c79ce51b-a1e5-94a8-f7e4-bacf92ec21ff-75299609 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7ba62b0f-9708-79c4-e903-5f54aaa2db94-aaa2db8e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_26632248-7846-83c6-4261-653aff14e647-aaa2db8e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_93cb047e-976b-693c-5e64-ddb3b051ce9b-b051ce86 {
    justify-self: end;
  }

  #w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c80a8-5e1c809d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c80aa-5e1c809d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-c79ce51b-a1e5-94a8-f7e4-bacf92ec21ff-75299609 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e426199-01b2-4ba4-69d1-28f768dfaf50-75299609 {
    justify-self: end;
  }

  #w-node-_18891779-7cc3-b0f2-f622-feff7ae385e0-75299609, #w-node-_38fdd1bd-d72f-0a32-6dc0-fbb565042c6f-75299609, #w-node-_6c81af45-ec35-0ed0-aacb-dd7a9466d283-75299609 {
    justify-self: center;
  }

  #w-node-_381af1a0-af46-36d8-63e4-63d9c556c022-387c8519, #w-node-_208a2f13-6ece-1278-491e-35c026a4eaad-387c8519 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9386eac6-f8e4-dbfc-068d-fba123de7be6-387c8519 {
    order: 0;
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7ba62b0f-9708-79c4-e903-5f54aaa2dba4-aaa2db8e {
    justify-self: end;
  }

  #w-node-_7ba62b0f-9708-79c4-e903-5f54aaa2dbb2-aaa2db8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_7ba62b0f-9708-79c4-e903-5f54aaa2dbb6-aaa2db8e, #w-node-_26632248-7846-83c6-4261-653aff14e647-aaa2db8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_43cb9074-133a-cf5d-ec3a-70a65e1c80a8-5e1c809d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_74ed453d-e98d-9770-b328-7c13a5a8df96-a5a8df8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_78f455b0-f813-4aa6-daf5-5f4b868c5547-91ac5435 {
    justify-self: center;
  }

  #w-node-_810a560b-5e72-da2f-0455-419c2165634b-21656349 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7ba62b0f-9708-79c4-e903-5f54aaa2db94-aaa2db8e {
    justify-self: center;
  }

  #w-node-_7ba62b0f-9708-79c4-e903-5f54aaa2dba4-aaa2db8e {
    justify-self: end;
  }

  #w-node-_7ba62b0f-9708-79c4-e903-5f54aaa2dbab-aaa2db8e {
    justify-self: start;
  }

  #w-node-_38fdd1bd-d72f-0a32-6dc0-fbb565042c6f-75299609, #w-node-_6c81af45-ec35-0ed0-aacb-dd7a9466d283-75299609 {
    justify-self: center;
  }

  #w-node-_810a560b-5e72-da2f-0455-419c2165634b-21656349, #w-node-_810a560b-5e72-da2f-0455-419c21656352-21656349 {
    align-self: center;
  }

  #w-node-f9c013a6-67ce-87a6-a893-923801719e7e-387c8519 {
    justify-self: start;
  }

  #w-node-_7c24d060-28ff-f347-499f-ffbe4e840a22-d64d5e65 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8ee8d56-e894-19e8-bf8e-238978abed4a-c4c274ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }
}


