@charset "UTF-8";
/* =============ABSTRACTS==================== */
/* =============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: 700;
}

.text-white {
				color: #FFFFFF;
}

.text-black {
				color: #000000;
}

.text-red {
				color: #DA0021;
}

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

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

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

.uppercase {
				text-transform: uppercase;
}

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

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

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

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

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

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

.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 {
				-ms-text-size-adjust: 100%;
				-webkit-text-size-adjust: 100%;
				font-family: "Helvetica Neue LT Pro", sans-serif;
}

body {
				font-family: "Helvetica Neue LT Pro", sans-serif;
				font-size: 18px;
				line-height: 1.28;
				color: #707070;
}

h1 {
				font-size: 40px;
				line-height: 1.25;
}
@media (max-width: 1150px) {
				h1 {
								font-size: 30px;
				}
}
@media (max-width: 750px) {
				h1 {
								font-size: 24px;
				}
}

h2 {
				font-size: 30px;
}
@media (max-width: 1150px) {
				h2 {
								font-size: 24px;
				}
}
@media (max-width: 750px) {
				h2 {
								font-size: 20px;
				}
}

h3 {
				font-size: 24px;
}
@media (max-width: 750px) {
				h3 {
								font-size: 18px;
				}
}

h1, h2, h3, .subtitle {
				font-family: "Helvetica Neue LT Pro", sans-serif;
				font-weight: 500;
				margin: 0;
				padding: 0;
}
h1 a, h2 a, h3 a, .subtitle a {
				text-decoration: none;
}

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

a {
				color: #707070;
}

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

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

body {
				scroll-behavior: smooth;
				height: 100%;
				max-width: 100%;
				margin: 0 auto;
				padding: 0;
				background-color: #FBF9F6;
}

main {
				height: 100%;
}

#content {
				height: 100%;
}

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

.plg-imagecontainer {
				display: block;
				width: 100%;
				overflow: hidden;
}

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

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

.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.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
}
[dir=rtl] .slick-prev:before {
				content: "";
				background-image: url("../images/arrow-right.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.png");
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center center;
}
[dir=rtl] .slick-next:before {
				content: "";
				background-image: url("../images/arrow-left.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: #DA0021;
				opacity: 0.5;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
				color: #DA0021;
				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;
}
[dir=rtl] .slick-slide {
				float: right;
}
.slick-slide img {
				display: block;
}
.slick-slide.slick-loading img {
				display: none;
}
.slick-slide {
				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-container {
				padding: 50px 40px;
				background-color: #703131;
}
.plg-header-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: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
}
.plg-header-navigation {
				margin: 0 0 0 auto;
}

.logo-link {
				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;
}
.logo-link .logo {
				width: 100%;
				max-width: 460px;
}
.logo-link .logo-slogan {
				margin-top: 12px;
				width: 100%;
				max-width: 400px;
}

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

.menu ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
}
.menu ul li {
				margin: 0;
				padding: 0;
				display: inline-block;
				margin-right: 80px;
}
.menu ul li:not(:last-child) {
				margin-right: 25px;
}
.menu ul li a {
				color: #FEF9F8;
				-webkit-transition: text-shadow 0.2s ease, opacity 0.2s ease;
				transition: text-shadow 0.2s ease, opacity 0.2s ease;
				text-shadow: 0 0 0 rgba(255, 255, 255, 0);
				text-decoration: none;
}
.menu ul li a:hover {
				text-decoration: none;
				color: #FEF9F8;
				text-shadow: 0.015em 0 currentColor, -0.015em 0 currentColor;
}

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

#privacypolicy {
				background: #FFFFFF;
				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: #FFFFFF !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: #FFFFFF !important;
}
.cc-nb-okagree:hover {
				background: #000000 !important;
				color: #FFFFFF !important;
}
.cc-nb-reject {
				background: none !important;
				border: none !important;
				color: #FFFFFF !important;
				opacity: 40% !important;
}
.cc-nb-changep {
				color: #000000 !important;
				background: rgba(255, 255, 255, 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 .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-grid {
					display: grid;
					grid-template-columns: repeat(2, 1fr);
					gap: 30px;

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

						&.w-full {
							grid-column: span 2;
						}
					}
				}*/
}
form .form-group {
				margin-top: 10px;
}
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: 12px 20px 12px 20px;
				border: 1px solid #707070;
				border-radius: 8px;
				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: #707070;
				text-decoration: underline;
}

.noline {
				border: none;
				padding: 0;
				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: #707070;
				font-size: 16px;
				margin: 0;
				outline: none;
				width: 100%;
				font-family: "Helvetica Neue LT Pro", sans-serif;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
				font-family: "Helvetica Neue LT Pro", sans-serif;
				color: #707070;
				font-size: 16px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
				font-family: "Helvetica Neue LT Pro", sans-serif;
				color: #707070;
				font-size: 16px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
				font-family: "Helvetica Neue LT Pro", sans-serif;
				color: #707070;
				font-size: 16px;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
				font-family: "Helvetica Neue LT Pro", sans-serif;
				color: #707070;
				font-size: 16px;
}
input::placeholder,
textarea::placeholder {
				font-family: "Helvetica Neue LT Pro", sans-serif;
				color: #707070;
				font-size: 16px;
}
input:focus,
textarea:focus {
				color: #707070;
				background-color: transparent;
				-webkit-box-shadow: none;
				        box-shadow: none;
}
input,
textarea {
				/*&.error {
				  padding: 10px 0 2em 0;
				}*/
}
input[name=website],
textarea[name=website] {
				font-size: 0;
}

textarea {
				resize: none;
}

.error-text {
				/*position: absolute;
				bottom: -30px;
				left: 0;*/
				margin: 0;
				font-size: 16px;
				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: #707070;
				font-size: 16px;
}
#policy:checked + label:after {
				content: "✕";
				line-height: 1;
				background: transparent;
				position: absolute;
				top: 1px;
				left: -24px;
				width: 15px;
				height: 15px;
				text-align: center;
				color: #707070;
}

.checkbox {
				position: relative;
				margin-left: 25px;
				cursor: pointer;
				color: #707070;
				font-size: 16px;
}
.checkbox:before {
				content: "";
				position: absolute;
				width: 15px;
				height: 15px;
				border: 1px solid #707070;
				border-radius: 4px;
				left: -25px;
				top: 0px;
}
.checkbox a {
				color: #707070 !important;
				text-decoration: none !important;
}

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

.button {
				margin-top: 20px;
}

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: #FBF9F6;
				cursor: pointer;
}

.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: #707070;
}

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

.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: #707070;
}

.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: #707070;
}

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

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

.popup-modal {
				background-color: #FFFFFF;
				max-width: 650px;
				text-align: center;
				color: #707070;
				font-size: 16px;
}
@media (max-width: 750px) {
				.popup-modal {
								max-width: 98%;
				}
}

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

.plg-arrowbutton {
				display: inline-block;
				text-decoration: none;
				font-size: 14px;
				text-transform: uppercase;
				font-weight: 400;
				cursor: pointer;
}
.plg-arrowbutton:hover {
				text-decoration: none;
}

.button {
				display: inline-block;
				text-decoration: none;
				color: #FBF9F6;
				background-color: #DA0021;
				padding: 12px 40px;
				border-radius: 24px;
				font-size: 18px;
				font-weight: 400;
				cursor: pointer;
}
.button:hover {
				text-decoration: none;
}
@media (max-width: 1150px) {
				.button {
								padding: 10px 25px;
				}
}

/* =============BLOCKS==================== */
.plg-herobanner {
				height: 100%;
				width: 100%;
}
.plg-herobanner-container {
				height: 100%;
				width: 100%;
				position: relative;
}
.plg-herobanner-slider {
				height: 100%;
				width: 100%;
}
.plg-herobanner-content {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				padding: 50px 40px 160px 40px;
				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;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
}

/* =============PAGES==================== */
.plg-h1-section {
				position: relative;
}

#plg-textpage h1,
#plg-textpage h2 {
				text-transform: uppercase;
				font-size: 50px;
				line-height: 0.95;
				letter-spacing: 0;
				margin-bottom: 25px;
}
#plg-textpage h1 span,
#plg-textpage h2 span {
				display: block;
}
#plg-textpage h3 {
				text-transform: uppercase;
				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;
}