/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../Templates/Modules/Siteplan/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/*  ==========================================================================
    MODULE
    ========================================================================== */
/*  ==========================================================================
    STORAGE
    ========================================================================== */
/*  ==========================================================================
    VARIABLES
    Collection of all variables

    INFO:
    - try to use variables as much as possible, it makes life easier
    - try to use meaningful prefixes, e.g. "$clr-" for color variables
      or "$fs-" for font-sizes
    ========================================================================== */
/*  ==========================================================================
    CLASS NAMES
    Collection of class-names.
    ========================================================================== */
/*  ==========================================================================
    COLORS
    List all colors concerning your project here

    INFO:
    - use for your colors at least the prefix "$clr-"
    ========================================================================== */
/*  ==========================================================================
    DEFAULTS
    ========================================================================== */
/*  ==========================================================================
    DIMENSIONS
    List of some recurring dimensions.

    INFO:
    - don't delete any unit!
    - do unit changes with care
    - try to use prefixes (f.e. "zi" for "z-index", "hgt" for "height", "wdt" for "width" etc.)
    - if possible try to define the main z-index values here
    - don't put all dimensions in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    MEDIA QUERIES
    Collection of media queries.
    ========================================================================== */
/*  ==========================================================================
    TYPOGRAPHY
    Font settings concerning your project.

    INFO:
    - don't delete anything!
    - use changes in here with care
    - try to use prefixes (f.e. "ff" for "font-family", "fs" for "font-size", "fw" for "font-weight" ecc.)
    - don't put all properties in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    FUNCIONS
    Collection of all functions
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global functions
    ========================================================================== */
/*  ==========================================================================
    MIXINS
    Collection of all mixins (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global helpers

    INFO:
    - no specific naming convention (no prefix) except to not use camelcase if possible!
    - use it with care, its not a trash can!
    - contributions for the kickstarter are welcome!
    ========================================================================== */
/*
 * WRAPPER DIMENSIONS
 * generates wrapper padding & max-width
 */
/*
 * RESPONSIVE PROPERTIES
 * creates a css-property for each media query (desktop, tablet & mobile)
 */
/*  ==========================================================================
    TYPOGRAPHY
    Helpers to arrange type

    INFO:
    - all mixins should start with "typo" as prefix
    ========================================================================== */
/*  ==========================================================================
    CONTENT
    Helpers for Headlines/RichText/...

    INFO:
    - all mixins should start with "content" as prefix
    ========================================================================== */
/*
 * OVERLINE
 */
/*
 * HEADLINES
 */
/*
 * TABLE-WRAP
 */
/*
 * RICH-TEXT
 */
/*  ==========================================================================
    BUTTONS
    Helpers to edit buttons

    INFO:
    - all mixins should start with "btn" as prefix
    ========================================================================== */
/*  ==========================================================================
    IMAGES
    Collection of all helpers for images

    INFO:
    - all mixins should start with "img" as prefix
    ========================================================================== */
/*  ==========================================================================
    VISTA
    Helper to add base style to the vista output.

    INFO:
    - Usage example:
      @include vista(100vh, 75vh, 100vh, 60vh, true);
    ========================================================================== */
/*  ==========================================================================
    POPUP
    ========================================================================== */
/*  ==========================================================================
    FLATPICKR
    ========================================================================== */
/*  ==========================================================================
    HEADER
    Helpers to edit header

    INFO:
    - all mixins should start with "header" as prefix
    ========================================================================== */
/*  ==========================================================================
    MISC
    ========================================================================== */
/*  ==========================================================================
    MISC
    ========================================================================== */
/*  ==========================================================================
    EHOTELIER
    Helpers to edit eHotelier elements

    INFO:
    - all mixins should start with "ehot" as prefix
    ========================================================================== */
/*  ==========================================================================
    FOOTER
    Helpers to edit footer

    INFO:
    - all mixins should start with "footer" as prefix
    ========================================================================== */
/*  ==========================================================================
    KEYFRAMES
    Collection of all keyframes (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    LOADER
    ========================================================================== */
@keyframes loader-spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*  ==========================================================================
    MISC
    ========================================================================== */
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    background: rgba(180, 144, 98, 0.3);
  }
  100% {
    transform: scale(1.1);
    background: rgba(180, 144, 98, 0);
  }
}
/* STYLING
 * --------------------------------------------------------------------------- */
.DNA-module[data-id=Siteplan] {
  padding-top: 14.5em;
  /* RESPONSIVE
   * --------------------------------------------------------------------------- */
}
.DNA-module[data-id=Siteplan] .DNA-module__headlines {
  text-align: center;
}
.DNA-module[data-id=Siteplan] .DNA-module__tabs {
  margin-top: 9em;
  position: sticky;
  top: 5em;
  background-color: #1A1A1A;
  z-index: 5;
}
.DNA-module[data-id=Siteplan] .DNA-module__tabs__select {
  display: none;
}
.DNA-module[data-id=Siteplan] .DNA-module__tabs__list {
  display: flex;
  gap: 2em 3.5em;
  align-items: center;
  flex-wrap: wrap;
}
.DNA-module[data-id=Siteplan] .DNA-module__tabs__item {
  letter-spacing: 0.34px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.DNA-module[data-id=Siteplan] .DNA-module__tabs__item > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item > * {
    font-size: 1.6em;
  }
}
.DNA-module[data-id=Siteplan] .DNA-module__tabs__item[data-active="1"] {
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item {
    transition: opacity 0.5s;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item[data-active="0"]:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__list {
    gap: 3em;
  }
}
.DNA-module[data-id=Siteplan] .DNA-module__tabs__wrapper {
  position: sticky;
  top: 5em;
  background-color: #1A1A1A;
  z-index: 5;
}
.DNA-module[data-id=Siteplan] .DNA-module__tabs__list {
  justify-content: center;
}
.DNA-module[data-id=Siteplan] .DNA-module__categories {
  text-align: center;
}
.DNA-module[data-id=Siteplan] .DNA-module__categories__description {
  margin-top: 5em;
  max-width: 83.5em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.DNA-module[data-id=Siteplan] .DNA-module__categories__description ul,
.DNA-module[data-id=Siteplan] .DNA-module__categories__description ol {
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.DNA-module[data-id=Siteplan] .DNA-module__categories__description[data-active="0"] {
  display: none;
}
.DNA-module[data-id=Siteplan] .DNA-module__container {
  position: relative;
  margin-top: 5em;
}
.DNA-module[data-id=Siteplan] .DNA-module__container[data-active="0"] {
  display: none;
}
.DNA-module[data-id=Siteplan] .DNA-module__siteplan {
  position: relative;
}
.DNA-module[data-id=Siteplan] .DNA-module__siteplan:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1A1A1A 0%, rgba(26, 26, 26, 0.82) 15%, rgba(26, 26, 26, 0) 32%, rgba(26, 26, 26, 0) 80%, #1A1A1A 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}
.DNA-module[data-id=Siteplan] .DNA-module__siteplan[data-remove-overlay="1"]:after {
  content: none;
}
.DNA-module[data-id=Siteplan] .DNA-module__overview {
  position: absolute;
  width: 30em;
  bottom: 5vw;
  right: 5vw;
}
.DNA-module[data-id=Siteplan] .DNA-module__overview img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=Siteplan] .DNA-module__arrows {
  display: none;
}
.DNA-module[data-id=Siteplan] .DNA-module__item {
  position: absolute;
  transform: translate(-50%, calc(-50% - 5em));
  cursor: pointer;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=Siteplan] .DNA-module__item {
    z-index: 2;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__item:hover {
    z-index: 3;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__item:hover .DNA-module__dot {
    background-color: rgba(180, 144, 98, 0.28);
    color: #FFFFFF;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__item:hover .DNA-module__dot__inner {
    background-color: #B49062;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__item:hover .DNA-module__dot__inner span {
    display: none;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__item:hover .DNA-module__dot__inner i {
    display: block;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__item:hover .DNA-module__box {
    opacity: 1;
    pointer-events: auto;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__item:hover .DNA-module__circle {
    pointer-events: all;
    opacity: 1;
  }
}
.DNA-module[data-id=Siteplan] .DNA-module__dot {
  width: 5em;
  height: 5em;
  background-color: rgba(255, 255, 255, 0.28);
  color: #181A1D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.DNA-module[data-id=Siteplan] .DNA-module__dot__inner {
  font-weight: 500;
  width: 3em;
  height: 3em;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.DNA-module[data-id=Siteplan] .DNA-module__dot__inner > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__dot__inner > * {
    font-size: 1.5em;
  }
}
.DNA-module[data-id=Siteplan] .DNA-module__dot__inner i {
  display: none;
  font-size: 1.3em;
}
.DNA-module[data-id=Siteplan] .DNA-module__line {
  height: 5em;
  width: 0;
  margin: auto;
  border-right: 2px dashed #FFFFFF;
  position: relative;
}
.DNA-module[data-id=Siteplan] .DNA-module__line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #FFFFFF;
}
.DNA-module[data-id=Siteplan] .DNA-module__circle {
  position: absolute;
  top: -1.5em;
  left: 50%;
  height: var(--circle-diameter);
  width: var(--circle-diameter);
  border-radius: 50%;
  border: 2px solid #B49062;
  transform: translate(-50%, -100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.DNA-module[data-id=Siteplan] .DNA-module__box {
  position: absolute;
  top: var(--circle-top, calc(100% + 1.5em));
  left: var(--circle-left, 50%);
  transform: translate(-50%, 0);
  width: 38em;
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0.5em;
  padding: 1.2em 1.2em 2.5em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  height: fit-content;
}
.DNA-module[data-id=Siteplan] .DNA-module__box:before {
  content: "";
  position: absolute;
  height: 1.5em;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=top] {
  top: var(--circle-top, -1.5em);
  bottom: unset;
  transform: translate(-50%, -100%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=top] .DNA-module__circle {
  top: unset;
  bottom: -1.5em;
  transform: translate(-50%, 100%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=top]:before {
  top: unset;
  bottom: 0;
  transform: translateY(100%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position*=left] {
  left: var(--circle-left, -1.5em);
  transform: translate(-100%, -50%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position*=left] .DNA-module__circle {
  top: 50%;
  left: unset;
  right: -1.5em;
  transform: translate(100%, -50%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position*=left]:before {
  height: 100%;
  width: 7.5em;
  right: auto;
  left: 100%;
  transform: unset;
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=left] {
  top: var(--circle-top, 50%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=left-bottom] {
  top: var(--circle-top, 100%);
  transform: translate(-100%, -100%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=left-bottom] .DNA-module__circle {
  top: 100%;
  transform: translate(100%, -50%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=left-top] {
  top: var(--circle-top, 0%);
  transform: translateX(-100%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=left-top] .DNA-module__circle {
  top: 0;
  transform: translate(100%, 0);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position*=right] {
  left: unset;
  right: var(--circle-left, -1.5em);
  transform: translate(100%, -50%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position*=right] .DNA-module__circle {
  top: 50%;
  left: -1.5em;
  transform: translate(-100%, -50%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position*=right]:before {
  width: 7.5em;
  height: 100%;
  right: 100%;
  transform: translateX(-100%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=right] {
  top: var(--circle-top, 50%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=right-top] {
  top: var(--circle-top, 0%);
  transform: translateX(100%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=right-top] .DNA-module__circle {
  top: 0;
  transform: translate(-100%, 0);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=right-bottom] {
  top: var(--circle-top, 100%);
  transform: translate(100%, -100%);
}
.DNA-module[data-id=Siteplan] .DNA-module__box[data-position=right-bottom] .DNA-module__circle {
  top: 100%;
  transform: translate(-100%, -50%);
}
.DNA-module[data-id=Siteplan] .DNA-module__image {
  margin-bottom: 1.8em;
}
.DNA-module[data-id=Siteplan] .DNA-module__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.DNA-module[data-id=Siteplan] .DNA-module__image img {
  border-radius: 5px;
}
.DNA-module[data-id=Siteplan] .DNA-module__title {
  font-weight: 600;
  color: #01090C;
}
.DNA-module[data-id=Siteplan] .DNA-module__title > * {
  font-size: 1.8em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__title > * {
    font-size: 1.6em;
  }
}
.DNA-module[data-id=Siteplan] .DNA-module__text {
  color: #01090C;
  margin-top: 1em;
}
.DNA-module[data-id=Siteplan] .DNA-module__text > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__text > * {
    font-size: 1.4em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Siteplan] .DNA-module__text > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=Siteplan] .DNA-module__text > * {
  line-height: 1.7;
  margin-top: 1em;
  margin-bottom: 1em;
}
.DNA-module[data-id=Siteplan] .DNA-module__text > *:first-child {
  margin-top: 0 !important;
}
.DNA-module[data-id=Siteplan] .DNA-module__text > *:last-child {
  margin-bottom: 0 !important;
}
.DNA-module[data-id=Siteplan] .DNA-module__text > *.DNA-table {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.DNA-module[data-id=Siteplan] .DNA-module__text a {
  color: #B49062;
  text-decoration: underline;
}
.DNA-module[data-id=Siteplan] .DNA-module__text a:hover {
  opacity: 0.7;
}
.DNA-module[data-id=Siteplan] .DNA-module__text ol,
.DNA-module[data-id=Siteplan] .DNA-module__text ul {
  padding-left: 1.5em;
}
.DNA-module[data-id=Siteplan] .DNA-module__text ol li,
.DNA-module[data-id=Siteplan] .DNA-module__text ul li {
  display: list-item;
}
.DNA-module[data-id=Siteplan] .DNA-module__text ul li {
  position: relative;
  list-style-type: none !important;
}
.DNA-module[data-id=Siteplan] .DNA-module__text ul li::marker {
  content: none !important;
  display: none !important;
}
.DNA-module[data-id=Siteplan] .DNA-module__text ul li:before {
  position: absolute;
  content: "-";
  left: 0;
  transform: translateX(-100%);
  padding-right: 0.5em;
}
.DNA-module[data-id=Siteplan] .DNA-module__button {
  display: flex;
  margin-top: 1.5em;
}
.DNA-module[data-id=Siteplan] .DNA-module__button__wrap {
  color: #01090C;
}
.DNA-module[data-id=Siteplan] .DNA-module__button__wrap > * {
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__button__wrap > * {
    font-size: 1.4em;
  }
}
.DNA-module[data-id=Siteplan] .DNA-module__closer {
  display: none;
}
.DNA-module[data-id=Siteplan] .DNA-module__mobile {
  display: none;
}
.DNA-module[data-id=Siteplan][data-text-overlay="1"] {
  position: relative;
  padding-top: 0;
}
.DNA-module[data-id=Siteplan][data-text-overlay="1"] .DNA-module__wrap__content {
  position: relative;
  transform: translateY(50%);
  z-index: 1;
  width: 100%;
}
.DNA-module[data-id=Siteplan][data-text-overlay="1"] .DNA-module__overview {
  bottom: 10vw;
}
.DNA-module[data-id=Siteplan][data-text-overlay="1"] .DNA-module__container {
  margin-top: 0;
}
.DNA-module[data-id=Siteplan][data-overview="1"] {
  position: relative;
  padding-bottom: 14.5em;
}
.DNA-module[data-id=Siteplan][data-point-filter="1"] .DNA-module__container {
  margin-top: 0;
}
.DNA-module[data-id=Siteplan][data-point-highlight="1"] .DNA-module__highlight__horizontal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.DNA-module[data-id=Siteplan][data-point-highlight="1"] .DNA-module__highlight__vertical {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.DNA-module[data-id=Siteplan][data-point-highlight="1"] .DNA-module__wrap__list {
  position: relative;
}
.DNA-module[data-id=Siteplan][data-point-highlight="1"] .DNA-module__item {
  z-index: 1;
}
@media (min-width: 1025px) {
  .DNA-module[data-id=Siteplan][data-point-highlight="1"] .DNA-module__item:hover {
    z-index: 2;
  }
}
.DNA-module[data-id=Siteplan][data-remove-overlay="0"] {
  background-color: #1A1A1A;
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] {
    padding-top: 11em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs {
    margin-top: 4.5em;
    top: 6em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__select {
    display: none;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__list {
    display: flex;
    gap: 2em 3.5em;
    align-items: center;
    flex-wrap: wrap;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item {
    letter-spacing: 0.34px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item > * {
    font-size: 1.8em;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item > * {
    font-size: 1.6em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item[data-active="1"] {
    color: #B49062;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item {
    transition: opacity 0.5s;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item[data-active="0"]:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__list {
    gap: 3em;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__wrap {
    position: relative;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__overlay {
    position: absolute;
    width: 6em;
    top: 0;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__overlay[data-position=right] {
    background: linear-gradient(90deg, rgba(28, 28, 28, 0) 0%, #1c1c1c 90%);
    right: 0;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__overlay[data-position=left] {
    background: linear-gradient(90deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 90%);
    left: 0;
    width: 2.5em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__overlay[data-active="1"] {
    opacity: 1;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__list {
    gap: 0;
    flex-wrap: nowrap;
    overflow: auto;
    padding-top: 0.5em;
    padding-bottom: 1em;
    justify-content: flex-start;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__list::-webkit-scrollbar {
    height: 5px;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__list::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item {
    white-space: nowrap;
    position: relative;
    padding: 0 1.5em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item:first-child {
    padding-left: 0;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item:last-child {
    padding-right: 0;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__item:not(:last-child):after {
    content: "|";
    position: absolute;
    right: 0;
    font-size: 1.8em;
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__arrows {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__wrap {
    height: 4.5em;
    overflow: hidden;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] {
    display: flex;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] .DNA-module__tabs__list {
    padding-bottom: 0.5em;
    overflow: unset;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] .DNA-module__tabs__item {
    width: auto;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] .DNA-module__tabs__arrows {
    display: flex;
    gap: 1.2em;
    align-items: center;
    margin-left: 2em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] .DNA-module__tabs__arrows .DNA-slider-pagination {
    color: #FFFFFF;
    font-weight: 300;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] .DNA-module__tabs__arrows .DNA-slider-pagination > * {
    font-size: 1.4em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] .DNA-module__tabs__arrows .DNA-slider-pagination > *:first-child {
    font-weight: 500;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] .DNA-module__tabs__arrows .DNA-slider-arrows {
    display: flex;
    align-items: center;
    gap: 0.7em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] .DNA-module__tabs__arrows .DNA-slider-arrows__arrow {
    padding: 1em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs[data-slider-arrows="1"] .DNA-module__tabs__arrows .DNA-slider-arrows__arrow > * {
    font-size: 1.2em;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__list::-webkit-scrollbar {
    height: 2px;
  }
}
@media (max-width: 1024px) {
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__wrapper {
    top: 6em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__tabs__list {
    justify-content: flex-start;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__categories__description {
    max-width: 41.5em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__overview {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    bottom: 0;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__item {
    transform: translate(-50%, calc(-50% - 4em));
  }
  .DNA-module[data-id=Siteplan] .DNA-module__dot {
    width: 4em;
    height: 4em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__dot__inner {
    width: 2.4em;
    height: 2.4em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__dot__inner i {
    font-size: 1em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__dot[data-active="1"] {
    background-color: rgba(180, 144, 98, 0.28);
    color: #FFFFFF;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__dot[data-active="1"] .DNA-module__dot__inner {
    background-color: #B49062;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__dot[data-active="1"] .DNA-module__dot__inner span {
    display: none;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__dot[data-active="1"] .DNA-module__dot__inner i {
    display: block;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__line {
    height: 4em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__line:before {
    left: -3px;
    height: 8px;
    width: 8px;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__circle {
    display: none !important;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__box {
    display: none !important;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__wrap__mobile {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__mobile {
    display: block;
    pointer-events: all;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__mobile__item {
    background-color: #FFFFFF;
    color: #01090C;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0.5em;
    padding: 1em 0.8em 3em;
    margin-top: -1.5em;
    margin-bottom: 2.5em;
    z-index: 5;
    position: relative;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__mobile__item[data-active="0"] {
    display: none;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__image {
    position: relative;
    height: 20em;
    width: 100%;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__title {
    margin-top: 2.5em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__text {
    margin-top: 1.5em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__button {
    margin-top: 3em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__closer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #1C1C1C;
    position: absolute;
    top: 2em;
    right: 2em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__closer > * {
    font-size: 1.6em;
  }
  .DNA-module[data-id=Siteplan][data-text-overlay="1"] {
    padding-top: 5em;
  }
  .DNA-module[data-id=Siteplan][data-text-overlay="1"] .DNA-module__overview {
    bottom: 0;
  }
  .DNA-module[data-id=Siteplan][data-overview="1"] {
    padding-bottom: 13em;
  }
}
@media (max-width: 767px) {
  .DNA-module[data-id=Siteplan] .DNA-module__categories__description {
    margin-top: 3.5em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__line {
    height: 3em;
  }
  .DNA-module[data-id=Siteplan] .DNA-module__image {
    height: 16em;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] {
    position: relative;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__container {
    width: 100%;
    overflow-x: auto;
    position: unset;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__container::-webkit-scrollbar {
    height: 2px;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__container::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__wrap__list {
    width: 200vw;
    position: relative;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 200vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__arrows__item {
    color: #FFFFFF;
    pointer-events: all;
    cursor: pointer;
    padding: 2em;
    transition: opacity 0.5s;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__arrows__item > * {
    font-size: 2em;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__arrows__item.JS-hide {
    opacity: 0;
    pointer-events: none;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__arrows__left {
    position: sticky;
    left: 0;
  }
  .DNA-module[data-id=Siteplan][data-double-width="1"] .DNA-module__arrows__right {
    position: sticky;
    right: 0;
  }
}
