:root {
  --dark-blue: #08446a;
  --gold: #ba9765;
  --dark-green: #025e60;
  --dark-tan: #b97533;
}

.w-layout-hflex {
  flex-direction: row;
  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;
}

body {
  color: #333;
  font-family: moret, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: moret, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.ex {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.sf-logos {
  align-self: center;
  width: 110px;
}

.form-block {
  text-align: left;
  padding-top: 10px;
}

.h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: moret, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
}

.h2.all-caps {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
}

.h2.blue {
  -webkit-text-stroke-color: #fff;
}

.middle-section {
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.8rem;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 10px;
}

.reg-head {
  border-top: 1px solid var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
  width: 100%;
  color: var(--dark-blue);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  display: inline-block;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ab4594;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
}

.button-2:hover {
  background-color: #03a1b0;
  border-color: #6d6d6d;
  box-shadow: 0 12px 12px 5px #0000002e;
}

.button-2.fw {
  background-color: var(--gold);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.button-2.fw:hover {
  background-color: #216e93;
}

.field-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: column;
  display: flex;
}

.ber-logo {
  z-index: 2;
  width: 70px;
}

.hero-logo {
  width: 630px;
}

.section {
  flex-flow: column;
  display: flex;
}

.section.hero {
  flex: 1;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.checkfield-2 {
  text-align: left;
  text-transform: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  line-height: 16px;
}

.top-section {
  margin-top: 2rem;
}

.reg-panel {
  z-index: 9999;
  float: right;
  color: #000;
  text-align: left;
  object-fit: contain;
  background-color: #ffffffbf;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: 100%;
  padding: 10px 38px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: none;
}

.field-wrapper {
  flex: 1;
  width: 100%;
}

.footer {
  background-color: var(--gold);
  border-top: 10px #b99764;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.field-3 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 4px;
  height: 45px;
  font-family: apparat, sans-serif;
  font-size: 16px;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.page-wrap {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.hero-content {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 6rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.close {
  background-color: var(--gold);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 38px 40px auto auto;
}

.close:hover {
  background-color: #d42222;
}

.number {
  color: #fff;
  letter-spacing: 3px;
  align-self: center;
  font-family: apparat, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.paragraph {
  font-family: apparat, sans-serif;
  font-weight: 400;
}

.button {
  background-color: var(--gold);
  letter-spacing: 2px;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: moret, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 2;
}

.button:hover {
  background-color: #dfbd8e;
}

.check3 {
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: -24px;
}

.bluemont-logo {
  width: 290px;
}

.ber-wrapper {
  background-color: var(--dark-green);
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
}

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

.div-block-2 {
  transform: none;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.section-2 {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-2.lg {
  background-color: #f7f7f7;
}

.section-2.location-imgs {
  background-color: var(--dark-green);
}

.house-type-text {
  color: #000;
  margin-bottom: 2px;
  font-family: apparat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.key-text {
  flex: 1;
}

.typelink {
  text-decoration: none;
  transition: all .2s;
}

.typelink:hover {
  opacity: .78;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.brick {
  background-color: #dbbf44;
  width: 60px;
  height: 30px;
}

.brick.plaster {
  background-color: #cc5f4e;
}

.brick.pre5 {
  background-color: #c1445f;
}

.brick.pre4 {
  background-color: #5e6369;
}

.brick.pre3 {
  background-color: #525e84;
}

.key {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 20px;
}

.key.hide {
  display: none;
}

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

.round-loope {
  border: 1px solid #5e5e5e8c;
  border-radius: 50%;
  box-shadow: 0 2px 5px 5px #0003;
}

.circle {
  background-color: #666;
  border-radius: 50%;
  align-self: flex-start;
  width: 25px;
  height: 25px;
}

.circle.typef {
  color: #6981bd;
  background-color: #6981bd;
}

.circle.typeh1 {
  background-color: #ae72b0;
}

.circle.typeh2 {
  background-color: #e05990;
}

.circle.typeg {
  background-color: #4a2856;
}

.circle.typed {
  background-color: #57c3c1;
}

.circle.typec {
  background-color: #73a589;
}

.circle.purple {
  background-color: #7676d6;
}

.circle.sh {
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle.hazel {
  background-color: #dc5fe0;
}

.circle.foxglove {
  background-color: #b8def7;
}

.circle.hawthorn {
  background-color: #de176b;
}

.circle.light-purple {
  background-color: #a6a1cf;
}

.circle.yellow {
  background-color: #fbd16b;
}

.circle.light-orange {
  background-color: #eebd86;
}

.circle.orange {
  background-color: #f48020;
}

.circle.dark-green {
  background-color: #7aa84c;
}

.circle.typeb {
  background-color: #dbd566;
}

.circle.birch-1 {
  background-color: #fff5a1;
}

.circle.rowan {
  background-color: #f27826;
}

.circle.heron {
  background-color: #b2a89e;
}

.circle.kingfisher {
  background-color: #33b66e;
}

.circle.birch-2 {
  background-color: #8269ed;
}

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

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

.key-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #00212d;
  justify-content: center;
  align-items: center;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.section-header {
  color: #00446a;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 300;
  line-height: 56px;
}

.section-header.smaller {
  font-size: 46px;
  line-height: 50px;
}

.section-header.white {
  color: #fff;
}

.text-block {
  display: none;
}

.text-block-2 {
  color: #ba9765;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 28px;
  line-height: 32px;
}

.lightbox-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #39585b;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.container-3 {
  width: 98vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.plan-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 110px;
  padding-bottom: 110px;
  display: grid;
}

.key-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #00212d;
}

.text-block-3 {
  display: none;
}

.floor-text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: apparat, sans-serif;
  font-weight: 300;
}

.plan-grid-3-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
}

.spacer {
  height: 3rem;
}

.slider {
  height: 100%;
}

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

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

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

.fill-img.none {
  max-width: none;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: moret, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}

.h1.all-caps {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
}

.bg-img {
  z-index: 1;
  background-image: url('../images/istockphoto-1356825412-1024x1024.jpg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.bg-img.full-site {
  background-image: url('../images/istockphoto-1356825412-1024x1024.jpg');
  background-position: 0 0;
  background-size: auto;
}

.window-text {
  text-align: center;
  font-family: apparat, sans-serif;
  font-size: 14px;
}

.disclaimer {
  text-align: center;
  max-width: 60ch;
  margin-top: 20px;
  font-family: apparat, sans-serif;
  font-size: 14px;
}

.div-block-21 {
  margin-top: 50px;
}

.checkbox-label {
  font-family: apparat, sans-serif;
}

.prsa {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: apparat, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 1;
}

.div-block-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.sf-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  align-self: center;
  display: flex;
}

.div-block-24 {
  align-self: center;
}

.div-block-25 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.dark-blue-text {
  color: var(--dark-blue);
}

.div-block-26 {
  z-index: 2;
  padding-bottom: 25px;
  padding-left: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-img-flowers {
  z-index: 2;
  opacity: .38;
  mix-blend-mode: multiply;
  background-image: url('../images/hero-pattern.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg-img-flowers.full-site {
  background-image: url('../images/istockphoto-1356825412-1024x1024.jpg');
  background-position: 0 0;
  background-size: auto;
}

.spacer-big {
  height: 3rem;
}

@media screen and (min-width: 1920px) {
  .h2.all-caps {
    font-size: 36px;
  }

  .hero-logo {
    width: 710px;
  }

  .button {
    font-size: 22px;
  }

  .ber-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    max-width: 1200px;
    display: flex;
  }

  .footer-flex {
    flex: 1;
  }

  .h1.all-caps {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .sf-logos {
    align-self: center;
  }

  .ber-logo {
    flex: none;
    align-self: center;
    width: 100px;
    max-width: 40%;
  }

  .hero-logo {
    width: 700px;
  }

  .section.hero {
    background-size: contain;
  }

  .bluemont-logo {
    align-self: center;
  }

  .container.ber-cont {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    flex: none;
    display: flex;
  }

  .footer-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .house-type-text {
    font-size: 14px;
  }

  .key {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .key.hide {
    display: none;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
  }

  .key-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 15px;
  }

  .bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0%;
  }

  .div-block-21 {
    margin-top: 51px;
  }

  .div-block-22 {
    flex-flow: column;
    align-self: center;
  }

  .sf-wrapper, .div-block-24, .div-block-25 {
    align-self: center;
  }

  .bg-img-flowers {
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero-logo {
    width: 550px;
  }

  .reg-panel {
    width: 100%;
  }

  .button {
    font-size: 22px;
  }

  .key.hide {
    display: none;
  }

  .lightbox-link {
    padding: 0;
  }

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

@media screen and (max-width: 479px) {
  .sf-logos {
    align-self: center;
  }

  .reg-head {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .field-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .ber-logo {
    align-self: center;
    max-width: 50%;
  }

  .hero-logo {
    width: 320px;
  }

  .top-section {
    padding-left: 4px;
    padding-right: 4px;
  }

  .reg-panel {
    z-index: 9999;
    width: 100%;
    margin-top: 0;
    padding-left: 19px;
    padding-right: 19px;
    overflow: auto;
  }

  .field-wrapper {
    width: 100%;
  }

  .footer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .field-3 {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block {
    align-self: center;
  }

  .tolmac-logo {
    align-self: center;
    width: 100px;
  }

  .close {
    top: 28px;
    left: auto;
    right: 20px;
  }

  .number {
    font-family: apparat, sans-serif;
    font-weight: 300;
  }

  .container {
    align-self: center;
  }

  .house-type-text {
    font-size: 14px;
    line-height: 1.2;
  }

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

  .key.hide {
    display: block;
  }

  .key.hide-2 {
    display: none;
  }

  .div-block-18 {
    grid-template-columns: 1fr;
  }

  .key-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-header {
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .plan-grid, .plan-grid-3-column {
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    margin-top: 30px;
  }
}

#w-node-a2eb22ba-a229-7e07-e39b-47c916a553dc-39da9112, #w-node-dd6df646-c3e9-7bee-2434-15814263a408-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcbf12d8-b2bb-8c19-652b-c9e29bfe2008-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-eb44283c-d7b0-a29e-e399-29e22fdd936c-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2762fbe0-8d78-5058-9222-47cb97b5b3ac-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b8916038-8f9c-50c3-7968-ff0f46b57ef2-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ecaf6a9c-0500-ee36-ce1a-5e029cdb9e4f-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_43a59d4b-728d-ea5e-550f-8021dedef1e1-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee0f9a3e-ad75-e3ee-eab9-7fe728b11334-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-e1889c90-446d-5200-3cce-a53725489d25-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be2a6a9f-c016-7bc4-e6e6-72953e7ae7eb-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d77a9b22-8e28-1899-3dd7-6702f6a92aa3-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1731cb72-de72-dd03-8c21-caf900181d98-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_522e9562-51fa-06f6-7181-25452d7ae61d-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_406eda7e-339f-aa8c-2ff6-48f33ecb52fb-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_1300c3f4-9cc7-325d-76d7-cf51f3bd72e1-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb8d03dd-497f-e417-1ed2-6fe7f8b5b334-39da9112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a2eb22ba-a229-7e07-e39b-47c916a553dc-39da9112 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2eb22ba-a229-7e07-e39b-47c916a553df-39da9112, #w-node-a2eb22ba-a229-7e07-e39b-47c916a553e9-39da9112, #w-node-a2eb22ba-a229-7e07-e39b-47c916a553f3-39da9112, #w-node-a2eb22ba-a229-7e07-e39b-47c916a553fd-39da9112, #w-node-_19825b13-ef89-b982-3f9a-01814488d012-39da9112, #w-node-_19825b13-ef89-b982-3f9a-01814488d021-39da9112, #w-node-_19825b13-ef89-b982-3f9a-01814488d030-39da9112, #w-node-a2eb22ba-a229-7e07-e39b-47c916a55411-39da9112, #w-node-_6966204e-fd3a-696a-7a84-762d29f421ab-39da9112, #w-node-_6323a269-f356-392e-03d2-74cdd2222021-39da9112 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a2eb22ba-a229-7e07-e39b-47c916a553db-39da9112, #w-node-a2eb22ba-a229-7e07-e39b-47c916a553dc-39da9112 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd6df646-c3e9-7bee-2434-15814263a408-39da9112, #w-node-bcbf12d8-b2bb-8c19-652b-c9e29bfe2008-39da9112, #w-node-eb44283c-d7b0-a29e-e399-29e22fdd936c-39da9112, #w-node-_2762fbe0-8d78-5058-9222-47cb97b5b3ac-39da9112, #w-node-b8916038-8f9c-50c3-7968-ff0f46b57ef2-39da9112, #w-node-ecaf6a9c-0500-ee36-ce1a-5e029cdb9e4f-39da9112, #w-node-_43a59d4b-728d-ea5e-550f-8021dedef1e1-39da9112, #w-node-ee0f9a3e-ad75-e3ee-eab9-7fe728b11334-39da9112, #w-node-e1889c90-446d-5200-3cce-a53725489d25-39da9112, #w-node-be2a6a9f-c016-7bc4-e6e6-72953e7ae7eb-39da9112, #w-node-d77a9b22-8e28-1899-3dd7-6702f6a92aa3-39da9112, #w-node-_1731cb72-de72-dd03-8c21-caf900181d98-39da9112, #w-node-_522e9562-51fa-06f6-7181-25452d7ae61d-39da9112, #w-node-_406eda7e-339f-aa8c-2ff6-48f33ecb52fb-39da9112, #w-node-_1300c3f4-9cc7-325d-76d7-cf51f3bd72e1-39da9112, #w-node-cb8d03dd-497f-e417-1ed2-6fe7f8b5b334-39da9112 {
    grid-column: span 1 / span 1;
  }
}


