@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--swiper-theme-color: #007aff; }
:host {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
touch-action: pan-y;
}
.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
backface-visibility: hidden;
} .swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d {
perspective: 1200px;
.swiper-slide,
.swiper-cube-shadow {
transform-style: preserve-3d;
}
} .swiper-css-mode {
> .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; &::-webkit-scrollbar {
display: none;
}
}
> .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
&.swiper-horizontal {
> .swiper-wrapper {
scroll-snap-type: x mandatory;
}
> .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-slides-offset-before);
scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
> .swiper-wrapper > .swiper-slide:last-child {
margin-inline-end: var(--swiper-slides-offset-after);
}
}
&.swiper-vertical {
> .swiper-wrapper {
scroll-snap-type: y mandatory;
}
> .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-slides-offset-before);
scroll-margin-block-start: var(--swiper-slides-offset-before);
}
> .swiper-wrapper > .swiper-slide:last-child {
margin-block-end: var(--swiper-slides-offset-after);
}
}
&.swiper-free-mode {
> .swiper-wrapper {
scroll-snap-type: none;
}
> .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
}
&.swiper-centered {
> .swiper-wrapper::before {
content: '';
flex-shrink: 0;
order: 9999;
}
> .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
}
&.swiper-centered.swiper-horizontal {
> .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
> .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
}
&.swiper-centered.swiper-vertical {
> .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
> .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
}
}  .swiper-3d {
.swiper-slide-shadow,
.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom,
.swiper-slide-shadow,
.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
.swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}  :root {
--swiper-navigation-size: 44px; }
.swiper-button-prev,
.swiper-button-next {
position: absolute;
width: var(--swiper-navigation-size);
height: var(--swiper-navigation-size);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
&.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
&.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled & {
display: none !important;
}
::slotted(svg),
svg {
width: 100%;
height: 100%;
object-fit: contain;
transform-origin: center;
fill: currentColor;
pointer-events: none;
}
}
.swiper-button-lock {
display: none;
}
.swiper-button-prev,
.swiper-button-next {
top: var(--swiper-navigation-top-offset, 50%);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
left: var(--swiper-navigation-sides-offset, 4px);
right: auto;
::slotted(.swiper-navigation-icon),
.swiper-navigation-icon {
transform: rotate(180deg);
}
}
.swiper-button-next {
right: var(--swiper-navigation-sides-offset, 4px);
left: auto;
}
.swiper-horizontal {
.swiper-button-prev,
.swiper-button-next,
~ .swiper-button-prev,
~ .swiper-button-next {
top: var(--swiper-navigation-top-offset, 50%);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
margin-left: 0;
}
.swiper-button-prev,
& ~ .swiper-button-prev,
&.swiper-rtl .swiper-button-next,
&.swiper-rtl ~ .swiper-button-next {
left: var(--swiper-navigation-sides-offset, 4px);
right: auto;
}
.swiper-button-next,
& ~ .swiper-button-next,
&.swiper-rtl .swiper-button-prev,
&.swiper-rtl ~ .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 4px);
left: auto;
}
.swiper-button-prev,
& ~ .swiper-button-prev,
&.swiper-rtl .swiper-button-next,
&.swiper-rtl ~ .swiper-button-next {
::slotted(.swiper-navigation-icon),
.swiper-navigation-icon {
transform: rotate(180deg);
}
}
&.swiper-rtl .swiper-button-prev,
&.swiper-rtl ~ .swiper-button-prev {
::slotted(.swiper-navigation-icon),
.swiper-navigation-icon {
transform: rotate(0deg);
}
}
}
.swiper-vertical {
.swiper-button-prev,
.swiper-button-next,
~ .swiper-button-prev,
~ .swiper-button-next {
left: var(--swiper-navigation-top-offset, 50%);
right: auto;
margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
margin-top: 0;
}
.swiper-button-prev,
~ .swiper-button-prev {
top: var(--swiper-navigation-sides-offset, 4px);
bottom: auto;
::slotted(.swiper-navigation-icon),
.swiper-navigation-icon {
transform: rotate(-90deg);
}
}
.swiper-button-next,
~ .swiper-button-next {
bottom: var(--swiper-navigation-sides-offset, 4px);
top: auto;
::slotted(.swiper-navigation-icon),
.swiper-navigation-icon {
transform: rotate(90deg);
}
}
} :root { }
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
&.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > &,
&.swiper-pagination-disabled {
display: none !important;
}
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: var(--swiper-pagination-bottom, 8px);
top: var(--swiper-pagination-top, auto);
left: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
.swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
display: inline-block;
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
button& {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
appearance: none;
}
.swiper-pagination-clickable & {
cursor: pointer;
}
&:only-child {
display: none !important;
}
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
right: var(--swiper-pagination-right, 8px);
left: var(--swiper-pagination-left, auto);
top: 50%;
transform: translate3d(0px, -50%, 0);
.swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
&.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
.swiper-pagination-bullet {
display: inline-block;
transition:
200ms transform,
200ms top;
}
}
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
.swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
&.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
.swiper-pagination-bullet {
transition:
200ms transform,
200ms left;
}
}
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition:
200ms transform,
200ms right;
} .swiper-pagination-fraction {
color: var(--swiper-pagination-fraction-color, inherit);
} .swiper-pagination-progressbar {
background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
position: absolute;
.swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl & .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > &,
&.swiper-pagination-horizontal,
.swiper-vertical > &.swiper-pagination-progressbar-opposite,
&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
width: 100%;
height: var(--swiper-pagination-progressbar-size, 4px);
left: 0;
top: 0;
}
.swiper-vertical > &,
&.swiper-pagination-vertical,
.swiper-horizontal > &.swiper-pagination-progressbar-opposite,
&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
width: var(--swiper-pagination-progressbar-size, 4px);
height: 100%;
left: 0;
top: 0;
}
}
.swiper-pagination-lock {
display: none;
} :root { }
.swiper-scrollbar {
border-radius: var(--swiper-scrollbar-border-radius, 10px);
position: relative;
touch-action: none;
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
.swiper-scrollbar-disabled > &,
&.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > &,
&.swiper-scrollbar-horizontal {
position: absolute;
left: var(--swiper-scrollbar-sides-offset, 1%);
bottom: var(--swiper-scrollbar-bottom, 4px);
top: var(--swiper-scrollbar-top, auto);
z-index: 50;
height: var(--swiper-scrollbar-size, 4px);
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > &,
&.swiper-scrollbar-vertical {
position: absolute;
left: var(--swiper-scrollbar-left, auto);
right: var(--swiper-scrollbar-right, 4px);
top: var(--swiper-scrollbar-sides-offset, 1%);
z-index: 50;
width: var(--swiper-scrollbar-size, 4px);
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
border-radius: var(--swiper-scrollbar-border-radius, 10px);
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
} .swiper-fade {
&.swiper-free-mode {
.swiper-slide {
transition-timing-function: ease-out;
}
}
.swiper-slide {
pointer-events: none;
transition-property: opacity;
.swiper-slide {
pointer-events: none;
}
}
.swiper-slide-active {
pointer-events: auto;
& .swiper-slide-active {
pointer-events: auto;
}
}
}  .leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container img.leaflet-tile { mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//www.erkronhomes.com/wp-content/themes/erkron/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//www.erkronhomes.com/wp-content/themes/erkron/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//www.erkronhomes.com/wp-content/themes/erkron/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}

*,
*:before,
*:after {
box-sizing: border-box;
}
:where(html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video) {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none;
}
:where(footer,
header,
nav,
section,
main) {
display: block;
}
:where(body) {
line-height: 1;
}
:where(ol,
ul) {
list-style: none;
}
:where(blockquote,
q) {
quotes: none;
}
:where(blockquote:before,
blockquote:after,
q:before,
q:after) {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
} .entry-content,
.typo,
.wp-block-post-content {
--wp--preset--color--text-primary: var(--wp--preset--color--color-02);
--wp--preset--color--text-secondary: rgba(43, 43, 43, 0.85);
--wp--preset--color--text-tertiary: var(--wp--preset--color--color-03);
--wp--preset--color--accent: var(--wp--preset--color--color-01);
--wp--preset--color--accent-dark: #b5854a;
--wp--preset--color--accent-alt: var(--wp--preset--color--color-01);
--wp--preset--color--surface-alt: var(--wp--preset--color--color-04);
--wp--preset--color--background-alt: var(--wp--preset--color--color-04);
--wp--preset--color--surface: var(--wp--preset--color--color-03);
--wp--preset--font-family--primary: var(--wp--preset--font-family--main);
--wp--preset--font-family--heading: var(--wp--preset--font-family--heading);
}
.entry-content > h1:not(section *),
.entry-content > h2:not(section *),
.entry-content > h3:not(section *),
.entry-content > h4:not(section *),
.entry-content > h5:not(section *),
.entry-content > h6:not(section *),
.typo > h1:not(section *),
.typo > h2:not(section *),
.typo > h3:not(section *),
.typo > h4:not(section *),
.typo > h5:not(section *),
.typo > h6:not(section *),
.wp-block-post-content > h1:not(section *),
.wp-block-post-content > h2:not(section *),
.wp-block-post-content > h3:not(section *),
.wp-block-post-content > h4:not(section *),
.wp-block-post-content > h5:not(section *),
.wp-block-post-content > h6:not(section *) {
font-family: var(--wp--preset--font-family--heading);
color: var(--wp--preset--color--text-primary);
font-weight: 600;
line-height: 1.2;
margin-top: 1.5em;
margin-bottom: 0.6em;
letter-spacing: -0.02em;
}
.entry-content > h1:not(section *):first-child,
.entry-content > h2:not(section *):first-child,
.entry-content > h3:not(section *):first-child,
.entry-content > h4:not(section *):first-child,
.entry-content > h5:not(section *):first-child,
.entry-content > h6:not(section *):first-child,
.typo > h1:not(section *):first-child,
.typo > h2:not(section *):first-child,
.typo > h3:not(section *):first-child,
.typo > h4:not(section *):first-child,
.typo > h5:not(section *):first-child,
.typo > h6:not(section *):first-child,
.wp-block-post-content > h1:not(section *):first-child,
.wp-block-post-content > h2:not(section *):first-child,
.wp-block-post-content > h3:not(section *):first-child,
.wp-block-post-content > h4:not(section *):first-child,
.wp-block-post-content > h5:not(section *):first-child,
.wp-block-post-content > h6:not(section *):first-child {
margin-top: 0;
}
.entry-content > h1:not(section *),
.typo > h1:not(section *),
.wp-block-post-content > h1:not(section *) {
font-size: var(--wp--preset--font-size--xxl);
}
.entry-content > h2:not(section *),
.typo > h2:not(section *),
.wp-block-post-content > h2:not(section *) {
font-size: var(--wp--preset--font-size--xl);
}
.entry-content > h3:not(section *),
.typo > h3:not(section *),
.wp-block-post-content > h3:not(section *) {
font-size: var(--wp--preset--font-size--lg);
}
.entry-content > h4:not(section *),
.typo > h4:not(section *),
.wp-block-post-content > h4:not(section *) {
font-size: var(--wp--preset--font-size--ml);
}
.entry-content > h5:not(section *),
.typo > h5:not(section *),
.wp-block-post-content > h5:not(section *) {
font-size: var(--wp--preset--font-size--md);
text-transform: uppercase;
letter-spacing: 0.05em;
}
.entry-content > h6:not(section *),
.typo > h6:not(section *),
.wp-block-post-content > h6:not(section *) {
font-size: var(--wp--preset--font-size--sm);
color: var(--wp--preset--color--text-tertiary);
text-transform: uppercase;
letter-spacing: 0.1em;
}
.entry-content > p:not(section *),
.typo > p:not(section *),
.wp-block-post-content > p:not(section *) {
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--sm);
line-height: 1.65;
color: var(--wp--preset--color--text-secondary);
margin-bottom: var(--wp--preset--spacing--sm);
}
.entry-content > p:not(section *):last-child,
.typo > p:not(section *):last-child,
.wp-block-post-content > p:not(section *):last-child {
margin-bottom: 0;
}
.entry-content > img:not(section *),
.entry-content > figure:not(section *),
.typo > img:not(section *),
.typo > figure:not(section *),
.wp-block-post-content > img:not(section *),
.wp-block-post-content > figure:not(section *) {
max-width: 100%;
height: auto;
margin-bottom: var(--wp--preset--spacing--md);
border-radius: 4px;
}
.entry-content > img:not(section *) figcaption,
.entry-content > figure:not(section *) figcaption,
.typo > img:not(section *) figcaption,
.typo > figure:not(section *) figcaption,
.wp-block-post-content > img:not(section *) figcaption,
.wp-block-post-content > figure:not(section *) figcaption {
font-size: var(--wp--preset--font-size--xxs);
color: var(--wp--preset--color--text-tertiary);
margin-top: 0.5em;
text-align: center;
font-style: italic;
}
.entry-content > ul:not(section *),
.entry-content > ol:not(section *),
.typo > ul:not(section *),
.typo > ol:not(section *),
.wp-block-post-content > ul:not(section *),
.wp-block-post-content > ol:not(section *) {
margin-bottom: var(--wp--preset--spacing--md);
}
.entry-content > ul:not(section *) > li,
.entry-content > ol:not(section *) > li,
.typo > ul:not(section *) > li,
.typo > ol:not(section *) > li,
.wp-block-post-content > ul:not(section *) > li,
.wp-block-post-content > ol:not(section *) > li {
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--sm);
line-height: 1.6;
color: var(--wp--preset--color--text-secondary);
margin-bottom: var(--wp--preset--spacing--xs);
position: relative;
}
.entry-content > ul:not(section *) > li:last-child,
.entry-content > ol:not(section *) > li:last-child,
.typo > ul:not(section *) > li:last-child,
.typo > ol:not(section *) > li:last-child,
.wp-block-post-content > ul:not(section *) > li:last-child,
.wp-block-post-content > ol:not(section *) > li:last-child {
margin-bottom: 0;
}
.entry-content > ul:not(section *) > li > ul,
.entry-content > ul:not(section *) > li > ol,
.entry-content > ol:not(section *) > li > ul,
.entry-content > ol:not(section *) > li > ol,
.typo > ul:not(section *) > li > ul,
.typo > ul:not(section *) > li > ol,
.typo > ol:not(section *) > li > ul,
.typo > ol:not(section *) > li > ol,
.wp-block-post-content > ul:not(section *) > li > ul,
.wp-block-post-content > ul:not(section *) > li > ol,
.wp-block-post-content > ol:not(section *) > li > ul,
.wp-block-post-content > ol:not(section *) > li > ol {
margin-top: var(--wp--preset--spacing--xs);
margin-bottom: var(--wp--preset--spacing--xs);
padding-left: var(--wp--preset--spacing--sm);
}
.entry-content > ul:not(section *),
.typo > ul:not(section *),
.wp-block-post-content > ul:not(section *) {
list-style-type: none;
}
.entry-content > ul:not(section *) > li,
.typo > ul:not(section *) > li,
.wp-block-post-content > ul:not(section *) > li {
padding-left: 1.5em;
}
.entry-content > ul:not(section *) > li::before,
.typo > ul:not(section *) > li::before,
.wp-block-post-content > ul:not(section *) > li::before {
content: "•";
color: var(--wp--preset--color--accent);
font-weight: bold;
position: absolute;
left: 0.2em;
top: 0;
font-size: 1.2em;
line-height: 1.2;
}
.entry-content > ul:not(section *) > li > ul > li::before,
.typo > ul:not(section *) > li > ul > li::before,
.wp-block-post-content > ul:not(section *) > li > ul > li::before {
content: "◦";
font-size: 1.1em;
}
.entry-content > ol:not(section *),
.typo > ol:not(section *),
.wp-block-post-content > ol:not(section *) {
list-style-type: none;
counter-reset: ol-counter;
}
.entry-content > ol:not(section *) > li,
.typo > ol:not(section *) > li,
.wp-block-post-content > ol:not(section *) > li {
padding-left: 1.8em;
counter-increment: ol-counter;
}
.entry-content > ol:not(section *) > li::before,
.typo > ol:not(section *) > li::before,
.wp-block-post-content > ol:not(section *) > li::before {
content: counter(ol-counter) ".";
color: var(--wp--preset--color--accent);
font-weight: 600;
position: absolute;
left: 0;
width: 1.2em;
text-align: right;
}
.entry-content > table:not(section *),
.typo > table:not(section *),
.wp-block-post-content > table:not(section *) {
width: 100%;
margin-bottom: var(--wp--preset--spacing--md);
border-collapse: collapse;
border-spacing: 0;
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--xs);
color: var(--wp--preset--color--text-secondary);
}
.entry-content > table:not(section *) > thead > tr > th,
.entry-content > table:not(section *) > tbody > tr > td,
.entry-content > table:not(section *) > tr > th,
.entry-content > table:not(section *) > tr > td,
.typo > table:not(section *) > thead > tr > th,
.typo > table:not(section *) > tbody > tr > td,
.typo > table:not(section *) > tr > th,
.typo > table:not(section *) > tr > td,
.wp-block-post-content > table:not(section *) > thead > tr > th,
.wp-block-post-content > table:not(section *) > tbody > tr > td,
.wp-block-post-content > table:not(section *) > tr > th,
.wp-block-post-content > table:not(section *) > tr > td {
padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--sm);
text-align: left;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.entry-content > table:not(section *) > thead > tr > th,
.entry-content > table:not(section *) > tr > th,
.typo > table:not(section *) > thead > tr > th,
.typo > table:not(section *) > tr > th,
.wp-block-post-content > table:not(section *) > thead > tr > th,
.wp-block-post-content > table:not(section *) > tr > th {
font-family: var(--wp--preset--font-family--heading);
color: var(--wp--preset--color--text-primary);
font-weight: 600;
background-color: var(--wp--preset--color--surface-alt);
border-bottom: 2px solid var(--wp--preset--color--accent);
}
.entry-content > table:not(section *) > thead tr:first-child th:first-child,
.typo > table:not(section *) > thead tr:first-child th:first-child,
.wp-block-post-content > table:not(section *) > thead tr:first-child th:first-child {
border-top-left-radius: 4px;
}
.entry-content > table:not(section *) > thead tr:first-child th:last-child,
.typo > table:not(section *) > thead tr:first-child th:last-child,
.wp-block-post-content > table:not(section *) > thead tr:first-child th:last-child {
border-top-right-radius: 4px;
}
.entry-content > table:not(section *) > tbody tr,
.typo > table:not(section *) > tbody tr,
.wp-block-post-content > table:not(section *) > tbody tr {
transition: background-color 0.2s ease;
}
.entry-content > table:not(section *) > tbody tr:nth-child(even),
.typo > table:not(section *) > tbody tr:nth-child(even),
.wp-block-post-content > table:not(section *) > tbody tr:nth-child(even) {
background-color: rgba(0, 0, 0, 0.02);
}
.entry-content > table:not(section *) > tbody tr:hover,
.typo > table:not(section *) > tbody tr:hover,
.wp-block-post-content > table:not(section *) > tbody tr:hover {
background-color: rgba(224, 217, 198, 0.05);
}
.entry-content > table:not(section *) > tfoot,
.typo > table:not(section *) > tfoot,
.wp-block-post-content > table:not(section *) > tfoot {
font-weight: 600;
background-color: var(--wp--preset--color--surface-alt);
border-top: 2px solid var(--wp--preset--color--surface);
color: var(--wp--preset--color--text-primary);
}
.entry-content > table:not(section *) > tfoot > tr > td,
.typo > table:not(section *) > tfoot > tr > td,
.wp-block-post-content > table:not(section *) > tfoot > tr > td {
border-bottom: none;
}
.entry-content > blockquote:not(section *),
.typo > blockquote:not(section *),
.wp-block-post-content > blockquote:not(section *) {
margin-bottom: var(--wp--preset--spacing--md);
padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
background-color: var(--wp--preset--color--surface-alt);
border-left: 4px solid var(--wp--preset--color--accent);
border-radius: 0 4px 4px 0;
}
.entry-content > blockquote:not(section *) > p,
.typo > blockquote:not(section *) > p,
.wp-block-post-content > blockquote:not(section *) > p {
font-family: var(--wp--preset--font-family--serif);
font-size: var(--wp--preset--font-size--md);
font-style: italic;
line-height: 1.5;
color: var(--wp--preset--color--text-primary);
margin-bottom: var(--wp--preset--spacing--xs);
}
.entry-content > blockquote:not(section *) > p:last-child,
.typo > blockquote:not(section *) > p:last-child,
.wp-block-post-content > blockquote:not(section *) > p:last-child {
margin-bottom: 0;
}
.entry-content > blockquote:not(section *) > footer,
.typo > blockquote:not(section *) > footer,
.wp-block-post-content > blockquote:not(section *) > footer {
font-size: var(--wp--preset--font-size--xxs);
color: var(--wp--preset--color--text-tertiary);
font-family: var(--wp--preset--font-family--primary);
text-transform: uppercase;
letter-spacing: 0.05em;
margin-top: 0.5em;
}
.entry-content > blockquote:not(section *) > footer > cite,
.typo > blockquote:not(section *) > footer > cite,
.wp-block-post-content > blockquote:not(section *) > footer > cite {
font-style: italic;
text-transform: none;
letter-spacing: normal;
}
.entry-content > blockquote:not(section *) > footer > cite::before,
.typo > blockquote:not(section *) > footer > cite::before,
.wp-block-post-content > blockquote:not(section *) > footer > cite::before {
content: "— ";
}
.entry-content > pre:not(section *),
.typo > pre:not(section *),
.wp-block-post-content > pre:not(section *) {
font-family: var(--wp--preset--font-family--monospace);
font-size: var(--wp--preset--font-size--xs);
line-height: 1.5;
background-color: var(--wp--preset--color--text-primary);
color: var(--wp--preset--color--accent);
padding: var(--wp--preset--spacing--sm);
border-radius: 4px;
overflow-x: auto;
margin-bottom: var(--wp--preset--spacing--md);
border: 1px solid rgba(0, 0, 0, 0.15);
}
.entry-content > hr:not(section *),
.typo > hr:not(section *),
.wp-block-post-content > hr:not(section *) {
margin: var(--wp--preset--spacing--lg) 0;
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(224, 217, 198, 0), var(--wp--preset--color--accent), rgba(224, 217, 198, 0));
opacity: 0.6;
}
.entry-content > dl:not(section *),
.typo > dl:not(section *),
.wp-block-post-content > dl:not(section *) {
margin-bottom: var(--wp--preset--spacing--md);
}
.entry-content > dl:not(section *) > dt,
.typo > dl:not(section *) > dt,
.wp-block-post-content > dl:not(section *) > dt {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--sm);
font-weight: 600;
color: var(--wp--preset--color--text-primary);
margin-top: var(--wp--preset--spacing--xs);
margin-bottom: 0.25em;
}
.entry-content > dl:not(section *) > dd,
.typo > dl:not(section *) > dd,
.wp-block-post-content > dl:not(section *) > dd {
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--sm);
color: var(--wp--preset--color--text-secondary);
margin-left: var(--wp--preset--spacing--sm);
margin-bottom: var(--wp--preset--spacing--xs);
line-height: 1.6;
}
.entry-content > dl:not(section *) > dd:last-child,
.typo > dl:not(section *) > dd:last-child,
.wp-block-post-content > dl:not(section *) > dd:last-child {
margin-bottom: 0;
}
.entry-content > form:not(section *),
.typo > form:not(section *),
.wp-block-post-content > form:not(section *) {
margin-bottom: var(--wp--preset--spacing--md);
}
.entry-content > form:not(section *) > fieldset,
.typo > form:not(section *) > fieldset,
.wp-block-post-content > form:not(section *) > fieldset {
border: 1px solid var(--wp--preset--color--surface);
border-radius: 4px;
padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
margin-bottom: var(--wp--preset--spacing--sm);
background-color: rgba(224, 217, 198, 0.05);
}
.entry-content > form:not(section *) > fieldset > legend,
.typo > form:not(section *) > fieldset > legend,
.wp-block-post-content > form:not(section *) > fieldset > legend {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--sm);
font-weight: 600;
color: var(--wp--preset--color--text-primary);
padding: 0 0.5em;
}
.entry-content > form:not(section *) > fieldset > div,
.typo > form:not(section *) > fieldset > div,
.wp-block-post-content > form:not(section *) > fieldset > div {
margin-bottom: var(--wp--preset--spacing--xs);
display: flex;
flex-direction: column;
}
.entry-content > form:not(section *) > fieldset > div:last-child,
.typo > form:not(section *) > fieldset > div:last-child,
.wp-block-post-content > form:not(section *) > fieldset > div:last-child {
margin-bottom: 0;
}
.entry-content > form:not(section *) > fieldset > div > label,
.typo > form:not(section *) > fieldset > div > label,
.wp-block-post-content > form:not(section *) > fieldset > div > label {
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--xxs);
font-weight: 500;
color: var(--wp--preset--color--text-secondary);
margin-bottom: 0.4em;
display: inline-flex;
align-items: center;
gap: 0.5em;
}
.entry-content > form:not(section *) input[type=text]:not(section *),
.entry-content > form:not(section *) input[type=email]:not(section *),
.entry-content > form:not(section *) input[type=password]:not(section *),
.entry-content > form:not(section *) input[type=url]:not(section *),
.entry-content > form:not(section *) input[type=number]:not(section *),
.entry-content > form:not(section *) input[type=tel]:not(section *),
.entry-content > form:not(section *) input[type=search]:not(section *),
.entry-content > form:not(section *) input[type=time]:not(section *),
.entry-content > form:not(section *) input[type=date]:not(section *),
.entry-content > form:not(section *) input[type=datetime-local]:not(section *),
.entry-content > form:not(section *) input[type=week]:not(section *),
.entry-content > form:not(section *) input[type=month]:not(section *),
.entry-content > form:not(section *) input[type=file]:not(section *),
.entry-content > form:not(section *) select:not(section *),
.entry-content > form:not(section *) textarea:not(section *),
.typo > form:not(section *) input[type=text]:not(section *),
.typo > form:not(section *) input[type=email]:not(section *),
.typo > form:not(section *) input[type=password]:not(section *),
.typo > form:not(section *) input[type=url]:not(section *),
.typo > form:not(section *) input[type=number]:not(section *),
.typo > form:not(section *) input[type=tel]:not(section *),
.typo > form:not(section *) input[type=search]:not(section *),
.typo > form:not(section *) input[type=time]:not(section *),
.typo > form:not(section *) input[type=date]:not(section *),
.typo > form:not(section *) input[type=datetime-local]:not(section *),
.typo > form:not(section *) input[type=week]:not(section *),
.typo > form:not(section *) input[type=month]:not(section *),
.typo > form:not(section *) input[type=file]:not(section *),
.typo > form:not(section *) select:not(section *),
.typo > form:not(section *) textarea:not(section *),
.wp-block-post-content > form:not(section *) input[type=text]:not(section *),
.wp-block-post-content > form:not(section *) input[type=email]:not(section *),
.wp-block-post-content > form:not(section *) input[type=password]:not(section *),
.wp-block-post-content > form:not(section *) input[type=url]:not(section *),
.wp-block-post-content > form:not(section *) input[type=number]:not(section *),
.wp-block-post-content > form:not(section *) input[type=tel]:not(section *),
.wp-block-post-content > form:not(section *) input[type=search]:not(section *),
.wp-block-post-content > form:not(section *) input[type=time]:not(section *),
.wp-block-post-content > form:not(section *) input[type=date]:not(section *),
.wp-block-post-content > form:not(section *) input[type=datetime-local]:not(section *),
.wp-block-post-content > form:not(section *) input[type=week]:not(section *),
.wp-block-post-content > form:not(section *) input[type=month]:not(section *),
.wp-block-post-content > form:not(section *) input[type=file]:not(section *),
.wp-block-post-content > form:not(section *) select:not(section *),
.wp-block-post-content > form:not(section *) textarea:not(section *) {
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--sm);
padding: 10px 14px;
color: var(--wp--preset--color--text-primary);
background-color: var(--wp--preset--color--background-alt);
border: 1px solid var(--wp--preset--color--surface);
border-radius: 4px;
outline: none;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
width: 100%;
max-width: 100%;
}
.entry-content > form:not(section *) input[type=text]:not(section *):focus,
.entry-content > form:not(section *) input[type=email]:not(section *):focus,
.entry-content > form:not(section *) input[type=password]:not(section *):focus,
.entry-content > form:not(section *) input[type=url]:not(section *):focus,
.entry-content > form:not(section *) input[type=number]:not(section *):focus,
.entry-content > form:not(section *) input[type=tel]:not(section *):focus,
.entry-content > form:not(section *) input[type=search]:not(section *):focus,
.entry-content > form:not(section *) input[type=time]:not(section *):focus,
.entry-content > form:not(section *) input[type=date]:not(section *):focus,
.entry-content > form:not(section *) input[type=datetime-local]:not(section *):focus,
.entry-content > form:not(section *) input[type=week]:not(section *):focus,
.entry-content > form:not(section *) input[type=month]:not(section *):focus,
.entry-content > form:not(section *) input[type=file]:not(section *):focus,
.entry-content > form:not(section *) select:not(section *):focus,
.entry-content > form:not(section *) textarea:not(section *):focus,
.typo > form:not(section *) input[type=text]:not(section *):focus,
.typo > form:not(section *) input[type=email]:not(section *):focus,
.typo > form:not(section *) input[type=password]:not(section *):focus,
.typo > form:not(section *) input[type=url]:not(section *):focus,
.typo > form:not(section *) input[type=number]:not(section *):focus,
.typo > form:not(section *) input[type=tel]:not(section *):focus,
.typo > form:not(section *) input[type=search]:not(section *):focus,
.typo > form:not(section *) input[type=time]:not(section *):focus,
.typo > form:not(section *) input[type=date]:not(section *):focus,
.typo > form:not(section *) input[type=datetime-local]:not(section *):focus,
.typo > form:not(section *) input[type=week]:not(section *):focus,
.typo > form:not(section *) input[type=month]:not(section *):focus,
.typo > form:not(section *) input[type=file]:not(section *):focus,
.typo > form:not(section *) select:not(section *):focus,
.typo > form:not(section *) textarea:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=text]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=email]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=password]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=url]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=number]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=tel]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=search]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=time]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=date]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=datetime-local]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=week]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=month]:not(section *):focus,
.wp-block-post-content > form:not(section *) input[type=file]:not(section *):focus,
.wp-block-post-content > form:not(section *) select:not(section *):focus,
.wp-block-post-content > form:not(section *) textarea:not(section *):focus {
border-color: var(--wp--preset--color--accent);
box-shadow: 0 0 0 3px rgba(224, 217, 198, 0.15);
}
.entry-content > form:not(section *) select:not(section *),
.typo > form:not(section *) select:not(section *),
.wp-block-post-content > form:not(section *) select:not(section *) {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%236b6b6b%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
background-size: 16px;
padding-right: 40px;
}
.entry-content > form:not(section *) textarea:not(section *),
.typo > form:not(section *) textarea:not(section *),
.wp-block-post-content > form:not(section *) textarea:not(section *) {
min-height: 120px;
resize: vertical;
}
.entry-content > form:not(section *) input[type=color]:not(section *),
.typo > form:not(section *) input[type=color]:not(section *),
.wp-block-post-content > form:not(section *) input[type=color]:not(section *) {
border: 1px solid var(--wp--preset--color--surface);
border-radius: 4px;
width: 60px;
height: 40px;
padding: 2px;
cursor: pointer;
}
.entry-content > form:not(section *) input[type=checkbox]:not(section *),
.entry-content > form:not(section *) input[type=radio]:not(section *),
.typo > form:not(section *) input[type=checkbox]:not(section *),
.typo > form:not(section *) input[type=radio]:not(section *),
.wp-block-post-content > form:not(section *) input[type=checkbox]:not(section *),
.wp-block-post-content > form:not(section *) input[type=radio]:not(section *) {
width: 18px;
height: 18px;
border: 1px solid var(--wp--preset--color--surface);
border-radius: 2px;
outline: none;
background-color: var(--wp--preset--color--background-alt);
cursor: pointer;
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 0.5em;
transition: background-color 0.2s, border-color 0.2s;
}
.entry-content > form:not(section *) input[type=checkbox]:not(section *):checked,
.entry-content > form:not(section *) input[type=radio]:not(section *):checked,
.typo > form:not(section *) input[type=checkbox]:not(section *):checked,
.typo > form:not(section *) input[type=radio]:not(section *):checked,
.wp-block-post-content > form:not(section *) input[type=checkbox]:not(section *):checked,
.wp-block-post-content > form:not(section *) input[type=radio]:not(section *):checked {
background-color: var(--wp--preset--color--accent);
border-color: var(--wp--preset--color--accent);
}
.entry-content > form:not(section *) input[type=checkbox]:not(section *):checked::after,
.entry-content > form:not(section *) input[type=radio]:not(section *):checked::after,
.typo > form:not(section *) input[type=checkbox]:not(section *):checked::after,
.typo > form:not(section *) input[type=radio]:not(section *):checked::after,
.wp-block-post-content > form:not(section *) input[type=checkbox]:not(section *):checked::after,
.wp-block-post-content > form:not(section *) input[type=radio]:not(section *):checked::after {
content: "";
position: absolute;
left: 5px;
top: 2px;
width: 6px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.entry-content > form:not(section *) input[type=radio]:not(section *),
.typo > form:not(section *) input[type=radio]:not(section *),
.wp-block-post-content > form:not(section *) input[type=radio]:not(section *) {
border-radius: 50%;
}
.entry-content > form:not(section *) input[type=radio]:not(section *):checked::after,
.typo > form:not(section *) input[type=radio]:not(section *):checked::after,
.wp-block-post-content > form:not(section *) input[type=radio]:not(section *):checked::after {
content: "";
position: absolute;
left: 5px;
top: 5px;
width: 6px;
height: 6px;
border-radius: 50%;
background: white;
border: none;
transform: none;
}
.entry-content > form:not(section *) div:has(input[type=checkbox]):not(section *),
.entry-content > form:not(section *) div:has(input[type=radio]):not(section *),
.typo > form:not(section *) div:has(input[type=checkbox]):not(section *),
.typo > form:not(section *) div:has(input[type=radio]):not(section *),
.wp-block-post-content > form:not(section *) div:has(input[type=checkbox]):not(section *),
.wp-block-post-content > form:not(section *) div:has(input[type=radio]):not(section *) {
flex-direction: row;
align-items: center;
}
.entry-content > form:not(section *) div:has(input[type=checkbox]):not(section *) > label,
.entry-content > form:not(section *) div:has(input[type=radio]):not(section *) > label,
.typo > form:not(section *) div:has(input[type=checkbox]):not(section *) > label,
.typo > form:not(section *) div:has(input[type=radio]):not(section *) > label,
.wp-block-post-content > form:not(section *) div:has(input[type=checkbox]):not(section *) > label,
.wp-block-post-content > form:not(section *) div:has(input[type=radio]):not(section *) > label {
margin-bottom: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.entry-content > form:not(section *) input[type=button]:not(section *),
.entry-content > form:not(section *) input[type=reset]:not(section *),
.entry-content > form:not(section *) input[type=submit]:not(section *),
.entry-content > form:not(section *) button:not(section *),
.typo > form:not(section *) input[type=button]:not(section *),
.typo > form:not(section *) input[type=reset]:not(section *),
.typo > form:not(section *) input[type=submit]:not(section *),
.typo > form:not(section *) button:not(section *),
.wp-block-post-content > form:not(section *) input[type=button]:not(section *),
.wp-block-post-content > form:not(section *) input[type=reset]:not(section *),
.wp-block-post-content > form:not(section *) input[type=submit]:not(section *),
.wp-block-post-content > form:not(section *) button:not(section *) {
background-color: var(--wp--preset--color--accent);
color: var(--wp--preset--color--color-02);
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 24px;
border: none;
border-radius: 999px;
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--xxs);
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
width: auto;
align-self: flex-start;
}
.entry-content > form:not(section *) input[type=button]:not(section *):hover,
.entry-content > form:not(section *) input[type=reset]:not(section *):hover,
.entry-content > form:not(section *) input[type=submit]:not(section *):hover,
.entry-content > form:not(section *) button:not(section *):hover,
.typo > form:not(section *) input[type=button]:not(section *):hover,
.typo > form:not(section *) input[type=reset]:not(section *):hover,
.typo > form:not(section *) input[type=submit]:not(section *):hover,
.typo > form:not(section *) button:not(section *):hover,
.wp-block-post-content > form:not(section *) input[type=button]:not(section *):hover,
.wp-block-post-content > form:not(section *) input[type=reset]:not(section *):hover,
.wp-block-post-content > form:not(section *) input[type=submit]:not(section *):hover,
.wp-block-post-content > form:not(section *) button:not(section *):hover {
background-color: var(--wp--preset--color--color-02);
color: #fff;
}
.entry-content q:not(section *),
.typo q:not(section *),
.wp-block-post-content q:not(section *) {
font-family: var(--wp--preset--font-family--serif);
font-style: italic;
color: var(--wp--preset--color--text-primary);
}
.entry-content q:not(section *)::before,
.typo q:not(section *)::before,
.wp-block-post-content q:not(section *)::before {
content: "“";
}
.entry-content q:not(section *)::after,
.typo q:not(section *)::after,
.wp-block-post-content q:not(section *)::after {
content: "”";
}
.entry-content ins:not(section *),
.typo ins:not(section *),
.wp-block-post-content ins:not(section *) {
text-decoration: underline;
text-decoration-color: var(--wp--preset--color--accent);
background-color: rgba(224, 217, 198, 0.08);
}
.entry-content del:not(section *),
.typo del:not(section *),
.wp-block-post-content del:not(section *) {
text-decoration: line-through;
color: var(--wp--preset--color--text-tertiary);
}
.entry-content mark:not(section *),
.typo mark:not(section *),
.wp-block-post-content mark:not(section *) {
background-color: var(--wp--preset--color--accent-alt);
color: var(--wp--preset--color--text-primary);
padding: 0.1em 0.3em;
border-radius: 2px;
}
.entry-content code:not(section *),
.entry-content x-code:not(section *),
.typo code:not(section *),
.typo x-code:not(section *),
.wp-block-post-content code:not(section *),
.wp-block-post-content x-code:not(section *) {
font-family: var(--wp--preset--font-family--monospace);
font-size: 0.9em;
background-color: var(--wp--preset--color--surface-alt);
color: var(--wp--preset--color--accent-dark);
padding: 0.2em 0.4em;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.05);
}
.entry-content kbd:not(section *),
.typo kbd:not(section *),
.wp-block-post-content kbd:not(section *) {
font-family: var(--wp--preset--font-family--monospace);
font-size: 0.85em;
background-color: #ffffff;
color: var(--wp--preset--color--text-primary);
border: 1px solid var(--wp--preset--color--surface);
border-bottom: 2px solid rgba(0, 0, 0, 0.25);
border-radius: 3px;
padding: 0.1em 0.4em;
margin: 0 0.1em;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.entry-content samp:not(section *),
.typo samp:not(section *),
.wp-block-post-content samp:not(section *) {
font-family: var(--wp--preset--font-family--monospace);
font-size: 0.9em;
color: var(--wp--preset--color--text-primary);
background-color: var(--wp--preset--color--surface-alt);
padding: 0.1em 0.3em;
border-radius: 2px;
}
.entry-content abbr:not(section *),
.typo abbr:not(section *),
.wp-block-post-content abbr:not(section *) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
}
.entry-content var:not(section *),
.typo var:not(section *),
.wp-block-post-content var:not(section *) {
font-family: var(--wp--preset--font-family--monospace);
font-style: italic;
color: var(--wp--preset--color--accent-dark);
}
.entry-content dfn:not(section *),
.typo dfn:not(section *),
.wp-block-post-content dfn:not(section *) {
font-style: italic;
font-weight: 600;
color: var(--wp--preset--color--text-primary);
}
.entry-content sub:not(section *),
.entry-content sup:not(section *),
.typo sub:not(section *),
.typo sup:not(section *),
.wp-block-post-content sub:not(section *),
.wp-block-post-content sup:not(section *) {
font-size: 0.75em;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.entry-content sub:not(section *),
.typo sub:not(section *),
.wp-block-post-content sub:not(section *) {
bottom: -0.25em;
}
.entry-content sup:not(section *),
.typo sup:not(section *),
.wp-block-post-content sup:not(section *) {
top: -0.5em;
}
.entry-content strong:not(section *),
.typo strong:not(section *),
.wp-block-post-content strong:not(section *) {
font-weight: 700;
color: var(--wp--preset--color--text-primary);
}
.entry-content em:not(section *),
.typo em:not(section *),
.wp-block-post-content em:not(section *) {
font-style: italic;
}
.entry-content small:not(section *),
.typo small:not(section *),
.wp-block-post-content small:not(section *) {
font-size: 0.85em;
color: var(--wp--preset--color--text-tertiary);
}
.entry-content a:not(section *),
.typo a:not(section *),
.wp-block-post-content a:not(section *) {
color: var(--wp--preset--color--accent-dark);
text-decoration: none;
border-bottom: 1px solid transparent;
transition: color 0.2s ease, border-color 0.2s ease;
}
.entry-content a:not(section *):hover,
.typo a:not(section *):hover,
.wp-block-post-content a:not(section *):hover {
color: var(--wp--preset--color--text-primary);
border-bottom-color: var(--wp--preset--color--text-primary);
}
a {
text-decoration: none;
transition: all 0.2s ease-in;
}
html {
scrollbar-gutter: stable;
overflow-x: hidden;
}
body {
background: linear-gradient(180deg, rgb(246, 247, 246) 0%, rgb(255, 255, 255) 100%);
}
.entry-content, .container,
.wp-block-post-content {
max-width: var(--wp--style--global--content-size);
margin-inline: auto;
padding-inline: var(--wp--preset--spacing--md);
}
.entry-content > section, .container > section,
.wp-block-post-content > section {
width: min(var(--wp--style--global--content-size), 100vw);
max-width: min(var(--wp--style--global--content-size), 100vw);
margin-inline: calc((min(var(--wp--style--global--content-size), 100vw) - 100%) / -2);
}
.entry-content .alignwide, .container .alignwide,
.wp-block-post-content .alignwide {
width: min(var(--wp--style--global--wide-size), 100vw);
max-width: min(var(--wp--style--global--wide-size), 100vw);
margin-inline: calc((min(var(--wp--style--global--wide-size), 100vw) - 100%) / -2);
}
.entry-content .alignfull, .container .alignfull,
.wp-block-post-content .alignfull {
width: 100vw;
max-width: 100vw;
margin-inline: calc(-50vw + 50%);
}
@media screen and (max-width: 767px) {
.entry-content, .container,
.wp-block-post-content {
overflow: hidden;
}
}
.flex {
display: flex;
flex-wrap: wrap;
}
.right-container {
margin-left: calc((100% - var(--wp--style--global--content-size)) / 2);
margin-right: auto;
}
@media screen and (max-width: 1199px) {
.right-container {
margin: auto;
}
}
.gap-top {
margin-top: var(--wp--preset--spacing--xxl);
}
.gap-bottom {
margin-bottom: var(--wp--preset--spacing--xxl);
}
section {
margin-top: var(--wp--preset--spacing--xxl);
margin-bottom: var(--wp--preset--spacing--xxl);
}
.has-bg-color,
.has-bg-image {
padding-top: var(--wp--preset--spacing--xl);
padding-bottom: var(--wp--preset--spacing--xl);
margin-top: 0;
margin-bottom: 0;
}
.heading-wrapper {
--color1: var(--wp--preset--color--color-2);
--color2: var(--wp--preset--color--color-1);
}
.heading-wrapper .heading-icon {
width: 45px;
height: 45px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: var(--wp--preset--spacing--md);
}
@media screen and (max-width: 767px) {
.heading-wrapper .heading-icon {
display: none;
}
}
[class*=__nl-heading] {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--xxl);
font-weight: 400;
white-space: pre-line;
}
[class*=__nl-heading] em,
[class*=__nl-heading] span {
font-style: italic;
font-weight: 300;
}
[class*=__nl-heading] strong {
font-weight: 600;
}
@media screen and (max-width: 767px) {
[class*=__nl-heading] {
white-space: normal;
line-height: 1.1;
}
}
[class*=__nl-des] {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--ml);
line-height: 1.3;
font-weight: 400;
white-space: pre-line;
}
[class*=__nl-des] strong {
font-weight: bold;
}
[class*=__nl-des] em {
font-style: italic;
}
@media screen and (max-width: 767px) {
[class*=__nl-des] {
white-space: normal;
}
}
[class*=__nl-btn] {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--sm);
font-weight: 400;
border: 1px #fff solid;
border-radius: 100px;
padding: 15px 30px;
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1.3;
}
[class*=__nl-btn]:hover {
background-color: var(--wp--preset--color--color-02);
}
[class*=__nl-link] {
font-size: var(--wp--preset--font-size--xs);
}
[class*=__nl-link]:after {
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xml:space=%27preserve%27 style=%27fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2%27 viewBox=%270 0 71 58%27%3E%3Cpath d=%27M70.877 28.58c-.001.29-.114.568-.317.775l-27.221 27.5a1.08 1.08 0 0 1-1.538 0 1.11 1.11 0 0 1 0-1.55l25.375-25.621H1.097a1.104 1.104 0 0 1-1.098-1.098c0-.602.496-1.098 1.098-1.098h66.067L41.801 1.871a1.11 1.11 0 0 1 0-1.55 1.08 1.08 0 0 1 1.538 0l27.146 27.425c.246.207.389.512.392.833Z%27 style=%27fill:%23b5854a;fill-rule:nonzero%27/%3E%3C/svg%3E");
display: inline-block;
width: 16px;
background-size: 100%;
aspect-ratio: 184/150;
margin-left: 8px;
}
body {
background-color: #fff;
}
section {
padding-inline: 20px;
}
.editor-post-title {
font-size: var(--wp--preset--font-size--xl);
margin-bottom: var(--wp--preset--spacing--md);
}
.reveal-on-scroll {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
will-change: opacity, transform;
}
.reveal-on-scroll.is-visible {
opacity: 1;
transform: translateY(0);
}
.reveal-delay-1 {
transition-delay: 0.15s;
}
.reveal-delay-2 {
transition-delay: 0.3s;
}
.reveal-delay-3 {
transition-delay: 0.45s;
}
.header-logo {
--logo-color: var(--wp--preset--color--color-05);
width: 180px;
height: auto;
transition: all 0.3s ease-in;
}
@media screen and (max-width: 575px) {
.header-logo {
width: 130px;
}
}
.header-logo a {
display: block;
}
.header-logo a svg {
pointer-events: none;
}
.header {
position: sticky;
width: 100%;
z-index: 499;
top: 0;
left: 0;
transition: all 0.3s ease-in;
background-color: #fff;
}
.header-wrap {
width: 100%;
justify-content: space-between;
align-items: center;
padding: 20px clamp(20px, 5vw, 60px);
}
@media screen and (max-width: 575px) {
.header-wrap {
padding: 10px 20px;
}
}
.header-hamburger {
display: flex;
flex-direction: column;
gap: 6px;
background: none;
border: none;
cursor: pointer;
padding: 10px;
z-index: 501;
order: 4;
}
.header-hamburger .hamburger-line {
display: block;
width: 30px;
height: 3px;
background-color: var(--wp--preset--color--color-02);
transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
.header-hamburger {
display: none;
}
}
.header-nav {
color: inherit;
}
@media (max-width: 1199px) {
.header-nav {
display: none;
}
}
.header-nav ul {
display: flex;
font-family: var(--wp--preset--font-family--main);
color: var(--wp--preset--color--color-02);
align-items: center;
}
.header-nav ul li {
font-size: calc(var(--wp--preset--font-size--xxs));
font-weight: 600;
text-transform: uppercase;
margin-right: clamp(20px, 3.7vw, 60px);
}
.header-nav ul li.lang-item {
margin-right: 5px;
}
.header-nav ul li.lang-item:after {
content: "|";
margin-left: 5px;
}
.header-nav ul li.lang-item:last-child {
margin-right: 0;
}
.header-nav ul li.lang-item:last-child:after {
display: none;
}
.header-nav ul li:last-child {
margin-right: 0;
}
.header-nav ul li a {
transition: all 0.2s ease-in;
}
.header-nav ul li a:hover {
color: var(--wp--preset--color--color-01);
}
.header-nav ul li.current-menu-item a {
color: var(--wp--preset--color--color-01);
}
.header-nav ul li.menu__nl_btn a {
color: #fff;
background-color: var(--wp--preset--color--color-02);
padding: clamp(10px, 1.5vw, 20px) clamp(20px, 3.7vw, 60px);
border-radius: 100px;
display: block;
}
.header-nav ul li.menu__nl_btn:hover a {
color: #fff;
background-color: var(--wp--preset--color--color-01);
}
.header-sidebutton {
display: flex;
gap: 20px;
align-items: center;
font-size: calc(var(--wp--preset--font-size--xs));
color: var(--wp--preset--color--text-primary);
}
.header-sidebutton a {
display: inline-flex;
align-items: center;
gap: 5px;
}
.header-sidebutton:hover {
color: var(--wp--preset--color--accent);
}
.header-sidebutton svg {
width: 20px;
height: 20px;
}
@media screen and (max-width: 767px) {
.header-sidebutton span {
display: none;
}
}
.top-header {
justify-content: flex-end;
text-align: center;
background-color: var(--wp--preset--color--color-1);
padding: 5px var(--wp--preset--spacing--lg);
}
.social-links {
gap: 10px;
line-height: 1;
align-items: center;
}
.social-links li a {
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.social-links li a svg {
width: 20px;
height: auto;
fill: currentColor;
}
.social-links li a:hover {
color: var(--wp--preset--color--color-4);
}
.short-header .header {
transform: translateY(-100%);
background-color: #fff;
}
.short-header .header-wrap {
padding-top: 10px;
padding-bottom: 10px;
}
.short-header .header-logo {
width: 140px;
}
.short-header .header .header-nav ul li.menu__nl_btn a {
padding: 10px 20px;
}
.scrollingtop .header {
transform: translateY(0);
}
.mobile-menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
z-index: 480;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.mobile-menu-overlay.active {
opacity: 1;
visibility: visible;
}
.mobile-menu {
position: fixed;
top: 0;
left: -100%;
width: 80%;
max-width: 350px;
bottom: 0;
background-color: #fff;
z-index: 490;
padding: 120px var(--wp--preset--spacing--lg) var(--wp--preset--spacing--lg) var(--wp--preset--spacing--lg);
transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
display: flex;
flex-direction: column;
gap: 40px;
box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 575px) {
.mobile-menu {
padding: 120px 20px 20px 20px;
}
}
@media screen and (min-width: 1200px) {
.mobile-menu {
display: none;
}
}
.mobile-menu.active {
left: 0;
}
.mobile-menu .mobile-logo {
width: 180px;
}
.mobile-menu .mobile-nav ul {
display: flex;
flex-direction: column;
gap: 20px;
padding: 0;
list-style: none;
}
.mobile-menu .mobile-nav ul li a {
font-size: var(--wp--preset--font-size--normal);
}
.mobile-menu .mobile-nav ul li a:hover {
color: var(--wp--preset--color--color-4);
}
.mobile-menu .mobile-social {
margin-top: auto;
}
.mobile-menu .mobile-social .social-links {
justify-content: flex-start;
}
.mobile-menu .mobile-social .social-links li a {
color: var(--wp--preset--color--color-1);
}
.mobile-menu .mobile-social .social-links li a:hover {
color: var(--wp--preset--color--color-4);
}
body.menu-open {
overflow: hidden;
}
.header-hamburger.active .hamburger-line:nth-child(1) {
transform: translateY(10px) rotate(45deg);
}
.header-hamburger.active .hamburger-line:nth-child(2) {
opacity: 0;
}
.header-hamburger.active .hamburger-line:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}
.header-side__btn svg {
display: none;
}
@media screen and (max-width: 767px) {
.header-side__btn svg {
display: block;
color: var(--wp--preset--color--accent);
}
}
@media screen and (max-width: 767px) {
.header-side__btn {
background-color: transparent;
padding: 0;
color: var(--wp--preset--color--text-primary);
}
.header-side__btn:after {
content: "";
}
.header-side__btn:hover {
color: var(--wp--preset--color--accent);
}
}
.footer {
background-color: var(--wp--preset--color--color-02);
padding: clamp(20px, 5vw, 60px) 20px 30px;
font-family: var(--wp--preset--font-family--main);
}
.footer-container, .footer-bottom {
max-width: var(--wp--style--global--wide-size);
margin-inline: auto;
}
.footer-wrap {
justify-content: space-between;
gap: 60px;
color: #fff;
}
@media screen and (max-width: 991px) {
.footer-wrap {
gap: 20px;
}
}
@media screen and (max-width: 767px) {
.footer-wrap {
justify-content: center;
flex-direction: row;
gap: 20px;
}
}
.footer-logo {
width: 200px;
--logo-color: var(--wp--preset--color--white);
}
@media screen and (max-width: 767px) {
.footer-logo {
margin: auto;
}
}
@media screen and (max-width: 575px) {
.footer-logo {
width: 180px;
}
}
.footer-bottom {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #383838;
justify-content: space-between;
color: #fff;
opacity: 0.7;
font-size: 12px;
}
@media screen and (max-width: 767px) {
.footer-bottom-left {
order: 2;
text-align: center;
width: 100%;
}
}
@media screen and (max-width: 767px) {
.footer-bottom-right {
width: 100%;
}
}
.footer-bottom-right ul {
display: flex;
gap: 30px;
}
@media screen and (max-width: 767px) {
.footer-bottom-right ul {
order: 1;
justify-content: center;
flex-direction: column;
gap: 5px;
margin-bottom: 10px;
text-align: center;
}
}
@media screen and (max-width: 767px) {
.footer-menu-wrap {
display: block;
width: 100%;
text-align: center;
}
}
.footer-menu-wrap ul {
display: flex;
gap: clamp(20px, 5vw, 60px);
}
@media screen and (max-width: 767px) {
.footer-menu-wrap ul {
flex-direction: column;
gap: 8px;
}
}
.footer-menu-wrap ul li {
font-size: calc(var(--wp--preset--font-size--xxs));
font-weight: 600;
text-transform: uppercase;
}
.footer-menu-wrap ul li a {
transition: all 0.2s ease-in;
}
.footer-menu-wrap ul li a:hover {
color: var(--wp--preset--color--color-01);
}
.footer-menu-wrap ul li.current-menu-item a {
color: var(--wp--preset--color--color-01);
}
.loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 9999;
pointer-events: none;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.loader.drop {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.single-property .hero {
justify-content: end;
}
.property-overview {
margin-top: var(--wp--preset--spacing--xl);
margin-bottom: var(--wp--preset--spacing--xl);
padding-inline: var(--wp--preset--spacing--md);
}
.property-overview__container {
display: flex;
flex-wrap: wrap;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
gap: var(--wp--preset--spacing--lg);
justify-content: space-between;
}
.property-overview__left {
flex: 1 1 500px;
max-width: 600px;
display: flex;
flex-direction: column;
}
.property-overview__subheading {
color: var(--wp--preset--color--color-01);
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 0.7px;
margin-bottom: 10px;
}
.property-overview__title {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--lg-2);
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
color: var(--wp--preset--color--color-02);
margin: 0 0 20px 0;
}
.property-overview__tags {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: auto;
}
.property-overview__tag {
font-family: var(--wp--preset--font-family--main);
font-size: 12px;
color: #6A6A6A;
border: 1px solid #707070;
border-radius: 100px;
padding: 8px 20px;
display: inline-block;
}
.property-overview__right {
flex: 1 1 450px;
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--md);
}
.property-overview__details {
display: grid;
grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
.property-overview__details {
grid-template-columns: 1fr 1fr;
}
}
.property-overview__detail-col {
display: flex;
flex-direction: column;
}
@media screen and (min-width: 576px) {
.property-overview__detail-col:first-child {
border-right: 1px solid #eaeaea;
padding-right: 25px;
}
.property-overview__detail-col:last-child {
padding-left: 25px;
}
}
.property-overview__detail-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
border-bottom: 1px solid #eaeaea;
}
.property-overview__detail-label {
font-size: var(--wp--preset--font-size--sm);
color: var(--wp--preset--color--color-02);
}
.property-overview__detail-value {
font-size: var(--wp--preset--font-size--sm);
font-weight: 700;
color: var(--wp--preset--color--color-02);
}
.property-overview__action {
margin-top: 20px;
text-align: left;
display: flex;
flex-wrap: wrap;
gap: 15px;
}
@media screen and (min-width: 576px) {
.property-overview__action {
padding-right: 25px;
}
}
.property-overview__nl-btn {
background-color: var(--wp--preset--color--color-02);
font-size: var(--wp--preset--font-size--xxs);
border: 1px solid var(--wp--preset--color--color-02);
color: #ffffff;
}
.property-overview__nl-btn:hover {
background-color: var(--wp--preset--color--color-01);
border-color: var(--wp--preset--color--color-01);
color: #ffffff;
}
.property-overview__nl-btn--pdf {
background-color: transparent;
color: var(--wp--preset--color--color-02);
}
.property-overview__nl-btn--pdf:hover {
background-color: var(--wp--preset--color--color-02);
border-color: var(--wp--preset--color--color-02);
color: #ffffff;
}
.property-location {
margin-top: var(--wp--preset--spacing--xxl);
margin-bottom: var(--wp--preset--spacing--xxl);
padding-inline: var(--wp--preset--spacing--md);
}
.property-location__container {
display: flex;
flex-wrap: wrap;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
gap: var(--wp--preset--spacing--lg);
justify-content: space-between;
}
.property-location__left {
flex: 1 1 500px;
max-width: 600px;
display: flex;
flex-direction: column;
}
.property-location__subheading {
color: var(--wp--preset--color--color-01);
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 0.7px;
margin-bottom: 10px;
display: block;
}
.property-location__title {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--lg-2);
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
color: var(--wp--preset--color--color-02);
margin: 0 0 20px 0;
}
.property-location__description {
font-size: var(--wp--preset--font-size--sm);
line-height: 1.6;
color: #6A6A6A;
margin-bottom: 30px;
}
.property-location__distances {
display: flex;
flex-direction: column;
}
.property-location__distance-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
border-bottom: 1px solid #eaeaea;
}
.property-location__distance-row:first-child {
border-top: 1px solid #eaeaea;
}
.property-location__distance-label {
font-size: var(--wp--preset--font-size--sm);
color: var(--wp--preset--color--color-02);
}
.property-location__distance-value {
font-size: var(--wp--preset--font-size--sm);
font-weight: 700;
color: var(--wp--preset--color--color-02);
}
.property-location__right {
flex: 1 1 450px;
min-height: 400px;
position: relative;
}
.property-location__map {
width: 100%;
height: 100%;
min-height: 400px;
border-radius: 4px;
overflow: hidden;
}
.property-gallery {
margin-top: var(--wp--preset--spacing--xxl);
margin-bottom: var(--wp--preset--spacing--xxl);
padding-inline: var(--wp--preset--spacing--md);
overflow: hidden;
}
.property-gallery__container {
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.property-gallery__subheading {
color: var(--wp--preset--color--color-01);
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 0.7px;
margin-bottom: var(--wp--preset--spacing--md);
display: block;
}
.property-gallery__desktop {
display: block;
}
@media (max-width: 767px) {
.property-gallery__desktop {
display: none;
}
}
.property-gallery__group {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 24px;
margin-bottom: 24px;
}
.property-gallery__group:last-child {
margin-bottom: 0;
}
.property-gallery__item {
position: relative;
overflow: hidden;
}
.property-gallery__item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.property-gallery__item:hover img {
transform: scale(1.04);
}
.property-gallery__item--1 {
grid-column: span 4;
grid-row: span 2;
aspect-ratio: 3/2.034;
}
.property-gallery__item--2, .property-gallery__item--3 {
grid-column: span 2;
grid-row: span 1;
aspect-ratio: 3/2;
}
.property-gallery__item--4, .property-gallery__item--5, .property-gallery__item--6 {
grid-column: span 2;
grid-row: span 1;
aspect-ratio: 3/2;
}
.property-gallery__mobile-slider {
display: none;
}
@media (max-width: 767px) {
.property-gallery__mobile-slider {
display: block;
width: 100%;
overflow: visible;
position: relative;
margin-bottom: 40px;
}
}
.property-gallery__mobile-slider .swiper-slide {
height: auto;
opacity: 0.6;
transition: opacity 0.3s ease;
}
.property-gallery__mobile-slider .swiper-slide.swiper-slide-active {
opacity: 1;
}
.property-gallery__mobile-slider .property-gallery__slide-img-wrap {
position: relative;
overflow: hidden;
border-radius: 4px;
aspect-ratio: 3/2;
width: 100%;
}
.property-gallery__mobile-slider .property-gallery__slide-img-wrap img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
.property-gallery__mobile-slider .property-gallery__pagination {
position: absolute;
bottom: -30px;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
}
.property-gallery__mobile-slider .property-gallery__pagination .swiper-pagination-bullet {
background: var(--wp--preset--color--color-03);
opacity: 1;
width: 8px;
height: 8px;
margin: 0 5px;
border-radius: 50%;
display: inline-block;
transition: all 0.3s ease;
cursor: pointer;
}
.property-gallery__mobile-slider .property-gallery__pagination .swiper-pagination-bullet-active {
background: var(--wp--preset--color--color-01);
width: 24px;
border-radius: 4px;
}
.custom-map-marker {
background: transparent !important;
border: none !important;
}
.other-properties {
margin-top: var(--wp--preset--spacing--xl);
margin-bottom: var(--wp--preset--spacing--xl);
padding-inline: var(--wp--preset--spacing--md);
}
.other-properties__container {
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.other-properties__subheading {
display: block;
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
color: var(--wp--preset--color--color-01);
margin-bottom: var(--wp--preset--spacing--md);
letter-spacing: 0.7px;
}
.other-properties__grid {
display: grid;
grid-template-columns: 1fr;
gap: var(--wp--preset--spacing--md);
}
@media screen and (min-width: 576px) {
.other-properties__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (min-width: 768px) {
.other-properties__grid {
grid-template-columns: repeat(3, 1fr);
}
}
.other-properties__col {
min-width: 0;
}
.property-video {
margin-top: var(--wp--preset--spacing--xxl);
margin-bottom: var(--wp--preset--spacing--xxl);
padding-inline: var(--wp--preset--spacing--md);
overflow: hidden;
}
.property-video__container {
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.property-video__subheading {
color: var(--wp--preset--color--color-01);
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 0.7px;
margin-bottom: var(--wp--preset--spacing--md);
display: block;
}
.property-video__title {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--lg-2);
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
color: var(--wp--preset--color--color-02);
margin: 0 0 var(--wp--preset--spacing--md) 0;
}
.property-video__wrapper {
position: relative;
width: 100%;
aspect-ratio: 16/9;
background-color: #000;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.property-video__player {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
.property-lightbox {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.property-lightbox.is-active {
opacity: 1;
visibility: visible;
pointer-events: all;
}
.property-lightbox.is-active .property-lightbox__image {
transform: scale(1);
}
.property-lightbox__backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(10, 10, 10, 0.96);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
.property-lightbox__slider {
width: 100%;
height: 100%;
z-index: 2;
}
.property-lightbox__slider .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
box-sizing: border-box;
}
.property-lightbox__img-wrap {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
max-width: 1200px;
max-height: 80vh;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.property-lightbox__image {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
border-radius: 4px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
transform: scale(0.95);
transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.property-lightbox__close {
position: absolute;
top: 30px;
right: 30px;
z-index: 10;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.15);
color: #ffffff;
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.property-lightbox__close svg {
width: 20px;
height: 20px;
stroke: #ffffff;
transition: transform 0.3s;
}
.property-lightbox__close:hover {
background: rgba(255, 255, 255, 0.18);
border-color: rgba(255, 255, 255, 0.3);
transform: scale(1.05);
}
.property-lightbox__close:hover svg {
transform: rotate(90deg);
}
@media (max-width: 767px) {
.property-lightbox__close {
top: 20px;
right: 20px;
width: 40px;
height: 40px;
}
}
.property-lightbox__nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.15);
color: #ffffff;
width: 56px;
height: 56px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
transition: background 0.3s, border-color 0.3s, transform 0.3s, opacity 0.3s;
}
.property-lightbox__nav svg {
width: 24px;
height: 24px;
stroke: #ffffff;
}
.property-lightbox__nav:hover {
background: rgba(255, 255, 255, 0.18);
border-color: rgba(255, 255, 255, 0.3);
transform: translateY(-50%) scale(1.05);
}
.property-lightbox__nav.swiper-button-disabled {
opacity: 0.2;
cursor: not-allowed;
pointer-events: none;
}
.property-lightbox__nav--prev {
left: 30px;
}
.property-lightbox__nav--next {
right: 30px;
}
@media (max-width: 1024px) {
.property-lightbox__nav {
display: none;
}
}
.property-lightbox__counter {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.15);
color: rgba(255, 255, 255, 0.8);
font-family: var(--wp--preset--font-family--main), sans-serif;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
padding: 8px 20px;
border-radius: 100px;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
pointer-events: none;
}
.property-lightbox__counter span {
color: #ffffff;
font-weight: 700;
}
@media (max-width: 767px) {
.property-lightbox__counter {
bottom: 20px;
font-size: 12px;
padding: 6px 16px;
}
}
.hero {
position: relative;
width: 100%;
height: 90vh;
min-height: 600px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #ffffff;
overflow: hidden;
}
@media screen and (max-width: 767px) {
.hero {
max-height: 600px;
min-height: auto;
}
}
.hero__bg-media {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.hero__bg-media video {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
.hero__bg-media .hero__image-bg {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.hero__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
transition: background-color 0.3s ease;
}
.hero__container {
position: relative;
z-index: 3;
width: 100%;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
}
.hero__content {
max-width: 820px;
text-align: left;
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--md);
}
.hero__subheading {
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 0.7px;
color: var(--wp--preset--color--color-01);
margin-bottom: calc(-1 * var(--wp--preset--spacing--xs));
display: block;
}
.hero__nl-heading {
color: #ffffff;
font-size: var(--wp--preset--font-size--xxxl);
line-height: 0.9;
margin: 0;
letter-spacing: -1.8px;
font-weight: 400;
}
@media screen and (max-width: 767px) {
.hero__nl-heading {
line-height: 1.1;
font-size: var(--wp--preset--font-size--xxl);
}
}
.hero__nl-des {
color: rgba(255, 255, 255, 0.9);
line-height: 1.3;
font-size: var(--wp--preset--font-size--ml);
max-width: 650px;
}
.hero__nl-des p {
margin: 0 0 1em 0;
}
.hero__nl-des p:last-child {
margin: 0;
}
.hero__actions {
display: flex;
flex-wrap: wrap;
gap: var(--wp--preset--spacing--sm);
align-items: center;
}
.hero__nl_btn {
font-weight: 500;
}
.hero__nl_btn--solid {
background-color: var(--wp--preset--color--accent);
color: var(--wp--preset--color--text-primary) !important;
border: 1px solid var(--wp--preset--color--accent);
}
.hero__nl_btn--solid:hover {
background-color: var(--wp--preset--color--accent-dark);
border-color: var(--wp--preset--color--accent-dark);
color: #ffffff !important;
}
.hero__nl_btn--outline {
background-color: transparent;
color: #ffffff !important;
border: 1px solid rgba(255, 255, 255, 0.4);
}
.hero__nl_btn--outline:hover {
border-color: var(--wp--preset--color--accent);
color: var(--wp--preset--color--accent) !important;
background-color: rgba(255, 255, 255, 0.05);
}
.hero__video-control {
position: absolute;
bottom: var(--wp--preset--spacing--md);
right: var(--wp--preset--spacing--md);
z-index: 5;
width: 48px;
height: 48px;
border-radius: 50%;
background-color: rgba(12, 26, 46, 0.5);
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.2);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
.hero__video-control {
bottom: var(--wp--preset--spacing--lg);
right: var(--wp--preset--spacing--lg);
width: 56px;
height: 56px;
}
}
.hero__video-control:hover {
background-color: rgba(12, 26, 46, 0.8);
border-color: var(--wp--preset--color--accent);
color: var(--wp--preset--color--accent);
transform: scale(1.05);
}
.hero__video-control svg {
width: 20px;
height: 20px;
}
@media screen and (min-width: 768px) {
.hero__video-control svg {
width: 24px;
height: 24px;
}
}
.hero__swiper {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.hero__swiper .swiper-slide {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
align-items: center;
}
.hero__swiper .swiper-slide .hero__slide-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
z-index: 1;
}
.hero__swiper .swiper-slide {
pointer-events: none;
}
.hero__swiper .swiper-slide .hero__subheading,
.hero__swiper .swiper-slide .hero__nl-heading,
.hero__swiper .swiper-slide .hero__nl-des,
.hero__swiper .swiper-slide .hero__actions {
opacity: 0;
transform: translateY(60px);
transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
will-change: opacity, transform;
}
.hero__swiper .swiper-slide.swiper-slide-active {
pointer-events: auto;
}
.hero__swiper .swiper-slide.swiper-slide-active .hero__subheading {
opacity: 1;
transform: translateY(0);
transition-delay: 0.05s;
}
.hero__swiper .swiper-slide.swiper-slide-active .hero__nl-heading {
opacity: 1;
transform: translateY(0);
transition-delay: 0.15s;
}
.hero__swiper .swiper-slide.swiper-slide-active .hero__nl-des {
opacity: 1;
transform: translateY(0);
transition-delay: 0.3s;
}
.hero__swiper .swiper-slide.swiper-slide-active .hero__actions {
opacity: 1;
transform: translateY(0);
transition-delay: 0.45s;
}
.hero__swiper .swiper-slide .hero__container {
height: 100%;
width: 100%;
justify-content: center;
padding-top: var(--wp--preset--spacing--xxl);
padding-bottom: var(--wp--preset--spacing--xl);
padding-inline: 100px;
}
@media screen and (max-width: 767px) {
.hero__swiper .swiper-slide .hero__container {
padding-inline: 20px;
}
}
.hero__swiper .swiper-button-prev,
.hero__swiper .swiper-button-next {
z-index: 10;
color: #ffffff;
width: 50px;
height: 50px;
transition: all 0.3s ease;
}
.hero__swiper .swiper-button-prev::after,
.hero__swiper .swiper-button-next::after {
font-size: 18px;
font-weight: bold;
}
.hero__swiper .swiper-button-prev:hover,
.hero__swiper .swiper-button-next:hover {
color: var(--wp--preset--color--accent);
}
@media screen and (max-width: 767px) {
.hero__swiper .swiper-button-prev,
.hero__swiper .swiper-button-next {
display: none;
}
}
.hero__swiper .swiper-button-prev {
left: 20px;
}
.hero__swiper .swiper-button-next {
right: 20px;
}
.hero__swiper .swiper-pagination {
z-index: 10;
bottom: var(--wp--preset--spacing--md);
}
@media screen and (min-width: 768px) {
.hero__swiper .swiper-pagination {
bottom: var(--wp--preset--spacing--lg);
}
}
.hero__swiper .swiper-pagination .swiper-pagination-bullet {
background: #ffffff;
opacity: 0.4;
width: 10px;
height: 10px;
margin: 0 6px !important;
transition: all 0.3s ease;
}
.hero__swiper .swiper-pagination .swiper-pagination-bullet:hover {
opacity: 0.8;
}
.hero__swiper .swiper-pagination .swiper-pagination-bullet-active {
background: var(--wp--preset--color--accent);
opacity: 1;
transform: scale(1.2);
}
.counter {
position: relative;
width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding-top: var(--wp--preset--spacing--xl);
padding-bottom: var(--wp--preset--spacing--xl);
color: var(--wp--preset--color--color-02);
overflow: hidden;
}
.counter__container {
position: relative;
z-index: 2;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--wp--preset--spacing--lg);
}
.counter__content {
flex: 0 0 60%;
max-width: 600px;
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}
.counter__subheading {
color: var(--wp--preset--color--color-01);
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xxs);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.7px;
display: inline-block;
margin-bottom: var(--wp--preset--spacing--xs);
}
.counter__nl-heading {
font-size: var(--wp--preset--font-size--xl);
letter-spacing: -1.38px;
margin-bottom: var(--wp--preset--spacing--md);
}
.counter__nl-link {
color: var(--wp--preset--color--color-01);
margin-top: var(--wp--preset--spacing--md);
}
.counter__grid {
flex: 0 0 40%;
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.counter__item {
padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--lg) var(--wp--preset--spacing--md) var(--wp--preset--spacing--md);
}
.counter__item:nth-child(2n) {
border-right: none;
padding-right: 0;
padding-left: var(--wp--preset--spacing--lg);
}
.counter__item:nth-child(2n-1) {
padding-left: 0;
}
.counter__item:nth-last-child(-n+2) {
border-bottom: none;
padding-bottom: 0;
}
.counter__item:nth-child(-n+2) {
padding-top: 0;
}
.counter__item-number {
font-size: var(--wp--preset--font-size--xxl);
font-weight: 600;
line-height: 1;
margin-bottom: 10px;
color: var(--wp--preset--color--color-01);
}
.counter__item-title {
font-size: var(--wp--preset--font-size--xxs);
color: var(--wp--preset--color--color-02);
text-transform: uppercase;
letter-spacing: 0.15px;
margin: 5px 0 var(--wp--preset--spacing--xs) 0;
line-height: 1.3;
}
.counter__item-desc {
font-family: var(--wp--preset--font-family--primary);
font-size: var(--wp--preset--font-size--xs);
line-height: 1.55;
color: rgba(255, 255, 255, 0.75);
margin: 0;
}
@media screen and (max-width: 991px) {
.counter {
padding-top: var(--wp--preset--spacing--lg-2);
padding-bottom: var(--wp--preset--spacing--lg-2);
}
.counter__container {
flex-direction: column;
align-items: stretch;
gap: var(--wp--preset--spacing--lg-2);
}
.counter__content {
flex: 0 0 100%;
max-width: 100%;
}
.counter__grid {
flex: 0 0 100%;
}
}
@media screen and (max-width: 767px) {
.counter__grid {
margin-top: 30px;
grid-template-columns: 1fr;
text-align: center;
}
.counter__item {
border-right: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding: 10px 0 !important;
}
.counter__item:nth-last-child(-n+2) {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.counter__item:last-child {
border-bottom: none;
padding-bottom: 0;
}
}
.feature {
position: relative;
width: 100%;
padding-top: var(--wp--preset--spacing--xxl);
padding-bottom: var(--wp--preset--spacing--xxl);
color: var(--wp--preset--color--color-02);
overflow: hidden;
}
.feature__container {
position: relative;
z-index: 2;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.feature__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: var(--wp--preset--spacing--lg);
}
.feature__item {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}
.feature__item-inner {
width: 100%;
}
@media screen and (max-width: 767px) {
.feature__item-inner {
text-align: center;
}
}
.feature__item-icon {
color: var(--wp--preset--color--color-01);
margin-bottom: var(--wp--preset--spacing--sm);
display: flex;
align-items: center;
justify-content: flex-start;
}
.feature__item-icon svg {
display: block;
max-width: 72px;
max-height: 70px;
height: auto;
}
@media screen and (max-width: 767px) {
.feature__item-icon {
justify-content: center;
}
}
.feature__item-title {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--md);
font-weight: 600;
line-height: 1.05;
color: var(--wp--preset--color--color-02);
margin: 0 0 var(--wp--preset--spacing--xs) 0;
letter-spacing: -0.5px;
}
.feature__item-desc {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--sm);
line-height: 1.3;
margin: 0;
}
@media screen and (max-width: 991px) {
.feature {
padding-top: var(--wp--preset--spacing--lg);
padding-bottom: var(--wp--preset--spacing--lg);
}
.feature__grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--wp--preset--spacing--md);
}
}
@media screen and (max-width: 575px) {
.feature__grid {
grid-template-columns: 1fr;
gap: var(--wp--preset--spacing--md);
}
}
.cta {
position: relative;
width: 100%;
padding-top: var(--wp--preset--spacing--xxl);
padding-bottom: var(--wp--preset--spacing--xxl);
background-color: var(--wp--preset--color--color-04);
color: var(--wp--preset--color--color-02);
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
}
.cta__container {
position: relative;
z-index: 3;
width: 100%;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.cta__content {
max-width: 800px;
text-align: left;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.cta__subheading {
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 0.7px;
color: var(--wp--preset--color--color-01);
margin-bottom: var(--wp--preset--spacing--xs);
display: block;
}
.cta__nl-heading {
font-weight: 300;
line-height: 0.9;
margin: 0 0 var(--wp--preset--spacing--sm) 0;
letter-spacing: -1.38px;
color: inherit;
}
.cta__nl-des {
font-size: var(--wp--preset--font-size--sm);
color: inherit;
max-width: 600px;
margin-bottom: var(--wp--preset--spacing--md);
}
.cta__actions {
display: flex;
margin-top: var(--wp--preset--spacing--xs);
}
.cta.has-bg-image {
color: #ffffff;
min-height: 60vh;
min-height: clamp(400px, 50vh, 700px);
}
.cta.has-bg-image .cta__subheading {
color: var(--wp--preset--color--color-01);
}
.cta.has-bg-image .cta__bg-media {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.cta.has-bg-image .cta__bg-media .cta__image-bg {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
display: block;
}
.cta.has-bg-image .cta__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.cta.has-bg-image .cta__nl-btn {
border-color: rgba(255, 255, 255, 0.6);
color: #ffffff;
}
.cta.has-bg-image .cta__nl-btn:hover {
background-color: #ffffff;
border-color: #ffffff;
color: var(--wp--preset--color--color-02) !important;
}
@media screen and (max-width: 991px) {
.cta {
padding-top: var(--wp--preset--spacing--xl);
padding-bottom: var(--wp--preset--spacing--xl);
}
}
@media screen and (max-width: 575px) {
.cta__nl-btn {
width: 100%;
text-align: center;
}
}
.properties {
position: relative;
width: 100%;
color: var(--wp--preset--color--color-02);
overflow: hidden;
}
.properties__container {
position: relative;
z-index: 2;
overflow: hidden;
}
.properties__header {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: var(--wp--preset--spacing--md);
gap: var(--wp--preset--spacing--md);
flex-wrap: wrap;
}
.properties__header-left {
max-width: 900px;
}
.properties__subheading {
display: block;
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
color: var(--wp--preset--color--color-01);
margin: 5px;
letter-spacing: 0.7px;
}
.properties__nl-heading {
line-height: 1;
margin: 0;
letter-spacing: -1.38px;
color: var(--wp--preset--color--color-02);
margin-bottom: 20px;
}
.properties__nl-des {
margin-bottom: 20px;
}
.properties__header-right {
display: flex;
align-items: center;
padding-bottom: 10px;
}
.properties__nl-link {
color: var(--wp--preset--color--color-01);
font-size: var(--wp--preset--font-size--xxs);
}
.properties__nl-link:hover {
color: var(--wp--preset--color--color-02);
}
.properties__swiper {
width: 100%;
overflow: visible;
}
.properties__slide {
height: auto;
width: 380px;
}
@media screen and (max-width: 575px) {
.properties__slide {
width: 85%;
}
}
.properties__card-link {
text-decoration: none;
color: inherit;
display: block;
height: 100%;
}
.properties__card {
display: flex;
flex-direction: column;
height: 100%;
transition: transform 0.3s ease;
}
.properties__card:hover .properties__card-image {
transform: scale(1.05);
}
.properties__card-image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 380/460;
overflow: hidden;
margin-bottom: var(--wp--preset--spacing--sm);
}
.properties__card-image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.properties__card-image-placeholder {
width: 100%;
height: 100%;
background-color: var(--wp--preset--color--color-04);
}
.properties__card-content {
display: flex;
flex-direction: column;
text-align: left;
}
.properties__card-terms {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xxs);
color: var(--wp--preset--color--color-01);
margin-bottom: 10px;
letter-spacing: 1.4px;
}
.properties__card-title {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--lg);
font-weight: 500;
letter-spacing: -0.7px;
color: var(--wp--preset--color--color-02);
margin: 0 0 10px 0;
line-height: 1.2;
}
.properties__card-status-date {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xs);
color: var(--wp--preset--color--color-02);
margin: 0 0 15px 0;
}
.properties__card-price {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xs);
color: var(--wp--preset--color--color-02);
margin: 0;
}
.properties__card-price strong {
font-size: var(--wp--preset--font-size--md);
font-weight: 700;
}
.properties__slider-footer {
margin-top: var(--wp--preset--spacing--ml);
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
}
.properties__scrollbar.swiper-scrollbar {
position: relative;
left: 0;
bottom: 0;
width: 120px;
height: 3px;
background: rgba(0, 0, 0, 0.05);
border-radius: 0;
}
.properties__scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
background: var(--wp--preset--color--color-01);
border-radius: 0;
}
.properties__no-posts {
text-align: center;
padding: var(--wp--preset--spacing--lg) 0;
color: var(--wp--preset--color--color-03);
}
@media screen and (min-width: 768px) {
.properties--has-2-slides .properties__swiper {
max-width: var(--wp--style--global--content-size);
margin: 0;
}
}
@media screen and (min-width: 768px) {
.properties--has-2-slides .properties__slide {
width: 100%;
}
}
@media screen and (min-width: 768px) {
.properties--has-2-slides .properties__card-image-wrapper {
aspect-ratio: 585/460;
}
}
@media screen and (min-width: 768px) {
.properties--has-2-slides .properties__slider-footer {
display: none;
}
}
@media screen and (min-width: 768px) {
.properties--has-3-slides .properties__swiper {
max-width: var(--wp--style--global--content-size);
margin: 0;
}
}
@media screen and (min-width: 768px) {
.properties--has-3-slides .properties__slide {
width: 100%;
}
}
@media screen and (min-width: 992px) {
.properties--has-3-slides .properties__slider-footer {
display: none;
}
}
.alt-content {
position: relative;
width: 100%;
color: var(--wp--preset--color--color-02);
overflow: hidden;
}
.alt-content__container {
position: relative;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.alt-content__header {
margin-bottom: var(--wp--preset--spacing--lg);
}
.alt-content__subheading {
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 0.7px;
color: var(--wp--preset--color--color-01);
margin-bottom: var(--wp--preset--spacing--xs);
display: block;
}
.alt-content__nl-heading {
font-size: var(--wp--preset--font-size--xxxl);
font-weight: 300;
line-height: 0.9;
margin: 0;
letter-spacing: -1.8px;
color: inherit;
}
.alt-content__rows {
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--xl);
}
.alt-content__row {
display: flex;
align-items: center;
gap: var(--wp--preset--spacing--lg);
}
.alt-content__row--reverse {
flex-direction: row-reverse;
}
.alt-content__media {
flex: 0 0 50%;
max-width: 50%;
}
.alt-content__image {
width: 100%;
height: auto;
display: block;
-o-object-fit: cover;
object-fit: cover;
}
.alt-content__text {
flex: 1;
min-width: 0;
}
.alt-content__title {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--lg);
font-weight: 600;
line-height: 1.1;
color: var(--wp--preset--color--color-02);
margin: 0 0 var(--wp--preset--spacing--sm) 0;
letter-spacing: -0.5px;
}
.alt-content__desc {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--ml);
line-height: 1.33;
color: var(--wp--preset--color--color-02);
margin: 0;
}
@media screen and (max-width: 991px) {
.alt-content__header {
margin-bottom: var(--wp--preset--spacing--lg);
}
.alt-content__rows {
gap: var(--wp--preset--spacing--lg);
}
}
@media screen and (max-width: 767px) {
.alt-content__row, .alt-content__row--reverse {
flex-direction: column;
}
.alt-content__media {
flex: 0 0 100%;
max-width: 100%;
}
.alt-content__text {
flex: 0 0 100%;
}
}
.contact-info {
position: relative;
width: 100%;
color: var(--wp--preset--color--color-02);
overflow: hidden;
}
.contact-info__container {
position: relative;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.contact-info__header {
margin-bottom: var(--wp--preset--spacing--lg);
}
.contact-info__subheading {
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 0.7px;
color: var(--wp--preset--color--color-01);
margin-bottom: var(--wp--preset--spacing--xs);
display: block;
}
.contact-info__nl-heading {
font-size: var(--wp--preset--font-size--xxxl);
font-weight: 300;
line-height: 0.9;
margin: 0 0 var(--wp--preset--spacing--sm) 0;
letter-spacing: -1.38px;
color: inherit;
}
.contact-info__nl-des {
font-size: var(--wp--preset--font-size--ml);
color: inherit;
max-width: 650px;
margin-bottom: 0;
line-height: 1.3;
}
.contact-info__body {
display: flex;
gap: var(--wp--preset--spacing--xl);
align-items: flex-start;
}
.contact-info__left {
flex: 0 0 35%;
max-width: 35%;
}
.contact-info__items {
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--md);
margin-bottom: var(--wp--preset--spacing--lg);
}
.contact-info__item {
display: flex;
flex-direction: column;
gap: 4px;
}
.contact-info__item-title {
font-size: var(--wp--preset--font-size--md);
font-weight: 600;
color: var(--wp--preset--color--color-02);
line-height: 1.3;
}
.contact-info__item-value {
font-size: var(--wp--preset--font-size--md);
font-weight: 300;
color: var(--wp--preset--color--color-02);
line-height: 1.33;
}
.contact-info__item-value a {
color: var(--wp--preset--color--color-01);
transition: color 0.2s ease;
}
.contact-info__item-value a:hover {
color: var(--wp--preset--color--color-02);
}
.contact-info__hours {
padding-top: var(--wp--preset--spacing--md);
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.contact-info__hours-title {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--sm);
font-weight: 600;
color: var(--wp--preset--color--color-02);
display: block;
margin-bottom: 8px;
line-height: 1.3;
}
.contact-info__hours-text {
font-size: var(--wp--preset--font-size--sm);
font-weight: 300;
color: var(--wp--preset--color--color-03);
line-height: 1.33;
white-space: pre-line;
}
.contact-info__right {
flex: 1;
min-width: 0;
}
.contact-info__form .wpcf7-form {
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--sm);
}
.contact-info__form .form-row {
display: flex;
gap: var(--wp--preset--spacing--sm);
width: 100%;
}
.contact-info__form .form-row--half > div,
.contact-info__form .form-row--half > span {
flex: 1;
min-width: 0;
}
.contact-info__form .wpcf7-form label {
display: block;
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xs);
font-weight: 500;
color: var(--wp--preset--color--color-02);
margin-bottom: 8px;
}
.contact-info__form .wpcf7-form input[type=text],
.contact-info__form .wpcf7-form input[type=email],
.contact-info__form .wpcf7-form input[type=tel],
.contact-info__form .wpcf7-form input[type=url],
.contact-info__form .wpcf7-form input[type=number] {
width: 100%;
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xs);
color: var(--wp--preset--color--color-02);
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 16px;
outline: none;
transition: border-color 0.3s ease;
border-radius: 0;
-webkit-appearance: none;
}
.contact-info__form .wpcf7-form input[type=text]::-moz-placeholder, .contact-info__form .wpcf7-form input[type=email]::-moz-placeholder, .contact-info__form .wpcf7-form input[type=tel]::-moz-placeholder, .contact-info__form .wpcf7-form input[type=url]::-moz-placeholder, .contact-info__form .wpcf7-form input[type=number]::-moz-placeholder {
color: var(--wp--preset--color--color-03, #b2b2b2);
}
.contact-info__form .wpcf7-form input[type=text]::placeholder,
.contact-info__form .wpcf7-form input[type=email]::placeholder,
.contact-info__form .wpcf7-form input[type=tel]::placeholder,
.contact-info__form .wpcf7-form input[type=url]::placeholder,
.contact-info__form .wpcf7-form input[type=number]::placeholder {
color: var(--wp--preset--color--color-03, #b2b2b2);
}
.contact-info__form .wpcf7-form input[type=text]:focus,
.contact-info__form .wpcf7-form input[type=email]:focus,
.contact-info__form .wpcf7-form input[type=tel]:focus,
.contact-info__form .wpcf7-form input[type=url]:focus,
.contact-info__form .wpcf7-form input[type=number]:focus {
border-color: var(--wp--preset--color--color-01);
}
.contact-info__form .wpcf7-form select,
.contact-info__form .wpcf7-form .wpcf7-select {
width: 100%;
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xs);
color: var(--wp--preset--color--color-02);
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 16px;
outline: none;
cursor: pointer;
transition: border-color 0.3s ease;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278%27 fill=%27none%27%3E%3Cpath d=%27M1 1l6 6 6-6%27 stroke=%27%23000%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 16px center;
background-size: 12px;
}
.contact-info__form .wpcf7-form select:focus,
.contact-info__form .wpcf7-form .wpcf7-select:focus {
border-color: var(--wp--preset--color--color-01);
}
.contact-info__form .wpcf7-form textarea,
.contact-info__form .wpcf7-form .wpcf7-textarea {
width: 100%;
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xs);
color: var(--wp--preset--color--color-02);
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 16px;
outline: none;
resize: vertical;
min-height: 160px;
transition: border-color 0.3s ease;
border-radius: 0;
}
.contact-info__form .wpcf7-form textarea::-moz-placeholder, .contact-info__form .wpcf7-form .wpcf7-textarea::-moz-placeholder {
color: var(--wp--preset--color--color-03, #b2b2b2);
}
.contact-info__form .wpcf7-form textarea::placeholder,
.contact-info__form .wpcf7-form .wpcf7-textarea::placeholder {
color: var(--wp--preset--color--color-03, #b2b2b2);
}
.contact-info__form .wpcf7-form textarea:focus,
.contact-info__form .wpcf7-form .wpcf7-textarea:focus {
border-color: var(--wp--preset--color--color-01);
}
.contact-info__form .wpcf7-form .wpcf7-acceptance,
.contact-info__form .wpcf7-form .wpcf7-checkbox {
display: flex;
align-items: flex-start;
gap: 10px;
}
.contact-info__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.contact-info__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
margin: 0;
display: flex;
align-items: flex-start;
gap: 10px;
}
.contact-info__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox],
.contact-info__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
width: 16px;
height: 16px;
margin-top: 2px;
accent-color: var(--wp--preset--color--color-01);
cursor: pointer;
flex-shrink: 0;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-info__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
.contact-info__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xxs);
color: var(--wp--preset--color--color-03, #b2b2b2);
line-height: 1.5;
}
.contact-info__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a,
.contact-info__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a {
color: var(--wp--preset--color--color-02);
text-decoration: underline;
}
.contact-info__form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover,
.contact-info__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label a:hover {
color: var(--wp--preset--color--color-01);
}
.contact-info__form .form-action-row {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin-top: 10px;
gap: var(--wp--preset--spacing--sm);
}
@media screen and (max-width: 575px) {
.contact-info__form .form-action-row {
flex-direction: column;
align-items: flex-start;
gap: var(--wp--preset--spacing--sm);
}
}
.contact-info__form .wpcf7-form input[type=submit],
.contact-info__form .wpcf7-form .wpcf7-submit {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xxs);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: #ffffff;
background-color: #222222;
border: 1px solid #222222;
border-radius: 100px;
padding: 16px 36px;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
justify-content: center;
margin-left: auto;
}
.contact-info__form .wpcf7-form input[type=submit]:hover,
.contact-info__form .wpcf7-form .wpcf7-submit:hover {
background-color: var(--wp--preset--color--color-01);
border-color: var(--wp--preset--color--color-01);
color: #ffffff;
}
@media screen and (max-width: 575px) {
.contact-info__form .wpcf7-form input[type=submit],
.contact-info__form .wpcf7-form .wpcf7-submit {
width: 100%;
margin-left: 0;
}
}
.contact-info__form .wpcf7-not-valid-tip {
font-family: var(--wp--preset--font-family--main);
font-size: 12px;
color: #c0392b;
margin-top: 6px;
display: block;
}
.contact-info__form .wpcf7-response-output {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xs);
padding: 16px;
margin-top: var(--wp--preset--spacing--sm);
border-radius: 4px;
}
.contact-info__form .wpcf7-spinner {
margin-left: 12px;
}
@media screen and (max-width: 991px) {
.contact-info__header {
margin-bottom: var(--wp--preset--spacing--lg);
}
.contact-info__body {
gap: var(--wp--preset--spacing--lg);
}
.contact-info__left {
flex: 0 0 40%;
max-width: 40%;
}
}
@media screen and (max-width: 767px) {
.contact-info__body {
flex-direction: column;
}
.contact-info__left {
flex: 0 0 100%;
max-width: 100%;
}
.contact-info__right {
width: 100%;
}
.contact-info__form .wpcf7-form > p:nth-child(1), .contact-info__form .wpcf7-form > p:nth-child(2) {
flex: 0 0 100%;
}
}
.map-locations {
position: relative;
width: 100%;
color: var(--wp--preset--color--color-02);
overflow: hidden;
}
.map-locations__container {
position: relative;
z-index: 2;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.map-locations__header {
margin-bottom: var(--wp--preset--spacing--md);
max-width: 800px;
}
.map-locations__subheading {
display: block;
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
color: var(--wp--preset--color--color-01);
margin-bottom: 10px;
letter-spacing: 0.7px;
}
.map-locations__nl-heading {
margin: 0;
letter-spacing: -1.38px;
color: var(--wp--preset--color--color-02);
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--xxl);
}
.map-locations__map-wrapper {
position: relative;
width: 100%;
margin-top: var(--wp--preset--spacing--md);
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 4px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.map-locations__map-container {
width: 100%;
height: 500px;
background-color: var(--wp--preset--color--color-04);
}
@media screen and (max-width: 575px) {
.map-locations__map-container {
height: 350px;
}
}
.map-locations .leaflet-popup {
margin-bottom: 25px;
}
.map-locations .leaflet-popup-content-wrapper {
background: #ffffff;
color: var(--wp--preset--color--color-02);
border-radius: 4px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
padding: 6px;
border: 1px solid rgba(0, 0, 0, 0.05);
}
.map-locations .leaflet-popup-content {
margin: 12px 16px;
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--xs);
line-height: 1.5;
}
.map-locations .leaflet-popup-content h4 {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--sm);
color: var(--wp--preset--color--color-02);
margin: 0 0 6px 0;
font-weight: 600;
}
.map-locations .leaflet-popup-content p {
margin: 0;
color: #666666;
}
.map-locations .leaflet-popup-tip-container {
width: 30px;
height: 15px;
}
.map-locations .leaflet-popup-tip {
background: #ffffff;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.05);
}
.map-locations .leaflet-container a.leaflet-popup-close-button {
color: #999999;
padding: 8px 8px 0 0;
font-size: 16px;
}
.map-locations .leaflet-container a.leaflet-popup-close-button:hover {
color: var(--wp--preset--color--color-01);
}
.map-locations .custom-map-marker {
display: flex;
align-items: center;
justify-content: center;
background: none !important;
border: none !important;
box-shadow: none !important;
}
.map-locations .custom-map-marker .map-marker-pin {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
cursor: pointer;
transition: transform 0.2s ease;
}
.map-locations .custom-map-marker .map-marker-pin:hover {
transform: scale(1.1);
}
.map-locations .custom-map-marker .map-marker-pin svg {
filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
}
.map-locations .custom-map-marker .map-marker-pin svg path {
fill: var(--wp--preset--color--color-02);
}
.about-us {
position: relative;
width: 100%;
padding-top: var(--wp--preset--spacing--xxl);
padding-bottom: var(--wp--preset--spacing--xxl);
overflow: hidden;
}
.about-us--text-dark {
color: var(--wp--preset--color--color-02);
}
.about-us--text-dark .about-us__nl-heading {
color: var(--wp--preset--color--color-02);
}
.about-us--text-dark .about-us__nl-des {
color: var(--wp--preset--color--color-02);
}
.about-us--text-dark .about-us__nl-btn {
color: var(--wp--preset--color--color-02);
border-color: var(--wp--preset--color--color-02);
}
.about-us--text-dark .about-us__nl-btn:hover {
color: #ffffff;
}
.about-us--text-dark .about-us__point {
color: var(--wp--preset--color--color-02);
border-bottom-color: rgba(43, 43, 43, 0.1);
}
.about-us--text-light {
color: #ffffff;
}
.about-us--text-light .about-us__nl-heading {
color: #ffffff;
}
.about-us--text-light .about-us__nl-des {
color: #ffffff;
}
.about-us--text-light .about-us__nl-btn {
color: #ffffff;
border-color: #ffffff;
}
.about-us--text-light .about-us__nl-btn:hover {
background-color: var(--wp--preset--color--color-02);
}
.about-us--text-light .about-us__point {
color: #ffffff;
border-bottom-color: rgba(255, 255, 255, 0.15);
}
.about-us__container {
position: relative;
z-index: 2;
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.about-us__row {
display: flex;
gap: var(--wp--preset--spacing--xl);
align-items: flex-start;
}
.about-us__col {
flex: 0 0 calc(50% - var(--wp--preset--spacing--xl) / 2);
width: calc(50% - var(--wp--preset--spacing--xl) / 2);
max-width: 50%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.about-us__subheading {
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
margin-bottom: var(--wp--preset--spacing--xs);
display: block;
}
.about-us__nl-heading {
font-weight: 300;
line-height: 0.9;
margin: 0 0 var(--wp--preset--spacing--sm) 0;
letter-spacing: -1.38px;
color: inherit;
}
.about-us__nl-des {
font-size: var(--wp--preset--font-size--sm);
color: inherit;
margin-bottom: var(--wp--preset--spacing--md);
}
.about-us__actions {
margin-top: var(--wp--preset--spacing--xs);
}
.about-us__points {
width: 100%;
display: flex;
flex-direction: column;
}
@media screen and (min-width: 768px) {
.about-us__points {
margin-top: var(--wp--preset--spacing--md);
}
}
.about-us__point {
padding-top: var(--wp--preset--spacing--sm);
padding-bottom: var(--wp--preset--spacing--sm);
border-bottom: 1px solid;
}
.about-us__point p {
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--md);
line-height: 1.4;
margin: 0;
}
.about-us__point:first-child {
padding-top: 0;
}
@media screen and (max-width: 767px) {
.about-us__row {
flex-direction: column;
gap: var(--wp--preset--spacing--lg);
}
.about-us__col {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
}
}
.content-image {
position: relative;
width: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
padding: 0 !important;
}
.content-image--text-dark {
color: var(--wp--preset--color--color-02);
}
.content-image--text-dark .content-image__nl-heading {
color: var(--wp--preset--color--color-02);
}
.content-image--text-dark .content-image__nl-des {
color: var(--wp--preset--color--color-02);
}
.content-image--text-dark .content-image__tag {
color: var(--wp--preset--color--color-02);
border: 1px solid rgba(43, 43, 43, 0.2);
background-color: rgba(43, 43, 43, 0.05);
}
.content-image--text-dark .content-image__tag:hover {
background-color: rgba(43, 43, 43, 0.1);
}
.content-image--text-light {
color: #ffffff;
}
.content-image--text-light .content-image__nl-heading {
color: #ffffff;
}
.content-image--text-light .content-image__nl-des {
color: rgba(255, 255, 255, 0.9);
}
.content-image--text-light .content-image__tag {
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.1);
}
.content-image--text-light .content-image__tag:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.content-image__container {
width: 100%;
max-width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.content-image__row {
display: flex;
flex-direction: row;
align-items: stretch;
min-height: 500px;
width: 100%;
}
.content-image__col {
flex: 0 0 50%;
width: 50%;
max-width: 50%;
display: flex;
flex-direction: column;
}
.content-image__col--left {
justify-content: center;
padding: var(--wp--preset--spacing--xl);
padding-right: calc(var(--wp--preset--spacing--xl) * 1.5);
padding-left: max(5%, var(--wp--preset--spacing--lg));
}
.content-image__col--right {
position: relative;
overflow: hidden;
}
.content-image__subheading {
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: var(--wp--preset--spacing--xs);
display: block;
font-weight: 600;
}
.content-image__nl-heading {
font-weight: 300;
line-height: 1.1;
margin: 0 0 var(--wp--preset--spacing--sm) 0;
letter-spacing: -1px;
color: inherit;
font-size: clamp(2rem, 4vw, 3.5rem);
}
.content-image__nl-des {
font-size: var(--wp--preset--font-size--sm);
line-height: 1.6;
color: inherit;
margin-bottom: var(--wp--preset--spacing--md);
}
.content-image__nl-des p {
margin-bottom: 1em;
}
.content-image__nl-des p:last-child {
margin-bottom: 0;
}
.content-image__tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: var(--wp--preset--spacing--xs);
}
.content-image__tag {
font-size: var(--wp--preset--font-size--xxs);
font-weight: 500;
padding: 8px 18px;
border-radius: 30px;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.3s ease;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.content-image__media {
width: 100%;
height: 100%;
position: relative;
min-height: 350px;
}
.content-image__image {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
display: block;
}
@media screen and (max-width: 767px) {
.content-image__row {
flex-direction: column-reverse;
min-height: auto;
}
.content-image__col {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
}
.content-image__col--left {
padding: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--md);
}
.content-image__media {
min-height: 300px;
height: 350px;
}
.content-image__image {
position: relative;
}
}
.property-table {
margin-top: var(--wp--preset--spacing--xl);
margin-bottom: var(--wp--preset--spacing--xl);
padding-inline: var(--wp--preset--spacing--md);
position: relative;
}
.property-table__container {
max-width: var(--wp--style--global--content-size);
margin: 0 auto;
}
.property-table__subheading {
color: var(--wp--preset--color--color-01);
font-size: var(--wp--preset--font-size--xxs);
text-transform: uppercase;
letter-spacing: 0.7px;
margin-bottom: 10px;
display: block;
}
.property-table__title {
font-family: var(--wp--preset--font-family--heading);
font-size: var(--wp--preset--font-size--lg-2);
font-weight: 300;
line-height: 1;
letter-spacing: -1px;
color: var(--wp--preset--color--color-02);
margin: 0 0 25px 0;
}
.property-table__wrapper {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
border: 1px solid #eaeaea;
border-radius: 4px;
background-color: #ffffff;
}
.property-table__wrapper::-webkit-scrollbar {
height: 6px;
}
.property-table__wrapper::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 4px;
}
.property-table__wrapper::-webkit-scrollbar-thumb {
background: #d1d1d1;
border-radius: 4px;
}
.property-table__wrapper::-webkit-scrollbar-thumb:hover {
background: #b1b1b1;
}
.property-table__table {
width: 100%;
border-collapse: collapse;
text-align: left;
font-family: var(--wp--preset--font-family--main);
font-size: 14px;
line-height: 1.5;
min-width: 800px;
}
.property-table__th {
color: #000000;
background-color: var(--wp--preset--color--color-01);
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.5px;
padding: 18px 20px;
border-bottom: 2px solid #eaeaea;
white-space: nowrap;
position: relative;
}
.property-table__th.sortable-header {
cursor: pointer;
transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.property-table__th.sortable-header:hover {
opacity: 0.9;
color: #000000;
}
.property-table__th.sortable-header:hover .sort-icon {
opacity: 0.8;
}
.property-table__th-content {
display: inline-flex;
align-items: center;
gap: 8px;
width: 100%;
}
.property-table .sort-icon {
display: inline-flex;
opacity: 0.3;
transition: opacity 0.2s ease;
color: currentColor;
}
.property-table .sort-icon svg {
display: block;
}
.property-table .sort-icon__up, .property-table .sort-icon__down {
transition: opacity 0.2s ease, fill 0.2s ease;
}
.property-table th[aria-sort=ascending] {
background-color: var(--wp--preset--color--color-01);
color: #000000;
}
.property-table th[aria-sort=ascending] .sort-icon {
opacity: 1;
color: #000000;
}
.property-table th[aria-sort=ascending] .sort-icon__down {
opacity: 0.15;
}
.property-table th[aria-sort=descending] {
background-color: var(--wp--preset--color--color-01);
color: #000000;
}
.property-table th[aria-sort=descending] .sort-icon {
opacity: 1;
color: #000000;
}
.property-table th[aria-sort=descending] .sort-icon__up {
opacity: 0.15;
}
.property-table__tr {
border-bottom: 1px solid #eaeaea;
transition: background-color 0.15s ease;
}
.property-table__tr:nth-child(even) {
background-color: #f7f7f7;
}
.property-table__tr:last-child {
border-bottom: none;
}
.property-table__tr:hover {
background-color: #eeeeee;
}
.property-table__tr .sorted-cell {
background-color: rgba(0, 0, 0, 0.02);
}
.property-table__td {
padding: 16px 20px;
color: #4A4A4A;
font-weight: 400;
vertical-align: middle;
white-space: nowrap;
}
.property-table__download-link {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--wp--preset--color--color-01);
text-decoration: none;
font-weight: 500;
transition: color 0.15s ease;
}
.property-table__download-link svg {
stroke: currentColor;
flex-shrink: 0;
transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.property-table__download-link span {
border-bottom: 1px solid transparent;
transition: border-color 0.15s ease;
}
.property-table__download-link:hover {
color: var(--wp--preset--color--color-02);
}
.property-table__download-link:hover svg {
transform: translateY(1.5px);
}
.property-table__download-link:hover span {
border-bottom-color: currentColor;
}
.property-table__empty {
color: #b1b1b1;
}
.property-table__scroll-hint {
display: flex;
justify-content: flex-end;
margin-top: 8px;
}
@media screen and (min-width: 768px) {
.property-table__scroll-hint {
display: none;
}
}
.property-table__scroll-hint-text {
font-size: 11px;
color: #888888;
display: inline-flex;
align-items: center;
gap: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
}