:root {
  --white-smoke: whitesmoke;
  --black: #0b0d0f;
  --dark-orange: #f6841e;
  --white: white;
  --medium-slate-blue: #745ad7;
  --light-steel-blue: #dacdff;
  --dim-grey: #535353;
  --white-smoke-2: #e9e9e9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

body {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  line-height: 1.5;
}

a {
  color: var(--dark-orange);
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.125rem;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  line-height: 1.4;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.listing {
  flex-direction: column;
  flex: 1;
  padding-top: 0;
  display: block;
  position: relative;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.navigation {
  background-color: var(--white);
  border-bottom: 1px solid #0b0d0f1f;
  align-items: center;
  height: 4.5rem;
  display: flex;
  box-shadow: 0 4px 8px #0000000a;
}

.navigation-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  display: flex;
}

.navigation-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
  border-radius: .375rem;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-button:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--light-steel-blue);
}

.button-arrow {
  max-width: 1rem;
  margin-top: .25rem;
}

.logo {
  grid-column-gap: .25rem;
  color: var(--black);
  cursor: default;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.logo-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

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

.gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.title-wrapper {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.title-wrapper.safdvx {
  margin-top: 0;
}

.title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.description-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.neighbourhood-wrapper {
  margin-bottom: 3rem;
  font-weight: 500;
  text-decoration: none;
}

.gallery-wrapper-large {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.gallery-wrapper-middle {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  height: 100%;
  padding-left: .5rem;
  display: flex;
  position: absolute;
  top: 0%;
  left: 50%;
  overflow: hidden;
}

.gallery-wrapper-right {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  height: 100%;
  padding-left: .5rem;
  display: flex;
  position: absolute;
  top: 0%;
  right: 0%;
  overflow: hidden;
}

.gallery-wrapper {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-top: 0%;
  display: flex;
  position: relative;
}

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

.lightbox-image.is-top-right {
  border-top-right-radius: 1rem;
}

.lightbox-image.is-bottom-right {
  border-bottom-right-radius: 1rem;
}

.lightbox-image.is-large {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.lightbox-link {
  object-fit: cover;
  width: 100%;
  height: 50%;
}

.lightbox-link.is-full {
  height: 100%;
}

.gallery-wrapper-hidden {
  z-index: 99;
  display: none;
  position: relative;
}

.text-color-grey {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 37px;
  font-size: 19px;
}

.gallery-button {
  z-index: 1;
  grid-column-gap: .25rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: .25rem;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

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

.features-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #0b0d0f1f;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  box-shadow: 0 2px 8px #0b0d0f1f;
}

.features-wrapper.bhhh {
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
  display: none;
}

.feature {
  grid-row-gap: .5rem;
  border-right: 1px solid #0b0d0f1f;
  flex-direction: column;
  flex: 1;
  padding: .5rem 3.5%;
  display: flex;
}

.feature.last, .feature.last-mobile {
  border-right-style: none;
}

.feature.gdvcx.ewrsdgfc {
  border-right-width: 0;
}

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

.content-wrapper {
  grid-column-gap: 2rem;
  display: flex;
}

.contact-card {
  grid-row-gap: 1.5rem;
  border: 1px solid #0b0d0f1f;
  border-radius: .5rem;
  flex-direction: column;
  flex: 0 33%;
  align-items: center;
  margin-top: -85px;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 2rem;
  box-shadow: 0 2px 8px #0b0d0f1f;
}

.contact-card.new-dards {
  background-color: #fff;
  width: 378.672px;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-bottom: 2rem;
}

.contact-card.new-dards.sdfgewradvsc {
  display: none;
}

.contact-card.new-dards {
  background-color: #fff;
  margin-top: 0;
  padding-top: 2rem;
}

.button {
  border: 1px solid var(--medium-slate-blue);
  background-color: var(--light-steel-blue);
  color: var(--black);
  text-align: center;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button.full-width {
  width: 100%;
  color: var(--white);
  background-color: #ec2247;
  border-color: #ec2247;
}

.button.full-width.tytyt {
  background-color: #216fb8;
  border-color: #216fb8;
  margin-top: 15px;
}

.button.full-width.tytyt.dsagdsg {
  margin-top: 25px;
}

.button.secondary {
  border-color: var(--black);
  background-color: var(--white-smoke);
  color: var(--black);
}

.button.secondary.small {
  padding-top: .675rem;
  padding-bottom: .675rem;
  font-size: .875rem;
}

.button.text {
  grid-column-gap: .75rem;
  color: var(--dark-orange);
  background-color: #0000;
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.contact-heading-wrapper.fgsdgf {
  width: 100%;
}

.vertical-button-group {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.vertical-button-group.hiwetgd {
  display: none;
}

.phone-number-wrapper {
  grid-column-gap: .5rem;
  color: var(--dark-orange);
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.phone-number-wrapper.margin-top-xsmall {
  margin-top: .5rem;
}

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

.content-main {
  flex: 1;
  padding-bottom: 3rem;
}

.divider {
  background-color: #0b0d0f1f;
  width: 100%;
  height: 1px;
}

.schedule-wrapper {
  grid-column-gap: .5rem;
  color: var(--dim-grey);
  text-align: center;
  align-items: center;
  display: flex;
}

.contact-card-details {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.language-wrapper {
  grid-column-gap: .5rem;
  color: var(--dim-grey);
  text-align: center;
  align-items: center;
  display: flex;
}

.contact-card-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--dim-grey);
  text-decoration: none;
}

.menu-link.is-menu-link-small {
  font-size: .875rem;
  font-weight: 400;
  text-decoration: underline;
}

.content-card {
  border: 1px solid #0b0d0f1f;
  border-radius: .5rem;
  padding: 2rem;
  display: none;
  box-shadow: 0 2px 8px #0b0d0f1f;
}

.content-card.is-custom {
  margin-bottom: 1.5rem;
}

.content-card.is-custom-1 {
  margin-bottom: 3rem;
}

.content-main-heading-wrapper {
  margin-top: 43px;
  margin-bottom: 1.5rem;
}

.content-main-heading-wrapper.is-custom {
  margin-bottom: .5rem;
}

.content-main-heading-wrapper.is-custom.dsfv, .content-main-heading-wrapper.ergdfsvc {
  display: none;
}

.pricing-header {
  grid-column-gap: 2rem;
  display: none;
}

.pricing-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 1;
  display: none;
}

.floor-plan-wrapper {
  flex: 0 33%;
}

.pricing-heading-wrapper {
  grid-row-gap: .25rem;
  flex-direction: column;
  margin-bottom: .25rem;
  display: flex;
}

.pricing-button-group {
  grid-column-gap: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.button-text-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
}

.floor-plan-image-wrapper {
  border: 1px solid #0b0d0f1f;
  border-radius: .5rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.floor-plan-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.floor-plan-details-heading {
  grid-column-gap: .5rem;
  color: var(--dark-orange);
  align-items: center;
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.floor-plan-details-wrapper {
  margin-bottom: 2rem;
}

.contact-card-wrapper {
  flex: 0 33%;
  position: relative;
}

.contact-card-wrapper.erwgsdfv {
  display: none;
}

.floor-plan-details-section {
  margin-bottom: 2rem;
}

.floor-plan-details-section.last {
  margin-bottom: 0;
}

.floor-plan-details-list-wrapper {
  grid-column-gap: 4rem;
  margin-top: 1rem;
  display: flex;
}

.floor-plan-details-list {
  grid-row-gap: .75rem;
  color: var(--dim-grey);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.flex {
  display: flex;
}

.flex.hidden {
  display: none;
}

.flex.margin-top-xsmall {
  margin-top: .5rem;
}

.table-row {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  border-top: 1px solid #0b0d0f1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: grid;
}

.table-row.last {
  padding-bottom: 0;
}

.table-row.is-blank {
  border: 1px #000;
}

.table-row.is-blank-last {
  border: 1px #000;
  margin-bottom: 1.5rem;
}

.pricing-details-header {
  margin-bottom: .75rem;
}

.stretch {
  flex: 1;
}

.rich-text-block {
  color: var(--dim-grey);
}

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

.features-list-wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  margin-top: 1.25rem;
  display: flex;
}

.features-list {
  grid-row-gap: .75rem;
  color: var(--dim-grey);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.features-list.hidden {
  display: none;
}

.contact-content {
  grid-row-gap: .75rem;
  flex-direction: column;
  margin-top: 1.5rem;
  display: flex;
}

.contact-content-wrapper {
  grid-column-gap: 3rem;
  justify-content: space-between;
  display: flex;
}

.features-cards-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.features-card {
  grid-row-gap: 1rem;
  color: var(--dim-grey);
  text-align: center;
  border: 1px solid #0b0d0f1f;
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  font-size: 1.125rem;
  display: flex;
  box-shadow: 0 2px 8px #0b0d0f1f;
}

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

.features-columns-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: .75rem;
  display: flex;
}

.features-columns-wrapper.has-border-bottom {
  border-bottom: 1px solid #0b0d0f1f;
  padding-bottom: 2rem;
}

.amenities {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-bottom: 3rem;
  display: flex;
}

.amenities.is-rows {
  grid-row-gap: 1rem;
  margin-bottom: 0;
}

.amenities.is-rows.gfdgdfsg {
  margin-top: 54px;
}

.amenities.is-rows.werfegreg {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.subheading-wrapper {
  margin-top: 1rem;
}

.subheading-wrapper.margin-bottom-small {
  margin-bottom: 1rem;
}

.subheading-wrapper.margin-bottom-small.flex {
  justify-content: space-between;
}

.content-card-header {
  background-color: var(--white-smoke-2);
  border-bottom: 1px solid #0b0d0f1f;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  margin: -2rem -2rem 1rem;
  padding: .75rem 2rem;
}

.requirements {
  grid-column-gap: 4rem;
  color: var(--dim-grey);
  margin-top: 1.5rem;
  display: flex;
}

.map {
  border-radius: .5rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.address-wrapper {
  grid-column-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.address-wrapper.dsfv {
  display: none;
}

.directions-link {
  color: var(--dark-orange);
  white-space: nowrap;
  font-weight: 500;
  text-decoration: none;
}

.icon-link {
  grid-column-gap: .5rem;
  color: var(--dark-orange);
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.section-paragraph {
  color: var(--dim-grey);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.section-paragraph.is-faq {
  margin-top: .25rem;
}

.base-50 {
  flex: 0 50%;
}

.tab-link {
  background-color: var(--white-smoke);
  border-bottom: .25rem solid #0000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.tab-link.w--current {
  border-bottom-color: var(--medium-slate-blue);
  background-color: var(--white-smoke);
}

.tabs-menu {
  grid-column-gap: 2rem;
  display: flex;
}

.tab-pane {
  padding-top: 1.5rem;
}

.tab-card {
  grid-column-gap: 2rem;
  color: var(--dim-grey);
  border: 1px solid #0b0d0f1f;
  border-radius: .5rem;
  flex: 1;
  padding: 1rem;
  display: flex;
}

.tab-cards-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-card-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.score-card-right {
  text-align: right;
  flex-direction: column;
  flex: 0 25%;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

.score-card-right.hidden {
  display: none;
}

.margin-bottom-small {
  margin-bottom: 1rem;
}

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

.font-size-xxlarge {
  font-size: 2.5rem;
}

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

.school-location-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.score-details {
  margin-top: .5rem;
}

.tabs {
  margin-bottom: 1rem;
}

.margin-bottom-xxlarge {
  margin-bottom: 3rem;
}

.margin-bottom-large {
  margin-bottom: 1.5rem;
}

.score-cards-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.score-card {
  grid-column-gap: 2rem;
  color: var(--dim-grey);
  border-bottom: 1px solid #0b0d0f1f;
  flex: 1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.score-card-heading {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 500;
}

.score-card-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.score-card-container {
  grid-column-gap: 2rem;
  color: var(--dim-grey);
  border: 1px solid #0b0d0f1f;
  border-radius: .5rem;
  flex: 1;
  padding: 1rem;
}

.score-details-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.score-detail-card.last {
  border-right-style: none;
  padding-right: 0;
}

.divider-vertical {
  background-color: #0b0d0f1f;
  width: 1px;
  height: auto;
}

.photos-slide {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.photos-slide.egradvfad {
  grid-template-columns: 1fr 1fr;
}

.slide-lightbox-link {
  width: 100%;
  height: 100%;
  padding-top: 0%;
  position: relative;
}

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

.slider {
  background-color: #0000;
  border-radius: .5rem;
  height: auto;
  margin-bottom: 0;
  padding-top: 100%;
  overflow: hidden;
}

.slider.werf23 {
  height: 152px;
  margin-bottom: 0;
  padding-top: 0%;
}

.slider.ewfasdcv {
  padding-top: 101%;
}

.mask {
  position: absolute;
  inset: 0%;
}

.slider-arrow {
  font-size: 1rem;
}

.right-arrow {
  background-color: #0b0d0f66;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1rem;
}

.right-arrow.ewfdvsa, .right-arrow.werfdscx {
  display: none;
}

.left-arrow {
  background-color: #0b0d0f66;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 1rem;
}

.left-arrow.wefdcsx, .left-arrow.erwdfscxz {
  display: none;
}

.footer {
  background-color: var(--white);
  align-items: center;
  height: 6rem;
  display: flex;
}

.form-wrapper {
  z-index: 5;
  background-color: #0b0d0ff2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-wrapper.is-tour {
  display: none;
  inset: 0%;
}

.form-wrapper.is-message {
  display: none;
}

.form-block {
  z-index: 5;
  width: 100%;
  max-width: 48rem;
  margin-bottom: 0;
}

.form {
  z-index: 5;
  background-color: var(--white);
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 20px;
  display: flex;
  position: relative;
}

.form.fewvsd {
  padding: 0;
}

.form-field {
  height: 45px;
  color: var(--black);
  border: 1px solid #0b0d0f33;
  border-radius: .25rem;
  margin-bottom: 0;
  font-size: 16px;
}

.form-field.fsdgdsa {
  margin-bottom: 10px;
}

.form-fileds-2-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.form-fileds-2-columns.dsgdzegad {
  padding-top: 0;
  padding-bottom: 0;
}

.form-fileds-2-columns.new-pages2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: stretch;
  padding: 0;
}

.form-field-wrapper {
  flex: 1;
  width: auto;
  margin-bottom: 10px;
}

.form-field-wrapper.is-one-column {
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-field-wrapper.is-one-column.smaller3 {
  padding-left: 0;
  padding-right: 0;
}

.form-field-wrapper.is-one-column.smaller3.werfdsc {
  margin-bottom: 2rem;
}

.form-field-wrapper.fgfdsa {
  margin-bottom: 0;
}

.form-field-wrapper.afdgvcx {
  display: none;
}

.form-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #0b0d0f1f;
  width: 100%;
  padding: 2rem;
}

.form-message-wrapper {
  width: 100%;
  padding: 2rem;
}

.form-message-wrapper.is-hidden {
  display: none;
}

.textarea {
  color: var(--black);
  border-radius: .25rem;
  margin-bottom: 0;
  font-size: 16px;
}

.form-button-wrapper {
  margin-bottom: 2rem;
}

.form-button-wrapper.dfsgbfd {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-checkboxes-wrapper {
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.form-checkboxes-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  margin-top: .5rem;
  display: flex;
}

.form-checkboxes-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  display: flex;
}

.checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  outline-offset: 0px;
  background-size: 12px 12px;
  outline: 3px #0b0d0f;
}

.checkbox.show-message {
  z-index: 1;
  position: relative;
}

.checkbox-field {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  padding-left: .5rem;
}

.form-overlay {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: var(--white);
  border-radius: .5rem;
  position: relative;
}

.close-button {
  width: 1rem;
  height: 1rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -1rem -1rem auto auto;
}

.error-message {
  text-align: center;
  border-radius: .5rem;
}

.menu-open, .menu-close {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.menu-icons-wrapper, .navigation-overlay {
  display: none;
}

.section-anchor {
  height: 1px;
  margin-bottom: -.4rem;
}

.section-anchor:focus {
  outline-style: none;
}

.section-anchor.is-custom {
  margin-top: -1.5rem;
}

.footer-menu {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.footer-menu.is-footer-menu-2 {
  flex: 1;
  justify-content: flex-end;
  margin-top: 1rem;
}

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

.main {
  flex: 1;
}

.body {
  flex-direction: column;
  display: flex;
}

.style-guide-heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  margin-bottom: 2rem;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

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

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

.style-guide-label.is-html-tag {
  background-color: #be4aa5;
}

.style-guide-subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  margin-bottom: 1rem;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.text-rich-text h1, .text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
}

.text-rich-text h3 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h4, .text-rich-text h5 {
  margin-top: 1rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

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

.text-rich-text ol {
  margin-bottom: 1rem;
  padding-left: 1.125rem;
}

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

.floor-plan-image-gallery {
  border: 1px solid #0b0d0f1f;
  border-radius: .5rem;
  width: 100%;
  padding-top: 100%;
  display: none;
  position: relative;
}

.div-block {
  margin-top: 45px;
}

.slider-2 {
  display: none;
}

.dfdvaczxvwd {
  margin-bottom: 25px;
  font-size: 25px;
}

.code-embed {
  height: 400px;
  margin-top: 21px;
}

.code-embed.dsfv {
  display: none;
}

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

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

.select-field {
  color: var(--black);
}

.small-text-3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.small-text-3.color-grey-400 {
  color: #2c2c2c;
  font-weight: 300;
}

.small-text-3.color-grey-400.bold.efdsv {
  margin-top: 5px;
  margin-bottom: 4px;
  font-weight: 400;
}

.small-text-3.color-grey-400.bold.efdsv.sdagv {
  text-align: center;
  font-size: 1.1rem;
}

.small-text-3.color-grey-400.bold.efdsv.sdagv.dsfgasd {
  font-size: 13px;
}

.small-text-3.color-grey-400.bold.efdsv.sdagv.sdafdsa {
  color: #2c2c2cb0;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: .9rem;
  line-height: 1.3;
  display: block;
}

.small-text-3.color-grey-400.bold.fsdvcx.sdagavd {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.small-text-3.color-grey-400.bold {
  font-weight: 600;
  line-height: 1;
}

.hero-rating-stars {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-rating-stars.sdva {
  text-align: center;
  margin-top: 6px;
}

.featured-agents-wrap {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.client-avator {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 99rem;
  width: 70px;
  height: 70px;
  margin-left: -.75rem;
  overflow: hidden;
}

.hero-rating-clients-wrap {
  display: flex;
}

.hero-rating-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff0;
  border-radius: 2rem 0 0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  padding: .75rem 1rem .75rem .9rem;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.hero-rating-text-wrap-2 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  padding-top: 7px;
  display: flex;
}

.hero-rating-text-wrap-2.ewrfewf, .hero-rating-text-wrap-2.dgfgfgfdgdf {
  display: none;
}

.hero-rating-text-wrap {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

.hero-rating-text-wrap.dsafdsgs {
  opacity: 1;
  background-color: #fafafa6b;
  border-radius: 9px;
  flex-flow: column;
  align-items: center;
  width: 200.672px;
  padding: 15px;
  box-shadow: 0 2px 8px #0003;
}

.hero-rating-text-wrap.dsafdsgs.gsfdfg {
  background-color: #e7f4ff3d;
}

.hero-rating-text-wrap.dsafdsgs.gsfdfg.fsdgfgf {
  background-color: #f0ffe73d;
}

.hero-rating-text-wrap.dsafdsgs.gsfdfg.fgsdgf {
  background-color: #ffe7fe3d;
}

.hero-rating-text-wrap.dsafdsgs.gsfdfg.fgsdgf.ergrew {
  display: none;
}

.hero-rating-text-wrap.dsafdsgs.gsfdfg.sdfdsf {
  background-color: #e7fdff3d;
}

.hero-rating-text-wrap.dsafdsgs.gsfdfg.fdsfds {
  background-image: url('../images/1-1-1.png');
  background-position: 50%;
  background-size: cover;
  height: 224px;
}

.hero-rating-text-wrap.dsafdsgs.gsfdfg.fdsfds.dsfdssfds {
  background-image: url('../images/2-2-2.png');
}

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

.full.fwesdcxz {
  width: 300px;
  height: auto;
  margin-top: 38px;
}

.full.brand-logo-image {
  width: 3.5rem;
  height: auto;
}

.icon-size-normal-xs-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.icon-size-normal-xs-3.color-yellow {
  color: #f7c547;
}

.logo-2 {
  grid-column-gap: .25rem;
  color: #0b0d0f;
  cursor: default;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-button-2 {
  grid-column-gap: .5rem;
  box-shadow: none;
  color: #0b0d0f;
  background-color: #fff;
  border: 1px solid #0b0d0f;
  border-radius: .375rem;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navigation-button-2:hover {
  background-color: #dacdff;
  border-color: #745ad7;
}

.navigation-2 {
  height: auto;
  box-shadow: none;
  background-color: #fff0;
  background-image: linear-gradient(#0000, #fff), url('../images/AdobeStock_487555654.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 0 solid #0b0d0f1f;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 30px;
  display: flex;
}

.navigation-2.fdgfdsfdsbfd {
  background-image: linear-gradient(#0000, #fff 92%), url('../images/AdobeStock_487555654.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.menu-2 {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 83.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.menu-link-2 {
  color: #535353;
  text-decoration: none;
}

.image {
  width: 139px;
}

.loader {
  display: none;
}

.text-field {
  border: 1px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 5px;
}

.div-block-4 {
  width: 100%;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.input {
  border: 1px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 5px;
}

.field-label {
  margin-bottom: 8px;
}

.field-label-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 15px;
}

.field-label-2.sgsfg {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
}

.main-2 {
  display: block;
}

.date-field {
  border: 1px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 5px;
}

.drp-combo_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: .5rem 1rem;
  display: grid;
  position: relative;
}

.drp-combo_input-label {
  color: #666;
  font-size: .88rem;
  font-weight: 400;
}

.drp-combo_input {
  border: 0 solid #000;
  height: 2rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 300;
}

.drp-combo_input-range {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.drp-combo_divider {
  background-color: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.code-embed-2 {
  width: 100%;
}

.phone-mask-agents {
  height: 45px;
  color: var(--black);
  border: 1px solid #0b0d0f33;
  border-radius: .25rem;
  margin-bottom: 0;
  font-size: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.heading {
  margin-bottom: 10px;
}

.div-block-5 {
  z-index: 2147483647;
  background-color: #f5f5f5;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.efgdasgae._3refewge {
  width: 100%;
  font-size: 18px;
}

.efgdasgae._3refewge.dfgfsdg {
  margin-bottom: 15px;
  font-size: 17px;
}

.efgdasgae._3refewge.dfgfsdg.gdfsg.dfsgfsd {
  color: #a1a1a1;
  text-align: center;
  font-size: 14px;
}

.efgdasgae._3refewge.dfgfsdg.gdfsg.dfsgfsd.dfgdfgs {
  margin-top: 16px;
}

.image-3 {
  border-radius: 190px;
  width: 70px;
  margin-bottom: 9px;
  margin-right: 11px;
}

.sgfsgfg {
  filter: blur(4px);
  color: #07dd00;
}

.new-smaller-text {
  color: #4f535f;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.checkbox-label-2 {
  z-index: 3;
  opacity: .45;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 14px;
  padding-left: 55px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  display: block;
  position: absolute;
  inset: 0;
}

.checkbox-label-2.no-label {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.checkbox-wrapper {
  z-index: 1;
  float: none;
  background-color: #e1e4e9;
  background-image: url('../images/unchecked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  width: 65%;
  height: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  transition: border-color .2s ease-in;
  display: block;
  position: relative;
}

.checkbox-wrapper:hover {
  border-color: #0000004d;
}

.checkbox-wrapper:active {
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
  flex: none;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-wrapper.checkbox-square.biggest-boom {
  background-color: #f3f3f3;
  background-image: url('../images/Opaque-check.png');
  border-width: 2px;
  border-color: #fd5f59;
  width: 25px;
  height: 25px;
  margin-right: 0;
}

.checkbox-wrapper.checkbox-square.biggest-boom:active {
  background-image: url('../images/Opaque-check.png');
  background-size: 20px;
}

.popup-ticker {
  z-index: 9999999;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0;
}

.final-option-wrapper-div {
  color: #00000059;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.final-option-wrapper-div.end-field-wrap {
  color: #fff;
  margin-top: 20px;
  font-weight: 300;
}

.final-option-wrapper-div.end-field-wrap.veteran-wrap {
  margin-top: 18px;
  margin-bottom: 49px;
}

.final-option-wrapper-div.end-field-wrap.veteran-wrap.new-old-wrap {
  margin-top: 10px;
  margin-bottom: 45px;
}

.final-option-wrapper-div.end-field-wrap.veteran-wrap.new-old-wrap.different-height {
  margin-top: 6px;
  margin-bottom: 47px;
}

.final-option-wrapper-div.end-field-wrap.veteran-wrap.new-old-wrap.different-height.new-images-mains.final-image-mains {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
}

.checkbox-active-overlay {
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  background-image: url('../images/Opaque-check.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 2px solid #fd5f59;
  border-radius: 5px;
  height: auto;
  margin: -2px;
  display: block;
  position: absolute;
  inset: 0;
}

.checkbox-active-overlay.smaller-check-box {
  background-image: url('../images/Red-X.png');
  background-position: 50%;
  background-size: 11px;
}

.checkbox-active-overlay.smaller-check-box.new-smallest {
  opacity: 0;
  background-image: url('../images/xxx.svg');
  background-size: 12px;
  border-color: #464646;
  display: block;
}

.bold-text {
  font-size: 19px;
}

.bold-text.sdgasgd {
  color: #1b1b1b;
  margin-left: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.second-class {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.second-class.dsgdzegad {
  padding-top: 0;
  padding-bottom: 0;
}

.second-class.new-pages2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: stretch;
  padding: 0;
  display: block;
}

.first-class {
  display: block;
}

.sdfsds {
  font-size: 30px;
}

.heading-2, .heading-3 {
  font-size: 25px;
}

.dfdsfsafsa {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.dfdsfsafsa.color-grey-400 {
  color: #2c2c2c;
  font-weight: 300;
}

.dfdsfsafsa.color-grey-400.bold {
  font-weight: 600;
  line-height: 1;
}

.dfdsfsafsa.color-grey-400.bold.efdsv {
  margin-top: 5px;
  margin-bottom: 4px;
  font-weight: 400;
}

.dfdsfsafsa.color-grey-400.bold.efdsv.sdagv {
  text-align: center;
}

.dfdsfsafsa.color-grey-400.bold.efdsv.sdagv.dsfgasd {
  font-size: 13px;
}

.dfdsfsafsa.color-grey-400.bold.efdsv.sdagv.sdafdsa {
  color: #2c2c2cb0;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: .8rem;
}

.dfdsfsafsa.color-grey-400.bold.efdsv.sdagv.sdafdsa.dsfdss {
  display: none;
}

.dfdsfsafsa.color-grey-400.bold.fsdvcx.sdagavd {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.first-button {
  border: 1px solid var(--medium-slate-blue);
  background-color: var(--light-steel-blue);
  color: var(--black);
  text-align: center;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.first-button.full-width {
  width: 100%;
  color: var(--white);
  background-color: #ec2247;
  border-color: #ec2247;
}

.first-button.full-width.tytyt {
  margin-top: 25px;
}

.first-button.full-width.tytyt:hover {
  background-color: #d11639;
}

.first-button.full-width.tytyt.dsagdsg {
  margin-top: 25px;
}

.first-button.secondary {
  border-color: var(--black);
  background-color: var(--white-smoke);
  color: var(--black);
}

.first-button.secondary.small {
  padding-top: .675rem;
  padding-bottom: .675rem;
  font-size: .875rem;
}

.first-button.text {
  grid-column-gap: .75rem;
  color: var(--dark-orange);
  background-color: #0000;
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

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

.text-block-3 {
  font-size: 1.3rem;
}

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

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

.drp-combo_input-wrapper-2 {
  border: 1px solid #0b0d0f33;
  border-radius: .2rem;
  padding: 5px 10px;
}

.drp-combo_input-wrapper-2.fdsgsdf {
  flex: 1;
  margin-bottom: 12px;
  margin-right: 5px;
}

.drp-combo_input-label-2 {
  color: #000;
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 700;
}

.drp-combo_input-2 {
  border: 0 solid #000;
  height: 2rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

.code-embed-3 {
  width: auto;
  height: auto;
}

.div-block-8 {
  width: 100vw;
  height: 100vh;
}

.body-3 {
  background-color: var(--white);
  padding: 0 0 15px;
}

.rich-text-block-2 {
  margin-top: 29px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.dfgsdfb {
  text-align: center;
  margin-bottom: 15px;
}

.heading-4 {
  text-align: center;
  margin-bottom: 25px;
}

.div-block-9 {
  justify-content: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.link {
  color: var(--black);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
  text-decoration: underline;
}

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

.code-embed-4 {
  height: 100vh;
  margin-top: 60px;
}

.new-loader-class {
  background-color: #f0f0f0;
  border-radius: 5px;
  width: 100%;
  height: 6px;
  margin-top: 0;
  margin-bottom: 25px;
}

.new-forms-navs-copy {
  background-color: #ddd0;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

._34efdscd {
  z-index: 2147483647;
  background-color: #f3f4f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.code-embed-8 {
  margin-bottom: 0;
}

.loader-div-2 {
  margin-bottom: 0;
  display: block;
}

.loader-div-2.new-loaders-belows {
  margin-top: 80px;
}

.gif-always-present {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.new-logo-padding-2 {
  padding-top: 0;
  padding-left: 20px;
}

.div-block-1471 {
  height: 100px;
}

._333333 {
  background-color: #edeff1;
  border-radius: 18px;
  width: 100%;
  margin-top: 5px;
  padding: 15px;
  display: none;
  position: relative;
  top: -45px;
}

.heading-149 {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.heading-149.ewrfdc {
  font-size: 29px;
  font-weight: 700;
}

.heading-149.ewrfdc.wetwfd {
  font-size: 18px;
}

.heading-149.ewrfdc.wetwfd._34refdcs {
  color: #a0a0a0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.heading-149.ewrfdc.ergfvdsc {
  color: #aaa;
  margin-bottom: 15px;
  font-size: 32px;
}

.slider-1 {
  width: 775px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

._11111 {
  opacity: 0;
  display: block;
}

.text-span-6 {
  color: #497ce8;
  vertical-align: baseline;
  font-style: italic;
  font-weight: 700;
  position: relative;
}

.back-button-holder-3 {
  display: block;
}

.back-button-holder-3.away-on-loader {
  display: none;
}

.top-loader-2 {
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.roof-advisor-logo-black-2 {
  color: #171618;
  background-image: url('../images/9-red.png');
  background-position: 41% -3%;
  background-repeat: no-repeat;
  background-size: 143px;
  margin-top: 0;
  padding-top: 36px;
  padding-left: 0;
  padding-right: 0;
  font-family: Bitter, serif;
  font-size: 22px;
}

.loader-block {
  background-color: #497ce8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 80%;
  height: 6px;
}

.loader-block._8 {
  background-color: #497ce8;
  width: 0%;
}

.rate-number {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.rate-number.ewrfdc {
  font-size: 29px;
  font-weight: 700;
}

.rate-number.ewrfdc.eerqwefd {
  color: #117bb8;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 33px;
}

.rate-number.ewrfdc.eerqwefd.efdsvcx {
  color: #aaa;
}

._444444 {
  background-color: #fff0;
  width: 100%;
  margin-top: 21px;
  padding: 0 15px 15px;
  display: none;
  position: relative;
  top: -45px;
}

.payment-monthly {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.payment-monthly.ewrfdc {
  font-size: 29px;
  font-weight: 700;
}

.payment-monthly.ewrfdc.eerqwefd {
  color: #117bb8;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 33px;
}

.payment-monthly.ewrfdc.eerqwefd.gefdvc {
  color: #6a0dad;
}

.payment-monthly.ewrfdc.eerqwefd.gefdvc.efwger {
  color: #89a7e7;
  font-size: 32px;
}

._22222 {
  background-color: #fff0;
  background-image: linear-gradient(#ffffff8f, #ffffff0f);
  border-radius: 16px;
  width: 600px;
  min-height: 200px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.code-embed-9 {
  margin-bottom: 0;
}

.div-block-1473 {
  height: 100px;
}

.div-block-1474 {
  z-index: 99999;
  background-color: var(--white);
  width: 100vh;
  height: 100vw;
  position: absolute;
  inset: 0%;
}

.div-block-1475 {
  z-index: 99999;
  background-color: #f8f8fa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 159px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-1475.dsgaegfdvc {
  position: fixed;
}

.div-block-1475.dsgaegfdvc.sdafvadfsvc-x {
  display: none;
}

.heading-150 {
  color: #484855;
  text-align: center;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.image-4 {
  border-radius: 8px;
  width: 400px;
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: 0;
}

.image-5 {
  z-index: 2147483647;
  width: 100px;
  height: 100px;
  margin-top: 25px;
  margin-left: 25px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-1476 {
  background-color: #fff;
  border-top: 0 solid #d8d8d8;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 18px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-1476.grfdv {
  position: static;
}

.container-4 {
  justify-content: center;
  max-width: 1000px;
  display: flex;
}

.image-6 {
  width: 25px;
  height: 25px;
  margin-top: 1px;
  margin-right: 6px;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.text-block-4.efwevds {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.div-block-1477 {
  border-right: 1px solid #bdbdbd;
  height: 27px;
  margin-left: 25px;
  margin-right: 25px;
}

.button-2 {
  background-color: #2367ee;
  background-image: url('../images/White-Phone.png');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 14px;
  margin-top: -4px;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  font-size: 14px;
}

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

.bold-text-6 {
  color: #00539d;
}

.div-block-1479 {
  display: block;
}

.bold-text-7 {
  color: #48484e;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.title-wrap-4 {
  color: #7b88a8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.container-20 {
  max-width: 1100px;
  padding-bottom: 0;
}

.faq-paragraph {
  color: #2b2d31;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.div-block-1455 {
  flex-flow: column;
  align-items: flex-end;
  width: 600px;
  display: none;
}

.dropdown {
  align-self: center;
}

.feature-wrap-4 {
  margin-bottom: 43px;
  padding-top: 28px;
}

.feature-wrap-4.nolol {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.feature-wrap-4.nolol.efwewee {
  margin-top: 0;
}

.text-block-1118 {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.div-block-1446 {
  margin-bottom: 5px;
  display: flex;
}

.text-block-1129 {
  margin-bottom: 10px;
}

.text-block-5 {
  margin-top: -2px;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

._w-form-done {
  background-color: #ddd0;
}

.new-class-dates {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
}

.div-block-1434 {
  width: 100%;
  height: 1px;
}

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
  font-weight: 500;
}

.container-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.image-7 {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 240px;
  padding: 5px 15px 10px;
}

.image-7.bnvhgv {
  padding: 0;
}

.image-7.bnvhgv.dvdsx {
  margin-top: 16px;
}

.image-7.bnvhgv.dvdsx.sdafdsf {
  width: 120px;
}

.feature-wrap {
  margin-bottom: 43px;
  padding-top: 0;
}

.feature-wrap.wefdsc {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.new-header-topper {
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: none;
}

.image-1362 {
  width: 150px;
  margin-bottom: 15px;
  margin-right: auto;
}

.navbar {
  background-color: #fff0;
}

.div-block-1480 {
  margin-bottom: 15px;
  display: none;
}

.text-block-1143 {
  margin-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 700;
}

.container-default {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}

.fsdfsd {
  margin-right: auto;
}

.fsdfsd.gsdgfds {
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
}

.fsdfsd.gsdgfds.efewfvdas {
  margin-top: 0;
}

.fsdfsd.gsdgfds.efewfvdas.ewfgare.sgsfgfdg {
  margin-top: -60px;
  margin-left: 0;
  display: block;
}

.cell-8 {
  justify-content: center;
  align-items: flex-end;
  padding-right: 36px;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 9px 0 15px 5px;
}

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

.paragraph-11 {
  color: #5f5f5f;
  margin-top: 20px;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.6;
}

.link-4 {
  color: #272727;
  font-size: 14px;
  font-weight: 600;
}

.link-4.smaller23 {
  color: #272727ba;
  margin-top: 12px;
  font-size: 12px;
}

.link-4.smaller23.fdgvxc {
  margin-top: 0;
}

.form-block-4 {
  z-index: 999;
  margin-top: -60px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.div-block-1452 {
  position: relative;
}

.div-block-1452._23fewdsf {
  width: 100%;
  display: flex;
}

.div-block-1452._23fewdsf.fdsfsdf {
  margin-top: 35px;
}

.div-block-1452._23fewdsf.fdsfsdf.ewgfdsver {
  flex-flow: column;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-wrapper.horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-6 {
  color: #497ce8;
  font-weight: 300;
}

.feature-wrap-5 {
  margin-bottom: 43px;
  padding-top: 28px;
}

.feature-wrap-5.nolol {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.feature-wrap-5.nolol.efwewee {
  margin-top: 0;
}

.div-block-1426 {
  flex-flow: column;
  display: flex;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.image-1364 {
  width: 43px;
  margin-top: -2px;
  margin-left: 15px;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.heading-26 {
  color: #161616;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.heading-26.dsfweee {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.heading-26.dsfweee.lower-header-class {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 19px;
}

.heading-26.new-blue-header {
  margin-bottom: 10px;
  font-size: 18px;
}

.paragraph-9 {
  text-align: left;
  padding: 10px;
}

.faq-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-1145 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 1.3rem;
  font-weight: 700;
}

.text-span-2 {
  color: #497ce8;
}

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

.bold-text-98 {
  font-weight: 600;
}

.div-block-1429 {
  width: 100%;
  display: flex;
}

.ewdsx23 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.6;
  display: block;
}

.div-block-1431 {
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 10px 20px;
  display: flex;
}

.div-block-1431.new-second-block {
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.dfsgvcxzdfsb {
  margin-bottom: 0;
  font-size: 15px;
}

.bold-text-100 {
  font-weight: 600;
}

.content-h1 {
  z-index: 2;
  color: #1a1e27;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.content-h1.grfdger {
  border-bottom: 2px solid #497ce8;
  line-height: 1.4;
}

.footer-wrapper {
  background-color: #f5f5f5;
  border-top: 1px solid #f7f7fc;
}

.fewvsdwe {
  width: 100%;
  margin-bottom: 15px;
}

.div-block-1428 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.loading-screen {
  z-index: 2147483647;
  background-color: #ffffff8c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.dropdown-list.w--open {
  z-index: 5;
  color: #2c3d51;
  text-align: right;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 400px;
  margin-top: 10px;
  margin-left: -153px;
  padding-top: 0;
  box-shadow: 0 0 10px 2px #00000040;
}

.field-top-3 {
  background-color: #f5f5f559;
  border: 0 solid #0000000a;
  border-radius: 11px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  box-shadow: 4px 4px 7px 1px #0000002e;
}

.field-top-3.new-top-discs {
  width: 100%;
  box-shadow: none;
  border-width: 1px;
  border-color: #0000001f;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.field-top-3.new-top-discs.last-options.third-op, .field-top-3.new-top-discs.last-options.dfvbwr.beter342 {
  display: none;
}

.field-top-3.new-top-discs.last-options.ertgfd.ownup34 {
  display: block;
}

.field-top-3.new-top-discs.last-options.fourth-op {
  display: none;
}

.text-block-1139.fdsgsdfgf {
  color: #00a71c;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.text-block-1139.et234ewdvs {
  color: #555;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-top.pd-72px {
  padding-top: 72px;
  padding-bottom: 35px;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.container-22 {
  max-width: 1100px;
}

.grid-footer-3-columns {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.text-field-7 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.smaller-rate-button {
  background-color: #497ce8;
  background-image: url('../images/Right-White-Arrow.png');
  background-position: 87% 51%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-radius: 4px;
  margin-top: 30px;
  margin-right: auto;
  padding: 12px 50px 12px 30px;
  font-size: 18px;
}

.smaller-rate-button:hover {
  background-color: #0a2368;
}

.smaller-rate-button.nrbut {
  margin-top: 30px;
  margin-left: 0;
}

.dropdown-toggle {
  color: #1a1a1a;
  letter-spacing: 1px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  transition: color .2s ease-in;
  display: flex;
}

.dropdown-toggle:hover {
  color: #fff;
}

.cell-2 {
  align-items: center;
  padding-right: 10px;
}

.update-month-year {
  color: #2b2b2b;
  letter-spacing: -.01em;
  text-shadow: none;
  font-size: 39px;
  font-weight: 600;
}

.change-date {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
}

.change-date.sdfdsfd {
  font-weight: 300;
}

.text-block-1117 {
  width: 80%;
  margin-top: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.text-block-1117.fgsgfsfd {
  width: 100%;
  margin-top: 0;
}

.header-nav {
  z-index: 5000;
  width: 100%;
  box-shadow: none;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 40px 5px 0;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.update-date {
  background-image: url('../images/Small-Check_1Small Check.png');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-top: 4px;
  padding-left: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.button-5 {
  z-index: 99999;
  background-color: #497ce8;
  background-image: url('../images/Right-White-Arrow.png');
  background-position: 93% 52%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 55px;
  font-size: 18px;
  position: relative;
}

.button-5:hover {
  background-color: #0a2368;
}

.button-5.newby {
  position: static;
}

.button-5.newby.fdgfdgs.tdfgdfs {
  background-color: #464646;
}

.button-5.hidden-class {
  z-index: 0;
  position: relative;
  left: -169px;
}

.button-5.hidden-class.smaller-class {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  left: 0;
  right: 0;
}

.button-5.hidden-class.smaller-class.asfewg.dsfdsg.dsfsadg.wegferer {
  width: 180px;
}

.button-5.new-button-new {
  margin-left: auto;
}

.button-5.new-button-new.fghrtjfg {
  background-position: 89% 52%;
  padding-right: 47px;
}

.button-5.new-button-new.fghrtjfg.ewrewrew {
  background-position: 94% 52%;
  padding-right: 55px;
  display: inline-block;
}

.text-block-1128 {
  color: #fff;
}

.bold-text-89 {
  color: #5a5a5a;
  font-size: 13px;
}

.live-counter {
  color: #497ce8;
  font-size: 28px;
}

.div-block-1427 {
  margin-bottom: 0;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 40px;
}

.second-ones {
  padding-top: 0;
}

.list {
  margin-top: 10px;
  margin-left: -13px;
  font-size: 14px;
}

.text-block-1116 {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-bracket {
  text-align: right;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-45deg);
}

.pricing-table-container {
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.pricing-table-container.regert {
  max-width: 1100px;
  margin-top: 0;
}

.pricing-table-container.regert.rgfdhghfgh {
  margin-top: 105px;
}

.pricing-table-container.regert.rgfdhghfgh.gdfgfdgfd.dfd {
  margin-top: 0;
}

.div-block-1432 {
  width: 75%;
}

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

.code-embed-10 {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.section-5 {
  border-bottom: 0 solid #dadada;
  padding-top: 0;
  padding-bottom: 10px;
}

.image-1358 {
  width: 62px;
  margin-top: -2px;
  margin-left: 0;
}

.icon-5 {
  margin-right: 0;
}

.heading-144 {
  background-color: #fceecf;
  border-radius: 5px;
  padding: 10px 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: .8;
  display: inline-flex;
}

.heading-144.new-ckre {
  background-color: #f5bc222b;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
}

.heading-144.new-ckre.gfdgfdsgsd {
  font-size: 7px;
}

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

.pricing-header-container {
  text-align: left;
  max-width: 1100px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-header-container.new-header {
  margin-top: 16px;
}

.new-block-text {
  color: #525252;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: none;
}

.new-block-text.mnwerewrw {
  color: #161616;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
}

.new-block-text.mnwerewrw.gfsdbthjfd {
  color: #2b2d31;
  margin-top: 20px;
}

.footer-logo {
  width: 300px;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.feature-2 {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}

.feature-2._123 {
  background-image: url('../images/a1graycheck_1a1graycheck.gif');
  background-position: 4px 6px;
  background-size: 15px;
  margin-bottom: 7px;
  padding-left: 33px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.feature-2._123._3321 {
  background-image: url('../images/No-Phones_1No Phones.png');
  margin-bottom: 5px;
}

.feature-2._123._3321.no-phones {
  background-position: 0%;
  background-size: contain;
  margin-bottom: 10px;
  padding-left: 32px;
  font-size: 16px;
}

.feature-2._123._3321.no-phones.multiple-offers {
  background-image: url('../images/House-Cash.png');
}

.feature-2._123._3321.no-phones.multiple-offers.a_-rarting {
  background-image: url('../images/A.png');
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.feature-2._123.dddf {
  background-image: url('../images/a1graycheck_1a1graycheck.gif');
  background-position: 4px 6px;
  margin-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.bold-text-99 {
  font-weight: 600;
}

.div-block-1430 {
  width: 300px;
  margin-left: 20px;
}

.account-menu-wrap {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.pricing-header-text {
  color: #2b2b2b;
  width: 80%;
  height: 80%;
  text-shadow: none;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5em;
}

.image-1355.dsgdfgds {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}

.image-1355.dsgdfgds.new-smaller-class {
  width: 220px;
  margin-top: -13px;
  margin-bottom: 5px;
}

.image-1355.dsgdfgds.new-smaller-class.americav {
  width: 130px;
}

.image-1355.dsgdfgds.new-smaller-class.americav.fdgsdfgfgdf {
  width: 90px;
}

.div-block-1454 {
  margin-top: 0;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.error-message-3 {
  background-color: #ffdede00;
  height: 0;
}

.div-block-1425 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.image-1363 {
  width: 100px;
}

.section-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-1482 {
  background-color: #fff;
  display: none;
}

.body-5 {
  background-color: #f5f5f500;
}

.feature-3 {
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 17px;
}

.hero-rating-clients-wrap-2 {
  display: flex;
}

.hero-rating-text-wrap-3 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

.featured-agents-wrap-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.efver {
  color: #000;
  text-align: left;
  text-shadow: 1px 1px 6px #00000017;
  margin-bottom: 25px;
  margin-left: 0;
  font-size: 66px;
}

.efver.frrrtrt {
  margin-right: 25px;
  font-size: 57px;
  line-height: 69px;
}

.yellow-circle {
  background-image: url('../images/wins-circle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0;
  padding-right: 0;
}

.erg4ervwfds {
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 17px;
}

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

.hero-description {
  width: 85%;
}

.achieves-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  padding: 5px;
  display: flex;
}

.hero-section {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 5rem;
  position: relative;
}

.button-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff4d;
  border-radius: 99rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .325rem .5rem 1.5rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-7.primary {
  color: #1e22f6;
  background-color: #0000;
  padding: 1rem 1rem 1rem 2rem;
}

.button-7.primary.ertwgfdsv {
  background-color: #578e53;
}

.button-7.primary.ertwgfdsv:hover {
  color: #fff;
}

.button-7.primary.ertwgfdsv.new-autos {
  margin-left: auto;
  margin-right: auto;
}

.button-7.primary.ertwgfdsv.new-autos:hover {
  color: #fff;
}

.button-7.navbar-button {
  background-color: #000;
  justify-content: space-between;
  width: auto;
  padding-left: 1rem;
}

.button-7.navbar-button.hide-in-tablet {
  display: none;
}

.button-7.navbar-button.hide-in-mobile {
  background-color: #338ac0;
}

.logo-list {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(12.5rem, 1fr) 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  place-items: center start;
  width: 100.2%;
  margin-top: 0;
  margin-right: 2rem;
  display: flex;
  overflow: visible;
}

.logo-image {
  opacity: .4;
  filter: grayscale();
  flex: 0 auto;
  width: auto;
  max-height: 5rem;
}

.logo-image.jjj {
  opacity: 100;
  filter: none;
  width: 253px;
  margin-top: -14px;
  margin-left: 20px;
  overflow: visible;
}

.logo-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.achieve-number-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.corner-bottom-left {
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}

.featured-agents-wrap-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 800px;
  display: flex;
  position: relative;
}

.hero-content.new-page-miss {
  width: auto;
}

.hero-content.new-page-miss.new-miss-image {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.achieve-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.corner-top-right {
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}

.client-avator-2 {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 99rem;
  width: 70px;
  height: 70px;
  margin-left: -.75rem;
  overflow: hidden;
}

.hero-rating-clients-wrap-3 {
  display: flex;
}

.hero-rating-wrap-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 2rem 0 0;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem .75rem 1.5rem;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.button-bg {
  transform-origin: 0%;
  color: #588f53;
  background-color: #578e53;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.logos-row-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.large-text-2 {
  color: #2c2c2c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.background-video {
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-left: 5rem;
  display: flex;
}

.background-video.egrfger {
  padding-bottom: 0;
}

.hero-rating-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-bg-wrap-mobile {
  object-fit: fill;
  background-image: linear-gradient(#fff0, #00000045), radial-gradient(circle, #fff0, #0000004d 89%);
  background-position: 0 0, 0 0;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: none;
  position: relative;
}

.icon-size-small {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
}

.icon-size-small.hover-out {
  transform: translate(-180%, 180%);
}

.icon-size-small.navbar-button {
  color: #000;
}

.icon-size-small.relative {
  position: relative;
}

.icon-size-small.relative.color-green {
  color: #66fc75;
}

.efwcds2332 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.small-text {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.small-text.color-black {
  color: #fff;
  margin-right: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.hero-bg-wrap-desktop {
  object-fit: fill;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.large-text-xl {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.button-circle {
  background-color: #fff;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-circle.navbar-button {
  background-color: #fff;
}

.hero-rating-text-wrap-4 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 600;
  line-height: 55px;
}

.logos-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-rating-text-wrap-5 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

.bold-text-108 {
  color: #000;
  text-transform: none;
  font-size: 50px;
}

.bold-text-108.new-text {
  text-align: center;
  margin-left: auto;
  font-size: 38px;
}

.upper-text {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
}

.upper-text.linehigh-small {
  color: #000;
  line-height: .6;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.nav-link {
  flex-flow: column;
  justify-content: flex-start;
  height: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  display: flex;
}

.nav-button-wrap {
  flex: 0 auto;
  order: 0;
  display: block;
}

.brand-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.brand-logo.w--current {
  height: auto;
}

.div-block-1486 {
  background-color: #68c0f9;
  border-radius: 300px;
  width: 10px;
  height: 10px;
}

.basic-text {
  color: #fff;
  text-shadow: none;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.basic-text.color-grey-400 {
  color: #2c2c2c;
  padding: 0;
}

.basic-text.color-grey-400.nav-menu {
  opacity: .6;
  font-size: 1.125rem;
  transition: all .3s;
}

.basic-text.color-grey-400.nav-menu:hover {
  opacity: 1;
}

.basic-text.color-grey-400.nav-menu.opacity-100 {
  opacity: 1;
  margin-top: 0;
}

.basic-text.color-grey-400 {
  color: #2c2c2c;
  padding: 0;
  font-size: 20px;
}

.basic-text.color-grey-400.gfdgsfga {
  margin-bottom: 40px;
}

.basic-text.color-grey-400.gfdgsfga.gafsgdsg.egwrdfsvcx {
  margin-bottom: 10px;
}

.navbar-2 {
  background-color: #fff;
  padding-top: 43px;
  padding-bottom: 15px;
}

.div-block-1487, .slider-4 {
  display: none;
}

.listing-2 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  display: block;
  position: relative;
}

.slide-lightbox-link-2 {
  width: 100%;
  height: 100%;
  padding-top: 66.25%;
  position: relative;
}

.slide-lightbox-link-2.dfscdfs, .slide-lightbox-link-2.egfdsdf {
  padding-top: 0%;
}

.container-23 {
  width: 100%;
  max-width: 83.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.navigation-wrapper-2 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.title-2.fdgdfsgfd {
  margin-bottom: 16px;
}

.content-wrapper-2 {
  grid-column-gap: 2rem;
  display: flex;
}

.slider-5 {
  background-color: #0000;
  border-radius: .5rem;
  height: auto;
  margin-bottom: 3rem;
  padding-top: 67%;
  overflow: hidden;
}

.slider-5.ewfasdcv {
  padding-top: 101%;
}

.slider-5.werf23 {
  height: 152px;
  margin-bottom: 0;
  padding-top: 0%;
}

.slider-5.dgfvcvdfsg {
  height: 348px;
  padding-top: 0;
}

.schedule-wrapper-2 {
  grid-column-gap: .5rem;
  color: #535353;
  text-align: center;
  align-items: center;
  display: flex;
}

.form-13 {
  z-index: 5;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 20px;
  display: flex;
  position: relative;
}

.form-13.fewvsd {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-109 {
  font-size: 19px;
}

.hero-rating-wrap-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff0;
  border-radius: 2rem 0 0;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem .75rem 0;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.hero-rating-wrap-3.sdfvcxds {
  display: none;
}

.gallery-button-2 {
  z-index: 1;
  grid-column-gap: .25rem;
  color: #0b0d0f;
  background-color: #fff;
  border: 1px solid #0b0d0f;
  border-radius: .25rem;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.feature-4 {
  grid-row-gap: .5rem;
  border-right: 1px solid #0b0d0f1f;
  flex-direction: column;
  flex: 1;
  padding: .5rem 3.5%;
  display: flex;
}

.feature-4.gdvcx.ewrsdgfc {
  border-right-width: 0;
}

.small-text-4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.small-text-4.color-grey-400 {
  color: #2c2c2c;
  font-weight: 300;
}

.small-text-4.color-grey-400.bold {
  font-weight: 600;
  line-height: 1;
}

.small-text-4.color-grey-400.bold.fsdvcx {
  margin-bottom: 6px;
}

.small-text-4.color-grey-400.bold.efdsv {
  margin-top: 2px;
  margin-bottom: 4px;
  font-weight: 400;
}

.small-text-4.color-grey-400.bold.efdsv.fdvcx {
  display: none;
}

.text-span-9 {
  color: #0b0d0f;
  font-weight: 800;
}

.featured-agents-wrap-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-list-2 {
  grid-row-gap: .75rem;
  color: #535353;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.features-card-2 {
  grid-row-gap: 1rem;
  color: #535353;
  text-align: center;
  border: 1px solid #0b0d0f1f;
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  font-size: 1.125rem;
  display: flex;
  box-shadow: 0 2px 8px #0b0d0f1f;
}

.contact-card-icon-2 {
  color: #535353;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.success-message-2 {
  background-color: #fff;
  border-radius: .5rem;
  position: relative;
}

.button-8 {
  color: #0b0d0f;
  text-align: center;
  background-color: #dacdff;
  border: 1px solid #745ad7;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-8.full-width {
  color: #fff;
  background-color: #ec2247;
  border-color: #ec2247;
  width: 100%;
}

.button-8.full-width.tytyt {
  margin-top: 25px;
}

.image-1366 {
  width: 50px;
  margin-bottom: 15px;
}

.button-9 {
  color: #0b0d0f;
  text-align: center;
  background-color: #dacdff;
  border: 1px solid #745ad7;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-9.text {
  grid-column-gap: .75rem;
  color: #f6841e;
  background-color: #0000;
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.button-9.secondary {
  color: #0b0d0f;
  background-color: #f5f5f5;
  border-color: #0b0d0f;
}

.button-9.secondary.small {
  padding-top: .675rem;
  padding-bottom: .675rem;
  font-size: .875rem;
}

.form-block-5 {
  z-index: 5;
  width: 100%;
  max-width: 48rem;
  margin-bottom: 0;
}

.left-arrow-4 {
  background-color: #0b0d0f66;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 1rem;
}

.left-arrow-4.erwdfscxz, .left-arrow-4.wefdcsx {
  display: none;
}

.gallery-wrapper-2 {
  min-width: 100%;
  min-height: 100%;
  margin-bottom: 3rem;
  padding-top: 40%;
  position: relative;
}

.container-24 {
  width: 100%;
  max-width: 80rem;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.phone-mask-agents-2 {
  color: #0b0d0f;
  border: 0 solid #0b0d0f33;
  border-radius: .25rem;
  height: 45px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

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

.close-button-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: -1rem -1rem auto auto;
}

.main-3 {
  display: block;
}

.right-arrow-6 {
  background-color: #0b0d0f66;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1rem;
}

.right-arrow-6.werfdscx, .right-arrow-6.ewfdvsa {
  display: none;
}

.image-1367 {
  width: 150px;
  margin-top: 68px;
}

.text-span-10 {
  color: #f6841e;
  margin-left: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
}

.slider-6 {
  display: none;
}

.language-wrapper-2 {
  grid-column-gap: .5rem;
  color: #535353;
  text-align: center;
  align-items: center;
  display: flex;
}

.rich-text-block-3 {
  color: #535353;
}

.phone-number-wrapper-2 {
  grid-column-gap: .5rem;
  color: #f6841e;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.phone-number-wrapper-2.margin-top-xsmall {
  margin-top: .5rem;
}

.hero-rating-text-wrap-6 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.floor-plan-details-heading-2 {
  grid-column-gap: .5rem;
  color: #f6841e;
  align-items: center;
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dfdvaczxvwd-2 {
  margin-bottom: 25px;
}

.checkbox-label-3 {
  z-index: 3;
  opacity: .45;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 14px;
  padding-left: 55px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  display: block;
  position: absolute;
  inset: 0;
}

.checkbox-label-3.no-label {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navigation-3 {
  height: 6.6rem;
  box-shadow: none;
  background-color: #fff0;
  border-bottom: 0 solid #0b0d0f1f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.description-wrapper-2 {
  margin-bottom: .5rem;
}

.hero-rating-text-wrap-7 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: row;
  margin-top: 9px;
  display: flex;
}

.text-color-grey-2 {
  color: #535353;
  margin-bottom: 1px;
}

.contact-card-wrapper-2 {
  flex: 0 33%;
  position: relative;
}

.form-field-2 {
  color: #0b0d0f;
  border: 1px solid #0b0d0f33;
  border-radius: .25rem;
  height: 45px;
  margin-bottom: 0;
  font-size: 16px;
}

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

.image-1368 {
  border-radius: 300px;
  width: 45px;
  height: 45px;
  margin-right: 13px;
}

.floor-plan-details-list-2 {
  grid-row-gap: .75rem;
  color: #535353;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.code-embed-11 {
  height: 400px;
  margin-top: 21px;
}

.code-embed-11.dsfv {
  display: none;
}

.logo-3 {
  grid-column-gap: .25rem;
  color: #0b0d0f;
  cursor: default;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-wrap-medium {
  width: 780px;
}

.text-wrap-medium.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-wrap-medium.margin-auto.text-align-center {
  text-align: center;
}

.rfedscx {
  color: #222;
  margin-top: 15px;
  margin-bottom: 45px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2em;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-medium {
  background-color: #ffffff0a;
  border-radius: 12px;
  padding: 35px 4rem 55px;
  box-shadow: 1px 2px 11px #00000014;
}

.form-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border: 1px solid #c7c7c7;
  border-radius: 2rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.text-span-135 {
  font-size: 36px;
}

.testimonial-image-copymobiles {
  border-radius: .75rem;
  width: 250px;
  display: none;
}

.regvdscer {
  color: #c2c2c2;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 10px;
  font-size: 24px;
}

.efwrvedas {
  color: #222;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3em;
}

.efwrvedas.fdsvcwef.fewdcsx {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.container-25 {
  justify-content: flex-start;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-25.revfdvred {
  flex-flow: column;
  max-width: none;
  margin-top: 45px;
  padding-top: 20px;
  padding-bottom: 45px;
}

.step-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.testimonial-section {
  background-color: #e0f4d442;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.testimonial-section.dsfw344 {
  background-color: #e0f4d400;
  padding-top: 140px;
  padding-bottom: 90px;
}

.testimonial-section.dsfw344.dfsgher43._32rewds333 {
  background-color: #fffcf9;
  padding-top: 60px;
  padding-bottom: 60px;
}

._3efdvervw {
  opacity: 1;
  flex: 0 auto;
  width: 300px;
  max-height: 5rem;
  margin-right: 15px;
}

.submit-button-4 {
  background-color: #000;
  border-radius: 99rem;
}

.submit-button-4.basic-text {
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: all .3s;
}

.submit-button-4.basic-text:hover {
  background-color: #2c2c2c;
}

.link-14 {
  color: #357ae8;
  font-weight: 500;
  text-decoration: underline;
}

.link-14:hover {
  color: #1a51a8;
}

.section_testimonial {
  color: #fff;
  background-color: #fff;
  border-radius: 14px;
}

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

.dsgafdsbvxc {
  border-radius: 20px;
}

.dsgafdsbvxc.noti-vefds {
  border-radius: 10px;
  max-width: 250px;
  margin-bottom: 30px;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.container-16 {
  border: 1px #000;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-16.full {
  z-index: 1;
  max-width: none;
  padding-top: 79px;
  position: relative;
}

.feature-item {
  text-align: center;
  background-color: #19469d0a;
  border-radius: 16px;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-image {
  border-radius: .75rem;
  width: 250px;
}

.space-small {
  width: 1rem;
  height: 1rem;
}

.feature-section.section-spacing {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.rewvfd {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.text-field-3 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #c7c7c7;
}

.text-field-3.small-text {
  margin-bottom: 0;
  padding: .5rem 0 .5rem 1rem;
}

.text-field-3.small-text.input-area {
  height: 100px;
}

.text-field-3.small-text.color-grey-400 {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: .5rem;
  font-size: 17px;
}

.text-field-3.small-text.color-grey-400 {
  padding-left: .5rem;
}

.text-field-3.small-text.color-grey-400:focus {
  border-bottom-color: #2c2c2c;
}

.heading-h5 {
  color: #222;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
}

.efwdscwe {
  color: #222;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3em;
}

.efwdscwe.fqweacdsx.ewfsc {
  text-align: center;
  width: 100%;
  max-width: 1380px;
  margin-bottom: 50px;
  font-size: 33px;
}

.form-wrap {
  width: 800px;
  margin: 40px auto 0;
}

.form-wrap.new-wraps {
  width: 400px;
  margin-left: 0;
}

.heading-h3 {
  color: #222;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-h3.left-side-grids.more-space-down {
  text-align: left;
  width: 80%;
  max-width: 1380px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
}

.heading-h3.left-side-grids.more-space-down.sdgdsg {
  display: none;
}

.dfdsfee {
  color: #222;
  font-size: 22px;
  line-height: 37px;
}

.testimonial-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.space-large {
  width: 3rem;
  height: 3rem;
}

.input-wrap.flex-h.gap-small {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonial_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-feature {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.grid-feature._80-grid {
  width: 100%;
}

.grid-step {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-step._80-grids {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 2.75fr;
}

.step-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.sticky-sidebar {
  position: sticky;
  top: 50px;
}

.bold-text-110 {
  font-size: 32px;
}

.image-1369, .image-1370 {
  border-radius: 16px;
  width: 359.648px;
  height: 269px;
}

.image-1371 {
  border-radius: 16px;
  width: 359.648px;
  height: 269.734px;
}

.link-15 {
  color: #0071c2;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.features-list-3 {
  grid-row-gap: .75rem;
  color: #535353;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.code-embed-12 {
  height: 100vh;
}

@media screen and (min-width: 1280px) {
  .new-forms-navs-copy.regdf {
    padding-top: 32px;
  }

  ._34efdscd {
    display: block;
    position: absolute;
    inset: 0%;
  }

  .gif-always-present {
    align-items: center;
  }

  .slider-1 {
    display: none;
  }

  .div-block-1480 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .cell-8 {
    justify-content: center;
  }

  .dfsgvcxzdfsb {
    font-size: 16px;
  }

  .text-block-1139 {
    font-size: 22px;
  }

  .text-block-1139.fdsgsdfgf {
    color: #00be0d;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
  }

  .text-block-1139.et234ewdvs {
    color: #000;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
  }

  .grid-step {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .gif-always-present {
    align-items: center;
  }

  .text-block-1139.et234ewdvs {
    color: #000;
  }

  .navbar-content {
    grid-template-columns: 1fr auto 1fr;
  }

  .container-25.revfdvred {
    max-width: 1100px;
  }

  .container-16 {
    max-width: 1400px;
  }

  .container-16.full {
    z-index: 1;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .gif-always-present {
    align-items: center;
  }

  .text-block-1139.et234ewdvs {
    color: #555;
  }

  .basic-text.color-grey-400 {
    font-size: 22px;
  }

  .efwdscwe.fqweacdsx.ewfsc, .heading-h3.left-side-grids.more-space-down {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-wrapper {
    position: relative;
  }

  .gallery-button {
    padding: .375rem .75rem;
    font-size: .75rem;
    bottom: 1rem;
    right: 1rem;
  }

  .content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-wrap: wrap-reverse;
  }

  .menu {
    z-index: 6;
    background-color: var(--white);
    border: 1px solid #0b0d0f1f;
    border-radius: .5rem;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
    display: none;
    position: absolute;
    top: 4.5rem;
    box-shadow: 0 4px 8px #0006;
  }

  .contact-card-wrapper {
    flex: 1;
  }

  .footer {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu-open {
    width: 1.5rem;
    height: 1.5rem;
  }

  .menu-close {
    width: 1.5rem;
    height: 1.5rem;
    display: none;
  }

  .menu-buttons-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    display: flex;
  }

  .menu-icons-wrapper {
    display: block;
  }

  .navigation-overlay {
    z-index: 5;
    background-color: #0b0d0ff2;
    display: none;
    position: absolute;
    inset: 4.5rem 0% 0%;
  }

  .footer-menu {
    background-color: var(--white);
    width: 100%;
    box-shadow: none;
    border: 1px #0b0d0f1f;
    border-radius: 0;
    justify-content: space-between;
    padding: 0;
    display: flex;
    position: static;
    top: 4.5rem;
  }

  .footer-navigation-wrapper {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }

  .hero-rating-wrap {
    border-top-left-radius: 1.5rem;
  }

  .full.fwesdcxz {
    width: 110px;
    height: auto;
  }

  .full.brand-logo-image {
    width: 3rem;
    height: auto;
  }

  .menu-2 {
    z-index: 6;
    background-color: #fff;
    border: 1px solid #0b0d0f1f;
    border-radius: .5rem;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
    display: none;
    position: absolute;
    top: 4.5rem;
    box-shadow: 0 4px 8px #0006;
  }

  .checkbox-label-2 {
    padding-top: 16px;
    padding-left: 60px;
    padding-right: 57px;
    font-size: 1em;
  }

  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }

  .final-option-wrapper-div {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: .9em;
    line-height: 1.1em;
  }

  ._34efdscd {
    display: block;
  }

  .slider-1 {
    width: auto;
    display: none;
  }

  .top-loader-2 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap-4 {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .new-class-dates {
    color: #000;
    font-weight: 400;
  }

  .feature-wrap {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .new-header-topper {
    padding-top: 50px;
  }

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

  .paragraph-11.efgrw, .footer-list-wrapper.horizontal.rtgfbvc {
    display: none;
  }

  .feature-wrap-5 {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .faq-section {
    display: none;
  }

  .div-block-1428 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .field-top-3.new-top-discs.last-options.dfvbwr, .field-top-3.new-top-discs.last-options.ertgfd {
    display: none;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-top.pd-72px {
    padding: 20px 15px;
  }

  .grid-footer-3-columns {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .change-date {
    color: #000;
    font-weight: 400;
  }

  .header-nav {
    padding-left: 45px;
  }

  .button-5, .button-5.newby {
    margin-top: 0;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-table-container {
    padding-top: 50px;
  }

  .pricing-table-container.regert {
    padding-top: 10px;
  }

  .pricing-table-container.regert.rgfdhghfgh {
    margin-top: 20px;
  }

  .div-block-1432 {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .section-5 {
    padding-bottom: 0;
  }

  .pricing-header-container {
    padding-left: 45px;
    padding-right: 20px;
  }

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

  .pricing-header-text {
    width: 95%;
  }

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

  .hero-section {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .button-7.navbar-button.hide-in-tablet {
    display: none;
  }

  .logo-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo-image {
    max-height: 2rem;
  }

  .logo-image.jjj {
    width: auto;
    margin-top: -5px;
  }

  .corner-bottom-left {
    width: 30px;
    height: 30px;
  }

  .hero-content {
    width: 100%;
  }

  .corner-top-right {
    width: 30px;
    height: 30px;
  }

  .hero-rating-wrap-2 {
    border-top-left-radius: 1.5rem;
  }

  .hero-bg-wrap-mobile {
    background-image: linear-gradient(#0000001a, #0000001a), radial-gradient(circle, #fff0, #0000004d), url('../images/BACKGROUND.jpeg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    border-radius: 1.5rem;
    flex-flow: column;
    padding: 5rem 1rem 6rem 1.5rem;
    display: block;
  }

  .hero-bg-wrap-desktop {
    background-image: linear-gradient(#0000001a, #0000001a), radial-gradient(circle, #fff0, #0000004d), url('../images/BACKGROUND.jpeg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    border-radius: 1.5rem;
    flex-flow: column;
    padding: 5rem 0 0;
    display: none;
  }

  .hero-heading {
    font-size: 4rem;
  }

  .icon-7 {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    inset: 50% 0% 0% 50%;
    transform: translate(-50%, -50%);
  }

  .nav-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffffff2;
    flex-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 6rem;
    display: flex;
  }

  .nav-link {
    height: auto;
  }

  .nav-link.w--current {
    height: auto;
    overflow: hidden;
  }

  .navbar-content {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .brand-logo.w--current {
    height: auto;
  }

  .menu-button {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .menu-button.w--open {
    color: #2c2c2c;
    background-color: #e7e7e7;
    border: 1px solid #c7c7c7;
    border-radius: 99rem;
  }

  .basic-text.color-grey-400.nav-menu {
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }

  .basic-text.color-grey-400.nav-menu.opacity-100 {
    display: none;
  }

  .navigation-wrapper-2 {
    position: relative;
  }

  .content-wrapper-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-wrap: wrap-reverse;
  }

  .hero-rating-wrap-3 {
    border-top-left-radius: 1.5rem;
  }

  .gallery-button-2 {
    padding: .375rem .75rem;
    font-size: .75rem;
    bottom: 1rem;
    right: 1rem;
  }

  .checkbox-label-3 {
    padding-top: 16px;
    padding-left: 60px;
    padding-right: 57px;
    font-size: 1em;
  }

  .contact-card-wrapper-2 {
    flex: 1;
  }

  .text-wrap-medium {
    width: 100%;
  }

  .testimonial-image-copymobiles {
    width: 200px;
    display: inline-flex;
  }

  .efwrvedas {
    text-align: center;
    font-size: 38px;
  }

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

  .efwrvedas.fdsvcwef.fewdcsx {
    margin-bottom: 25px;
  }

  .container-25 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .step-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-section.dsfw344.dfsgher43._32rewds333 {
    padding-top: 25px;
  }

  ._3efdvervw {
    width: auto;
    max-height: 2rem;
  }

  .dsgafdsbvxc.noti-vefds {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-16.full {
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-item {
    padding: 30px 20px 20px;
  }

  .testimonial-image {
    width: 200px;
    display: none;
  }

  .efwdscwe {
    text-align: center;
    font-size: 38px;
  }

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

  .efwdscwe.fqweacdsx.ewfsc {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .form-wrap {
    width: 100%;
  }

  .heading-h3 {
    text-align: center;
    font-size: 38px;
  }

  .heading-h3.left-side-grids {
    text-align: left;
  }

  .heading-h3.left-side-grids.more-space-down {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .heading-h3.left-side-grids.more-space-down.safafasgd {
    display: none;
  }

  .dfdsfee {
    text-align: left;
  }

  .testimonial_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-feature {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-feature._80-grid {
    grid-template-columns: 1fr;
  }

  .grid-step {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-step._80-grids {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-sidebar.more-space-2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-wrapper-large {
    width: 100%;
  }

  .gallery-wrapper-middle, .gallery-wrapper-right {
    display: none;
  }

  .gallery-wrapper {
    padding-top: 0%;
  }

  .lightbox-image.is-large {
    border-radius: 1rem;
  }

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

  .feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    white-space: nowrap;
  }

  .button.secondary.small {
    padding: .5rem;
  }

  .button.secondary.is-inline-block {
    display: inline-block;
  }

  .content-main {
    flex: none;
    width: 100%;
  }

  .menu {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .content-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-header {
    grid-row-gap: 1.5rem;
    flex-direction: column-reverse;
  }

  .pricing-button-group {
    margin-bottom: 1rem;
  }

  .table-row.last {
    flex-wrap: wrap;
  }

  .stretch.text-color-grey {
    white-space: nowrap;
  }

  .contact-content-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .features-cards-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features-columns-wrapper {
    flex-direction: column;
  }

  .amenities {
    grid-row-gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .content-card-header {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .requirements {
    grid-column-gap: 2rem;
  }

  .tab-card {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .score-card-right {
    align-items: flex-start;
  }

  .school-location-wrapper {
    flex: 1;
    align-items: flex-end;
  }

  .section-anchor {
    margin-bottom: 2rem;
  }

  .footer-menu {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-rating-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fff0;
    border: 0 solid #000;
    border-radius: 25px 0 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-2 {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .checkbox-label-2 {
    text-align: left;
    padding-top: 13px;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .final-option-wrapper-div {
    justify-content: center;
  }

  .final-option-wrapper-div.end-field-wrap.veteran-wrap.new-old-wrap.different-height.new-images-mains.final-image-mains {
    width: 425px;
  }

  .first-button {
    white-space: nowrap;
  }

  .first-button.secondary.small {
    padding: .5rem;
  }

  .first-button.secondary.is-inline-block {
    display: inline-block;
  }

  ._34efdscd {
    display: block;
  }

  .text-block-1118 {
    margin-left: 0;
    display: none;
  }

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

  .dfsgvcxzdfsb {
    margin-right: 3px;
    font-size: 18px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .content-h1.grfdger {
    font-size: 35px;
  }

  .div-block-1428 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .field-top-3 {
    width: auto;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-top.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cell-2 {
    align-items: flex-start;
  }

  .update-month-year {
    font-size: 30px;
  }

  .header-nav {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-5 {
    margin-top: 0;
  }

  .div-block-1453.sgsgds {
    margin-bottom: 15px;
  }

  .image-1358 {
    margin-left: 0;
  }

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

  .pricing-header-container {
    padding-left: 25px;
    padding-right: 10px;
  }

  .new-block-text {
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-2._123._3321.no-phones, .feature-2._123._3321.no-phones.multiple-offers {
    background-size: 22px;
  }

  .pricing-header-text {
    width: 100%;
    font-size: 21px;
  }

  .achieves-wrap {
    font-size: 14px;
  }

  .hero-section {
    margin-bottom: 0;
  }

  .logo-image.jjj {
    max-height: 4.1rem;
  }

  .hero-rating-wrap-2 {
    background-color: #fff;
    border: 0 solid #000;
    border-radius: 25px 0 0;
  }

  .background-video {
    border: 0 solid #000;
    padding-bottom: 125px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-bg-wrap-mobile {
    border: 0 solid #000;
    border-radius: 2.3rem;
    height: auto;
    padding-top: 3.5rem;
  }

  .hero-bg-wrap-mobile.ergfv {
    background-image: none;
  }

  .hero-rating-grid-item {
    border: 0 solid #000;
  }

  .hero-bg-wrap-desktop {
    border: 0 solid #000;
    border-radius: 2.3rem;
    height: auto;
    padding-top: 3.5rem;
  }

  .hero-rating-wrap-3 {
    background-color: #fff;
    border: 0 solid #000;
    border-radius: 25px 0 0;
  }

  .feature-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-8, .button-9 {
    white-space: nowrap;
  }

  .button-9.secondary.small {
    padding: .5rem;
  }

  .button-9.secondary.is-inline-block {
    display: inline-block;
  }

  .gallery-wrapper-2 {
    padding-top: 56.25%;
  }

  .checkbox-label-3 {
    text-align: left;
    padding-top: 13px;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.padding-section-medium {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .testimonial-image-copymobiles {
    width: 200px;
  }

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

  .efwrvedas.fdsvcwef.fewdcsx {
    font-size: 35px;
    line-height: 42px;
  }

  .container-25 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-25.revfdvred {
    margin-top: 20px;
  }

  .container-25.ewfsvef {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  ._3efdvervw {
    max-height: 3.5rem;
  }

  .dsgafdsbvxc.noti-vefds {
    width: 200px;
    max-width: none;
    margin-top: 0;
  }

  .container-16 {
    max-width: 100%;
  }

  .testimonial-image {
    width: 200px;
  }

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

  .efwdscwe.fqweacdsx.ewfsc {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 42px;
  }

  .heading-h3, .heading-h3.left-side-grids.more-space-down {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-h3.left-side-grids.more-space-down.safafasgd {
    display: none;
  }

  .testimonial_wrapper {
    flex-flow: column;
  }

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

  .grid-feature._80-grid {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-step._80-grids {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .listing {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation {
    display: none;
  }

  .navigation-wrapper {
    padding-top: 0;
  }

  .text-weight-medium {
    text-align: center;
    font-weight: 700;
  }

  .gallery {
    height: auto;
  }

  .title-wrapper.safdvx {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title {
    text-align: center;
    margin-top: 10px;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.3;
  }

  .description-wrapper {
    margin-bottom: 0;
  }

  .gallery-wrapper-large {
    height: auto;
  }

  .gallery-wrapper-middle {
    z-index: 999999999;
  }

  .gallery-wrapper {
    min-height: auto;
    padding-top: 0;
  }

  .lightbox-link.is-full {
    z-index: 999999999;
    display: none;
    position: relative;
  }

  .text-color-grey {
    color: var(--dim-grey);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 18px;
  }

  .gallery-button {
    z-index: 9;
    bottom: -.4rem;
  }

  .features-wrapper.bhhh {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 20px;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .feature {
    grid-row-gap: .1rem;
    padding-top: 0;
  }

  .feature.gdvcx {
    grid-row-gap: .1rem;
    border-right-width: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    display: block;
  }

  .contact-card {
    z-index: 999999;
    grid-row-gap: .9rem;
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
    margin-top: -67px;
    padding-top: .75rem;
    padding-bottom: .7rem;
    position: static;
    bottom: 0;
    box-shadow: 0 2px 10px 10px #0b0d0f1f;
  }

  .contact-card.new-dards {
    border-radius: 15px;
    width: auto;
    padding: 1.5rem 1.5rem 2rem;
  }

  .contact-card.new-dards.sdfgewradvsc.dsgsdfgds {
    padding-top: 2.2rem;
    padding-bottom: .5rem;
    display: block;
  }

  .contact-card.new-dards {
    border-radius: 10px;
    padding-top: .7rem;
  }

  .button.full-width {
    color: var(--white-smoke);
    background-color: #ec2247;
    border-color: #ec2247;
    margin-right: 10px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 600;
  }

  .button.full-width.tytyt {
    background-color: #745ad7;
    border-width: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button.secondary {
    border-color: var(--black);
    color: var(--black);
  }

  .button.text.is-left-mobile {
    justify-content: flex-start;
  }

  .contact-heading-wrapper {
    display: none;
  }

  .contact-heading-wrapper.fgsdgf {
    margin-top: 0;
    padding-left: 0;
    display: block;
  }

  .vertical-button-group {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .phone-number-wrapper, .content-card {
    display: none;
  }

  .content-main-heading-wrapper {
    margin-top: 35px;
  }

  .content-main-heading-wrapper.gfsfdg {
    margin-top: 44px;
  }

  .pricing-button-group {
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-card-wrapper {
    z-index: 999999999;
    background-color: #fff;
    border-radius: 15px;
    position: static;
    inset: auto 0% 0%;
  }

  .contact-card-wrapper.dfgfdgfds {
    display: none;
  }

  .contact-card-wrapper.erwgsdfv {
    display: block;
  }

  .floor-plan-details-list-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
  }

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

  .rich-text-block p {
    margin-bottom: 0;
  }

  .features-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .features-columns-wrapper.has-border-bottom {
    border-bottom-width: 0;
    margin-bottom: 41px;
  }

  .requirements, .address-wrapper {
    grid-row-gap: .75rem;
    flex-wrap: wrap;
  }

  .tab-cards-wrapper, .score-cards-wrapper {
    grid-template-columns: 1fr;
  }

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

  .slider.werf23 {
    padding-top: 202%;
  }

  .slider.werf23.asfdczxvc-xsd {
    padding-top: 136%;
  }

  .form-wrapper.is-tour, .form-wrapper.is-message {
    z-index: 2147483647;
    display: none;
  }

  .form {
    padding-top: 15px;
  }

  .form-fileds-2-columns {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .form-field-wrapper {
    width: 100%;
  }

  .form-field-wrapper.fvdsdas {
    margin-bottom: 0;
  }

  .form-message-wrapper {
    padding-top: 1rem;
  }

  .section-anchor {
    display: none;
  }

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

  .div-block {
    margin-top: 25px;
    padding: 0 0% 69px;
  }

  .slide-nav {
    display: none;
  }

  .slide-2 {
    background-image: url('../images/Inside2.PNG');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/Main-Image.png');
    background-position: 27%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/-Bedroom3.PNG');
    background-position: 27%;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/Main-Image.png');
    background-position: 27%;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/Inside2.PNG');
    background-position: 27%;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/Kitchen1.PNG');
    background-position: 27%;
    background-size: cover;
  }

  .slide-8 {
    background-image: url('../images/-Bedroom3.PNG');
    background-position: 27%;
    background-size: cover;
  }

  .slide-9 {
    background-image: url('../images/Bedroom2.PNG');
    background-position: 27%;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/Bedroom1.PNG');
    background-position: 27%;
    background-size: cover;
  }

  .slide-22 {
    background-image: url('../images/Main-Image.png');
    background-position: 27%;
    background-size: cover;
  }

  .slide-11 {
    background-image: url('../images/Bathroom2.PNG');
    background-position: 27%;
    background-size: cover;
  }

  .slide-12 {
    background-image: url('../images/Inside3.PNG');
    background-position: 27%;
    background-size: cover;
  }

  .slide-13 {
    background-image: url('../images/Inside1.PNG');
    background-position: 27%;
    background-size: cover;
  }

  .slide-3-copy {
    background-image: url('../images/Main-Image.png');
    background-position: 27%;
    background-size: cover;
  }

  .slide-14 {
    background-image: url('../images/Nighttime.png');
    background-position: 27%;
    background-size: cover;
  }

  .slide-15, .slide-16 {
    background-image: url('../images/Main-Image.png');
    background-position: 27%;
    background-size: cover;
  }

  .slider-2 {
    height: 314px;
    display: block;
  }

  .dfdvaczxvwd.xcvcxv {
    margin-bottom: 35px;
  }

  .code-embed {
    border-radius: 10px;
    height: 200px;
  }

  .div-block-2 {
    z-index: 9;
    background-color: var(--white-smoke);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 20px;
    margin-top: -16px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .left-arrow-2 {
    opacity: .65;
  }

  .right-arrow-2 {
    opacity: .83;
  }

  .icon {
    color: var(--white);
    text-shadow: 0 1px 1px #0003;
  }

  .select-field {
    border-radius: 0;
  }

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

  .small-text-3.color-grey-400.bold {
    line-height: 1.3;
  }

  .small-text-3.color-grey-400.bold.efdsv {
    margin-top: 4px;
    margin-bottom: 2px;
  }

  .small-text-3.color-grey-400.bold.efdsv.sdagv {
    margin-bottom: 6px;
  }

  .small-text-3.color-grey-400.bold.efdsv.sdagv.sdafdsa {
    font-size: .8rem;
    display: none;
  }

  .small-text-3.color-grey-400.bold.fsdvcx {
    font-size: 1rem;
  }

  .small-text-3.color-grey-400.bold {
    text-align: right;
    padding-top: 10px;
  }

  .hero-rating-stars {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-start;
  }

  .client-avator {
    border-width: 2px;
    width: 35px;
    height: 35px;
  }

  .client-avator.hndyhfg {
    margin-left: -1.1rem;
  }

  .hero-rating-clients-wrap {
    margin-left: 13px;
  }

  .hero-rating-wrap {
    z-index: 999999999;
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    background-color: #fff0;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 0;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center;
    width: 100%;
    margin: 15px auto 25px;
    padding: .5rem 0 0;
    display: grid;
    position: relative;
    right: 0%;
  }

  .hero-rating-wrap.fgdbvcx {
    display: none;
  }

  .hero-rating-text-wrap-2, .hero-rating-text-wrap {
    width: 100%;
  }

  .hero-rating-text-wrap.dsafdsgs.gsfdfg, .hero-rating-text-wrap.dsafdsgs.gsfdfg.fsdgfgf {
    width: 160px;
  }

  .hero-rating-text-wrap.dsafdsgs.gsfdfg.fgsdgf {
    height: 205.492px;
  }

  .hero-rating-text-wrap.dsafdsgs.gsfdfg.fgsdgf.dfgfdsgfd {
    display: none;
  }

  .hero-rating-text-wrap.dsafdsgs.gsfdfg.fgsdgf.ergrew {
    height: auto;
    display: block;
  }

  .hero-rating-text-wrap.dsafdsgs.gsfdfg.fdsfds, .hero-rating-text-wrap.dsafdsgs.gsfdfg.fdsfds.dsfdssfds {
    height: 205.492px;
  }

  .hero-rating-text-wrap.dsafdsgs.gsfdfg.fdsfds.dsfdssfds.gdsgdfg {
    box-shadow: none;
    background-image: url('../images/2-2-2.png');
  }

  .hero-rating-text-wrap.dsafdsgs.gsfdfg.fdsfds.fgfdsgdf {
    box-shadow: none;
  }

  .hero-rating-text-wrap.dsafdsgs.gsfdfg.sfgdsg {
    display: none;
  }

  .full.fwesdcxz {
    width: 210px;
    height: auto;
    font-size: 9px;
  }

  .full.brand-logo-image {
    width: 2.5rem;
    height: auto;
  }

  .icon-size-normal-xs-3.color-yellow {
    width: 1rem;
    height: 1rem;
  }

  .navigation-2 {
    background-position: 0 0, 50% 46%;
    height: auto;
    padding-bottom: 10px;
    display: block;
  }

  .image {
    width: 120px;
    margin-top: 28px;
    display: block;
  }

  .div-block-3 {
    z-index: 2147483647;
    background-color: #ffffffe6;
    justify-content: center;
    align-items: flex-start;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .loader {
    z-index: 2147483647;
    background-color: #f9fefff7;
    background-image: url('../images/Screenshot-2025-07-18-at-3.39.07-AM.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image-2 {
    width: 70%;
  }

  .field-label-2, .field-label-2.sgsfg {
    font-size: 16px;
  }

  .field-label-2.sgsfg {
    margin-top: 7px;
    font-size: 16px;
  }

  .efgdasgae._3refewge.dfgfsdg {
    font-size: 18px;
  }

  .efgdasgae._3refewge.dfgfsdg.gdfsg {
    color: #a8a8a8;
    margin-bottom: 0;
  }

  .efgdasgae._3refewge.dfgfsdg.gdfsg.dfsgfsd {
    color: #979797;
    text-align: center;
  }

  .efgdasgae._3refewge.dfgfsdg.gdfsg.dfsgfsd.dfgdfgs {
    margin-top: 0;
    margin-bottom: 40px;
    display: none;
  }

  .efgdasgae._3refewge.dfgfsdg.sdfds {
    margin-bottom: 0;
  }

  .efgdasgae._3refewge.dfgfsdg.sdfds.gfdsgasd {
    position: relative;
    top: -14px;
    left: -1px;
  }

  .efgdasgae._3refewge.dfgfsdg.sadgg {
    margin-top: -11px;
  }

  .sgfsgfg {
    color: #036400;
  }

  .new-smaller-text {
    margin-top: 0;
    line-height: .7em;
    display: inline-block;
  }

  .checkbox-label-2 {
    text-align: left;
    padding-top: 14px;
    padding-left: 47px;
    padding-right: 0;
    font-size: 1em;
  }

  .checkbox-wrapper {
    background-position: 10px;
    background-size: 20px;
    height: 40px;
    margin-bottom: 15px;
  }

  .final-option-wrapper-div {
    justify-content: center;
  }

  .final-option-wrapper-div.end-field-wrap.veteran-wrap.new-old-wrap.different-height {
    width: 85%;
    margin: 7px auto 78px;
  }

  .final-option-wrapper-div.end-field-wrap.veteran-wrap.new-old-wrap.different-height.new-images-mains.final-image-mains {
    width: 100%;
    margin-top: 22px;
    margin-bottom: -5px;
    display: flex;
  }

  .checkbox-active-overlay {
    opacity: 0;
    background-position: 10px;
    background-size: 22px;
    border-radius: 5px;
  }

  .checkbox-active-overlay.smaller-check-box.new-smallest {
    margin-right: -2px;
  }

  .bold-text {
    font-size: 21px;
    line-height: 1.5;
  }

  .bold-text.sdgasgd {
    color: #424242;
    font-size: 15px;
  }

  .second-class {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .second-class.new-pages2 {
    display: block;
  }

  .first-class {
    width: 100%;
    display: block;
  }

  .heading-2.fdgdfg {
    margin-top: 5px;
  }

  .heading-2.fdgdfg.gdfvcx {
    display: none;
  }

  .heading-3._35rewf {
    margin-bottom: 35px;
  }

  .text-span {
    color: gold;
  }

  .dfdsfsafsa {
    font-size: .875rem;
  }

  .dfdsfsafsa.color-grey-400.bold {
    line-height: 1.3;
  }

  .dfdsfsafsa.color-grey-400.bold.efdsv {
    margin-top: 4px;
    margin-bottom: 2px;
  }

  .dfdsfsafsa.color-grey-400.bold.efdsv.sdagv.sdafdsa {
    font-size: .8rem;
    display: none;
  }

  .dfdsfsafsa.color-grey-400.bold.efdsv.sdagv.sdafdsa.dsfdss {
    color: #2c2c2cb5;
    margin-bottom: 7px;
    font-size: .7rem;
    display: block;
  }

  .dfdsfsafsa.color-grey-400.bold.fsdvcx {
    font-size: 1rem;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 16px;
  }

  .first-button.full-width {
    color: var(--white-smoke);
    background-color: #ec2247;
    border-color: #ec2247;
    margin-right: 10px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 600;
  }

  .first-button.full-width.tytyt {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .first-button.secondary {
    border-color: var(--black);
    color: var(--black);
  }

  .first-button.text.is-left-mobile {
    justify-content: flex-start;
  }

  .body-4 {
    box-shadow: none;
  }

  .code-embed-4 {
    background-color: #000;
    height: 100vh;
    margin-top: 47px;
  }

  .new-forms-navs-copy {
    border-bottom-color: #e0e0e080;
    padding-top: 20px;
    padding-bottom: 15px;
    display: block;
  }

  ._34efdscd {
    display: block;
    inset: 0%;
  }

  .loader-div-2 {
    display: block;
  }

  .gif-always-present {
    display: flex;
  }

  ._333333 {
    opacity: 1;
    display: none;
  }

  .heading-149 {
    font-size: 28px;
  }

  .heading-149.ewrfdc.wetwfd._34refdcs {
    font-size: 16px;
  }

  .heading-149.ewrfdc.ergfvdsc {
    font-size: 30px;
  }

  .slider-1 {
    height: 85px;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  ._11111 {
    opacity: 0;
  }

  .back-button-holder-3 {
    position: relative;
  }

  .roof-advisor-logo-black-2 {
    text-align: left;
    background-position: 41% 39%;
    background-size: 100px;
    font-size: 22px;
  }

  .rate-number {
    font-size: 28px;
  }

  .rate-number.ewrfdc.eerqwefd.efdsvcx {
    font-size: 30px;
  }

  ._444444 {
    display: none;
  }

  .payment-monthly {
    font-size: 28px;
  }

  .payment-monthly.ewrfdc.eerqwefd.gefdvc.efwger {
    font-size: 30px;
  }

  ._22222 {
    opacity: 0;
    width: 90%;
  }

  .div-block-1475 {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 150vh;
    padding-top: 87px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .div-block-1475.dsgaegfdvc {
    display: block;
  }

  .div-block-1475.dsgaegfdvc.sdafvadfsvc-x {
    background-image: linear-gradient(#00000070, #00000070);
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .heading-150 {
    color: #484843;
    font-size: 2rem;
    font-weight: 600;
  }

  .container-3 {
    display: block;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .div-block-1476 {
    background-color: #fff;
    border-top-width: 0;
    border-top-color: #eee;
    height: auto;
    padding-top: 12px;
    padding-bottom: 10px;
    inset: 0% 0% auto;
  }

  .div-block-1476.efdsavre {
    z-index: 99999999;
    padding-top: 0;
    padding-bottom: 3px;
    font-size: 12px;
    inset: auto 0% 0%;
  }

  .container-4 {
    flex-flow: row;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-6 {
    color: #077ff1;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 5px;
  }

  .text-block-4 {
    color: #303030;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
  }

  .text-block-4.efwevds {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.5;
    display: none;
  }

  .text-block-4.fdgdfgf {
    margin-left: 10px;
    font-size: 13px;
    text-decoration: none;
  }

  .text-block-4.dfscxz {
    font-size: 15px;
    text-decoration: none;
  }

  .div-block-1477 {
    margin-left: 15px;
    margin-right: 15px;
    display: none;
  }

  .button-2 {
    color: #000;
    background-color: #d6d6d6;
    background-image: url('../images/blackkkkk.png');
    background-position: 12%;
    border: 2px solid #ebebeb;
    margin-top: 7px;
    margin-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

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

  .bold-text-4 {
    color: #3a3a3a;
    border-bottom: 0 solid #000;
    font-size: 17px;
    font-weight: 600;
  }

  .bold-text-4.rgfdvdf {
    color: #303030;
    border-bottom-width: 0;
    border-bottom-color: #3a3a3a;
    font-size: 17px;
  }

  .text-span-7 {
    font-size: 13px;
    text-decoration: underline;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .link-2 {
    color: var(--dim-grey);
    font-size: 13px;
    text-decoration: underline;
  }

  .bold-text-6 {
    color: #745ad7;
    border-bottom: 0 solid #03417ad1;
    text-decoration: none;
  }

  .div-block-1479, .container-20 {
    display: block;
  }

  .faq-paragraph {
    font-size: 16px;
  }

  .div-block-1455 {
    background-color: #f5f5f5;
    border-radius: 9px;
    align-items: flex-start;
    width: auto;
    padding: 8px 13px 15px;
  }

  .form-12 {
    width: 100%;
  }

  .feature-wrap-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .feature-wrap-4.nolol {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .text-block-1118 {
    margin-top: 7px;
    margin-bottom: auto;
    margin-left: 28px;
    display: none;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .text-block-1129 {
    font-size: 17px;
  }

  .cell-3 {
    display: flex;
  }

  .new-class-dates {
    margin-top: 15px;
    font-family: Lato, sans-serif;
    font-size: 15px;
  }

  .icon-6 {
    display: none;
  }

  .question-title {
    flex: 1;
  }

  .image-7 {
    width: 187px;
    margin-top: -2px;
    padding-top: 4px;
    padding-bottom: 9px;
  }

  .image-7.bnvhgv {
    background-color: #fff0;
    width: 191px;
    padding-left: 0;
  }

  .image-7.bnvhgv.dvdsx.sdafdsf {
    opacity: .87;
    width: 100px;
  }

  .image-7.bnvhgv.dvdsx.sdafdsf.dgfsgsfg {
    width: 34px;
    margin-top: 14px;
    margin-right: 8px;
  }

  .feature-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .feature-wrap.wefdsc {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .new-header-topper {
    padding-top: 0;
  }

  .div-block-1480 {
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    display: none;
    position: relative;
  }

  .container-default {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fsdfsd.gsdgfds.efewfvdas.ewfgare {
    width: 100%;
  }

  .fsdfsd.gsdgfds.efewfvdas.ewfgare.sgsfgfdg {
    margin-top: -54px;
    margin-left: 0;
    display: block;
  }

  .cell-8 {
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0;
    margin-right: 0;
    padding: 13px 15px;
  }

  .quick-stack-2.dfgsdfvc {
    padding-left: 15px;
  }

  .quick-stack-2.dfgsdfvc.sdfacxz.dvsfds {
    padding-top: 0;
  }

  .quick-stack-2.dfgsdfvc.dfgsfsdafv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 15px;
    padding-bottom: 3px;
  }

  .paragraph-11.efgrw {
    display: none;
  }

  .link-4.smaller23 {
    margin-top: 0;
  }

  .form-block-4 {
    margin-top: -69px;
  }

  .div-block-1452 {
    width: 100%;
  }

  .div-block-1452.sdvsvas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-left: 0;
    display: inline-grid;
  }

  .div-block-1452._23fewdsf.fdsfsdf.ewgfdsver {
    flex-flow: column;
  }

  .footer-list-wrapper.horizontal {
    flex-direction: column;
    width: 100%;
  }

  .footer-list-wrapper.horizontal.rtgfbvc {
    display: none;
  }

  .link-6 {
    color: #242424;
    text-decoration: underline;
  }

  .feature-wrap-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .feature-wrap-5.nolol {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-1426 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .div-block-1481 {
    width: 100%;
  }

  .paragraph-9 {
    position: relative;
  }

  .faq-section {
    padding-left: 25px;
    padding-right: 25px;
    display: none;
  }

  .text-block-1145 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .text-span-2 {
    color: #497ce8;
  }

  .menu-button-4 {
    display: none;
  }

  .ewdsx23 {
    background-position: 0 10%;
    background-size: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 21px;
    font-size: 16px;
    display: block;
  }

  .dfsgvcxzdfsb {
    margin-right: 5px;
    font-size: 18px;
  }

  .content-h1 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .content-h1.grfdger {
    margin-right: 10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 25px;
  }

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

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

  .div-block-1428.ergsdfb {
    display: block;
  }

  .div-block-1428.ergsdfb.dsfgbcv, .loading-screen {
    display: none;
  }

  .dropdown-list.w--open {
    width: 300px;
    margin-left: 0;
    left: -172px;
  }

  .field-top-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .field-top-3.new-top-discs {
    background-color: #f5f5f500;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 2px 5px #00000024;
  }

  .field-top-3.new-top-discs.last-options {
    background-color: #f5f5f500;
    padding-bottom: 0;
  }

  .field-top-3.new-top-discs.last-options.third-op, .field-top-3.new-top-discs.last-options.dfvbwr, .field-top-3.new-top-discs.last-options.ertgfd {
    display: none;
  }

  .field-top-3.new-top-discs.last-options.gfshtr {
    display: block;
  }

  .field-top-3.new-top-discs.last-options.fourth-op {
    display: none;
  }

  .text-block-1139.fdsgsdfgf {
    font-weight: 600;
  }

  .text-block-1139.et234ewdvs {
    color: #333;
    font-weight: 600;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-top.pd-72px {
    padding-top: 24px;
    padding-bottom: 15px;
  }

  .text-field-7 {
    display: none;
  }

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

  .smaller-rate-button {
    background-color: #1840adeb;
    margin-top: 0;
    padding-left: 20px;
  }

  .smaller-rate-button.nrbut {
    display: none;
  }

  .dropdown-toggle {
    margin-top: 0;
    display: none;
  }

  .cell-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .cell-2.new-cell-smaller {
    flex-flow: column;
  }

  .update-month-year {
    color: #1a1a1a;
    text-align: left;
    text-shadow: 3px 3px 8px #fff;
    width: 100%;
    margin: 20px auto 11px;
    font-family: Lato, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
  }

  .change-date {
    font-family: Lato, sans-serif;
    font-size: 15px;
  }

  .change-date.sdfdsfd {
    margin-top: 15px;
  }

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

  .header-nav {
    background-color: #fff0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 8px 12px 0;
    display: none;
  }

  .update-date {
    background-image: none;
    width: auto;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .button-5 {
    background-color: #497ce8;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 20px;
  }

  .button-5.newby {
    background-size: 21px;
    width: 100%;
    margin-bottom: 0;
    padding-right: 30px;
    font-size: 22px;
    display: block;
    overflow: visible;
    box-shadow: 0 1px 3px 2px #0003;
  }

  .button-5.newby.fdgfdgs {
    background-image: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    font-size: 17px;
  }

  .button-5.newby.fdgfdgs.tdfgdfs {
    font-size: 16px;
  }

  .button-5.newby.fdgfdgs.tdfgdfs.dfgdsf {
    margin-bottom: 0;
  }

  .button-5.hidden-class {
    top: -64px;
    left: 0;
  }

  .button-5.hidden-class.smaller-class {
    background-position: 88% 52%;
    border-radius: 7px;
    width: 89px;
    height: 43px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 9px 15px 12px;
    top: auto;
    right: auto;
  }

  .button-5.hidden-class.smaller-class.asfewg.dsfdsg {
    width: 174px;
    margin-bottom: 0;
    padding-right: 44px;
  }

  .button-5.hidden-class.smaller-class.asfewg.dsfdsg.dsfsadg {
    background-position: 90% 52%;
  }

  .button-5.hidden-class.smaller-class.gfdvsbsfd {
    width: auto;
  }

  .button-5.new-button-new.fghrtjfg {
    background-position: 89% 52%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 44px;
  }

  .button-5.new-button-new.fghrtjfg.ewrewrew {
    padding-right: 57px;
  }

  .text-block-1128 {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
  }

  .bold-text-89 {
    font-size: 11px;
  }

  .div-block-1427 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
    display: flex;
  }

  .div-block-1427.fgdfsgdfg {
    margin-top: 18px;
    margin-right: 22px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .div-block-1427.fgdfsgdfg.sddsffsdag {
    margin-top: 29px;
  }

  .div-block-1427.fdgdsf {
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    margin-left: auto;
  }

  .div-block-1427.fdgdsf.dsafsdv {
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-1427.fdgdsf.dsafsdv.sdgfvxcasdvb {
    display: none;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    width: 100%;
  }

  .pricing-table-container {
    padding-top: 0;
  }

  .pricing-table-container.regert {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-table-container.regert.rthgfbrts {
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-table-container.regert.rgfdhghfgh {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .pricing-table-container.regert.rgfdhghfgh.gdfgfdgfd {
    display: block;
  }

  .pricing-table-container.regert.rgfdhghfgh.gdfgfdgfd.dfd {
    padding-left: 0;
  }

  .div-block-1432 {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-1432.erqfer {
    display: none;
  }

  .div-block-1453.sgsgds {
    margin-bottom: 5px;
  }

  .code-embed-10 {
    display: none;
  }

  .section-5 {
    padding: 0 25px;
  }

  .section-5.ergfdvc {
    padding-bottom: 15px;
  }

  .section-5.ergfdvc.erwgfdsv {
    padding-bottom: 8px;
  }

  .image-1358 {
    width: 60px;
    height: 10px;
    margin-top: 0;
    margin-bottom: 7px;
    margin-left: 0;
  }

  .heading-144 {
    padding: 10px 5px;
    font-size: 16px;
  }

  .heading-144.new-ckre {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .heading-144.new-ckre.gfdsgsdags {
    background-color: #1f1f1fd4;
  }

  .heading-144.new-ckre.ergfdbv {
    background-color: #f5bc2294;
    padding: 9px 7px;
  }

  .heading-144.new-ckre.ergfdbv.sfdvcsdfvb {
    margin-left: auto;
  }

  .heading-144.new-ckre.ergfdbv.sfdvcsdfvb.dsfgdgr {
    background-color: #f5bc222b;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .div-block-1433 {
    flex-flow: column;
    display: flex;
  }

  .pricing-header-container {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-header-container.new-header {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 20px;
    display: flex;
  }

  .new-block-text {
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .new-block-text.mnwerewrw {
    display: none;
  }

  .footer-logo {
    width: 60px;
    max-width: 240px;
  }

  .footer-logo.dsafsdaf {
    width: 110px;
  }

  .footer-logo.dsafsdaf.ergw {
    width: 42px;
    margin-left: -17px;
    margin-right: 7px;
  }

  .feature-2 {
    margin-bottom: 0;
    font-size: 17px;
  }

  .feature-2._123 {
    background-image: url('../images/a1graycheck_1a1graycheck.gif');
    background-position: 0%;
    background-size: 16px;
    margin-bottom: 10px;
    padding-left: 28px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

  .feature-2._123._3321 {
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
  }

  .feature-2._123._3321.no-phones {
    background-size: 21px;
    padding-left: 28px;
    line-height: 23px;
  }

  .feature-2._123._3321.no-phones.multiple-offers {
    background-size: 20px;
  }

  .feature-2._123.dddf {
    background-image: url('../images/a1graycheck_1a1graycheck.gif');
    background-position: 0%;
    margin-bottom: 5px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .account-menu-wrap {
    padding-top: 0;
  }

  .pricing-header-text {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    display: block;
  }

  .pricing-header-text.rgefs {
    margin-bottom: 0;
    font-size: 18px;
  }

  .image-1355 {
    width: 120px;
    margin-left: 20px;
  }

  .image-1355.dsgdfgds.new-smaller-class {
    width: 190px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-1454.dfgsdfg {
    display: none;
  }

  .brand-2 {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .div-block-1425 {
    margin-top: 0;
    margin-bottom: -1px;
  }

  .image-1363 {
    width: 60px;
  }

  .section-6 {
    background-color: #fff;
    padding-top: 0;
  }

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

  .feature-3 {
    font-size: 16px;
  }

  .feature-3.ersgfdvdf {
    color: var(--dim-grey);
    margin-top: 10px;
    margin-bottom: 1px;
    font-size: 11.5px;
  }

  .feature-3.gdfcewa {
    display: none;
  }

  .bold-text-101 {
    color: #000;
    font-size: 18px;
  }

  .button-6 {
    color: #fff;
    text-align: center;
    background-color: #745ad7;
    border: 1px solid #745ad7;
    border-radius: 7px;
    width: 129px;
    margin-bottom: auto;
    margin-left: auto;
    padding: 9px 7px;
    font-size: 16px;
    font-weight: 600;
    display: block;
  }

  .button-6.dsagdsv {
    color: var(--black);
    background-color: #e4e5e9;
    border: 1px solid #cacaca;
    margin-left: auto;
  }

  .efdsavc {
    font-size: 18px;
    font-weight: 600;
  }

  .bold-text-102 {
    font-size: 15px;
  }

  .text-span-8 {
    color: #c7a900;
  }

  .hero-rating-clients-wrap-2 {
    margin-left: 18px;
  }

  .hero-rating-text-wrap-3 {
    text-align: center;
    margin-top: 0;
  }

  .bold-text-103 {
    text-align: center;
    width: 100%;
    font-size: 10px;
    display: inline-block;
  }

  .bold-text-103.rfgd {
    width: 129.234px;
    margin-top: 15px;
  }

  .bold-text-103.rfgd.dfvbcx {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .bold-text-104 {
    color: var(--medium-slate-blue);
    font-size: 13px;
    font-weight: 600;
  }

  .efver {
    margin-top: 3px;
    font-size: 38px;
    line-height: 47px;
  }

  .efver.frrrtrt {
    margin-bottom: 15px;
    margin-right: 0;
    font-family: Droid Serif, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }

  .yellow-circle {
    background-image: url('../images/332211.png');
    background-repeat: no-repeat;
    background-size: 102px 29px;
    font-weight: 400;
  }

  .bold-text-105 {
    font-weight: 400;
  }

  .bold-text-106 {
    font-weight: 800;
  }

  .erg4ervwfds {
    color: var(--dim-grey);
    margin-top: 0;
    font-size: 12px;
    line-height: 1.3;
  }

  .erg4ervwfds.ersgfdvdf {
    color: var(--dim-grey);
    margin-bottom: 1px;
    font-size: 11.5px;
  }

  .slider-3 {
    width: 100%;
    height: 100vh;
  }

  .slide-23 {
    background-image: url('../images/C22B7DC2-37C9-4A3E-A45B-740A31182547.png');
    background-position: 0 0;
    background-size: cover;
    height: auto;
  }

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .ervdferf {
    background-image: url('../images/036F505F-AB52-4038-B61F-33E68C8B444C.png');
    background-position: 50%;
    background-size: cover;
  }

  .egrdvfxc {
    background-image: url('../images/81107348-EBAC-494F-9B80-F45E8E8A65DF.png');
    background-position: 50%;
    background-size: cover;
  }

  .erfvds {
    background-image: url('../images/339382C2-0043-413A-8E49-876C0C4ACA1E.png');
    background-position: 50%;
    background-size: cover;
  }

  .ergfvdc {
    background-image: url('../images/40E52044-9230-48EF-A6F3-9DBE976C801A.png');
    background-position: 50%;
    background-size: cover;
  }

  .gtrbwer {
    background-image: url('../images/1DD59F45-83D9-46A2-94A9-978C96F18E16.png');
    background-position: 50%;
    background-size: cover;
  }

  .wgredv {
    background-image: url('../images/46E37FB3-29F5-4F70-B0D4-B5DEB8151F93.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide-nav-2 {
    display: none;
  }

  .div-block-1483 {
    z-index: 99999999;
    background-color: #00000069;
    background-image: linear-gradient(#0000006e, #fff0);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-top: 66px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .heading-151 {
    box-shadow: none;
    color: var(--white);
    text-align: center;
    margin-top: 39px;
    font-size: 32px;
    font-weight: 600;
  }

  .reaghertdfb {
    background-image: url('../images/46E37FB3-29F5-4F70-B0D4-B5DEB8151F93.png');
    background-position: 50%;
    background-size: cover;
  }

  .eradgfbvcdfbcv {
    background-image: url('../images/C22B7DC2-37C9-4A3E-A45B-740A31182547.png');
    background-position: 0 0;
    background-size: cover;
    height: auto;
  }

  .div-block-1484 {
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .div-block-1485 {
    width: 50vw;
    height: 100vh;
  }

  .div-block-1485.dagsdgg {
    background-image: url('../images/image-2.png');
    background-position: 0 0;
    background-size: contain;
    height: 1500px;
    margin-top: -700px;
  }

  .div-block-1485.sadgfagf {
    background-image: url('../images/Big-Image-1.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 1500px;
  }

  .image-1365 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-107 {
    font-weight: 600;
  }

  .ergfdbvaerbfd {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 15px;
  }

  .ergfdbvaerbfd.dfgbvczfn {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .ergfdbvaerbfd.dfgbvczfn.sgdvcx {
    border-radius: 10px;
  }

  .hero-description {
    width: 100%;
    margin-top: -5px;
  }

  .achieves-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .hero-section {
    height: auto;
    margin-bottom: 0;
    padding: 2.8rem 0 1rem;
  }

  .button-7.primary {
    margin-bottom: 20px;
    margin-right: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.4rem;
    display: inline-flex;
  }

  .button-7.primary.ertwgfdsv {
    margin-bottom: -10px;
  }

  .button-7.primary.ertwgfdsv.new-autos {
    margin-left: 0;
    box-shadow: 0 2px 5px 3px #0003;
  }

  .button-7.navbar-button.hide-in-tablet {
    margin-top: 1rem;
    display: inline-flex;
  }

  .button-7.navbar-button.hide-in-mobile {
    display: none;
  }

  .logo-list.r34wefdsc {
    flex-flow: row;
  }

  .logo-image {
    max-height: 3.5rem;
    margin-left: 4px;
    margin-right: 4px;
  }

  .logo-image.ergfdvs {
    max-height: 2.8rem;
  }

  .logo-image.jjj {
    width: 150px;
    margin-left: 16px;
    margin-right: 0;
  }

  .logo-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .corner-bottom-left {
    width: 25px;
    height: 25px;
  }

  .hero-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    padding: 0 0 1.8rem;
  }

  .achieve-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .corner-top-right {
    width: 25px;
    height: 25px;
  }

  .client-avator-2 {
    border-width: 2px;
    width: 65px;
    height: 65px;
  }

  .hero-rating-clients-wrap-3 {
    margin-left: 18px;
  }

  .hero-rating-wrap-2 {
    z-index: 999999999;
    background-color: #fff;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: .5rem .5rem 0 0;
    display: none;
    position: relative;
    right: 0%;
  }

  .button-bg {
    padding-top: 15px;
  }

  .button-bg.wefdsvcx {
    box-shadow: 0 2px 5px 8px #0009;
  }

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

  .background-video {
    padding-top: 3rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
  }

  .background-video.newefsdv {
    padding-top: 1.6rem;
    padding-left: 1.2rem;
  }

  .hero-rating-grid {
    grid-template-rows: max-content auto;
    grid-template-columns: auto 1fr;
    width: 100%;
    display: none;
  }

  .hero-bg-wrap-mobile {
    background-image: linear-gradient(#0000, #0000), radial-gradient(circle, #fff0, #0000004d), url('../images/BACKGROUND.jpeg');
    border-radius: 1.5rem;
    height: auto;
    padding: 3rem 1rem 8rem 1.5rem;
  }

  .hero-bg-wrap-mobile.ergfv {
    padding: 0;
    display: none;
  }

  .efwcds2332 {
    font-size: 1.2rem;
  }

  .small-text {
    font-size: 1rem;
    font-weight: 500;
  }

  .small-text.color-black {
    margin-right: .5rem;
    font-size: 1.1rem;
  }

  .hero-bg-wrap-desktop {
    background-image: none;
    border-radius: 1.5rem;
    height: auto;
    padding: 0;
    display: block;
  }

  .large-text-xl {
    color: #222;
    margin-bottom: 8px;
    font-size: 2.1rem;
    font-weight: 600;
  }

  .hero-heading {
    text-transform: none;
    font-size: 23px;
    line-height: 1.2;
  }

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

  .hero-rating-text-wrap-5 {
    width: 100px;
  }

  .bold-text-108 {
    text-transform: none;
    font-size: 30px;
    line-height: 1.3;
  }

  .bold-text-108.new-text.wefsdcgs {
    font-size: 28px;
  }

  .upper-text.linehigh-small {
    font-size: 1.75rem;
  }

  .icon-7 {
    width: 2rem;
    height: 2rem;
  }

  .navbar-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 9px;
  }

  .brand-logo {
    height: 1.5rem;
    margin-left: 34px;
    padding-left: 0;
  }

  .brand-logo.w--current {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex: none;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .menu-button.w--open {
    width: 2.5rem;
    height: 2.5rem;
    padding-bottom: 0;
  }

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

  .basic-text.color-grey-400.nav-menu {
    font-size: 1.125rem;
  }

  .basic-text.color-grey-400.gfdgsfga {
    text-align: left;
  }

  .basic-text.color-grey-400.gfdgsfga.gafsgdsg {
    font-size: 17px;
    font-weight: 500;
  }

  .basic-text.color-grey-400.gfdgsfga.gafsgdsg.egwrdfsvcx {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .slide-24 {
    background-image: url('../images/a7309e7d-b19d-42a7-898f-634ecc8db20a_1a7309e7d-b19d-42a7-898f-634ecc8db20a.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-25 {
    background-image: url('../images/Tneiiss_1Tneiiss.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-26 {
    background-image: url('../images/ff24eb8b-4d00-4d9a-898d-2992d3d85d8a.webp');
    background-position: 27%;
    background-size: cover;
  }

  .slide-27 {
    background-image: url('../images/c106f6f7-8b34-4c06-83d4-7b37aa2ab131_1c106f6f7-8b34-4c06-83d4-7b37aa2ab131.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-28 {
    background-image: url('../images/63415ae6-160c-486e-ad15-110d37df7d4e_163415ae6-160c-486e-ad15-110d37df7d4e.avif');
    background-position: 27%;
    background-size: cover;
  }

  .right-arrow-4 {
    opacity: .83;
  }

  .slide-29 {
    background-image: url('../images/fe13d38d-a969-4989-aef0-77f769b95638_1fe13d38d-a969-4989-aef0-77f769b95638.avif');
    background-position: 27%;
    background-size: cover;
  }

  .div-block-1487 {
    z-index: 9;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 20px;
    margin-top: -16px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .slide-30 {
    background-image: url('../images/ae66bf43-196b-44ba-b640-cdd8c8787f7b_1ae66bf43-196b-44ba-b640-cdd8c8787f7b.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slider-4 {
    height: 314px;
    display: block;
  }

  .slide-31 {
    background-image: url('../images/08411182-8f47-4dc7-9fa7-2e4ffcf11aba_108411182-8f47-4dc7-9fa7-2e4ffcf11aba.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-32 {
    background-image: url('../images/6eaf7aba-1d62-4668-bee1-772b7a932f65_16eaf7aba-1d62-4668-bee1-772b7a932f65.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-33 {
    background-image: url('../images/bf077bda-75d4-4914-bee3-3eebe8e8d1d1_1bf077bda-75d4-4914-bee3-3eebe8e8d1d1.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-34 {
    background-image: url('../images/c5233112-1f81-4137-9f5c-95ee4cf37c51_1c5233112-1f81-4137-9f5c-95ee4cf37c51.avif');
    background-position: 27%;
    background-size: cover;
  }

  .icon-8 {
    color: #fff;
    text-shadow: 0 1px 1px #0003;
  }

  .slide-35 {
    background-image: url('../images/71d56bb0-37bd-4a77-a601-ea3f273680ad_171d56bb0-37bd-4a77-a601-ea3f273680ad.avif');
    background-position: 50%;
    background-size: cover;
  }

  .slide-36 {
    background-image: url('../images/c47e25fc-38e9-4680-a467-811330d1ea01_1c47e25fc-38e9-4680-a467-811330d1ea01.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-37 {
    background-image: url('../images/d44ff4d9-8c7a-400c-9f36-846435ef8d81_1d44ff4d9-8c7a-400c-9f36-846435ef8d81.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-lightbox-link-2.sfvs-cx {
    padding-top: 6%;
  }

  .title-2 {
    text-align: left;
    font-weight: 600;
  }

  .title-2.fdgdfsgfd {
    font-size: 1.6rem;
    line-height: .9;
  }

  .content-wrapper-2 {
    display: flex;
  }

  .slider-5.werf23 {
    padding-top: 138%;
  }

  .slider-5.werf23.asfdczxvc-xsd {
    padding-top: 136%;
  }

  .slide-39 {
    background-image: url('../images/a7309e7d-b19d-42a7-898f-634ecc8db20a_1a7309e7d-b19d-42a7-898f-634ecc8db20a.avif');
    background-position: 27%;
    background-size: cover;
  }

  .form-13 {
    padding-top: 15px;
  }

  .bold-text-109 {
    font-size: 21px;
    line-height: 1.5;
  }

  .slide-40 {
    background-image: url('../images/Tneiiss_1Tneiiss.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-41 {
    background-image: url('../images/ff24eb8b-4d00-4d9a-898d-2992d3d85d8a.webp');
    background-position: 27%;
    background-size: cover;
  }

  .hero-rating-wrap-3 {
    z-index: 999999999;
    background-color: #fff0;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 15px;
    margin-bottom: 85px;
    padding: .5rem .5rem 0 0;
    position: relative;
    right: 0%;
  }

  .slide-42 {
    background-image: url('../images/c106f6f7-8b34-4c06-83d4-7b37aa2ab131_1c106f6f7-8b34-4c06-83d4-7b37aa2ab131.avif');
    background-position: 27%;
    background-size: cover;
  }

  .gallery-button-2 {
    z-index: 9;
    bottom: -.4rem;
  }

  .feature-4 {
    grid-row-gap: .1rem;
    padding-top: 0;
  }

  .feature-4.gdvcx {
    grid-row-gap: .1rem;
    border-right-width: 0;
    padding-bottom: 0;
  }

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

  .small-text-4.color-grey-400.bold {
    line-height: 1.3;
  }

  .small-text-4.color-grey-400.bold.fsdvcx {
    font-size: 1rem;
  }

  .small-text-4.color-grey-400.bold.efdsv {
    margin-top: 4px;
    margin-bottom: 2px;
  }

  .right-arrow-5 {
    opacity: .83;
  }

  .features-card-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-1488 {
    padding: 0 5% 69px;
  }

  .button-8.full-width {
    color: #f5f5f5;
    background-color: #ec2247;
    border-color: #ec2247;
    margin-right: 10px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 600;
  }

  .button-8.full-width.tytyt {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-9.text.is-left-mobile {
    justify-content: flex-start;
  }

  .button-9.secondary {
    color: #0b0d0f;
    border-color: #0b0d0f;
  }

  .gallery-wrapper-2 {
    min-height: auto;
    padding-top: 277px;
  }

  .container-24 {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slide-43 {
    background-image: url('../images/fe13d38d-a969-4989-aef0-77f769b95638_1fe13d38d-a969-4989-aef0-77f769b95638.avif');
    background-position: 27%;
    background-size: cover;
  }

  .div-block-1489 {
    z-index: 9;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 20px;
    margin-top: -16px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

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

  .slide-44 {
    background-image: url('../images/ae66bf43-196b-44ba-b640-cdd8c8787f7b_1ae66bf43-196b-44ba-b640-cdd8c8787f7b.avif');
    background-position: 27%;
    background-size: cover;
  }

  .image-1367 {
    width: 150px;
    margin-top: 0;
    display: block;
  }

  .text-span-10 {
    margin-left: 0;
    font-size: .9rem;
    line-height: 1;
  }

  .slider-6 {
    height: 314px;
    display: block;
  }

  .slide-45 {
    background-image: url('../images/08411182-8f47-4dc7-9fa7-2e4ffcf11aba_108411182-8f47-4dc7-9fa7-2e4ffcf11aba.avif');
    background-position: 27%;
    background-size: cover;
  }

  .phone-number-wrapper-2 {
    display: none;
  }

  .hero-rating-text-wrap-6 {
    width: 100%;
  }

  .slide-46 {
    background-image: url('../images/6eaf7aba-1d62-4668-bee1-772b7a932f65_16eaf7aba-1d62-4668-bee1-772b7a932f65.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-47 {
    background-image: url('../images/bf077bda-75d4-4914-bee3-3eebe8e8d1d1_1bf077bda-75d4-4914-bee3-3eebe8e8d1d1.avif');
    background-position: 27%;
    background-size: cover;
  }

  .checkbox-label-3 {
    text-align: left;
    padding-top: 14px;
    padding-left: 47px;
    padding-right: 0;
    font-size: 1em;
  }

  .slide-48 {
    background-image: url('../images/c5233112-1f81-4137-9f5c-95ee4cf37c51_1c5233112-1f81-4137-9f5c-95ee4cf37c51.avif');
    background-position: 27%;
    background-size: cover;
  }

  .navigation-3 {
    display: block;
  }

  .description-wrapper-2 {
    margin-bottom: 0;
  }

  .icon-9 {
    color: #fff;
    text-shadow: 0 1px 1px #0003;
  }

  .hero-rating-text-wrap-7 {
    width: 100%;
  }

  .slide-49 {
    background-image: url('../images/71d56bb0-37bd-4a77-a601-ea3f273680ad_171d56bb0-37bd-4a77-a601-ea3f273680ad.avif');
    background-position: 50%;
    background-size: cover;
  }

  .text-color-grey-2 {
    color: #535353;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .contact-card-wrapper-2 {
    z-index: 999999999;
    background-color: #fff;
    position: static;
    inset: auto 0% 0%;
  }

  .code-embed-11 {
    border-radius: 10px;
    height: 200px;
  }

  .slide-50 {
    background-image: url('../images/c47e25fc-38e9-4680-a467-811330d1ea01_1c47e25fc-38e9-4680-a467-811330d1ea01.avif');
    background-position: 27%;
    background-size: cover;
  }

  .slide-51 {
    background-image: url('../images/d44ff4d9-8c7a-400c-9f36-846435ef8d81_1d44ff4d9-8c7a-400c-9f36-846435ef8d81.avif');
    background-position: 27%;
    background-size: cover;
  }

  .text-wrap-medium.margin-auto.text-align-center {
    flex-flow: column;
    display: flex;
  }

  .rfedscx {
    color: #222;
    margin-top: 12px;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 42px;
  }

  .padding-global.padding-section-medium {
    padding: 25px 20px 45px;
  }

  .form-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1.5rem;
    padding: 1rem;
  }

  .testimonial-image-copymobiles {
    width: 200px;
    margin-bottom: 15px;
    display: inline-flex;
  }

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

  .efwrvedas.fdsvcwef.fewdcsx {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }

  .container-25 {
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-25.ewfsvef {
    padding-left: 23px;
    padding-right: 23px;
  }

  .testimonial-section.dsfw344 {
    padding-top: 70px;
  }

  .testimonial-section.dsfw344.dfsgher43 {
    padding-bottom: 35px;
  }

  .testimonial-section.dsfw344.dfsgher43._32rewds333 {
    padding-top: 12px;
    padding-bottom: 25px;
  }

  ._3efdvervw {
    max-height: 3.5rem;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .dsgafdsbvxc {
    margin-bottom: 25px;
    display: block;
  }

  .dsgafdsbvxc.noti-vefds {
    width: 80%;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-16.full {
    padding-top: 15px;
  }

  .feature-item {
    color: #222;
    padding: 5px;
  }

  .testimonial-image {
    width: 180px;
    display: none;
  }

  .feature-section.section-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rewvfd {
    margin-top: 35px;
  }

  .heading-h5 {
    color: #222;
    font-size: 24px;
  }

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

  .efwdscwe.fqweacdsx.ewfsc {
    text-align: left;
    font-size: 30px;
    line-height: 45px;
  }

  .form-wrap.new-wraps {
    width: auto;
  }

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

  .heading-h3.left-side-grids.more-space-down {
    text-align: left;
    font-size: 32px;
    line-height: 45px;
  }

  .heading-h3.left-side-grids.more-space-down.safafasgd {
    display: none;
  }

  .heading-h3.left-side-grids.more-space-down.sdgdsg.efgdsvdsvx {
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 600;
    display: block;
  }

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

  .space-large {
    width: 2.5rem;
    height: 2.5rem;
  }

  .input-wrap.flex-h.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .testimonial_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid-feature._80-grid, .grid-step._80-grids {
    width: 90%;
  }

  .div-block-136571 {
    flex-flow: column;
    display: flex;
  }

  .text-span-136 {
    font-size: 22px;
  }
}

#w-node-d1216172-998f-f1fa-1ef3-3ace9b2235f8-918aa89e, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fa4-918aa89e, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fb6-918aa89e, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fc8-918aa89e {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_2536e503-c5c8-a5ab-3ee9-15740fc31303-918aa89e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142b-918aa89e, #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142d-918aa89e, #w-node-_3e3e8e07-ed69-4714-65ae-2312c6317dfc-918aa89e {
  justify-self: start;
}

#w-node-e05802a6-0fbb-5ac2-914b-78491f3d29fb-918aa89e, #w-node-e05802a6-0fbb-5ac2-914b-78491f3d29fd-918aa89e {
  place-self: end;
}

#w-node-_212ef978-fdf7-00b0-299a-887ef824569d-918aa89e, #w-node-_212ef978-fdf7-00b0-299a-887ef82456a0-918aa89e, #w-node-_212ef978-fdf7-00b0-299a-887ef82456b1-918aa89e, #w-node-_212ef978-fdf7-00b0-299a-887ef82456b6-918aa89e, #w-node-_212ef978-fdf7-00b0-299a-887ef82456bb-918aa89e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1216172-998f-f1fa-1ef3-3ace9b2235f8-d724df57, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fa4-d724df57, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fb6-d724df57, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fc8-d724df57 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_2536e503-c5c8-a5ab-3ee9-15740fc31303-d724df57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142b-d724df57, #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142d-d724df57, #w-node-_3e3e8e07-ed69-4714-65ae-2312c6317dfc-d724df57 {
  justify-self: start;
}

#w-node-_39b23313-65a6-ba7c-5ed7-a9a17695b1ab-d724df57, #w-node-_39b23313-65a6-ba7c-5ed7-a9a17695b1b0-d724df57, #w-node-_39b23313-65a6-ba7c-5ed7-a9a17695b1bc-d724df57, #w-node-_39b23313-65a6-ba7c-5ed7-a9a17695b1be-d724df57, #w-node-_39b23313-65a6-ba7c-5ed7-a9a17695b1c0-d724df57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142b-918aa89e, #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142b-d724df57 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d1216172-998f-f1fa-1ef3-3ace9b2235f8-918aa89e, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fa4-918aa89e, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fb6-918aa89e, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fc8-918aa89e {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc31303-918aa89e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142b-918aa89e {
    justify-self: center;
  }

  #w-node-d1216172-998f-f1fa-1ef3-3ace9b2235f8-d724df57, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fa4-d724df57, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fb6-d724df57, #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fc8-d724df57 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc31303-d724df57 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142b-d724df57 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1216172-998f-f1fa-1ef3-3ace9b2235f8-918aa89e {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr 1.75fr;
  }

  #w-node-d1216172-998f-f1fa-1ef3-3ace9b223607-918aa89e {
    place-self: center end;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fa4-918aa89e {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fb2-918aa89e {
    place-self: center end;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fb6-918aa89e {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fc4-918aa89e {
    place-self: center end;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fc8-918aa89e {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fd6-918aa89e {
    place-self: center end;
  }

  #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142d-918aa89e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1216172-998f-f1fa-1ef3-3ace9b2235f8-d724df57 {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr 1.75fr;
  }

  #w-node-d1216172-998f-f1fa-1ef3-3ace9b223607-d724df57 {
    place-self: center end;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fa4-d724df57 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fb2-d724df57 {
    place-self: center end;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fb6-d724df57 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fc4-d724df57 {
    place-self: center end;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fc8-d724df57 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.25fr;
  }

  #w-node-_1a0a407f-d000-d3c1-056d-ecf966af5fd6-d724df57 {
    place-self: center end;
  }

  #w-node-_2536e503-c5c8-a5ab-3ee9-15740fc3142d-d724df57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


