@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --primary: #e50171;
  --light-blue-section: #3b7ee3;
  --black: black;
  --button-2: #0f172b;
  --heading-1: #222;
  --heading-2: #1c1a57;
  --paragraph: #1c1a57;
  --paragraph-1: #222;
  --dark-slate-blue: #004792;
  --dark_navy-color: #0c0b2b;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

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

p {
  margin-bottom: 10px;
  line-height: 25px;
}

.main-body-container {
  justify-content: center;
  max-width: 100%;
  display: block;
}

.navbar {
  z-index: 0;
  background-color: var(--white);
  border-bottom: 1px solid #a5a5a5;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 0 1rem 8em;
}

.nav-link {
  padding: 1em .8em;
  font-size: 1em;
  line-height: 16px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary);
}

.container {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.button {
  z-index: 2;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0009;
  border-radius: 2px;
  margin-right: .5em;
  padding: 1em 1.5em;
  font-size: .8em;
  line-height: 1em;
  position: relative;
}

.button:hover {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  color: var(--white);
}

.availabity-button {
  background-color: var(--primary);
  color: #fff;
  border-radius: 2px;
  padding: 1em 2em;
  font-size: .8em;
  line-height: 1em;
  position: relative;
}

.availabity-button:hover {
  border: 1px solid var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-buttons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .5fr;
  place-items: center stretch;
  display: none;
}

.body {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.nav-menu {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
}

.section {
  text-align: center;
  justify-content: center;
  display: flex;
}

.features-section {
  color: var(--heading-1);
}

.features-section.section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2em 8em 5em;
  display: flex;
}

.features-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.feature {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: 1fr 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: flex;
}

.feature-icon {
  width: 100px;
}

.feature-heading {
  color: var(--heading-2);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.2em;
  line-height: 18px;
}

.feature-content {
  color: var(--paragraph);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 28.5px;
}

.hero-section {
  margin-top: 0;
  overflow: hidden;
}

.hero-container {
  margin: 0 0 5em;
  padding-top: 0;
  padding-left: 8em;
  padding-right: 8em;
}

.heading {
  color: var(--heading-1);
  letter-spacing: -1px;
  font-size: 4.5em;
  line-height: 60px;
}

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

.paragraph {
  color: var(--paragraph-1);
  font-family: DM Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 21.6px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  place-items: stretch stretch;
  display: flex;
}

.modern-design0div {
  background-color: var(--light-blue-section);
  align-items: center;
  margin-top: 5em;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.modern-design0div._2 {
  flex-flow: column;
  padding: 10%;
}

.contact-content-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  margin: 5% 10% 5% 0%;
  display: grid;
}

.modern-heading {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 34px;
}

.modern-content {
  color: #fff;
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 25px;
}

.modern-view-button {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 4px;
}

.modern-view-button:hover {
  background-color: var(--white);
  color: var(--light-blue-section);
}

.locrion-content-div {
  background-color: var(--black);
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding-left: 5%;
  display: flex;
}

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

.about-container {
  margin: 5em 0;
  padding-left: 8em;
  padding-right: 8em;
}

.about-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.about-div {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: DM Sans, sans-serif;
  display: grid;
}

.heading-3 {
  color: var(--heading-1);
  letter-spacing: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.paragraph-3 {
  color: var(--paragraph-1);
  font-size: 1.8em;
  line-height: 36px;
}

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

.paragraph-4 {
  color: var(--paragraph-1);
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 28.5px;
}

.apply-apartment-button {
  border: 2px solid var(--primary);
  background-color: var(--button-2);
  color: #fff;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  font-family: DM Sans, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 24.7px;
}

.apply-apartment-button:hover {
  border: 2px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.footer-container {
  margin-left: 0;
  margin-right: 0;
  padding: 2em 8em;
}

.footer-grid {
  grid-column-gap: .5em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.3fr;
}

.copyright-text {
  color: var(--heading-1);
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: .8em;
  line-height: 24.7px;
}

.footer-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block {
  color: #222;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  line-height: 24.7px;
  text-decoration: none;
}

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

.footer-top-line {
  color: #0006;
  background-color: #0000001a;
  height: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.image {
  display: none;
}

.left-arrow, .right-arrow {
  display: block;
}

.slide-nav {
  text-align: left;
  margin-left: 0;
  padding-top: 1em;
  padding-bottom: 3em;
  padding-left: 8em;
}

.slide {
  text-align: left;
}

.mask {
  right: auto;
  overflow: hidden;
}

.slider {
  background-color: var(--black);
  width: 100vw;
  height: 100%;
  overflow: visible;
}

.slide-img {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: visible;
}

.slide-2 {
  overflow: visible;
}

.slid-heading {
  color: var(--white);
  margin-bottom: .5em;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 38px;
}

.div-block-2 {
  margin-left: 10em;
}

.text-block-2 {
  color: var(--white);
  align-items: center;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: none;
}

.text-span {
  font-size: 40px;
}

.text-span-2 {
  font-size: 15px;
}

.text-block-3 {
  color: var(--white);
  font-size: .8rem;
}

.beds {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 12px;
  display: grid;
}

.text-block-4 {
  color: var(--white);
  font-size: 1em;
}

.capacity, .room-size, .view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 1em;
  display: grid;
}

.recommend {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

.slider-view-detail-button {
  border: 2px solid var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 1em;
}

.slider-view-detail-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

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

.column-2 {
  padding-top: 5%;
  padding-left: 0;
  padding-right: 10%;
}

.slide-2-div, .slide-1-div {
  margin-left: 10em;
  display: none;
}

.columns {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-3 {
  display: block;
}

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

.grid-3, .grid-4, .grid-5, .grid-6, .grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-items: start;
}

.div-block-3 {
  border: 2px solid var(--white);
  border-radius: 22px;
  padding: 20px;
}

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

.div-block-5 {
  border: 2px solid var(--white);
  border-radius: 22px;
  padding: 20px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  margin-top: 2em;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.map {
  height: 100%;
}

.columns-2 {
  display: none;
}

.slider-item {
  grid-column-gap: 40px;
  grid-template-rows: 2fr;
  grid-template-columns: .75fr 1.5fr;
}

.slider-content {
  margin-left: 0;
  padding-left: 8em;
}

.pricing-grid {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.slider-price {
  color: #fff;
  margin-top: 10px;
  font-family: Dmsans, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 40px;
}

.text-block-5 {
  color: #fff;
  font-size: 1em;
}

.image-3 {
  display: block;
  position: relative;
}

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

.nav-menu-2 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.navbar-2 {
  align-items: center;
  display: none;
}

.nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1em;
}

.column-4 {
  padding-left: 0;
}

.grid-8 {
  display: none;
}

.image-5 {
  width: 100%;
}

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

.footet-mobile-nav {
  display: none;
}

.nav-button2 {
  flex: 0 auto;
}

.div-block-7 {
  z-index: 0;
  background-color: var(--primary);
  opacity: 0;
  margin-left: -80px;
  margin-right: 0;
  padding: 1.3em 3em 2em 2.9em;
  display: none;
  position: absolute;
}

.footer-nav-link {
  font-size: .8em;
  text-decoration: none;
}

.heading-4 {
  display: none;
}

.slide-img-in {
  width: 60%;
  height: 50%;
}

.red-button {
  background-color: var(--primary);
  color: #fff;
  border-radius: 0;
  padding: 14px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.red-button:hover {
  opacity: .85;
}

.mg-top-24px {
  margin-top: 24px;
}

.home-hero-section {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Garaz_2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 80vh;
  padding-top: 135px;
  padding-bottom: 135px;
}

.container-3 {
  max-width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.flex-vertical.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-vertical.align-left.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-vertical.align-left.gap-16px.flex-horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-vertical.align-c-c {
  justify-content: center;
  align-items: center;
}

.flex-vertical.align-c-c.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.mg-top-40px {
  margin-top: 40px;
}

.home-hero-wrap {
  max-width: 70%;
}

.font-color-white {
  color: #fff;
  ---mode--collection-022e3148-2d3f-0b1a-849a-633c1137a705: mode-c58431de-ae61-a415-1bd9-7373a75d0453;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

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

.grid-2-column {
  grid-template-rows: auto;
}

.grid-2-column.our-edge-in {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.grid-2-column.contact-us-form {
  flex-flow: column;
  display: flex;
}

.grid-2-column.contact--map {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: block;
}

.our-edge-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.text-xl {
  ---mode--collection-022e3148-2d3f-0b1a-849a-633c1137a705: mode-b0b1c676-ba13-f12c-fcc3-f37cacc29bee;
  font-size: 1.25rem;
  line-height: 150%;
}

.text-subwrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.slider-subwrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1150px;
  height: 75%;
  position: relative;
}

.text-wrapper-grand-canyon {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.text-big-2 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
  display: inline-block;
}

.slider-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 800px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.arrow-wrapper {
  background-color: #333;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: transform .2s;
  display: flex;
}

.arrow-wrapper:hover {
  transform: translate(-2px);
}

.arrow-wrapper.right {
  background-color: #f7f7f7;
}

.arrow-wrapper.right:hover {
  transform: translate(2px);
}

.arrow-wrapper.left {
  background-color: #f7f7f7;
}

.text-big-1 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
  display: inline-block;
}

.image-17 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.right-arrow-5 {
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  right: -35px;
}

.mask-3 {
  border-radius: 0%;
}

.invert-small {
  z-index: 15;
  width: 14px;
  min-width: 14px;
  position: relative;
}

.invert-small.large {
  width: 18px;
  min-width: 18px;
}

.invert-small.large.black {
  filter: invert();
}

.slider-2 {
  background-color: #0000;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-4 {
  width: 100px;
  margin-bottom: -50px;
  font-size: 11px;
}

.text-wrapper-sequoia {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.left-arrow-4 {
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  left: -35px;
}

.section-12 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0%;
  transition: text-indent .2s;
  display: flex;
}

.text-wrapper-yosemite {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

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

.tooltip-icon {
  width: 16px;
  height: 16px;
}

.link-2 {
  color: #475467;
  text-decoration: underline;
}

.mg-top-32px {
  margin-top: 32px;
}

.text-field {
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 0;
  min-height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 2px #1018280d;
}

.text-field.area {
  border-radius: 0;
  max-width: 580px;
  min-height: 110px;
  max-height: 200px;
}

.checkbox-field {
  color: #475467;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.our-headquarter-wrap {
  padding: 60px;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 10px;
  line-height: 15px;
}

.mg-top-48px {
  margin-top: 48px;
}

.tool-tip-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 14px 0% auto;
}

.font-color-light {
  color: #667085;
}

.decor-rotate-scroll {
  z-index: 0;
  position: relative;
}

.form-block {
  border-top: 8px solid var(--primary);
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 660px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #00000029;
}

.contact-us-hero-section {
  background-image: linear-gradient(#000, #87878700 53%, #fff 78%), url('../images/cover-08.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.display-xs {
  ---mode--collection-022e3148-2d3f-0b1a-849a-633c1137a705: mode-c9f2e78a-4410-e9b8-3f76-0f0afa6f320d;
  font-size: 1.5rem;
  line-height: 150%;
}

.display-xs.font-color-primary-text {
  color: #000;
  text-decoration: none;
}

.display-xs.font-weight-700 {
  font-weight: 700;
}

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

.submit-button {
  background-color: var(--primary);
  border-radius: 0;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.contact-map-wrap {
  background-color: #f1f2f7;
  border-radius: 0;
  position: relative;
}

.edu-infra-devx-apart-container {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #f1f2f7;
  background-image: url('../images/Circle-design.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.field-label {
  color: #344054;
  margin-bottom: 6px;
}

.checkbox {
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

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

.grid-column.contact--form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.grid-column.our--headquater {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

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

.center-text.max-width-750px {
  max-width: 750px;
}

.other-location-section {
  padding-bottom: 60px;
}

.main-wrapper {
  margin-top: 90px;
}

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

.absolute-decor {
  z-index: 2;
  max-width: 116px;
  position: absolute;
  inset: 0 0 auto auto;
}

.absolute-decor.contact-map-decor {
  z-index: -2;
  inset: auto 47px -54px auto;
}

.inner-container._794px {
  max-width: 794px;
}

.inner-container._794px.mg-center {
  margin-left: auto;
  margin-right: auto;
}

.contact-map-container {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  overflow: hidden;
}

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

.contact-icon-wrap {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 12px;
  display: flex;
}

.contact-map-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 3rem;
  display: flex;
}

.table-row-bg {
  background-color: #fff;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 54px;
}

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

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.arrow-up-icon {
  z-index: 2;
  background-image: url('../images/Arrow-up-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: relative;
}

.section-13 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-13.dark {
  background-color: #000;
  align-items: center;
  min-height: 100vh;
}

.body-large {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.table-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  transition: border-color .35s;
  display: grid;
  position: relative;
}

.table-row:hover {
  border-color: #818181;
}

.first-container {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1180px;
  margin-top: 80px;
  display: flex;
}

.head {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button-2 {
  background-color: var(--primary);
  text-align: center;
  width: auto;
  min-width: 150px;
}

.body-large-copy {
  width: 150px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-20 {
  max-width: 80%;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

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

.text-block-6-copy {
  color: silver;
  text-align: center;
  font-size: 11px;
}

.hero-section-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 3rem;
  display: flex;
  overflow: visible;
}

.div-block-21 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.block-building {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 30%;
  padding: 5px;
  display: flex;
}

.heading-5 {
  color: #fff;
}

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

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

.container-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.code-embed-2 {
  object-fit: cover;
  height: 100%;
}

.div-block-23 {
  width: 50%;
}

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

.div-block-24 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.section-13-copy {
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.section-13-copy.dark {
  background-color: #1f0a5c;
  align-items: center;
  min-height: 100vh;
}

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

.hide-desktop {
  display: none;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.body-2 {
  padding-top: 5rem;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (min-width: 1280px) {
  .absolute-decor {
    top: 0%;
    right: -5%;
  }
}

@media screen and (min-width: 1440px) {
  .locrion-content-div {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .slider-item {
    place-items: center;
  }

  .our-headquarter-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-column.our--headquater {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .other-location-section {
    padding-bottom: 60px;
  }

  .main-wrapper {
    margin-top: 90px;
  }
}

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

  .nav-link {
    color: #fff;
    padding: 1em;
    display: block;
  }

  .nav-link:hover {
    color: var(--light-blue-section);
    font-weight: 400;
  }

  .nav-menu {
    z-index: 1016;
    background-color: var(--button-2);
    left: auto;
    right: 0;
  }

  .features-section.section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .features-grid {
    grid-column-gap: 30px;
    justify-items: center;
  }

  .hero-section {
    margin-top: 5em;
  }

  .hero-container {
    margin-left: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    place-content: stretch;
    place-items: stretch stretch;
  }

  .modern-design0div {
    margin-top: 2em;
    display: flex;
  }

  .contact-content-div {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    place-items: start;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .modern-heading {
    font-size: 1.5em;
  }

  .modern-content {
    font-size: 1em;
    line-height: 1.5em;
  }

  .locrion-content-div {
    margin-bottom: 0;
  }

  .about-container, .footer-container {
    padding-left: 5em;
    padding-right: 5em;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .slide-nav {
    margin-bottom: .5em;
    margin-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 5em;
    font-size: .9em;
    line-height: .6em;
    display: block;
  }

  .slide-img {
    height: 50vw;
    display: block;
  }

  .slid-heading {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .beds {
    margin-top: 1em;
    font-size: .8em;
  }

  .capacity, .room-size, .view, .recommend {
    font-size: .8em;
  }

  .slider-view-detail-button {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8em;
    line-height: 1em;
  }

  .column {
    background-image: url('../images/Rectangle.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    max-height: 80vh;
  }

  .column-2 {
    padding-right: 2%;
  }

  .slide-1-div {
    margin-left: 2.5em;
  }

  .columns {
    justify-content: space-between;
  }

  .column-3 {
    display: none;
  }

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

  .div-block-6 {
    grid-column-gap: 5px;
    grid-template-columns: 1.25fr .25fr .25fr;
    margin-top: 1em;
  }

  .columns-2 {
    display: none;
  }

  .slider-item {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
  }

  .slider-content {
    padding-left: 5em;
  }

  .pricing-grid {
    font-size: .8em;
  }

  .slider-price {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8em;
  }

  .image-3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .modern-img {
    width: auto;
    display: block;
    position: relative;
  }

  .column-5 {
    order: 1;
  }

  .icon {
    margin-left: 10px;
  }

  .footet-mobile-nav {
    display: none;
  }

  .menu-button {
    background-color: var(--button-2);
  }

  .menu-button.w--open, .icon-2 {
    color: #fff;
  }

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

  .right-arrow-5 {
    right: -35px;
  }

  .code-embed {
    height: 340px;
  }

  .our-headquarter-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .table-row {
    grid-template-columns: 1fr 3fr;
  }

  .table-row.first {
    display: none;
  }

  .hero-section-copy {
    margin-top: 5em;
  }

  .hide-desktop {
    display: block;
  }
}

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

  .navbar {
    padding-left: 0;
  }

  .features-section.section {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .features-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-container {
    margin-right: 0;
    padding-right: 5em;
  }

  .heading.white {
    font-size: 3em;
    line-height: 50px;
  }

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

  .modern-design0div {
    align-items: stretch;
    margin-top: 0;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .locrion-content-div {
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .about-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .about-grid {
    grid-column-gap: 20px;
  }

  .footer-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .footer-grid {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

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

  .footer-nav {
    text-align: center;
    justify-content: center;
    place-items: stretch stretch;
    display: none;
  }

  .slider {
    height: 100%;
  }

  .slide-img {
    height: 61vw;
  }

  .slide-1-div {
    margin-left: 0;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .div-block-6 {
    padding-bottom: 1em;
  }

  .map {
    height: 100vh;
  }

  .slider-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 1em;
  }

  .image-3 {
    position: relative;
  }

  .icon {
    margin-top: 450px;
  }

  .footet-mobile-nav {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-3 {
    margin-top: 450px;
  }

  .home-hero-section {
    min-height: 70vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-hero-wrap {
    max-width: none;
  }

  .text-wrapper-grand-canyon {
    bottom: 12%;
  }

  .text-big-2, .text-big-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow-5 {
    inset: auto 10% -35px auto;
  }

  .right-arrow-5:hover {
    transform: none;
  }

  .text-wrapper-sequoia {
    bottom: 12%;
  }

  .left-arrow-4 {
    inset: auto auto -35px 10%;
  }

  .left-arrow-4:hover {
    transform: none;
  }

  .text-wrapper-yosemite {
    bottom: 12%;
  }

  .our-headquarter-wrap {
    padding: 40px;
  }

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

  .contact-map-wrap {
    border-radius: 0;
    width: 100svw;
    position: relative;
    right: 40px;
  }

  .grid-column.our--headquater {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .absolute-decor {
    max-width: 70px;
  }

  .absolute-decor.contact-map-decor {
    display: none;
    bottom: -34px;
  }

  .contact-map-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .arrow-up-icon {
    width: 20px;
    height: 20px;
  }

  .body-large {
    font-size: 14px;
    line-height: 24px;
  }

  .table-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap-reverse;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
    display: grid;
  }

  .table-row.first {
    display: none;
  }

  .body-large-copy {
    font-size: 14px;
    line-height: 24px;
  }

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

  .block-building {
    width: 100%;
  }

  .container-4 {
    padding: 5%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-left: 0;
    margin-right: 0;
  }

  .features-section.section {
    padding-left: 2em;
  }

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

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

  .hero-section {
    margin-top: 0;
  }

  .hero-container {
    margin-left: 2em;
    margin-right: 1em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading.white {
    font-size: 2.5em;
    line-height: 45px;
  }

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

  .contact-content-div {
    margin: 5em 2em;
  }

  .modern-content {
    font-size: 12px;
  }

  .locrion-content-div {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .about-container {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .paragraph-3 {
    text-align: center;
    font-size: 20px;
  }

  .apply-apartment-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-section {
    overflow: hidden;
  }

  .footer-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-grid {
    grid-template-columns: auto;
  }

  .copyright-text {
    font-size: 10px;
    line-height: 20px;
  }

  .footer-nav {
    display: none;
  }

  .left-arrow {
    display: block;
  }

  .right-arrow {
    display: flex;
  }

  .slider {
    padding-top: 2rem;
  }

  .slide-img {
    height: auto;
  }

  .slider-view-detail-button {
    padding-left: 1em;
    padding-right: 1em;
  }

  .column {
    height: 30vh;
    max-height: 100%;
  }

  .slide-2-div {
    margin-left: 2em;
    margin-right: 1em;
    padding-bottom: 0;
  }

  .slide-1-div {
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .map {
    height: 50vh;
  }

  .slider-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-3 {
    position: relative;
  }

  .image-4 {
    margin-left: 1em;
  }

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

  .icon {
    background-color: var(--primary);
    font-size: 2rem;
  }

  .footet-mobile-nav {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .icon-3 {
    background-color: var(--primary);
    font-size: 2rem;
  }

  .heading-4 {
    display: flex;
  }

  .slide-img-in {
    width: 100%;
    height: auto;
  }

  .home-hero-section {
    min-height: 60vh;
    padding-bottom: 40px;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mg-top-40px {
    margin-top: 20px;
  }

  .home-hero-wrap {
    max-width: none;
  }

  .grid-2-column.our-edge-in, .grid-2-column.contact-us-form {
    grid-template-columns: 1fr;
  }

  .text-big-2 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 36px;
  }

  .slider-wrapper {
    height: 80vh;
  }

  .slide-3._4 {
    background-position: 50%;
  }

  .text-big-1 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 39px;
  }

  .text-wrapper-yosemite {
    display: none;
  }

  .our-headquarter-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-block {
    border-radius: 0;
    width: 100svw;
    padding-left: 16px;
    padding-right: 16px;
    right: 16px;
  }

  .contact-us-hero-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 440px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .display-xs.font-color-primary-text {
    font-size: 1rem;
  }

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

  .contact-map-wrap {
    right: 16px;
  }

  .absolute-decor {
    max-width: 70px;
  }

  .h2-white {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .project-text {
    max-width: 90%;
  }

  .arrow-up-icon {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .body-large {
    line-height: 20px;
  }

  .table-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap-reverse;
    grid-template-rows: auto auto auto;
    grid-template-columns: 6fr 2fr;
    grid-auto-columns: .25fr;
    justify-content: flex-end;
    align-items: stretch;
    display: inline-flex;
    position: relative;
  }

  .head {
    flex-direction: column;
  }

  .body-large-copy {
    line-height: 20px;
  }

  .hero-section-copy {
    margin-top: 5em;
  }

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

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

  .div-block-23 {
    width: 100%;
    min-height: 50vh;
  }

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

  .div-block-25 {
    width: 100%;
  }

  .div-block-25._2 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

#w-node-e17e1536-7da8-6ed6-79dc-549f83846366-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e17e1536-7da8-6ed6-79dc-549f83846369-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_50d00c1e-b333-3b5c-b64c-3b1d2a5ff97c-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50d00c1e-b333-3b5c-b64c-3b1d2a5ff982-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_684a049b-ab6f-39c4-f604-c30099f9ef29-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_684a049b-ab6f-39c4-f604-c30099f9ef33-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b5c97f21-d2d2-9379-885c-df6764d9cc3a-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b5c97f21-d2d2-9379-885c-df6764d9cc44-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4253b6ae-dbf8-fc03-5966-b6d43ca448d1-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4253b6ae-dbf8-fc03-5966-b6d43ca448db-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52c6d75c-6cae-bc86-529d-593d7302257c-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52c6d75c-6cae-bc86-529d-593d73022586-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ece281b4-c2fa-b4cc-d42b-03125d4691cf-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ece281b4-c2fa-b4cc-d42b-03125d4691d9-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b2f603a1-feee-770f-1615-3a0ecb3d0074-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b2f603a1-feee-770f-1615-3a0ecb3d007e-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_33b7e49f-73fb-2f36-2e99-26d1ba46fa60-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33b7e49f-73fb-2f36-2e99-26d1ba46fa6a-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f4b103d8-c3d7-0e3b-4f0c-0c2f53ff6215-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f4b103d8-c3d7-0e3b-4f0c-0c2f53ff621f-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f6d84fd8-8520-81b0-5f42-197311b44098-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6d84fd8-8520-81b0-5f42-197311b440a2-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca42d032-4eb4-56dd-cfe2-e27269d2b82e-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca42d032-4eb4-56dd-cfe2-e27269d2b838-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-df4410cd-e77d-ceee-bb73-02d80048ca38-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-df4410cd-e77d-ceee-bb73-02d80048ca42-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0060c2c4-6b28-bd83-6456-20d79f47d28d-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0060c2c4-6b28-bd83-6456-20d79f47d297-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_121c37ba-5cde-b735-5ec9-838cc439b5b1-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_121c37ba-5cde-b735-5ec9-838cc439b5bb-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-af46f207-d801-0c7e-3c2b-fcfcb4f52d93-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af46f207-d801-0c7e-3c2b-fcfcb4f52d9d-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b74a2566-2922-b58f-3787-8c4f57f009cf-b1cf15fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b74a2566-2922-b58f-3787-8c4f57f009d9-b1cf15fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6f22b4f2-ae71-afa6-3d86-aa57c1caee85-b1cf15fa {
  place-self: center start;
}

#w-node-_7f5bc598-089c-0ef3-41b6-84cb75ebcccf-b1cf15fa, #w-node-_85981ccf-cbb3-e8ab-308e-9f3b1228cebf-b1cf15fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69b49197-75b4-8318-d2d8-562b2528a51e-b1cf15fa {
  place-self: center start;
}

#w-node-_69b49197-75b4-8318-d2d8-562b2528a540-b1cf15fa, #w-node-_69b49197-75b4-8318-d2d8-562b2528a548-b1cf15fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7741508-b1a8-2486-b489-bf694f5192d0-b1cf15fa {
  place-self: center start;
}

#w-node-b7741508-b1a8-2486-b489-bf694f5192f2-b1cf15fa, #w-node-b7741508-b1a8-2486-b489-bf694f5192fa-b1cf15fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f16cff1-c92a-00c7-d78f-8e98ea63146e-b1cf15fa {
  place-self: center start;
}

#w-node-_0f16cff1-c92a-00c7-d78f-8e98ea631490-b1cf15fa, #w-node-_0f16cff1-c92a-00c7-d78f-8e98ea631498-b1cf15fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e8ed468-e7b0-01ea-c3d0-be7a20208fb8-b1cf15fa {
  place-self: center start;
}

#w-node-_7e8ed468-e7b0-01ea-c3d0-be7a20208fdc-b1cf15fa, #w-node-_7e8ed468-e7b0-01ea-c3d0-be7a20208fe4-b1cf15fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c9b3594-e7b3-ba30-947f-7673fc0ff380-b1cf15fa {
  place-self: stretch center;
}

#w-node-_96576f9f-e3ec-8ab5-2946-17f877915643-b1cf15fa {
  place-self: center;
}

#w-node-_96576f9f-e3ec-8ab5-2946-17f877915647-b1cf15fa {
  justify-self: center;
}


@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}