:root {
  --white: #fff;
  --secondary-orange: #f19224;
  --green: #406700;
  --black: #000;
  --night-blue: #29345d;
  --light-gray: #dcd9d9;
  --scrollbar-gray: #c1c1c1;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 4.25em;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  letter-spacing: -.2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  letter-spacing: -.2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3.25em;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  letter-spacing: -.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.75em;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  letter-spacing: -.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  letter-spacing: -.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.3em;
}

p {
  letter-spacing: -.05px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.3em;
}

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

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

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

.main-wrapper {
  z-index: 2;
  height: 100%;
  position: sticky;
  bottom: 0;
}

.heading-style-h4 {
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-style-h4.locale-header {
  width: 15ch;
}

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

.page-wrapper {
  z-index: 4;
  position: sticky;
  overflow: hidden;
}

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

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

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

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

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

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

.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-weight-bold {
  font-weight: 700;
}

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.padding-0 {
  padding: 0;
}

.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_spacing {
  border: 1px dashed #d3d3d3;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-small {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h1 {
  font-size: 4.25em;
  font-weight: 500;
  line-height: 1.1em;
}

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

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

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

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

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

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

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

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

.container-large.flex {
  display: flex;
}

.container-large.mobile-container {
  display: none;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h6 {
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-style-h6.text-color-white.text-style-allcaps {
  font-weight: 300;
}

.heading-style-h6.text-weight-semibold.tab-link-left, .heading-style-h6.text-weight-semibold.tab-link-right {
  cursor: pointer;
}

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

.heading-style-h3 {
  letter-spacing: -.5px;
  font-size: 3.25em;
  font-weight: 500;
  line-height: 1.1em;
}

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

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

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

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

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

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

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

.padding-global.flex.flex-vertical {
  flex-flow: column;
}

.padding-global.padding-global-vert {
  padding-top: 5%;
  padding-bottom: 5%;
}

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

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

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

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

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

.margin-xxhuge {
  margin: 10rem;
}

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

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

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

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

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

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

.heading-style-h5 {
  letter-spacing: -.2px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;
}

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

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

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

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

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

.padding-xhuge {
  padding: 7rem;
}

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

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

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

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

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

.margin-xhuge {
  margin: 7rem;
}

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

.padding-large {
  padding: 3rem;
}

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

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

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

.padding-xsmall {
  padding: 1rem;
}

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

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

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

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

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

.margin-xxlarge {
  margin: 5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.margin-large {
  margin: 3rem;
}

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

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

.heading-style-h2 {
  letter-spacing: -.5px;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.1em;
}

.padding-medium {
  padding: 2rem;
}

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

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

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

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

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

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

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

.style-logo {
  mix-blend-mode: exclusion;
}

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

.navigation.padding-horizontal.padding-large {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  z-index: 0;
  position: sticky;
  bottom: 0;
}

.home-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Hero-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100vh;
  display: grid;
  position: static;
}

.home-menu-wrapper {
  justify-content: flex-end;
  display: flex;
}

.home-menu-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 75px;
  height: 75px;
  margin-top: 25px;
  margin-right: 50px;
  display: flex;
}

.image-2 {
  width: 75%;
  margin-bottom: 50px;
  margin-left: 50px;
}

.menu-top-line {
  background-color: #fff;
  border-radius: 20px;
  width: 75px;
  height: 3px;
  max-height: 20px;
}

.menu-top-line.is-black {
  background-color: #282828;
}

.menu-bottom-line {
  background-color: #fff;
  border-radius: 20px;
  width: 50px;
  height: 3px;
  max-height: 20px;
  margin-top: 6px;
}

.menu-bottom-line.is-black {
  background-color: #282828;
}

.section-welcome {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: 32px;
  padding-left: .4rem;
  padding-right: .4rem;
  display: flex;
}

.section-grid {
  background-color: #fff;
}

.section-design {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 75px;
  display: flex;
}

.section-gallery {
  background-color: #fff;
}

.section-location {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.section-bkgvideo {
  background-color: var(--white);
  height: 100vh;
  margin: 0;
  padding: 6rem 75px;
  position: relative;
}

.section-detail {
  z-index: 3;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80vh;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.section-detail.margin-vertical.margin-medium {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 12rem;
}

.text-wrapper {
  width: 50vw;
}

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

.text-wrapper.padding-large.custom {
  margin-bottom: 30px;
  padding: 2.4rem;
}

.text-wrapper.fade-in-animate.flex-vert {
  width: 80vw;
}

.text-wrapper.location-div {
  width: 37vw;
}

.flex {
  display: flex;
}

.flex.margin-vertical.margin-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex.margin-vertical.margin-large.align-top-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex.margin-vertical.margin-large.width-add {
  width: 80vw;
}

.flex.width-adj {
  justify-content: center;
  align-items: center;
}

.div-block {
  background-image: url('../images/Casa-Stellina-Floor-Plan.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 50vh;
  display: flex;
}

.tablead-top {
  z-index: 2;
  position: absolute;
  inset: auto 0% -2%;
}

.tablead-top.home-tab {
  margin-bottom: 0;
  position: relative;
  inset: auto 0% -2rem;
}

.image-3 {
  margin-bottom: 0;
  position: relative;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.footer-div {
  background-color: #59880e;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-parent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 91vw;
  display: grid;
}

.footer-div-a {
  flex-flow: column;
  display: flex;
}

.footer-div-a-child {
  justify-content: space-between;
  display: flex;
}

.div-a-item {
  flex: 0 auto;
  padding-right: 0%;
}

.div-a-item.flex.flex-vertical {
  flex-flow: column;
}

.div-a-item.flex.flex-vertical.padding-global {
  justify-content: space-around;
}

.div-a-item.display-inlineflex.bottom-center {
  justify-content: center;
  align-items: flex-end;
}

.image-5 {
  margin-right: 11.7px;
}

.div-block-2 {
  opacity: .25;
  background-image: url('../images/CasaStellina_Bug_Logo_Outlined_Whitehr.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 6.343rem;
  height: 7.5rem;
}

.text-block {
  color: #568d0b;
  text-align: right;
  font-weight: 700;
}

.menu-div {
  z-index: 99;
  background-color: #fffffff0;
  flex-flow: column;
  justify-content: space-between;
  width: 35vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 6px 2px 20px 20px #00000091;
}

.menu-link-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 6rem;
  padding-left: 25px;
  display: flex;
}

.menu-contact-div {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 20px;
  display: flex;
}

.menu-div-item {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.menu-wrapper {
  z-index: 98;
  background-color: #00000080;
  position: fixed;
  inset: 0%;
}

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

.nav-menu-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 75px;
  height: 75px;
  margin-top: auto;
  margin-right: auto;
  display: flex;
}

.menu-link {
  color: #282828;
  font-size: 2.5em;
  line-height: 1em;
  text-decoration: none;
  transition: color .2s;
}

.menu-link:hover {
  color: #8cc63f;
}

.contact-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-nav {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-nav.w--current {
  font-size: 1.5em;
}

.detail-div {
  color: #666464;
  border-bottom: 2px solid #666464;
  justify-content: space-between;
  padding: 20px 10px;
  display: inline-flex;
}

.detail-div-last {
  color: #666464;
  justify-content: space-between;
  padding: 20px 10px;
  display: inline-flex;
}

.basic-info-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.text-wrapper-detail {
  width: 40vw;
}

.text-wrapper-detail.vertical-border {
  border-top: 2px solid #666464;
  border-bottom: 2px solid #666464;
}

.text-wrapper-detail.vertical-border.flex {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: auto;
}

.ikonik-350i6 {
  color: var(--secondary-orange);
}

.learn-more {
  color: #333;
  font-size: 1.25rem;
  transition: color .2s;
}

.learnmore-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 10rem;
  font-weight: 600;
  transition: color .2s, width .2s;
  display: flex;
}

.learnmore-link:hover {
  color: #f19224;
  width: 12rem;
}

.div-block-6 {
  flex-flow: column;
  width: 80vw;
  display: flex;
}

.slider {
  height: 75vh;
  margin: 0 75px;
}

.paragraph-2 {
  max-width: 33rem;
  margin-top: 5px;
  margin-bottom: 10px;
}

.grid-item-text {
  color: #fff;
  margin-bottom: 25px;
  margin-left: 25px;
  font-size: 1.25rem;
  font-weight: 500;
}

.grid-square {
  background-image: url('../images/living-room-3.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 37rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 28vw;
  height: 22.2rem;
  display: flex;
}

.grid-square.hover-ani {
  background-image: url('../images/kitchen-4.webp');
  background-position: 50%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.grid-square.hover-ani:hover {
  background-size: 40rem;
}

.h-grid-item {
  background-image: url('../images/living-room-5.webp');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 57.6vw;
  height: 22.2rem;
  display: flex;
}

.h-grid-item.hover-ani {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 58vw;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.h-grid-item.hover-ani:hover {
  background-position: 50% 100%;
  background-size: 110%;
}

.v-grid-item {
  background-image: url('../images/fireplace-full.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 41rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 28vw;
  height: 45.7rem;
  display: flex;
}

.v-grid-item.hover-ani {
  background-position: 82%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.v-grid-item.hover-ani:hover {
  background-size: 44rem;
}

.m-grid-square {
  width: 22.2rem;
  height: 22.2rem;
}

.mobile-footer {
  z-index: 0;
  display: none;
  position: sticky;
  bottom: 0;
}

.ikonik-lxl33, .ikonik-zb6an, .ikonik-w9mlq, .ikonik-tlgfr {
  color: #fff;
}

.image-6 {
  position: absolute;
  inset: 11% 0% 0%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-lb {
  background-image: url('../images/garden-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider-lb-2 {
  background-image: url('../images/nightcube.webp');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.paragraph-5 {
  width: 45ch;
}

.text-block-3 {
  color: #333;
  font-weight: 500;
}

.h-grid-item-2 {
  background-image: url('../images/kitchen-1.webp');
  background-position: 65% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  width: 57.6vw;
  height: 22.2rem;
  display: flex;
}

.h-grid-item-2.hover-ani {
  background-size: 100%;
  width: 58vw;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.h-grid-item-2.hover-ani:hover {
  background-size: 105%;
}

.grid-square-2 {
  background-image: url('../images/kitchen-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 28vw;
  height: 22.2rem;
  display: flex;
}

.grid-square-2.hover-ani {
  background-image: url('../images/living-room-3.webp');
  background-position: 0%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.grid-square-2.hover-ani:hover {
  background-size: 41rem;
}

.grid-square-3 {
  background-image: url('../images/stairs-1.webp');
  background-position: 50% 90%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 28vw;
  height: 22.2rem;
  display: flex;
}

.grid-square-3.hover-ani {
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 23rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.grid-square-3.hover-ani:hover {
  background-size: 26rem;
}

.lightbox-link-3 {
  background-image: url('../images/CasaPicsJune8_12.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMG_8100.webp');
  background-position: 50% 0;
  background-size: 100%;
}

.slider-lb-3 {
  background-image: url('../images/CasaPicsJune8_13.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-copy {
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 50vh;
  display: flex;
}

.garden-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 75vh;
  display: grid;
  position: relative;
}

.lightbox-link-4 {
  background-image: url('../images/garden-pano-2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 21.1rem;
}

.lightbox-link-4.hover-ani {
  background-position: 50%;
  background-size: auto 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-link-4.hover-ani:hover {
  background-size: auto 110%;
}

.lightbox-link-5 {
  background-image: url('../images/garden-8.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 21rem;
}

.lightbox-link-5.hover-ani {
  background-position: 50% 30%;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-link-5.hover-ani:hover {
  background-size: 110%;
}

.lightbox-link-6 {
  background-image: url('../images/garden-11.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 21rem;
}

.lightbox-link-6.hover-ani {
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-link-6.hover-ani:hover {
  background-size: auto 110%;
}

.lightbox-link-7 {
  background-image: url('../images/garden-4.webp');
  background-position: 74% 85%;
  background-repeat: no-repeat;
  background-size: 96rem;
  width: 100%;
  height: 21rem;
}

.lightbox-link-7.hover-ani {
  background-size: 130%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-link-7.hover-ani:hover {
  background-size: 140%;
}

.lightbox-link-8 {
  background-image: url('../images/CasaPicsJune8_11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 21rem;
}

.lightbox-link-8.lightbox-night-5 {
  background-image: url('../images/BunnyCleanUp-copy.webp');
  background-position: 0 0;
  background-size: cover;
}

.lightbox-link-8.lightbox-night-5.hover-ani.ani-2 {
  background-size: 110%;
}

.lightbox-link-8.hover-ani {
  background-size: auto 110%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-link-8.hover-ani:hover {
  background-size: auto 120%;
}

.lightbox-1 {
  background-image: url('../images/garden-6.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 21rem;
}

.lightbox-1.lightbox-night-6 {
  background-image: url('../images/IMG_8093_2-copy.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.lightbox-1.lightbox-night-6.hover-ani {
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-1.lightbox-night-6.hover-ani:hover {
  background-size: 110%;
}

.darkmode-div {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.darkmode-trigger {
  color: #fff;
  margin-bottom: 25px;
  margin-right: 25px;
}

.lightmode-trigger {
  color: #fff;
  margin-bottom: 25px;
  margin-right: 25px;
  display: none;
}

.lightbox-night-1 {
  background-image: url('../images/IMG_8099-copy.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 21.1rem;
}

.lightbox-night-1.hover-ani {
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-night-1.hover-ani:hover {
  background-size: 110%;
}

.lightbox-night-2 {
  background-image: url('../images/CutieandtheBoxerinDallas-2784-copy.webp');
  background-position: 81%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 43.3rem;
}

.lightbox-night-2.hover-ani {
  background-size: auto 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-night-2.hover-ani:hover {
  background-position: 75%;
  background-size: auto 110%;
}

.lightbox-night-3 {
  background-image: url('../images/CutieandtheBoxerinDallas-2766-copy.webp');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 21rem;
}

.lightbox-night-3.hover-ani {
  background-size: auto 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-night-3.hover-ani:hover {
  background-size: auto 110%;
}

.lightbox-day-1 {
  background-image: url('../images/CasaPicsJune8.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 21rem;
}

.lightbox-day-1.hover-ani {
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-day-1.hover-ani:hover {
  background-size: 110%;
}

.lightbox-night-4 {
  background-image: url('../images/IMG_8112-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 21rem;
}

.lightbox-night-4.hover-ani {
  background-size: auto 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.lightbox-night-4.hover-ani:hover {
  background-size: auto 110%;
}

.night-logo {
  display: none;
}

.daytime-bkg {
  z-index: -1;
  background-image: url('../images/cube-day.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.nighttime-bkg {
  z-index: -1;
  background-image: url('../images/cube-night.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.garden-title {
  color: var(--white);
  -webkit-text-stroke-width: 3px;
  text-transform: uppercase;
  margin-left: 25px;
  font-family: Adam, sans-serif;
  font-size: 10rem;
  font-weight: 400;
}

.padding-global-locale {
  justify-content: center;
  align-items: center;
  width: 41vw;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.padding-global-locale.bkg-img {
  background-image: url('../images/Deep-Ellum-Map--no-ID.webp');
  background-position: 100%;
  background-size: cover;
  width: 41vw;
  height: 30vw;
}

.seemore-div {
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.seemore-hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 23%;
  margin-top: 20px;
  font-weight: 700;
  transition: color .2s, width .2s;
  display: flex;
  position: static;
  right: 10%;
}

.seemore-hover:hover {
  color: #f19224;
  width: 24%;
}

.amen-div {
  background-color: var(--white);
  flex-flow: column;
  height: 47vh;
  margin-bottom: 2rem;
  padding: 2% 40px;
  position: absolute;
  overflow: auto;
  box-shadow: 0 6px 12px 4px #0003;
}

.amen-text {
  color: #282828;
  padding-top: 10px;
}

.amen-detail-div {
  color: #282828;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding: 30px 0 20px;
  display: inline-flex;
}

.amen-item {
  font-size: 14px;
}

.amen-item.text-color-white {
  font-size: 1em;
  line-height: 1.4em;
}

.amen-detail-2 {
  color: #666464;
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  padding: 20px 10px;
  display: none;
}

.info-div {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-10 {
  width: 50%;
  margin-left: 20px;
}

.tab-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  display: flex;
}

.line-effect {
  flex-flow: row;
  width: 18rem;
  height: 5px;
  display: flex;
  position: relative;
}

.line-effect.grid-effect {
  width: 15rem;
  display: none;
}

.middle-line {
  background-color: var(--secondary-orange);
  width: 95px;
}

.tab-left {
  width: 0;
}

.tab-left.background-color-black {
  background-image: linear-gradient(90deg, var(--green) 32%, #99be4a 34%, #59880e 64%, var(--green) 69%);
  width: 100%;
}

.right-tab {
  background-color: var(--green);
  width: 95px;
  display: none;
}

.white-tail {
  background-color: var(--white);
  width: 13rem;
  height: 5px;
  position: absolute;
  left: 88px;
}

.white-tail.grid-effect {
  left: 56px;
}

.white-head {
  background-color: var(--white);
  width: 12rem;
  height: 5px;
  position: absolute;
  right: 291px;
}

.paragraph-6 {
  padding-top: 25px;
  padding-bottom: 30px;
  font-size: 1em;
  font-weight: 500;
}

.viewmore-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 34%;
  font-weight: 600;
  transition: color .2s, width .2s;
  display: flex;
}

.viewmore-link:hover {
  color: #f19224;
  width: 35%;
}

.landscape-div-blocker {
  display: none;
}

.watermark-div {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

._1-section {
  z-index: 5;
  background-color: #f4f3e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

._1-section.is-home {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/DSC_1084.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  display: none;
  position: sticky;
  bottom: 0;
}

.image-half-2 {
  width: 50%;
  height: 100%;
}

.image-half-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

._2-section {
  z-index: 4;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  position: sticky;
  bottom: 0;
}

._2-section.is-red {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  padding: 0;
  display: flex;
  position: sticky;
  bottom: 0;
}

._2-section.is-blue {
  z-index: 3;
  padding: 0;
  position: sticky;
  bottom: 0;
}

._2-section.new {
  z-index: 2;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 1.125em;
}

.sticky-wrapper {
  z-index: 3;
  height: 100%;
  position: sticky;
}

.section-end {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: .4rem;
  padding-right: .4rem;
  display: flex;
}

.image-vert {
  background-image: url('../images/04-7enrtydogdaia05_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-vert-2 {
  background-image: url('../images/06-9canpydtldaia05_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-full-1 {
  background-image: url('../images/DSC_29.avif');
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-vert-3 {
  background-image: url('../images/11-17crtyddtlfeeder_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-vert-3.night {
  background-image: url('../images/4-_1.avif');
}

.image-vert-4 {
  background-image: url('../images/05-8steelarmsdaia05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-vert-4.night {
  background-image: url('../images/7_1.avif');
}

.rich-text-block {
  padding-bottom: 20px;
}

.text-block-4 {
  font-size: 1em;
}

.image-top {
  width: 100%;
  height: 22.2rem;
}

.image-top.image-a {
  background-image: url('../images/DSC07052-v2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 41rem;
}

.image-top.image-a:hover {
  background-size: 44rem;
}

.image-top.image-a.hover-ani {
  background-image: url('../images/Edits_5-copy.webp');
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.image-top.image-b {
  background-image: url('../images/Screen-Shot-2025-01-02-at-3.51.21-PM_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 41rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.image-top.image-b:hover {
  background-size: 44rem;
}

.image-bottom {
  width: 100%;
  height: 22.2rem;
}

.image-bottom.image-c {
  background-image: url('../images/Edits_9-copy.webp');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 45rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.image-bottom.image-c:hover {
  background-size: 48rem;
}

.image-bottom.image-d {
  background-image: url('../images/Edits_10-copy.webp');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: 45rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.image-bottom.image-d:hover {
  background-size: 48rem;
}

.image-bottom.image-e {
  background-image: url('../images/L1110126_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.image-bottom.image-e:hover {
  background-size: 48rem;
}

.div-block-12 {
  background-image: url('../images/Edits_7-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85rem;
  width: 100%;
  height: 22.2rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.div-block-12:hover {
  background-size: 91rem;
}

.gallery-lb {
  align-items: flex-end;
  width: 100%;
  height: 22.2rem;
  display: flex;
}

.slider-lb-4 {
  background-image: url('../images/CasaPicsJune8_11.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hide-block {
  display: block;
}

.hide-blocktablet {
  display: none;
}

.living-img-b {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
}

.living-img-c, .living-img-e {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.living-img-f {
  background-image: url('../images/L1110008-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.living-img-f:hover {
  background-size: 105%;
}

.live-container {
  width: 100%;
  height: 22.2rem;
}

.live-container.live-image-a {
  background-image: url('../images/L1100822-copy.webp');
  background-position: 50%;
  background-size: 36rem;
  transition: all .2s;
}

.live-container.live-image-a:hover {
  background-size: 38rem;
}

.live-container.live-image-b {
  background-image: url('../images/L1100958-copy.webp');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.live-image-b:hover {
  background-size: 105%;
}

.live-container.live-image-c {
  background-image: url('../images/L1110398-copy.webp');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.live-image-c:hover {
  background-size: 105%;
}

.live-container.live-image-d {
  background-image: url('../images/L1100524-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.live-image-d:hover {
  background-size: auto 105%;
}

.live-container.live-image-e {
  background-image: url('../images/L1110105-copy.webp');
  background-position: 50%;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.live-image-e:hover {
  background-size: 105%;
}

.live-container.guest-image-a {
  background-image: url('../images/L1110423-copy.webp');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.guest-image-a:hover {
  background-size: 105%;
}

.live-container.guest-image-b {
  background-image: url('../images/guesthouse-2.webp');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.guest-image-b:hover {
  background-size: 105%;
}

.live-container.guest-image-c {
  background-image: url('../images/L1110427-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.guest-image-c:hover {
  background-size: 34rem;
}

.live-container.guest-image-d {
  background-image: url('../images/L1110270-non-HDR.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.guest-image-d:hover {
  background-size: 105%;
}

.live-container.guest-image-e {
  background-image: url('../images/IMG_1161---3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.guest-image-e:hover {
  background-size: 105%;
}

.live-container.live-image-f {
  background-image: url('../images/guesthouse-6.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.live-container.gh-image-f {
  background-image: url('../images/IMG_1155-copy.webp');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.live-container.gh-image-f:hover {
  background-position: 50% 70%;
  background-size: 105%;
}

.living-img-d {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.virtual-tour-hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 7rem;
  font-weight: 700;
  transition: color .2s, width .2s;
  display: flex;
}

.virtual-tour-hover:hover {
  color: #f19224;
  width: 12rem;
}

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

.live-lb {
  align-items: flex-end;
  width: 100%;
  height: 22.2rem;
  display: flex;
}

.living-line {
  background-color: var(--green);
  height: 5px;
}

.tab-link {
  background-color: #0000;
}

.tab-link.w--current {
  background-color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--green);
  text-decoration-color: var(--green);
  font-weight: 600;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  transition: all .2s;
}

.tab-pane-amenities {
  height: 47vh;
  overflow: scroll;
  box-shadow: inset 0 2px 5px 2px #0003;
}

.box-shadow {
  padding: 2% 40px;
}

.tabs-menu-2 {
  margin-bottom: 15px;
}

.gh-img-d {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.gh-img-e {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.guest-lb {
  align-items: flex-end;
  width: 100%;
  height: 22.2rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs_cc-modal-content.text-color-cream {
  background-color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 0;
}

.fs_cc-modal-content.text-color-cream.banner-context {
  background-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc_close-button {
  z-index: 5;
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 11px;
  margin-left: 15px;
  display: flex;
  position: sticky;
  right: 14px;
}

.fs-cc_close-button.banner-close-btn {
  color: var(--black);
  background-color: #fff;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 11em;
  padding: .75rem 1rem;
  font-size: .8rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #fff0;
  width: 12em;
}

.fs-cc_button.modal-btn {
  width: 11.7em;
  font-size: .8rem;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 22rem;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_close-button-line {
  background-color: var(--black);
  color: var(--black);
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  background-color: var(--black);
  transform: rotate(45deg);
}

.fs-cc_modal {
  background-color: #242424;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
}

.fs-cc_modal.banner-style {
  background-color: var(--white);
  color: var(--black);
  display: flex;
}

.fs-cc_modal.background-color-white {
  background-color: #242424;
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
}

.fs-cc_description {
  font-size: .8rem;
}

.fs-cc_cookie-component {
  z-index: 9500;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid var(--black);
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 700;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.div-block-30 {
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_preference-component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 40rem;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.fs-cc_link {
  text-decoration: underline;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.grid-square-lv {
  background-image: url('../images/living-room-3.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 37rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 28vw;
  height: 22.2rem;
  display: flex;
}

.grid-square-lv.hover-ani {
  background-image: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.grid-square-lv.hover-ani:hover {
  background-size: 40rem;
}

@media screen and (min-width: 1280px) {
  .main-wrapper {
    background-color: #fff0;
    position: static;
  }

  .page-wrapper {
    background-color: #fff;
  }

  .container-large {
    max-width: none;
  }

  .section-bkgvideo {
    background-color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tablead-top {
    bottom: -10%;
  }

  .tablead-top.home-tab {
    position: relative;
    bottom: -2.5rem;
  }

  .image-3 {
    width: 100vw;
  }

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

  .learnmore-link {
    width: 10rem;
  }

  .learnmore-link:hover {
    width: 12.9rem;
  }

  .div-block-6, .paragraph-2 {
    font-size: 1em;
  }

  .m-grid-square {
    width: 24rem;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 1em;
  }

  .grid-square-3.hover-ani {
    background-size: 25rem;
  }

  .grid-square-3.hover-ani:hover {
    background-size: 28rem;
  }

  .daytime-bkg {
    background-position: 50% 0;
  }

  .seemore-hover {
    width: 21%;
  }

  .seemore-hover:hover {
    width: 22%;
  }

  .line-effect.grid-effect {
    width: 15rem;
  }

  .middle-line {
    display: none;
  }

  .tab-left.background-color-black {
    background-color: #59880e;
  }

  .right-tab {
    display: none;
  }

  .white-head.grid-effect {
    z-index: 3;
  }

  .viewmore-link {
    width: 30%;
  }

  .viewmore-link:hover {
    width: 35%;
  }

  .watermark-div {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 10px;
    display: flex;
  }

  .code-embed {
    text-decoration: none;
    display: inline;
  }

  .live-container.live-image-c {
    background-size: 100%;
  }

  .live-container.live-image-c:hover {
    background-size: 56rem;
  }

  .live-container.guest-image-a, .live-container.guest-image-a:hover {
    background-size: 52rem;
  }

  .live-container.guest-image-d {
    background-size: 53rem;
  }

  .live-container.guest-image-d:hover {
    background-size: 54rem;
  }

  .live-container.guest-image-e {
    background-size: 40rem;
  }

  .live-container.guest-image-e:hover {
    background-size: 42rem;
  }

  .live-container.live-image-f {
    background-image: url('../images/guesthouse-6.webp');
    background-repeat: no-repeat;
    background-size: 33rem;
  }

  .live-container.gh-image-f {
    background-size: 40rem;
  }

  .live-container.gh-image-f:hover {
    background-size: 42rem;
  }

  .virtual-tour-hover {
    width: 10rem;
  }

  .virtual-tour-hover:hover {
    width: 12.9rem;
  }
}

@media screen and (min-width: 1440px) {
  .main-wrapper {
    background-color: #fff0;
  }

  .heading-style-h4.locale-header {
    width: 70%;
  }

  .container-large.flex.align-center {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-2 {
    width: 65%;
  }

  .section-welcome {
    padding-top: 50px;
  }

  .section-design {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-gallery {
    height: 82vh;
  }

  .section-location {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-detail {
    height: 70vh;
  }

  .section-detail.margin-vertical.margin-medium {
    height: auto;
  }

  .text-wrapper.padding-large.custom {
    width: auto;
    margin-bottom: 30px;
  }

  .text-wrapper.location-div {
    width: 30vw;
  }

  .flex.width-adj {
    justify-content: center;
    align-items: center;
  }

  .tablead-top.home-tab {
    bottom: -7rem;
  }

  .image-3 {
    margin-bottom: -35px;
  }

  .footer-div {
    display: flex;
    overflow: hidden;
  }

  .div-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-2 {
    max-width: 38rem;
  }

  .grid-square {
    flex: 0 auto;
    width: 100%;
  }

  .grid-square.hover-ani {
    background-position: 50%;
    background-size: 44rem;
  }

  .grid-square.hover-ani:hover {
    background-size: 48rem;
  }

  .h-grid-item {
    flex: 0 auto;
    width: 100%;
  }

  .h-grid-item.hover-ani {
    background-position: 50% 80%;
    width: 100%;
  }

  .h-grid-item.hover-ani:hover {
    background-position: 50% 80%;
  }

  .v-grid-item {
    width: 100%;
  }

  .v-grid-item.hover-ani {
    background-size: 36rem;
  }

  .v-grid-item.hover-ani:hover {
    background-size: 48rem;
  }

  .m-grid-square {
    width: 25rem;
  }

  .slider-lb-2 {
    background-image: url('../images/garden-8.webp');
    background-size: cover;
  }

  .h-grid-item-2 {
    flex: 0 auto;
    width: 100%;
  }

  .h-grid-item-2.hover-ani {
    background-position: 50%;
    width: 100%;
  }

  .h-grid-item-2.hover-ani:hover {
    background-size: 110%;
  }

  .grid-square-2 {
    flex: 0 auto;
    width: 100%;
  }

  .grid-square-2.hover-ani {
    background-size: 34rem;
  }

  .grid-square-2.hover-ani:hover {
    background-size: 45rem;
  }

  .grid-square-3 {
    flex: 0 auto;
    width: 100%;
  }

  .grid-square-3.hover-ani {
    background-size: 100%;
  }

  .grid-square-3.hover-ani:hover {
    background-size: 110%;
  }

  .lightbox-link-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .lightbox-link-3 {
    background-image: url('../images/CasaPicsJune8_12.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slider-lb-3 {
    background-position: 50%;
    background-size: cover;
  }

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

  .lightbox-link-4.hover-ani {
    background-position: 50%;
    background-size: 100%;
    transition: all .2s cubic-bezier(.77, 0, .175, 1);
  }

  .lightbox-link-4.hover-ani:hover {
    background-size: 110%;
  }

  .lightbox-link-7 {
    background-position: 74% 85%;
    background-size: cover;
  }

  .lightbox-link-7.hover-ani {
    background-position: 74% 84%;
    background-size: 120%;
  }

  .lightbox-link-7.hover-ani:hover {
    background-size: 130%;
  }

  .lightbox-link-8.lightbox-night-5.hover-ani.ani-2 {
    background-position: 50% 15%;
    background-size: 100%;
  }

  .lightbox-link-8.lightbox-night-5.hover-ani.ani-2:hover {
    background-size: 110%;
  }

  .lightbox-night-2.hover-ani {
    background-size: 100%;
  }

  .lightbox-night-2.hover-ani:hover {
    background-size: 110%;
  }

  .lightbox-night-3.hover-ani {
    background-size: 100%;
  }

  .lightbox-night-3.hover-ani:hover {
    background-size: 110%;
  }

  .lightbox-night-4.hover-ani {
    background-size: 100%;
  }

  .lightbox-night-4.hover-ani:hover {
    background-size: 110%;
  }

  .daytime-bkg {
    background-position: 50%;
    background-size: cover;
  }

  .nighttime-bkg {
    background-position: 0 0;
    background-size: cover;
  }

  .padding-global-locale.bkg-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
  }

  .seemore-div {
    margin-bottom: -116px;
  }

  .amen-div {
    height: 43vh;
  }

  .info-div {
    margin-top: .5rem;
    margin-bottom: 6rem;
  }

  .tab-div {
    margin-left: 0%;
  }

  .line-effect {
    width: 19rem;
  }

  .tab-left.background-color-black {
    background-image: linear-gradient(90deg, var(--green) 34%, #c9eb81 40%, #c9eb81 59%, var(--green) 61%);
  }

  .white-tail {
    width: 13.5rem;
    left: 90px;
  }

  .white-head {
    right: 308px;
  }

  .white-head.grid-effect {
    width: 15rem;
    right: 240px;
  }

  .viewmore-link {
    width: 35%;
  }

  .viewmore-link:hover {
    width: 38%;
  }

  .image-top.image-a.hover-ani {
    background-size: 55rem;
  }

  .image-top.image-a.hover-ani:hover {
    background-size: 58rem;
  }

  .image-top.image-b {
    background-size: 55rem;
  }

  .image-top.image-b:hover {
    background-size: 58rem;
  }

  .image-bottom.image-c {
    background-image: url('../images/DSC07103-cropped_1.avif');
  }

  .div-block-12 {
    background-position: 50%;
    background-size: 107rem;
  }

  .div-block-12:hover {
    background-size: 110rem;
  }

  .living-img-f:hover {
    background-size: 105%;
  }

  .live-container.live-image-a {
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .live-container.live-image-a:hover, .live-container.live-image-b:hover {
    background-size: 105%;
  }

  .live-container.live-image-c {
    background-size: 100%;
  }

  .live-container.live-image-c:hover {
    background-size: 105%;
  }

  .live-container.live-image-d:hover {
    background-size: auto 105%;
  }

  .live-container.guest-image-a {
    background-position: 50%;
    background-size: 100%;
  }

  .live-container.guest-image-a:hover {
    background-size: 105%;
  }

  .live-container.guest-image-b {
    background-image: url('../images/guesthouse-2.webp');
    background-position: 50%;
    background-size: 100%;
  }

  .live-container.guest-image-b:hover {
    background-size: 105%;
  }

  .live-container.guest-image-c {
    background-image: url('../images/L1110427-copy.webp');
    background-position: 50%;
    background-size: auto 100%;
    transition: all .2s cubic-bezier(.77, 0, .175, 1);
  }

  .live-container.guest-image-c:hover {
    background-size: auto 105%;
  }

  .live-container.guest-image-d {
    background-size: 100%;
  }

  .live-container.guest-image-d:hover {
    background-size: 105%;
  }

  .live-container.guest-image-e {
    background-image: url('../images/IMG_1161---3.webp');
    background-position: 50% 70%;
    background-size: 100%;
  }

  .live-container.guest-image-e:hover {
    background-size: 105%;
  }

  .live-container.gh-image-f {
    background-image: url('../images/IMG_1155-copy.webp');
    background-position: 50% 75%;
    background-size: 100%;
  }

  .live-container.gh-image-f:hover {
    background-position: 50% 75%;
    background-size: 105%;
  }

  .fs_cc-modal-content.text-color-cream {
    align-self: center;
    line-height: 1;
  }

  .fs-cc_close-button.banner-close-btn {
    margin-top: 0;
  }

  .fs-cc_modal-buttons {
    width: 22rem;
  }

  .fs-cc_description {
    line-height: 1.4;
  }

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

  .grid-square-lv {
    flex: 0 auto;
    width: 100%;
  }

  .grid-square-lv.hover-ani:hover {
    background-size: 48rem;
  }
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-style-h4.padding-bottom.padding-tiny.header-width {
    width: 38.4rem;
  }

  .heading-style-h4.locale-header {
    width: 21ch;
  }

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

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

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

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

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

  .container-large.flex.align-center {
    justify-content: center;
    align-items: center;
  }

  .container-large.desktop-container {
    display: none;
  }

  .container-large.mobile-container {
    display: block;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .padding-global {
    justify-content: center;
    align-items: flex-start;
  }

  .padding-global.width-add {
    margin-top: 25px;
  }

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

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

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

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

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

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .padding-huge {
    padding: 5rem;
  }

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

  .home-hero {
    background-position: 50% 0;
    background-size: 1000px;
    height: 70vh;
  }

  .home-logo-wrapper {
    padding-bottom: 50px;
  }

  .section-welcome {
    margin-top: -2px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-design {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 2.35rem;
    padding-right: 2.35rem;
  }

  .section-location {
    background-image: none;
    justify-content: center;
    padding-bottom: 12rem;
    display: block;
  }

  .section-bkgvideo {
    height: 40vh;
    margin-right: 0;
  }

  .section-detail {
    align-items: stretch;
    height: 60vh;
    padding: 50px 38px;
  }

  .section-detail.margin-vertical.margin-medium {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 17rem;
  }

  .text-wrapper {
    width: 88vw;
  }

  .text-wrapper.padding-large {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-wrapper.padding-large.custom {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .text-wrapper.fade-in-animate.flex-vert {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-wrapper.location-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex {
    width: 100%;
  }

  .flex.margin-vertical.margin-large {
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex.margin-vertical.margin-large.align-top-left.location-flex {
    margin-top: 1rem;
  }

  .flex.width-adj {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block {
    width: 60vw;
  }

  .tablead-top.home-tab {
    top: 0;
    bottom: 0;
  }

  .footer-parent {
    grid-template-rows: auto auto;
    place-items: center stretch;
  }

  .div-a-item.flex.flex-vertical.padding-global {
    flex-flow: column;
  }

  .div-a-item.display-inlineflex.bottom-center {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-div {
    width: 50vw;
  }

  .basic-info-div, .text-wrapper-detail.vertical-border.flex {
    width: 88vw;
  }

  .learn-more {
    font-weight: 600;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .slider {
    height: 40vh;
    margin-left: 38px;
    margin-right: 38px;
  }

  .paragraph-2 {
    width: 38.4rem;
    max-width: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 25px;
  }

  .grid-square.hover-ani {
    background-size: cover;
    width: auto;
  }

  .grid-square.hover-ani:hover {
    background-size: cover;
  }

  .h-grid-item {
    width: 40.5rem;
  }

  .h-grid-item.hover-ani {
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .h-grid-item.hover-ani:hover {
    background-position: 50%;
    background-size: cover;
  }

  .v-grid-item {
    width: 450px;
    height: 450px;
  }

  .v-grid-item.hover-ani {
    background-position: 50% 80%;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    height: 22.2rem;
  }

  .v-grid-item.hover-ani:hover {
    background-size: cover;
  }

  .m-grid-square {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    display: block;
  }

  .flex-cell {
    align-items: stretch;
  }

  .lightbox-link {
    height: auto;
  }

  .paragraph-3 {
    width: 38.4rem;
    padding-left: 25px;
    font-size: 1em;
  }

  .paragraph-4 {
    padding-left: 25px;
    font-size: 1em;
  }

  .paragraph-5 {
    width: 38.4rem;
    padding-left: 25px;
  }

  .h-grid-item-2 {
    width: 40.5rem;
  }

  .h-grid-item-2.hover-ani {
    width: auto;
  }

  .h-grid-item-2.hover-ani:hover {
    background-size: cover;
  }

  .grid-square-2.hover-ani {
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .grid-square-2.hover-ani:hover {
    background-size: cover;
  }

  .grid-square-3.hover-ani {
    width: auto;
  }

  .grid-square-3.hover-ani:hover {
    background-size: cover;
  }

  .div-block-copy {
    width: 88vw;
    height: auto;
  }

  .garden-title {
    font-size: 7rem;
  }

  .padding-global-locale {
    width: auto;
    margin-top: 25px;
  }

  .padding-global-locale.bkg-img {
    height: 22rem;
  }

  .seemore-div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
  }

  .seemore-hover {
    width: 33%;
  }

  .seemore-hover:hover {
    width: 22%;
  }

  .amen-div {
    width: 88vw;
    height: 43vh;
    margin-left: auto;
  }

  .info-div {
    margin-left: 0%;
  }

  .div-block-10 {
    width: auto;
    padding-left: 0;
  }

  .tablet-lb-1 {
    background-image: url('../images/kitchen-4.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-2 {
    background-image: url('../images/living-room-5.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-3 {
    background-image: url('../images/kitchen-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-4 {
    background-image: url('../images/fireplace-full.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-5 {
    background-image: url('../images/living-room-3.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-6 {
    background-image: url('../images/stairs-1.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-day1 {
    background-image: url('../images/garden-pano-2.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-day2 {
    background-image: url('../images/garden-8.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-day3 {
    background-image: url('../images/CasaPicsJune8_11.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-day4 {
    background-image: url('../images/garden-4.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-day5 {
    background-image: url('../images/garden-7.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-day6 {
    background-image: url('../images/garden-11.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-night1 {
    background-image: url('../images/IMG_8099-copy.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-night2 {
    background-image: url('../images/CutieandtheBoxerinDallas-2784-copy.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-night3 {
    background-image: url('../images/CutieandtheBoxerinDallas-2766-copy.webp');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-night4 {
    background-image: url('../images/IMG_8112-copy.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-night5 {
    background-image: url('../images/BunnyCleanUp-copy.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-lb-night6 {
    background-image: url('../images/IMG_8093_2-copy.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .viewmore-link {
    width: 25%;
  }

  .viewmore-link:hover {
    width: 28%;
  }

  .image-half-2, .image-half-1 {
    width: 100%;
  }

  ._2-section {
    flex-flow: row;
    justify-content: space-between;
  }

  ._2-section.is-red {
    flex-flow: row;
  }

  .section-end {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-block {
    display: none;
  }

  .hide-blocktablet {
    display: block;
  }

  .living-img-f {
    background-size: auto 100%;
  }

  .living-img-f:hover {
    background-size: auto 105%;
  }

  .live-container.live-image-b {
    background-size: auto 100%;
  }

  .live-container.live-image-b:hover {
    background-size: auto 105%;
  }

  .live-container.live-image-c {
    background-size: 170%;
  }

  .live-container.live-image-c:hover {
    background-size: auto 105%;
  }

  .live-container.live-image-e {
    background-size: auto 100%;
  }

  .live-container.live-image-e:hover {
    background-size: auto 105%;
  }

  .live-container.guest-image-a {
    background-size: auto 100%;
  }

  .live-container.guest-image-a:hover {
    background-size: auto 105%;
  }

  .live-container.guest-image-d {
    background-size: auto 100%;
  }

  .live-container.guest-image-d:hover {
    background-size: auto 105%;
  }

  .code-embed-2 {
    background-color: #0000;
  }

  .fs-cc_description {
    font-size: .7rem;
  }

  .grid-square-lv.hover-ani {
    background-size: cover;
    width: auto;
  }

  .grid-square-lv.hover-ani:hover {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-style-h4.padding-bottom.padding-tiny.header-width {
    width: 100%;
  }

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

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

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

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

  .padding-small {
    padding: 1.25rem;
  }

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

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

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

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

  .container-large {
    max-width: none;
  }

  .container-large.desktop-container {
    display: none;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

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

  .margin-xxhuge {
    margin: 5rem;
  }

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

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

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

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

  .padding-large {
    padding: 2rem;
  }

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

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

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

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

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

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

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

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

  .home-hero {
    background-position: 50% 0;
    background-size: 1000px;
    height: 45vh;
  }

  .home-logo-wrapper {
    padding-bottom: 0;
  }

  .section-welcome {
    height: 50vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-design {
    padding-left: 28px;
    padding-right: 28px;
  }

  .section-detail.margin-vertical.margin-medium {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .text-wrapper.fade-in-animate {
    padding-left: 9px;
  }

  .text-wrapper.fade-in-animate.flex-vert {
    padding-left: 0;
  }

  .flex {
    flex-flow: wrap-reverse;
  }

  .div-block {
    width: 100%;
  }

  .menu-div {
    width: 75vw;
  }

  .learnmore-link, .learnmore-link:hover {
    width: 100%;
  }

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

  .slider {
    height: 40vh;
  }

  .paragraph-2 {
    width: 100%;
    padding-left: 0;
    font-size: 1em;
  }

  .m-grid-square {
    flex: 0 auto;
    width: auto;
    height: 16rem;
  }

  .flex-cell {
    flex-flow: column;
    align-items: stretch;
  }

  .paragraph-3 {
    width: 100%;
    padding-left: 0;
    font-size: .875em;
  }

  .paragraph-4 {
    padding-left: 0;
    font-size: .875em;
  }

  .paragraph-5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: .875em;
  }

  .garden-hero {
    background-position: 50% 0;
    background-size: 1000px;
    height: 60vh;
  }

  .garden-title {
    margin-bottom: 40px;
    font-size: 5rem;
  }

  .seemore-div {
    padding-left: 38px;
  }

  .seemore-hover {
    width: 42%;
  }

  .seemore-hover:hover {
    width: 45%;
  }

  .amen-div {
    height: 43vh;
  }

  .div-block-10 {
    margin-left: 0;
  }

  .link-block {
    width: 100%;
  }

  .viewmore-link {
    width: 33%;
  }

  .viewmore-link:hover {
    width: 35%;
  }

  .landscape-div-blocker {
    z-index: 99;
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000004d;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .landscape-message {
    color: var(--white);
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .image-7 {
    max-width: 50px;
  }

  .section-end {
    height: 50vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .living-img-f:hover, .live-container.live-image-b:hover {
    background-size: auto 105%;
  }

  .live-container.live-image-c {
    background-size: auto 100%;
  }

  .live-container.live-image-c:hover {
    background-size: auto 105%;
  }

  .live-container.live-image-e {
    background-size: auto 100%;
  }

  .live-container.guest-image-b {
    background-size: 30rem;
  }

  .live-container.guest-image-d {
    background-size: auto 100%;
  }

  .live-container.guest-image-d:hover {
    background-size: auto 105%;
  }

  .virtual-tour-hover, .virtual-tour-hover:hover {
    width: 100%;
  }

  .text-block-5, .text-block-6 {
    font-size: 14px;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_close-button.banner-close-btn {
    align-self: flex-end;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .fs-cc_modal-buttons {
    padding: .5rem 1.5rem;
  }

  .fs-cc_modal.banner-style {
    flex-flow: column;
  }

  .fs-cc_description {
    font-size: .7rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-style-h4.padding-bottom.padding-tiny.header-width {
    width: 77%;
    line-height: 1;
  }

  .heading-style-h4.locale-header {
    width: 90ch;
  }

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

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

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

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

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

  .container-large.flex.align-center {
    justify-content: center;
    align-items: center;
  }

  .padding-global.margin-vertical.margin-medium {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }

  .padding-global.width-add {
    margin-top: auto;
  }

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

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

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

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

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

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

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

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

  .footer {
    display: none;
  }

  .home-hero {
    background-position: 50% 0;
    background-size: 30rem;
  }

  .home-logo-wrapper {
    width: 75%;
    margin-bottom: 25px;
    padding-bottom: 30px;
  }

  .image-2 {
    margin-bottom: 10px;
    margin-left: 25px;
    padding-right: 56px;
  }

  .section-welcome {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10px;
  }

  .section-grid {
    padding-top: 50px;
  }

  .section-design {
    height: auto;
  }

  .section-location {
    background-image: none;
    height: auto;
    margin-top: 0;
    padding-bottom: 25px;
  }

  .section-bkgvideo {
    height: 40vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-detail {
    padding-top: 25px;
  }

  .section-detail.margin-vertical.margin-medium {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .text-wrapper.padding-large {
    width: auto;
  }

  .text-wrapper.padding-large.custom {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper.fade-in-animate.flex-vert {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .text-wrapper.location-div {
    width: 90vw;
  }

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

  .flex.margin-vertical.margin-large.align-top-left.location-flex {
    padding-left: 0;
  }

  .flex.margin-vertical.margin-large.width-add {
    margin-bottom: 0;
  }

  .div-block {
    height: 50vh;
  }

  .tablead-top.home-tab {
    background-color: var(--white);
    width: 100%;
  }

  .image-3 {
    min-width: 325px;
  }

  .menu-container {
    display: block;
  }

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

  .basic-info-div, .text-wrapper-detail.vertical-border.flex {
    width: 85vw;
  }

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

  .slider {
    height: 24vh;
  }

  .paragraph-2 {
    width: auto;
    font-size: .875em;
  }

  .mobile-footer {
    background-color: #59880e;
    flex-flow: column;
    justify-content: space-between;
    height: 24rem;
    margin-top: 50px;
    display: flex;
  }

  .m-footer-top {
    justify-content: space-between;
    display: flex;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
  }

  .back-to-top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .m-social-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: inline-grid;
  }

  .paragraph-3, .paragraph-4 {
    font-size: .875em;
  }

  .paragraph-5 {
    padding-left: 0;
    font-size: .9em;
  }

  .h-grid-item-2.hover-ani {
    background-size: cover;
  }

  .garden-hero {
    background-position: 50% 0;
  }

  .garden-title {
    font-size: 3rem;
  }

  .padding-global-locale {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .padding-global-locale.bkg-img {
    width: 100%;
    height: 17rem;
    margin-top: 0;
  }

  .seemore-hover {
    width: 75%;
  }

  .seemore-hover:hover {
    width: 80%;
  }

  .amen-div {
    width: 85vw;
    height: 44vh;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .amen-detail-div {
    padding-left: 0;
  }

  .amen-item.text-color-white {
    font-size: .8rem;
  }

  .div-block-10 {
    margin-left: 0;
  }

  .tab-div {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet-lb-4 {
    background-position: 50% 80%;
  }

  .paragraph-6 {
    font-size: .8em;
  }

  .viewmore-link {
    width: 65%;
  }

  .viewmore-link:hover {
    width: 70%;
  }

  .landscape-div-blocker, .image-half-2 {
    display: none;
  }

  .section-end {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 25px;
    padding-top: 10px;
  }

  .image-top.image-a.hover-ani, .image-top.image-b {
    background-size: cover;
  }

  .div-block-12 {
    background-position: 80%;
    background-size: cover;
  }

  .div-block-12:hover {
    background-size: cover;
  }

  .hide-block {
    display: none;
  }

  .live-container.guest-image-a {
    background-size: auto 100%;
  }

  .live-container.guest-image-a:hover {
    background-size: auto 105%;
  }

  .live-container.guest-image-b {
    background-size: 100%;
  }

  .live-container.guest-image-d {
    background-size: auto 100%;
  }

  .live-container.guest-image-d:hover {
    background-size: auto 105%;
  }

  .tabs-menu.padding-left.padding-medium {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu.padding-left.padding-medium.tab-mobile-padding {
    padding-left: 0;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .text-block-7, .text-block-8 {
    font-size: 14px;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }
}

#w-node-a3929af0-55c4-f7ec-dadc-053876970509-44f5b576 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d18e147-000e-ecb8-1170-c85af44d01b2-44f5b576 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_154a0ce6-823f-7d43-f7ea-906bc09eecaf-44f5b576 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_1e9287c0-c611-3632-9aeb-402d66369db8-44f5b576 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-b60326ed-7ebb-b80f-df38-378e8ede7063-44f5b576 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b60326ed-7ebb-b80f-df38-378e8ede7065-44f5b576, #w-node-ba9a997e-9afb-7430-857f-1399160c3aad-44f5b576 {
  grid-column: span 2 / span 2;
}

#w-node-_340f78b2-c8dd-4a90-9774-a20104b0a081-44f5b576 {
  grid-row: span 2 / span 2;
}

#w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22326d-44f5b576 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22326e-44f5b576, #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad223271-44f5b576 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_883c4dd3-2859-eb83-0ca4-6b26ad223274-44f5b576 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_883c4dd3-2859-eb83-0ca4-6b26ad223277-44f5b576, #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22327a-44f5b576, #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22327d-44f5b576 {
  grid-column: span 2 / span 2;
}

#w-node-_6d0e2bf5-491b-fa36-7bb7-0df828b8b8f2-44f5b576 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_6d0e2bf5-491b-fa36-7bb7-0df828b8b8f3-44f5b576 {
  grid-column: span 2 / span 2;
}

#w-node-edba82c3-76e1-4947-5398-34ccf5df8a7a-44f5b576, #w-node-f1ab464a-bca2-09cc-2a6a-bdc271364d1f-44f5b576 {
  grid-column: span 4 / span 4;
}

#w-node-eff803f0-879b-e17e-121a-ac22f487ea86-44f5b576 {
  grid-column: span 2 / span 2;
}

#w-node-bead540c-4e99-19cf-d6cd-4c9cc62fae80-44f5b576, #w-node-_86da51fd-b944-6260-0555-84e2d5ef56bc-44f5b576 {
  grid-column: span 3 / span 3;
}

#w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2cd7-44f5b576 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2cdd-44f5b576, #w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2ce2-44f5b576 {
  grid-column: span 2 / span 2;
}

#w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2ce7-44f5b576 {
  grid-row: span 2 / span 2;
}

#w-node-_0dc3e133-85a5-b72a-cb5a-31616e381666-44f5b576 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0dc3e133-85a5-b72a-cb5a-31616e381667-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e38166c-44f5b576 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0dc3e133-85a5-b72a-cb5a-31616e381671-44f5b576 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_0dc3e133-85a5-b72a-cb5a-31616e381676-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e38167b-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381680-44f5b576 {
  grid-column: span 2 / span 2;
}

#w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7635-44f5b576 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7636-44f5b576 {
  grid-column: span 2 / span 2;
}

#w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7639-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f763c-44f5b576 {
  grid-column: span 4 / span 4;
}

#w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f763f-44f5b576 {
  grid-column: span 2 / span 2;
}

#w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7642-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7645-44f5b576 {
  grid-column: span 3 / span 3;
}

#w-node-a259db0b-4c68-d223-7f87-5c99acc88e5f-44f5b576 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-a259db0b-4c68-d223-7f87-5c99acc88e60-44f5b576 {
  grid-column: span 4 / span 4;
}

#w-node-_0cbc368d-0665-0fff-7829-9b9ade8c1272-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e66-44f5b576 {
  grid-column: span 2 / span 2;
}

#w-node-a259db0b-4c68-d223-7f87-5c99acc88e69-44f5b576 {
  grid-column: span 4 / span 4;
}

#w-node-a259db0b-4c68-d223-7f87-5c99acc88e6c-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e6f-44f5b576 {
  grid-column: span 3 / span 3;
}

#w-node-f37bb923-3d6d-811c-e562-538704872cfb-61d73811 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aa93-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aa95-1546d550 {
  justify-self: center;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aaa9-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aaaa-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aaae-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aaaf-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aab3-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aab4-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aab8-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aab9-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aabd-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aabe-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aac2-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aac3-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aacd-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aace-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aad2-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aad3-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aad7-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aad8-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aadc-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aadd-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aae1-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aae2-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aae6-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aae7-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aaf1-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aaf2-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aaf6-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aaf7-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aafb-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aafc-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab00-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab01-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab0a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab0b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab14-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab15-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab27-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab28-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab2c-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab2d-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab31-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab32-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab36-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab37-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab3b-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab3c-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab46-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab47-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab4b-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab4c-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab50-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab51-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab55-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab56-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab5a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab5b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab5f-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab60-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab6b-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab6c-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab70-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab71-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab75-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab76-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab7a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab7b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab7f-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab80-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab84-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab85-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab89-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab8a-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab8e-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab8f-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab93-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab94-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab9e-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ab9f-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aba3-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aba4-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aba8-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aba9-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633abb0-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633abb1-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633abf5-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac15-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac1d-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac1e-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac23-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac24-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac33-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac3f-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac49-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac4c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac4d-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac50-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac51-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac54-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac55-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac59-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac5c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac5d-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac60-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac61-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac64-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac6c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac6d-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac6e-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac70-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac73-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac74-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac75-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac79-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac7c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac7d-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac7e-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac82-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac86-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac87-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac8d-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac90-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac91-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac92-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac96-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac99-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ac9a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ac9b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aca1-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aca5-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aca6-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acaa-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acad-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acb2-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acb3-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acb4-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acb8-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acbb-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acbc-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acbd-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acc3-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acc6-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acc7-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acc8-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acce-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acd1-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acd2-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acd3-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acdb-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acde-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acdf-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ace0-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acec-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aced-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acee-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acf2-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acf7-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633acf8-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acf9-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633acff-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad04-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad05-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad06-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad0c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad11-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad12-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad13-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad1b-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad21-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad22-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad28-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad2d-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad2e-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad2f-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad33-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad36-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad37-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad38-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad3e-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad41-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad42-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad43-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad49-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad4c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad4d-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad4e-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad56-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad59-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad5a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad5b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad61-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad64-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad65-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad66-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad6e-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad72-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad73-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad79-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad81-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad82-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad83-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad84-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ad86-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad89-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad8d-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad8e-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad8f-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad98-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad99-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ad9a-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ada3-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ada4-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ada5-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ada6-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633adac-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633adad-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633adae-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633adaf-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633adb1-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633adb5-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633adb6-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633adb7-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633adb8-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633adba-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae26-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae2a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae2b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae2d-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae2f-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae30-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae32-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae34-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae35-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae37-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae39-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae3a-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae3c-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae3e-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae3f-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae41-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae43-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae44-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae46-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae48-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae49-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae4b-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae4c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae4e-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae4f-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae51-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae52-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae54-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae55-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae57-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae58-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae5a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae5b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae5d-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae63-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae67-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae68-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae6a-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633ae6c-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae6d-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae6f-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae71-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae72-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae74-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae76-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae77-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae79-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae7b-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae7c-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae7e-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae80-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae81-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae83-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae85-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae86-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae88-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae8a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae8b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae8d-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae8f-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae90-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae92-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae94-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae95-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae97-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae99-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae9a-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633ae9c-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aea1-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aea5-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aea7-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aeaa-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aeaf-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aeb4-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aeb9-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aebe-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aec5-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aec6-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aec8-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aec9-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aecb-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aecc-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aece-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aecf-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aed1-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aed2-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aed4-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aed5-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aed7-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aed8-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aeda-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aedb-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aedd-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aede-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aee0-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aee1-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aee3-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aee4-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aee6-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aee7-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aee9-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aeea-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aeec-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aeed-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aeef-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aef0-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aef2-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aef3-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aef5-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aef6-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aef8-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aef9-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aefb-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aefc-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633aefe-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633aeff-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af01-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af02-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af04-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af05-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af07-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af08-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af0a-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af0b-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af0d-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af0e-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af10-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af11-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af13-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af14-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af16-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af17-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af19-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af1a-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af1c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af1d-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af22-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af26-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af28-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af2b-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af30-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af35-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af3a-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af3f-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af46-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af47-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af49-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af4a-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af4c-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af4d-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af4f-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af50-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af52-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af53-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af55-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af56-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af58-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af59-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af5b-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af5c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af5e-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af5f-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af61-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af62-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af64-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af65-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af67-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af68-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af6a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af6b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af6d-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af6e-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af70-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af71-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af73-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af74-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af76-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af77-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af79-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af7a-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af7c-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af7d-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af7f-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af80-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af82-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af83-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af85-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af86-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af88-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af89-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af8b-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af8c-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af8e-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af8f-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af91-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af92-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af94-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af95-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af97-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af98-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af9a-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af9b-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633af9d-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633af9e-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afa3-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afa6-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afa7-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afa9-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afaa-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afac-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afad-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afaf-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afb0-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afb2-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afb3-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afb5-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afb6-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afb8-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afb9-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afbb-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afbc-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afbe-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afbf-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afc1-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afc2-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afc4-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afc5-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afc7-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afc8-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afca-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afcb-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afcd-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afce-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afd0-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afd1-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afd3-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afd4-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afd6-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afd7-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afd9-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afda-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afdc-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afdd-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afdf-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afe0-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afe2-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afe3-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633afe5-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633afe6-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633b0d8-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633b0dc-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0dd-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0e1-1546d550, #w-node-c96d97c3-cc27-0198-f7c0-1c577633b0e3-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0e4-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0e8-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0e9-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0ed-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0ee-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0f2-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0f3-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0f7-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0f8-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0fc-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b0fd-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b101-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b102-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b106-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b107-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b10b-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b10c-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b110-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b111-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b114-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b115-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b118-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b119-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b11d-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b11e-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b122-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b123-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b127-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b128-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b12c-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b12d-1546d550 {
  justify-self: start;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b131-1546d550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c96d97c3-cc27-0198-f7c0-1c577633b132-1546d550 {
  justify-self: start;
}

#w-node-afe2f441-206a-ce8b-810a-1db88e54be99-ec99c3e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-afe2f441-206a-ce8b-810a-1db88e54be9d-ec99c3e8 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-afe2f441-206a-ce8b-810a-1db88e54be9f-ec99c3e8 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_5fe13214-5d7d-f2ee-f606-12056769b4f6-ec99c3e8 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a85efd33-7978-d8b6-d916-cd6800715bee-ec99c3e8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a85efd33-7978-d8b6-d916-cd6800715bef-ec99c3e8 {
  grid-column: span 3 / span 3;
}

#w-node-_8ecf9037-bbf6-36c6-6a1e-023b5f21e4ca-ec99c3e8 {
  grid-column: span 2 / span 2;
}

#w-node-b3b10465-341c-357d-69d5-9bb558bce5ac-ec99c3e8 {
  grid-column: span 3 / span 3;
}

#w-node-_8f8dd866-9885-8354-dd07-b6cf02a6ff94-ec99c3e8 {
  grid-column: span 2 / span 2;
}

#w-node-_98cf3f9a-1acc-2028-315a-4853325baf8b-ec99c3e8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_98cf3f9a-1acc-2028-315a-4853325baf8c-ec99c3e8 {
  grid-column: span 3 / span 3;
}

#w-node-_98cf3f9a-1acc-2028-315a-4853325baf8e-ec99c3e8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_98cf3f9a-1acc-2028-315a-4853325baf96-ec99c3e8 {
  grid-column: span 2 / span 2;
}

#w-node-dfb86f20-8b0c-ce50-42b6-4e0892efaf92-ec99c3e8, #w-node-dfb86f20-8b0c-ce50-42b6-4e0892efafa5-ec99c3e8 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  display: grid;
}

#w-node-_8b3a12cd-be42-e070-62ed-5ff56a4b8175-e7d96b44 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_198629aa-e24f-2da3-d8fc-753688990b36-e7d96b44, #w-node-_149d91a1-b572-a983-c4d7-7741d42da88d-e7d96b44 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-b0dea2c5-ebb0-122b-e0cc-9d68b6139b7f-e7d96b44 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-e177209c-f634-6c8c-b245-faf224a14918-e7d96b44, #w-node-_246d0c31-9c6c-cb46-e16b-d88b72e92a4c-e7d96b44, #w-node-_07a05701-6813-582f-1255-de564dfc21b9-e7d96b44 {
  grid-column: span 2 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_154a0ce6-823f-7d43-f7ea-906bc09eecaf-44f5b576, #w-node-afe2f441-206a-ce8b-810a-1db88e54be9f-ec99c3e8 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1e9287c0-c611-3632-9aeb-402d66369db8-44f5b576 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-b60326ed-7ebb-b80f-df38-378e8ede7063-44f5b576 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_340f78b2-c8dd-4a90-9774-a20104b0a081-44f5b576 {
    grid-row: span 2 / span 2;
  }

  #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22326d-44f5b576 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22326e-44f5b576, #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad223271-44f5b576, #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad223274-44f5b576 {
    grid-row: span 2 / span 2;
  }

  #w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2cd7-44f5b576 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2cdd-44f5b576 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2ce7-44f5b576 {
    order: 9999;
    grid-row: span 1 / span 1;
  }

  #w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2cec-44f5b576 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381666-44f5b576 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381667-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e38166c-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381671-44f5b576 {
    grid-row: span 2 / span 2;
  }

  #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7636-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7639-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f763c-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f763f-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e60-44f5b576, #w-node-_0cbc368d-0665-0fff-7829-9b9ade8c1272-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e66-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e69-44f5b576 {
    grid-column: span 3 / span 3;
  }

  #w-node-afe2f441-206a-ce8b-810a-1db88e54be9d-ec99c3e8 {
    align-self: end;
  }

  #w-node-a85efd33-7978-d8b6-d916-cd6800715bee-ec99c3e8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 2fr;
    display: grid;
  }

  #w-node-a85efd33-7978-d8b6-d916-cd6800715bef-ec99c3e8, #w-node-_8ecf9037-bbf6-36c6-6a1e-023b5f21e4ca-ec99c3e8, #w-node-b3b10465-341c-357d-69d5-9bb558bce5ac-ec99c3e8, #w-node-_8f8dd866-9885-8354-dd07-b6cf02a6ff94-ec99c3e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_98cf3f9a-1acc-2028-315a-4853325baf8b-ec99c3e8 {
    display: grid;
  }

  #w-node-dfb86f20-8b0c-ce50-42b6-4e0892efaf92-ec99c3e8, #w-node-dfb86f20-8b0c-ce50-42b6-4e0892efafa5-ec99c3e8 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1e9287c0-c611-3632-9aeb-402d66369db8-44f5b576 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381666-44f5b576 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381667-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e38166c-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381671-44f5b576 {
    grid-row: span 2 / span 2;
  }

  #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7636-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7639-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f763c-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f763f-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7642-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7645-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e60-44f5b576, #w-node-_0cbc368d-0665-0fff-7829-9b9ade8c1272-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e66-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e69-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e6c-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e6f-44f5b576 {
    grid-column: span 6 / span 6;
  }

  #w-node-a85efd33-7978-d8b6-d916-cd6800715bee-ec99c3e8, #w-node-_98cf3f9a-1acc-2028-315a-4853325baf8b-ec99c3e8 {
    display: grid;
  }

  #w-node-dfb86f20-8b0c-ce50-42b6-4e0892efaf92-ec99c3e8, #w-node-dfb86f20-8b0c-ce50-42b6-4e0892efafa5-ec99c3e8 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d18e147-000e-ecb8-1170-c85af44d01b2-44f5b576 {
    grid-column-end: 3;
  }

  #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22326d-44f5b576 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22326e-44f5b576, #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad223271-44f5b576, #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad223274-44f5b576 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad223277-44f5b576, #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22327a-44f5b576, #w-node-_883c4dd3-2859-eb83-0ca4-6b26ad22327d-44f5b576, #w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2cd8-44f5b576, #w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2cdd-44f5b576, #w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2ce7-44f5b576, #w-node-_6ae343b8-e886-ee2c-d042-6eb00eee2cf1-44f5b576 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381666-44f5b576 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381667-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e38166c-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381671-44f5b576 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381676-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e38167b-44f5b576, #w-node-_0dc3e133-85a5-b72a-cb5a-31616e381680-44f5b576 {
    grid-column: span 2 / span 2;
  }

  #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7636-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7639-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f763c-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f763f-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7642-44f5b576, #w-node-_948ac6bd-7fd2-37fa-a089-1d9c8c5f7645-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e60-44f5b576, #w-node-_0cbc368d-0665-0fff-7829-9b9ade8c1272-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e66-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e69-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e6c-44f5b576, #w-node-a259db0b-4c68-d223-7f87-5c99acc88e6f-44f5b576 {
    grid-column: span 6 / span 6;
  }

  #w-node-afe2f441-206a-ce8b-810a-1db88e54be9d-ec99c3e8 {
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Adam';
  src: url('../fonts/Adam.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}