@font-face {
  font-family: Copperplate;
  src: url('../fonts/copperplate.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-purple: #281052;
  --white: #fff;
  --yellow-brand: #f2c238;
  --dark-blue: #264756;
  --green: #406a43;
  --dark-green-text: #2b472d;
  --light-purple: #746490;
  --darf-gold: #ba8b15;
  --light-blue: #b1e4fb;
  --text-color: #444249;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 40px;
}

em {
  font-style: italic;
}

.container {
  text-align: center;
  width: 1380px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.container.nav, .container.flex-foote {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.flex-foote.compelte-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container.flex-foote.gap60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.container.flex-lg {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.container.small {
  width: 800px;
}

.navbar {
  background-color: var(--brand-purple);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.static {
  position: static;
}

.nav-link {
  color: var(--white);
  background-color: #28105200;
  margin-bottom: 20px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.nav-link.w--current {
  color: var(--yellow-brand);
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--brand-purple);
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.nav-btn {
  border: 1.5px solid var(--white);
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: center;
  border-radius: 0;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.image {
  max-width: 250px;
}

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

.hero-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.subhead-hero-banner {
  color: var(--yellow-brand);
  text-align: center;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 600;
  line-height: 48px;
}

.h1-hero-banner {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto 40px;
  font-family: Copperplate, Arial, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 90px;
}

.purple-btn {
  color: #fff;
  background-color: #746490;
  border: 1.5px solid #fff;
  border-radius: 40px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.purple-btn.gold-btn {
  background-color: #c59d39;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
}

.purple-btn.gold-btn.green {
  background-color: var(--green);
}

.purple-btn.gold-btn.compete {
  display: block;
}

.purple-btn.gold-btn.dark-green {
  background-color: var(--green);
  padding: 10px 30px;
}

.what-we-do-section {
  background-color: #eafaeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.h2-green {
  color: #2b472d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Copperplate, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.h2-green.purple-left {
  color: var(--brand-purple);
  text-align: left;
  font-size: 50px;
}

.h2-green.purple-left.white {
  color: var(--white);
}

.h2-green.purple-left.green-left {
  color: var(--dark-green-text);
  font-size: 50px;
}

.h2-green.left {
  text-align: left;
  text-transform: uppercase;
  font-size: 60px;
}

.h2-green.purple-left {
  color: #281052;
  text-align: left;
  text-transform: uppercase;
  font-size: 50px;
}

.h2-green.purple-left.white {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
}

.h2-green.purple-left.cente {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb60.left {
  display: block;
}

.p-regular {
  color: #444249;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

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

.p-regular.left.mb50 {
  margin-bottom: 50px;
  line-height: 32px;
}

.p-regular.left.nomb {
  margin-bottom: 0;
}

.p-regular.left.mb20 {
  margin-bottom: 20px;
  font-size: 22px;
}

.p-regular.left.whte {
  color: #fff;
}

.p-regular.left.mb30 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.p-regular.mb30 {
  font-size: 20px;
}

.p-regular.nomb-white {
  color: #fff;
  margin-bottom: 30px;
}

.p-regular.nomb-white.nomb {
  margin-bottom: 0;
}

.p-regular.mb {
  margin-top: 30px;
  margin-bottom: 20px;
}

.side-by-side-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.care-section {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb30.left {
  display: block;
}

.h3-heading {
  color: var(--light-purple);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.h4-purple {
  color: var(--light-purple);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.h4-purple.mb20 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.h4-purple.mb20.yellow {
  color: #ba8b15;
}

.h4-purple.mb20.yellow.white {
  color: var(--white);
}

.h4-purple.mb20.green {
  color: var(--green);
}

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

.cards-grid.mb45 {
  margin-bottom: 45px;
}

.cards-grid.mb45._3cards {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.cards-grid._3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.cards-grid._3col.mb30._4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-hite {
  background-color: var(--white);
  border: 1px solid #406a43;
  padding: 20px;
}

.card-hite.yellow-border {
  border-color: #ba8b15;
}

.card-hite.yellow-border.transparent {
  background-color: #fff0;
}

.card-hite.green-border {
  border-color: #2b472d;
}

.slide {
  background-image: url('../images/rectangle-16-copy-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 250px;
  padding-right: 0;
}

.slide.bg2 {
  background-image: url('../images/rectangle-16-copy-3.png');
}

.slide.ng3 {
  background-image: url('../images/rectangle-16-copy.png');
}

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

.care-yellow-section {
  background-color: #fcf7e7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.care-yellow-section.greenlight {
  background-color: #eafaeb;
}

.care-grid-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.care-grid-inner.center {
  align-items: center;
}

.care-grid-inner.center.half {
  grid-template-columns: 1fr 1fr;
}

.green-h3 {
  color: #406a43;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.green-h3.center {
  color: #ea7b1f;
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.green-h3.center.h3-fon {
  text-transform: uppercase;
  font-family: Copperplate, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.green-h3.center.lgreen {
  color: #eafaeb;
}

.green-h3.center.left {
  text-align: left;
  line-height: 58px;
}

.yellow-h3 {
  color: #ba8b15;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.yellow-h3.purple-it {
  color: var(--light-purple);
  font-style: italic;
}

.cta-section {
  background-color: #406a43;
  padding-top: 80px;
  padding-bottom: 80px;
}

.h3-italic {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 44px;
}

.purple-h3 {
  color: #746490;
  text-align: left;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.purple-h3.mb20 {
  margin-bottom: 20px;
}

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

.list._25 {
  width: 100%;
}

.check-item {
  background-image: url('../images/check-1_1check-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 40px;
}

.check-item.nomb {
  margin-bottom: 0;
}

.industry-section {
  background-color: #f3eefd;
  background-image: url('../images/aquinas-senior-living-property_-penns-valley-centre-hall-pa_.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 500px;
}

.industry-section.white {
  background-color: var(--white);
  background-image: none;
  padding-bottom: 0;
}

.footer {
  background-color: var(--brand-purple);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer.complete {
  padding-top: 80px;
}

.footer-1st {
  border-bottom: 1px solid var(--white);
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.footer-1st.no-line {
  border-bottom-style: none;
}

.link {
  color: var(--white);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.privacy {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.privacy.mb20 {
  margin-bottom: 20px;
  line-height: 26px;
}

.privacy.mb20.break {
  word-break: break-all;
}

.privacy.line {
  line-height: 30px;
}

.properties-top {
  background-color: #fcf7e7;
  background-image: url('../images/properties-map.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 600px;
  padding-top: 160px;
  padding-bottom: 80px;
}

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

.grid.mb40 {
  margin-bottom: 40px;
}

.grid.mb40.cntr {
  place-items: center stretch;
}

.div-block {
  background-color: var(--white);
  border: 1px solid #ba8b15;
  padding: 35px 35px 55px;
}

.div-block.mb50 {
  margin-bottom: 50px;
}

.div-block.mb50.pripel-border {
  border-color: #281052;
}

.div-block.mb50.pripel-border.nomb {
  margin-bottom: 0;
}

.grid-property-detail {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.h3-gold {
  color: var(--darf-gold);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.mask-2 {
  height: 100%;
}

.slider {
  background-color: #ddd0;
  height: 300px;
}

.image-2 {
  object-fit: cover;
  max-width: 400px;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-2, .icon-3 {
  color: var(--darf-gold);
}

.about-us-hero {
  background-color: #f3eefd;
  background-image: url('../images/picture-of-people.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 500px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.large-p-text-purpe {
  color: var(--light-purple);
  text-align: left;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 44px;
}

.large-p-text-purpe.cnte {
  text-align: center;
}

.large-p-text-purpe.nomb {
  margin-bottom: 0;
}

.large-p-text-purpe.center-freen {
  color: var(--green);
  text-align: center;
}

.mission-section {
  background-color: var(--white);
  background-image: url('../images/aquinas-senior-living-property_-nittany-valley-boalsburg-pa_.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 480px;
}

.grid-mission-vision {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.principles-ssection {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.partenrs-section {
  background-color: #eafaeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-section {
  background-color: #faf6e3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-container-ind {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.nameteam {
  color: #281052;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.position {
  color: #406a43;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
}

.what-we-do-hero {
  background-color: var(--white);
  background-image: url('../images/aquinas-senior-living-property_-state-college-toftrees-pa_.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 560px;
}

.amenities-section {
  background-color: #f3eefd;
  background-image: url('../images/layer-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 600px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sqiare {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  border: 1px solid #281052;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 30px;
  padding: 40px 30px;
  display: grid;
}

.transformatios-section {
  background-color: var(--white);
  background-image: url('../images/picture.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 700px;
}

.tech-care-section {
  background-color: #fcf7e7;
  background-image: url('../images/aquinas-senior-living-property_-heritage-springs-memory-care-l.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 380px;
}

.teton-section {
  background-color: var(--green);
  padding-top: 80px;
  padding-bottom: 80px;
}

.numbers-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.lare-yeklow-number {
  color: var(--yellow-brand);
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 600;
  line-height: 82px;
}

.p-number {
  color: var(--yellow-brand);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.menu-button {
  border: 1px solid var(--white);
  border-radius: 100%;
}

.menu-button.w--open {
  background-color: var(--light-purple);
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-heading-2 {
  color: #746490;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.large-p-text-purpe-2 {
  color: #746490;
  text-align: left;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 44px;
}

.large-p-text-purpe-2.nomb {
  margin-bottom: 0;
}

.hero-offering {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcf7e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 800px;
  padding-top: 0;
  display: grid;
}

.hero-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-height: 800px;
  padding: 160px 30px 40px;
  display: flex;
}

.h3-hero {
  color: var(--darf-gold);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.h1-offering {
  color: var(--brand-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Copperplate, Arial, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 54px;
}

.btn-and-offering {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.oc {
  color: var(--darf-gold);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.image-3 {
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  max-height: 800px;
}

.h4-purple-2 {
  color: #746490;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.h4-purple-2.mb20 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.h4-purple-2.mb20.yellow {
  color: #ba8b15;
}

.h4-purple-2.mb20.yellow.white {
  color: #fff;
}

.amenities-section-2 {
  background-color: var(--white);
  background-image: url('../images/care-team-member-community-member-of-wynwood-house-pa_.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 80px;
}

.card-hite-2 {
  background-color: #fff;
  border: 1px solid #406a43;
  padding: 20px;
}

.teton-section-2 {
  background-color: #406a43;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lare-yeklow-number-2 {
  color: #f2c238;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 600;
  line-height: 82px;
}

.card-hite-3 {
  background-color: #fff;
  border: 1px solid #406a43;
  padding: 20px;
}

.card-hite-3.yellow-border {
  border-color: #ba8b15;
}

.card-hite-3.yellow-border.transparent {
  background-color: #fff0;
}

.card-hite-3.purple {
  border-color: var(--brand-purple);
}

.p-number-2 {
  color: #f2c238;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.h3-gold-2 {
  color: #ba8b15;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.large-p-text-purpe-3 {
  color: #746490;
  text-align: left;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 44px;
}

.large-p-text-purpe-3.cntr {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.green-p {
  color: var(--green);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.green-p.mb30.mw {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.green-p.mb30.left {
  text-align: left;
}

.green-p.left-no-mb {
  text-align: left;
  margin-bottom: 0;
}

.growth-section {
  background-color: #f3eefd;
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon-4 {
  color: #ba8b15;
}

.h3-gold-3 {
  color: #ba8b15;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.div-block-3 {
  background-color: #fff;
  border: 1px solid #ba8b15;
  padding: 35px 35px 55px;
}

.div-block-3.mb50 {
  margin-bottom: 50px;
}

.mask-3 {
  height: 100%;
}

.image-4 {
  object-fit: cover;
  max-width: 400px;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-5 {
  color: #ba8b15;
}

.properties-top-2 {
  background-color: #fcf7e7;
  background-image: url('../images/properties-map.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.properties-top-2.noimg {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
}

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

.nav-button {
  color: #fff;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 15px 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.nav-button:hover {
  color: #0f0f0f;
  background-color: #fff;
}

.navbar19_link-small {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: block;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.navbar19_menu-wrapper-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: block;
}

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

.navbar19_dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  padding: .5rem;
  position: absolute;
}

.navbar19_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.navbar19_menu-button-2 {
  z-index: 1;
  border: 1px #fff;
  border-radius: 100px;
  padding: 0;
}

.navbar19_menu-button-2.w--open {
  background-color: #0f0f0f;
}

.navbar19_menu-left-bottom {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.menu-icon4_line-bottom-2 {
  background-color: var(--dark-blue);
  width: 24px;
  height: 2px;
}

.navbar19_link-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar19_link-wrapper {
  z-index: 0;
  display: flex;
}

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

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

.navbar19_menu-2 {
  background-color: #281052bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

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

.oc-link {
  color: #7db3ef;
}

.cener-btn-nav {
  text-align: center;
}

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

.navbar19_logo-link {
  z-index: 2;
  padding-left: 0;
}

.menu-icon4_line-middle-base-2 {
  background-color: var(--dark-blue);
  width: 24px;
  height: 2px;
  position: absolute;
}

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

.navbar19_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin-top: 1.5rem;
  display: flex;
}

.menu-icon4_line-middle-top {
  z-index: 2;
  background-color: var(--dark-blue);
  width: 24px;
  height: 2px;
  display: none;
  position: absolute;
  inset: 0;
}

.menu-icon4 {
  border: 1px #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar19_component-2 {
  background-color: #eaeef2;
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 10px 5%;
  display: flex;
  position: fixed;
}

.navbar19_link {
  padding: .5rem 1rem;
}

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

.navbar19_container-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar19_link-large-2 {
  color: #fff;
  text-align: right;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.navbar19_link-large-2.w--current {
  color: var(--yellow-brand);
  font-weight: 700;
}

.oc-nav {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.navbar19_menu-left-top-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-size: 2.5rem;
  display: block;
}

.menu-icon4_line-middle {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.buttons-nav-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar19_menu-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  display: grid;
}

.lg-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tesxt-lg {
  max-width: 700px;
}

.h1-lg {
  color: var(--brand-purple);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Copperplate, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 55px;
}

.lg-rich-text {
  color: #092837;
  text-align: left;
}

.lg-rich-text ul {
  padding-left: 0;
  list-style-type: none;
}

.lg-rich-text li {
  color: #092837;
  background-image: url('../images/check-1-copy-4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  margin-bottom: 20px;
  padding-left: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.lg-rich-text p {
  color: #444249;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.lg-rich-text h2 {
  color: #ea7b1f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.lg-rich-text em {
  color: #092837;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.form-box {
  background-color: #fff;
  border: 1px solid #9da5ac;
  margin-top: -250px;
  padding: 30px;
}

.image-5 {
  width: 100%;
  margin-bottom: 20px;
}

.paragraph {
  color: #092837;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.image-6 {
  width: 100%;
}

.link-2, .link-3 {
  color: var(--yellow-brand);
}

.div-block-4 {
  text-align: right;
}

.div-block-4.cnt {
  text-align: center;
}

.compete-green-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-7 {
  background-color: #eafaeb;
  width: 100%;
}

.complete-middle {
  background-color: var(--white);
  background-image: url('../images/aquinas-senior-living-property_-heritage-springs-montoursville.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-complete {
  background-color: #2e4654;
  background-image: url('../images/20_1.png'), url('../images/logo_2.png'), url('../images/layer-2-copy.png');
  background-position: 100% 100%, 95% 5%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, contain;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-compelte {
  text-align: left;
  max-width: 650px;
}

.h1-complete {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}

.h1-complete.cntr {
  text-align: center;
  text-transform: capitalize;
  font-size: 38px;
  line-height: 50px;
}

.paragraph-2 {
  color: #cbeff7;
  text-align: left;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-2.nomb {
  margin-bottom: 0;
}

.paragraph-2.white-cnt {
  color: var(--light-blue);
  text-align: center;
}

.oc-text {
  color: #d7a11b;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.oc-text.call {
  color: #fff;
  text-align: left;
  font-size: 20px;
}

.oc-text.call.cntr {
  text-align: center;
}

.oc-block {
  color: var(--dark-blue);
  background-image: url('../images/layer-1-copy-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.oc-block.light {
  color: var(--dark-blue);
  background-image: url('../images/layer-1-copy-2.png');
}

.oc-block.orande {
  color: #db8139;
  background-image: url('../images/layer-1-copy-2_1.png');
  margin-left: 0;
}

.oc-block.no-img {
  background-image: none;
  max-width: 100%;
  padding-left: 0;
}

.gol, .gol.white {
  color: var(--dark-blue);
}

.gol.white.bold {
  font-weight: 700;
}

.gol.orange {
  color: #db8139;
}

.disacliomer {
  color: var(--text-color);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
}

.faq-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.faq-rich p {
  color: #092837;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.faq-rich li {
  color: var(--text-color);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.guide-section {
  background-color: #264756;
  padding-top: 80px;
  padding-bottom: 80px;
}

.guide-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.div-block-5 {
  text-align: left;
}

.overview-section {
  background-color: var(--dark-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-overview-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 1px #000;
  border-bottom: 2px solid #eafaeb7d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  margin-bottom: 20px;
  padding-bottom: 75px;
  display: flex;
}

.dark-green-square {
  background-color: #2b472d;
  padding: 30px 20px;
}

.rich-qhite-yellow {
  color: var(--white);
  text-align: left;
}

.rich-qhite-yellow p {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.rich-qhite-yellow li {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.rich-qhite-yellow h3 {
  color: var(--yellow-brand);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

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

.div-block-6._4-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.investment-rich-blocks {
  max-width: 385px;
}

.investment-rich-blocks h4 {
  color: #b1e4fb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.investment-rich-blocks p {
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.investment-rich-blocks.large {
  max-width: 580px;
}

.investment-rich-blocks.large h2 {
  color: var(--light-blue);
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 58px;
}

.senior-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.left-purple {
  color: var(--light-purple);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Copperplate, Arial, sans-serif;
  font-size: 38px;
  line-height: 40px;
}

.steps-section {
  background-color: #f3eefd;
  background-image: url('../images/care-team-member-community-member-of-wynwood-house-pa__1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.green-bold-p {
  color: var(--dark-green-text);
  text-align: left;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.step-box {
  border: 1px solid var(--light-purple);
  background-color: var(--white);
  padding: 20px;
}

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

.steps-rich p, .steps-rich li {
  color: var(--text-color);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.steps-rich ul {
  margin-bottom: 0;
}

.purple-h4 {
  color: var(--light-purple);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
}

._2-col-grid, .grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-8 {
  width: 100%;
}

.image-9 {
  margin-top: 50px;
}

.mask-4 {
  height: 100%;
  min-height: 800px;
}

.mask-4.small {
  min-height: 100%;
}

.slide-4 {
  background-image: url('../images/20.png'), url('../images/pic.png');
  background-position: 0 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  min-height: 850px;
  max-height: 850px;
  padding-top: 180px;
  padding-bottom: 60px;
  padding-right: 0;
}

.slider-2 {
  height: 100%;
  min-height: 800px;
}

.h1-hero-off {
  color: #264756;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 69px;
}

.h1-hero-off.white-left {
  color: #fff;
  text-align: left;
}

.mw-hero {
  max-width: 700px;
  margin-left: auto;
}

.mw-hero.smaller {
  text-align: left;
  max-width: 500px;
}

.invest-btn {
  letter-spacing: 3px;
  background-color: #3692b2;
  margin-bottom: 10px;
  padding: 15px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.invest-btn.orange {
  background-color: #db8139;
}

.invest-btn.left-btn {
  margin-left: auto;
  margin-right: auto;
}

.large-p-hero {
  color: var(--dark-blue);
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  line-height: 48px;
}

.large-p-hero.orange {
  color: #fde1c7;
  text-align: center;
}

.mb30-copy {
  margin-bottom: 60px;
}

.mb30-copy.left {
  display: block;
}

.slide-5 {
  background-image: url('../images/20.png'), url('../images/photo.png');
  background-position: 0 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  min-height: 850px;
  max-height: 850px;
  padding-top: 180px;
  padding-bottom: 60px;
  padding-right: 0;
}

.team-bio {
  z-index: 9;
  background-color: #fff;
  border-radius: 0;
  max-width: 1024px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  position: fixed;
  inset: 25% 0% auto;
  box-shadow: 0 2px 10px #0003;
}

.team-bio.mark-bio, .team-bio.allison-bio, .team-bio.edward-bio, .team-bio.jack-bio, .team-bio.gary-bio, .team-bio.sam-bio, .team-bio.scott-bio {
  display: none;
}

.bio-team {
  color: #585d60;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.bio-team.nomb {
  margin-bottom: 0;
}

.team-card {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.position-member {
  color: #3692b2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
}

.h2-blue {
  color: #092837;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 58px;
}

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

.h2-blue.left.nomb {
  margin-bottom: 0;
}

.small-link-team {
  color: #3692b2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}

.mb80 {
  margin-bottom: 80px;
}

.container-2 {
  text-align: center;
  width: 1380px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.name-of-team {
  color: #2e4654;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

.close-btn {
  float: right;
  cursor: pointer;
  margin-left: auto;
  display: inline-block;
}

.team-section-2 {
  background-color: #e9eef2;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.team-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-grid.nomb {
  margin-bottom: 0;
}

.footer-2 {
  background-color: #264756;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.logo-footer {
  margin-bottom: 40px;
}

.lnik-footer {
  color: #cbebf5;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

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

.social-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 200px;
  margin: 0;
  display: grid;
}

.privacy-policy-p {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.link-footer {
  color: #cbebf5;
}

.link-4 {
  color: #cbeff7;
  word-break: break-all;
}

.footer-bar {
  background-color: #e9eef2;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-logo {
  margin-top: -70px;
}

.about-us-sectio {
  background-color: #fef0e5;
  background-image: url('../images/photo-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2-baout-us {
  color: #092837;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 58px;
}

.mb20 {
  margin-bottom: 30px;
}

.p-about-us {
  color: #092837;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.h2-guide {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

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

.h2-guide.left.mw {
  max-width: 600px;
}

.pguide {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.pguide.left {
  text-align: left;
  margin-bottom: 0;
}

.guide-btn {
  color: var(--dark-blue);
  letter-spacing: 2.6px;
  background-color: #fff;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.why-section {
  background-color: #eaeef2;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h3-blue {
  color: #3692b2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 58px;
}

.blue-p {
  color: var(--dark-blue);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.blue-p.mb60p {
  margin-bottom: 60px;
}

.img-w-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-divider {
  margin-left: 40px;
  margin-right: 40px;
}

.banner {
  background-color: var(--dark-blue);
  background-image: url('../images/texture.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.small-text {
  max-width: 1050px;
  margin-left: auto;
}

.video-secyion {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-7 {
  text-align: left;
  max-width: 650px;
}

.process-section {
  background-image: url('../images/captivating-essences-pic-copy.png'), linear-gradient(#eaeef2, #eaeef2);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.h2-orange {
  color: #ea7b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.h2-orange.blue {
  color: #264756;
  font-size: 39px;
  font-weight: 500;
  line-height: 48px;
}

.h2-orange.blue.left, .h2-orange.eft {
  text-align: left;
}

.h2-orange.eft.mb60 {
  margin-bottom: 60px;
}

.h2-orange.eft.mb20 {
  margin-bottom: 20px;
}

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

.divider.mb80.left {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.p-large {
  color: #092837;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

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

.p-large.left.nomb {
  margin-bottom: 0;
}

.p-large.left-nomb {
  text-align: left;
  margin-top: 0;
}

.rich-with-lsit {
  color: #092837;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.rich-with-lsit.mw {
  max-width: 650px;
  font-weight: 500;
}

.rich-with-lsit.mw li {
  margin-bottom: 10px;
}

.rich-with-lsit.mw ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-with-lsit li, .rich-with-lsit p {
  margin-bottom: 20px;
}

.rich-with-lsit.mb50 {
  margin-bottom: 50px;
}

.what-you-get-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blue-large-p {
  color: #3692b2;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
}

.blue-large-p li {
  background-image: url('../images/check-copy.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 46px;
  list-style-type: none;
}

.blue-large-p ul {
  margin-bottom: 0;
  padding-left: 0;
}

.brand-section {
  background-color: #fef0e5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-3 {
  background-color: #ddd0;
  height: 100%;
}

.icon-6 {
  color: #092837;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-7 {
  color: #092837;
  margin-bottom: 25px;
}

.brand-name {
  color: #ea7b1f;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 58px;
}

.icon-title {
  color: #092837;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  line-height: 34px;
}

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

.fundamentals-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-8 {
  color: #092837;
  margin-bottom: 25px;
}

.p-icon {
  color: #092837;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.slider-4 {
  background-color: #ddd0;
  height: 100%;
  margin-bottom: 30px;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-9 {
  color: #092837;
}

.cta {
  background-color: var(--dark-blue);
  background-image: url('../images/pic_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.large-dots {
  color: #cbeff7;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
}

.orange-dot {
  color: #ea7b1f;
}

.owner-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-icons-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.header-lg {
  background-image: url('../images/annualized-distributed-monthly.-A-revenue-share-of-8-minimum_.png'), url('../images/background-copy_1.png');
  background-position: 46%, 48%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.h1-lg-page {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 48px;
}

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

.mask-5 {
  height: 100%;
}

.slider-5 {
  background-color: #ddd0;
  height: 100%;
}

.icon-10 {
  color: #092837;
}

.div-block-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-11 {
  color: #092837;
  margin-bottom: 25px;
}

.left {
  text-align: left;
}

.image-10 {
  max-width: 400px;
}

.link-5 {
  color: #fff;
  font-weight: 700;
}

.footer-3 {
  background-color: #264756;
  background-image: url('../images/background-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.social-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 200px;
  margin: 20px auto 60px;
  display: grid;
}

.privacy-policy-p-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .container.flex-lg {
    flex-flow: column;
  }

  .purple-btn, .footer {
    padding-bottom: 0;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar19_menu-wrapper-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    height: auto;
    padding-bottom: 0;
  }

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

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

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

  .navbar19_menu-button-2 {
    border-style: none;
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar19_menu-left-bottom {
    margin-top: 0;
    padding-bottom: 8rem;
  }

  .menu-icon4_line-bottom-2 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar19_link-wrapper {
    display: none;
  }

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

  .menu-icon4_line-top-2 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar19_menu-2 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .menu-icon4_line-middle-base-2 {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

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

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

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

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

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

  .navbar19_menu-left-top-2 {
    padding-top: 2rem;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .form-box {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .div-block, .div-block-3 {
    padding-top: 35px;
  }

  .navbar19_menu-wrapper-2 {
    grid-row-gap: 3rem;
    padding-top: 4rem;
  }

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

  .navbar19_component-2 {
    min-height: 4rem;
  }

  .navbar19_link-large-2 {
    font-size: 1.5rem;
  }

  .navbar19_menu-left-top-2 {
    grid-column-gap: 2rem;
    flex-direction: column;
    padding-top: 1rem;
  }

  .navbar19_menu-right {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }

  .process-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 479px) {
  .container.nav {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .container.flex-foote {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container.flex-lg {
    flex-flow: column-reverse;
  }

  .nav-link {
    margin-bottom: 20px;
  }

  .nav-menu {
    background-color: var(--brand-purple);
    margin-bottom: 30px;
    padding: 30px;
  }

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

  .hero-section {
    background-position: 50%;
  }

  .subhead-hero-banner {
    font-size: 32px;
    line-height: 42px;
  }

  .h1-hero-banner {
    font-size: 46px;
    line-height: 60px;
  }

  .purple-btn {
    padding: 10px 15px;
    font-size: 18px;
  }

  .purple-btn.gold-btn.compete {
    font-size: 17px;
  }

  .h2-green {
    font-size: 30px;
    line-height: 44px;
  }

  .h2-green.purple-left.green-left, .h2-green.left, .h2-green.purple-left, .h2-green.purple-left.white {
    font-size: 40px;
  }

  .h2-green.purple-left.cente {
    font-size: 30px;
    line-height: 45px;
  }

  .p-regular {
    font-size: 20px;
    line-height: 30px;
  }

  .p-regular.left.nomb {
    text-align: left;
  }

  .side-by-side-content {
    flex-flow: column;
    display: flex;
  }

  .h4-purple {
    font-size: 30px;
    line-height: 40px;
  }

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

  .cards-grid.mb45._3cards {
    flex-flow: column;
    display: flex;
  }

  .cards-grid._3col {
    grid-template-columns: 1fr;
  }

  .cards-grid._3col.mb30._4col {
    flex-flow: column;
    display: flex;
  }

  .care-grid-inner {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .care-grid-inner.center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .green-h3.center.h3-fon {
    font-size: 40px;
    line-height: 50px;
  }

  .yellow-h3.purple-it {
    font-size: 28px;
    line-height: 40px;
  }

  .purple-h3.mb20 {
    font-size: 28px;
    line-height: 38px;
  }

  .industry-section {
    padding-bottom: 250px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .link {
    text-align: center;
  }

  .privacy {
    text-align: center;
    font-size: 15px;
  }

  .properties-top {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .grid-property-detail {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .mask-2 {
    height: 300px;
  }

  .image-2 {
    max-width: 100%;
    max-height: 300px;
  }

  .slide-2 {
    height: 300px;
  }

  .about-us-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .large-p-text-purpe {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }

  .large-p-text-purpe.center-freen.nomb {
    font-size: 23px;
    line-height: 31px;
  }

  .mission-section {
    padding-bottom: 200px;
  }

  .grid-mission-vision {
    flex-flow: column;
    display: flex;
  }

  .team-container-ind {
    flex-flow: column;
  }

  .what-we-do-hero {
    background-image: url('../images/picture-of-people.png');
    background-repeat: no-repeat;
    background-size: auto 500px;
  }

  .amenities-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .sqiare {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .transformatios-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 80px;
  }

  .tech-care-section {
    padding-bottom: 200px;
  }

  .numbers-grid {
    flex-flow: column;
    display: flex;
  }

  .menu-button {
    background-color: #c8c8c80f;
  }

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

  .large-p-text-purpe-2 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }

  .hero-offering {
    flex-flow: column;
    max-height: 100%;
    display: flex;
  }

  .hero-div {
    max-height: 100%;
  }

  .h1-offering {
    font-size: 31px;
    line-height: 40px;
  }

  .h4-purple-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .amenities-section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .h3-gold-2 {
    text-align: center;
  }

  .large-p-text-purpe-3 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }

  .green-p.mb30.left {
    font-size: 24px;
    line-height: 30px;
  }

  .slide-3 {
    height: 300px;
  }

  .h3-gold-3 {
    text-align: center;
  }

  .mask-3 {
    height: 300px;
  }

  .image-4 {
    max-width: 100%;
    max-height: 300px;
  }

  .properties-top-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navbar19_menu-wrapper-2 {
    grid-row-gap: 2rem;
  }

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

  .cener-btn-nav {
    text-align: left;
    display: none;
  }

  .navbar19_container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

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

  .buttons-nav-container {
    justify-content: center;
    align-items: center;
  }

  .navbar19_menu-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
  }

  .h1-lg {
    font-size: 30px;
    line-height: 40px;
  }

  .complete-middle {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-complete {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .h1-complete {
    font-size: 36px;
    line-height: 46px;
  }

  .oc-block.light {
    display: none;
  }

  .guide-grid, .grid-overview-1, .div-block-6, .div-block-6._4-columns {
    grid-template-columns: 1fr;
  }

  .steps-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .image-9 {
    margin-top: 0;
  }

  .slide-4 {
    background-image: url('../images/20.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .h1-hero-off {
    font-size: 38px;
    line-height: 48px;
  }

  .large-p-hero {
    font-size: 24px;
    line-height: 34px;
  }

  .bio-team {
    font-size: 20px;
    line-height: 30px;
  }

  .team-card {
    flex-flow: column;
  }

  .h2-blue {
    font-size: 34px;
    line-height: 46px;
  }

  .team-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .privacy-policy-p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-logo {
    margin-top: 0;
  }

  .banner {
    background-size: cover;
  }

  .process-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h2-orange {
    font-size: 32px;
    line-height: 48px;
  }

  .h2-orange.eft.mb60 {
    margin-bottom: 30px;
  }

  .p-large {
    font-size: 22px;
    line-height: 32px;
  }

  .p-large.left {
    font-size: 18px;
    line-height: 30px;
  }

  .brand-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .grid-icons {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .grid-icons-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-10 {
    align-items: center;
  }

  .header-lg {
    background-image: url('../images/background-copy_1.png');
    background-position: 48%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .privacy-policy-p-2 {
    text-align: center;
    line-height: 24px;
  }
}

#w-node-_2addb8b7-bae6-89ed-efa9-db95954c2116-b3a34711 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_2addb8b7-bae6-89ed-efa9-db95954c2153-b3a34711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_065d424f-c98c-6f14-e004-84b9bf2a256b-b3a34711 {
  justify-self: start;
}

#w-node-_2addb8b7-bae6-89ed-efa9-db95954c2116-cb558974 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_2addb8b7-bae6-89ed-efa9-db95954c2153-cb558974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_065d424f-c98c-6f14-e004-84b9bf2a256b-cb558974 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_2addb8b7-bae6-89ed-efa9-db95954c2116-b3a34711, #w-node-_2addb8b7-bae6-89ed-efa9-db95954c2116-cb558974 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Copperplate';
  src: url('../fonts/copperplate.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}