:root {
  --midnight-blue: #111c4e;
  --dark-slate-blue-2: #103a5d;
  --white: white;
  --dark-slate-blue: #00446a;
  --dark-slate-grey: #0a4855;
  --red: #de141b;
  --dark-slate-grey-2: #003648;
  --orange: #e9a246;
  --gainsboro: #e6e6ea;
  --black: black;
  --light-sea-green: #009f93;
}

.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-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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  font-size: 35px;
  font-weight: 400;
  line-height: 52px;
}

h2 {
  color: var(--midnight-blue);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Canela, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h4 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 13px;
  font-family: Canela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
}

li {
  margin-bottom: 4px;
}

label {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.wrap {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.mid {
  background-color: #001d35;
  border-top: 2px solid #ba9765;
  border-bottom: 2px solid #ba9765;
  padding: 34px 15px;
}

.footer {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding: 35px 15px;
  display: flex;
}

.logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.logo.mini {
  width: 400px;
}

.left {
  padding: 10px;
}

.center {
  flex: 1;
}

.right {
  padding: 10px;
}

.reg-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.ber {
  width: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 105px;
}

.link {
  display: block;
}

.rich-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.input {
  border: 1px #000;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 10px;
}

.input.area {
  height: 80px;
}

.input.area.hide {
  display: none;
}

.close {
  color: #fff;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 5px;
  right: 5px;
}

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

.submit {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 12px;
  transition: background-color .2s;
  display: block;
}

.submit:hover {
  background-color: #ba9765;
}

.reg-panel {
  z-index: 2;
  float: right;
  color: var(--midnight-blue);
  text-align: center;
  object-fit: contain;
  background-color: #ffffffe8;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: 100%;
  padding: 25px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

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

.reg-head {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  font-family: Silka webfont;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.select {
  height: 40px;
  margin-bottom: 10px;
}

.form {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
  overflow: auto;
}

.register {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ba9765;
  border-bottom-left-radius: 5px;
  width: auto;
  padding: 12px 15px 10px;
  transition: all .2s;
  position: fixed;
  top: 0;
  right: 0;
}

.register:hover {
  background-color: #947549;
}

.vid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-image: none;
}

.hero {
  color: var(--dark-slate-blue-2);
  background-color: #fff;
  background-image: url('../images/lakeview-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.logos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 22px;
  display: flex;
}

.sep {
  width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading {
  color: #b99663;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}

.patterns {
  background-image: url('../images/pattern.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 427px;
  background-attachment: fixed;
  border-bottom: 2px solid #22ae75;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 160px;
  display: flex;
}

.patterns.topborder {
  border-top: 2px solid #22ae75;
  border-bottom-style: none;
  flex: 0 auto;
}

.patterns.footer-boot {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.flynn {
  width: 200px;
}

.newber {
  width: 80px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
}

.tel {
  color: var(--white);
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.tel:hover {
  color: #22ae75;
}

.button {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 51px;
  margin-bottom: 20px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  position: relative;
}

.button:hover {
  background-color: #001520;
  border-color: #6d6d6d;
}

.button.fw {
  background-color: var(--midnight-blue);
  color: var(--white);
  width: 100%;
  margin-top: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.rev {
  background-color: #0000;
  display: none;
}

.button.rev:hover {
  background-color: #22ae75;
}

.button.gap-top {
  margin-top: 30px;
}

.form-2 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
}

.field {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 10px;
}

.field.textarea {
  height: 75px;
}

.checkfield {
  text-transform: none;
  padding-left: 25px;
}

.check {
  border-width: 2px;
  border-color: var(--dark-slate-blue);
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -25px;
}

.check.w--redirected-checked {
  background-color: #bd9855;
  border-width: 2px;
  border-color: #000;
}

.submit-2 {
  color: #414042;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b99663;
  width: 100%;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: background-color .2s;
  display: block;
}

.submit-2:hover {
  background-color: #ba9765;
}

.textlink {
  color: #22ae74;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  text-align: left;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: var(--dark-slate-grey);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  color: #414042;
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-slate-grey-2);
  color: var(--dark-slate-grey-2);
  background-color: #fff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: var(--red);
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--dark-slate-grey-2);
  color: var(--dark-slate-grey-2);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  text-align: left;
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #585858;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #111c4ee3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #f5f5f5;
  font-weight: 400;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.spacer {
  flex: 1;
}

.mid-wrap {
  background-image: linear-gradient(#fff0 58%, #ffffff82);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 71px 20px 40px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.gap {
  width: 10px;
  display: none;
}

.section {
  background-color: var(--white);
  color: #858585;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section.grey {
  background-color: #103a5d12;
  font-size: 16px;
}

.section.pattern {
  background-image: url('../images/leaves.svg');
  background-position: -80px -50px;
  background-repeat: no-repeat;
  background-size: 800px;
}

.section.pattern.bottom {
  background-position: 0 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.head {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.intro-wrapper {
  text-align: center;
  border-top: 1px solid #325447;
  border-bottom: 1px solid #325447;
  max-width: 600px;
  margin: 35px auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.gold {
  color: #b99663;
  font-style: italic;
}

.intro-tree {
  width: 150px;
  margin: 50px auto;
  display: block;
}

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

.frame {
  border: 1px solid #325447;
  padding: 14px;
}

.text-frame {
  border-top: 1px solid #325447;
  border-bottom: 1px solid #325447;
  display: flex;
}

.div-block-3 {
  border-left: 1px solid #325447;
  flex: 1;
  padding: 30px 20px;
}

.spacer-30 {
  width: 30%;
}

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

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

.norm {
  position: relative;
}

.half-text {
  width: 50%;
  padding: 30px 10px;
}

.heading-2 {
  color: #b99663;
  margin-top: 0;
  font-weight: 400;
}

.spacer-50 {
  width: 50%;
}

.overlay-text {
  color: #fff;
  text-align: center;
  padding: 54px 22px;
  font-size: 32px;
  line-height: 38px;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #325447;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-4 {
  border-bottom: 1px solid #325447;
  padding: 30px;
}

.div-block-5 {
  color: var(--white);
  text-align: center;
  background-color: #325447;
  border-bottom: 1px solid #325447;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.subhead {
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.spec-col {
  width: 100%;
  max-width: 33%;
  padding: 0 25px 0 0;
}

.spec-col.end {
  border-right-style: none;
}

.heading-3 {
  color: #b99663;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #b99663;
  margin-top: 17px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.navbar {
  z-index: 1;
  background-color: var(--dark-slate-blue-2);
  font-weight: 400;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover {
  color: #b99663;
}

.nav-link.w--current {
  color: #ba9765;
}

.nav-menu {
  width: 100%;
}

.site-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.key {
  border-right: 1px solid #325447;
  width: 25%;
}

.site-item {
  border-bottom: 1px solid #325447;
  display: flex;
}

.color-container {
  border-right: 1px solid #325447;
  padding: 10px;
}

.col-button {
  background-color: #22ae75;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.col-button.hawthorn {
  background-color: #b99663;
}

.col-button.willow {
  background-color: #ed1c24;
}

.col-button.ash {
  background-color: #00aeef;
}

.col-button._2-bed-apts {
  background-color: #ec008c;
}

.col-button._1-bed-apts {
  background-color: #f49ac1;
}

.col-button.duplex {
  background-color: #92278f;
}

.div-block-6 {
  padding: 10px;
}

.name {
  font-size: 16px;
  font-weight: 700;
}

.plan-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-7 {
  background-color: #fff;
  border: 1px solid #325447;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  border-bottom: 1px solid #325447;
  width: 100%;
  padding: 18px;
}

.text-block {
  border-bottom: 1px solid #325447;
  width: 100%;
  padding: 15px;
  font-size: 20px;
}

.text-block-2 {
  width: 100%;
  padding: 10px 15px;
}

.div-block-9 {
  grid-column-gap: 10px;
  border: 1px solid #325447;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.plan {
  color: #325447;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 50%;
  padding: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.disc {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.agents {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 300px;
  display: block;
}

.agent {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.agent.connan {
  width: 160px;
}

.psra {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.reg-para {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.priv-link {
  color: var(--orange);
}

.newtown {
  background-image: url('../images/newtown-trees.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  mix-blend-mode: multiply;
  background-image: radial-gradient(circle, #0000, #000000c4);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.launch {
  letter-spacing: 14px;
  text-transform: uppercase;
}

.text-block-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.sfnh {
  width: 120px;
}

.comingsoon {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.page-wrap {
  color: #103a5d;
  font-family: brandon-grotesque, sans-serif;
}

.gradient-overlay {
  mix-blend-mode: multiply;
  background-image: linear-gradient(#191e41e3, #191e41e3);
  position: absolute;
  inset: 0%;
}

.paragraph {
  max-width: 35ch;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.lake {
  width: 600px;
  margin-bottom: 20px;
}

.button-wrapper {
  width: 100%;
  max-width: 400px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.waves {
  width: 200px;
  position: absolute;
  inset: 25% auto auto 0%;
}

.div-block-10 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 14px;
  display: flex;
}

.link-2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  text-decoration: none;
}

.link-2:hover {
  color: #ffffffad;
}

.paragraph-2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.navlink {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
}

.navlink:hover {
  color: #57d6fc;
}

.navlink.w--current {
  color: #5da3b8;
}

.navlink.reg {
  color: var(--dark-slate-blue-2);
  background-color: #9ae8ff;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navlink.reg:hover {
  background-color: #fff;
}

.map {
  background-color: #ccc;
  width: 100%;
  height: 350px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.timing-box {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  display: flex;
}

.timing-box.red {
  background-color: var(--red);
}

.timing-box.grey {
  background-color: var(--gainsboro);
  color: var(--midnight-blue);
}

.second-heading {
  color: var(--dark-slate-blue-2);
  margin-bottom: 25px;
  font-family: "Brilon 11", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

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

.mont.red {
  color: var(--red);
}

.time {
  font-family: Canela, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.minutes {
  font-family: Canela, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.minutes.red {
  color: var(--red);
}

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

.area {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

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

.area.red {
  color: var(--red);
}

.brand {
  width: 60px;
  padding: 5px;
}

.menu {
  width: 100%;
}

.caps {
  text-transform: none;
  margin-bottom: 50px;
  margin-left: 20px;
  font-family: "Brilon 11", sans-serif;
}

.location-pics {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.spec-warpper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.site-key {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  padding: 0;
  display: flex;
}

.spec-head {
  color: #5da3b8;
  text-transform: uppercase;
  margin-top: 17px;
  font-family: Editor, sans-serif;
}

.key-item {
  border-bottom: 1px solid var(--gainsboro);
  align-items: center;
  width: 49%;
  margin-right: 1%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

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

.circle {
  background-color: var(--midnight-blue);
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.circle.typea {
  background-color: #672f6f;
}

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

.circle.typec {
  background-color: #430e09;
}

.circle.typed {
  background-color: #619ea0;
}

.circle.typee {
  background-color: #01585f;
}

.circle.typef1 {
  background-color: #eebe82;
}

.circle.typeg {
  background-color: #c4cf7c;
}

.circle.typeh {
  background-color: #59214d;
}

.circle.typej {
  background-color: #704d37;
}

.circle.typek {
  background-color: #cf5c5c;
}

.circle.typel {
  background-color: #cf8ad3;
}

.circle.typem {
  background-color: #18365f;
}

.circle.typef {
  background-color: #efef81;
}

.circle.typeq {
  background-color: #0f4c83;
}

.circle.typer {
  background-color: #d391aa;
}

.text-block-4 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  flex: 1;
  margin-right: 5px;
  font-weight: 700;
}

.text-block-5 {
  margin-right: 10px;
}

.text-block-6 {
  color: #919191;
}

.paragraph-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

.text {
  width: 100%;
  max-width: 50%;
  padding-left: 40px;
  padding-right: 20px;
}

.side-image {
  width: 50%;
}

.hse-type {
  color: var(--dark-slate-blue-2);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Canela, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

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

.hse-size {
  color: #696969;
  text-transform: uppercase;
}

.house-plan {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.plan-box {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  padding: 18px;
  text-decoration: none;
}

.text-span-2 {
  font-family: Canela, sans-serif;
}

.footer-2 {
  float: none;
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  font-weight: 300;
  position: relative;
}

.max-wrap {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.logocol {
  text-align: center;
}

.footerlogo {
  max-width: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-3 {
  color: #fff;
}

.telephone {
  color: #fff;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.cols {
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.disclaimer {
  color: #ffffff57;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.half {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.small {
  color: #bebebe;
  font-size: 12px;
}

.gallery {
  background-color: var(--midnight-blue);
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

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

.allcaps {
  border-top: 1px solid var(--dark-slate-blue-2);
  border-bottom: 1px solid var(--dark-slate-blue-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 400;
}

.bran {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 104px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 28px;
  line-height: 20px;
}

.bran.left-align {
  margin-left: 37px;
}

.bran.reduce {
  margin-left: 143px;
  font-size: 20px;
}

.grow {
  font-size: 100px;
  line-height: 80px;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.text-block-7 {
  flex: none;
}

.numcirc {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.quick-stack {
  border-bottom: 1px solid #d8d8d8;
  margin-top: 50px;
  padding-bottom: 50px;
}

.flrtxt {
  margin-top: 20px;
}

.flex-block-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: space-between;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}

.site {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .ber {
    margin-left: 72px;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container.fornav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-frame {
    flex-direction: column;
  }

  .spec-col {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    border-bottom: 1px solid #ba9765;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: #203e33;
  }

  .key {
    border-bottom: 1px solid #325447;
    border-right-style: none;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #ba9765;
  }

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

  .site-key {
    flex-direction: column;
  }

  .key-item {
    width: 100%;
    margin-right: 0%;
  }

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

  .telephone {
    float: none;
    margin-top: 10px;
  }

  .main-stack {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .footer {
    flex-direction: column;
  }

  .center {
    order: -1;
  }

  .ber {
    margin-left: 0;
  }

  .reg-panel {
    width: 100%;
  }

  .sep {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 38px;
    line-height: 38px;
  }

  .patterns {
    min-height: 60px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .flynn, .newber, .div-block, .call {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .container.fornav {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    border-top: 1px solid #325447;
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .half-text {
    width: 100%;
  }

  .overlay-text {
    padding: 13px;
    font-size: 24px;
    line-height: 32px;
  }

  .spec-col {
    max-width: none;
    padding-right: 0;
  }

  .agent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves {
    width: 140px;
  }

  .navlink {
    text-align: center;
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #5ea3b8;
  }

  .menu {
    background-color: var(--dark-slate-blue-2);
    text-align: center;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .caps {
    margin-left: 0;
  }

  .location-pics {
    grid-template-columns: 1fr 1fr;
  }

  .spec-warpper, .key-item, .flex {
    flex-direction: column;
  }

  .text {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .side-image {
    width: 100%;
  }

  .telephone {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cols {
    text-align: center;
    display: block;
  }

  .disclaimer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .half {
    flex-direction: row;
    width: 100%;
  }

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

  .bran.reduce {
    font-size: 16px;
  }

  .quick-stack {
    padding: 0;
  }

  .main-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .submit {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .reg-panel {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    transform: translate(100%);
  }

  .logos {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sep {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 32px;
    line-height: 32px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .flynn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newber {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .button {
    border-radius: 1px;
  }

  .submit-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .mid-wrap {
    padding-top: 127px;
  }

  .div-block-3 {
    border-top-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .overlay-text {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-4 {
    padding: 15px;
  }

  .div-block-5 {
    padding: 10px;
  }

  .subhead {
    font-size: 20px;
  }

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

  .div-block-9 {
    flex-direction: column;
    padding: 9px;
  }

  .plan {
    max-width: 100%;
  }

  .agents, .agent {
    flex-direction: column;
    align-items: center;
  }

  .launch {
    letter-spacing: 6px;
    font-size: 24px;
  }

  .waves {
    top: 80px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

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

  .timing-box {
    padding: 20px;
  }

  .second-heading {
    font-size: 40px;
    line-height: 42px;
  }

  .area {
    font-size: 16px;
  }

  .site-key {
    flex-direction: row;
  }

  .key-item {
    text-align: center;
    width: 50%;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .hse-type {
    margin-top: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .house-plan {
    grid-template-columns: 1fr 1fr;
  }

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

  .logocol {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .telephone {
    margin-top: 8px;
    font-size: 24px;
    line-height: 28px;
  }

  .footer-flex {
    flex-direction: column;
  }

  .half {
    flex-direction: column;
    max-width: 100%;
  }

  .logo-flex {
    flex-direction: column;
  }

  .bran {
    margin-left: 59px;
    font-size: 16px;
  }

  .bran.left-align {
    margin-left: 24px;
  }

  .bran.reduce {
    margin-left: 0;
    line-height: 50px;
  }

  .grow {
    font-size: 60px;
    line-height: 60px;
  }
}

#w-node-_1794c093-a55d-b76a-4ec4-73f4db8f7fdf-1f734b21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1794c093-a55d-b76a-4ec4-73f4db8f7fe0-1f734b21 {
  grid-column: span 2 / span 2;
}

#w-node-_8eff312e-b90a-dbb5-9cab-a8ea53f7e4a2-1f734b21 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .5fr 1fr 1fr;
}

#w-node-_8eff312e-b90a-dbb5-9cab-a8ea53f7e4a3-1f734b21 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-a4f72ea2-fd29-d8b7-e2e4-d592ccd20f04-1f734b21 {
  grid-column: span 2 / span 2;
}

#w-node-_49358b11-9d8f-9026-7a15-eb7bf13231ac-1f734b21 {
  grid-row: span 2 / span 2;
}

#w-node-eeaf20f9-a432-fd7b-6a00-bf749f2d1457-1f734b21 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-f26fb841-5602-249b-f216-b406a399dfca-1f734b21 {
  grid-row: span 2 / span 2;
}

#w-node-_900d4186-a154-cdc2-795d-a0ecf8f83af1-1f734b21 {
  grid-column: span 2 / span 2;
}

#w-node-b46b9a17-c40f-c639-30da-62060f2e0bd3-1f734b21, #w-node-_19ac9154-95e5-9dfe-49a7-f0df2b340f74-1f734b21 {
  grid-column: span 4 / span 4;
}

#w-node-_0a021b79-dc53-4872-a996-188d2855064d-1f734b21, #w-node-_582040ca-9b3c-f75f-df54-435cd31b748c-1f734b21 {
  grid-column: span 2 / span 2;
}

#w-node-_2b0e1052-33cf-e494-09cb-0cd79929a5d9-1f734b21, #w-node-_61fc8777-3d3c-7daf-cf22-9537c803c7f8-1f734b21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34748a3d-aaf5-0607-c95b-1d27e3d9787b-1f734b21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-c9d5c19b-b9aa-f514-810f-997c6b81f883-1f734b21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d8dac919-b2b1-e568-94db-c55c26fd538b-1f734b21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55f714b2-f349-68f3-6e7d-fcaf6605375e-1f734b21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-afb310b5-60ba-8317-779d-4ee607714fc9-1f734b21, #w-node-_8081a535-6bcd-d901-d865-eef891bbec1b-1f734b21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.5fr;
}

#w-node-_87b2edf3-1ce1-a10f-dd2a-d2de718173a8-1f734b21, #w-node-_138e8cc9-8028-9c0d-ebc5-aeadadff2490-1f734b21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a5711f62-b4a9-e419-6e5f-5d9380d9e01f-1f734b21, #w-node-d96ba3b3-0947-e086-f2ad-cd30167518ba-1f734b21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.5fr;
}

#w-node-b8785b27-a740-94b7-c732-ea7e4d3f3e5e-1f734b21 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b8785b27-a740-94b7-c732-ea7e4d3f3e61-1f734b21, #w-node-b175056e-2def-614d-a5d9-38e0aea19f31-1f734b21 {
  grid-column: span 2 / span 2;
}

#w-node-e7500679-2244-80fb-607c-0e0aea85cae7-0c260841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c6bafdd-587b-c3ea-c6b8-6f39e42a7f8c-0c260841 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63cd9be1-85df-a4f3-22b9-7f8be00756c5-0c260841, #w-node-_0d16667b-3f01-142f-728b-0ce5f0fc169e-0c260841, #w-node-_188c20e8-41c7-bb3e-73a1-58f874bed6c3-0c260841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72642e6f-dc18-ed64-d62c-44e00ed1424a-0c260841 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4f200768-1298-b121-f872-1d711deeb579-0c260841 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3f819eba-83d2-3d51-77fe-71c0731b0411-0c260841 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60ef8568-4807-17b9-1c9c-77d096e3736f-0c260841, #w-node-ed8b6cd5-7056-25c0-3383-be274594acb0-0c260841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a1340a4-82f2-4fbe-be06-ba7d279ce57d-0c260841 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa534c59-5981-365f-8b04-20fe3c50f27a-0c260841 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_18a2f5e8-19b5-b151-6f11-208ffbacbf64-0c260841 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a4e7d3c-6cc0-c68f-7fb3-69b9cc4633dd-0c260841, #w-node-b61598c8-628e-70cf-9a0a-28e27129cda0-0c260841, #w-node-be604527-fe0a-05b3-22d1-6ef5d3bd1bfe-0c260841, #w-node-_727c9617-314d-2adc-61bf-e32be03c5b8f-0c260841, #w-node-_6a1969d4-6ac8-891c-af56-0be678e27773-0c260841, #w-node-bd8131e5-06a9-9564-04a0-cb43b62aa400-0c260841, #w-node-_2b0e1052-33cf-e494-09cb-0cd79929a5d9-0c260841, #w-node-_61fc8777-3d3c-7daf-cf22-9537c803c7f8-0c260841, #w-node-_05b8348f-504c-372b-d4fc-b0235eaf433e-0c260841, #w-node-_05b8348f-504c-372b-d4fc-b0235eaf4347-0c260841, #w-node-_05b8348f-504c-372b-d4fc-b0235eaf434d-0c260841, #w-node-_3e90f932-1d25-929e-abc5-7757ae0583da-0c260841, #w-node-_3e90f932-1d25-929e-abc5-7757ae0583e3-0c260841, #w-node-_3e90f932-1d25-929e-abc5-7757ae0583e9-0c260841, #w-node-_0e4c69c2-dc1c-c4ea-47da-5b02a4298c92-0c260841, #w-node-_0e4c69c2-dc1c-c4ea-47da-5b02a4298c9b-0c260841, #w-node-_0e4c69c2-dc1c-c4ea-47da-5b02a4298ca1-0c260841, #w-node-_224eec8f-110f-e6ec-c6a4-a1d318f8d5e5-0c260841, #w-node-_224eec8f-110f-e6ec-c6a4-a1d318f8d5ee-0c260841, #w-node-_224eec8f-110f-e6ec-c6a4-a1d318f8d5f4-0c260841, #w-node-_7f8911ec-07f6-8ed7-a876-081a894b9cf1-0c260841, #w-node-_7f8911ec-07f6-8ed7-a876-081a894b9cfa-0c260841, #w-node-_7f8911ec-07f6-8ed7-a876-081a894b9d00-0c260841, #w-node-_6a643ef7-0ddf-a9ec-04f5-adf66f8ac4a2-0c260841, #w-node-_6a643ef7-0ddf-a9ec-04f5-adf66f8ac4ab-0c260841, #w-node-_6a643ef7-0ddf-a9ec-04f5-adf66f8ac4b1-0c260841, #w-node-_5477b624-7043-4714-6f7e-25b3442590f4-0c260841, #w-node-_5477b624-7043-4714-6f7e-25b3442590fd-0c260841, #w-node-_5477b624-7043-4714-6f7e-25b344259103-0c260841, #w-node-e19804b7-1212-7d7b-c466-486e34c6c276-0c260841, #w-node-e19804b7-1212-7d7b-c466-486e34c6c27f-0c260841, #w-node-e19804b7-1212-7d7b-c466-486e34c6c285-0c260841, #w-node-e0960d4f-98b6-9489-a06a-8120bf7d8c0c-0c260841, #w-node-e0960d4f-98b6-9489-a06a-8120bf7d8c15-0c260841, #w-node-e0960d4f-98b6-9489-a06a-8120bf7d8c1b-0c260841, #w-node-eef7d1a5-56df-b989-c4a5-65aefd0dbf15-0c260841, #w-node-_46176554-f747-4d05-a8bb-57bcaaa082d9-0c260841, #w-node-_278e40ad-f788-4085-2be8-55a0029fd9ce-0c260841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8eff312e-b90a-dbb5-9cab-a8ea53f7e4a2-1f734b21 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_8eff312e-b90a-dbb5-9cab-a8ea53f7e4a3-1f734b21 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-a4f72ea2-fd29-d8b7-e2e4-d592ccd20f04-1f734b21 {
    grid-column: span 2 / span 2;
  }

  #w-node-_49358b11-9d8f-9026-7a15-eb7bf13231ac-1f734b21 {
    grid-row: span 2 / span 2;
  }

  #w-node-eeaf20f9-a432-fd7b-6a00-bf749f2d1457-1f734b21 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f26fb841-5602-249b-f216-b406a399dfca-1f734b21 {
    grid-row: span 2 / span 2;
  }

  #w-node-_900d4186-a154-cdc2-795d-a0ecf8f83af1-1f734b21, #w-node-b46b9a17-c40f-c639-30da-62060f2e0bd3-1f734b21, #w-node-_19ac9154-95e5-9dfe-49a7-f0df2b340f74-1f734b21, #w-node-_0a021b79-dc53-4872-a996-188d2855064d-1f734b21, #w-node-_582040ca-9b3c-f75f-df54-435cd31b748c-1f734b21 {
    grid-column: span 2 / span 2;
  }

  #w-node-_34748a3d-aaf5-0607-c95b-1d27e3d9787b-1f734b21, #w-node-c9d5c19b-b9aa-f514-810f-997c6b81f883-1f734b21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d8dac919-b2b1-e568-94db-c55c26fd538b-1f734b21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d8dac919-b2b1-e568-94db-c55c26fd538c-1f734b21 {
    grid-column: span 2 / span 2;
  }

  #w-node-_55f714b2-f349-68f3-6e7d-fcaf6605375e-1f734b21, #w-node-afb310b5-60ba-8317-779d-4ee607714fc9-1f734b21, #w-node-_8081a535-6bcd-d901-d865-eef891bbec1b-1f734b21, #w-node-_87b2edf3-1ce1-a10f-dd2a-d2de718173a8-1f734b21, #w-node-_138e8cc9-8028-9c0d-ebc5-aeadadff2490-1f734b21, #w-node-a5711f62-b4a9-e419-6e5f-5d9380d9e01f-1f734b21, #w-node-d96ba3b3-0947-e086-f2ad-cd30167518ba-1f734b21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3c6bafdd-587b-c3ea-c6b8-6f39e42a7f8c-0c260841 {
    grid-column: span 1 / span 1;
  }

  #w-node-_188c20e8-41c7-bb3e-73a1-58f874bed6c3-0c260841, #w-node-_72642e6f-dc18-ed64-d62c-44e00ed1424a-0c260841 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4f200768-1298-b121-f872-1d711deeb579-0c260841 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a1340a4-82f2-4fbe-be06-ba7d279ce57d-0c260841, #w-node-_18a2f5e8-19b5-b151-6f11-208ffbacbf64-0c260841 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f26fb841-5602-249b-f216-b406a399dfca-1f734b21, #w-node-_1d2d6bb5-c0c0-7078-ad5a-bd8321272160-1f734b21, #w-node-_1b379fa2-0b44-1ed9-7231-29fad1a5c2ab-1f734b21 {
    grid-column: span 2 / span 2;
  }

  #w-node-b8785b27-a740-94b7-c732-ea7e4d3f3e5e-1f734b21 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b8785b27-a740-94b7-c732-ea7e4d3f3e61-1f734b21, #w-node-b175056e-2def-614d-a5d9-38e0aea19f31-1f734b21 {
    grid-column: span 1 / span 1;
  }

  #w-node-_05b8348f-504c-372b-d4fc-b0235eaf433e-0c260841, #w-node-_3e90f932-1d25-929e-abc5-7757ae0583da-0c260841, #w-node-_0e4c69c2-dc1c-c4ea-47da-5b02a4298c92-0c260841, #w-node-_224eec8f-110f-e6ec-c6a4-a1d318f8d5e5-0c260841, #w-node-_7f8911ec-07f6-8ed7-a876-081a894b9cf1-0c260841, #w-node-_6a643ef7-0ddf-a9ec-04f5-adf66f8ac4a2-0c260841, #w-node-_5477b624-7043-4714-6f7e-25b3442590f4-0c260841, #w-node-e19804b7-1212-7d7b-c466-486e34c6c276-0c260841, #w-node-e0960d4f-98b6-9489-a06a-8120bf7d8c0c-0c260841, #w-node-eef7d1a5-56df-b989-c4a5-65aefd0dbf15-0c260841 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Canela';
  src: url('../fonts/canela-regular-webfont.woff2') format('woff2'), url('../fonts/canela-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editor';
  src: url('../fonts/editor_bold-webfont.woff2') format('woff2'), url('../fonts/editor_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editor';
  src: url('../fonts/editor_medium-webfont.woff2') format('woff2'), url('../fonts/editor_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editor';
  src: url('../fonts/editor_regular-webfont.woff2') format('woff2'), url('../fonts/editor_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brilon 11';
  src: url('../fonts/brilon-11-regular-webfont.woff2') format('woff2'), url('../fonts/brilon-11-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}