@charset "UTF-8";
/* =============ABSTRACTS==================== */
@font-face {
				font-family: "Gotham";
				src: url("../fonts/Gotham-Medium.eot");
				src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
				font-weight: 500;
				font-style: normal;
				font-display: swap;
				descent-override: 0%;
}
@font-face {
				font-family: "Gotham";
				src: url("../fonts/Gotham-Bold.eot");
				src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
				font-weight: 600;
				font-style: normal;
				font-display: swap;
				descent-override: 0%;
}
@font-face {
				font-family: "Gotham";
				src: url("../fonts/Gotham-Book.eot");
				src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
				font-weight: 400;
				font-style: normal;
				font-display: swap;
				descent-override: 0%;
}
@font-face {
				font-family: "Afterglow";
				src: url("../fonts/afterglow/AfterglowRegular.woff2") format("woff2"), url("../fonts/afterglow/AfterglowRegular.woff") format("woff"), url("../fonts/afterglow/AfterglowRegular.ttf") format("truetype");
				font-weight: normal;
				font-style: normal;
				font-display: swap;
}
/* =============BASE==================== */
.text-sm {
				font-size: clamp(0.63rem, 0.25vw + 0.57rem, 0.88rem);
}

.text-base {
				font-size: clamp(0.88rem, 0.25vw + 0.83rem, 1.13rem);
}

.text-lg {
				font-size: clamp(0.94rem, 0.31vw + 0.88rem, 1.25rem);
}

.text-xl {
				font-size: clamp(1.25rem, 0.94vw + 1.06rem, 2.19rem);
}

.text-2xl {
				font-size: clamp(1.88rem, 1.25vw + 1.63rem, 3.13rem);
}

.font-regular {
				font-weight: 400;
}

.font-medium {
				font-weight: 500;
}

.font-bold {
				font-weight: 600;
}

.text-white {
				color: #FAFAFA;
}

.text-black {
				color: #000000;
}

.text-red {
				color: #BC373B;
}

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

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

.text-right {
				text-align: right;
}

.uppercase {
				text-transform: uppercase;
}

.bg-white {
				background-color: #FAFAFA;
}

.bg-black {
				background-color: #000000;
}

.bg-darkblue {
				background-color: #1E1739;
}

.bg-gray {
				background-color: #F2F2F2;
}

.bg-red {
				background-color: #BC373B;
}

.border-white {
				border: 2px solid #FAFAFA;
}

.border-red {
				border: 2px solid #BC373B;
}

.shadow {
				-webkit-box-shadow: 0 0 10px rgba(0, 3, 6, 0.2);
				        box-shadow: 0 0 10px rgba(0, 3, 6, 0.2);
}

html {
				font-family: "roc-grotesk", sans-serif;
				-ms-text-size-adjust: 100%;
				-webkit-text-size-adjust: 100%;
}

body {
				font-family: "roc-grotesk", sans-serif;
				font-weight: 400;
				font-size: 14px;
				line-height: 1.666;
}

h1, h2, h3 {
				margin: 0;
				padding: 0;
}
h1 a, h2 a, h3 a {
				text-decoration: none;
}

p {
				margin: 0;
}
p strong, p b {
				font-weight: 600;
}
p:not(p:last-of-type) {
				padding-bottom: 20px;
}

a {
				color: #000000;
}

.largetitle {
				text-transform: uppercase;
				font-family: "Afterglow", sans-serif;
				font-weight: 400;
				font-size: 70px;
				line-height: 0.95;
				letter-spacing: 0;
				color: #1E1739;
}
.largetitle span {
				display: block;
}
@media (max-width: 1150px) {
				.largetitle {
								font-size: 60px;
				}
}
@media (max-width: 750px) {
				.largetitle {
								font-size: 40px;
				}
}
@media (max-width: 500px) {
				.largetitle {
								font-size: 35px;
				}
}

.smalltitle {
				text-transform: uppercase;
				font-family: "roc-grotesk", sans-serif;
				font-weight: 400;
				font-size: 14px;
				line-height: 1;
				letter-spacing: 0;
}

#content.darkpage .largetitle {
				color: #E2DCCE;
}

* {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				outline: none;
				position: relative;
}

html {
				height: 100%;
				margin: 0;
				padding: 0;
}

body {
				scroll-behavior: smooth;
				background-color: #F2F0EA;
				height: 100%;
				max-width: 100%;
				margin: 0 auto;
				padding: 0;
}
body::before {
				content: "";
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background: linear-gradient(to right, transparent 20%, rgba(200, 180, 160, 0.12) 20% calc(20% + 1px), transparent calc(20% + 1px)), linear-gradient(to right, transparent 61.25%, rgba(200, 180, 160, 0.12) 61.25% calc(61.25% + 1px), transparent calc(61.25% + 1px)), linear-gradient(to right, transparent 79%, rgba(200, 180, 160, 0.12) 79% calc(79% + 1px), transparent calc(79% + 1px));
				pointer-events: none;
				z-index: 10;
}
@media (max-width: 950px) {
				body::before {
								display: none;
				}
}

main {
				height: 100%;
}

#content {
				height: 100%;
}
#content.darkpage {
				background-color: #1E1739;
				color: #E2DCCE;
}

img {
				display: block;
				height: auto;
				width: 100%;
}

.plg-imagecontainer {
				display: block;
				width: 100%;
				overflow: hidden;
}
.plg-imagecontainer img, .plg-imagecontainer video {
				z-index: 11;
}

.plg-container, .plg-header-container, .plg-footer-container {
				display: block;
				width: 100%;
				padding: 0 120px;
				max-width: 1840px;
				margin: 0 auto;
}
.plg-container-small, .plg-header-container-small, .plg-footer-container-small {
				display: block;
				padding: 0 240px;
				max-width: 1840px;
				margin: 0 auto;
}
@media (max-width: 1150px) {
				.plg-container-small, .plg-header-container-small, .plg-footer-container-small {
								padding: 0 60px;
				}
}
@media (max-width: 950px) {
				.plg-container-small, .plg-header-container-small, .plg-footer-container-small {
								padding: 0 20px;
				}
}
@media (max-width: 1150px) {
				.plg-container, .plg-header-container, .plg-footer-container {
								padding: 0 60px;
				}
}
@media (max-width: 950px) {
				.plg-container, .plg-header-container, .plg-footer-container {
								padding: 0 20px;
				}
}

.error__container a {
				color: unset;
				text-decoration: underline;
}

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

.columns {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				margin-left: -0.625rem;
				margin-right: -0.625rem;
}

.column {
				-webkit-box-flex: 0;
				    -ms-flex: 0 1 100%;
				        flex: 0 1 100%;
				margin-left: 0.625rem;
				margin-right: 0.625rem;
				max-width: 100%;
}

@media (max-width: 1150px) {
				.column {
								-webkit-box-flex: 1;
								    -ms-flex: 1;
								        flex: 1;
				}
}
.ratio__portrait {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 150%;
				overflow: hidden;
}
.ratio__landscape {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 70%;
				overflow: hidden;
}
.ratio__landscape.square {
				padding-bottom: 90%;
}
.ratio__square {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 100%;
				overflow: hidden;
}
.ratio__fullscreen {
				position: relative;
				height: 100%;
				width: 100%;
				overflow: hidden;
}
.ratio__banner {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: calc(100svh - 228px);
				overflow: hidden;
}
.ratio__thumbnail {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				-webkit-transition: all 0.4s ease;
				transition: all 0.4s ease;
}
.ratio__logo {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				-o-object-fit: contain;
				   object-fit: contain;
				-webkit-transition: all 0.4s ease;
				transition: all 0.4s ease;
}
.ratio__video {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 124%;
}

/* Icons */
@font-face {
				font-family: "slick";
				font-weight: normal;
				font-style: normal;
				src: url("../fonts/slick/slick.eot");
				src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}
/* Slider */
.slick-loading .slick-list {
				background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
				position: absolute;
				display: block;
				height: 24px;
				width: 24px;
				line-height: 0px;
				font-size: 0px;
				cursor: pointer;
				background: transparent;
				color: transparent;
				top: 50%;
				-webkit-transform: translate(0, -50%);
				transform: translate(0, -50%);
				padding: 0;
				border: none;
				outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
				outline: none;
				background: transparent;
				color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
				opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
				opacity: 0.5;
}

.slick-prev:before, .slick-next:before {
				font-family: "slick";
				font-size: 20px;
				line-height: 1;
				color: white;
				opacity: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
				left: -25px;
}
[dir=rtl] .slick-prev {
				left: auto;
				right: -25px;
}
.slick-prev:before {
				display: block;
				content: "";
				width: 24px;
				height: 24px;
				background-image: url("../images/arrow-left-fullh.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
}
[dir=rtl] .slick-prev:before {
				content: "";
				background-image: url("../images/arrow-right-fullh.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				width: 24px;
				height: 24px;
}

.slick-next {
				right: -25px;
}
[dir=rtl] .slick-next {
				left: -25px;
				right: auto;
}
.slick-next:before {
				display: block;
				width: 24px;
				height: 24px;
				content: "";
				background-image: url("../images/arrow-right-fullh.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
}
[dir=rtl] .slick-next:before {
				content: "";
				background-image: url("../images/arrow-left-fullh.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				width: 24px;
				height: 24px;
}

/* Dots */
.slick-dotted .slick-slider {
				margin-bottom: 30px;
}

.slick-dots {
				position: absolute;
				bottom: 0;
				list-style: none;
				display: block;
				text-align: center;
				padding: 0;
				margin: 0;
				width: 100%;
}
.slick-dots li {
				position: relative;
				display: inline-block;
				height: 20px;
				width: 20px;
				margin: 0 5px;
				padding: 0;
				cursor: pointer;
}
.slick-dots li button {
				border: 0;
				background: transparent;
				display: block;
				height: 20px;
				width: 20px;
				outline: none;
				line-height: 0px;
				font-size: 0px;
				color: transparent;
				padding: 0;
				cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
				outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
				opacity: 1;
}
.slick-dots li button:before {
				position: absolute;
				top: 0;
				left: 0;
				content: "•";
				width: 20px;
				height: 20px;
				font-family: "slick";
				font-size: 16px;
				line-height: 20px;
				text-align: center;
				color: #1E1739;
				opacity: 0.5;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
				color: #1E1739;
				opacity: 1;
}

/* SLICK Slider */
.slick-slider {
				position: relative;
				display: block;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				-ms-touch-action: pan-y;
				touch-action: pan-y;
				-webkit-tap-highlight-color: transparent;
}

.slick-list {
				position: relative;
				overflow: hidden;
				display: block;
				margin: 0;
				padding: 0;
}
.slick-list:focus {
				outline: none;
}
.slick-list.dragging {
				cursor: pointer;
				cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
}

.slick-track {
				position: relative;
				left: 0;
				top: 0;
				display: block;
				margin-left: auto;
				margin-right: auto;
}
.slick-track:before, .slick-track:after {
				content: "";
				display: table;
}
.slick-track:after {
				clear: both;
}
.slick-loading .slick-track {
				visibility: hidden;
}

.slick-slide {
				float: left;
				height: 100%;
				min-height: 1px;
				display: none;
}
[dir=rtl] .slick-slide {
				float: right;
}
.slick-slide img {
				display: block;
}
.slick-slide.slick-loading img {
				display: none;
}
.slick-slide.dragging img {
				pointer-events: none;
}
.slick-initialized .slick-slide {
				display: block;
}
.slick-loading .slick-slide {
				visibility: hidden;
}
.slick-vertical .slick-slide {
				display: block;
				height: auto;
				border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
				display: none;
}

/* =============COMPONENTS==================== */
.plg-header {
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				z-index: 100;
}
.plg-header::after {
				content: "";
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				height: 100px;
				background: -webkit-gradient(linear, left top, left bottom, from(#F2F0EA), color-stop(20%, rgba(242, 240, 234, 0.95)), color-stop(50%, rgba(242, 240, 234, 0.7)), color-stop(80%, rgba(242, 240, 234, 0.3)), to(transparent));
				background: linear-gradient(to bottom, #F2F0EA 0%, rgba(242, 240, 234, 0.95) 20%, rgba(242, 240, 234, 0.7) 50%, rgba(242, 240, 234, 0.3) 80%, transparent 100%);
				opacity: 0;
				pointer-events: none;
				-webkit-transition: opacity 0.3s ease;
				transition: opacity 0.3s ease;
				z-index: -1;
}
.plg-header.scrolled::after {
				opacity: 1;
}
.plg-header.scrolled .plg-header-container {
				padding-top: 30px;
				padding-bottom: 30px;
}
.plg-header-container {
				padding-top: 60px;
				padding-bottom: 60px;
				-webkit-transition: padding 0.3s ease;
				transition: padding 0.3s ease;
}
@media (max-width: 750px) {
				.plg-header-container {
								padding-top: 30px;
								padding-bottom: 30px;
				}
}
.plg-header-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
@media (max-width: 750px) {
				.plg-header-inner {
								-ms-flex-wrap: wrap;
								    flex-wrap: wrap;
				}
}
.plg-header-logo {
				z-index: 101;
				margin: 0 auto 0 0;
}
.plg-header-logo-inner {
				position: relative;
				max-width: 270px;
}
@media (max-width: 750px) {
				.plg-header-logo-inner {
								max-width: 200px;
				}
}
@media (max-width: 500px) {
				.plg-header-logo-inner {
								max-width: 180px;
				}
}
.plg-header-logo-inner a {
				position: relative;
				display: block;
				width: 100%;
}
.plg-header-logo-inner img {
				display: block;
				width: 100%;
				height: auto;
				-webkit-transition: opacity 0.3s ease;
				transition: opacity 0.3s ease;
				backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				transform: translateZ(0);
				-webkit-transform: translateZ(0);
}
.plg-header-logo-inner img.logo-dark {
				position: relative;
				opacity: 1;
				z-index: 1;
}
.plg-header-logo-inner img.logo-light {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				opacity: 0;
				z-index: 2;
}
@media (max-width: 750px) {
				.plg-header-logo {
								-webkit-box-ordinal-group: 2;
								    -ms-flex-order: 1;
								        order: 1;
				}
}
.plg-header-contactinfo a {
				color: #DC776B;
				text-decoration: none;
				text-transform: uppercase;
				line-height: 1;
				font-size: 15px;
				margin-right: 50px;
				-webkit-transition: color 0.3s ease;
				transition: color 0.3s ease;
}
.plg-header-contactinfo a:hover {
				color: #1E1739;
				text-decoration: underline;
}
.plg-header-hamburger {
				z-index: 101;
				cursor: pointer;
}
.plg-header-hamburger-inner {
				height: 30px;
				width: 30px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
}
@media (max-width: 500px) {
				.plg-header-hamburger-inner {
								height: 20px;
								width: 20px;
				}
}
.plg-header-hamburger-line {
				width: 30px;
				height: 2px;
				background-color: #1E1739;
				margin-bottom: 6px;
				border-radius: 6px;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
}
.plg-header-hamburger-line:nth-child(2) {
				width: 18px;
}
.plg-header-hamburger-line:nth-child(3) {
				width: 23px;
}
.plg-header-hamburger-line:last-child {
				margin-bottom: 0;
}
@media (max-width: 750px) {
				.plg-header-hamburger {
								-webkit-box-ordinal-group: 4;
								    -ms-flex-order: 3;
								        order: 3;
				}
}
@media (max-width: 500px) {
				.plg-header-hamburger {
								margin-left: 10px;
				}
}
.plg-header-navigation {
				position: fixed;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				width: 100%;
				height: 100%;
				padding: 60px 120px 120px;
				opacity: 0;
				visibility: hidden;
				pointer-events: none;
				-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
				transition: opacity 0.3s ease, visibility 0.3s ease;
				color: #F2F0EA;
}
@media (max-width: 1300px) {
				.plg-header-navigation {
								padding: 60px 60px 120px;
				}
}
@media (max-width: 750px) {
				.plg-header-navigation {
								padding: 60px 20px 120px;
				}
}
.plg-header-navigation a {
				color: #F2F0EA;
}
.plg-header-navigation-inner {
				height: 100%;
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				z-index: 3;
}
.plg-header-navigation::before {
				content: "";
				position: absolute;
				inset: 0;
				background: linear-gradient(to right, transparent 20%, rgba(200, 180, 160, 0.12) 20% calc(20% + 1px), transparent calc(20% + 1px)), linear-gradient(to right, transparent 61.25%, rgba(200, 180, 160, 0.12) 61.25% calc(61.25% + 1px), transparent calc(61.25% + 1px)), linear-gradient(to right, transparent 79%, rgba(200, 180, 160, 0.12) 79% calc(79% + 1px), transparent calc(79% + 1px));
				pointer-events: none;
				z-index: 2;
}
@media (max-width: 950px) {
				.plg-header-navigation::before {
								display: none;
				}
}
.plg-header-navigation-stripes {
				position: absolute;
				inset: 0;
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 20% 41.25% 17.75% 21%;
				grid-template-columns: 20% 41.25% 17.75% 21%;
				z-index: 1;
}
.plg-header-navigation-stripes .stripe {
				background: #1E1739;
				height: 0;
				-webkit-transform-origin: bottom;
				        transform-origin: bottom;
				-ms-flex-item-align: end;
				    -ms-grid-row-align: end;
				    align-self: end;
				-webkit-transition: height 0.3s ease;
				transition: height 0.3s ease;
}
.plg-header-navigation-stripes .stripe:nth-child(1) {
				-webkit-transition-delay: 0s;
				        transition-delay: 0s;
}
.plg-header-navigation-stripes .stripe:nth-child(2) {
				-webkit-transition-delay: 0.1s;
				        transition-delay: 0.1s;
}
.plg-header-navigation-stripes .stripe:nth-child(3) {
				-webkit-transition-delay: 0.05s;
				        transition-delay: 0.05s;
}
.plg-header-navigation-stripes .stripe:nth-child(4) {
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.plg-header .plg-header-navimages {
				opacity: 0;
				-webkit-transition: opacity 0.3s ease;
				transition: opacity 0.3s ease;
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
.plg-header.active .plg-header-hamburger-line {
				position: absolute;
				width: 30px;
				background-color: #F2F0EA;
}
.plg-header.active .plg-header-hamburger-line:nth-child(1) {
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				margin-bottom: 0;
}
.plg-header.active .plg-header-hamburger-line:nth-child(2) {
				opacity: 0;
				width: 0;
				-webkit-transition: none;
				transition: none;
}
.plg-header.active .plg-header-hamburger-line:nth-child(3) {
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
				margin-bottom: 0;
}
.plg-header.active .plg-header-logo-inner img.logo-light {
				opacity: 1 !important;
				visibility: visible;
}
.plg-header.active .plg-header-logo-inner img.logo-dark {
				opacity: 0 !important;
				visibility: hidden;
}
.plg-header.active .plg-header-navigation {
				opacity: 1;
				visibility: visible;
				pointer-events: auto;
}
.plg-header.active .plg-header-navigation-stripes .stripe {
				height: 100%;
				-webkit-transition: height 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
				transition: height 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.plg-header.active .plg-header-navigation-stripes .stripe:nth-child(1) {
				-webkit-transition-delay: 0s;
				        transition-delay: 0s;
}
.plg-header.active .plg-header-navigation-stripes .stripe:nth-child(2) {
				-webkit-transition-delay: 0.1s;
				        transition-delay: 0.1s;
}
.plg-header.active .plg-header-navigation-stripes .stripe:nth-child(3) {
				-webkit-transition-delay: 0.05s;
				        transition-delay: 0.05s;
}
.plg-header.active .plg-header-navigation-stripes .stripe:nth-child(4) {
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.plg-header.active .plg-header-navimages {
				opacity: 1;
}
.plg-header-spacer {
				height: 150px;
				width: 100%;
}
@media (max-width: 750px) {
				.plg-header-spacer {
								height: 90px;
				}
}
.plg-header .plg-socials {
				margin-right: 50px;
}
@media (max-width: 1150px) {
				.plg-header .plg-socials {
								margin-right: 25px;
				}
}
@media (max-width: 750px) {
				.plg-header .plg-socials {
								margin: 0;
								-webkit-box-ordinal-group: 1;
								    -ms-flex-order: 0;
								        order: 0;
								width: 100%;
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: horizontal;
								-webkit-box-direction: normal;
								    -ms-flex-direction: row;
								        flex-direction: row;
								-webkit-box-pack: end;
								    -ms-flex-pack: end;
								        justify-content: flex-end;
								margin-bottom: 20px;
								display: none;
								position: fixed;
								bottom: 20px;
								left: 20px;
								z-index: 101;
				}
}
@media (max-width: 750px) {
				.plg-header-visiblenav {
								display: none;
				}
}
.plg-header-visiblenav-inner ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.plg-header-visiblenav-inner ul li {
				margin: 0;
				padding: 0;
				display: inline-block;
}
.plg-header-visiblenav-inner ul li a {
				color: #DC776B;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 15px;
				line-height: 1;
				margin-right: 50px;
				-webkit-transition: color 0.3s ease;
				transition: color 0.3s ease;
}
.plg-header-visiblenav-inner ul li a:after {
				position: absolute;
				bottom: -5px;
				left: 50%;
				right: 50%;
				content: "";
				display: block;
				width: 100%;
				height: 1px;
				background-color: #1E1739;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
				width: 0;
}
.plg-header-visiblenav-inner ul li a:hover {
				color: #1E1739;
				text-decoration: none;
}
.plg-header-visiblenav-inner ul li a:hover:after {
				width: 100%;
				left: 0;
				right: 0;
}
@media (max-width: 1150px) {
				.plg-header-visiblenav-inner ul li a {
								margin-right: 25px;
				}
}
@media (max-width: 750px) {
				.plg-header-visiblenav-inner ul li a {
								margin-right: 10px;
				}
}
@media (max-width: 500px) {
				.plg-header-visiblenav-inner ul li a {
								margin-right: 5px;
				}
}
@media (max-width: 750px) {
				.plg-header-visiblenav {
								-webkit-box-ordinal-group: 3;
								    -ms-flex-order: 2;
								        order: 2;
				}
}

#content.darkpage .plg-header-logo-inner img.logo-light {
				opacity: 1 !important;
				visibility: visible;
}
#content.darkpage .plg-header-logo-inner img.logo-dark {
				opacity: 0 !important;
				visibility: hidden;
}
#content.darkpage .plg-header-hamburger-line {
				background-color: #E2DCCE;
}
#content.darkpage .plg-header::after {
				background: -webkit-gradient(linear, left top, left bottom, from(#1E1739), color-stop(20%, rgba(30, 23, 57, 0.95)), color-stop(50%, rgba(30, 23, 57, 0.7)), color-stop(80%, rgba(30, 23, 57, 0.3)), to(transparent));
				background: linear-gradient(to bottom, #1E1739 0%, rgba(30, 23, 57, 0.95) 20%, rgba(30, 23, 57, 0.7) 50%, rgba(30, 23, 57, 0.3) 80%, transparent 100%);
}
#content.darkpage .plg-header-contactinfo a:hover {
				color: #E2DCCE;
}
#content.darkpage .plg-header-visiblenav-inner ul li a:hover {
				color: #E2DCCE;
}
#content.darkpage .plg-header-visiblenav-inner ul li a:hover:after {
				background-color: #E2DCCE;
}

#content.darknavonly .plg-header-logo-inner img.logo-light {
				opacity: 1 !important;
				visibility: visible;
}
#content.darknavonly .plg-header-logo-inner img.logo-dark {
				opacity: 0 !important;
				visibility: hidden;
}
#content.darknavonly .plg-header-hamburger-line {
				background-color: #E2DCCE;
}
#content.darknavonly .plg-header-contactinfo a:hover {
				color: #E2DCCE;
}
#content.darknavonly .plg-header-visiblenav-inner ul li a:hover {
				color: #E2DCCE;
}
#content.darknavonly .plg-header-visiblenav-inner ul li a:hover:after {
				background-color: #E2DCCE;
}

#content.darknavonly .plg-header.scrolled .plg-header-logo-inner img.logo-light {
				opacity: 0 !important;
				visibility: hidden;
}
#content.darknavonly .plg-header.scrolled .plg-header-logo-inner img.logo-dark {
				opacity: 1 !important;
				visibility: visible;
}
#content.darknavonly .plg-header.scrolled .plg-header-hamburger-line {
				background-color: #1E1739;
}
#content.darknavonly .plg-header.scrolled .plg-header-contactinfo a:hover {
				color: #1E1739;
}
#content.darknavonly .plg-header.scrolled .plg-header-visiblenav-inner ul li a:hover {
				color: #1E1739;
}
#content.darknavonly .plg-header.scrolled .plg-header-visiblenav-inner ul li a:hover:after {
				background-color: #1E1739;
}

html.is-animating .swup-transition-main {
				-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
				transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
				transition: opacity 0.5s ease, transform 0.5s ease;
				transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

html.is-leaving .swup-transition-main {
				opacity: 0;
				-webkit-transform: translateY(20px);
				        transform: translateY(20px);
}

html.is-rendering .swup-transition-main {
				opacity: 0;
				-webkit-transform: translateY(-20px);
				        transform: translateY(-20px);
}

html.is-leaving .swup-transition-main {
				-webkit-animation: fadeOutWithStripes 0.6s ease forwards;
				        animation: fadeOutWithStripes 0.6s ease forwards;
}

html.is-rendering .swup-transition-main {
				-webkit-animation: fadeInWithStripes 0.6s ease forwards;
				        animation: fadeInWithStripes 0.6s ease forwards;
}

@-webkit-keyframes fadeOutWithStripes {
				0% {
								opacity: 1;
								-webkit-transform: translateY(0);
								        transform: translateY(0);
				}
				100% {
								opacity: 0;
								-webkit-transform: translateY(-30px);
								        transform: translateY(-30px);
				}
}

@keyframes fadeOutWithStripes {
				0% {
								opacity: 1;
								-webkit-transform: translateY(0);
								        transform: translateY(0);
				}
				100% {
								opacity: 0;
								-webkit-transform: translateY(-30px);
								        transform: translateY(-30px);
				}
}
@-webkit-keyframes fadeInWithStripes {
				0% {
								opacity: 0;
								-webkit-transform: translateY(30px);
								        transform: translateY(30px);
				}
				100% {
								opacity: 1;
								-webkit-transform: translateY(0);
								        transform: translateY(0);
				}
}
@keyframes fadeInWithStripes {
				0% {
								opacity: 0;
								-webkit-transform: translateY(30px);
								        transform: translateY(30px);
				}
				100% {
								opacity: 1;
								-webkit-transform: translateY(0);
								        transform: translateY(0);
				}
}
.menu {
				padding-right: 30px;
}
@media (max-width: 750px) {
				.menu {
								padding: 0;
				}
}
.menu ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
}
.menu ul li {
				margin: 0;
				padding: 0;
				text-transform: uppercase;
				opacity: 0;
				-webkit-transform: translateY(20px);
				        transform: translateY(20px);
				-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
				transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
				transition: opacity 0.5s ease, transform 0.5s ease;
				transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.menu ul li:nth-child(1) {
				-webkit-transition-delay: 0.1s;
				        transition-delay: 0.1s;
}
.menu ul li:nth-child(2) {
				-webkit-transition-delay: 0.2s;
				        transition-delay: 0.2s;
}
.menu ul li:nth-child(3) {
				-webkit-transition-delay: 0.3s;
				        transition-delay: 0.3s;
}
.menu ul li:nth-child(4) {
				-webkit-transition-delay: 0.4s;
				        transition-delay: 0.4s;
}
.menu ul li:nth-child(5) {
				-webkit-transition-delay: 0.5s;
				        transition-delay: 0.5s;
}
.menu ul li:nth-child(6) {
				-webkit-transition-delay: 0.6s;
				        transition-delay: 0.6s;
}
.menu ul li:nth-child(7) {
				-webkit-transition-delay: 0.7s;
				        transition-delay: 0.7s;
}
.menu ul li:nth-child(8) {
				-webkit-transition-delay: 0.8s;
				        transition-delay: 0.8s;
}
.menu ul li:nth-child(9) {
				-webkit-transition-delay: 0.9s;
				        transition-delay: 0.9s;
}
.menu ul li:nth-child(10) {
				-webkit-transition-delay: 1s;
				        transition-delay: 1s;
}
.menu ul li a {
				color: #4B475B;
				text-decoration: none;
				-webkit-transition: color 0.3s ease;
				transition: color 0.3s ease;
				font-family: "Afterglow", sans-serif;
				font-size: 50px;
				letter-spacing: 0;
				line-height: 1;
}
.menu ul li a:hover {
				color: #F2F0EA;
				text-decoration: none;
}
@media (max-width: 750px) {
				.menu ul li a {
								font-size: 40px;
				}
}
.menu ul li.active a, .menu ul li:hover a {
				color: #F2F0EA;
}

.plg-header.active .menu ul li {
				opacity: 1;
				-webkit-transform: translateY(0);
				        transform: translateY(0);
}

.plg-header-navimages {
				width: 100%;
				max-width: 460px;
				opacity: 0;
}
@media (max-width: 950px) {
				.plg-header-navimages {
								display: none;
				}
}
.plg-header-navimages-inner {
				opacity: 0;
				visibility: hidden;
				-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
				transition: opacity 0.3s ease, visibility 0.3s ease;
}
.plg-header-navimages-inner.visible {
				opacity: 1;
				visibility: visible;
}
.plg-header-navimages-inner::before {
				content: "";
				display: block;
				width: 100px;
				height: 100px;
				position: absolute;
				bottom: 120px;
				left: 0%;
				-webkit-transform: translate(-50%, 0%);
				        transform: translate(-50%, 0%);
				background-image: url("../images/icon-circle.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				z-index: 12;
}
.plg-header-navimages-item .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 132%;
				position: relative;
}
.plg-header-navimages-item .plg-imagecontainer img, .plg-header-navimages-item .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}

.plg-socials ul {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				gap: 6px;
				margin: 0;
				padding: 0;
				list-style-type: none;
}
.plg-socials ul li {
				margin: 0;
				padding: 0;
				display: inline-block;
}
.plg-socials ul a {
				display: block;
				width: 24px;
				height: 24px;
}
.plg-socials ul a img {
				width: 100%;
				height: 100%;
				-o-object-fit: contain;
				   object-fit: contain;
}

.plg-footer {
				margin-top: 140px;
				padding-top: 80px;
				padding-bottom: 80px;
				text-transform: uppercase;
				background-color: #EEEBE4;
				color: #000000;
				z-index: 11;
}
@media (max-width: 750px) {
				.plg-footer {
								margin-top: 100px;
								padding-top: 50px;
								padding-bottom: 50px;
				}
}
.plg-footer a {
				text-decoration: none;
}
.plg-footer a:hover {
				text-decoration: underline;
}
.plg-footer ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
}
.plg-footer ul li {
				margin: 0;
				padding: 0;
}
.plg-footer .footertitle {
				color: #DC776B;
				margin: 0 0 25px 0;
				padding: 0;
}
.plg-footer-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
}
@media (max-width: 1150px) {
				.plg-footer-inner {
								-ms-flex-wrap: wrap;
								    flex-wrap: wrap;
				}
}
.plg-footer-logo {
				width: 25%;
}
.plg-footer-logo img {
				max-width: 192px;
}
@media (max-width: 1150px) {
				.plg-footer-logo {
								width: 100%;
				}
}
.plg-footer-contactinfo {
				width: calc(25% - 60px);
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				margin-right: 60px;
}
@media (max-width: 1150px) {
				.plg-footer-contactinfo {
								width: auto;
								margin-top: 40px;
				}
}
.plg-footer-navigation {
				margin-right: 60px;
}
@media (max-width: 1150px) {
				.plg-footer-navigation {
								margin-top: 40px;
				}
}
.plg-footer-social {
				margin-right: 60px;
}
@media (max-width: 1150px) {
				.plg-footer-social {
								margin-top: 40px;
				}
}
@media (max-width: 1150px) {
				.plg-footer-legals {
								margin-top: 40px;
				}
}
.plg-footer .lighttext {
				color: #bfb9b2;
				margin: 0;
				padding: 0;
}

.plg-newsletterbanner + .plg-footer, .plg-propertyformbanner + .plg-footer, .plg-a1-section + .plg-footer, .plg-e1-section + .plg-footer, .plg-sellbanner + .plg-footer, .plg-ni1-section + .plg-footer {
				margin-top: 0;
}

.privacy__container {
				padding: 10px var(--cel);
}

#privacypolicy {
				background: #FAFAFA;
				color: #000000;
}
#privacypolicy a {
				color: #000000;
}

.termsfeed-com---nb-simple {
				max-width: unset !important;
				bottom: 25px !important;
				left: 25px !important;
				right: 25px !important;
}

.cc-nb-main-container {
				font-size: 13px !important;
				background: #000000 !important;
				display: -ms-grid !important;
				display: grid !important;
				-ms-grid-columns: 1fr 1fr !important;
				grid-template-columns: 1fr 1fr !important;
				padding: 20px 50px !important;
}
@media (max-width: 1150px) {
				.cc-nb-main-container {
								padding: 20px 50px !important;
								-ms-grid-columns: 1fr !important;
								grid-template-columns: 1fr !important;
				}
}
.cc-nb-title {
				display: none;
}
.cc-nb-text {
				color: #FAFAFA !important;
				line-height: 1.5 !important;
				font-size: 12px !important;
}
.cc-nb-text-container {
				-ms-grid-column: 1;
				-ms-grid-column-span: 1;
				grid-column: 1/2;
				-ms-grid-row: 2;
				-ms-grid-row-span: 1;
				grid-row: 2/3;
}
@media (max-width: 1150px) {
				.cc-nb-text-container {
								grid-column: unset !important;
								grid-row: unset !important;
				}
}
.cc-nb-okagree {
				background: none !important;
				border: none !important;
				color: #FAFAFA !important;
}
.cc-nb-okagree:hover {
				background: #000000 !important;
				color: #FAFAFA !important;
}
.cc-nb-reject {
				background: none !important;
				border: none !important;
				color: #FAFAFA !important;
				opacity: 40% !important;
}
.cc-nb-changep {
				color: #000000 !important;
				background: rgba(250, 250, 250, 0.7) !important;
}
.cc-nb-buttons-container {
				-ms-grid-column: 2;
				-ms-grid-column-span: 1;
				grid-column: 2/3;
				-ms-grid-row: 1;
				-ms-grid-row-span: 2;
				grid-row: 1/3;
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important;
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				    -ms-flex-direction: row !important;
				        flex-direction: row !important;
				-webkit-box-pack: end !important;
				    -ms-flex-pack: end !important;
				        justify-content: flex-end !important;
				-webkit-box-align: center !important;
				    -ms-flex-align: center !important;
				        align-items: center !important;
				height: 100% !important;
}
@media (max-width: 1150px) {
				.cc-nb-buttons-container {
								grid-column: unset !important;
								grid-row: unset !important;
								-webkit-box-orient: vertical !important;
								-webkit-box-direction: reverse !important;
								    -ms-flex-direction: column-reverse !important;
								        flex-direction: column-reverse !important;
				}
}
.cc-nb-buttons-container button {
				text-transform: uppercase !important;
				letter-spacing: 0.075em !important;
				font-size: 10px !important;
				outline: none !important;
				-ms-flex-item-align: end !important;
				    align-self: flex-end !important;
				padding: 10px 20px !important;
}
@media (max-width: 1150px) {
				.cc-nb-buttons-container button {
								width: 100% !important;
				}
}

.cc-cp-foot-save {
				background: #000000 !important;
}
.cc-cp-foot-save:focus {
				outline: none !important;
				border: none !important;
}

form,
input,
label,
textarea {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

form {
				list-style-type: none;
				margin: 0;
				padding: 0;
				width: 100%;
				/*.form-grid {
					display: grid;
					grid-template-columns: repeat(2, 1fr);
					gap: 30px;

					.form-group {
						grid-column: span 1;

						&.w-full {
							grid-column: span 2;
						}
					}
				}*/
}
form .error {
				color: crimson;
}
form .error::-webkit-input-placeholder {
				color: crimson;
}
form .error::-moz-placeholder {
				color: crimson;
}
form .error:-ms-input-placeholder {
				color: crimson;
}
form .error::-ms-input-placeholder {
				color: crimson;
}
form .error::placeholder {
				color: crimson;
}
form .error + label {
				color: crimson;
				font-weight: bold;
}
form .error + label a {
				color: crimson !important;
}
form .error a {
				color: crimson;
}
form .error .checkbox:before {
				border: 0.5px solid crimson;
}
form .form-group {
				margin-top: 40px;
}
form .form-group:first-child {
				margin-top: 0;
}
form .plg-arrowbutton {
				margin-top: 20px;
				text-transform: uppercase;
}
form .plg-arrowbutton button {
				text-transform: uppercase;
}

.form-group {
				padding: 0 0 10px 0;
				border-bottom: 1px solid rgba(0, 0, 0, 0.15);
				margin-top: -1px;
				position: relative;
}
.form-group.policy {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				margin-top: 0;
}
.form-group.policy a {
				color: #000000;
				text-decoration: underline;
}

.noline {
				border-bottom: none;
				margin-top: 0;
}

label,
input {
				-webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
				transition: color 0.4s ease, background-color 0.1s ease-in-out;
}

input,
textarea {
				background-color: transparent;
				border: none;
				color: #000000;
				font-size: 14px;
				margin: 0;
				outline: none;
				width: 100%;
				/*&.error {
				  padding: 10px 0 2em 0;
				}*/
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
				font-family: "roc-grotesk", sans-serif;
				color: #000000;
				text-transform: uppercase;
}
input::-moz-placeholder, textarea::-moz-placeholder {
				font-family: "roc-grotesk", sans-serif;
				color: #000000;
				text-transform: uppercase;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
				font-family: "roc-grotesk", sans-serif;
				color: #000000;
				text-transform: uppercase;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
				font-family: "roc-grotesk", sans-serif;
				color: #000000;
				text-transform: uppercase;
}
input::placeholder,
textarea::placeholder {
				font-family: "roc-grotesk", sans-serif;
				color: #000000;
				text-transform: uppercase;
}
input:focus,
textarea:focus {
				color: #000000;
				background-color: transparent;
				-webkit-box-shadow: none;
				        box-shadow: none;
}
input[name=website],
textarea[name=website] {
				font-size: 0;
}

.error-text {
				position: absolute;
				bottom: -30px;
				left: 0;
				margin: 0;
				font-size: 14px;
				color: crimson;
}
.error-text.error-policy {
				position: relative;
				bottom: 0;
				left: 0;
}

#policy {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				border: none;
				display: inline-block;
				width: 0;
				height: 0;
				position: absolute;
				left: -99999999px;
				color: #DC776B;
}
#policy:checked + label:after {
				content: "✓";
				line-height: 1;
				background: transparent;
				position: absolute;
				top: 5px;
				left: -24px;
				width: 15px;
				height: 15px;
				text-align: center;
				color: #000000;
}

.checkbox {
				position: relative;
				margin-left: 25px;
				cursor: pointer;
				color: #DC776B;
}
.checkbox:before {
				content: "";
				position: absolute;
				width: 15px;
				height: 15px;
				border: 1px solid rgba(0, 0, 0, 0.15);
				left: -25px;
				top: 3px;
}
.checkbox a {
				color: #DC776B !important;
				text-decoration: none !important;
}

.label--required:after {
				content: "*";
				color: crimson;
				margin-left: 5px;
}

button {
				background-color: transparent;
				border: none;
				margin: 0;
				padding: 0;
				text-align: inherit;
				font: inherit;
				border-radius: 0;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
				color: #DC776B;
}

.newsletter-form input::-webkit-input-placeholder, .newsletter-form textarea::-webkit-input-placeholder, .property-form input::-webkit-input-placeholder, .property-form textarea::-webkit-input-placeholder {
				color: #DC776B;
}

.newsletter-form input::-moz-placeholder, .newsletter-form textarea::-moz-placeholder, .property-form input::-moz-placeholder, .property-form textarea::-moz-placeholder {
				color: #DC776B;
}

.newsletter-form input:-ms-input-placeholder, .newsletter-form textarea:-ms-input-placeholder, .property-form input:-ms-input-placeholder, .property-form textarea:-ms-input-placeholder {
				color: #DC776B;
}

.newsletter-form input::-ms-input-placeholder, .newsletter-form textarea::-ms-input-placeholder, .property-form input::-ms-input-placeholder, .property-form textarea::-ms-input-placeholder {
				color: #DC776B;
}

.newsletter-form input::placeholder,
.newsletter-form textarea::placeholder, .property-form input::placeholder,
.property-form textarea::placeholder {
				color: #DC776B;
}

.fancybox__content {
				padding: 5rem !important;
}
.fancybox__content .carousel__button.is-close {
				top: 0 !important;
				right: 0;
}
.fancybox__content .carousel__button.is-close svg {
				color: #000000;
				-webkit-filter: none;
				        filter: none;
				width: 1.25rem;
				height: 1.25rem;
}

.btnwrap {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 10px;
}

.plg-arrowbutton {
				display: inline-block;
				text-decoration: none;
				color: #DC776B;
				font-size: 14px;
				text-transform: uppercase;
				font-weight: 400;
				cursor: pointer;
}
.plg-arrowbutton:after {
				content: "";
				display: inline-block;
				width: 24px;
				height: 12px;
				background-image: url("../images/arrow-right.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center left;
				margin-left: 10px;
				-webkit-transition: -webkit-transform 0.3s ease-in-out;
				transition: -webkit-transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.plg-arrowbutton:hover {
				text-decoration: none;
}
.plg-arrowbutton:hover:after {
				-webkit-transform: translateX(10px);
				        transform: translateX(10px);
}

.plg-overviewproperty {
				cursor: pointer;
				text-decoration: none;
}
.plg-overviewproperty:hover img {
				-webkit-transform: scale(1.05);
				        transform: scale(1.05);
}
.plg-overviewproperty-image {
				width: 100%;
				margin-bottom: 30px;
				background-color: #EAE6DE;
				z-index: 11;
}
.plg-overviewproperty-image .label-option {
				position: absolute;
				top: 20px;
				right: 20px;
}
.plg-overviewproperty-image .plg-imagecontainer {
				overflow: hidden;
}
.plg-overviewproperty-image .plg-imagecontainer img {
				-webkit-transition: -webkit-transform 0.3s ease-in-out;
				transition: -webkit-transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.plg-overviewproperty-text .propertytitle {
				text-transform: uppercase;
				color: #DC776B;
				font-weight: 400;
				font-family: "roc-grotesk", sans-serif;
				font-size: 14px;
				line-height: 1;
				margin: 0 0 20px 0;
}
.plg-overviewproperty-text .propertyprice, .plg-overviewproperty-text .propertylocation {
				text-transform: uppercase;
				margin: 0;
				padding: 0;
}
.plg-overviewproperty.sold {
				pointer-events: none;
				/*.plg-overviewproperty-text{
				    opacity: 0.45;
				}*/
}
.plg-overviewproperty.sold .plg-overviewproperty-image .plg-imagecontainer::after {
				z-index: 13;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				content: "";
				display: block;
				width: 100px;
				height: 100px;
				background-image: url("../images/icon-circle-white.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
}
.plg-overviewproperty.sold .plg-overviewproperty-image .plg-imagecontainer::before {
				content: "";
				z-index: 12;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
				background-color: rgba(0, 0, 0, 0.2);
}
.plg-overviewnewsitem {
				cursor: pointer;
				text-decoration: none;
}
.plg-overviewnewsitem:hover img {
				-webkit-transform: scale(1.05);
				        transform: scale(1.05);
}
.plg-overviewnewsitem:hover .plg-arrowbutton:after {
				-webkit-transform: translateX(10px);
				        transform: translateX(10px);
}
.plg-overviewnewsitem-image {
				width: 100%;
				margin-bottom: 30px;
}
.plg-overviewnewsitem-image .plg-imagecontainer {
				overflow: hidden;
				width: 100%;
				height: 0;
				padding-bottom: 156%;
				position: relative;
}
.plg-overviewnewsitem-image .plg-imagecontainer img, .plg-overviewnewsitem-image .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-overviewnewsitem-image .plg-imagecontainer img {
				-webkit-transition: -webkit-transform 0.3s ease-in-out;
				transition: -webkit-transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out;
				transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.plg-overviewnewsitem-text {
				text-transform: uppercase;
}

.label-option {
				background-color: #DC776B;
				color: #FAFAFA;
				padding: 8px 14px;
				font-family: "roc-grotesk", sans-serif;
				font-size: 12px;
				line-height: 1;
				text-transform: uppercase;
				font-weight: 400;
				z-index: 14;
}

/* =============BLOCKS==================== */
.plg-textwoneimage-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
}
@media (max-width: 750px) {
				.plg-textwoneimage-inner {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-pack: start;
								    -ms-flex-pack: start;
								        justify-content: flex-start;
								-webkit-box-align: start;
								    -ms-flex-align: start;
								        align-items: flex-start;
				}
}
.plg-textwoneimage-text {
				width: 70%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				padding-bottom: 50px;
				padding-top: 50px;
}
@media (max-width: 950px) {
				.plg-textwoneimage-text {
								-webkit-box-pack: start;
								    -ms-flex-pack: start;
								        justify-content: flex-start;
				}
}
.plg-textwoneimage-text .circleicon {
				display: inline-block;
				width: 125px;
				height: auto;
				margin: 0 auto 60px auto;
}
@media (max-width: 750px) {
				.plg-textwoneimage-text .circleicon {
								width: 100px;
								margin: 0 0 -50px auto;
								z-index: 13;
								-webkit-box-ordinal-group: 3;
								    -ms-flex-order: 2;
								        order: 2;
				}
}
.plg-textwoneimage-text .txt {
				width: 100%;
				max-width: 335px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
@media (max-width: 750px) {
				.plg-textwoneimage-text .txt {
								max-width: 100%;
				}
}
.plg-textwoneimage-text .plg-arrowbutton {
				margin-top: 80px;
}
@media (max-width: 950px) {
				.plg-textwoneimage-text {
								width: 50%;
				}
}
@media (max-width: 750px) {
				.plg-textwoneimage-text {
								width: 100%;
								padding-bottom: 0;
								padding-top: 0;
				}
				.plg-textwoneimage-text .plg-arrowbutton {
								margin-top: 25px;
				}
}
.plg-textwoneimage-image {
				width: 30%;
}
.plg-textwoneimage-image .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 141%;
				position: relative;
}
.plg-textwoneimage-image .plg-imagecontainer img, .plg-textwoneimage-image .plg-imagecontainer picture, .plg-textwoneimage-image .plg-imagecontainer video {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-textwoneimage-image.wicon::before {
				content: "";
				display: block;
				width: 65px;
				height: 65px;
				position: absolute;
				top: 0%;
				left: 0%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
				background-image: url("../images/icon-circle.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				z-index: 12;
}
@media (max-width: 950px) {
				.plg-textwoneimage-image {
								width: 40%;
				}
}
@media (max-width: 750px) {
				.plg-textwoneimage-image {
								width: 100%;
								margin-top: 0;
				}
}

.plg-textwdoubleimage {
				margin-top: 160px;
}
@media (max-width: 750px) {
				.plg-textwdoubleimage {
								margin-top: 100px;
				}
}
.plg-textwdoubleimage-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
.plg-textwdoubleimage-title {
				width: 50%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				margin-left: auto;
				margin-right: 60px;
				margin-bottom: -40px;
				z-index: 14;
}
.plg-textwdoubleimage-title .largetitle span:nth-child(2), .plg-textwdoubleimage-title .largetitle span:nth-child(2n+2) {
				padding-left: 210px;
}
@media (max-width: 750px) {
				.plg-textwdoubleimage-title .largetitle span:nth-child(2), .plg-textwdoubleimage-title .largetitle span:nth-child(2n+2) {
								padding-left: 120px;
				}
}
@media (max-width: 950px) {
				.plg-textwdoubleimage-title {
								margin-bottom: 0;
								width: 100%;
								-webkit-box-pack: end;
								    -ms-flex-pack: end;
								        justify-content: flex-end;
				}
}
@media (max-width: 750px) {
				.plg-textwdoubleimage-title {
								-webkit-box-pack: center;
								    -ms-flex-pack: center;
								        justify-content: center;
								margin: 0;
				}
}
.plg-textwdoubleimage-text {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
}
.plg-textwdoubleimage-text .txt {
				width: 100%;
				max-width: 335px;
}
@media (max-width: 750px) {
				.plg-textwdoubleimage-text .txt {
								max-width: 100%;
				}
}
.plg-textwdoubleimage-text .plg-arrowbutton {
				margin-top: 80px;
}
@media (max-width: 750px) {
				.plg-textwdoubleimage-text .plg-arrowbutton {
								margin-top: 25px;
				}
}
.plg-textwdoubleimage-image {
				width: 50%;
				margin-left: 8.33vw;
				padding-bottom: 60px;
}
.plg-textwdoubleimage-image-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				gap: 15px;
}
.plg-textwdoubleimage-image-grid-item {
				width: 50%;
}
.plg-textwdoubleimage-image .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 141%;
				position: relative;
}
.plg-textwdoubleimage-image .plg-imagecontainer img, .plg-textwdoubleimage-image .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-textwdoubleimage-image.wtextlogo::before {
				content: "";
				display: block;
				width: 170px;
				height: 20px;
				padding-bottom: 20px;
				position: absolute;
				top: 0%;
				left: 0%;
				-webkit-transform: translate(0%, -100%);
				        transform: translate(0%, -100%);
				background-image: url("../images/logo.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				z-index: 2;
}
@media (max-width: 950px) {
				.plg-textwdoubleimage-image.wtextlogo::before {
								position: relative;
								-webkit-transform: none;
								        transform: none;
				}
}
@media (max-width: 950px) {
				.plg-textwdoubleimage-image {
								margin-left: 0;
								margin-top: 30px;
				}
}
@media (max-width: 750px) {
				.plg-textwdoubleimage-image {
								width: 100%;
								margin-top: 100px;
				}
}

.plg-inthespotlight {
				margin-top: 160px;
}
@media (max-width: 750px) {
				.plg-inthespotlight {
								margin-top: 100px;
				}
}
.plg-inthespotlight-title {
				text-align: center;
}
.plg-inthespotlight-title h2 {
				margin: 0;
}
.plg-inthespotlight-content {
				margin-top: 90px;
}
@media (max-width: 750px) {
				.plg-inthespotlight-content {
								margin-top: 50px;
				}
}
.plg-inthespotlight-grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr);
				grid-template-columns: repeat(3, minmax(0, 1fr));
				-ms-grid-rows: auto;
				grid-template-rows: auto;
				-webkit-column-gap: 15px;
				   -moz-column-gap: 15px;
				        column-gap: 15px;
}
.plg-inthespotlight-grid > *:nth-child(1) {
				-ms-grid-row: 1;
				-ms-grid-column: 1;
}
.plg-inthespotlight-grid > *:nth-child(2) {
				-ms-grid-row: 1;
				-ms-grid-column: 3;
}
.plg-inthespotlight-grid > *:nth-child(3) {
				-ms-grid-row: 1;
				-ms-grid-column: 5;
}
.plg-inthespotlight-grid .plg-overviewproperty-image .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 66.66%;
				overflow: hidden;
}
.plg-inthespotlight-grid .plg-overviewproperty-image .plg-imagecontainer img, .plg-inthespotlight-grid .plg-overviewproperty-image .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
@media (max-width: 950px) {
				.plg-inthespotlight-grid {
								display: block;
								-ms-grid-columns: unset;
								grid-template-columns: unset;
								-webkit-column-gap: unset;
								   -moz-column-gap: unset;
								        column-gap: unset;
								padding: 0 30px;
				}
				.plg-inthespotlight-grid .slick-slide {
								margin: 0 8px;
				}
				.plg-inthespotlight-grid .slick-next {
								right: 0;
								-webkit-transform: translate(0, -200%);
								        transform: translate(0, -200%);
				}
				.plg-inthespotlight-grid .slick-prev {
								left: 0;
								-webkit-transform: translate(0, -200%);
								        transform: translate(0, -200%);
				}
}

.plg-newsletterbanner {
				margin: 160px 0 0;
				background-color: #EAE6DE;
				padding: 80px 0;
				z-index: 11;
}
@media (max-width: 750px) {
				.plg-newsletterbanner {
								margin-top: 100px;
				}
}
.plg-newsletterbanner-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				padding-left: 120px;
				gap: 0 120px;
}
@media (max-width: 1300px) {
				.plg-newsletterbanner-grid {
								gap: 0 30px;
				}
}
@media (max-width: 1150px) {
				.plg-newsletterbanner-grid {
								padding-left: 60px;
				}
}
.plg-newsletterbanner-grid-item.text {
				width: calc(50% - 120px);
				margin-bottom: -25px;
				margin-left: -25px;
				z-index: 14;
}
.plg-newsletterbanner-grid-item.text .txt {
				max-width: 295px;
}
.plg-newsletterbanner-grid-item.text.nomb {
				margin-bottom: 25px;
}
@media (max-width: 950px) {
				.plg-newsletterbanner-grid-item.text {
								width: 100%;
								-webkit-box-ordinal-group: 2;
								    -ms-flex-order: 1;
								        order: 1;
				}
}
.plg-newsletterbanner-grid-item.image {
				width: calc(50% - 120px);
				padding-bottom: 100px;
}
.plg-newsletterbanner-grid-item.image .plg-newsletterbanner-imagesgrid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				gap: 15px;
}
.plg-newsletterbanner-grid-item.image .plg-newsletterbanner-imagesgrid-item {
				width: 50%;
}
.plg-newsletterbanner-grid-item.image .plg-newsletterbanner-imagesgrid-item .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 132%;
				position: relative;
}
.plg-newsletterbanner-grid-item.image .plg-newsletterbanner-imagesgrid-item .plg-imagecontainer img, .plg-newsletterbanner-grid-item.image .plg-newsletterbanner-imagesgrid-item .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
@media (max-width: 950px) {
				.plg-newsletterbanner-grid-item.image {
								width: 100%;
								-webkit-box-ordinal-group: 3;
								    -ms-flex-order: 2;
								        order: 2;
								padding-bottom: 0;
				}
}
.plg-newsletterbanner-grid-item.nform {
				width: 50%;
				margin-bottom: -100px;
}
.plg-newsletterbanner-grid-item.nform form {
				max-width: 420px;
}
@media (max-width: 1300px) {
				.plg-newsletterbanner-grid-item.nform {
								margin-bottom: 0;
				}
}
@media (max-width: 950px) {
				.plg-newsletterbanner-grid-item.nform {
								margin-top: 50px;
								width: 100%;
								-webkit-box-ordinal-group: 4;
								    -ms-flex-order: 3;
								        order: 3;
				}
}
.plg-newsletterbanner-grid-item.title {
				width: 50%;
}
@media (max-width: 1300px) {
				.plg-newsletterbanner-grid-item.title {
								margin-top: 50px;
				}
}
@media (max-width: 950px) {
				.plg-newsletterbanner-grid-item.title {
								margin-top: 25px;
								width: 100%;
								-webkit-box-ordinal-group: 5;
								    -ms-flex-order: 4;
								        order: 4;
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-align: end;
								    -ms-flex-align: end;
								        align-items: flex-end;
				}
}
.plg-newsletterbanner .plg-newsletterbanner-caption {
				position: absolute;
				top: 0px;
				left: 60px;
				-webkit-writing-mode: sideways-lr;
				    -ms-writing-mode: sideways-lr;
				        writing-mode: sideways-lr;
				-webkit-transform-origin: left bottom;
				        transform-origin: left bottom;
				text-transform: uppercase;
				color: #DC776B;
}
@media (max-width: 950px) {
				.plg-newsletterbanner .plg-newsletterbanner-caption {
								left: 30px;
				}
}
@media (max-width: 750px) {
				.plg-newsletterbanner .plg-newsletterbanner-caption {
								left: 15px;
				}
}

.plg-propertieslist {
				margin-top: 160px;
}
@media (max-width: 750px) {
				.plg-propertieslist {
								margin-top: 50px;
				}
}
.plg-propertieslist-grid {
				width: calc(100% + 30px);
				margin-left: -15px;
				margin-right: -15px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
@media (max-width: 500px) {
				.plg-propertieslist-grid {
								width: 100%;
								margin-left: 0;
								margin-right: 0;
				}
}
.plg-propertieslist .plg-overviewproperty {
				margin: 0 15px 160px 15px;
}
@media (max-width: 750px) {
				.plg-propertieslist .plg-overviewproperty {
								margin: 0 15px 50px 15px;
				}
}
.plg-propertieslist .plg-overviewproperty .plg-overviewproperty-image .plg-imagecontainer {
				height: 0;
				padding-bottom: 67%;
}
.plg-propertieslist .plg-overviewproperty .plg-overviewproperty-image .plg-imagecontainer img, .plg-propertieslist .plg-overviewproperty .plg-overviewproperty-image .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-propertieslist .plg-overviewproperty:nth-child(6n+1), .plg-propertieslist .plg-overviewproperty:nth-child(6n+6), .plg-propertieslist .plg-overviewproperty:nth-child(6n+7) {
				width: calc(42% - 30px);
}
.plg-propertieslist .plg-overviewproperty:nth-child(6n+1) .plg-overviewproperty-image .plg-imagecontainer, .plg-propertieslist .plg-overviewproperty:nth-child(6n+6) .plg-overviewproperty-image .plg-imagecontainer, .plg-propertieslist .plg-overviewproperty:nth-child(6n+7) .plg-overviewproperty-image .plg-imagecontainer {
				padding-bottom: 67%;
}
.plg-propertieslist .plg-overviewproperty:nth-child(6n+2), .plg-propertieslist .plg-overviewproperty:nth-child(6n+4) {
				width: calc(28% - 30px);
}
.plg-propertieslist .plg-overviewproperty:nth-child(6n+2) .plg-overviewproperty-image .plg-imagecontainer, .plg-propertieslist .plg-overviewproperty:nth-child(6n+4) .plg-overviewproperty-image .plg-imagecontainer {
				padding-bottom: 63%;
}
.plg-propertieslist .plg-overviewproperty:nth-child(6n+3), .plg-propertieslist .plg-overviewproperty:nth-child(6n+5) {
				width: calc(30% - 30px);
}
.plg-propertieslist .plg-overviewproperty:nth-child(6n+3) .plg-overviewproperty-image .plg-imagecontainer, .plg-propertieslist .plg-overviewproperty:nth-child(6n+5) .plg-overviewproperty-image .plg-imagecontainer {
				padding-bottom: 136%;
}
@media (max-width: 750px) {
				.plg-propertieslist .plg-overviewproperty:nth-child(n) {
								width: calc(50% - 30px) !important;
								/*.plg-overviewproperty-image{
								    .plg-imagecontainer{
								        padding-bottom: 75% !important;
								    }
								}*/
				}
}
@media (max-width: 500px) {
				.plg-propertieslist .plg-overviewproperty:nth-child(n) {
								width: 100% !important;
								margin: 0 0 50px 0;
				}
}
.plg-propertieslist-title {
				text-align: left;
				margin-bottom: 100px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
}
.plg-propertieslist-title span:nth-child(2) {
				padding-left: 160px;
}
@media (max-width: 750px) {
				.plg-propertieslist-title span:nth-child(2) {
								padding-left: 80px;
				}
}
.plg-propertieslist-title span:nth-child(3) {
				padding-left: 230px;
}
@media (max-width: 750px) {
				.plg-propertieslist-title span:nth-child(3) {
								padding-left: 120px;
				}
}
.plg-propertieslist-title span:nth-child(4) {
				padding-left: 40px;
}
@media (max-width: 750px) {
				.plg-propertieslist-title span:nth-child(4) {
								padding-left: 20px;
				}
}
@media (max-width: 750px) {
				.plg-propertieslist-title {
								margin-bottom: 50px;
								margin-top: 50px;
				}
}

.plg-sellbanner {
				margin: 160px 0 -40px;
				z-index: 12;
}
.plg-sellbanner-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
.plg-sellbanner-grid-item.text {
				padding-bottom: 140px;
}
.plg-sellbanner-grid-item.text .txt {
				max-width: 295px;
}
.plg-sellbanner-grid-item.title {
				max-width: 50%;
				margin-left: auto;
				z-index: 5;
}
.plg-sellbanner-grid-item.title .plg-arrowbutton {
				margin-left: 80px;
}
.plg-sellbanner-grid-item.title .largetitle {
				margin-top: 20px;
				text-align: right;
}

.plg-propertieslist + .plg-sellbanner {
				margin-top: 0;
}

.plg-sliderwsidetext {
				width: 100%;
				margin-top: 140px;
}
.plg-sliderwsidetext .plg-swst-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
				padding-right: 60px;
}
@media (max-width: 1150px) {
				.plg-sliderwsidetext .plg-swst-inner {
								padding-right: 0;
				}
}
.plg-sliderwsidetext .plg-swst-inner-item.title {
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.plg-sliderwsidetext .plg-swst-inner-item.title .plg-swst-title-content h2 span:nth-child(2) {
				text-align: right;
				-webkit-transform: translate(-80px, 0);
				        transform: translate(-80px, 0);
}
@media (max-width: 950px) {
				.plg-sliderwsidetext .plg-swst-inner-item.title {
								-webkit-box-pack: center;
								    -ms-flex-pack: center;
								        justify-content: center;
				}
}
.plg-sliderwsidetext .plg-swst-inner-item.images {
				width: 60%;
				padding-left: 120px;
				padding-bottom: 60px;
}
.plg-sliderwsidetext .plg-swst-inner-item.images .plg-swst-slider-caption {
				margin: 15px 0 0 0;
				text-transform: uppercase;
				color: #DC776B;
				font-size: 13px;
}
@media (max-width: 1300px) {
				.plg-sliderwsidetext .plg-swst-inner-item.images {
								padding-left: 60px;
				}
}
@media (max-width: 950px) {
				.plg-sliderwsidetext .plg-swst-inner-item.images {
								padding-left: 0;
								padding-bottom: 0;
								-webkit-box-ordinal-group: 4;
								    -ms-flex-order: 3;
								        order: 3;
								width: 100%;
								margin: 50px 0 0 0;
				}
}
.plg-sliderwsidetext .plg-swst-inner-item.text {
				width: 30%;
}
.plg-sliderwsidetext .plg-swst-inner-item.text .txt {
				max-width: 320px;
				margin: 0 0 0 auto;
}
.plg-sliderwsidetext .plg-swst-inner-item.text .txt .propertyinfo {
				margin-bottom: 60px;
				text-transform: uppercase;
}
.plg-sliderwsidetext .plg-swst-inner-item.text .txt .propertyinfo .propertyprice {
				margin: 0;
				padding: 0;
				color: #DC776B;
}
.plg-sliderwsidetext .plg-swst-inner-item.text .txt .propertyinfo .propertylocation {
				margin: 0;
				padding: 0;
}
@media (max-width: 950px) {
				.plg-sliderwsidetext .plg-swst-inner-item.text {
								width: 100%;
								margin: 50px 0 0 0;
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: horizontal;
								-webkit-box-direction: normal;
								    -ms-flex-direction: row;
								        flex-direction: row;
								-webkit-box-pack: start;
								    -ms-flex-pack: start;
								        justify-content: flex-start;
				}
				.plg-sliderwsidetext .plg-swst-inner-item.text .txt {
								margin: 0;
								max-width: 450px;
				}
}

.plg-tablewimage {
				margin-top: 140px;
}
.plg-tablewimage .plg-twi-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
@media (max-width: 950px) {
				.plg-tablewimage .plg-twi-inner {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.plg-tablewimage .plg-twi-inner .plg-twi-inner-item.text {
				width: 50%;
				margin-right: 120px;
}
@media (max-width: 1300px) {
				.plg-tablewimage .plg-twi-inner .plg-twi-inner-item.text {
								margin-right: 60px;
				}
}
@media (max-width: 950px) {
				.plg-tablewimage .plg-twi-inner .plg-twi-inner-item.text {
								width: 100%;
								margin-right: 0;
				}
				.plg-tablewimage .plg-twi-inner .plg-twi-inner-item.text table {
								margin: 0 auto;
				}
}
.plg-tablewimage .plg-twi-inner .plg-twi-inner-item.image {
				width: 38%;
}
.plg-tablewimage .plg-twi-inner .plg-twi-inner-item.image .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 141%;
				position: relative;
}
.plg-tablewimage .plg-twi-inner .plg-twi-inner-item.image .plg-imagecontainer img, .plg-tablewimage .plg-twi-inner .plg-twi-inner-item.image .plg-imagecontainer picture, .plg-tablewimage .plg-twi-inner .plg-twi-inner-item.image .plg-imagecontainer video {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
@media (max-width: 950px) {
				.plg-tablewimage .plg-twi-inner .plg-twi-inner-item.image {
								width: 100%;
								margin-top: 100px;
				}
}
.plg-tablewimage table {
				margin: 0;
				padding: 0;
				border-spacing: 0;
				border-collapse: collapse;
				width: 100%;
				max-width: 550px;
}
.plg-tablewimage table tr, .plg-tablewimage table td {
				padding: 0;
				margin: 0;
				border: 0;
}
.plg-tablewimage table tr {
				border-bottom: 1px solid rgba(182, 174, 171, 0.7333333333);
}
.plg-tablewimage table tr:last-child {
				border-bottom: none;
}
.plg-tablewimage table td {
				text-transform: uppercase;
				font-size: 16px;
				padding: 25px 0;
				line-height: 1;
}
.plg-tablewimage table td.table-title {
				width: 55%;
}
.plg-tablewimage table td.table-value {
				width: 45%;
				padding-left: 10px;
				text-align: right;
				color: #DC776B;
}
@media (max-width: 750px) {
				.plg-tablewimage table td {
								display: block;
								width: 100%;
				}
				.plg-tablewimage table td.table-title {
								width: 100%;
								padding: 0;
								padding-top: 20px;
				}
				.plg-tablewimage table td.table-value {
								width: 100%;
								text-align: left;
								padding: 0;
								padding-top: 10px;
								padding-bottom: 20px;
				}
}
@media (max-width: 950px) {
				.plg-tablewimage {
								margin-top: 100px;
				}
}

.plg-texthalfwidth {
				margin-top: 140px;
}
.plg-texthalfwidth-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
@media (max-width: 950px) {
				.plg-texthalfwidth-inner {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.plg-texthalfwidth-item.text {
				width: 50%;
}
.plg-texthalfwidth-item.text .txt {
				-webkit-columns: 2;
				   -moz-columns: 2;
				        columns: 2;
				-webkit-column-gap: 40px;
				   -moz-column-gap: 40px;
				        column-gap: 40px;
}
.plg-texthalfwidth-item.text .txt p {
				-webkit-column-break-inside: avoid;
				   -moz-column-break-inside: avoid;
				        break-inside: avoid-column;
}
@media (max-width: 1300px) {
				.plg-texthalfwidth-item.text .txt {
								-webkit-column-gap: unset;
								   -moz-column-gap: unset;
								        column-gap: unset;
								-webkit-columns: unset;
								   -moz-columns: unset;
								        columns: unset;
				}
}
.plg-texthalfwidth-item.text.wpaddingbottom {
				padding-bottom: 120px;
}
@media (max-width: 950px) {
				.plg-texthalfwidth-item.text {
								width: 100%;
				}
				.plg-texthalfwidth-item.text .txt {
								max-width: 550px;
								margin: 0 auto;
				}
				.plg-texthalfwidth-item.text.wpaddingbottom {
								padding-bottom: 0;
				}
}
.plg-texthalfwidth-item.extracontent {
				width: 50%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
}
.plg-texthalfwidth-item.extracontent .circleicon {
				display: inline-block;
				width: 125px;
				height: auto;
				margin: auto auto 60px auto;
				-webkit-transform: translateX(30px);
				        transform: translateX(30px);
}
@media (max-width: 950px) {
				.plg-texthalfwidth-item.extracontent {
								width: 100%;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								margin-top: 50px;
				}
				.plg-texthalfwidth-item.extracontent .circleicon {
								margin: 100px auto 100px auto;
				}
}
.plg-texthalfwidth .quote {
				margin-top: auto;
				margin-bottom: 0;
				margin-right: -30px;
}
.plg-texthalfwidth .quote span:nth-child(2) {
				padding-left: 70px;
}
.plg-texthalfwidth .quote span:nth-child(3) {
				text-align: right;
				padding-left: 130px;
}
.plg-texthalfwidth .quote span:nth-child(4) {
				text-align: right;
				padding-right: 50px;
}
@media (max-width: 950px) {
				.plg-texthalfwidth {
								margin-top: 100px;
				}
}

.plg-fullscreenslider {
				position: relative;
				width: 100%;
				margin-top: 140px;
}
.plg-fullscreenslider-bgimages, .plg-fullscreenslider-bgvideo {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 1;
}
.plg-fullscreenslider-bgimages-inner, .plg-fullscreenslider-bgvideo-inner {
				height: 100%;
				width: 100%;
}
.plg-fullscreenslider-bgimages-item, .plg-fullscreenslider-bgvideo-item {
				width: 100%;
				height: 100%;
}
.plg-fullscreenslider-bgimages .plg-imagecontainer, .plg-fullscreenslider-bgvideo .plg-imagecontainer {
				width: 100%;
				height: 100%;
				position: relative;
}
.plg-fullscreenslider-bgimages .plg-imagecontainer::before, .plg-fullscreenslider-bgvideo .plg-imagecontainer::before {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background-color: rgba(0, 0, 0, 0.5);
				z-index: 13;
}
.plg-fullscreenslider-bgimages .plg-imagecontainer img, .plg-fullscreenslider-bgimages .plg-imagecontainer picture, .plg-fullscreenslider-bgimages .plg-imagecontainer video, .plg-fullscreenslider-bgvideo .plg-imagecontainer img, .plg-fullscreenslider-bgvideo .plg-imagecontainer picture, .plg-fullscreenslider-bgvideo .plg-imagecontainer video {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				position: absolute;
				top: 0;
				left: 0;
}
.plg-fullscreenslider-bgimages .plg-lb-image, .plg-fullscreenslider-bgvideo .plg-lb-image {
				display: none;
}
.plg-fullscreenslider .plg-fullscreenslider-logo {
				position: absolute;
				top: 80px;
				left: 50%;
				width: 180px;
				height: auto;
				-webkit-transform: translate(-50%, 0);
				        transform: translate(-50%, 0);
				z-index: 15;
}
.plg-fullscreenslider .plg-fullscreenslider-logo img {
				width: 100%;
				height: auto;
}
.plg-fullscreenslider-inner {
				width: 100%;
				min-height: calc(100vh - 90px);
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				text-align: center;
				z-index: 3;
				color: #FDFCF8 !important;
}
.plg-fullscreenslider-inner .largetitle {
				color: #FDFCF8;
}
.plg-fullscreenslider-inner .plg-arrowbutton {
				margin-top: 50px;
				color: #FDFCF8;
}
.plg-fullscreenslider-inner .plg-arrowbutton:after {
				background-image: url("../images/arrow-right-light.png");
}

.plg-verticalslider {
				position: relative;
				width: 100%;
				margin-top: 140px;
}
.plg-verticalslider-inner {
				padding: 0 120px;
}
@media (max-width: 1150px) {
				.plg-verticalslider-inner {
								padding: 0 60px;
				}
}
@media (max-width: 750px) {
				.plg-verticalslider-inner {
								padding: 0 20px;
				}
}
.plg-verticalslider-inner.wicon .plg-verticalslider-slider::before {
				content: "";
				display: block;
				width: 65px;
				height: 65px;
				position: absolute;
				top: 0%;
				left: 0%;
				-webkit-transform: translate(-40%, -50%);
				        transform: translate(-40%, -50%);
				background-image: url("../images/icon-circle.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				z-index: 12;
}
.plg-verticalslider-inner .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 141%;
				position: relative;
}
.plg-verticalslider-inner .plg-imagecontainer img, .plg-verticalslider-inner .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-verticalslider .slick-slider .slick-list .slick-track .slick-slide {
				margin: 0 10px;
}
.plg-verticalslider .slick-prev {
				left: -120px;
}
@media (max-width: 1150px) {
				.plg-verticalslider .slick-prev {
								left: -60px;
				}
}
@media (max-width: 750px) {
				.plg-verticalslider .slick-prev {
								left: -20px;
				}
}
.plg-verticalslider .slick-next {
				right: -120px;
}
@media (max-width: 1150px) {
				.plg-verticalslider .slick-next {
								right: -60px;
				}
}
@media (max-width: 750px) {
				.plg-verticalslider .slick-next {
								right: -20px;
				}
}

.plg-map {
				width: 100%;
				margin-top: 140px;
}
.plg-map-inner {
				width: 100%;
}
.plg-map-inner .plg-map-container {
				width: 100%;
				height: 0;
				padding-bottom: 56.25%;
				position: relative;
}
.plg-map-inner .plg-map-content {
				width: 100%;
				height: 100%;
				position: absolute !important;
				top: 0;
				left: 0;
}

/* =============PAGES==================== */
.plg-h1-section {
				margin-top: 100px;
}
.plg-h1-section-inner {
				width: calc(60% + 120px);
				padding-left: 120px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
@media (max-width: 1300px) {
				.plg-h1-section-inner {
								width: calc(60% + 60px);
								padding-left: 60px;
				}
}
@media (max-width: 950px) {
				.plg-h1-section-inner {
								width: calc(80% + 60px);
				}
}
@media (max-width: 750px) {
				.plg-h1-section-inner {
								width: 100%;
								padding-left: 30px;
								padding-right: 30px;
				}
}
.plg-h1-section .largetitle {
				z-index: 2;
}
.plg-h1-section .largetitle.firsttitle {
				margin-right: -160px;
				margin-bottom: -35px;
				margin-left: auto;
}
@media (max-width: 750px) {
				.plg-h1-section .largetitle.firsttitle {
								margin-right: -30px;
								margin-bottom: -20px;
				}
}
.plg-h1-section .largetitle.firsttitle span:nth-child(2) {
				padding-left: 90px;
}
@media (max-width: 750px) {
				.plg-h1-section .largetitle.firsttitle span:nth-child(2) {
								padding-left: 60px;
				}
}
@media (max-width: 950px) {
				.plg-h1-section .largetitle.firsttitle {
								margin-right: -60px;
				}
}
@media (max-width: 750px) {
				.plg-h1-section .largetitle.firsttitle {
								margin-right: -30px;
				}
}
.plg-h1-section .largetitle.secondtitle {
				margin-top: -35px;
				margin-left: -60px;
}
@media (max-width: 750px) {
				.plg-h1-section .largetitle.secondtitle {
								margin-top: -20px;
								margin-left: -30px;
				}
}
.plg-h1-section .largetitle.secondtitle span:nth-child(2) {
				padding-left: 160px;
}
@media (max-width: 750px) {
				.plg-h1-section .largetitle.secondtitle span:nth-child(2) {
								padding-left: 80px;
				}
}
.plg-h1-section .largetitle.secondtitle span:nth-child(3) {
				padding-left: 230px;
}
@media (max-width: 750px) {
				.plg-h1-section .largetitle.secondtitle span:nth-child(3) {
								padding-left: 120px;
				}
}
.plg-h1-section .largetitle.secondtitle span:nth-child(4) {
				padding-left: 40px;
}
@media (max-width: 750px) {
				.plg-h1-section .largetitle.secondtitle span:nth-child(4) {
								padding-left: 20px;
				}
}
@media (max-width: 750px) {
				.plg-h1-section {
								margin-top: 50px;
				}
}

.plg-h1-section + .plg-textwoneimage {
				margin-top: 100px;
}

.plg-slideshow-container {
				position: relative;
}
.plg-slideshow-container::before {
				content: "";
				display: block;
				width: 95px;
				height: 95px;
				position: absolute;
				top: 0%;
				left: 0%;
				-webkit-transform: translate(-40%, -50%);
				        transform: translate(-40%, -50%);
				background-image: url("../images/icon-circle.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				z-index: 12;
}
@media (max-width: 750px) {
				.plg-slideshow-container::before {
								width: 65px;
								height: 65px;
				}
}
.plg-slideshow-container .plg-slideshow-caption {
				font-size: 12px;
				font-weight: 400;
				text-transform: uppercase;
				color: #DC776B;
				-webkit-transform: rotate(-90deg) translate(-100%, -100%);
				        transform: rotate(-90deg) translate(-100%, -100%);
				-webkit-transform-origin: left top;
				        transform-origin: left top;
				position: absolute;
				top: 0;
				left: 0;
				text-align: left;
				padding-bottom: 10px;
}
.plg-slideshow-container .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 60%;
				position: relative;
}
.plg-slideshow-container .plg-imagecontainer img, .plg-slideshow-container .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}

.plg-e1-section {
				padding-top: 100px;
				padding-bottom: 100px;
				min-height: calc(100vh - 150px);
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				background-color: #1E1739;
}
@media (max-width: 750px) {
				.plg-e1-section {
								min-height: calc(100vh - 90px);
								padding-top: 50px;
								padding-bottom: 100px;
				}
}
.plg-e1-section .largetitle {
				margin: 0 0 160px 0;
}
@media (max-width: 750px) {
				.plg-e1-section .largetitle {
								margin: 0 0 50px 0;
				}
}
.plg-e1-section-inner-grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: minmax(0, 1fr) 100px minmax(0, 1fr) 100px minmax(0, 1fr);
				grid-template-columns: repeat(3, minmax(0, 1fr));
				-ms-grid-rows: auto;
				grid-template-rows: auto;
				-webkit-column-gap: 100px;
				   -moz-column-gap: 100px;
				        column-gap: 100px;
}
.plg-e1-section-inner-grid > *:nth-child(1) {
				-ms-grid-row: 1;
				-ms-grid-column: 1;
}
.plg-e1-section-inner-grid > *:nth-child(2) {
				-ms-grid-row: 1;
				-ms-grid-column: 3;
}
.plg-e1-section-inner-grid > *:nth-child(3) {
				-ms-grid-row: 1;
				-ms-grid-column: 5;
}
@media (max-width: 950px) {
				.plg-e1-section-inner-grid {
								-webkit-column-gap: 30px;
								   -moz-column-gap: 30px;
								        column-gap: 30px;
				}
}
@media (max-width: 750px) {
				.plg-e1-section-inner-grid {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								row-gap: 100px;
				}
}
.plg-e1-section-inner-grid-item {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
}
.plg-e1-section-inner-grid-item .txt {
				max-width: 470px;
				margin-bottom: 50px;
}
.plg-e1-section-inner-grid-item .circleicon {
				width: 60px;
				height: 60px;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-e1-section-inner-grid-item h2 {
				margin: 40px 0 40px 0;
				color: #DC776B;
}
.plg-e1-section-inner-grid-item .sphereimage img {
				-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
				filter: grayscale(100%);
}
.plg-e1-section-inner-grid-item .plg-imagecontainer {
				margin: auto 0 0 0;
				width: 100%;
				height: 0;
				padding-bottom: 66.666%;
				position: relative;
}
.plg-e1-section-inner-grid-item .plg-imagecontainer img, .plg-e1-section-inner-grid-item .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-e1-section-inner-image {
				width: 100%;
				margin-top: 140px;
}
.plg-e1-section-inner-image .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 56%;
				position: relative;
}
.plg-e1-section-inner-image .plg-imagecontainer img, .plg-e1-section-inner-image .plg-imagecontainer picture, .plg-e1-section-inner-image .plg-imagecontainer video {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}

.plg-a1-section {
				padding-top: 100px;
				padding-bottom: 100px;
				min-height: calc(100vh - 150px);
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				background-color: #1E1739;
}
@media (max-width: 750px) {
				.plg-a1-section {
								min-height: calc(100vh - 90px);
								padding-top: 50px;
								padding-bottom: 50px;
				}
}
.plg-a1-section .largetitle {
				margin: 0 0 160px 0;
}
@media (max-width: 750px) {
				.plg-a1-section .largetitle {
								margin: 0 0 50px 0;
				}
}
.plg-a1-section-inner-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
}
.plg-a1-section-inner-grid-item.text {
				width: 60%;
}
@media (max-width: 950px) {
				.plg-a1-section-inner-grid-item.text {
								width: 100%;
				}
}
.plg-a1-section-inner-grid-item.image {
				width: 30%;
				/*&:before{
				    content: '';
				    display: block;
				    width: 90px;
				    height: 90px;
				    position: absolute;
				    top: 0;
				    right: 0;
				    transform: translate(50%, -50%);
				    background-image: url('../images/icon-circle-light.png');
				    background-size: contain;
				    background-repeat: no-repeat;
				    background-position: center center;
				    z-index: 12;
				}*/
}
.plg-a1-section-inner-grid-item.image:before {
				content: "";
				z-index: 13;
				display: block;
				width: 90px;
				height: 90px;
				position: absolute;
				top: 0;
				right: 0;
				-webkit-transform: translate(50%, -50%);
				        transform: translate(50%, -50%);
				background-image: url("../images/icon-circle-light.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
}
@media (max-width: 750px) {
				.plg-a1-section-inner-grid-item.image:before {
								width: 65px;
								height: 65px;
								right: 0;
								-webkit-transform: translate(0, -50%);
								        transform: translate(0, -50%);
				}
}
.plg-a1-section-inner-grid-item.image .plg-slideshow-container:before {
				display: none;
}
.plg-a1-section-inner-grid-item.image .plg-slideshow-container .slick-slider {
				z-index: 12;
}
.plg-a1-section-inner-grid-item.image .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 132%;
				position: relative;
}
.plg-a1-section-inner-grid-item.image img, .plg-a1-section-inner-grid-item.image picture, .plg-a1-section-inner-grid-item.image video {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
@media (max-width: 950px) {
				.plg-a1-section-inner-grid-item.image {
								width: 100%;
								max-width: 650px;
								margin: 0 auto;
								margin-top: 100px;
				}
}
@media (max-width: 750px) {
				.plg-a1-section-inner-grid-item.image {
								margin-top: 50px;
								max-width: 100%;
								padding: 0 30px;
				}
}
.plg-a1-section-inner-grid-item-textgrid.wcolumns {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
				grid-template-columns: repeat(2, minmax(0, 1fr));
				-webkit-column-gap: 20px;
				   -moz-column-gap: 20px;
				        column-gap: 20px;
}
.plg-a1-section-inner-grid-item-textgrid-item {
				max-width: 410px;
}
.plg-a1-section-inner-grid-item-textgrid-item h2 {
				margin: 0 0 40px 0;
				color: #DC776B;
}
.plg-a1-section-inner-grid-item-textblocks {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				gap: 40px;
}
.plg-a1-section-inner-grid-item-textblocks-item {
				width: calc(50% - 20px);
				max-width: 410px;
}
.plg-a1-section-inner-grid-item-textblocks-item h2 {
				margin: 0 0 40px 0;
				color: #DC776B;
}
@media (max-width: 750px) {
				.plg-a1-section-inner-grid-item-textblocks-item h2 {
								margin: 0 0 20px 0;
				}
}
@media (max-width: 750px) {
				.plg-a1-section-inner-grid-item-textblocks-item {
								width: 100%;
								max-width: 100%;
				}
}
.plg-a1-section-inner-grid-item-textblocks.nocolumns {
				display: block;
				gap: unset;
}
.plg-a1-section-inner-grid-item-textblocks.nocolumns-item {
				width: 100%;
				max-width: 100%;
}
@media (max-width: 1300px) {
				.plg-a1-section-inner-grid.morethan2 {
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
				}
}
@media (max-width: 950px) {
				.plg-a1-section-inner-grid {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-align: end;
								    -ms-flex-align: end;
								        align-items: flex-end;
				}
}

.plg-c1-section {
				margin-top: 100px;
				margin-bottom: 160px;
}
@media (max-width: 750px) {
				.plg-c1-section {
								margin-top: 50px;
								margin-bottom: 50px;
				}
}
.plg-c1-section-inner-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
@media (max-width: 950px) {
				.plg-c1-section-inner-grid {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.plg-c1-section-inner-grid-item {
				width: 50%;
}
.plg-c1-section-inner-grid-item .txt {
				max-width: 410px;
}
.plg-c1-section-inner-grid-item:nth-child(3), .plg-c1-section-inner-grid-item:nth-child(4) {
				margin-top: 160px;
}
.plg-c1-section-inner-grid-item.image {
				width: 40%;
}
.plg-c1-section-inner-grid-item.image .plg-imagecontent .plg-imagecontainer {
				width: 100%;
				height: 0;
				padding-bottom: 132%;
				position: relative;
}
.plg-c1-section-inner-grid-item.image .plg-imagecontent img, .plg-c1-section-inner-grid-item.image .plg-imagecontent picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-c1-section-inner-grid-item.image:before {
				content: "";
				display: block;
				width: 90px;
				height: 90px;
				position: absolute;
				top: 0;
				right: 0;
				-webkit-transform: translate(50%, -50%);
				        transform: translate(50%, -50%);
				background-image: url("../images/icon-circle.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				z-index: 12;
}
@media (max-width: 750px) {
				.plg-c1-section-inner-grid-item.image:before {
								width: 65px;
								height: 65px;
								right: 0;
								-webkit-transform: translate(0, -50%);
								        transform: translate(0, -50%);
				}
}
.plg-c1-section-inner-grid-item.form {
				padding-top: 40px;
}
@media (max-width: 950px) {
				.plg-c1-section-inner-grid-item {
								width: 100%;
				}
				.plg-c1-section-inner-grid-item.title {
								-webkit-box-ordinal-group: 1;
								    -ms-flex-order: 0;
								        order: 0;
				}
				.plg-c1-section-inner-grid-item.text {
								-webkit-box-ordinal-group: 2;
								    -ms-flex-order: 1;
								        order: 1;
								margin-top: 50px;
				}
				.plg-c1-section-inner-grid-item.image {
								-webkit-box-ordinal-group: 4;
								    -ms-flex-order: 3;
								        order: 3;
								width: 100%;
								max-width: 650px;
								margin: 0 auto;
								margin-top: 100px;
				}
				.plg-c1-section-inner-grid-item.form {
								-webkit-box-ordinal-group: 3;
								    -ms-flex-order: 2;
								        order: 2;
								padding-top: 0;
								margin-top: 50px;
				}
}
@media (max-width: 750px) {
				.plg-c1-section-inner-grid-item.image {
								padding: 0 30px;
				}
}

.plg-n1-section {
				margin-top: 100px;
}
@media (max-width: 750px) {
				.plg-n1-section {
								margin-top: 50px;
				}
}
.plg-n1-section-inner-grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr);
				grid-template-columns: repeat(10, minmax(0, 1fr));
				-webkit-column-gap: 15px;
				   -moz-column-gap: 15px;
				        column-gap: 15px;
				-ms-grid-rows: auto;
				grid-template-rows: auto;
}
.plg-n1-section-inner-grid > *:nth-child(1) {
				-ms-grid-row: 1;
				-ms-grid-column: 1;
}
.plg-n1-section-inner-grid > *:nth-child(2) {
				-ms-grid-row: 1;
				-ms-grid-column: 3;
}
.plg-n1-section-inner-grid > *:nth-child(3) {
				-ms-grid-row: 1;
				-ms-grid-column: 5;
}
.plg-n1-section-inner-grid > *:nth-child(4) {
				-ms-grid-row: 1;
				-ms-grid-column: 7;
}
.plg-n1-section-inner-grid > *:nth-child(5) {
				-ms-grid-row: 1;
				-ms-grid-column: 9;
}
.plg-n1-section-inner-grid > *:nth-child(6) {
				-ms-grid-row: 1;
				-ms-grid-column: 11;
}
.plg-n1-section-inner-grid > *:nth-child(7) {
				-ms-grid-row: 1;
				-ms-grid-column: 13;
}
.plg-n1-section-inner-grid > *:nth-child(8) {
				-ms-grid-row: 1;
				-ms-grid-column: 15;
}
.plg-n1-section-inner-grid > *:nth-child(9) {
				-ms-grid-row: 1;
				-ms-grid-column: 17;
}
.plg-n1-section-inner-grid > *:nth-child(10) {
				-ms-grid-row: 1;
				-ms-grid-column: 19;
}
@media (max-width: 750px) {
				.plg-n1-section-inner-grid {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								row-gap: 0;
								-webkit-column-gap: 0;
								   -moz-column-gap: 0;
								        column-gap: 0;
								-ms-grid-columns: unset;
								grid-template-columns: unset;
				}
}
.plg-n1-section-inner-grid-item.title {
				-ms-grid-column-span: 10;
				grid-column: span 10;
				text-align: right;
				margin-bottom: -100px;
				z-index: 14;
}
.plg-n1-section-inner-grid-item.title h1 {
				margin: 0;
}
@media (max-width: 1150px) {
				.plg-n1-section-inner-grid-item.title {
								margin-bottom: -50px;
				}
}
@media (max-width: 750px) {
				.plg-n1-section-inner-grid-item.title {
								width: 100%;
								margin-bottom: 25px;
								-webkit-box-ordinal-group: 1;
								    -ms-flex-order: 0;
								        order: 0;
								text-align: left;
				}
}
.plg-n1-section-inner-grid-item.text {
				-ms-grid-column: 6;
				-ms-grid-column-span: 3;
				grid-column: 6/9;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				z-index: 3;
}
@media (max-width: 750px) {
				.plg-n1-section-inner-grid-item.text {
								-webkit-box-ordinal-group: 2;
								    -ms-flex-order: 1;
								        order: 1;
								width: 100%;
				}
}
.plg-n1-section-inner-grid-item.text2 {
				-ms-grid-column: 1;
				-ms-grid-column-span: 3;
				grid-column: 1/4;
				-ms-grid-row: 5;
				grid-row: 5;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
}
.plg-n1-section-inner-grid-item.text2 .txt {
				text-transform: uppercase;
}
.plg-n1-section-inner-grid-item.text2 .plg-arrowbutton {
				margin-top: 10px;
}
@media (max-width: 750px) {
				.plg-n1-section-inner-grid-item.text2 {
								-webkit-box-ordinal-group: 5;
								    -ms-flex-order: 4;
								        order: 4;
								width: 100%;
								margin-top: 50px;
				}
}
@media (max-width: 750px) {
				.plg-n1-section .plg-overviewnewsitem {
								-webkit-box-ordinal-group: 4;
								    -ms-flex-order: 3;
								        order: 3;
								margin-top: 50px !important;
								width: calc(50% - 16px);
				}
				.plg-n1-section .plg-overviewnewsitem .plg-overviewnewsitem-inner {
								width: 100%;
				}
				.plg-n1-section .plg-overviewnewsitem:nth-of-type(even) {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-align: end;
								    -ms-flex-align: end;
								        align-items: flex-end;
								margin-top: -200px !important;
								margin-right: 0;
								margin-left: auto;
				}
}
@media (max-width: 500px) {
				.plg-n1-section .plg-overviewnewsitem {
								width: 100%;
				}
				.plg-n1-section .plg-overviewnewsitem .plg-overviewnewsitem-inner {
								width: 100%;
				}
				.plg-n1-section .plg-overviewnewsitem:nth-of-type(even) {
								width: 100%;
								margin-top: 50px !important;
				}
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+1) {
				-ms-grid-column-span: 4;
				grid-column: span 4;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+2) {
				-ms-grid-column: 8;
				-ms-grid-column-span: 3;
				grid-column: 8/11;
				margin-top: -50px;
				z-index: 2;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+2) .plg-imagecontainer {
				padding-bottom: 62%;
}
@media (max-width: 750px) {
				.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+2) {
								margin-top: 0;
				}
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+3) {
				-ms-grid-column: 4;
				-ms-grid-column-span: 2;
				grid-column: 4/6;
				margin-top: -100px;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+3) .plg-imagecontainer {
				padding-bottom: 138%;
}
@media (max-width: 750px) {
				.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+3) {
								margin-top: 0;
				}
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(3)::before {
				content: "";
				display: block;
				width: 100px;
				height: 100px;
				position: absolute;
				top: 0%;
				right: 0%;
				-webkit-transform: translate(50%, -50%);
				        transform: translate(50%, -50%);
				background-image: url("../images/icon-circle-black.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
				z-index: 12;
}
@media (max-width: 750px) {
				.plg-n1-section .plg-overviewnewsitem:nth-of-type(3)::before {
								display: none;
				}
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+4) {
				-ms-grid-column: 7;
				-ms-grid-column-span: 3;
				grid-column: 7/10;
				margin-top: -200px;
}
@media (max-width: 750px) {
				.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+4) {
								margin-top: 0;
				}
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(4n+4) .plg-imagecontainer {
				padding-bottom: 138%;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(1) {
				-ms-grid-row: 2;
				-ms-grid-row-span: 2;
				grid-row: 2/4;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(2) {
				-ms-grid-row: 3;
				grid-row: 3;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(3) {
				-ms-grid-row: 4;
				grid-row: 4;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(4) {
				-ms-grid-row: 5;
				grid-row: 5;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(5) {
				-ms-grid-row: 6;
				-ms-grid-row-span: 2;
				grid-row: 6/8;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(6) {
				-ms-grid-row: 7;
				grid-row: 7;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(7) {
				-ms-grid-row: 8;
				grid-row: 8;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(8) {
				-ms-grid-row: 9;
				grid-row: 9;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(9) {
				-ms-grid-row: 10;
				-ms-grid-row-span: 2;
				grid-row: 10/12;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(10) {
				-ms-grid-row: 11;
				grid-row: 11;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(11) {
				-ms-grid-row: 12;
				grid-row: 12;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(12) {
				-ms-grid-row: 13;
				grid-row: 13;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(13) {
				-ms-grid-row: 14;
				-ms-grid-row-span: 2;
				grid-row: 14/16;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(14) {
				-ms-grid-row: 15;
				grid-row: 15;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(15) {
				-ms-grid-row: 16;
				grid-row: 16;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(16) {
				-ms-grid-row: 17;
				grid-row: 17;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(17) {
				-ms-grid-row: 18;
				-ms-grid-row-span: 2;
				grid-row: 18/20;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(18) {
				-ms-grid-row: 19;
				grid-row: 19;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(19) {
				-ms-grid-row: 20;
				grid-row: 20;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(20) {
				-ms-grid-row: 21;
				grid-row: 21;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(21) {
				-ms-grid-row: 22;
				-ms-grid-row-span: 2;
				grid-row: 22/24;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(22) {
				-ms-grid-row: 23;
				grid-row: 23;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(23) {
				-ms-grid-row: 24;
				grid-row: 24;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(24) {
				-ms-grid-row: 25;
				grid-row: 25;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(25) {
				-ms-grid-row: 26;
				-ms-grid-row-span: 2;
				grid-row: 26/28;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(26) {
				-ms-grid-row: 27;
				grid-row: 27;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(27) {
				-ms-grid-row: 28;
				grid-row: 28;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(28) {
				-ms-grid-row: 29;
				grid-row: 29;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(29) {
				-ms-grid-row: 30;
				-ms-grid-row-span: 2;
				grid-row: 30/32;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(30) {
				-ms-grid-row: 31;
				grid-row: 31;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(31) {
				-ms-grid-row: 32;
				grid-row: 32;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(32) {
				-ms-grid-row: 33;
				grid-row: 33;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(33) {
				-ms-grid-row: 34;
				-ms-grid-row-span: 2;
				grid-row: 34/36;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(34) {
				-ms-grid-row: 35;
				grid-row: 35;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(35) {
				-ms-grid-row: 36;
				grid-row: 36;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(36) {
				-ms-grid-row: 37;
				grid-row: 37;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(37) {
				-ms-grid-row: 38;
				-ms-grid-row-span: 2;
				grid-row: 38/40;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(38) {
				-ms-grid-row: 39;
				grid-row: 39;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(39) {
				-ms-grid-row: 40;
				grid-row: 40;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(40) {
				-ms-grid-row: 41;
				grid-row: 41;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(41) {
				-ms-grid-row: 42;
				-ms-grid-row-span: 2;
				grid-row: 42/44;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(42) {
				-ms-grid-row: 43;
				grid-row: 43;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(43) {
				-ms-grid-row: 44;
				grid-row: 44;
}
.plg-n1-section .plg-overviewnewsitem:nth-of-type(44) {
				-ms-grid-row: 45;
				grid-row: 45;
}

.plg-n2-section {
				margin-top: -80px;
}
.plg-n2-section.no-negative-margin {
				margin-top: 100px;
}
.plg-n2-section-inner .txt {
				margin-top: 20px;
}
.plg-n2-section-inner .txt ul {
				list-style: none;
				padding: 0;
				margin: 0;
}
.plg-n2-section-inner .txt ul li a {
				text-decoration: none;
				color: #DC776B;
				text-transform: uppercase;
}
@media (max-width: 1150px) {
				.plg-n2-section {
								margin-top: 0;
				}
}
@media (max-width: 750px) {
				.plg-n2-section {
								margin-top: 100px;
				}
}

.plg-ni1-section {
				padding-top: 150px;
				padding-bottom: 150px;
				min-height: 100vh;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				z-index: 11;
}
@media (max-width: 750px) {
				.plg-ni1-section {
								padding-top: 140px;
								padding-bottom: 50px;
				}
}
.plg-ni1-section .plg-bgimagecontainer {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;
}
.plg-ni1-section .plg-bgimagecontainer img, .plg-ni1-section .plg-bgimagecontainer picture {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-ni1-section .plg-bgimagecontainer:before {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background-color: rgba(0, 0, 0, 0.2);
				z-index: 3;
}
.plg-ni1-section-inner {
				z-index: 4;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.plg-ni1-section-inner-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-column-gap: 20px;
				   -moz-column-gap: 20px;
				        column-gap: 20px;
				max-width: 820px;
				min-height: 600px;
				width: 100%;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
}
.plg-ni1-section-inner-grid-item {
				width: 50%;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item {
								width: 100%;
				}
}
.plg-ni1-section-inner-grid-item.text {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				background-color: #E2DCCE;
				padding: 40px;
				color: #000000 !important;
}
.plg-ni1-section-inner-grid-item.text .largetitle {
				color: #1E1739 !important;
				font-size: 45px;
				padding-bottom: 15px;
				margin-bottom: 15px;
				border-bottom: 1px solid #1E1739;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item.text .largetitle {
								font-size: 30px;
				}
}
.plg-ni1-section-inner-grid-item.text .txt {
				margin: auto 0 0 0;
				font-size: 13px;
}
.plg-ni1-section-inner-grid-item.images {
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item.images {
								margin-top: 20px;
				}
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner {
				height: 100%;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner {
								height: auto;
				}
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container {
				height: 100%;
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container:before {
				display: none !important;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container {
								height: auto;
				}
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner {
				height: 100%;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner {
								height: auto;
				}
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .slick-list {
				height: 100%;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .slick-list {
								height: auto;
				}
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .slick-list .slick-track {
				height: 100%;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .slick-list .slick-track {
								height: auto;
				}
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .slick-list .slick-track .slick-slide {
				height: 100%;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .slick-list .slick-track .slick-slide {
								height: auto;
				}
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .slick-list .slick-track .slick-slide > div {
				height: 100%;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .slick-list .slick-track .slick-slide > div {
								height: auto;
				}
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .plg-slideshow-item {
				height: 100%;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .plg-slideshow-item {
								height: auto;
				}
}
.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .plg-slideshow-item .plg-imagecontainer {
				height: 100%;
				padding-bottom: 0;
}
@media (max-width: 750px) {
				.plg-ni1-section-inner-grid-item .plg-ni1-section-inner-grid-item-images-inner .plg-slideshow-container .plg-slideshow-inner .plg-slideshow-item .plg-imagecontainer {
								height: 0;
								padding-bottom: 150%;
				}
}
.plg-ni1-section .plg-slideshow-container {
				width: 100%;
				height: 100%;
				position: relative;
}
.plg-ni1-section .plg-slideshow-container .plg-slideshow-inner {
				width: 100%;
				height: 100%;
}
.plg-ni1-section .plg-slideshow-container .plg-slideshow-inner .plg-imagecontainer {
				width: 100%;
				/*height: 0;
				padding-bottom: 150%;*/
				position: relative;
}
.plg-ni1-section .plg-slideshow-container .plg-slideshow-inner .plg-imagecontainer img, .plg-ni1-section .plg-slideshow-container .plg-slideshow-inner .plg-imagecontainer picture {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
}
.plg-ni1-section .plg-ni1-navigation {
				position: absolute;
				bottom: 150px;
				left: 50%;
				-webkit-transform: translate(-50%, 0);
				        transform: translate(-50%, 0);
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-column-gap: 20px;
				   -moz-column-gap: 20px;
				        column-gap: 20px;
				z-index: 5;
}
.plg-ni1-section .plg-ni1-navigation a img {
				width: 24px;
}
.plg-ni1-section .plg-ni1-navigation a.disabled {
				opacity: 0.4;
				pointer-events: none;
}
@media (max-width: 750px) {
				.plg-ni1-section .plg-ni1-navigation {
								position: relative;
								bottom: unset;
								left: unset;
								-webkit-transform: unset;
								        transform: unset;
								margin: 0 auto;
								margin-top: 50px;
				}
}

.plg-ni-header {
				position: fixed;
				top: 0;
				right: 0;
				width: 50%;
				height: 150px;
				z-index: 100;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				padding: 0 120px 0 0;
				-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}
@media (max-width: 1150px) {
				.plg-ni-header {
								padding: 0 60px 0 0;
				}
}
@media (max-width: 950px) {
				.plg-ni-header {
								padding: 0 20px 0 0;
				}
}
@media (max-width: 750px) {
				.plg-ni-header {
								height: 90px;
				}
}
.plg-ni-header .plg-ni-header-title {
				text-transform: uppercase;
				color: #FDFCF8;
}
.plg-ni-header .plg-ni-header-cross-inner {
				height: 30px;
				width: 30px;
				position: relative;
				cursor: pointer;
}
.plg-ni-header .plg-ni-header-cross-inner .plg-ni-header-cross-line {
				width: 30px;
				height: 2px;
				background-color: #FDFCF8;
				margin-bottom: 6px;
				border-radius: 6px;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
				position: absolute;
				top: 0;
				width: 30px;
}
.plg-ni-header .plg-ni-header-cross-inner .plg-ni-header-cross-line:nth-child(1) {
				-webkit-transform: rotate(45deg) translate(7px, 7px);
				        transform: rotate(45deg) translate(7px, 7px);
}
.plg-ni-header .plg-ni-header-cross-inner .plg-ni-header-cross-line:nth-child(2) {
				-webkit-transform: rotate(-45deg) translate(-7px, 7px);
				        transform: rotate(-45deg) translate(-7px, 7px);
}
.plg-ni-header.scrolled {
				height: 90px;
}

.template-news-item .plg-header-spacer {
				display: none;
}
.template-news-item .plg-header-contactinfo, .template-news-item .plg-header-navigation, .template-news-item .plg-header-hamburger, .template-news-item .plg-header-visiblenav, .template-news-item .plg-socials {
				display: none;
}

.plg-pi1-section {
				width: 100%;
				height: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
				padding: 60px 0;
				z-index: 11;
}
.plg-pi1-section .plg-pi-bgimages {
				width: 100%;
				height: 100%;
				z-index: 1;
				position: absolute;
				top: 0;
				left: 0;
}
.plg-pi1-section .plg-pi-bgimages-inner {
				height: 100%;
				width: 100%;
}
.plg-pi1-section .plg-pi-bgimages-item {
				width: 100%;
				height: 100%;
}
.plg-pi1-section .plg-pi-bgimages-item .plg-imagecontainer {
				width: 100%;
				height: 100%;
				position: relative;
}
.plg-pi1-section .plg-pi-bgimages-item .plg-imagecontainer::before {
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background-color: rgba(0, 0, 0, 0.5);
				z-index: 14;
}
.plg-pi1-section .plg-pi-bgimages-item .plg-imagecontainer img, .plg-pi1-section .plg-pi-bgimages-item .plg-imagecontainer picture {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				position: absolute;
				top: 0;
				left: 0;
}
.plg-pi1-section .plg-pi-bgimages-item .plg-lb-image {
				visibility: hidden;
}
.plg-pi1-section .plg-container {
				z-index: 3;
}
.plg-pi1-section-inner {
				color: #E2DCCE;
}
.plg-pi1-section-inner .largetitle {
				color: #E2DCCE;
}
.plg-pi1-section-inner-grid {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
}
.plg-pi1-section-inner-grid-item.text {
				width: 60%;
}
.plg-pi1-section-inner-grid-item.text .label-option {
				display: inline-block;
				margin-bottom: 30px;
}
.plg-pi1-section .plg-scrolldownbtn {
				cursor: pointer;
				position: absolute;
				right: 0;
				bottom: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-transform: rotate(-90deg) translate(100%, 0%);
				        transform: rotate(-90deg) translate(100%, 0%);
				-webkit-transform-origin: right center;
				        transform-origin: right center;
}
.plg-pi1-section .plg-scrolldownbtn img {
				width: 24px;
				margin-right: 40px;
}
.plg-pi1-section .slick-list {
				height: 100%;
}
.plg-pi1-section .slick-list .slick-track {
				height: 100%;
}
.plg-pi1-section .slick-list .slick-track .slick-slide {
				height: 100%;
}
.plg-pi1-section .slick-list .slick-track .slick-slide > div {
				height: 100%;
}

.template-properties-item .plg-header-spacer {
				display: none;
}

#plg-textpage h1,
#plg-textpage h2 {
				text-transform: uppercase;
				font-family: "Afterglow", sans-serif;
				font-weight: 400;
				font-size: 50px;
				line-height: 0.95;
				letter-spacing: 0;
				color: #1E1739;
				margin-bottom: 25px;
}
#plg-textpage h1 span,
#plg-textpage h2 span {
				display: block;
}
#plg-textpage h3 {
				text-transform: uppercase;
				font-family: "roc-grotesk", sans-serif;
				font-weight: 400;
				font-size: 16px;
				line-height: 1;
				letter-spacing: 0;
}
#plg-textpage p + h2 {
				margin-top: 50px;
}

#plg-textpage .txt {
				padding: 200px 0;
				text-align: center;
}