:root {
  --white-coffee: #e0ddd1;
  --cal-poly-pomona-green: #17422b;
  --dark-sea-green: #9bba86;
  --rajah: #ffbb5c;
  --white: white;
  --black: #131313;
  --dark-vanilla: #ccb9af;
  --temptress: #412025;
}

body {
  color: #333;
  height: 100vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

h1 {
  color: var(--white-coffee);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: condor-extended, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  color: var(--white-coffee);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
}

p {
  color: var(--cal-poly-pomona-green);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 22px;
}

.page_wrapper {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5vh;
  display: flex;
  position: relative;
}

.page_wrapper.is-floor {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page_wrapper.is-padding10px {
  padding: 10px;
}

.page_wrapper.is-disambiguation {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page_wrapper.is-main {
  background-color: var(--dark-sea-green);
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 0 0 10vh;
}

.page_wrapper.is-nopadding {
  padding: 0;
}

.page_wrapper.is-virtual-photo {
  background-image: linear-gradient(#e0ddd1f2, #e0ddd1f2), url('../images/cover-Brochure_9.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: auto;
}

.page_wrapper.is-material-board {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page_wrapper.is-map {
  padding: 0;
}

.navigator {
  z-index: 52;
  border-left: 6px solid var(--rajah);
  background-color: var(--white-coffee);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.nav_logo {
  z-index: 20;
  width: 45px;
  height: 45px;
  position: relative;
}

.index_wrapper {
  z-index: 50;
  background-color: var(--dark-sea-green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: 66px;
}

.index_wrapper.is-fullscreen {
  grid-column-gap: 20px;
  background-color: #000000e6;
  flex-flow: wrap;
  place-content: center;
  width: auto;
  margin-left: 0;
  display: flex;
  position: fixed;
  inset: 0% 0 0% 0%;
}

.index_wrapper.is-lateral {
  height: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.index_wrapper.is-responsive {
  background-color: var(--white-coffee);
  height: 100%;
  display: flex;
  position: relative;
  right: 0;
  overflow: hidden;
}

.index_wrapper.is-responsive.is-vr {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: auto;
}

.index_button {
  z-index: 49;
  background-color: var(--cal-poly-pomona-green);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  min-width: 150px;
  max-width: 190px;
  min-height: 40px;
  padding: 16px 20px;
  text-decoration: none;
  position: fixed;
  top: 10px;
  right: 76px;
}

.index_button-page {
  z-index: 15;
  background-color: var(--cal-poly-pomona-green);
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
}

.index_button-page.is-lateral {
  margin-left: 50px;
  margin-right: 50px;
}

.index_button-page.is-responsive {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white-coffee);
  color: var(--white-coffee);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 50px;
  margin-right: 50px;
}

.touch_overlay {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_button_container {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  top: 10px;
}

.embed-video {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.vr_container {
  background-color: var(--black);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.interior_tab {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.plan_container {
  max-height: 100%;
  display: flex;
  position: relative;
}

.plan_button {
  background-color: var(--dark-sea-green);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  display: flex;
  position: absolute;
}

.plan_button.is-01a {
  top: 50%;
  left: 50%;
}

.device_overlay {
  z-index: 100;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: var(--white);
  text-align: center;
  background-color: #131313e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: none;
  position: fixed;
  inset: 0%;
}

.cartiglio-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.cartiglio-wrapper.is-pop-up {
  display: none;
}

.cartiglio-quadrato {
  background-color: var(--dark-sea-green);
  width: 60px;
  height: 45px;
  margin-right: 12px;
}

.cartiglio-text {
  color: var(--dark-sea-green);
  text-transform: uppercase;
  font-size: 12px;
}

.cartiglio-text.bottom {
  z-index: 10;
  color: var(--dark-sea-green);
  font-size: 7px;
  line-height: 10px;
  display: flex;
  position: fixed;
  bottom: 12px;
  left: 16px;
}

.card_text {
  color: #6b6b6b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 4px;
  font-family: termina, sans-serif;
  font-size: 10px;
  display: flex;
}

.card_text.is-orise {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: absolute;
  inset: auto 0% 60px;
}

.main_image {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 60%;
  height: 100%;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.main_logo {
  justify-content: center;
  align-items: center;
  width: 15vw;
  max-width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.icon {
  z-index: 1;
  border: 1px solid var(--dark-sea-green);
  color: var(--cal-poly-pomona-green);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon.is-vp {
  position: relative;
}

.icon.is-card {
  border-width: 2px;
  padding: 0;
}

.icon.is-disamb {
  padding: 8px;
}

.icon.is-rotate {
  padding: 7px;
}

.icon.is-back {
  padding: 0;
}

.icon.is-touch {
  z-index: 3;
  background-image: url('../images/ico-no-tap.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  display: none;
}

.icon.is-refresh {
  background-image: url('../images/ico-refresh.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  display: none;
}

.icon.is-home {
  background-image: url('../images/HeroiconsHome.svg');
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.main_grid {
  z-index: 2;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.main_grid.is-horizontal {
  grid-template-columns: auto auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.main_grid.is-horizontal._3 {
  grid-template-columns: auto auto 1fr;
}

.card {
  background-color: var(--white-coffee);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000000d;
}

.card.is-medium {
  width: 29vw;
  min-width: 250px;
  min-height: auto;
  max-height: 25vw;
}

.card.is-small {
  width: 15vw;
  min-width: 250px;
  min-height: auto;
  max-height: 15vw;
}

.vp_grid {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-radius: 5px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 10px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000001a;
}

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

.interior_cone {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #000;
  width: 50px;
  height: 60px;
  position: absolute;
}

.interior_cone._2 {
  top: 21%;
}

.interior_cone._3 {
  top: 42%;
}

.interior_cone._4 {
  top: 65%;
}

.interior_component {
  z-index: 1;
  border: 0 #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.interior_content {
  z-index: 2;
  flex: 1;
  height: 100%;
}

.interior_menu {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 30vw;
  height: 30vw;
  margin-left: 40px;
  display: flex;
}

.vp_cover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vp_background {
  z-index: 0;
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 150%;
  max-width: none;
  height: 150%;
  position: absolute;
}

.vp_cover_line {
  z-index: 1;
  background-color: var(--white);
  width: 80%;
  height: 1px;
  position: relative;
}

.vp_heading {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.vp_lightbox {
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.iframe {
  border: 1px #000;
  width: 100%;
  height: 100%;
  position: relative;
}

.vr_embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.index_button_text {
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  display: flex;
}

.index_button_text.close-lateral, .index_button_text.asdasd, .index_button_text.close-fullscreen {
  display: none;
}

.index_button_text.download {
  text-transform: none;
  position: static;
}

.index_button_text.open-resposive {
  text-transform: none;
  font-family: termina, sans-serif;
  position: static;
}

.index_button_text.close-fullscreen {
  display: flex;
  position: static;
}

.vr_button {
  z-index: 15;
  border: 5px solid var(--cal-poly-pomona-green);
  opacity: .7;
  filter: grayscale();
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 200px;
  min-height: 100px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.vr_button.w--current {
  border-color: var(--white);
  opacity: 1;
  filter: none;
  background-image: linear-gradient(to top, #00000038, #0000 50%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.vr_button.is-first {
  margin-top: auto;
}

.vr_button.is-last {
  margin-bottom: auto;
}

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

.poi_button {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  text-decoration: none;
}

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

.tab_nav {
  justify-content: center;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.tab_content {
  background-color: #0000;
  flex: 1;
}

.interior_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 750px;
  height: 60%;
  max-height: 400px;
  display: flex;
  position: relative;
}

.button_wrapper.full {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: grid;
}

.disamb_button {
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000001a;
}

.disamb_button.is-full {
  box-shadow: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}

.disamb_text {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 12px;
  display: flex;
}

.disamb_text.is-full {
  color: var(--white);
  text-transform: none;
  background-color: #0000;
  width: auto;
  margin-top: 0;
  padding: 0;
  font-size: 20px;
}

.disamb_image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.disamb_mask {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.disamb_hover {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.index_component {
  z-index: 2;
  display: none;
}

.slide_image {
  object-fit: contain;
  height: 100%;
  transition: all .5s;
}

.card_image {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.card_image_wrapper {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay_lottie {
  filter: brightness(200%);
  width: 100px;
}

.text-capitalize-allcaps {
  text-transform: uppercase;
}

.guideline {
  z-index: 700;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #a39bff1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 140px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.guideline_wrapper {
  color: #fff;
  background-color: #a39bff;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  line-height: 1.6;
  display: flex;
}

.splide__list {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.splide__list.is-hc {
  flex-direction: row;
  height: 100%;
}

.stylesheet {
  z-index: 100;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.splide__track {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.splide__track.is-hc {
  z-index: 1;
  height: 100%;
  margin-top: 40px;
  position: relative;
}

.splide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.splide__arrow {
  background-color: var(--cal-poly-pomona-green);
  cursor: pointer;
  background-image: url('../images/IcRoundKeyboardArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 34%;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.splide__arrow.splide__arrow--prev {
  margin-right: auto;
  padding: 0;
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  margin-left: auto;
}

.splide__pagination {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 40px;
  display: flex;
  overflow: hidden;
}

.splide__arrows {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: -35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.splide__arrows.is-hc {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  inset: auto 0 20px auto;
}

.splide__slide {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  list-style-type: none;
  display: flex;
}

.splide__pagination__page {
  background-color: var(--cal-poly-pomona-green);
  border-radius: 100%;
  flex: none;
  width: 12px;
  height: 12px;
}

.splide__pagination__page.is-active {
  background-color: var(--dark-sea-green);
}

.index_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.index_text {
  color: var(--cal-poly-pomona-green);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: termina, sans-serif;
  font-weight: 400;
}

.contents_container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 140vh;
  height: 100%;
  max-height: 70vw;
}

.contents_container.is-vp {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contents_container.is-poi {
  flex-direction: column;
  display: flex;
}

.vr_button_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vr_button_gradient {
  z-index: 2;
  background-image: linear-gradient(#0000 50%, #00000038);
  position: absolute;
  inset: 0%;
}

.vr_button_text {
  z-index: 3;
  position: relative;
}

.black_wrapper {
  background-color: #010001;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.black_wrapper.is-video {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: stretch;
}

.floor_button {
  z-index: 15;
  background-color: var(--dark-sea-green);
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
}

.floor_button_container {
  grid-column-gap: 1dvw;
  grid-row-gap: 1dvw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link_button {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.display-none {
  display: none;
}

.interior_image_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.card_hover {
  z-index: 3;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_coming-soon {
  z-index: 3;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  background-color: #0000004d;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_coming-soon.display-none {
  display: none;
}

.planimetria {
  max-height: 100%;
}

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

.fullscreen_overlay {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--white);
  text-align: center;
  background-color: #131313d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fullscreen_button {
  border: 1px solid var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 4px;
  padding: 10px 20px;
  font-family: termina, sans-serif;
}

.fullscreen_button:hover {
  color: var(--black);
  background-color: #fff;
}

.touch_button {
  z-index: 130;
  display: flex;
  position: relative;
}

.index_container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 330px;
  height: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: auto;
}

.rotate_button {
  z-index: 130;
  display: none;
  position: relative;
}

.body-hc {
  overflow: visible;
}

.page_heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10%;
  line-height: 1.2;
  display: flex;
}

.choice_image {
  z-index: 1;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.button_next {
  grid-column-gap: 2px;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin: 10px -10px -10px;
  padding: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button_next:hover {
  grid-column-gap: 6px;
}

.step_heading_text {
  flex-wrap: wrap;
  display: flex;
}

.page-wrapper {
  flex: 1;
  margin-bottom: 0;
}

.dida2 {
  text-align: center;
}

.choice_image_mask {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.step_results {
  display: none;
}

.form_container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.step_slider_wrapper {
  background-color: var(--white-coffee);
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.step_choice_container {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.step_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-vanilla);
  background-color: var(--white-coffee);
  color: var(--temptress);
  cursor: pointer;
  border-radius: 4px;
  flex: none;
  grid-template: "Heading" min-content
                 "Body"
                 / 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.step_wrapper.is-active {
  color: var(--cal-poly-pomona-green);
  cursor: auto;
  background-color: #fff;
}

.step_wrapper.is-done {
  color: var(--black);
  background-color: #ffffff80;
}

.step_progress_flag {
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.step_heading {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.step_heading.w--current {
  opacity: 1;
  color: #292929;
}

.form_step {
  background-color: var(--white-coffee);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0;
}

.step_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  min-height: 660px;
  margin-bottom: auto;
  display: flex;
}

.onboarding_form-success {
  color: #f1eee5;
  background-color: #715d4a;
}

.choice_radio {
  z-index: 4;
  opacity: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 0;
  display: none;
  position: absolute;
  bottom: 0;
  right: 2px;
}

.choice_radio.w--redirected-checked {
  opacity: .2;
  background-image: url('../images/FeCheck.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  display: block;
}

.choice_radio.w--redirected-focus {
  box-shadow: none;
}

.result_container {
  text-transform: uppercase;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .85em;
  display: flex;
}

.chioce_text {
  margin: 16px 14px;
}

.step_progress_number {
  z-index: 2;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 20px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.step_body {
  z-index: 2;
  color: var(--black);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.step_body.is-results {
  grid-row-gap: 24px;
  margin-top: 32px;
  margin-bottom: 22px;
}

.button_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.button_icon.is-refresh {
  transform-style: preserve-3d;
  margin-right: 2px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button_refresh {
  grid-column-gap: 2px;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: -20px;
  padding: 10px 10px 12px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button_refresh:hover {
  grid-column-gap: 6px;
}

.step_content {
  flex-direction: column;
  flex: none;
  align-self: stretch;
  width: 319px;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw 1vw;
  display: flex;
  overflow: auto;
}

.value {
  text-transform: none;
  margin-left: 32px;
  font-style: italic;
  font-weight: 400;
}

.value.is-results {
  margin-left: 0;
  font-size: 1.3rem;
}

.step_choice {
  box-shadow: none;
  opacity: .6;
  filter: saturate(0%);
  text-align: center;
  cursor: pointer;
  border: 1px solid #dedede;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.2;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.step_choice.is-active {
  opacity: 1;
  filter: none;
  font-weight: 700;
  box-shadow: 0 0 14px #0000001a;
}

.slide_container {
  width: 100%;
  height: 100%;
  transition: opacity 1.5s cubic-bezier(.25, .46, .45, .94);
}

.step_name {
  font-weight: 700;
}

.step_active {
  display: none;
}

.heading_text {
  text-transform: uppercase;
}

.icon-2 {
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-2.is-home {
  background-image: url('../images/HeroiconsHome.svg');
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.icon-2.is-back {
  background-image: url('../images/back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.icon-2.is-refresh {
  background-image: url('../images/ico-refresh.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 7px;
}

.icon-2.is-touch {
  z-index: 3;
  background-image: url('../images/ico-no-tap.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.nav_button_container-2 {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: 10px;
}

.device_overlay-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #fff;
  text-align: center;
  background-color: #131313e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_logo-2 {
  z-index: 20;
  width: 45px;
  height: 45px;
  position: absolute;
}

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

.touch_overlay-2 {
  z-index: 1;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigator-2 {
  z-index: 11;
  background-color: #d9b398;
  border-left: 3px solid #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.icon-3 {
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-3.is-button {
  border-style: none;
  border-width: 0;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  padding: 0;
}

.index_button-responsive {
  z-index: 51;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--cal-poly-pomona-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  min-width: 140px;
  max-width: 190px;
  min-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.index_button-responsive.is-close {
  display: none;
}

.index_button-responsive.is-sound {
  border-radius: 50%;
  min-width: 40px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 10px;
}

.index_button-responsive.is-menu {
  justify-content: center;
  align-items: center;
  position: relative;
}

.index_button-responsive.is-download {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.index_button-responsive.is-vr {
  justify-content: center;
  align-items: center;
  min-width: 160px;
  position: relative;
}

.index_button-responsive.is-alert {
  background-color: #5b4dff00;
  display: none;
  left: 55px;
  right: auto;
}

.rotate-display_overlay {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  text-align: center;
  background-color: #131313d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  display: none;
  position: fixed;
  inset: 0%;
}

.device_information {
  display: none;
}

.main_grid_wrapper {
  z-index: 2;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-wrap: wrap;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  max-width: 45vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
}

.main_grid_wrapper.is-page {
  flex-flow: wrap;
  order: 0;
  max-width: none;
}

.icon-main {
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-main.is-button {
  border-style: none;
  border-width: 0;
  border-radius: 0%;
  width: 15px;
  height: 15px;
  padding: 0;
}

.icon-main.is-button.is-sound {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.index_button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.index_button-wrapper.is-close {
  display: none;
}

.index_button-wrapper.is-open {
  display: flex;
}

.index_component_buttons {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: fixed;
  top: 10px;
  bottom: auto;
  right: 80px;
}

.text-popup-alert {
  opacity: 0;
  color: #fff;
  text-transform: none;
  background-color: #bababa;
  border-radius: 5px;
  min-width: auto;
  padding: 5px;
  font-size: 12px;
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  box-shadow: 0 2px 5px #0003;
}

.text-popup-alert.is-singolo {
  z-index: 17;
  background-color: var(--black);
  max-width: 50%;
  font-size: 11px;
  top: 10px;
  left: 10px;
}

.audio-control {
  cursor: pointer;
  background-image: url('../images/ico-sound.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
}

.audio-control.pause {
  background-image: url('../images/ico-sound-off.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50% 0 0 50%;
  transition: background-color .2s;
}

.icon-4 {
  z-index: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-4.is-button {
  border-style: none;
  border-width: 0;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  padding: 0;
}

.icon-4.is-information {
  background-image: url('../images/ico-information.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  display: none;
  overflow: visible;
}

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

.icon-button_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #131313;
  background-color: #a39bff;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.icon-button_wrap.is-absolute {
  border-radius: 5px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.icon-button_wrap.is-absolute.is-orise {
  background-color: var(--cal-poly-pomona-green);
  border-radius: 50px;
  display: block;
}

.icon-button_wrap.is-absolute.display-none {
  display: none;
}

.icon-button_wrap.is-download-card {
  background-color: var(--cal-poly-pomona-green);
}

.text-span {
  margin-bottom: 5px;
  font-size: 12px;
}

.card_image_wrapper-2 {
  z-index: 1;
  background-color: #000000b3;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_hover-2 {
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_hover-2.is-gradient {
  background-image: linear-gradient(358deg, #0000006b, #0000 40%);
}

.card-2 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px 3px #0000000d;
}

.section-title_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pittogram-small {
  width: 20px;
  height: 20px;
}

.background-responsive {
  z-index: -2;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.image_hover {
  z-index: 2;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.slider-08_component {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider_arrow_icon {
  width: 70%;
  height: 100%;
}

.slider_arrow {
  background-color: var(--cal-poly-pomona-green);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.slider_arrow.swiper-prev {
  transform: rotate(180deg);
}

.slider_nav_container {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.slider-08 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide.slider-08_slide {
  width: 100%;
  height: 100%;
}

.slide-08_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}

.tab_wrap {
  width: 70vw;
}

.tab-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 5px;
  display: flex;
}

.tab-link {
  background-color: var(--dark-sea-green);
  color: var(--white);
  text-align: center;
  width: 100%;
}

.tab-link.w--current {
  background-color: var(--cal-poly-pomona-green);
}

.image-fit-contain {
  object-fit: contain;
  flex: none;
  width: 100%;
  height: 100%;
}

.map_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.map_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.map_image.is-responsive {
  display: block;
}

.index_button_text-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cartiglio-wrapper-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.cartiglio-wrapper-2.is-popup {
  opacity: 0;
  position: absolute;
  inset: auto auto 10px 10px;
}

.cartiglio-text-2 {
  color: #a39bff;
  text-transform: uppercase;
  font-size: 12px;
}

.cartiglio-text-2.bottom {
  z-index: 10;
  color: #a39bff;
  font-size: 7px;
  line-height: 10px;
  display: flex;
  position: static;
  bottom: 12px;
  left: 16px;
}

.div-block-17 {
  width: 70px;
  height: 70px;
}

.gradient-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gradient-background.is-splash {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.properties-splash {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 8vw;
}

.logo-spash {
  z-index: 4;
  width: 180px;
  position: relative;
  top: -30px;
}

.text-block-6 {
  color: #ccb9af;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 9px;
}

.splash-background-video {
  z-index: 2;
  opacity: .1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.splash_component {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.splahs-hover {
  z-index: 3;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.nav-logo {
  object-fit: contain;
  width: 100%;
  height: 160px;
  position: absolute;
}

.nav_component {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav_component.is-mobile {
  display: none;
}

.alyakka-logo {
  object-fit: contain;
  width: 100px;
  height: 100%;
}

.nav-link_wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 103.234px;
  display: flex;
}

.sbk-logo {
  object-fit: contain;
  width: 70px;
  height: 100%;
}

.logo-partner {
  position: fixed;
  inset: 45px auto auto 30px;
}

.logo-partner.align-right {
  inset: 35px 30px auto auto;
}

.nav_container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #e0ddd1;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: termina, sans-serif;
  font-size: 9px;
  text-decoration: none;
}

.list {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.rhombus {
  background-image: url('../images/rhombus-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.rhombus.w--current {
  opacity: 1 !important;
}

.nav-logo_wrapper {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-txt {
  color: #e0ddd1;
  font-size: 12px;
  font-weight: 300;
}

.header_background {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.header_hover {
  z-index: 2;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.hero-background-video {
  width: 100%;
  height: 100%;
}

.scroll_component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.scroll-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 30%;
  display: flex;
}

.header_div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  display: flex;
}

.header_container {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll-icon {
  border: 1px solid #e0ddd180;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.header_component {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  min-height: 600px;
  padding: 100px 100px 4vw;
  display: flex;
  position: relative;
}

.subtxt_div {
  max-width: 600px;
}

.key-pillar-hover {
  z-index: 1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.footer_column {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_column.align-up {
  justify-content: flex-start;
  align-items: flex-start;
}

.social-link {
  opacity: .7;
  width: 20px;
  height: 20px;
  transition: opacity .25s;
}

.social-link:hover {
  opacity: 1;
}

.tilte-paragraph {
  color: var(--cal-poly-pomona-green);
  text-transform: uppercase;
  font-family: condor-extended, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.tilte-paragraph.is-pillars {
  color: var(--white-coffee);
  font-size: 20px;
  line-height: 30px;
}

.tilte-paragraph.is-whitecoffee {
  color: var(--white-coffee);
}

.tilte-paragraph.is-contact {
  max-width: 500px;
}

.footer-link {
  opacity: .8;
  color: #e0ddd1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: termina, sans-serif;
  font-size: 8px;
  text-decoration: none;
  transition: opacity .25s;
}

.footer-link:hover {
  opacity: 1;
}

.page_wrapper-2 {
  min-height: 200vh;
}

.text-field {
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #17422b;
  min-height: 40px;
  padding-left: 0;
  padding-right: 0;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-top-style: none;
  border-bottom-color: #000;
  border-left-style: none;
  border-right-style: none;
}

.text-field::placeholder {
  color: #0000004d;
  font-size: 11px;
}

.text-field.message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
}

.discalimer-txt {
  opacity: .3;
  color: #e0ddd1;
  margin-right: 40px;
  font-size: 9px;
  line-height: 14px;
}

.paragraph_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form_component {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
}

.form_component.bg-beige {
  background-image: linear-gradient(0deg, #e0ddd1, #fff0 40%), linear-gradient(#e0ddd133, #e0ddd133), url('../images/beige-bg.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.key-pillar-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.title-section_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.title-section_wrapper.max-w {
  max-width: 450px;
}

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

.slider-landscape {
  background-color: #ddd0;
  width: 100%;
  height: 55vw;
  margin-left: auto;
  margin-right: auto;
}

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

.mask {
  width: 19vw;
  min-width: 225px;
  max-width: 300px;
  overflow: visible;
}

.right-arrow {
  border: 1px solid #e0ddd1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-style: italic;
  transition: background-color .25s;
  display: flex;
  inset: auto 30px 30px auto;
}

.right-arrow:hover {
  background-color: #17422b;
}

.right-arrow.is-landscape {
  inset: 0% 20px 0% auto;
}

.right-arrow.is-landscape:hover {
  background-color: #17422b;
}

.slider-paragraph {
  width: 100%;
  height: 100%;
}

.heading-2.is-green {
  color: #17422b;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.line-pillars {
  z-index: 3;
  background-color: #e0ddd14d;
  width: 1px;
  position: relative;
}

.slider_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider_container.is-wp {
  background-color: #e0ddd1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  color: #e0ddd1;
  width: 100%;
  height: 100%;
}

.button {
  background-color: #17422b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 15px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.key-pillar_wrapper {
  z-index: 3;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 33.33%;
  height: 45vw;
  min-height: 600px;
  display: flex;
  position: relative;
}

.container {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  display: flex;
  position: relative;
}

.container.align-horizontal {
  flex-flow: row;
}

.container.margin-vertical {
  margin-top: 180px;
}

.container.no-padding {
  padding: 0;
}

.container.no-padding-y {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_component {
  grid-row-gap: 10px;
  background-color: #17422b;
  background-image: url('../images/marvin-van-beek-mMyvF0R7e38-unsplash_mod.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 100px 100px 40px;
}

.logo-contact {
  z-index: 4;
  width: 180px;
  position: relative;
}

.div-block-8 {
  background-image: url('../images/rhombus-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.slider-amenities {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 76vw;
  min-width: 900px;
  max-width: 1200px;
  height: 200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-block-7 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  color: #e0ddd1;
  font-size: 20px;
  font-weight: 300;
}

.btn-txt {
  color: #e0ddd1;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  display: flex;
}

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

.btn-txt_wrapper {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: relative;
}

.title-section-2 {
  color: #17422b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: termina, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
}

.title-section-2.is-whitecoffee {
  color: #e0ddd1;
}

.amenities_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.icon-slider {
  color: #e0ddd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 40%;
  display: flex;
}

.image-section_wrapper {
  background-color: #412025;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vw;
  min-height: 550px;
  display: flex;
}

.image-section_wrapper.is-landscape {
  width: 60vw;
  height: 40vw;
  min-height: 600px;
}

.image-section_wrapper.is-small {
  width: 10vw;
}

.amenities_txt {
  color: #17422b;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.6;
}

.leaf-left {
  mix-blend-mode: multiply;
  background-image: url('../images/leaf-left.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25vw;
  height: 30vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide-amenities {
  width: 100%;
}

.wip-txt {
  z-index: 1;
  color: #17422b;
  letter-spacing: 2px;
  background-color: #9bba86;
  padding: 20px 60px;
  font-size: 12px;
  font-weight: 500;
  display: none;
  position: absolute;
}

.left-arrow {
  border: 1px solid #e0ddd1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .25s;
  display: flex;
  inset: auto 100px 30px auto;
}

.left-arrow:hover {
  background-color: #17422b;
}

.left-arrow.is-landscape {
  inset: 0% auto 0% 20px;
}

.left-arrow.is-landscape:hover {
  background-color: #17422b;
}

.div-block-10 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.key-pillar-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.par_div {
  max-width: 500px;
}

.par_div.alig-lateral {
  max-width: 400px;
}

.par_div.max-550 {
  max-width: 550px;
}

.footer_wrapper.is-partner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 117px;
  display: flex;
}

.footer_wrapper.is-sitemap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_wrapper.is-sitemap.is-gdpr {
  display: none;
}

.footer_wrapper.is-emo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 117px;
  display: flex;
}

.monogram {
  width: 4vw;
  height: 4vw;
  min-height: 60px;
  margin-top: 60px;
}

.title-section {
  color: #17422b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: termina, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 21px;
}

.title-section.is-darkseagreen {
  color: var(--dark-sea-green);
}

.logo-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 160px;
  height: 160px;
}

.apt-tile {
  flex: 1;
}

.div-block-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #e0ddd1;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  height: 237px;
  display: flex;
}

.form-block {
  margin-top: 100px;
}

.div-block-11 {
  background-color: #e0ddd14d;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-arrow {
  color: #412025;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
}

.icon-arrow.left {
  justify-content: flex-start;
  align-items: center;
}

.apt-tiles_container {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section {
  position: relative;
}

.section.bg-beige {
  background-image: linear-gradient(0deg, #e0ddd1, #fff0 40%), linear-gradient(#e0ddd133, #e0ddd133), url('../images/beige-bg.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.is-location-bg {
  background-image: url('../images/location-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.is-download-2 {
  background-image: linear-gradient(#ffffff73, #ffffff73), url('../images/download_bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.padding {
  padding: 100px;
}

.section.padding.bg-beige-2 {
  background-image: linear-gradient(#e0ddd1, #fff0 40%), linear-gradient(#e0ddd133, #e0ddd133), url('../images/beige-bg.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.padding.is-beige-leaf {
  background-image: linear-gradient(#e0ddd1f2, #e0ddd1f2), url('../images/cover-Brochure_9.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section.padding-vertical.is-temptress {
  background-image: linear-gradient(45deg, #0000 54%, #b6a59c4d), url('../images/pexels-tom-swinnen-2249961_mod.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.is-download {
  background-image: linear-gradient(#ffffff73, #ffffff73), url('../images/download_bg-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.padding-vertical-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.is-beige-leaf {
  background-image: linear-gradient(#e0ddd1f2, #e0ddd1f2), url('../images/cover-Brochure_9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.is-temptress {
  background-image: linear-gradient(45deg, #b6a59c00 54%, #b6a59c4d), url('../images/pexels-tom-swinnen-2249961_mod.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.partner-logo {
  height: 80px;
}

.partner-logo.is-q5 {
  height: 50px;
}

.full-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.full-image.padding-x-btn {
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.submit-button {
  z-index: 1;
  background-color: #3898ec00;
  position: absolute;
  inset: 0%;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.paragraph.is-whitecoffee {
  color: var(--white-coffee);
}

.paragraph.max-w2 {
  max-width: 450px;
}

.btn-bg {
  background-color: #412025;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.btn-icon {
  color: #e0ddd1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.field-label {
  color: #17422b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
}

.slide-hover {
  z-index: 2;
  background-image: linear-gradient(0deg, #0000004d, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.slide-hover.is-landscape {
  background-image: linear-gradient(275deg, #0006, #fff0 30%), linear-gradient(90deg, #0006, #fff0 30%);
}

.text_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text_wrapper.align-horizontal {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.text_wrapper.is-paragraph {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text_wrapper.is-paragraph.align-center {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
}

.text_wrapper.is-paragraph.is-about-sbk {
  padding-top: 140px;
  padding-bottom: 140px;
}

.text_wrapper.is-center {
  z-index: 2;
  text-align: center;
  max-width: 750px;
  position: relative;
}

.text_wrapper.is-top {
  z-index: 2;
  text-align: center;
  max-width: 750px;
  margin-top: 100px;
  margin-bottom: 280px;
  position: relative;
}

.text-block-5 {
  color: #e0ddd1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: termina, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
}

.button_div {
  z-index: 5;
  margin-top: 30px;
  position: relative;
}

.button_div.is-submit {
  max-width: 230px;
}

.leaf-right {
  mix-blend-mode: multiply;
  background-image: url('../images/leaf-right.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25vw;
  height: 30vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.amenities-icon {
  width: 60px;
  height: 60px;
}

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

.heading-4.is-whitecoffee {
  color: #e0ddd1;
  text-transform: uppercase;
  font-family: condor-extended, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.slide_fake {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 100%;
}

.body {
  background-color: var(--white-coffee);
  height: auto;
  font-family: termina, sans-serif;
  display: block;
  overflow: visible;
}

.loader_bg_video {
  z-index: -1;
  opacity: .85;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main_logo-2 {
  justify-content: center;
  align-items: center;
  width: 15vw;
  max-width: 50%;
  height: 20vw;
  display: flex;
}

.icon-5 {
  z-index: 2;
  color: #17422b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  overflow: hidden;
}

.card_line {
  background-image: linear-gradient(90deg, #ffbb5c, #ffbb5c00);
  width: 100%;
  height: 5px;
}

.nav-logo-mobile {
  object-fit: contain;
  width: 100%;
  height: 160px;
  position: absolute;
}

.apt-tile-img {
  width: 100%;
}

.navbar-trigger {
  width: 1px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-emotions {
  color: var(--cal-poly-pomona-green);
  text-transform: uppercase;
  font-family: condor-extended, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.title-emotions.is-pillars {
  color: var(--white-coffee);
  font-size: 20px;
  line-height: 30px;
}

.title-emotions.is-whitecoffee {
  color: var(--white-coffee);
}

.title-emotions.is-contact {
  max-width: 500px;
}

.comingsoon-txt {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: termina, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 21px;
}

.comingsoon-txt.is-darkseagreen, .index_page {
  color: var(--dark-sea-green);
}

.index_pag {
  color: var(--dark-sea-green);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: termina, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

.header_hover_gradient {
  z-index: 2;
  background-image: linear-gradient(#0009, #0000 30%);
  position: absolute;
  inset: 0%;
}

.div-block-18 {
  background-image: linear-gradient(#0006, #0000000d 25%, #0000);
  position: fixed;
  inset: 0%;
}

.vimeo-01_component {
  width: 100%;
}

.vimeo-01_wrapper {
  width: 100%;
  padding-top: 56.2%;
  position: relative;
}

.vimeo-01_iframe {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  body {
    max-width: 100%;
  }

  .page_wrapper {
    overflow: auto;
  }

  .page_wrapper.is-main {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .page_wrapper.is-virtual-photo {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: row;
    padding-right: 0;
  }

  .navigator {
    z-index: 200;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav_logo {
    order: -1;
  }

  .index_wrapper.is-responsive {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    overflow: auto;
  }

  .index_wrapper.is-responsive.is-vr {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: wrap;
    place-content: center;
    align-items: stretch;
    display: none;
  }

  .index_button-page.is-responsive {
    margin-left: 0;
    margin-right: 0;
  }

  .nav_button_container {
    padding-top: 0;
    position: static;
  }

  .device_overlay {
    display: flex;
  }

  .cartiglio-wrapper {
    display: none;
  }

  .cartiglio-wrapper.is-pop-up {
    background-color: var(--cal-poly-pomona-green);
    min-width: 300px;
    padding: 5px;
    display: none;
    inset: auto 66px 10px auto;
  }

  .cartiglio-text.bottom {
    display: none;
  }

  .main_image {
    max-width: 30vw;
    padding-top: 20vh;
  }

  .main_logo {
    max-width: none;
    height: auto;
  }

  .icon {
    width: 40px;
    height: 40px;
  }

  .icon.is-touch, .icon.is-refresh {
    display: none;
  }

  .main_grid {
    flex-flow: row;
    min-width: 300px;
    max-height: 70vh;
    padding-right: 7vw;
    display: flex;
    overflow: auto;
  }

  .main_grid.is-horizontal {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: auto;
  }

  .card {
    min-width: 250px;
  }

  .card.is-medium, .card.is-small {
    flex: 0 auto;
    width: 40vw;
    min-width: 350px;
    max-height: none;
  }

  .index_button_text, .index_button_text.download, .index_button_text.open-resposive, .index_button_text.close-fullscreen {
    display: none;
  }

  .index_button_text.map {
    display: flex;
  }

  .vr_button {
    flex: 0 auto;
    width: 100%;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .overlay_lottie {
    width: 100px;
  }

  .splide__arrow {
    width: 60px;
    height: 60px;
  }

  .splide__arrow.splide__arrow--prev {
    right: 33.7%;
  }

  .splide__arrow.splide__arrow--next {
    left: 67.2%;
  }

  .splide__arrows {
    height: 60px;
    bottom: 170px;
  }

  .splide__slide {
    flex: none;
    width: 33.333%;
  }

  .fullscreen_overlay, .fullscreen_button {
    display: none;
  }

  .index_container {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 100px;
    display: flex;
  }

  .device_overlay-2 {
    display: flex;
  }

  .navigator-2 {
    z-index: 200;
  }

  .icon-3 {
    width: 40px;
    height: 40px;
  }

  .icon-3.is-button.is-open {
    flex: none;
  }

  .index_button-responsive {
    border-radius: 50%;
    width: 40px;
    min-width: auto;
    max-width: none;
    height: 40px;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .index_button-responsive.is-sound {
    position: static;
  }

  .index_button-responsive.is-menu {
    display: flex;
  }

  .index_button-responsive.is-menu.is-orise {
    display: none;
  }

  .index_button-responsive.is-download {
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .index_button-responsive.is-vr {
    min-width: auto;
  }

  .index_button-responsive.is-vr.is-orise {
    display: none;
  }

  .index_button-responsive.is-alert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 20px 80px auto auto;
  }

  .main_grid_wrapper {
    order: 0;
    min-width: 300px;
    max-width: 60vw;
    margin: auto 0 auto auto;
    display: block;
  }

  .main_grid_wrapper.is-page {
    flex-flow: row;
    width: auto;
    max-width: 70vw;
  }

  .icon-main {
    width: 40px;
    height: 40px;
  }

  .icon-main.is-button.is-open {
    flex: none;
  }

  .index_button-wrapper {
    border-radius: 50%;
    width: 40px;
    min-width: auto;
    max-width: none;
    height: 40px;
    min-height: auto;
    position: static;
    inset: auto 0% 0% auto;
  }

  .index_component_buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
    position: static;
    inset: auto auto 20px;
  }

  .text-popup-alert {
    opacity: 0;
    min-width: 120px;
    display: none;
    top: auto;
    left: auto;
    right: 105%;
  }

  .text-popup-alert.is-singolo {
    min-width: 50px;
    max-width: 70%;
    inset: 10px auto auto 10px;
  }

  .icon-4 {
    width: 40px;
    height: 40px;
  }

  .icon-4.is-button.is-open {
    flex: none;
  }

  .icon-4.is-information {
    background-image: url('../images/ico-information.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

  .card-2 {
    min-height: 200px;
  }

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

  .background-responsive {
    filter: blur(2px);
  }

  .body-emotions {
    display: flex;
  }

  .tab_wrap {
    width: 100%;
    margin: auto;
    display: flex;
  }

  .tab-menu {
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 0;
    margin-right: 5px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .map_container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .map_image.is-responsive {
    min-width: 700px;
  }

  .index_button_text-2.alert {
    min-width: auto;
    position: static;
  }

  .cartiglio-wrapper-2 {
    display: none;
    left: auto;
  }

  .cartiglio-wrapper-2.is-popup {
    background-color: #a39bff;
    min-width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    inset: 80px 65px auto auto;
  }

  .cartiglio-text-2.bottom {
    color: #fff;
    text-align: center;
    left: auto;
  }

  .fit-contain.is-responsive {
    width: 50px;
  }

  .nav_component {
    flex-direction: row;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_component.is-mobile {
    justify-content: space-between;
    display: flex;
  }

  .nav_component.is-desktop {
    display: none;
  }

  .nav-link_wrap {
    width: auto;
  }

  .logo-partner, .logo-partner.align-right {
    position: static;
  }

  .nav_container {
    z-index: 12;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    background-image: linear-gradient(#17422bf2, #17422bf2), url('../images/cover-Brochure_9.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex-flow: column;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    font-size: 12px;
  }

  .list {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    margin-bottom: auto;
  }

  .nav-logo_wrapper.is-mobile-menu {
    width: 150px;
    height: 150px;
    margin-top: auto;
  }

  .header_component {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer_column {
    justify-content: space-between;
    width: 100%;
  }

  .footer_column.align-up {
    flex-flow: row-reverse;
    width: 100%;
  }

  .paragraph_container {
    flex-flow: column;
  }

  .paragraph_container.inverted {
    flex-flow: column-reverse;
  }

  .form_component.bg-beige {
    width: 100%;
    padding: 120px 60px 60px;
  }

  .mask {
    width: 200px;
    min-width: auto;
    max-width: none;
  }

  .div-block-9 {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .line-pillars {
    width: 100%;
    height: 1px;
  }

  .key-pillar_wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    padding: 120px 60px 60px;
  }

  .container.align-horizontal.no-padding {
    flex-flow: column;
  }

  .footer_component {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider-amenities {
    width: 600px;
    min-width: auto;
  }

  .image-section_wrapper {
    width: 100%;
    min-height: auto;
  }

  .image-section_wrapper.is-landscape {
    width: 100%;
  }

  .image-section_wrapper.is-small.no-tablet {
    display: none;
  }

  .div-block-10 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .footer_wrapper.is-sitemap {
    flex: 1;
  }

  .footer_wrapper.is-sitemap.is-gdpr {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer_wrapper.is-emo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .monogram {
    margin-top: 20px;
  }

  .div-block-6 {
    height: 220px;
  }

  .full-image.padding-x-btn {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text_wrapper.is-paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .text_wrapper.is-paragraph.align-center {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .text_wrapper.is-paragraph.is-about-sbk {
    padding: 120px 60px 60px;
  }

  .text_wrapper.is-top {
    margin-top: 120px;
  }

  .text-block-5 {
    font-size: 8px;
  }

  .heading-4.is-whitecoffee {
    font-size: 20px;
    line-height: 25px;
  }

  .loghi-partner {
    z-index: 15;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    flex: 1;
    display: flex;
    position: relative;
  }

  .hamburger_container {
    z-index: 15;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .lottie-animation {
    width: 40px;
    height: 40px;
  }

  .title-emotions {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main_image {
    max-width: 40%;
  }

  .main_grid {
    max-height: 80vh;
  }

  .card.is-medium, .card.is-small {
    flex: 1;
  }

  .splide__arrow.splide__arrow--prev {
    right: 50.5%;
  }

  .splide__arrow.splide__arrow--next {
    left: 50.5%;
  }

  .splide__arrows {
    bottom: 140px;
  }

  .splide__slide {
    width: 50%;
  }

  .form_step.is-active {
    max-width: 100%;
  }

  .main_grid_wrapper {
    min-height: 250px;
  }

  .card-2 {
    min-width: 200px;
    min-height: auto;
  }

  .slider_arrow {
    width: 30px;
    height: 30px;
  }

  .tab_wrap {
    margin: auto;
  }

  .map_container {
    justify-content: flex-start;
    align-items: center;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: auto;
  }

  .map_image.is-responsive {
    min-width: 700px;
    min-height: 600px;
    margin-right: -201px;
  }

  .cartiglio-wrapper-2 {
    display: none;
  }

  .div-block-17 {
    width: 40px;
    height: 50px;
  }

  .logo-spash {
    width: 110px;
  }

  .paragraph_container.inverted {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo-contact {
    width: 130px;
  }

  .slider-amenities {
    width: 400px;
  }

  .image-section_wrapper.is-landscape {
    height: auto;
    min-height: auto;
  }

  .footer_wrapper.is-emo {
    text-align: center;
  }

  .apt-tiles_container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .div-block-14 {
    background-color: #ffffff1a;
    padding: 20px;
  }

  .text-block-5 {
    letter-spacing: 1px;
    font-weight: 300;
  }

  .apt-tile-img {
    aspect-ratio: 1;
    overflow: hidden;
  }

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

@media screen and (max-width: 479px) {
  .page_wrapper.is-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100vw;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .page_wrapper.is-virtual-photo {
    flex-flow: column;
    padding-top: 100px;
    padding-left: 0;
  }

  .navigator {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 3px solid var(--white);
    border-left-style: none;
    border-left-width: 0;
    flex-flow: row;
    align-items: stretch;
    width: 100%;
    height: 60px;
    position: absolute;
  }

  .nav_logo {
    flex: none;
  }

  .nav_button_container {
    flex-flow: row;
    padding-top: 0;
  }

  .main_image {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main_logo {
    width: 120px;
  }

  .main_grid {
    max-height: none;
    margin-left: auto;
    padding-left: 7vw;
  }

  .main_grid.is-horizontal {
    width: 100%;
    height: auto;
    max-height: none;
    padding-right: 0;
  }

  .card {
    min-width: 70vw;
  }

  .card.is-medium, .card.is-small {
    flex: 0 auto;
    width: auto;
    min-width: 70vw;
  }

  .splide__arrow.splide__arrow--prev {
    right: 50%;
  }

  .splide__arrow.splide__arrow--next {
    left: 50%;
  }

  .splide__arrows {
    bottom: 130px;
  }

  .splide__slide {
    width: 100%;
  }

  .index_container {
    padding-right: 40px;
  }

  .icon-3 {
    width: 40px;
    height: 40px;
  }

  .index_button-responsive.is-close {
    background-color: #fff0;
    border-radius: 0%;
    display: flex;
    position: absolute;
    inset: 10px 10px auto auto;
  }

  .index_button-responsive.is-alert {
    display: none;
    top: 70px;
    right: 10px;
  }

  .rotate-display_overlay {
    display: flex;
  }

  .device_information {
    flex-flow: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .main_grid_wrapper {
    width: 95%;
    min-width: auto;
    max-width: none;
  }

  .main_grid_wrapper.is-page {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    width: 95%;
    max-width: none;
    margin-left: 0;
  }

  .icon-main {
    width: 40px;
    height: 40px;
  }

  .index_button-wrapper.is-close {
    background-color: #fff0;
    border-radius: 0%;
    position: absolute;
    inset: 10px 10px auto auto;
  }

  .index_component_buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    position: static;
    bottom: auto;
    right: 10px;
  }

  .text-popup-alert {
    min-width: 100px;
    max-width: 70%;
    top: 106%;
    right: 0;
  }

  .audio-control {
    width: 35px;
    height: 35px;
  }

  .icon-4 {
    width: 40px;
    height: 40px;
  }

  .nav_button_wrapper_responsive {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .card-2 {
    min-width: auto;
    max-height: 150px;
  }

  .section-title_wrap {
    width: 95%;
  }

  .tab_wrap {
    flex-flow: column;
  }

  .tab-menu {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .map_container {
    justify-content: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
    margin-top: 55px;
    overflow: hidden;
  }

  .map_image.is-responsive {
    min-width: auto;
    margin-right: 0;
  }

  .index_button_text-2.alert {
    min-width: auto;
  }

  .cartiglio-wrapper-2.is-popup {
    width: 100vw;
    min-width: auto;
    top: 55px;
    right: auto;
  }

  .fit-contain.is-responsive {
    width: 40px;
    height: 60px;
  }

  .nav_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_component.is-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-logo_wrapper.is-desktop.w--current {
    width: 100px;
  }

  .header_component {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_column.align-up {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .tilte-paragraph {
    font-size: 4vw;
    line-height: 1.6;
  }

  .discalimer-txt {
    text-align: center;
    margin-right: 0;
  }

  .form_component.bg-beige {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    bottom: -70px;
    right: 0;
  }

  .div-block-9 {
    aspect-ratio: 1;
  }

  .key-pillar_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_component {
    padding: 40px 20px;
  }

  .slider-amenities {
    width: 200px;
  }

  .left-arrow {
    bottom: -70px;
    right: 70px;
  }

  .div-block-10 {
    justify-content: space-between;
    align-items: center;
  }

  .footer_wrapper.is-partner, .footer_wrapper.is-sitemap, .footer_wrapper.is-sitemap.is-gdpr, .footer_wrapper.is-emo {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-footer {
    width: 130px;
    height: 130px;
  }

  .div-block-6 {
    max-width: 90%;
    height: 270px;
  }

  .full-image.padding-x-btn {
    padding-left: 0;
    padding-right: 0;
  }

  .full-image.is-map {
    aspect-ratio: 2 / 3;
  }

  .text_wrapper.align-horizontal {
    flex-flow: column;
  }

  .heading-4.is-whitecoffee {
    font-size: 4vw;
  }

  .slide_fake {
    display: none;
  }

  .loghi-partner, .hamburger_container {
    flex: 0 auto;
    width: 60px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 26px;
  }

  .title-emotions {
    font-size: 4vw;
    line-height: 1.6;
  }
}

#w-node-a48d3107-3e41-fce2-a769-ac7d346821ff-33223dda, #field-3.w-node-a48d3107-3e41-fce2-a769-ac7d34682202-33223dda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47c6c857-e666-3dd8-bc06-82beb786ab22-33223e1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab99436b-0d59-2a75-822b-33ddfbc12211-33223e1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aafb4ca7-4857-5a52-48af-0839f9defdaa-33223e22 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-aa0f4fc6-a1df-f2e7-bdfd-c8441830c8ea-33223e22, #w-node-_3752579c-5c50-e977-5473-8550ad928b29-33223e22, #w-node-de1bb9da-249f-918d-bf20-83ea9e3e6428-33223e22, #w-node-_15614a93-5a9d-7787-08dc-243273bf91bf-33223e22, #w-node-_1ed38934-91a5-1e8e-a913-00c928a4f2e6-33223e22, #w-node-ee47a873-b970-8c04-5f77-b2d1b5789832-33223e22, #w-node-_529a7504-c5f2-81c1-fc29-9c905bd4cc7c-33223e22, #w-node-_45675450-676f-27e3-9edb-722d383552dc-33223e22 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_4a5a2da7-c0da-b771-eb54-f336765967fa-33223e22 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_03a23c78-1796-f80b-5aca-8eff893de9f3-33223e22 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_4efea4d4-7720-c1f5-b442-5b1b178095c3-33223e22, #w-node-d2010f99-dec4-3eb5-f355-8db65a2faad3-33223e22, #w-node-_685a0c54-a982-287f-6833-32e52b6a4075-33223e22, #w-node-_19238f4a-f6bb-36ec-79b4-dbff3ffa9c26-33223e22, #w-node-_76a7ad59-3210-0063-87e0-d639382c4806-33223e22, #w-node-c57e6903-ee49-6fd9-d93d-131204a0f1b5-33223e22, #w-node-_09188335-18ae-d315-b258-95fb620ef381-33223e22, #w-node-df713278-3737-fcd2-c2bc-211b102d7e0c-33223e22 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_97b9ea40-9945-82b0-9ab4-88dfbbae90f1-33223e22 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e8c9f71b-be93-8802-5b57-acfd5f2b143c-33223e22 {
  align-self: stretch;
}

#w-node-_1dc7212d-cd9d-5825-7943-221dde84d0d2-33223e22 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_3cf15af3-75c0-c42b-0f53-9bedfa1a78e5-33223e22, #w-node-e011b661-ff8e-89dd-2221-d7e88754a383-33223e22, #w-node-ca10b926-00ce-2120-ac33-c4adf3d5e883-33223e22 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c38a6e8d-3302-9ff5-4eb1-aaedea8a79b1-33223e22 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9676d8d8-1d45-01b8-bd5b-4a0951407392-33223e61, #w-node-c940558b-db82-d5d4-fece-c51e4cf074df-33223e61, #w-node-d692f0bd-d8c9-4716-e03f-f345c65fe5f1-33223e61, #w-node-_34c61152-1a5d-9818-82d1-a5ec74ae2360-74ae2360 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


