:root {
  --dark-grey: #a0a0a0;
  --gainsboro: #e6e6e8;
  --silver: #bbb;
  --black: black;
  --white: white;
  --dark-slate-grey: #414642;
  --medium-violet-red: #a0358b;
  --purple: #561f57;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

body {
  color: var(--dark-grey);
  font-family: aktiv-grotesk, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

h1 {
  color: var(--dark-grey);
  max-width: 750px;
  margin-top: 4.25vw;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

h2 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

h3 {
  color: var(--dark-grey);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--dark-grey);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  line-height: 28px;
}

a {
  color: var(--dark-grey);
  text-decoration: underline;
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

img {
  width: 100%;
  display: inline-block;
}

strong {
  font-weight: 600;
}

.banner-cookies {
  z-index: 60;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  display: block;
}

.returnbtn {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 126px auto auto 20px;
}

.page_background {
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 650px;
  display: flex;
  position: relative;
}

.page_wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.page_contatto {
  color: var(--gainsboro);
  text-align: left;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.page_contatto:hover {
  color: var(--silver);
}

.note_txt {
  color: var(--black);
}

.note_txt h1 {
  font-size: 1.7em;
  line-height: 1;
}

.note_txt h3 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1;
}

.note_txt li {
  margin-bottom: 5px;
}

.note_txt ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.note_txt h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.note_txt a {
  color: #868686;
}

.note_txt.cliente {
  margin-bottom: -10px;
}

.note-legali {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8.5vw;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
  position: relative;
}

.note-legali h1 {
  margin-top: 106px;
  margin-bottom: 20px;
  padding-top: 4.25vw;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.note-legali h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.note-legali li {
  margin-bottom: 5px;
}

.note-legali ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  list-style-type: disc;
}

.checkbox {
  border-color: var(--dark-grey);
  color: var(--black);
}

.checkbox.w--redirected-checked {
  border-color: var(--silver);
  background-color: var(--black);
}

.form-block {
  flex: none;
  width: 51vw;
  min-width: 950px;
  margin-top: auto;
  margin-bottom: auto;
}

.form-block.login {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8.5vw;
  display: flex;
  position: relative;
}

.form_field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--dark-grey);
  background-color: #0000;
  border-radius: 0;
  height: 45px;
  margin-bottom: 5px;
  padding: 0 10px;
  line-height: 18px;
}

.form_field:focus {
  border-bottom-color: var(--black);
}

.form_field::placeholder {
  color: var(--dark-grey);
}

.form_field.select {
  color: var(--dark-grey);
  padding-left: 6px;
}

.form_field.select:focus {
  background-color: var(--white);
}

.form_field.first-caps {
  border-bottom-color: var(--dark-grey);
  text-transform: capitalize;
}

.form_field.first-caps:focus {
  border-bottom-color: var(--black);
}

.form_field.first-caps::placeholder {
  color: var(--dark-grey);
}

.form_field.bot-margin {
  margin-bottom: 30px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  color: var(--black);
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form.popup {
  margin-top: 4.25vw;
}

.form-wrapper {
  z-index: 1;
  background-color: #dadada;
  flex-direction: column;
  align-items: center;
  padding: 100px 60px 75px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
  transform: translate(100%);
}

.button-submit {
  background-color: var(--black);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  min-width: 30%;
  font-weight: 600;
  transition: all .3s;
}

.button-submit:hover {
  background-color: #0009;
}

.checkbox_label {
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 400;
}

.footer {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.footer.static {
  position: static;
}

.footer.static.no-padding {
  flex-direction: row;
}

.footer_link {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s cubic-bezier(.455, .03, .515, .955);
}

.footer_link:hover {
  color: #868686;
}

.footer_link.privacy {
  color: var(--dark-grey);
}

.to-delete {
  text-align: left;
  background-color: #ffe837;
  margin-bottom: 0;
  padding: 140px 15% 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  display: none;
}

.hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero.vision {
  background-image: url('../images/TheFifth_View00_rework_rev007.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 68.5vw;
  display: none;
}

.hero.interiors {
  height: 64.5vw;
}

.hero.interiors.view06 {
  background-image: url('../images/TheFifth_ViewInt01_Rev04.jpg');
  background-position: 50%;
  display: none;
}

.hero.login {
  background-image: url('../images/Miami-Bizzi-Office_Heroshot_rev_11.jpg');
  background-size: cover;
  height: 100vh;
}

.footer-sep {
  background-color: var(--white);
  width: 1px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-sep.privacy {
  background-color: var(--dark-grey);
}

.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.hero-content.hidden-mobile.absolute, .hero-content.absolute {
  position: absolute;
  top: 0;
}

.top-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-container {
  width: 180px;
  position: relative;
}

.logo {
  width: 250px;
  max-width: none;
  height: 30px;
}

.logo.small {
  max-width: 180px;
}

.logo.small.black {
  display: none;
}

.cta {
  color: var(--white);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-left: 0;
  font-weight: 400;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.cta:hover {
  border-bottom-color: var(--white);
}

.cta.bold {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.cta.bold.margin {
  color: var(--gainsboro);
  margin-top: 35px;
  margin-bottom: 0;
}

.partners-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.development {
  letter-spacing: 2.5px;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.cookie-txt {
  color: var(--dark-grey);
  margin-bottom: 20px;
  line-height: 21px;
}

.cookie-link {
  color: #868686;
  font-weight: 700;
  transition: all .4s;
}

.cookie-link:hover {
  color: var(--black);
}

.req {
  color: var(--dark-grey);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.country_list {
  display: none;
}

.cw-logo {
  width: 100%;
  max-width: 200px;
  margin-top: 30px;
  display: none;
}

.close-form {
  cursor: pointer;
  background-image: url('../images/x-grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 50px;
}

.close-form:hover {
  background-image: url('../images/x-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sorry {
  color: var(--gainsboro);
  text-align: left;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.thnx {
  color: var(--gainsboro);
  text-align: left;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.disclaimer-content {
  flex: 1;
  max-width: 900px;
  margin-top: 106px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4.25vw;
  padding-left: 20px;
  padding-right: 20px;
}

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

.disclaimer-title {
  text-align: left;
  margin-top: 4.25vw;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.space_wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.sf {
  color: var(--dark-grey);
  margin-left: 20px;
}

.div-block {
  background-color: #ee2121;
  width: 100vw;
  height: 44px;
  display: none;
  position: absolute;
  top: 1px;
}

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

.hero_img_wrap.blur {
  filter: blur(3px);
}

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

.h1-thankyou {
  color: var(--gainsboro);
  text-align: left;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
}

.h1-thankyou.margin-top {
  margin-top: 35px;
  font-size: 13px;
  line-height: 26px;
}

.navbar {
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 4.5vw 15px 4.25vw;
  display: none;
}

.navbar.sticky {
  z-index: 10;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar_links__wrap {
  flex-direction: row;
  place-content: flex-end space-between;
  align-items: flex-start;
  width: 31vw;
  max-height: 80px;
  margin-top: 4px;
  display: flex;
}

.navbar_links__wrap.width90 {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  padding-left: 4.25vw;
  padding-right: 4.25vw;
}

.navbar_links__wrap.width90.right {
  justify-content: flex-end;
}

.navbar_links__wrap.tablet_mobile {
  width: 42vw;
}

.navbar_link {
  color: var(--dark-grey);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.navbar_link-linea_wrap {
  margin-bottom: 4px;
  text-decoration: none;
}

.navbar_link-linea_wrap.left {
  background-image: url('../images/Icon_Left.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 15px;
}

.navbar_link-linea_wrap.right {
  background-image: url('../images/Icon_Right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.navbar_link-linea_wrap.margin-left {
  margin-left: 40px;
}

.navbar_link_linea {
  background-color: var(--dark-grey);
  width: 100%;
  height: 1px;
  margin-top: -2px;
}

.navbar_links_container {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.navbar_links_container.sizing {
  flex: 0 auto;
  padding-left: 0;
}

.navbar_links_container.no-padding {
  padding-left: 0;
}

.navbar_links_container.no-padding.width1 {
  min-width: auto;
}

.navbar_links_container.no-padding.width2, .navbar_links_container.no-padding.width3 {
  width: 210px;
}

.navbar_links_container.no-padding.width4 {
  width: 105px;
}

.navbar_links_container.no-padding.width4.right {
  align-items: flex-end;
  width: auto;
  margin-left: auto;
}

.navbar_links_container.no-padding.left {
  width: 160px;
  min-width: 230px;
}

.footer_info__wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 35px;
  padding-left: 4.25vw;
  padding-right: 4.25vw;
  display: flex;
}

.section {
  align-items: flex-start;
  padding: 4.25vw;
  display: flex;
  position: relative;
}

.section.center {
  justify-content: center;
}

.section.align-right, .section.align-right.more-padding-bottom {
  justify-content: flex-end;
}

.section.align-top {
  align-items: stretch;
}

.section.vert-padding {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  margin-top: 106px;
  padding-top: 4.25vw;
  padding-bottom: 8.5vw;
}

.section.more-padding-bottom {
  justify-content: space-between;
  padding-bottom: 8.5vw;
}

.section.full {
  padding-left: 0;
  padding-right: 0;
}

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

.section.vert.center {
  align-items: center;
  padding-bottom: 0;
  position: relative;
}

.section.vert.center.is-hide {
  display: none;
}

.section.vert.margin-navbar {
  margin-top: 106px;
  display: flex;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.no-padding-top.full {
  padding-left: 4.25vw;
}

.section.relative.tablet-mobile {
  flex-direction: column;
}

.section.margin-navbar {
  margin-top: 106px;
}

.section.margin-navbar.more-padding-bottom {
  min-height: 60vh;
}

.section.form-absolute {
  z-index: 16;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.img {
  position: relative;
}

.img._7column {
  width: 59.5vw;
}

.img._7column.location_01 {
  height: 50vw;
}

.img._7column.location_07, .img._7column.location_08 {
  height: 35vw;
}

.img._7column.garmercy-nyc {
  height: 44vw;
}

.img._7column.gramercy-apartment-nyc {
  height: 40vw;
}

.img._6column.sus01 {
  height: 50vw;
}

.img._6column.upper-east-side-townhouse {
  height: 38vw;
}

.img._6column._611west-nyc, .img._6column._125greenwich-nyc {
  height: 76vw;
}

.img._6column.sketch1 {
  background-image: url('../images/Alberto_Campo_Baeza_Sketch_02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 34vw;
  margin-bottom: 0;
}

.img._6column.sketch_01 {
  height: 33.5vw;
}

.img._6column.location_02 {
  height: 50vw;
}

.img._6column.location_03 {
  height: 30vw;
}

.img._6column.location_06 {
  height: 36.5vw;
}

.img._6column.urbanrobot_01 {
  height: 44vw;
}

.img._6column.location_09 {
  height: 43vw;
}

.img._6column.soori-high-line {
  height: 49vw;
}

.img._6column._152-elizabeth-street-nyc {
  height: 50vw;
}

.img._6column.cube3 {
  height: 34vw;
}

.img._6column.baeza {
  background-image: url('../images/Alberto_Campo_Baeza_Photo_01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vw;
}

.img._8column {
  width: 68vw;
}

.img._8column.zamora-offices2 {
  height: 56vw;
}

.img._6column {
  width: 51vw;
}

.img._12column {
  width: 100%;
  height: 62.5vw;
}

.img._12column.casa-olnick-spanu {
  height: 46vw;
}

.img._12column.uppereastside-townhouse-nyc {
  height: 48vw;
}

.img._12column.map {
  height: auto;
}

.img._12column.location_11 {
  height: 59vw;
}

.img._12column.location_15 {
  height: 50vw;
}

.img._5column {
  width: 42.5vw;
}

.img._5column._565soho-nyc {
  height: 63.5vw;
}

.img._5column.location_13 {
  height: 60vw;
}

.img._5column.location_14 {
  height: 42.5vw;
}

.img._3column {
  width: 34vw;
}

.img._3column.post-preview {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 20vw;
  height: 26.6vw;
}

.img._3column.post-preview._01 {
  background-image: url('../images/TheFifth_Blog_ProfileMiami_01.webp');
  background-size: contain;
}

.img._3column.post-preview._03 {
  background-image: url('../images/TheFifth_Blog_TheArchitectsNewspaper_02.webp');
  background-size: contain;
}

.img._3column.post-preview._04 {
  background-image: url('../images/TheFifth_Blog_SouthFlorida_01.webp');
  background-size: contain;
}

.img._3column.post-preview._05 {
  background-image: url('../images/TheFifth_Blog_TheRealDeal_03.webp');
  background-size: contain;
}

.img._3column.post-preview._07 {
  background-image: url('../images/TheFifth_Blog_Wallpaper_01.webp');
  background-size: contain;
}

.img._3column.post-preview._08 {
  background-image: url('../images/TheFifth_Blog_TheRealDeal_02.webp');
  background-size: contain;
}

.img._3column.post-preview._09 {
  background-image: url('../images/TheFifth_Blog_TheRealDeal_01.webp');
}

.img._3column.post-preview._10 {
  background-image: url('../images/TheFifth_Blog_Bloomerg_01.webp');
}

.img._3column.post-preview._11 {
  background-image: url('../images/TheFifth_Blog_Yimby_01.webp');
}

.img._3column.post-preview._12 {
  background-image: url('../images/TheFifth_Blog_TheArchitectsNewspaper_01.jpg');
}

.img._3column.post-preview._13 {
  background-image: url('../images/TheFifth_Blog_Bisnow_01.webp');
}

.img._3column.post-preview._14 {
  background-image: url('../images/TheFifth_Blog_Commercial-Observer.webp');
}

.img._3column.post-preview._15 {
  background-image: url('../images/TheFifth_Blog_SouthFlorida_02.webp');
}

.img._3column.post-preview._16 {
  background-image: url('../images/TheFifth_Blog_Bisnow_02.webp');
}

.img._3column.post-preview._17 {
  background-image: url('../images/TheFifth_Blog_TheRealDeal_04.webp');
}

.img._3column.post-preview._18 {
  background-image: url('../images/TheFifth_Blog_Yimby_02.webp');
}

.img._3column.post-preview._19 {
  background-image: url('../images/TheFifth_Blog_ProfileMiami_02.webp');
}

.img._3column.post-preview._20 {
  background-image: url('../images/TheFifth_Blog_World-red-eye.webp');
}

.absolute {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute.view05 {
  background-image: url('../images/TheFifth_View05_rework_Rev16-Option-B.webp');
}

.absolute.view13 {
  background-image: url('../images/TheFifth_View13_OptionB.jpg');
}

.absolute.house-of-the-infinite {
  background-image: url('../images/TheFifth_Team_01.webp');
}

.absolute.zamora-offices {
  background-image: url('../images/TheFifth_Team_02.webp');
}

.absolute.casa-olnick-spanu {
  background-image: url('../images/TheFifth_Team_03.webp');
}

.absolute._152eli-nyc {
  background-image: url('../images/TheFifth_Team_10.webp');
}

.absolute.soori-high-line {
  background-image: url('../images/TheFifth_Team_12.webp');
}

.absolute._611west-nyc {
  background-image: url('../images/TheFifth_Team_11.webp');
}

.absolute._125greenwich-nyc {
  background-image: url('../images/TheFifth_Team_13.webp');
}

.absolute.eightysevenpark-miami {
  background-image: url('../images/TheFifth_Team_14.webp');
}

.absolute._565soho-nyc {
  background-image: url('../images/TheFifth_Team_15.webp');
}

.absolute.upper-east-side-townhouse {
  background-image: url('../images/TheFifth_Team_04.webp');
  background-position: 50% 100%;
}

.absolute.uppereastside-townhouse-nyc {
  background-image: url('../images/TheFifth_Team_07.webp');
}

.absolute.garmercy-nyc {
  background-image: url('../images/TheFifth_Team_05.webp');
}

.absolute.birdview02 {
  background-image: radial-gradient(circle at 100% 0, #0003, #0000 15%), url('../images/TheFifth_Birdview02_rev04_Raddrizzata.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.view03 {
  background-image: url('../images/TheFifth_View03_rework_Rev18.webp');
}

.absolute.view04 {
  background-image: url('../images/TheFifth_View04_Rev13.webp');
}

.absolute.view02 {
  background-image: url('../images/TheFifth_View02_rework_Rev09.webp');
}

.absolute.view07 {
  background-image: url('../images/TU1039_VP07_Exterior_Parking_rev15.webp');
}

.absolute.view08 {
  background-image: url('../images/TheFifth_View01_rework_Rev11.webp');
}

.absolute.location_01 {
  background-image: url('../images/TheFifth_Location_01.webp');
}

.absolute.location_02 {
  background-image: url('../images/TheFifth_Location_02.webp');
}

.absolute.location_03 {
  background-image: url('../images/TheFifth_Location_03.webp');
  background-position: 50% 0;
  background-size: cover;
}

.absolute.location_04 {
  background-image: url('../images/TheFifth_Location_04.webp');
}

.absolute.location_06 {
  background-image: url('../images/TheFifth_Location_05.webp');
}

.absolute.location_07 {
  background-image: url('../images/TheFifth_Location_06.webp');
}

.absolute.location_08 {
  background-image: url('../images/TheFifth_Location_07.webp');
}

.absolute.location_09 {
  background-image: url('../images/TheFifth_Location_08.webp');
  background-position: 100%;
}

.absolute.location_11 {
  background-image: url('../images/TheFifth_Location_09.webp');
}

.absolute.location_13 {
  background-image: url('../images/TheFifth_Location_10.webp');
}

.absolute.location_14 {
  background-image: url('../images/TheFifth_Location_11.webp');
}

.absolute.location_15 {
  background-image: url('../images/TheFifth_Location_12.webp');
}

.absolute.urbanrobot_01 {
  background-image: url('../images/TheFifth_Team_09.webp');
}

.absolute.cube3 {
  background-image: url('../images/TheFifth_Team_08.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.fitness_01 {
  background-image: radial-gradient(circle at 100% 0, #0000004d, #0000 15%), url('../images/TheFifth_Virtual_Color_17.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.fitness_02 {
  background-image: url('../images/TheFifth_ViewInt03_Rev03.webp');
}

.absolute.fitness_03 {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_Gym_rev04.webp');
}

.absolute.roof_01 {
  background-image: url('../images/TheFifth_View09_Rooftop_Gym_rev02.webp');
}

.absolute.juice_01 {
  background-image: url('../images/TheFifth_Virtual_Color_21.webp');
}

.absolute.bistro_01 {
  background-image: radial-gradient(circle at 100% 0, #0000004d, #0000 20%), url('../images/TU1039_VP05_Interior_Esterna_rev03.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute.bistro_02 {
  background-image: url('../images/TheFifth_ViewExt05_Rev02.webp');
}

.absolute.building_01 {
  background-image: url('../images/TheFifth_Birdview01_Rev11_arredi.webp');
}

.absolute.work01 {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_Atrium_rev04.webp');
}

.absolute.work02 {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_08_rev03.webp');
}

.absolute.work03 {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_09_rev03.webp');
}

.absolute.bath01 {
  background-image: url('../images/TheFifth_ViewInt07_Rev01.webp');
}

.absolute.gramercy-apartment-nyc {
  background-image: url('../images/TheFifth_Team_06.webp');
}

.absolute.fitness_03-copy {
  background-image: url('../images/TheFifth_View06_rework_Rev13.webp');
}

.absolute.sus02col {
  background-image: url('../images/TheFifth_ViewInt10_Rev15.webp');
}

.absolute.sus001 {
  background-image: url('../images/TheFifth_Virtual_Color_17.webp');
}

.absolute.work_04b {
  background-image: url('../images/TU1039_Miami_411-Michigan_VP12_alternativa_rev01.webp');
}

.absolute.office-ceo {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_02_Office_rev03.webp');
}

.absolute.office-lounge {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_01_Lounge_rev03.webp');
}

.absolute.bistro_03 {
  background-image: url('../images/TheFifth_ViewInt06_Rev02.webp');
}

.section_text__wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 8.5vw;
  display: flex;
}

.section_text__wrap.left {
  margin-left: 0;
  margin-right: 8.5vw;
}

.section_text__wrap.no-margin {
  margin-left: 0;
}

.bw {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bw.view05 {
  background-image: url('../images/TheFifth_View05_rework_Rev16-Option-B.webp');
}

.bw.view13 {
  background-image: url('../images/TheFifth_View13_OptionB_BW.jpg');
}

.bw.display-none {
  display: none;
}

.bw.birdview02 {
  background-image: radial-gradient(circle at 100% 0, #0000005e, #0000 11%), url('../images/TheFifth_Birdview02_rev04_Raddrizzata.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bw.view03 {
  background-image: url('../images/TheFifth_View03_rework_Rev18.webp');
}

.bw.view04 {
  background-image: url('../images/TheFifth_View04_Rev13.webp');
}

.bw.view02 {
  background-image: url('../images/TheFifth_View02_rework_Rev09.webp');
}

.bw.view07 {
  background-image: url('../images/TU1039_VP07_Exterior_Parking_rev15.webp');
}

.bw.view08 {
  background-image: url('../images/TheFifth_View01_rework_Rev11.webp');
}

.bw.fitness_01 {
  background-image: radial-gradient(circle at 100% 0, #0000004d, #0000 15%), url('../images/TheFifth_Virtual_BW_17.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bw.fitness_02 {
  background-image: url('../images/TheFifth_ViewInt03_Rev03.webp');
}

.bw.fitness_03 {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_Gym_rev04.webp');
}

.bw.roof_01 {
  background-image: url('../images/TheFifth_View09_Rooftop_Gym_rev02.webp');
}

.bw.juice_01 {
  background-image: url('../images/TheFifth_Virtual_BW_21.webp');
}

.bw.bistro_01 {
  background-image: radial-gradient(circle at 100% 0, #0000004d, #0000 20%), url('../images/TU1039_VP05_Interior_Esterna_rev03.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bw.bistro_02 {
  background-image: url('../images/TheFifth_ViewExt05_Rev02.webp');
}

.bw.building_01 {
  background-image: url('../images/TheFifth_Birdview01_Rev11_arredi.webp');
}

.bw.fitness_03-copy {
  background-image: url('../images/TheFifth_View06_rework_Rev13.webp');
}

.bw.work01 {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_Atrium_rev04.webp');
  background-position: 50%;
}

.bw.work02 {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_08_rev03.webp');
}

.bw.work03 {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_09_rev03.webp');
}

.bw.bath01 {
  background-image: url('../images/TheFifth_ViewInt07_Rev01.webp');
}

.bw.sus01 {
  background-image: radial-gradient(circle at 100% 0, #0003, #0000 20%), url('../images/TheFifth_Virtual_BW_17.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bw.sus02 {
  background-image: url('../images/TheFifth_Virtual_BW_11.webp');
}

.bw.sus02bn {
  background-image: url('../images/TheFifth_ViewInt10_Rev15.webp');
}

.bw.work_04b {
  background-image: url('../images/TU1039_Miami_411-Michigan_VP12_alternativa_rev01.webp');
}

.bw.office-ceo {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_02_Office_rev03.webp');
}

.bw.office-lounge {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_01_Lounge_rev03.webp');
}

.bw.bistro_03 {
  background-image: url('../images/TheFifth_ViewInt06_Rev02.webp');
}

.logo-sumaida {
  opacity: .5;
  object-fit: contain;
  width: 151px;
  height: 13px;
}

.logo-bizzi {
  opacity: .6;
  object-fit: contain;
  width: 32.575px;
  height: 11.3178px;
}

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

.footer_text {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s cubic-bezier(.455, .03, .515, .955);
}

.partners-link__wrap {
  align-items: center;
  display: flex;
}

.partners_linea {
  background-color: var(--dark-grey);
  width: 1px;
  height: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.img-didascalia {
  color: var(--dark-grey);
  position: absolute;
  bottom: -30px;
}

.img-didascalia.mobile {
  display: none;
}

.news__wrap {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.news-article__wrap {
  flex-direction: column;
  width: 31.2vw;
  display: flex;
}

.news-article__wrap.a {
  width: 23.3vw;
  margin-right: 8.5vw;
}

.press-preview {
  margin-bottom: 15px;
  font-size: 15px;
}

.news-link {
  color: var(--dark-grey);
  font-weight: 500;
  transition: all .2s;
  position: relative;
}

.news-link:hover {
  color: var(--silver);
}

.floor_link-linea_wrap {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.floor_link-linea_wrap._2, .floor_link-linea_wrap.mezzanine, .floor_link-linea_wrap.ground {
  position: static;
}

.floor_keyplan {
  background-color: #0000;
  flex: none;
  width: 18vw;
  min-width: 220px;
  height: 18vw;
  position: absolute;
  inset: 400px 0 0;
}

.floor_keyplan._1 {
  background-image: url('../images/Keyplan_Second.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.floor_keyplan._2 {
  background-image: url('../images/Keyplan_Third.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.floor_keyplan._4 {
  background-image: url('../images/Keyplan_Fifth.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.floor_keyplan._5 {
  background-image: url('../images/Keyplan_Roof.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.floor_keyplan.ground {
  background-image: url('../images/Keyplan_Ground.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.floor_keyplan.mezzanine {
  background-image: url('../images/Keyplan_Mezzanine.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.floor_keyplan._4b {
  background-image: url('../images/Keyplan_Fourth.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.margin-top-btm {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 30px;
}

.margin-top-btm.title {
  flex-direction: column;
  align-items: flex-end;
  line-height: 17px;
  display: flex;
}

.margin-top-btm.title.left {
  align-items: flex-start;
}

.floor_plans {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.floor_plans.fifth {
  background-image: url('../images/4-5_Four-fitth-floor.webp');
}

.floor_plans.third {
  background-image: url('../images/3_Third-floor.webp');
}

.floor_plans.second-east {
  background-image: url('../images/2_Second-floor-opz-EAST.webp');
}

.floor_plans.second-west {
  background-image: url('../images/2_Second-floor-opz-WEST.webp');
}

.floor_plans.mezzanine {
  background-image: url('../images/0_Maeezzanine.webp');
}

.floor_plans.ground {
  background-image: url('../images/0_Ground-floor.webp');
}

.floor_plans.quarter-floor-ne {
  background-image: url('../images/2_Second-floor--Quarter-NE.webp');
}

.floor_plans.quarter-floor-nw {
  background-image: url('../images/2_Second-floor--Quarter-NW.webp');
}

.floor_plans.quarter-floor-se {
  background-image: url('../images/2_Second-floor--Quarter-SE.webp');
}

.floor_plans.quarter-floor-sw {
  background-image: url('../images/2_Second-floor--Quarter-SW.webp');
}

.floor_plans.fourth {
  background-image: url('../images/4-5_Four-fitth-floor.webp');
}

.floor_plans.roof {
  background-image: url('../images/Rooftop.webp');
}

.config_link-linea_wrap {
  cursor: pointer;
  margin-bottom: 4px;
  text-decoration: none;
}

.config_link-linea_wrap._4tenant {
  display: none;
}

._100vh-container {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 800px;
  display: flex;
}

.quote {
  width: 51vw;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.quote-author {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}

.legenda__wrap {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4.25vw;
  padding-right: 4.25vw;
  display: flex;
}

.legenda_link_container {
  grid-column-gap: 40px;
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  flex-flow: column wrap;
  width: 100%;
  max-height: 225px;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
}

.legenda_link__wrap {
  border-bottom: .5px solid var(--dark-grey);
  color: var(--dark-grey);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.legenda_link__wrap:hover {
  color: var(--medium-violet-red);
}

.legenda_link__wrap.active {
  color: #b12796;
}

.legenda_link__wrap.last {
  margin-bottom: 0;
}

.legenda_link_text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10.5px;
  line-height: 25px;
}

.legenda_link_text.margin-right {
  margin-right: 35px;
}

.map_poi {
  background-color: var(--dark-slate-grey);
  color: var(--black);
  cursor: pointer;
  width: 9px;
  height: 9px;
  transition: all .35s;
  position: absolute;
}

.map_poi:hover {
  background-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
}

.map_poi._1 {
  top: 45.5%;
  left: 15.55%;
}

.map_poi.active {
  background-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
}

.map_poi._2 {
  top: 53.2%;
  left: 15.7%;
}

.map_poi._3 {
  top: 29.5%;
  left: 2.5%;
}

.map_poi._4 {
  top: 76%;
  left: 8.9%;
}

.map_poi._5 {
  top: 75%;
  left: 18%;
}

.map_poi._6 {
  top: 64%;
  left: 35.25%;
}

.map_poi._7 {
  top: 5.5%;
  right: 38.4%;
}

.map_poi._8 {
  top: 17.5%;
  right: 27.8%;
}

.map_poi._9 {
  top: 29%;
  left: 79.2%;
}

.map_poi._10 {
  top: 33.5%;
  right: 25.4%;
}

.map_poi._11 {
  top: 32%;
  right: 37.9%;
}

.map_poi._12 {
  top: 69%;
  right: 32.4%;
}

.map_poi._13 {
  top: 47.95%;
  right: 29.95%;
}

.map_poi._14 {
  bottom: 20%;
  right: 22.85%;
}

.map_poi._15 {
  bottom: 36.5%;
  right: 31.6%;
}

.map_poi._16 {
  bottom: 46%;
  left: 7.9%;
}

.map_poi._17 {
  display: none;
  top: 50%;
  left: 2.5%;
}

.map_poi_txt {
  font-weight: 600;
  line-height: 13px;
  position: absolute;
  bottom: -2px;
  right: -15px;
}

.map_poi_txt._2cifre {
  right: -22px;
}

.map_poi__wrap {
  background-image: url('../images/Maps_Tablet_03.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 65vw;
  position: relative;
}

.less-margin-btm {
  margin-bottom: 10px;
}

.hero__wrap {
  justify-content: center;
  margin-top: 106px;
  padding-left: 4.25vw;
  padding-right: 4.25vw;
  display: flex;
}

.press-title {
  padding-top: 2px;
  line-height: 28px;
}

.news_content {
  border-bottom: 1px solid #bebbb6;
  margin-left: 8.5vw;
  display: flex;
}

.press-separator {
  flex: none;
  height: 4.25vw;
  margin-top: 106px;
}

.eye__wrap {
  flex-direction: column;
  align-items: flex-end;
  width: 70px;
  display: none;
}

.lightbox-link {
  background-image: url('../images/icon_eye.svg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 23px;
  height: 24px;
}

.margin-top {
  margin-top: 4.25vw;
}

.nomarg-top {
  width: 51vw;
  margin-top: 0;
  line-height: 28px;
}

.hide {
  display: none;
}

.background-video {
  width: 100%;
  height: 64.5vw;
  min-height: 80vh;
  margin-top: 106px;
}

.link, .link-2, .link-3 {
  text-decoration: none;
}

.leed_cert {
  opacity: .7;
  filter: grayscale();
  background-image: url('../images/LEED_Certification.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-top: 90px;
}

._0-top {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 29px;
  line-height: 29px;
}

.icons_txt {
  align-items: center;
  min-height: 56px;
  margin-bottom: 0;
  display: flex;
}

.icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.icon._01 {
  background-image: url('../images/Icon_01.svg');
}

.icon._02 {
  background-image: url('../images/Icon_02.svg');
}

.icon._03 {
  background-image: url('../images/Icon_03.svg');
}

.icon._04 {
  background-image: url('../images/Icon_04.svg');
}

.icon._05 {
  background-image: url('../images/Icon_05.svg');
}

.icon._06 {
  background-image: url('../images/Icon_06.svg');
}

.icon._07 {
  background-image: url('../images/Icon_07.svg');
}

.icon._08 {
  background-image: url('../images/Icon_08.svg');
}

.icon._09 {
  background-image: url('../images/Icon_09.svg');
}

.icon._10 {
  background-image: url('../images/Icon_10.svg');
}

.icon._11 {
  background-image: url('../images/Icon_11.svg');
}

.icon._12 {
  background-image: url('../images/Icon_12.svg');
}

.icon._13 {
  background-image: url('../images/Icon_13.svg');
}

.icon._03b {
  background-image: url('../images/Icon_14.svg');
}

._0-bot {
  margin-bottom: 0;
}

.image {
  width: 200px;
}

.hamburger__wrap {
  width: 30px;
  height: 30px;
  display: none;
}

.hamburger_close {
  z-index: 2;
  width: 30px;
  height: 30px;
  position: absolute;
}

.hamburger_open {
  z-index: 1;
  width: 30px;
  height: 30px;
}

.nowrap {
  white-space: nowrap;
}

.floor_tab__wrap {
  width: 100%;
  min-height: 700px;
  margin-top: -54px;
  display: flex;
  position: relative;
}

.floor_menu {
  border-right: 1px solid var(--dark-grey);
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 18vw;
  min-width: 250px;
  padding: 54px 1.5vw 0 0;
  display: flex;
}

.floor_menu.w--current {
  background-color: #0000;
}

.floor_menu.title {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
}

.floor_content {
  flex: 1;
  position: static;
}

.conf__wrap {
  padding-top: 54px;
  position: static;
}

.conf_tab__wrap {
  display: flex;
}

.conf_menu {
  flex-direction: column;
  align-items: flex-start;
  width: 15vw;
  min-width: 230px;
  margin-right: 1.5vw;
  padding-left: 1.5vw;
  display: flex;
}

.conf_menu.title {
  height: 54px;
}

.conf_content {
  width: 56vw;
  max-width: 90vh;
  height: 52vw;
  max-height: 90vh;
  margin-top: -54px;
  margin-left: auto;
}

.configuration_full {
  height: 100%;
  position: static;
}

.margin-bot {
  margin-bottom: 35px;
}

.margin-bot.no-marg {
  text-align: center;
}

.link-block, .link-block-2 {
  flex: none;
}

.grid_certification {
  grid-column-gap: 15px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 0;
}

.checkbox-field {
  color: #a0a0a0;
}

.login_component {
  z-index: 15;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e6e6e8b3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.login_wrap {
  background-color: var(--white);
  flex-direction: row;
  flex: none;
  width: auto;
  max-width: 1100px;
  max-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.login_txt {
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  padding: 8.5vw;
  display: flex;
}

.login_logo {
  flex: none;
  align-self: center;
  width: 250px;
  margin-bottom: 4.25vw;
}

.login_form {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  color: var(--black);
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.req_link {
  color: var(--dark-slate-grey);
}

.login_error.container-modal-content {
  background-color: #0000;
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

.maxw-750 {
  width: 51vw;
  margin-bottom: 0;
}

.light {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  right: 1.5vw;
}

.btn-download {
  z-index: 10;
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  width: 16.5vw;
  min-width: 230px;
  padding: 9px 15px;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  bottom: 4.25vw;
}

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

.background-video-vision {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 68.5vw;
  margin-top: 0;
}

.form-block-2 {
  width: 250px;
  margin-bottom: 0;
}

.cushman-title {
  margin-top: 8.5vw;
  margin-bottom: 20px;
}

.x_wrap {
  cursor: pointer;
  background-image: url('../images/Icon_X.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-asta {
  z-index: 1;
  background-color: var(--dark-grey);
  width: 2px;
  height: 50%;
  position: absolute;
  transform: rotate(45deg);
}

.close-asta._2 {
  transform: rotate(-45deg);
}

.banner_trigger {
  display: none;
}

.banner_component {
  z-index: 998;
  background-color: #fff;
  flex-direction: column;
  max-width: 350px;
  padding: 24px 32px;
  display: none;
  position: fixed;
  bottom: 2.1vw;
  left: 2.1vw;
  box-shadow: 0 0 14px 3px #0000001a;
}

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

.banner_container {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.banner_link {
  color: var(--dark-grey);
}

.banner_link:hover {
  color: var(--dark-slate-grey);
}

.banner_btn {
  border: 2px solid var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 182px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 600;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.banner_btn:hover {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
}

.banner_btn.alt {
  border-width: 1px;
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #fff;
  width: 182px;
}

.banner_btn.alt:hover {
  border-color: var(--dark-grey);
  color: var(--dark-grey);
}

.banner_btn.submit {
  align-self: flex-end;
  margin-top: 40px;
}

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

.banner_text-link:hover {
  border-bottom-color: var(--dark-grey);
  color: var(--dark-grey);
}

.banner_close {
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.banner_close.pref {
  top: 0;
  right: 0;
}

.prefs_title {
  color: var(--dark-grey);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
}

.prefs_label {
  text-align: right;
  width: 82px;
  font-weight: 600;
}

.prefs_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #cacaca;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #cacaca;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.prefs_checkbox.w--redirected-checked {
  border-color: var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
}

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

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

.prefs_nascondi {
  display: none;
}

.banner_title {
  color: var(--dark-grey);
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

.prefs_checkbox-label {
  display: none;
}

.prefs_form {
  flex: none;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  box-shadow: 0 0 14px 3px #0000001a;
}

.banner-prefs {
  z-index: 1;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.prefs_arrow {
  background-image: url('../images/freccia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 6px;
  display: flex;
  transform: rotate(0);
}

.prefs_component {
  z-index: 997;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

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

.prefs_trigger {
  display: none;
}

.prefs_toggle-wrapper {
  color: var(--dark-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.prefs_buttons-wrapper {
  margin-bottom: 40px;
}

.prefs_buttons-wrapper.pref {
  margin-left: -5px;
}

.banner_description {
  color: var(--dark-grey);
  margin-bottom: 12px;
  line-height: 21px;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

.prefs_open-txt {
  opacity: .5;
  color: var(--dark-slate-grey);
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 22px;
  right: 60px;
}

.prefs_open-txt.first {
  color: var(--dark-slate-grey);
  top: 16px;
  right: 100px;
}

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

.prefs_text {
  color: var(--dark-grey);
  line-height: 21px;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.text-block-4 {
  cursor: pointer;
  font-weight: 300;
}

.cta-2 {
  border-bottom: 1px solid var(--white);
  color: var(--dark-grey);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 4.25vw;
  margin-bottom: 0;
  padding-bottom: 2px;
  padding-left: 0;
  font-weight: 400;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.cta-2:hover {
  border-bottom-color: var(--dark-grey);
}

.link-4, .link-5 {
  text-decoration: none;
}

.floor_menu_link {
  border-right: 1px none var(--dark-grey);
  color: var(--dark-grey);
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  width: auto;
  min-width: auto;
  margin-bottom: 10px;
  padding: 0;
  line-height: 15px;
  display: flex;
  position: static;
}

.floor_menu_link.w--current {
  border-bottom: 1px solid var(--dark-grey);
  background-color: #0000;
}

.floor_menu_link.double {
  margin-bottom: 140px;
}

.floor_menu_link.current {
  border-bottom-color: var(--dark-grey);
}

.floor_menu_link.ground.w--current {
  border-bottom-color: #0000;
}

.fp_title_wrap {
  display: flex;
}

.btn-download-plani {
  z-index: 10;
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  width: 13.5vw;
  min-width: 160px;
  margin-left: 1.5vw;
  padding: 9px 15px;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}

.lightbox_virtual {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox_virtual.vision01 {
  width: 51vw;
  height: 59.5vw;
}

.lightbox_virtual.view05 {
  width: 68vw;
  height: 56vw;
}

.lightbox_virtual.birdview02 {
  width: 59.5vw;
  height: 42vw;
}

.lightbox_virtual.view02 {
  width: 68vw;
  height: 56.5vw;
}

.lightbox_virtual.view03 {
  width: 51vw;
  height: 34vw;
}

.lightbox_virtual.view04 {
  width: 51vw;
  height: 42.5vw;
}

.lightbox_virtual.work01 {
  width: 51vw;
  height: 60vw;
}

.lightbox_virtual.work02, .lightbox_virtual.work03 {
  width: 59.5vw;
  height: 37vw;
}

.lightbox_virtual.work04 {
  width: 59.5vw;
  height: 33.5vw;
}

.lightbox_virtual.bath01 {
  width: 51vw;
  height: 38vw;
}

.lightbox_virtual.fitness_03 {
  width: 59.5vw;
  height: 40vw;
}

.lightbox_virtual.fitness_02 {
  width: 59.5vw;
  height: 37vw;
}

.lightbox_virtual.roof_01 {
  width: 100%;
  height: 59vw;
}

.lightbox_virtual.fitness_01 {
  width: 59.5vw;
  height: 38vw;
}

.lightbox_virtual.bistro_02 {
  width: 51vw;
  height: 60vw;
}

.lightbox_virtual.bistro_01 {
  width: 59.5vw;
  height: 37vw;
}

.lightbox_virtual.interiors_02 {
  width: 51vw;
  height: 36.5vw;
}

.lightbox_virtual.juice_01 {
  width: 59.5vw;
  height: 37vw;
}

.lightbox_virtual.view13 {
  width: 100%;
  height: 62.5vw;
}

.lightbox_virtual.view07 {
  width: 59.5vw;
  height: 42vw;
}

.lightbox_virtual.sus01 {
  width: 59.5vw;
  height: 38vw;
}

.lightbox_virtual.sus02 {
  width: 59.5vw;
  height: 33vw;
}

.lightbox_virtual.location {
  background-image: radial-gradient(circle at 100% 0, #0003, #0000 20%), url('../images/TheFifth_Birdview02_rev04_Raddrizzata.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 60vw;
}

.lightbox_virtual.interiors {
  background-image: url('../images/TU1039_Miami_411-Michigan_VPInt_Lobby_rev04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 64.5vw;
}

.lightbox_virtual.work_04b, .lightbox_virtual.office-ceo, .lightbox_virtual.office-ceo {
  width: 100%;
  height: 45.5vw;
}

.icon_fullscreen {
  z-index: 1;
  color: var(--gainsboro);
  background-image: url('../images/Icon_Plus.svg');
  background-position: 0 0;
  background-size: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.icon_fullscreen.is-video {
  z-index: 2;
  background-image: none;
  width: 40px;
  height: 40px;
}

.mouse {
  background-image: url('../images/Icon_Lens.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video__wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 107px;
  display: flex;
  overflow: hidden;
}

.html-embed-video {
  width: 100%;
  margin-bottom: -7px;
}

.back_icon {
  color: var(--white);
  font-size: 25px;
}

.vr__wrap {
  flex: 1;
  width: 100%;
  margin-right: 4.25vw;
}

.vr__wrap.no-margin {
  margin-right: 0;
}

.br_box {
  cursor: pointer;
  background-image: url('../images/TheFifth_ViewInt01_Rev04.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 20vw;
  position: relative;
}

.br_box.lobby {
  background-image: url('../images/TheFifth_Virtual_color_08.webp');
  background-position: 50% 100%;
}

.br_box.office {
  background-image: url('../images/TheFifth_Virtual_Color_10.webp');
}

.br_box.rooftop {
  background-image: radial-gradient(circle at 100% 0, #0003, #0000), url('../images/TheFifth_Virtual_Color_17.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.embed-vr {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
}

.bw_box {
  display: none;
  position: absolute;
  inset: 0%;
}

.bw_box.office {
  background-image: url('../images/TheFifth_ViewInt09_Rev01_BW.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bw_box.lobby {
  background-image: url('../images/TheFifth_ViewInt01_Rev04_BW.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.navlink_vr__wrap {
  z-index: 21;
  background-color: var(--white);
  justify-content: space-between;
  padding: 20px 4.25vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.navlink_vr {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.img_dec {
  object-fit: cover;
}

.h2-link {
  text-decoration: none;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logo-bilgili {
  opacity: .6;
  object-fit: contain;
  width: 44.5874px;
  height: 11.3178px;
}

.logo-plus {
  opacity: .6;
  object-fit: contain;
  flex: none;
  width: 13.8376px;
  height: 11.3178px;
}

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

.cover-image {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  position: relative;
}

.div-block-2 {
  margin-top: 107px;
}

.video-thumb__wrap {
  flex: 1;
  width: 100%;
  margin-right: 4.25vw;
}

.video-thumb__wrap.no-margin {
  margin-right: 0;
}

.video_box {
  cursor: pointer;
  width: 100%;
  height: 25vw;
  position: relative;
}

.video_box.lobby {
  background-image: url('../images/TheFifth_Virtual_color_08.webp');
  background-position: 50% 100%;
}

.video_box.office {
  background-image: url('../images/TheFifth_Virtual_Color_10.webp');
}

.video_box.rooftop {
  background-image: radial-gradient(circle at 100% 0, #0003, #0000), url('../images/TheFifth_Virtual_Color_17.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.video-thumb-clip {
  width: 100%;
  height: 100%;
}

.video-thumb_hover {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(#0003, #0003);
  transition: opacity .35s;
  position: absolute;
  inset: 0%;
}

.video-thumb_hover:hover {
  opacity: 0;
}

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

.video-lightbox {
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close_video {
  cursor: pointer;
  background-image: url('../images/Icon_Close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.vimeo-01_iframe {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  height: 45vw;
  display: flex;
}

.html-embed-2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  h2 {
    line-height: 24px;
  }

  h4 {
    font-size: 21px;
    font-weight: 300;
    line-height: 21px;
  }

  .returnbtn {
    z-index: 20;
    flex-direction: column;
    align-items: center;
  }

  .form-block.login {
    padding-top: 4.25vw;
  }

  .navbar.sticky {
    display: flex;
  }

  .navbar_link {
    color: var(--dark-grey);
  }

  .navbar_link_linea {
    background-color: var(--dark-grey);
  }

  .section.vert.center.no-padding-up {
    padding-top: 0;
  }

  .section.no-padding-top.full {
    padding-left: 4.25vw;
  }

  .img._12column.map {
    height: 56.25vw;
  }

  .img._5column.location_14 {
    height: 42.5vw;
  }

  .img._3column.post-preview {
    width: 15vw;
    height: 20vw;
  }

  .img._3column.post-preview._01, .img._3column.post-preview._08 {
    width: 15vw;
    height: 20vw;
    margin-top: 3px;
  }

  .absolute._152eli-nyc {
    background-image: url('../images/Sumaida_01.jpg');
  }

  .absolute.soori-high-line {
    background-image: url('../images/Sumaida_03.jpg');
  }

  .absolute.location_03 {
    background-image: url('../images/iStock-1300800419_mod.jpg');
    background-position: 50%;
  }

  .absolute.cube3 {
    background-image: url('../images/Cube3.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .absolute.gramercy-apartment-nyc {
    background-image: url('../images/Gramercy_apartment.jpg');
  }

  .section_text__wrap.left {
    flex: 1;
    margin-right: 8.5vw;
  }

  .news-article__wrap.a {
    width: 28.2vw;
  }

  .floor_keyplan {
    width: 17vw;
    height: 17vw;
  }

  .legenda__wrap {
    align-items: flex-end;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    bottom: 0;
    right: 4.25vw;
  }

  .legenda_link_container {
    max-height: none;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .legenda_link__wrap.last {
    border-bottom-style: none;
  }

  .legenda_link_text {
    letter-spacing: 1.5px;
  }

  .map_poi._1 {
    top: 45.4%;
    left: 12.9%;
  }

  .map_poi._2 {
    top: 53.3%;
    left: 13.15%;
  }

  .map_poi._3 {
    top: 30.3%;
    left: 2.15%;
  }

  .map_poi._4 {
    top: 75%;
    left: 7.45%;
  }

  .map_poi._5 {
    top: 74.2%;
    left: 15.1%;
  }

  .map_poi._6 {
    top: 63.5%;
    left: 29.4%;
  }

  .map_poi._7 {
    top: 7%;
    right: 48.7%;
  }

  .map_poi._8 {
    top: 18.2%;
    right: 39.85%;
  }

  .map_poi._9 {
    top: 29%;
    left: 66%;
  }

  .map_poi._10 {
    top: 32.5%;
    right: 37.8%;
  }

  .map_poi._11 {
    top: 31.2%;
    right: 48.25%;
  }

  .map_poi._12 {
    top: 68.8%;
    right: 43.5%;
  }

  .map_poi._13 {
    top: 48%;
    right: 41.65%;
  }

  .map_poi._14 {
    bottom: 21%;
    right: 35.75%;
  }

  .map_poi._15 {
    bottom: 37%;
    right: 42.95%;
  }

  .map_poi._16 {
    bottom: 46.4%;
    left: 6.6%;
  }

  .map_poi._17 {
    top: 29.45%;
    left: 2.15%;
  }

  .map_poi__wrap {
    background-image: url('../images/Maps_03.svg');
    height: 56.25vw;
    position: absolute;
    inset: 0%;
  }

  .news_content {
    display: flex;
  }

  .press-separator {
    flex: none;
    height: 4.25vw;
  }

  .hide {
    display: none;
  }

  .link, .link-2 {
    text-decoration: none;
  }

  ._0-top {
    white-space: nowrap;
    margin-bottom: 4px;
  }

  .icons_txt {
    align-items: center;
    height: 112px;
  }

  .floor_menu {
    flex: none;
  }

  .conf_content, .conf_content.double {
    width: 53vw;
  }

  .margin-bot.no-marg {
    margin-bottom: 0;
  }

  .grid_certification {
    grid-column-gap: 35px;
    grid-template-rows: auto;
  }

  .maxw-750 {
    max-width: 750px;
  }

  .btn-download {
    background-color: var(--black);
    color: var(--white);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 16.5vw;
    min-width: 230px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 600;
    display: flex;
  }

  .floor_menu_link.double {
    margin-bottom: 140px;
  }

  .btn-download-plani {
    background-color: var(--black);
    color: var(--white);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 17vw;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 600;
    display: flex;
  }

  .back_icon {
    margin: auto;
  }

  .vr__wrap, .br_box {
    width: 100%;
  }

  .embed-vr {
    height: 800px;
  }

  .bw_box {
    background-image: url('../images/TheFifth_ViewInt09_Rev01_BW.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0%;
  }

  .bw_box.rooftop {
    background-image: radial-gradient(circle at 100% 0, #0003, #0000 20%), url('../images/TheFifth_View10_Rooftop_Lounge_rev01_BW.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .video-thumb__wrap, .video_box {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 0;
  }

  .returnbtn {
    align-items: center;
    width: auto;
    height: auto;
    top: 110px;
  }

  .page_background {
    min-height: 400px;
  }

  .page_wrap {
    flex: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .note_txt h1 {
    margin-top: 90px;
    padding-top: 8.5vw;
  }

  .note_txt a {
    white-space: nowrap;
  }

  .note-legali {
    width: 100%;
    padding-bottom: 8.5vw;
    padding-left: 4.25vw;
    padding-right: 4.25vw;
  }

  .form-block {
    width: 100%;
    min-width: auto;
    max-width: 800px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .form_field {
    line-height: 20px;
  }

  .form-wrapper {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    padding-top: 45px;
  }

  .footer.static {
    position: static;
  }

  .footer.static.no-padding {
    padding-top: 35px;
  }

  .hero {
    padding-bottom: 90px;
  }

  .hero-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .partners-box {
    justify-content: flex-end;
  }

  .development {
    font-size: 12px;
  }

  .disclaimer-content {
    width: 100%;
    padding-left: 4.25vw;
    padding-right: 4.25vw;
  }

  .hero_img_wrap {
    inset: 0%;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar.sticky {
    padding: 30px 4.25vw;
  }

  .navbar_links__wrap.tablet_mobile {
    background-color: var(--white);
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 90px;
    padding: 20px 4.25vw;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar_links_container.no-padding.width1, .navbar_links_container.no-padding.width2, .navbar_links_container.no-padding.width3 {
    margin-bottom: 25px;
  }

  .footer_info__wrap, .section {
    flex-direction: column;
  }

  .section.align-right {
    align-items: flex-end;
  }

  .section.align-right.tablet-left {
    align-items: flex-start;
  }

  .section.vert-padding, .section.vert.margin-navbar {
    margin-top: 90px;
  }

  .section.relative.tablet-mobile {
    padding-top: 30px;
    padding-bottom: 8.25vw;
    display: flex;
  }

  .section.reverse {
    flex-direction: column-reverse;
  }

  .section.reverse.right, .section.tablet-right, .section.align-right-tablet-mobile {
    align-items: flex-end;
  }

  .section.margin-navbar {
    margin-top: 90px;
  }

  .section.margin-navbar.more-padding-bottom {
    min-height: auto;
  }

  .section.form-absolute {
    padding: 8.5vw;
  }

  .img._7column.location_01 {
    margin-bottom: 8.5vw;
  }

  .img._6column.sus01 {
    margin-bottom: 11vw;
  }

  .img._6column.upper-east-side-townhouse, .img._6column._125greenwich-nyc {
    margin-top: 8.5vw;
  }

  .img._6column.sketch1 {
    margin-bottom: 8.5vw;
  }

  .img._6column.sketch_01 {
    margin-bottom: 4.25vw;
  }

  .img._6column.location_02 {
    margin-bottom: 8.5vw;
  }

  .img._6column.urbanrobot_01 {
    margin-top: 8.5vw;
    margin-bottom: 4.25vw;
  }

  .img._6column.soori-high-line {
    margin-bottom: 4.25vw;
  }

  .img._6column._152-elizabeth-street-nyc {
    margin-top: 8.5vw;
  }

  .img._6column.cube3 {
    margin-top: 8.5vw;
    margin-bottom: 4.25vw;
  }

  .img._6column.baeza {
    margin-bottom: 8.5vw;
  }

  .img._12column.casa-olnick-spanu, .img._12column.uppereastside-townhouse-nyc {
    margin-bottom: 4.25vw;
  }

  .img._12column.map {
    height: auto;
  }

  .absolute.fitness_01 {
    background-image: radial-gradient(circle at 100% 0, #0006, #0000 15%), url('../images/TheFifth_View10_Rooftop_Lounge_rev01.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .absolute.fitness_03-copy {
    background-image: radial-gradient(circle at 100% 0, #0003, #0000 20%), url('../images/TheFifth_View06_rework_Rev12.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .absolute.sus02col {
    background-image: radial-gradient(circle at 100% 0, #0003, #0000 20%), url('../images/TheFifth_ViewInt10_Rev13.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section_text__wrap {
    margin-left: 0;
  }

  .section_text__wrap.left {
    width: 100%;
    margin-right: 0;
  }

  .section_text__wrap.left.center-tablet-mobile {
    margin-right: 0;
  }

  .bw.fitness_01 {
    background-image: radial-gradient(circle at 100% 0, #0006, #0000 15%), url('../images/TheFifth_View10_Rooftop_Lounge_rev01_BW.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bw.fitness_03-copy {
    background-image: radial-gradient(circle at 100% 0, #0003, #0000 20%), url('../images/TheFifth_View06_rework_Rev12_BW.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bw.sus02bn {
    background-image: radial-gradient(circle at 100% 0, #0003, #0000 20%), url('../images/TheFifth_ViewInt10_Rev13_BW.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .news-article__wrap {
    flex: 1;
  }

  .news-article__wrap.a {
    flex: 1;
    margin-right: 4.25vw;
  }

  .floor_keyplan {
    z-index: 1;
    width: 170px;
    min-width: auto;
    height: 170px;
    position: absolute;
    top: 140px;
    left: auto;
    right: 0;
  }

  .margin-top-btm.title {
    display: block;
  }

  .floor_plans {
    height: 85vw;
    position: static;
  }

  .quote {
    width: auto;
    max-width: none;
  }

  .legenda_link_container {
    max-height: 300px;
  }

  .map_poi._3 {
    top: 30.6%;
  }

  .map_poi._12 {
    right: 32%;
  }

  .map_poi._16 {
    bottom: 46%;
    left: 7.7%;
  }

  .hero__wrap {
    margin-top: 120px;
  }

  .news_content {
    flex: 1;
    margin-left: 4.25vw;
    padding-bottom: 4.25vw;
  }

  .press-separator {
    margin-top: 90px;
  }

  .eye__wrap {
    z-index: 5;
    width: 40px;
    position: absolute;
    top: 80px;
    left: 150px;
  }

  .nomarg-top {
    width: auto;
  }

  .background-video {
    min-height: auto;
    margin-top: 90px;
  }

  .leed_cert {
    margin-top: 50px;
    margin-bottom: 4.25vw;
  }

  .icon {
    background-position: 50%;
    margin-right: 10px;
  }

  .icon._01 {
    background-position: 50%;
  }

  .hamburger__wrap {
    cursor: pointer;
    display: flex;
    position: relative;
  }

  .hamburger_close {
    background-color: var(--white);
    background-image: url('../images/Icon_Hamburger_X.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }

  .hamburger_open {
    background-color: var(--white);
    background-image: url('../images/Icon_Hamburger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .body {
    min-height: auto;
  }

  .nowrap {
    white-space: nowrap;
  }

  .floor_tab__wrap {
    flex-direction: column;
    width: 100%;
    min-height: auto;
    margin-top: 0;
  }

  .floor_menu {
    color: var(--dark-grey);
    background-color: #0000;
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
    width: 50vw;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    display: flex;
  }

  .floor_menu.w--current {
    border-bottom: 1px solid var(--dark-grey);
    background-color: #0000;
    margin-bottom: 9px;
  }

  .floor_content {
    border-top: 1px solid var(--dark-grey);
    margin-top: 30px;
    overflow: visible;
  }

  .conf__wrap {
    width: 100%;
    margin-top: 75px;
    padding-top: 0;
  }

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

  .conf_menu {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .conf_menu.title {
    height: auto;
    padding-left: 0;
    position: absolute;
    top: 430px;
  }

  .conf_content {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .configuration_full {
    width: 100%;
    height: auto;
    position: static;
  }

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

  .maxw-750 {
    width: auto;
  }

  .light {
    white-space: nowrap;
    position: absolute;
    right: 0;
  }

  .btn-download {
    width: 100%;
    margin-top: 4.25vw;
    position: static;
  }

  .cushman-title {
    margin-bottom: 20px;
  }

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

  .banner_btn {
    margin: 5px;
  }

  .banner_btn.alt {
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .floor_menu_link {
    color: var(--dark-grey);
    white-space: normal;
    background-color: #0000;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    display: flex;
  }

  .floor_menu_link.double {
    margin-bottom: 115px;
  }

  .floor_menu_link.double.last_margin {
    margin-bottom: 40px;
  }

  .btn-download-plani {
    width: 100%;
    margin-top: 4.25vw;
    margin-left: 0;
    position: static;
  }

  .lightbox_virtual.vision01 {
    width: 100%;
    height: 107vw;
    margin-top: 8.5vw;
  }

  .lightbox_virtual.view05 {
    width: 100%;
    height: 76vw;
  }

  .lightbox_virtual.view03 {
    width: 59.5vw;
    height: 39vw;
  }

  .lightbox_virtual.view04 {
    width: 59.5vw;
    height: 49vw;
  }

  .lightbox_virtual.work01, .lightbox_virtual.work02, .lightbox_virtual.work03, .lightbox_virtual.work04, .lightbox_virtual.bath01, .lightbox_virtual.fitness_03, .lightbox_virtual.fitness_02 {
    margin-bottom: 8.5vw;
  }

  .lightbox_virtual.fitness_01 {
    margin-top: 8.5vw;
  }

  .lightbox_virtual.bistro_02 {
    margin-bottom: 8.5vw;
  }

  .lightbox_virtual.juice_01, .lightbox_virtual.view07 {
    margin-top: 8.5vw;
  }

  .lightbox_virtual.sus01, .lightbox_virtual.sus02 {
    margin-bottom: 8.5vw;
  }

  .br_box {
    width: 100%;
    height: 40vw;
  }

  .video_box {
    width: 100%;
    height: 50vw;
  }

  .vimeo-01_iframe {
    width: 100vw;
    height: 56.2vw;
  }
}

@media screen and (max-width: 767px) {
  .banner-cookies {
    width: auto;
    inset: auto 0 0;
    overflow: auto;
  }

  .returnbtn {
    top: 90px;
    left: 20px;
  }

  .page_wrap.error-mobile {
    width: 85%;
    padding: 35px 20px;
  }

  .page_contatto {
    line-height: 18px;
  }

  .note_txt h1 {
    margin-top: 70px;
    padding-top: 60px;
  }

  .note-legali {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block {
    max-width: 450px;
  }

  .form-block.login {
    min-width: 430px;
    max-width: 600px;
    padding: 60px;
  }

  .form_field {
    height: 40px;
    margin-bottom: 15px;
  }

  .form_field.select {
    padding-left: 10px;
  }

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

  .form-wrapper {
    z-index: 2;
    width: 100%;
    padding-top: 100px;
  }

  .footer {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer.static {
    justify-content: center;
  }

  .footer.static.no-padding {
    padding-bottom: 35px;
  }

  .footer.no-padding {
    justify-content: center;
    padding-left: 0;
  }

  .to-delete {
    padding-top: 100px;
    display: none;
  }

  .hero {
    background-image: none;
    background-position: 0 0;
    justify-content: flex-end;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero.vision {
    height: 64vw;
  }

  .footer-sep {
    background-color: var(--black);
  }

  .hero-content {
    background-color: var(--white);
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .hero-content.hidden-mobile {
    display: none;
  }

  .hero-content.hidden-mobile.absolute {
    display: flex;
  }

  .top-left {
    margin-right: auto;
  }

  .logo-container {
    align-self: flex-start;
    width: auto;
    margin-right: auto;
  }

  .logo.small.hidden_mobile {
    display: none;
  }

  .logo.small.black {
    object-position: 0% 50%;
    width: auto;
    max-width: none;
    height: 30px;
    display: block;
  }

  .cta {
    border-bottom-color: var(--white);
    color: var(--black);
  }

  .cta.bold {
    color: var(--silver);
    border-bottom-style: none;
    margin-bottom: -9px;
    font-size: 11px;
  }

  .partners-box {
    color: var(--black);
    align-self: flex-end;
  }

  .development {
    margin-bottom: 0;
    padding-left: 0;
  }

  .close-form {
    margin-bottom: 0;
    top: 25px;
  }

  .disclaimer-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .disclaimer-title {
    text-align: left;
  }

  .div-block {
    top: -22px;
  }

  .hero_img_wrap {
    z-index: 1;
    filter: none;
    background-image: none;
    background-position: 0 0;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
  }

  .hero_img_wrap.blur {
    z-index: -1;
    width: auto;
    margin-bottom: 0;
    position: absolute;
  }

  .h1-thankyou {
    line-height: 21px;
  }

  .navbar {
    background-color: var(--white);
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .navbar.sticky {
    padding: 20px 30px;
  }

  .navbar_links__wrap.width90 {
    height: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar_links__wrap.tablet_mobile {
    margin-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar_links_container.no-padding.width1 {
    width: auto;
  }

  .navbar_links_container.no-padding.width4 {
    margin-bottom: 30px;
  }

  .footer_info__wrap {
    flex-direction: column;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    flex-direction: column;
    padding: 30px;
  }

  .section.vert-padding {
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.more-padding-bottom {
    padding-bottom: 60px;
  }

  .section.vert.margin-navbar {
    margin-top: 70px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.no-padding-top.full {
    padding-left: 0;
  }

  .section.relative.tablet-mobile {
    padding: 30px 30px 60px;
    display: flex;
  }

  .section.margin-navbar {
    margin-top: 70px;
  }

  .section.form-absolute {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .img._7column.location_01 {
    margin-bottom: 60px;
  }

  .img._6column.sus01 {
    margin-bottom: 90px;
  }

  .img._6column.upper-east-side-townhouse, .img._6column._125greenwich-nyc {
    margin-top: 60px;
  }

  .img._6column.sketch1, .img._6column.sketch_01, .img._6column.location_02 {
    margin-bottom: 60px;
  }

  .img._6column.urbanrobot_01 {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .img._6column.soori-high-line {
    margin-bottom: 30px;
  }

  .img._6column._152-elizabeth-street-nyc {
    margin-top: 60px;
  }

  .img._6column.cube3 {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .img._6column.baeza {
    margin-bottom: 60px;
  }

  .img._12column.casa-olnick-spanu, .img._12column.uppereastside-townhouse-nyc {
    margin-bottom: 30px;
  }

  .img._3column.post-preview {
    width: 30vw;
    height: 40vw;
    margin-bottom: 30px;
  }

  .img._3column.post-preview._05, .img._3column.post-preview._08 {
    background-position: 0 0;
    background-size: cover;
    height: 37vw;
  }

  .img-didascalia.desktop-tablet {
    display: none;
  }

  .img-didascalia.mobile {
    display: flex;
    bottom: -50px;
  }

  .news__wrap {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .news-article__wrap {
    margin-left: 30px;
  }

  .news-article__wrap.a {
    flex: 0 auto;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .floor_keyplan {
    width: 180px;
    height: 180px;
    top: 120px;
  }

  .margin-top-btm.title {
    display: flex;
  }

  .floor_plans {
    height: 83vw;
    position: static;
  }

  .legenda__wrap {
    padding-left: 4.25vw;
  }

  .legenda_link_container {
    border-bottom-style: none;
    max-height: none;
  }

  .map_poi._1 {
    top: 46%;
    left: 16%;
  }

  .map_poi._2 {
    left: 17%;
  }

  .map_poi._3 {
    top: 29%;
    left: 3%;
  }

  .map_poi._4 {
    top: 76%;
    left: 9.5%;
  }

  .map_poi._5 {
    top: 75%;
    left: 19.5%;
  }

  .map_poi._6 {
    top: 64%;
    left: 37%;
  }

  .map_poi._7 {
    top: 4%;
    right: 30%;
  }

  .map_poi._8 {
    top: 19%;
    right: 19%;
  }

  .map_poi._9 {
    top: 27%;
    left: 88.5%;
  }

  .map_poi._10 {
    top: 32%;
    right: 16%;
  }

  .map_poi._11 {
    top: 30%;
    right: 30%;
  }

  .map_poi._12 {
    top: 69%;
    right: 24%;
  }

  .map_poi._13 {
    right: 21%;
  }

  .map_poi._14 {
    bottom: 19%;
    right: 13%;
  }

  .map_poi._15 {
    bottom: 37%;
    right: 22%;
  }

  .map_poi__wrap {
    background-image: url('../images/Maps_Mobile_03.svg');
    height: 76vw;
  }

  .hero__wrap {
    margin-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .news_content {
    margin-left: 0;
    padding-bottom: 30px;
  }

  .press-separator {
    height: 30px;
    margin-top: 70px;
  }

  .eye__wrap {
    z-index: 5;
    width: 40px;
    position: absolute;
    top: 77px;
    left: 134px;
  }

  .lightbox-link {
    height: 25px;
  }

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

  .background-video {
    margin-top: 70px;
  }

  .leed_cert {
    margin-bottom: 30px;
  }

  .icon {
    margin-right: 30px;
  }

  .floor_tab__wrap {
    width: 100%;
  }

  .floor_menu {
    color: var(--dark-grey);
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    width: 48vw;
    min-width: 230px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    display: flex;
  }

  .floor_menu.w--current {
    border-bottom: 1px solid var(--dark-grey);
    background-color: #0000;
    margin-bottom: 9px;
  }

  .floor_content {
    border-top: 1px solid var(--dark-grey);
    margin-top: 20px;
    overflow: visible;
  }

  .conf_tab__wrap {
    width: 100%;
  }

  .conf_menu {
    color: var(--dark-grey);
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    display: flex;
  }

  .conf_menu.w--current {
    border-bottom: 1px solid var(--dark-grey);
    background-color: #0000;
  }

  .conf_menu.title {
    margin-top: 30px;
  }

  .conf_content {
    margin-top: 30px;
    display: flex;
    overflow: visible;
  }

  .configuration_full {
    width: 100%;
    height: auto;
    position: static;
  }

  .margin-bot {
    margin-bottom: 25px;
  }

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

  .login_wrap {
    flex-direction: column;
    min-height: auto;
  }

  .login_txt {
    width: 100%;
    min-height: auto;
    padding: 60px;
  }

  .login_logo {
    margin-bottom: 40px;
  }

  .btn-download {
    margin-top: 30px;
  }

  .background-video-vision {
    height: 64vw;
  }

  .cushman-title {
    margin-top: 60px;
  }

  .banner_component {
    max-width: 100%;
    display: none;
    right: 2.1vw;
  }

  .banner_container {
    flex-direction: column;
    align-items: center;
  }

  .banner_buttons-wrapper {
    margin-top: 20px;
  }

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

  .banner_close.pref {
    margin-left: 0;
    left: auto;
  }

  .banner_title {
    font-size: 20px;
  }

  .cta-2 {
    margin-top: 30px;
  }

  .floor_menu_link {
    color: var(--dark-grey);
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    display: flex;
  }

  .floor_menu_link.w--current {
    border-bottom: 1px solid var(--dark-grey);
    background-color: #0000;
  }

  .fp_title_wrap {
    width: 100%;
  }

  .btn-download-plani {
    margin-top: 30px;
  }

  .lightbox_virtual.work01, .lightbox_virtual.work02, .lightbox_virtual.work03, .lightbox_virtual.work04, .lightbox_virtual.bath01, .lightbox_virtual.fitness_03, .lightbox_virtual.fitness_02 {
    margin-bottom: 60px;
  }

  .lightbox_virtual.fitness_01 {
    margin-top: 60px;
  }

  .lightbox_virtual.bistro_02 {
    margin-bottom: 60px;
  }

  .lightbox_virtual.juice_01, .lightbox_virtual.view07 {
    margin-top: 60px;
  }

  .lightbox_virtual.sus01, .lightbox_virtual.sus02 {
    margin-bottom: 60px;
  }

  .br_box {
    height: 45vw;
  }

  .navlink_vr {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .banner-cookies {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .returnbtn {
    top: 110px;
    left: 20px;
  }

  .page_wrap {
    padding: 20px;
  }

  .page_wrap.error-mobile {
    width: 100%;
    margin-bottom: 0;
  }

  .page_contatto {
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
  }

  .note_txt {
    font-size: .9em;
  }

  .note-legali {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    min-width: 275px;
  }

  .form-block.login {
    min-width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.static.no-padding {
    padding-right: 0;
  }

  .footer_link {
    font-size: 11px;
  }

  .hero {
    justify-content: space-around;
    align-items: flex-start;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.vision {
    height: 62vw;
  }

  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-left {
    align-self: flex-start;
    margin-right: auto;
  }

  .logo-container {
    justify-content: flex-start;
    display: flex;
  }

  .logo {
    width: 60vw;
    height: 23px;
  }

  .logo.small {
    max-width: 195px;
  }

  .logo.small.black {
    width: auto;
  }

  .cta {
    text-align: right;
    margin-bottom: 0;
  }

  .cta.bold, .cookie-txt {
    margin-bottom: 0;
  }

  .sorry, .thnx {
    text-align: center;
  }

  .disclaimer-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_img_wrap {
    background-image: linear-gradient(#0000 50%, #00000080 94%), url('../images/Miami-Bizzi-Office_Heroshot_rev_11.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex: 0 auto;
    margin-top: -25px;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar.sticky {
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar_links__wrap.width90 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_links__wrap.tablet_mobile {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: auto;
  }

  .navbar_link-linea_wrap {
    margin-bottom: 10px;
  }

  .navbar_link-linea_wrap.margin-left {
    margin-left: 0;
  }

  .navbar_links_container.no-padding.left {
    width: auto;
    min-width: auto;
  }

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

  .section, .section.vert.margin-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.no-padding-top.full {
    padding-left: 0;
  }

  .section.relative.tablet-mobile {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.form-absolute {
    padding: 20px;
  }

  .img._7column {
    width: 100%;
  }

  .img._7column.location_01, .img._7column.location_07 {
    height: 58vw;
  }

  .img._7column.location_08 {
    height: 61vw;
  }

  .img._7column.garmercy-nyc {
    height: 65vw;
  }

  .img._7column.gramercy-apartment-nyc {
    height: 58vw;
  }

  .img._6column {
    width: 100%;
  }

  .img._6column.sus01 {
    height: 96vw;
    margin-bottom: 80px;
  }

  .img._6column.upper-east-side-townhouse {
    height: 65vw;
    margin-top: 50px;
  }

  .img._6column._611west-nyc {
    height: 130vw;
  }

  .img._6column._125greenwich-nyc {
    height: 137vw;
    margin-top: 50px;
  }

  .img._6column.sketch1, .img._6column.sketch_01 {
    height: 57vw;
  }

  .img._6column.location_02 {
    height: 70vw;
  }

  .img._6column.location_03 {
    height: 52vw;
  }

  .img._6column.location_06 {
    height: 58vw;
  }

  .img._6column.urbanrobot_01 {
    height: 75vw;
    margin-top: 50px;
  }

  .img._6column.location_09 {
    height: 76vw;
  }

  .img._6column.soori-high-line {
    height: 86vw;
  }

  .img._6column._152-elizabeth-street-nyc {
    height: 85vw;
    margin-top: 50px;
  }

  .img._6column.cube3 {
    height: 56vw;
    margin-top: 50px;
  }

  .img._6column.baeza {
    height: 60vw;
  }

  .img._8column {
    width: 100%;
  }

  .img._8column.zamora-offices2 {
    height: 68vw;
  }

  .img._12column.location_11 {
    height: 59vw;
  }

  .img._12column.location_15 {
    height: 70vw;
  }

  .img._5column {
    width: 100%;
  }

  .img._5column._565soho-nyc, .img._5column.location_13 {
    height: 120vw;
  }

  .img._5column.location_14 {
    height: 80vw;
  }

  .img._3column.post-preview {
    width: 52%;
    height: 61vw;
  }

  .img._3column.post-preview._03 {
    background-position: 0 0;
    background-size: cover;
    height: 58vw;
  }

  .img._3column.post-preview._05, .img._3column.post-preview._08 {
    height: 54vw;
  }

  .footer_text {
    font-size: 11px;
  }

  .news__wrap {
    margin-bottom: 40px;
  }

  .news-article__wrap {
    width: 100%;
    margin-left: 0;
  }

  .news-article__wrap.a {
    width: 100%;
  }

  .floor_keyplan {
    width: 120px;
    max-width: 34vw;
    height: 120px;
    top: 360px;
  }

  .floor_keyplan._4 {
    display: none;
  }

  .floor_keyplan._4.absolute {
    display: flex;
  }

  .margin-top-btm.title {
    flex-flow: wrap;
    justify-content: flex-end;
  }

  .margin-top-btm.title.left {
    justify-content: flex-start;
  }

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

  .legenda_link_text.margin-right {
    margin-right: 10px;
  }

  .map_poi._1 {
    left: 16.5%;
  }

  .map_poi._2 {
    top: 55%;
  }

  .map_poi._3 {
    top: 28.5%;
  }

  .map_poi._9 {
    top: 27%;
  }

  .map_poi._10 {
    top: 33%;
  }

  .map_poi._11 {
    right: 29.5%;
  }

  .map_poi._12 {
    right: 23%;
  }

  .map_poi._13 {
    right: 20%;
  }

  .map_poi_txt {
    right: -10px;
  }

  .map_poi_txt._2cifre {
    right: -17px;
  }

  .map_poi__wrap {
    background-image: url('../images/Maps_Mobile_03.svg');
  }

  .hero__wrap {
    margin-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news_content {
    flex-direction: column;
  }

  .eye__wrap {
    top: 67px;
    left: 110px;
  }

  .background-video {
    height: 70vw;
    margin-top: 90px;
  }

  .leed_cert {
    margin-bottom: 40px;
  }

  .icons_txt {
    min-height: 80px;
  }

  .body {
    min-height: auto;
  }

  .floor_menu {
    width: 100%;
  }

  .floor_menu.title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .conf_menu {
    margin-bottom: 40px;
    padding-right: 35vw;
  }

  .conf_menu.title {
    margin-top: 100px;
    top: 341px;
  }

  .conf_content.double {
    margin-top: 5px;
  }

  .margin-bot.no-marg {
    margin-top: 20px;
  }

  .heading {
    margin-bottom: 30px;
  }

  .grid_certification {
    grid-row-gap: 0px;
    grid-template-rows: auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr auto;
  }

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

  .login_wrap {
    width: 100%;
  }

  .login_txt {
    align-items: center;
    padding: 60px 30px;
  }

  .login_logo {
    width: 100%;
    max-width: 250px;
  }

  .background-video-vision {
    height: 62.5vw;
  }

  .form-block-2 {
    width: 100%;
    max-width: 250px;
  }

  .x_wrap {
    right: auto;
  }

  .banner_component {
    max-width: none;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    left: 20px;
    right: 20px;
  }

  .banner_btn {
    margin-bottom: 8px;
  }

  .banner_text-link {
    margin-right: 0;
  }

  .prefs_form {
    max-height: none;
  }

  .banner-prefs {
    padding: 24px;
  }

  .prefs_component {
    padding: 20px;
    display: none;
  }

  .prefs_open-txt {
    margin-bottom: 10px;
    position: static;
  }

  .prefs_open-txt.first {
    position: static;
  }

  .cta-2 {
    text-align: right;
    margin-bottom: 0;
  }

  .floor_menu_link {
    position: static;
  }

  .floor_menu_link.double.last_margin {
    margin-bottom: 30px;
  }

  .lightbox_virtual {
    width: 100%;
  }

  .lightbox_virtual._6column.vision01 {
    margin-top: 60px;
  }

  .lightbox_virtual.view05 {
    height: 72vw;
  }

  .lightbox_virtual.birdview02 {
    width: 100%;
    height: 65vw;
  }

  .lightbox_virtual.view02 {
    width: 100%;
    height: 73vw;
  }

  .lightbox_virtual.view03 {
    width: 100%;
    height: 58vw;
  }

  .lightbox_virtual.view04 {
    width: 100%;
    height: 73vw;
  }

  .lightbox_virtual.work01 {
    width: 100%;
    height: 96vw;
  }

  .lightbox_virtual.work02 {
    width: 100%;
    height: 54vw;
  }

  .lightbox_virtual.work03 {
    width: 100%;
    height: 55vw;
  }

  .lightbox_virtual.work04 {
    width: 100%;
    height: 49vw;
  }

  .lightbox_virtual.bath01 {
    width: 100%;
    height: 65vw;
  }

  .lightbox_virtual.fitness_03 {
    width: 100%;
    height: 62vw;
  }

  .lightbox_virtual.fitness_02 {
    width: 100%;
    height: 54vw;
  }

  .lightbox_virtual.fitness_01 {
    width: 100%;
    height: 56vw;
  }

  .lightbox_virtual.bistro_02 {
    width: 100%;
    height: 49vw;
  }

  .lightbox_virtual.bistro_01 {
    width: 100%;
    height: 54vw;
  }

  .lightbox_virtual.interiors_02 {
    width: 100%;
    height: 62vw;
  }

  .lightbox_virtual.juice_01 {
    width: 100%;
    height: 54vw;
  }

  .lightbox_virtual.view07 {
    width: 100%;
    height: 62vw;
  }

  .lightbox_virtual.sus01 {
    width: 100%;
    height: 57vw;
  }

  .lightbox_virtual.sus02 {
    width: 100%;
    height: 49vw;
  }

  .lightbox_virtual.location {
    height: 65vw;
  }

  .icon_fullscreen {
    top: 10px;
    right: 10px;
  }

  .video__wrap {
    width: 100%;
  }

  .vr__wrap {
    margin-bottom: 20px;
  }

  .vr__wrap.no-margin {
    margin-bottom: 0;
  }

  .navlink_vr__wrap {
    flex-direction: column;
  }

  .navlink_vr {
    margin-top: 20px;
  }

  .video-thumb__wrap {
    margin-bottom: 20px;
  }

  .video-thumb__wrap.no-margin {
    margin-bottom: 0;
  }

  .video_box {
    height: 60vw;
  }
}

#w-node-_54c84ec4-8cfc-bc56-a48b-370dc5a7835e-c5a78328, #w-node-_54c84ec4-8cfc-bc56-a48b-370dc5a78361-c5a78328, #w-node-e969e27c-c11d-2623-d4c6-f1292f35d9e2-c5a78328, #w-node-_48c42e04-1ba4-86fc-8130-9067d4ac127b-b70cd555 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-b94af968-4529-6a02-08fb-e085d522c5a8-ca0cd556, #field.w-node-_79b0c65f-4c26-e48f-691c-2fabbf750b45-ca0cd556 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#country.w-node-fa10823b-5c31-b3a4-6b67-0ebaab789aa3-ca0cd556 {
  align-self: end;
}

#w-node-_9386a708-89d3-a815-3224-b88f2d8ed2f6-ca0cd556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-d5905969-d1e5-4ef4-4fd9-e54557888918-ca0cd556, #w-node-b796c0c7-e0c2-bab8-3417-51021ac9a88f-ca0cd556, #w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594efc-ca0cd556, #w-node-_26b9ec78-ba40-5d50-7a1f-422ec5062e74-ca0cd556, #btn-form.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594f0e-ca0cd556, #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb6fb-370cd559, #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb6fc-370cd559 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#country.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb6fe-370cd559 {
  align-self: end;
}

#w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb703-370cd559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message-2.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb707-370cd559, #w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb708-370cd559, #w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb70d-370cd559, #btn-form.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb70f-370cd559 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b55d6a3f-5d00-30fd-00fa-ebd8006eaf15-cb0cd55c {
  justify-self: center;
}

#w-node-f0da591c-3865-8ad2-567f-ad7326223ec4-cb0cd55c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc35-cb0cd55c, #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc36-cb0cd55c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#country.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc38-cb0cd55c {
  align-self: end;
}

#w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc3d-cb0cd55c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc41-cb0cd55c, #w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc42-cb0cd55c, #w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc47-cb0cd55c, #btn-form.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc49-cb0cd55c, #field.w-node-b94af968-4529-6a02-08fb-e085d522c5a8-6b0cd560, #field.w-node-_79b0c65f-4c26-e48f-691c-2fabbf750b45-6b0cd560 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#country.w-node-fa10823b-5c31-b3a4-6b67-0ebaab789aa3-6b0cd560 {
  align-self: end;
}

#w-node-_9386a708-89d3-a815-3224-b88f2d8ed2f6-6b0cd560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-d5905969-d1e5-4ef4-4fd9-e54557888918-6b0cd560, #w-node-b796c0c7-e0c2-bab8-3417-51021ac9a88f-6b0cd560, #w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594efc-6b0cd560, #w-node-_26b9ec78-ba40-5d50-7a1f-422ec5062e74-6b0cd560, #btn-form.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594f0e-6b0cd560 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c045e7a-cb26-75ad-b683-e4928eb761d5-480cd566 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4c045e7a-cb26-75ad-b683-e4928eb761d4-480cd566 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c6a-480cd566 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c6e-480cd566 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c72-480cd566 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c76-480cd566 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c7a-480cd566 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_736e3b91-e282-9a57-00ee-42255b0a789f-480cd566 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_80afa32c-e525-8393-1afc-2950508d188f-480cd566 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_80afa32c-e525-8393-1afc-2950508d1893-480cd566 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
}

#w-node-_80afa32c-e525-8393-1afc-2950508d1897-480cd566 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: center;
}

#w-node-_80afa32c-e525-8393-1afc-2950508d189b-480cd566 {
  grid-area: 5 / 3 / 6 / 4;
  align-self: center;
}

#w-node-_80afa32c-e525-8393-1afc-2950508d189f-480cd566 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0f2-480cd566 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: center;
}

#w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0f6-480cd566 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
}

#w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0fa-480cd566 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: center;
}

#w-node-_03454b7e-bd09-ba8c-bc0a-ecf786c1a32b-f70cd569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4c045e7a-cb26-75ad-b683-e4928eb761d5-480cd566 {
    align-self: start;
  }

  #w-node-_4c045e7a-cb26-75ad-b683-e4928eb761d4-480cd566 {
    grid-row-end: 2;
    align-self: end;
  }

  #w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c6a-480cd566 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c6e-480cd566 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
  }

  #w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c72-480cd566 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c76-480cd566 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_372c5421-c6d1-9972-cdc4-cbe52b979c7a-480cd566 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_736e3b91-e282-9a57-00ee-42255b0a789f-480cd566 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d188f-480cd566 {
    grid-area: 8 / 1 / 9 / 2;
    align-self: center;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d1893-480cd566 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d1897-480cd566 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d189b-480cd566 {
    grid-area: 4 / 2 / 4 / 3;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d189f-480cd566 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0f2-480cd566 {
    grid-area: 6 / 2 / 7 / 3;
    align-self: center;
  }

  #w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0f6-480cd566 {
    grid-area: 7 / 2 / 8 / 3;
    align-self: center;
  }

  #w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0fa-480cd566 {
    grid-area: 8 / 2 / 9 / 3;
  }
}

@media screen and (max-width: 767px) {
  #field.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594ef5-ca0cd556, #field.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594ef6-ca0cd556, #field.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594ef7-ca0cd556, #field.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594ef8-ca0cd556 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #field.w-node-bf98b5ff-aa77-ef3c-0ff0-f037cf5c0522-ca0cd556, #country.w-node-fa10823b-5c31-b3a4-6b67-0ebaab789aa3-ca0cd556, #field.w-node-_902fa70b-2235-0862-ab0a-d9441ff7f6a9-ca0cd556, #field.w-node-_0295c488-8664-e30a-c698-358bd59e04c1-ca0cd556, #field.w-node-a0749ba7-fc98-0edf-0f72-1ba994502873-ca0cd556 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_9386a708-89d3-a815-3224-b88f2d8ed2f6-ca0cd556 {
    grid-column: span 2 / span 2;
  }

  #field.w-node-_95253bf1-aba8-59d8-ed5e-6fcad6a12cb0-ca0cd556 {
    align-self: center;
  }

  #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb6f7-370cd559, #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb6f8-370cd559, #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb6f9-370cd559, #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb6fa-370cd559 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb6fd-370cd559, #country.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb6fe-370cd559, #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb700-370cd559, #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb701-370cd559, #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb702-370cd559 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb703-370cd559 {
    grid-column: span 2 / span 2;
  }

  #field.w-node-_24bc6e37-dc6d-69fc-15c7-5305c63bb704-370cd559 {
    align-self: center;
  }

  #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc31-cb0cd55c, #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc32-cb0cd55c, #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc33-cb0cd55c, #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc34-cb0cd55c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc37-cb0cd55c, #country.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc38-cb0cd55c, #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc3a-cb0cd55c, #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc3b-cb0cd55c, #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc3c-cb0cd55c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc3d-cb0cd55c {
    grid-column: span 2 / span 2;
  }

  #field.w-node-_4bbc8e1d-ae8d-0c6c-6d4d-314e85e6fc3e-cb0cd55c {
    align-self: center;
  }

  #field.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594ef5-6b0cd560, #field.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594ef6-6b0cd560, #field.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594ef7-6b0cd560, #field.w-node-_739a6a88-f8e4-0df1-dc8e-e4d16b594ef8-6b0cd560 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #field.w-node-bf98b5ff-aa77-ef3c-0ff0-f037cf5c0522-6b0cd560, #country.w-node-fa10823b-5c31-b3a4-6b67-0ebaab789aa3-6b0cd560, #field.w-node-_902fa70b-2235-0862-ab0a-d9441ff7f6a9-6b0cd560, #field.w-node-_0295c488-8664-e30a-c698-358bd59e04c1-6b0cd560, #field.w-node-a0749ba7-fc98-0edf-0f72-1ba994502873-6b0cd560 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_9386a708-89d3-a815-3224-b88f2d8ed2f6-6b0cd560 {
    grid-column: span 2 / span 2;
  }

  #field.w-node-_95253bf1-aba8-59d8-ed5e-6fcad6a12cb0-6b0cd560 {
    align-self: center;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d188f-480cd566 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d1893-480cd566 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d1897-480cd566 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d189b-480cd566 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d189f-480cd566 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0f2-480cd566 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0f6-480cd566 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0fa-480cd566 {
    grid-area: 15 / 1 / 16 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_80afa32c-e525-8393-1afc-2950508d188f-480cd566 {
    grid-row: 8 / 9;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d1893-480cd566 {
    grid-row: 9 / 10;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d1897-480cd566 {
    grid-row: 10 / 11;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d189b-480cd566 {
    grid-row: 11 / 12;
  }

  #w-node-_80afa32c-e525-8393-1afc-2950508d189f-480cd566 {
    grid-row: 12 / 13;
  }

  #w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0f2-480cd566 {
    grid-row: 13 / 14;
  }

  #w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0f6-480cd566 {
    grid-row: 14 / 15;
  }

  #w-node-_19a4114d-e1b2-e217-4b74-41ff9e36a0fa-480cd566 {
    grid-row: 15 / 16;
  }
}


