:root {
  --textColor: #000;
  --linkColor: currentColor;
  --headerHeight: 86px;
}
@media (max-width: 1199px) {
  :root {
    --headerHeight: 45px;
  }
}
:root {
  --deskWidth: 1668px;
  --deskSpace: 30px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1199px) {
  :root {
    --deskSpace: 20px;
  }
}
:root {
  --partVerticalGap: 40px;
}
@media (max-width: 1199px) {
  :root {
    --partVerticalGap: 20px;
  }
}
:root {
  --unitVerticalGap: 170px;
}
@media (max-width: 1199px) {
  :root {
    --unitVerticalGap: 85px;
  }
}
:root {
  --generalHorizontalGap: 10px;
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1199px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.title1 {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(2.1875rem, 1.93348801vw + 1.73433875rem, 3.75rem);
  line-height: clamp(2.1875rem, 1.93348801vw + 1.73433875rem, 3.75rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
}
.title2 {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(1.5625rem, 1.62412993vw + 1.18184455rem, 2.875rem);
  line-height: clamp(1.5625rem, 1.62412993vw + 1.18184455rem, 2.875rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
}
.title3 {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(1.5625rem, 0vw + 1.5625rem, 1.5625rem);
  line-height: clamp(1.5625rem, 0vw + 1.5625rem, 1.5625rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
}
.lead {
  font-size: clamp(1.375rem, 1.08275329vw + 1.1212297rem, 2.25rem);
  line-height: clamp(1.5625rem, 1.16009281vw + 1.29060325rem, 2.5rem);
  color: var(--textColor);
}
.small {
  font-family: 'GT America Mono', sans-serif;
  font-size: 14px;
  line-height: 1.21428571;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--textColor);
}
.quote {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(3.125rem, 8.50734725vw + 1.13109049rem, 10rem);
  line-height: clamp(3.125rem, 8.50734725vw + 1.13109049rem, 10rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
}
.base {
  font-size: clamp(1.1875rem, 0.3866976vw + 1.09686775rem, 1.5rem);
  line-height: clamp(1.4375rem, 0.46403712vw + 1.3287413rem, 1.8125rem);
  color: var(--textColor);
  font-weight: 400;
}
.button {
  display: inline-block;
  font-family: 'GT America Mono', sans-serif;
  background-color: var(--btnPrimaryBg, #FF906A);
  font-size: 17px;
  line-height: 1.23529412;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor, #000);
  padding: 25px 60px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    background-color: var(--btnPrimaryBgHover, #ED7A52);
  }
}
@media (max-width: 767px) {
  .button {
    width: 100%;
  }
}
.buttonSecondary {
  display: inline-block;
  font-family: 'GT America Mono', sans-serif;
  background-color: var(--btnSecondaryBg, #DBDBD3);
  font-size: 17px;
  line-height: 1.23529412;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnSecondaryColor, #000);
  padding: 16px 30px;
  appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .buttonSecondary:hover,
  .buttonSecondary:focus {
    background-color: var(--btnSecondaryBgHover, #B5B5AD);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: "GT America Standard";
  src: url("/extras/fonts/GT-America-Standard-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT America Standard";
  src: url("/extras/fonts/GT-America-Standard-Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GT America Extended";
  src: url("/extras/fonts/GT-America-Extended-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT America Mono";
  src: url("/extras/fonts/GT-America-Mono-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GT America Mono";
  src: url("/extras/fonts/GT-America-Mono-Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#edit * :not(.is-marked):focus-within {
  outline: none;
}
:focus {
  outline-color: #FF906A;
}
*::selection {
  background: #FF906A;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: bold;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-family: 'GT America Standard', sans-serif;
  font-size: clamp(1.1875rem, 0.3866976vw + 1.09686775rem, 1.5rem);
  line-height: clamp(1.4375rem, 0.46403712vw + 1.3287413rem, 1.8125rem);
}
.unit caption {
  display: none;
}
.flag {
  background: #FF906A;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.cbdModule {
  float: left;
  width: 100%;
}
#view .cbdModule.is-empty {
  display: none;
}
.cbDynamicContent__element {
  float: left;
  width: 100%;
}
.area {
  float: left;
  width: 100%;
  display: grid;
  gap: var(--unitVerticalGap) var(--generalHorizontalGap);
}
#view .area:empty {
  display: none;
}
.area .unit {
  float: left;
  width: 100%;
  grid-column: 1 / -1;
  position: relative;
}
.unit__background {
  float: left;
  width: 100%;
}
.unit__content {
  float: left;
  width: 100%;
}
.unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: var(--partVerticalGap) var(--generalHorizontalGap);
}
.unit__head,
.unit__body,
.unit__foot {
  float: left;
  width: 100%;
}
.unit--fold div.less,
.unit--fold div.more {
  float: left;
  width: 100%;
}
.unit--fold .ctrl {
  float: left;
  width: 100%;
}
.unit .part {
  float: left;
  width: 100%;
  grid-column: 1 / -1;
  position: relative;
}
.part__content {
  float: left;
  width: 100%;
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.lazyimage {
  visibility: hidden;
}
.lazyimage.lazyloaded {
  visibility: initial;
}
#edit .part video {
  pointer-events: none;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
  margin-top: 6px;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--textColor);
}
.line hr.bold {
  border-bottom-width: 2px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.part.cb-youtube iframe,
.part.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.part.cb-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.part.cb-share .cb-service {
  float: left;
  margin-left: 16px;
}
.part.cb-share .cb-service:first-child {
  margin-left: 0;
}
.part.cb-share .cb-service * {
  float: left;
}
.part.cb-share .cb-service a {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.part.cb-share .cb-service a:hover {
  filter: invert(1);
}
.part.cb-share .cb-service.cb-service-facebook-share a {
  background-size: auto 24px;
  background-image: url(/images/cb-default/socialShare-facebook-black.svg);
}
.part.cb-share .cb-service.cb-service-twitter a {
  background-size: auto 18px;
  background-image: url(/images/cb-default/socialShare-twitter-black.svg);
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 23.4375%;
  position: relative;
  overflow: hidden;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#slides img.lazyimage {
  visibility: initial;
  filter: blur(10px);
  transform: scale(1.05);
  transition: all 0.12s;
}
#slides img.lazyimage.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #FF906A;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #FF906A;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'GT America Standard', sans-serif;
  line-height: 1.42857143;
  color: var(--textColor);
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #FF906A;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #FF906A;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  display: inline-block;
  font-family: 'GT America Mono', sans-serif;
  background-color: var(--btnPrimaryBg, #FF906A);
  font-size: 17px;
  line-height: 1.23529412;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor, #000);
  padding: 25px 60px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  line-height: 1.42857143;
}
@media (hover: hover) and (pointer: fine) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    background-color: var(--btnPrimaryBgHover, #ED7A52);
  }
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input[type*="radio"],
#disp input[type*="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px !important;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1199px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px !important;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'GT America Standard', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-family: 'GT America Mono', sans-serif;
  font-size: 14px;
  line-height: 1.21428571;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--textColor);
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    padding-bottom: 0;
    width: 30%;
    min-height: 50px;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  padding: 15px 10px;
  appearance: none;
  border-bottom: 1px solid var(--textColor);
  font-size: 20px;
  line-height: 1.1;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  border-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    min-height: 50px;
    align-items: center;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.1;
}
.unit.form div.tick input {
  float: left;
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    align-self: stretch;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'GT America Standard', sans-serif;
  font-size: 20px;
  line-height: 1.1;
  height: 50px;
  border-bottom: 1px solid var(--textColor);
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop span::file-selector-button {
  display: inline-block;
  font-family: 'GT America Mono', sans-serif;
  background-color: var(--btnPrimaryBg, #FF906A);
  font-size: 17px;
  line-height: 1.23529412;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor, #000);
  padding: 25px 60px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  margin-right: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .ship div.chop span::file-selector-button:hover,
  .unit.form .ship div.chop span::file-selector-button:focus {
    background-color: var(--btnPrimaryBgHover, #ED7A52);
  }
}
@media (max-width: 767px) {
  .unit.form .ship div.chop span::file-selector-button {
    width: 100%;
  }
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form .submit {
  margin-top: var(--partVerticalGap);
  display: inline-block;
  font-family: 'GT America Mono', sans-serif;
  background-color: var(--btnPrimaryBg, #FF906A);
  font-size: 17px;
  line-height: 1.23529412;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor, #000);
  padding: 25px 60px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .unit.form .submit:hover,
  .unit.form .submit:focus {
    background-color: var(--btnPrimaryBgHover, #ED7A52);
  }
}
@media (max-width: 767px) {
  .unit.form .submit {
    width: 100%;
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: var(--textColor);
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: var(--spacePart);
  margin-bottom: var(--spacePart);
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #5abb55;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  display: inline-block;
  font-family: 'GT America Mono', sans-serif;
  background-color: var(--btnPrimaryBg, #FF906A);
  font-size: 17px;
  line-height: 1.23529412;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor, #000);
  padding: 25px 60px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    background-color: var(--btnPrimaryBgHover, #ED7A52);
  }
}
@media (max-width: 767px) {
  .two-step-verification-container a {
    width: 100%;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 1px solid var(--textColor);
  border-bottom: 1px solid var(--textColor);
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 22px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: bold;
}
.table td {
  padding: 22px 10px;
  vertical-align: center;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td strong {
  font-size: clamp(1.875rem, 1.54679041vw + 1.512471rem, 3.125rem);
  line-height: clamp(1.875rem, 1.54679041vw + 1.512471rem, 3.125rem);
  font-weight: 400;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: bold;
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
main {
  float: left;
  width: 100%;
  flex: 1 0;
  z-index: 2;
  background-color: #fff;
}
.logo {
  float: left;
  height: 34px;
}
@media (max-width: 1199px) {
  .logo {
    height: 23px;
  }
}
.logo__image {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'GT America Standard', sans-serif;
  font-size: clamp(1.1875rem, 0.3866976vw + 1.09686775rem, 1.5rem);
  line-height: clamp(1.4375rem, 0.46403712vw + 1.3287413rem, 1.8125rem);
  color: var(--textColor);
  accent-color: #FF906A;
  overflow-x: clip;
  hyphens: manual;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding-top: var(--headerHeight);
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.container {
  float: left;
  width: 100%;
  position: relative;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--one {
  background-color: #fff;
}
.section--sand {
  background-color: #F7F2E0;
}
.section--stone {
  background-color: #B5B5AD;
}
.section--orange {
  background-color: #ED7A52;
}
.section--two {
  height: 100svh;
  overflow: hidden;
}
#view .section--two {
  position: sticky;
  top: 0;
  left: 0;
}
.vcard {
  display: flex;
  --fluidSize: clamp(1.875rem, 26.51515152vw + -18.01136364rem, 10.625rem);
  gap: var(--fluidSize);
  font-family: 'GT America Mono', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.28571429;
}
.vcard__content {
  float: left;
}
@media (max-width: 1199px) {
  .vcard {
    flex-direction: column;
  }
}
.section--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  background-color: #fff;
}
.container--head {
  margin: 25px 0;
  display: flex;
  gap: 83px;
}
@media (max-width: 1199px) {
  .container--head {
    margin: 11px 0;
  }
}
@media (max-width: 1199px) {
  .vcard--header {
    display: none;
  }
}
.container--hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(10, minmax(0, 1fr));
  gap: var(--generalHorizontalGap);
  margin-bottom: var(--unitVerticalGap);
}
@media (max-width: 1199px) {
  .container--hero {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}
.hero__part {
  width: 100%;
}
.hero__part--title {
  grid-column: 1 / span 7;
  grid-row: 1 / span 5;
  aspect-ratio: 968 / 668;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F7F2E0;
  box-sizing: border-box;
  padding: 30px;
}
.hero__part--imageOne {
  grid-column: 8 / span 5;
  grid-row: 1 / span 7;
  aspect-ratio: 689 / 940;
}
.hero__part--imageOne * {
  height: 100%;
}
.hero__part--imageOne img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.hero__part--imageOne .placeholder {
  padding-bottom: 0;
}
.hero__part--imageOne video {
  object-fit: cover;
}
.hero__part--imageTwo {
  grid-column: 1 / span 3;
  grid-row: 6 / span 5;
  aspect-ratio: 409 / 668;
}
.hero__part--imageTwo * {
  height: 100%;
}
.hero__part--imageTwo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.hero__part--imageTwo .placeholder {
  padding-bottom: 0;
}
.hero__part--imageTwo video {
  object-fit: cover;
}
.hero__part--lead {
  grid-column: 6 / span 6;
  grid-row: 8 / span 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .hero__part--title {
    grid-column: 1 / span 5;
    grid-row: unset;
    padding: 20px;
  }
  .hero__part--imageOne {
    grid-column: 1 / span 5;
    grid-row: unset;
  }
  .hero__part--imageTwo {
    grid-column: 1 / span 3;
    grid-row: unset;
  }
  .hero__part--lead {
    grid-column: 1 / span 5;
    grid-row: unset;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.cbdModule--heroLead .heroLead {
  font-size: clamp(1.375rem, 1.08275329vw + 1.1212297rem, 2.25rem);
  line-height: clamp(1.5625rem, 1.16009281vw + 1.29060325rem, 2.5rem);
  color: var(--textColor);
}
.container--intro {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 210px var(--generalHorizontalGap);
  --fluidSize: clamp(2.8125rem, 6.96055684vw + 1.18111949rem, 8.4375rem);
  margin-top: var(--fluidSize);
}
.container--intro .content--title {
  grid-column: span 4;
}
.container--intro .content--intro {
  grid-column: span 8;
}
@media (max-width: 1199px) {
  .container--intro {
    grid-template-columns: 1fr;
  }
}
.container--room {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--partVerticalGap) var(--generalHorizontalGap);
  margin-top: clamp(calc(var(--headerHeight) + 25px), 20svh, 250px);
}
.container--room .content--roomNumber {
  grid-column: span 4;
}
.container--room .content--roomDescription {
  grid-column: span 6;
}
@media (max-width: 1199px) {
  .container--room {
    grid-template-columns: 100%;
    margin-top: clamp(calc(var(--headerHeight) + 25px), 20svh, 100px);
  }
  .container--room .content {
    grid-column: unset;
  }
}
.roomNumber {
  font-size: clamp(3.125rem, 11.60092807vw + 0.40603248rem, 12.5rem);
  line-height: clamp(3.125rem, 11.60092807vw + 0.40603248rem, 12.5rem);
  color: var(--textColor);
}
.roomTitle {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(1.5625rem, 0vw + 1.5625rem, 1.5625rem);
  line-height: clamp(1.5625rem, 0vw + 1.5625rem, 1.5625rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
}
.container--masonry {
  --fluidSize: clamp(6rem, 9.18803419vw + -0.89102564rem, 8.6875rem);
  padding-left: var(--fluidSize);
  padding-right: calc(var(--fluidSize) * 2);
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  #view .container--masonry .unit {
    grid-column: unset;
  }
}
@media (max-width: 1199px) {
  .container--masonry {
    --fluidSize: clamp(3.8125rem, 10.67285383vw + -1.31046984rem, 6.6875rem);
    padding-left: 0;
    padding-right: var(--fluidSize);
  }
}
@media (max-width: 767px) {
  .container--masonry {
    padding-right: 0;
  }
}
.roomFinderCta {
  position: fixed;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1000;
  background-color: #FF906A;
  box-sizing: border-box;
  padding: 20px 125px 20px 30px;
  display: flex;
  gap: 15px;
  align-items: center;
  translate: 65px 0;
  transition: all 0.25s;
}
.roomFinderCta:after {
  content: '';
  position: absolute;
  right: 29px;
  top: 50%;
  translate: 0 -50%;
  width: 35px;
  height: 21px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--textColor);
}
.roomFinderCta .number {
  font-family: 'GT America Mono', sans-serif;
  font-size: clamp(1.875rem, 1.16009281vw + 1.60310325rem, 2.8125rem);
  line-height: clamp(1.875rem, 1.16009281vw + 1.60310325rem, 2.8125rem);
  color: var(--textColor);
  font-weight: 300;
}
.roomFinderCta .tour {
  font-size: clamp(1rem, 0.30935808vw + 0.9274942rem, 1.25rem);
  line-height: clamp(1.25rem, 0.3866976vw + 1.15936775rem, 1.5625rem);
  color: var(--textColor);
}
@media (hover: hover) and (pointer: fine) {
  .roomFinderCta:hover,
  .roomFinderCta:focus {
    translate: 0 0;
    text-decoration: none;
  }
}
@media (max-width: 1199px) {
  .roomFinderCta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 11px 15px;
    translate: 0 0;
  }
  .roomFinderCta:after {
    display: none;
  }
}
.section--footer {
  position: sticky;
  bottom: 0;
  background-color: #DBDBD3;
  max-height: calc(100svh - var(--headerHeight));
  overflow-y: scroll;
}
.footarea {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 215px;
  margin: 28px 0;
}
.footpart {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footnavi div.sub1 {
  display: flex;
  flex-direction: column;
}
.footnavi div.sub1 > .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--textColor);
}
.footnavi div.sub1 > .item > .menu {
  display: block;
  font-size: clamp(1.375rem, 1.08275329vw + 1.1212297rem, 2.25rem);
  line-height: clamp(1.5625rem, 1.16009281vw + 1.29060325rem, 2.5rem);
  color: var(--textColor);
  box-sizing: border-box;
  padding: 13px 0;
  position: relative;
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--textColor), var(--textColor));
  text-decoration: none;
  transition: all 0.25s;
}
.footnavi div.sub1 > .item > .menu:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 35px;
  height: 22px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--textColor);
}
@media (max-width: 1199px) {
  .footnavi div.sub1 > .item > .menu:after {
    width: 29px;
    height: 18px;
  }
}
.footlogo {
  float: left;
  width: 100%;
}
.realestate .ns-table__cell .btn {
  position: relative;
  z-index: 2;
}
.ns-lightbox__link--close i {
  color: #fff;
}
a {
  color: var(--linkColor);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    color: var(--linkColor);
    text-decoration: underline;
  }
}
.layout1 h1 {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(2.1875rem, 1.93348801vw + 1.73433875rem, 3.75rem);
  line-height: clamp(2.1875rem, 1.93348801vw + 1.73433875rem, 3.75rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
  text-align: center;
}
body:not(.layout1) h1 {
  font-size: clamp(1.1875rem, 0.3866976vw + 1.09686775rem, 1.5rem);
  line-height: clamp(1.4375rem, 0.46403712vw + 1.3287413rem, 1.8125rem);
  color: var(--textColor);
  font-weight: 400;
}
h2 {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(2.1875rem, 1.93348801vw + 1.73433875rem, 3.75rem);
  line-height: clamp(2.1875rem, 1.93348801vw + 1.73433875rem, 3.75rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
}
h3 {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(1.5625rem, 1.62412993vw + 1.18184455rem, 2.875rem);
  line-height: clamp(1.5625rem, 1.62412993vw + 1.18184455rem, 2.875rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
}
h4 {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(1.5625rem, 0vw + 1.5625rem, 1.5625rem);
  line-height: clamp(1.5625rem, 0vw + 1.5625rem, 1.5625rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
}
.loud {
  font-size: clamp(1.375rem, 1.08275329vw + 1.1212297rem, 2.25rem);
  line-height: clamp(1.5625rem, 1.16009281vw + 1.29060325rem, 2.5rem);
  color: var(--textColor);
}
.skew {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(3.125rem, 8.50734725vw + 1.13109049rem, 10rem);
  line-height: clamp(3.125rem, 8.50734725vw + 1.13109049rem, 10rem);
  text-transform: uppercase;
  color: var(--textColor);
  font-weight: 400;
}
.norm {
  font-size: clamp(1.1875rem, 0.3866976vw + 1.09686775rem, 1.5rem);
  line-height: clamp(1.4375rem, 0.46403712vw + 1.3287413rem, 1.8125rem);
  color: var(--textColor);
  font-weight: 400;
}
.area--one {
  display: grid;
  align-items: flex-start;
  gap: var(--unitVerticalGap) var(--generalHorizontalGap);
  margin-top: var(--unitVerticalGap);
  margin-bottom: var(--unitVerticalGap);
}
.layout1 .area--one.area1:has(.unitPageDivider:last-child, .unitThree:last-child) {
  margin-bottom: 0;
}
.layout2 .area--one.area2:has(.unitPageDivider:last-child, .unitThree:last-child),
.layout3 .area--one.area2:has(.unitPageDivider:last-child, .unitThree:last-child) {
  margin-bottom: 0;
}
.layout3 .area--one.area2:has(.unitPageDivider:first-child, .unitThree:first-child) {
  margin-top: 0;
}
.area--one .unitTwo {
  display: grid;
  gap: var(--generalHorizontalGap);
  min-height: var(--js-elementHeight);
}
.area--one .unitTwo .unit__body {
  position: relative;
}
.area--one .unitThree {
  width: 100vw;
  left: 50%;
  translate: -50vw 0;
  background-color: #FF906A;
  text-align: center;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.area--one .unitThree + .unitPageDivider {
  margin-top: calc(var(--unitVerticalGap) * -1);
}
.area--one .unitThree .unit__content {
  width: 1168px;
  max-width: var(--deskMaxWidth);
}
.area--one .unitPageDivider {
  --textColor: #fff;
  --linkColor: #fff;
  --generalHorizontalGap: 60px;
  width: 100vw;
  min-height: 100svh;
  left: 50%;
  translate: -50vw 0;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.area--one .unitPageDivider:has(.part:not(.pict:first-child)) .part.pict:first-child {
  filter: brightness(0.6);
}
.area--one .unitPageDivider + .unitThree {
  margin-top: calc(var(--unitVerticalGap) * -1);
}
.area--one .unitPageDivider .unit__content {
  width: var(--deskMaxWidth);
  box-sizing: border-box;
  padding: var(--deskSpace) 0;
}
.area--one .unitPageDivider .unit__body {
  justify-content: center;
}
.area--one .unitPageDivider .part.film:first-child,
.area--one .unitPageDivider .part.pict:first-child {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
.area--one .unitPageDivider .part.film:first-child *,
.area--one .unitPageDivider .part.pict:first-child * {
  height: 100%;
}
.area--one .unitPageDivider .part.film:first-child img,
.area--one .unitPageDivider .part.pict:first-child img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitPageDivider .part.film:first-child .placeholder,
.area--one .unitPageDivider .part.pict:first-child .placeholder {
  padding-bottom: 0;
}
.area--one .unitPageDivider .part.film:first-child video,
.area--one .unitPageDivider .part.pict:first-child video {
  object-fit: cover;
  object-position: center;
}
.area--one .unitImageGallery .unit__body {
  display: grid;
  gap: var(--generalHorizontalGap);
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
}
.area--one .unitImageGallery .part.pict * {
  height: 100%;
}
.area--one .unitImageGallery .part.pict img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitImageGallery .part.pict .placeholder {
  padding-bottom: 0;
}
.area--one .unitImageGallery--styleOne .part.pict:nth-child(4n+1) {
  aspect-ratio: 1108 / 665;
}
.area--one .unitImageGallery--styleOne .part.pict:nth-child(4n+2) {
  aspect-ratio: 409 / 530;
}
.area--one .unitImageGallery--styleOne .part.pict:nth-child(4n+3) {
  aspect-ratio: 549 / 665;
}
.area--one .unitImageGallery--styleOne .part.pict:nth-child(4n+4) {
  aspect-ratio: 549 / 395;
}
.area--one .unitImageGallery--styleTwo .part.pict:nth-child(4n+1) {
  aspect-ratio: 968 / 665;
}
.area--one .unitImageGallery--styleTwo .part.pict:nth-child(4n+2) {
  aspect-ratio: 549 / 395;
}
.area--one .unitImageGallery--styleTwo .part.pict:nth-child(4n+3) {
  aspect-ratio: 409 / 395;
}
.area--one .unitImageGallery--styleTwo .part.pict:nth-child(4n+4) {
  aspect-ratio: 689 / 800;
}
@media (max-width: 767px) {
  .area--one .unitImageGallery .unit__body {
    grid-auto-rows: auto;
  }
}
.area--two {
  --unitVerticalGap: 10px;
  --partVerticalGap: 10px;
}
@media (max-width: 1199px) {
  .area--two {
    --unitVerticalGap: 150px;
  }
}
.area--two .unit .unit__body {
  display: grid;
}
.area--two .unit .partImage * {
  height: 100%;
}
.area--two .unit .partImage img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--two .unit .partImage .placeholder {
  padding-bottom: 0;
}
.area--two .unit .partImage:has(a) {
  overflow: hidden;
}
.area--two .unit .partImage:has(a) img {
  transition: all 0.25s;
}
.area--two .unit .partImage:has(a):hover img,
.area--two .unit .partImage:has(a):focus img {
  scale: 1.1;
}
.area--two .unit .partText {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.area--two .unit .partText--one {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}
.area--two .unit .partText--two {
  justify-content: end;
  padding-bottom: 30px;
}
.area--two .unit .partLink .open {
  float: left;
  width: 100%;
  position: relative;
  font-size: clamp(1.375rem, 1.08275329vw + 1.1212297rem, 2.25rem);
  line-height: clamp(1.5625rem, 1.31477185vw + 1.25435035rem, 2.625rem);
  text-underline-position: under;
}
.area--two .unit .partLink .open:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 35px;
  height: 21px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: var(--linkColor);
}
.area--two .unit--styleOne .partImage--one {
  aspect-ratio: 968 / 665;
}
.area--two .unit--styleOne .partImage--two {
  aspect-ratio: 409 / 260;
}
.area--two .unit--styleOne .partImage--three {
  aspect-ratio: 689 / 800;
}
.area--two .unit--styleOne .partText--one {
  aspect-ratio: 549 / 395;
  background-color: #DBDBD3;
}
.area--two .unit--styleTwo .partImage--one {
  aspect-ratio: 689 / 935;
}
.area--two .unit--styleTwo .partImage--two {
  aspect-ratio: 269 / 260;
}
.area--two .unit--styleTwo .partImage--three {
  aspect-ratio: 549 / 530;
}
.area--two .unit--styleTwo .partText--one {
  aspect-ratio: 829 / 530;
  background-color: #F7F2E0;
}
.area--two .unit--styleThree .partImage--one {
  aspect-ratio: 1108 / 665;
}
.area--two .unit--styleThree .partImage--two {
  aspect-ratio: 409 / 260;
}
.area--two .unit--styleThree .partImage--three {
  aspect-ratio: 409 / 530;
}
.area--two .unit--styleThree .partText--one {
  aspect-ratio: 409 / 530;
  background-color: #BFA187;
}
@media (max-width: 1199px) {
  .area--two .unit .partText--two {
    padding-top: 30px;
  }
  .area--two .unit .partLink .open:after {
    width: 29px;
    height: 15px;
  }
}
.area--three {
  grid-template-columns: 100%;
}
.area--four {
  --generalHorizontalGap: calc(var(--fluidSize) + 10px);
  --fluidSize: clamp(6rem, 9.18803419vw + -0.89102564rem, 8.6875rem);
  gap: 0 var(--generalHorizontalGap);
  margin-top: calc(var(--unitVerticalGap) * -0.5);
  margin-bottom: calc(var(--unitVerticalGap) * -0.5);
}
@media (max-width: 1199px) {
  .area--four {
    --fluidSize: clamp(3.8125rem, 10.67285383vw + -1.31046984rem, 6.6875rem);
  }
}
@media (max-width: 767px) {
  .area--four {
    --generalHorizontalGap: 10px;
  }
}
@media (min-width: 768px) {
  .area--four {
    scale: -1 1;
  }
}
.area--four .unit {
  margin-top: calc(var(--unitVerticalGap) / 2);
  margin-bottom: calc(var(--unitVerticalGap) / 2);
}
@media (min-width: 768px) {
  .area--four .unit {
    scale: -1 1;
  }
}
.area .part.text .open {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .area .part.text .open:hover,
  .area .part.text .open:focus {
    text-decoration: none;
  }
}
.area:not(.area--two) .part.link--primary .open {
  display: inline-block;
  font-family: 'GT America Mono', sans-serif;
  background-color: var(--btnPrimaryBg, #FF906A);
  font-size: 17px;
  line-height: 1.23529412;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnPrimaryColor, #000);
  padding: 25px 60px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .area:not(.area--two) .part.link--primary .open:hover,
  .area:not(.area--two) .part.link--primary .open:focus {
    background-color: var(--btnPrimaryBgHover, #ED7A52);
  }
}
@media (max-width: 767px) {
  .area:not(.area--two) .part.link--primary .open {
    width: 100%;
  }
}
.area:not(.area--two) .part.link--secondary .open {
  display: inline-block;
  font-family: 'GT America Mono', sans-serif;
  background-color: var(--btnSecondaryBg, #DBDBD3);
  font-size: 17px;
  line-height: 1.23529412;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnSecondaryColor, #000);
  padding: 16px 30px;
  appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .area:not(.area--two) .part.link--secondary .open:hover,
  .area:not(.area--two) .part.link--secondary .open:focus {
    background-color: var(--btnSecondaryBgHover, #B5B5AD);
  }
}
.area:not(.area--two) .part.link--right {
  text-align: right;
}
body.cb-toggle-target-active {
  overflow: hidden;
}
.naviToggle {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (hover: hover) and (pointer: fine) {
  .naviToggle:not([aria-expanded="true"]):hover .naviToggle__line--1 {
    translate: 0 -4px;
  }
  .naviToggle:not([aria-expanded="true"]):hover .naviToggle__line--2 {
    translate: 0 4px;
  }
}
.naviToggle__label {
  float: left;
  font-size: clamp(1.1875rem, 0.3866976vw + 1.09686775rem, 1.5rem);
  line-height: clamp(1.4375rem, 0.46403712vw + 1.3287413rem, 1.8125rem);
  color: #000;
}
.naviToggle__lines {
  display: block;
  width: 20px;
  height: 9px;
  position: relative;
}
.naviToggle__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: translate 0.25s, top 0.1s 0.1s, transform 0.1s;
}
.naviToggle__line--1 {
  top: 0;
}
.naviToggle__line--2 {
  top: 100%;
}
.naviToggle[aria-expanded="true"] .naviToggle__line {
  transition: top 0.1s, transform 0.1s 0.1s;
}
.naviToggle[aria-expanded="true"] .naviToggle__line--1 {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.naviToggle[aria-expanded="true"] .naviToggle__line--2 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body:has(.naviToggle[aria-expanded="true"]) .navigation {
  transform: translateY(0);
}
.navi-animation {
  float: left;
  width: var(--deskWidth);
  max-width: var(--deskMaxWidth);
  height: 100%;
  margin: var(--headerHeight) 0;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body:has(.naviToggle[aria-expanded="true"]) .navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1199px) {
  .navi-animation {
    margin: calc(var(--headerHeight) + 30px) 0 30px;
  }
}
.container--navigation {
  height: 100%;
  display: grid;
  gap: 50px;
}
@media (max-width: 1199px) {
  .container--navigation {
    grid-template-rows: 1fr auto 1fr;
  }
}
.vcard--navigation {
  grid-row: 3;
  align-self: end;
  text-align: center;
}
@media (min-width: 1200px) {
  .vcard--navigation {
    display: none;
  }
}
.navigation div.navi {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.navigation div.navi > .cb-toggle {
  display: none;
}
.navigation div.navi > .item {
  float: left;
  width: 100%;
  position: relative;
}
.navigation div.navi > .item.item-empty > .cb-toggle {
  display: none;
}
.navigation div.navi > .item > .menu {
  float: left;
  color: var(--textColor);
  text-decoration: none;
}
.navigation div.navi > .item > .menu.path {
  color: #FF906A;
}
.navigation div.sub1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 4px;
}
.navigation div.sub1 > .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation div.sub1 > .item > .menu {
  font-family: 'GT America Extended', sans-serif;
  font-size: clamp(2.5rem, 3.86697602vw + 1.59367749rem, 5.625rem);
  line-height: clamp(2.5rem, 3.86697602vw + 1.59367749rem, 5.625rem);
  color: var(--textColor);
  text-transform: uppercase;
  text-align: center;
  background-size: 0 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--textColor), var(--textColor));
  transition: all 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation div.sub1 > .item > .menu:hover,
  .navigation div.sub1 > .item > .menu:focus {
    background-size: 100% 3px;
  }
}
@media (max-width: 1199px) {
  .navigation div.sub1 {
    grid-row: 2;
  }
}
.navigation div.sub2 {
  overflow: hidden;
  max-height: 0;
}
.navigation div.sub2 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.navigation .cb-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 36px;
  height: 24px;
  background-size: 14px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-down-black.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.navigation .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
}
.area--one {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.area--one .unit--1-2 {
  grid-column: 1 / span 4;
}
.area--one .unit--1-2:nth-child(2n+2 of .unit--1-2) {
  grid-column: 2 / span 4;
}
.area--one .unitOne--1-2 {
  grid-column: 1 / span 4;
}
@media (max-width: 767px) {
  .area--one .unitOne--1-2:nth-child(2n+2 of .unitOne--1-2) {
    grid-column: 2 / span 4;
  }
}
.area--one .unitImageGallery .unit__body {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.area--one .unitImageGallery--styleOne .part.pict:nth-child(4n+1) {
  grid-column: 1 / span 5;
}
.area--one .unitImageGallery--styleOne .part.pict:nth-child(4n+2) {
  grid-column: 1 / span 3;
}
.area--one .unitImageGallery--styleOne .part.pict:nth-child(4n+3) {
  grid-column: 2 / span 4;
}
.area--one .unitImageGallery--styleOne .part.pict:nth-child(4n+4) {
  grid-column: 1 / span 5;
}
.area--one .unitImageGallery--styleTwo .part.pict:nth-child(4n+1) {
  grid-column: 1 / span 5;
}
.area--one .unitImageGallery--styleTwo .part.pict:nth-child(4n+2) {
  grid-column: 1 / span 3;
}
.area--one .unitImageGallery--styleTwo .part.pict:nth-child(4n+3) {
  grid-column: 2 / span 4;
}
.area--one .unitImageGallery--styleTwo .part.pict:nth-child(4n+4) {
  grid-column: 1 / span 5;
}
.area--two .unit .unit__body {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.area--two .unit--styleOne .partImage--one {
  grid-column: 1 / span 5;
}
.area--two .unit--styleOne .partImage--two {
  grid-column: 3 / span 3;
}
.area--two .unit--styleOne .partImage--three {
  grid-column: 1 / span 5;
}
.area--two .unit--styleOne .partText--one {
  grid-column: 1 / span 5;
}
.area--two .unit--styleOne .partText--two {
  grid-column: 1 / span 5;
}
.area--two .unit--styleOne .partLink {
  grid-column: 1 / span 5;
}
.area--two .unit--styleTwo .partImage--one {
  grid-column: 1 / span 5;
}
.area--two .unit--styleTwo .partImage--two {
  grid-column: 1 / span 3;
}
.area--two .unit--styleTwo .partImage--three {
  grid-column: 1 / span 5;
}
.area--two .unit--styleTwo .partText--one {
  grid-column: 1 / span 5;
}
.area--two .unit--styleTwo .partText--two {
  grid-column: 1 / span 5;
}
.area--two .unit--styleTwo .partLink {
  grid-column: 1 / span 5;
}
.area--two .unit--styleThree .partImage--one {
  grid-column: 1 / span 5;
}
.area--two .unit--styleThree .partImage--two {
  grid-column: 3 / span 3;
}
.area--two .unit--styleThree .partImage--three {
  grid-column: 1 / span 5;
}
.area--two .unit--styleThree .partText--one {
  grid-column: 1 / span 5;
}
.area--two .unit--styleThree .partText--two {
  grid-column: 1 / span 5;
}
.area--two .unit--styleThree .partLink {
  grid-column: 1 / span 5;
}
.area--four {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.area--four .unit {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .area--four .unit:nth-child(2n+2) {
    grid-column: span 4;
  }
  .area--four .unit:nth-child(2n+3) {
    grid-column: 2 / span 4;
  }
}
.realestate .ns-.buildings:has(.building.is-active) .building,
.buildings.is-active .building,
.buildings.is-active .inactive-building {
  opacity: initial !important;
  pointer-events: initial !important;
}
.realestate .realestate-desk {
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/zaezibach-houses.png);
}
.realestate .apartment {
  opacity: 0.75;
}
.realestate .ns-table__body .ns-table__row {
  border-top: 1px solid var(--drismoPrimaryColor) !important;
  border-bottom: 1px solid var(--drismoPrimaryColor) !important;
}
#showglo .ns-wrapper {
  background-color: transparent;
}
.realestate .btn--primary {
  display: inline-block;
  font-family: 'GT America Mono', sans-serif;
  background-color: var(--btnSecondaryBg, #DBDBD3);
  font-size: 17px;
  line-height: 1.23529412;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
  color: var(--btnSecondaryColor, #000);
  padding: 16px 30px;
  appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .realestate .btn--primary:hover,
  .realestate .btn--primary:focus {
    background-color: var(--btnSecondaryBgHover, #B5B5AD);
  }
}
td.ns-table__cell {
  font-weight: 300;
}
.ns-select .ns-select__control {
  background-color: transparent !important;
  border-bottom: 1px solid black !important;
}
.ns-label {
  text-transform: uppercase;
  font-weight: 300;
}
.realestate .ns-table__cell--download_file_1 .btn--primary {
  display: inline-flex;
  gap: 11px;
  align-items: center;
}
.realestate .ns-table__cell--download_file_1 .btn--primary:before {
  content: '';
  width: 20px;
  margin-bottom: 2px;
  aspect-ratio: 1;
  background-color: var(--btnIconColor, var(--textColor));
  mask-size: var(--btnIconWidth, contain);
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: var(--btnIconUrl, url(/images/icon-download.svg));
  transition: all 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .realestate .ns-table__cell--download_file_1 .btn--primary:hover:before,
  .realestate .ns-table__cell--download_file_1 .btn--primary:focus:before {
    background-color: var(--btnIconColorHover, var(--textColor));
  }
}
.realestate .realestateSticky--fixed {
  z-index: 1998;
  padding-top: var(--headerHeight);
}
@media (max-width: 767px) {
  .realestate svg {
    pointer-events: all !important;
  }
  .realestate svg * {
    pointer-events: all !important;
  }
}
/*# sourceMappingURL=./screen-small.css.map */