::-webkit-scrollbar {
 width: 0.3em;
}
 
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}
.pt-0 {
	padding-top:0px !important;
}
.pb-0 {
	padding-bottom:0px !important;
}
        :where(.is-layout-flex) {
 gap: 0.5em;
}
body .is-layout-flow>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}
body .is-layout-flow>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}
body .is-layout-flow>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}
body .is-layout-constrained>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}
body .is-layout-constrained>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}
body .is-layout-constrained>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}
 body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
 max-width: var(--wp--style--global--content-size);
 margin-left: auto !important;
 margin-right: auto !important;
}
body .is-layout-constrained>.alignwide {
	max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
	display: flex;
}
body .is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}
body .is-layout-flex>* {
	margin: 0;
}

        :where(.wp-block-columns.is-layout-flex) {
 gap: 2em;
}
.has-black-color {
	color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
	color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}
 .wp-block-navigation a:where(:not(.wp-element-button)) {
 color: inherit;
}

        :where(.wp-block-columns.is-layout-flex) {
 gap: 2em;
}
.wp-block-pullquote {
	font-size: 1.5em;
	line-height: 1.6;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
	background-color: #2b2d2e !important;
	color: var(--color-white) !important
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
	box-shadow: none
}
 @media all and (min-width:1025px) and (orientation:landscape) {
* {
-webkit-user-drag: none
}
}
*, ::after, ::before {
box-sizing: border-box
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}
html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #d6d2ce;
	font-family: var(--font-primary);
	font-size: 18px;
	line-height:1.5;
	font-weight: 300;
	color: #46484b;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	overflow-x: hidden
}
ol, ul {
	list-style: none;
	list-style-type: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 400
}
a {
	text-decoration: none;
	outline: 0;
	color: inherit
}
figure {
	margin: 0;
	padding: 0
}
input:focus, select:focus, textarea:focus {
	outline: none !important
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJz48cG9seWdvbiBwb2ludHM9JzAsMCAxMDAsMCA1MCw1MCcvPjwvc3ZnPg==) no-repeat;
	background-size: 12px;
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	outline: none
}
:root {
--font-secondary: 'glysamedium';
--font-primary: 'Kanit', sans-serif;
--bg: #D6D2CE;
--bg-medium: #CAC7C3;
--bg-dark: #46484B;
--bg-white: #F8F7F8;
--white: #ffffff;
--black: #000000;
--grey50: #46484B;
--grey100: #2B2D2E;
--grey-alpha: rgba(84, 86, 90, 0.10196);
--primary100: #F8F7F8;
--primary200: #F3F3F3;
--primary300: #EFEFEE;
--primary400: #EEECEB;
--primary500: #D6D2CE;
--primary600: #CAC7C3;
--error: #D30000;
--error-alpha: rgba(203, 164, 164, 0.43922);
--success: #10bb52;
--alert: #FFD702;
--border: #707070;
--overlay: #18181A;
--hint: #9C9B99;
--shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
--radius: 1vw;
--ease-in-out: cubic-bezier(0.895, 0.000, 0.180, 1.000);
--ease-out: cubic-bezier(0.050, 0.760, 0.380, 1.015);
--p2In: cubic-bezier(0.11, 0, 0.5, 0);
--p2Out: cubic-bezier(0.5, 1, 0.89, 1);
--p2InOut: cubic-bezier(0.45, 0, 0.55, 1);
--expoIn: cubic-bezier(0.7, 0, 0.84, 0);
--expoOut: cubic-bezier(0.16, 1, 0.3, 1);
--expoInOut: cubic-bezier(0.87, 0, 0.13, 1)
}
@media all and (max-width:1680px), all and (max-width:1920px) and (-webkit-min-device-pixel-ratio:1.3541666666666667), all and (max-width:1920px) and (min-resolution:130dpi) {
}
@media all and (max-width:1680px) {
}
@media all and (max-width:1440px) {
}
@media all and (max-width:1366px) {
}
@media all and (max-width:1280px) {
}
@media all and (max-width:1100px) and (orientation:portrait) {
}
@media all and (max-width:600px) and (orientation:portrait) {
}
.lenis.lenis-smooth {
	scroll-behavior: auto
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain
}
.lenis.lenis-stopped {
	overflow: hidden
}
.lenis.lenis-wheeling {
	pointer-events: none
}
#html {
	margin-top: 0 !important
}
#wpadminbar {
	top: 0 !important
}
body {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none
}
body::-webkit-scrollbar {
display: none
}
.hidden, .hidden * {
	visibility: hidden !important
}
@media all and (max-width:1100px) and (orientation:portrait) {
[data-desktop] {
display: none !important
}
}
@media all and (min-width:1025px) {
[data-mobile] {
display: none !important
}
}
.debug section {
	outline: 2px solid maroon
}
@media all and (max-width:1100px) and (orientation:portrait) {
.debug section {
outline: 1px solid maroon
}
}
.debug .debugger {
	background-color: maroon;
	color: #fff;
	color: var(--white);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1vw;
	line-height: 1.33;
	font-weight: 400;
	padding: 5px 10px;
	z-index: 1
}
@media all and (max-width:1100px) and (orientation:portrait) {
.debug .debugger {
font-size: 3vw
}
}
.debug .image {
	outline: 1px solid blue;
	background-color: #add8e6
}
.debug .background {
	outline: 1px solid blue;
	background-color: #f08080
}
.debug .video {
	background-color: #ffb6c1;
	outline: 1px solid blue
}
@media all and (min-width:1025px) {
*[data-mobile] {
display: none !important
}
}
@media all and (max-width:1024px) {
*[data-desktop] {
display: none !important
}
}
#app {
	display: block;
	width: 100%;
 
}
#app>div {
	display: block;
	position: relative;
	height: auto;
	min-height: 100%;
}
#app>div .inner {
	background-color: #d6d2ce;
	background-color: var(--bg)
}
#app>div .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: var(--black);
	opacity: .0001;
	will-change: opacity;
	pointer-events: none
}
#app section {
	position: relative;
	width: 100%;
	height:100vh;
}
.about-us #app section {
	position: relative;
	width: 100%;
	height:auto;
}
.about-us #app>div .about-hero {
	background-image: url(../images/about-us-hero.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
 .about-us .component:nth-child(2) {
 padding-top: 15vw;
 padding-bottom: 10vw;
}
.about-us .headline-inner h2 {
	font-size:45px;
	line-height:1.2;
	color:#fff
}
.about-us .containers {
	position: relative;
	width: 90vw !important;
	margin: auto;
}
.about-us .about-intro .leaf-one {
	position: absolute;
	right: 0px;
	top: -225px;
}
.about-us .about-intro {
	position: relative;
	background-image: url(../images/third-section-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	min-height: auto;
}
 .about-us .about-intro::after {
 content: '';
 position: absolute;
 display: block;
 min-height: 235px;
 background-image: url(../images/waves-bg.png);
 background-repeat: no-repeat;
 background-size: 100%;
    /* background-position: center; */
    width: 100%;
 bottom: -75px;
 opacity:0.5
}
.about-us .about-intro .position-img-two {
	position: absolute;
	right: 150px;
	top: 225px;
	width: 15%;
}
.about-us .about-intro .section-title h2 {
	color: #5e4538;
	font-size: 45px;
	line-height: 1.4;
}
.about-us .about-intro p {
	color: #2B2929 !important;
	 
	font-size: 25px;
	line-height: 1.2;
}
.about-us .process__text h5 {
	color: #d4c7bd !important;
	font-size: 24px;
	line-height: 1.3;
}

.about-us #app>div .ongoing-project {
	background-image: url(../images/ongoing-project-hero.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.contact h3 {
color: #5e4538;
	font-size: 35px;
	line-height: 1.4;
}

.contact a {
    color: #2B2929 !important;
    font-size: 25px;
    line-height: 1.2;
}

.fa-phone {
 
    transform: rotate(102deg)!important;
}

.container {
	position: relative;
	width: 90vw;
	margin: auto
}
.component--hero-home .containers {
	position: relative;
	width: 90vw !important;
	margin: auto
}
.component--hero-home .containers {
	position: relative;
	width: 90vw !important;
	margin: auto
}
.loader .containers {
	position: relative;
	width: 90vw !important;
	margin: auto
}
@media all and (max-width:1100px) and (orientation:portrait) {
.container {
width: 80vw
}
}
.container--medium {
	width: 80vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.container--medium {
width: 80vw
}
}
.container--small {
	width: 70vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.container--small {
width: 80vw
}
}
.container--wide {
	width: 100%
}
.columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.columns__item {
}
.component {
	position: relative;
	padding-top: 5vw;
	padding-bottom: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component {
padding-top: 10vw;
padding-bottom: 10vw
}
}
.component:nth-child(2) {
padding-top: 20vw;
padding-bottom:5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component:nth-child(2) {
padding-top: 50vw
}
 .hero-home-bg {
 background-image: url(../img/intro-bg.html);
 background-repeat: repeat !important;
 background-size: cover !important;
 background-position: top right !important;
}
 #app>div .overlay {
 opacity: 0.45 !important;
}
}
.bg-image-section-ones:before {
	background-image: url(../img/birds.html);
	top: -10%;
	right: 10%;
	height: 100%;
	width: 450px;
	opacity: .6;
}
.bg-image-section-ones:after {
	background-image: url(../img/lines.html);
	bottom: -1%;
	left: 25%;
	height: 150px;
	width: 613px;
	opacity: 0.6;
	z-index: 0;
}
.bg-image-section-twos:before {
	background-image: url(../img/waves.html);
	top:25%;
	left: 10%;
	height: 100%;
	width: 150px;
	opacity: .4;
}
.bg-image-section-three:after {
	background-image: url(../img/lines-right.html);
	bottom: -1%;
	right: 0%;
	height: 150px;
	width: 450px;
	opacity: 0.4;
	z-index: 0;
}
.bg-image-section-four:before {
	background-image: url(../img/essence-pattren.html);
	top: 0;
	right: 0%;
	height: 150px;
	width: 100%;
	opacity: 0.1;
	z-index: 0;
}
.bg-image-section-ones:after, .bg-image-section-ones:before, .bg-image-section-three:after, .bg-image-section-twos:before, .bg-image-section-four:before {
	content: "";
	display: inline-block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.--bg-default {
	background-color: #d6d2ce !important;
	background-color: var(--bg) !important
}
.--bg-medium {
	background-color: #cac7c3 !important;
	background-color: var(--bg-medium) !important
}
.--bg-grey50 {
	background-color: #46484b !important;
	background-color: var(--grey50) !important
}
.--bg-grey100 {
	background-color: #511713 !important;
}
.--bg-white {
	background-color: #f8f7f8 !important;
	background-color: var(--bg-white) !important
}
.--bg-white {
	background-color: #fff !important;
	background-color: var(--white) !important
}
.--bg-primary100 {
	background-color: #f8f7f8 !important;
	background-color: var(--primary100) !important
}
.--bg-primary200 {
	background-color: #f3f3f3 !important;
	background-color: var(--primary200) !important
}
.--bg-primary300 {
	background-color: #efefee !important;
	background-color: var(--primary300) !important
}
.--bg-primary400 {
	background-color: #eeeceb !important;
	background-color: var(--primary400) !important
}
.--bg-primary500 {
	background-color: #511713 !important;
}
.--bg-primary600 {
	background-color: #cac7c3 !important;
	background-color: var(--primary600) !important
}
.--color-white {
	color: #fff !important;
	color: var(--white) !important
}
.--color-primary100 {
	color: #f8f7f8 !important;
	color: var(--primary100) !important
}
.--color-primary200 {
	color: #f3f3f3 !important;
	color: var(--primary200) !important
}
.--color-primary300 {
	color: #efefee !important;
	color: var(--primary300) !important
}
.--color-primary400 {
	color: #eeeceb !important;
	color: var(--primary400) !important
}
.--color-primary500 {
	color: #d6d2ce !important;
	color: var(--primary500) !important
}
.--color-primary600 {
	color: #cac7c3 !important;
	color: var(--primary600) !important
}
.--color-medium {
	color: #46484b !important;
	color: var(--grey50) !important
}
.--color-dark {
	color: #2b2d2e !important;
	color: var(--grey100) !important
}
.--color-black {
	color: #000 !important;
	color: var(--black) !important
}
#info {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	width: auto;
	min-width: 100px;
	height: 30px;
	overflow: hidden;
	pointer-events: all;
	background-color: #000;
	opacity: .6;
	cursor: pointer;
	will-change: transform
}
#guides {
	display: block;
	position: fixed;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	opacity: 1
}
#guides .guides__switcher {
	display: block;
	position: absolute;
	width: auto;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 30px;
	overflow: hidden;
	pointer-events: all;
	background-color: red;
	opacity: .6;
	cursor: pointer;
	will-change: transform
}
#guides .guides__switcher2 {
	display: block;
	position: absolute;
	width: auto;
	bottom: 0;
	left: 50px;
	width: 40px;
	height: 30px;
	overflow: hidden;
	pointer-events: all;
	background-color: aqua;
	opacity: .6;
	cursor: pointer;
	will-change: transform
}
#guides .guides__horizontal {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000000
}
#guides .guides__horizontal .guide {
	opacity: 1;
	position: relative;
	width: 5vw;
	float: left;
	height: 100vh;
height: calc(1vh * 100);
height: calc(var(--vh, 1vh) * 100);
	border-left: 1px solid skyblue;
	border-right: 1px solid skyblue
}
@media all and (max-width:1100px) and (orientation:portrait) {
#guides .guides__horizontal .guide {
width: 10vw
}
}
#guides .guides__horizontal2 {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100000
}
#guides .guides__horizontal2 .guide {
	position: relative;
width: .417vw;
	float: left;
height: calc(1vh * 100);
height: calc(var(--vh, 1vh) * 100);
	height: 100vh;
	border-right: 1px solid #d6d6d6;
	opacity: .5
}
@media all and (max-width:1100px) and (orientation:portrait) {
#guides .guides__horizontal2 .guide {
width: .833vw
}
}
#guides .guides__vertical {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000000
}
#guides .guides__vertical .guide {
	position: relative;
	width: 100%;
	height: 5vw;
	opacity: 1;
	border-bottom: 1px solid skyblue;
	border-left: 1px solid skyblue;
	border-right: 1px solid skyblue
}
@media all and (max-width:1100px) and (orientation:portrait) {
#guides .guides__vertical .guide {
height: 10vw
}
}
#guides .guides__vertical2 {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100000
}
#guides .guides__vertical2 .guide {
	position: relative;
	width: 100%;
height: .417vw;
	opacity: .5;
	border-bottom: 1px solid #d6d6d6
}
@media all and (max-width:1100px) and (orientation:portrait) {
#guides .guides__vertical2 .guide {
height: .833vw
}
}
#vhr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	z-index: -1;
	opacity: .0001
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer, .otgs-development-site-front-end {
	display: none !important
}
#rank-math-analytics-stats-wrapper {
	display: none !important
}
.grecaptcha-badge {
	display: none !important
}
.center {
	width: 100%;
	max-width: 0%;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.image {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #cac7c3;
	background-color: var(--bg-medium)
}
.image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 1200ms;
	transition-timing-function: cubic-bezier(.5, 1, .89, 1);
	transition-timing-function: var(--p2Out);
	will-change: transform, opacity
}
.image img.lazyload[src=""] {
	opacity: .0001
}
.image:before {
	content: '';
	display: block;
	padding-bottom: var(--ratio)
}
.image .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #18181a;
	background-color: var(--overlay);
	opacity: .2
}
.--bg-grey50 .image {
	background-color: #2b2d2e;
	background-color: var(--grey100)
}
.background {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: var(--bg-main)
}
.background:before {
	content: '';
	display: block
}
.background__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
.background__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--bg-black);
	opacity: .8
}
.background__overlay2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: var(--bg-black);
	opacity: .5
}
.background__gradient {
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	opacity: .7;
	background: #000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}
.video {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}
.video__player {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	height: initial;
	overflow: hidden;
	will-change: transform;
	pointer-events: none
}
.video__player video, .video__player iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: initial
}
@media all and (max-width:1100px) and (orientation:portrait) {
.video__player video, .video__player iframe {
background-color: #2b2d2e;
background-color: var(--grey100)
}
}
.video__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	background-color: #000;
	background-color: var(--black);
	pointer-events: none;
	opacity: .4
}
.video__poster {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}
.video__poster .image, .video__poster .background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.video__trigger, .video__trigger1 {
	position: absolute;
	width: 7.5vw;
	height: 7.5vw;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1);
	background-color: #fff;
	background-color: var(--white);
	color: #46484b;
	color: var(--grey50);
	text-align: center;
	font-size: 1.25vw;
	font-weight: 400;
	cursor: pointer;
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut);
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.video__trigger, .video__trigger1 {
width: 25vw;
height: 25vw;
font-size: 4.2vw
}
}
.video__trigger .text, .video__trigger1 .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: block;
	overflow: hidden
}
.video__trigger .text span, .video__trigger1 .text span {
	display: block;
	transform: translateY(0) scale(1);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut)
}
.video__trigger .text span:nth-child(2), .video__trigger1 .text span:nth-child(2) {
color: #d6d2ce;
color: var(--primary500);
position: absolute;
top: 100%;
left: 0;
right: 0
}
.video__trigger:hover, .video__trigger1:hover {
	transform: translateX(-50%) translateY(-50%) scale(1.12);
	background-color: #46484b;
	background-color: var(--grey50);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut)
}
.video__trigger:hover .text span, .video__trigger1:hover .text span {
	transform: translateY(-1.25vw) scale(.88)
}
.video__triggeri:hover .text span {
	transform: translateY(-2.25vw) scale(.88) !important
}
.video--cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0
}
.video--cover .video__player {
	position: absolute;
	display: grid;
	align-items: center;
	justify-items: center;
	place-items: center;
	height: 100%;
	width: 100%;
	margin: 0 auto
}
.video--cover .video__player video, .video--cover .video__player iframe {
	position: absolute;
	z-index: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none
}
.video--cover .video__player video::-webkit-media-controls, .video--cover .video__player iframe::-webkit-media-controls {
display: none !important
}
.video--seek, .video--scroll {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	will-change: transform
}
.video--seek .video__player, .video--scroll .video__player {
	position: absolute;
	display: grid;
	align-items: center;
	justify-items: center;
	place-items: center;
	height: 100%;
	width: 100%;
	margin: 0 auto
}
.video--seek .video__player video, .video--seek .video__player iframe, .video--scroll .video__player video, .video--scroll .video__player iframe {
	position: absolute;
	z-index: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none
}
.video--seek .video__player video::-webkit-media-controls, .video--seek .video__player iframe::-webkit-media-controls, .video--scroll .video__player video::-webkit-media-controls, .video--scroll .video__player iframe::-webkit-media-controls {
display: none !important
}
.video--auto {
}
.video--auto .video__player {
	height: auto;
	padding-bottom: 0;
	pointer-events: all
}
.video--auto .video__player video, .video--auto .video__player iframe {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	bottom: initial;
	vertical-align: middle
}
.player {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	display: none
}
.player__mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	opacity: .0001;
	will-change: opacity;
	cursor: pointer
}
.player__inner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-100%);
	will-change: transform;
	pointer-events: none
}
.player__inner video {
	width: 70vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.player__inner video {
width: 90vw
}
}
.player__inner .center {
	pointer-events: all
}
.closer {
	position: fixed;
	width: 3.333vw;
	height: 3.333vw;
	border-radius: 3.333vw;
	border: 2px solid #fff;
	border: 2px solid var(--white);
	top: 3.333vw;
	right: 3.333vw;
	display: block;
	opacity: .0001;
	cursor: pointer;
	background-image: url(img/closer-white.html);
	background-repeat: no-repeat;
	background-position: center;
background-size: .833vw auto;
	z-index: 200;
	pointer-events: none
}
@media all and (max-width:1100px) and (orientation:portrait) {
.closer {
top: 5vw;
right: 50%;
transform: translateX(50%);
width: 15vw;
height: 15vw;
border-radius: 15vw;
background-size: 3.333vw auto
}
}
.on-goingprojects .headline {
	font-family: var(--font-secondary);
	color: #511713 !important;
	font-weight: 500;
	font-size: 2.3vw;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
	max-width: 75%;
	margin: 0 auto;
	/* text-wrap: nowrap; */
    text-align: center;
}
.on-goingprojects .headline .line {
	display:none
}
.on-goingprojects .label {
	text-align: center;
	margin-bottom: 15px;
}
.headline {
	font-family: var(--font-secondary);
	color:#fff !important;
	font-weight: 300;
	font-size: 3.9583vw;
	line-height: 1;
	text-transform: uppercase
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline {
font-size: 8.88vw
}
}
.headline .line {
	overflow: hidden;
	height: 3.75vw;
	line-height: 4vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline .line {
height: 10vw;
line-height: 10vw
}
}
.headline .word {
	top: -.054em;
	transform-origin: left top;
}
.headline.project .word {
	color: var(--bg-dark);
}
.headline.project .line {
	justify-content: space-between;
	display: flex;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline .word {
margin-right: 2.5vw
}
}
.headline.--spaced {
	display: flex;
	flex-wrap: wrap
}
.headline.--spaced .line {
	overflow: visible;
	overflow: initial;
	width: 100%
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--spaced .line {
overflow: hidden
}
}
.headline.--spaced .word {
	margin-right: 0.5vw !important;
	margin-left:0.5vw !important;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--spaced .word {
margin-bottom: 10vw;
margin-right: 2.5vw
}
}
.headline.--spaced .word:last-child {
	margin-right: 0
}
.headline.--spaced.--center {
	display: flex;
	flex-wrap: wrap
}
.headline.--spaced.--center .line {
	overflow: visible;
	overflow: initial;
	width: 100%;
	text-align:left !important
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--spaced.--center .line {
overflow: hidden
}
}
.headline.--spaced.--center .word {
	margin-left: 3vw;
	margin-right: 3vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--spaced.--center .word {
margin-left: 1.25vw;
margin-right: 1.25vw
}
}
.headline.--spaced.--center .word:first-child {
	margin-left: 0
}
.headline.--spaced.--center .word:last-child {
	margin-right: 0
}
.headline.--left {
	justify-content: flex-start
}
.headline.--center {
	justify-content: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--center {
position: relative;
min-width: 90vw;
left: 50%;
transform: translateX(-50%)
}
}
.headline.--right {
	justify-content: flex-end
}
.headline.--small {
	font-size: 1.96vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--small {
font-size: 8.88vw;
line-height: 8.88vw
}
}
.headline.--small .line {
	height: 1.8vw;
	line-height: 1.8vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--small .line {
height: 10vw;
line-height: 10vw
}
}
.headline.--medium {
	font-size:3vw;
	line-height:1;
	font-weight: 400;
	margin-top: -1.3vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--medium {
font-size: 6vw;
line-height: 8vw;
font-weight: 300;
margin-top: 0;
margin-top: initial
}
.about-us .containers {
 margin: 0 auto 0 auto !important;
}
.about-us #app section {
 position: relative;
 width: 100%;
 height: 70vh !important;
 display: flex;
 align-items: flex-end;
}
 .about-us .md-pb-100 {
padding-bottom:50px !important
}
 .about-us #app>div .about-hero {
 background-image: url(../images/about-us-hero.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: bottom;
}


.about-us .headline-inner {
position:relative;
z-index:9 !important
}
.about-us .headline-inner h2 {
 font-size: 20px;
 line-height: 1.3;
 color: #fff;
}

.about-us #app>div .ongoing-project {
    background-image: url(../images/about-us-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.about-us .theme_btn2 {
 
    margin-bottom: 50px !important
}

}
.headline.--medium .line {
	height: 4vw;
	font-size: 3vw;
	line-height: 4vw;
}
 @media all and (max-width:1100px) and (orientation:portrait) {
.headline.--medium .line {
 height: 9vw;
 font-size: 7vw;
 line-height: 9vw;
}
 .hero-home .headline {
 max-width:90% !important
}
#preloader {
display:none
}
}
 @media (max-width: 767px) {
 #app section {
height: 80vh !important;
}
.headline .word {
top: 0.1em !important;
}
}
.headline.--sem-medium {
	font-size: 5vw;
	font-weight: 400;
	margin-top:0
}
.headline.--sem-medium .line {
	height: 5.5vw;
	line-height: 7.5vw;
	margin-bottom: 0
}
.headline.--big {
	font-size: 11.916vw;
	font-weight: 400;
	margin-top: -1.3vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--big {
font-size: 14vw;
line-height: 14vw;
margin-top: 0;
margin-top: initial
}
}
.headline.--big .line {
	overflow: visible;
	overflow: initial;
	height: 12vw;
	line-height: 12vw;
	margin-bottom: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--big .line {
height: 14vw;
font-size: 14vw;
line-height: 14vw;
white-space: nowrap
}
}
.headline.--grand {
	font-size: 15.833vw;
	font-weight: 400;
	margin-top: -1.3vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--grand {
font-size: 14vw;
line-height: 14vw;
margin-top: 0;
margin-top: initial
}
}
.headline.--grand .line {
	overflow: visible;
	overflow: initial;
	height: 12.5vw;
	line-height: 12.5vw;
	margin-bottom: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.headline.--grand .line {
height: 14vw;
font-size: 14vw;
line-height: 14vw
}
}
.headline .br {
	display: block;
	width: 100%
}
.subtitle {
	font-family: var(--font-secondary);
	font-weight: 300;
	font-size: 2.1vw;
	color: inherit;
	line-height: .8;
	margin-top: .02em
}
@media all and (max-width:1100px) and (orientation:portrait) {
.subtitle {
font-weight: 400;
font-size: 8.88vw
}
}
.subtitle .line {
}
@media all and (max-width:1100px) and (orientation:portrait) {
.subtitle .line {
}
}
.subtitle.--small {
	font-size: 1.96vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.subtitle.--small {
font-weight: 400;
font-size: 5.27vw
}
}
.subtitle.--small .line {
}
@media all and (max-width:1100px) and (orientation:portrait) {
.subtitle.--small .line {
}
}
.subtitle.--xsmall {
	font-size: 1.33vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.subtitle.--xsmall {
font-weight: 400;
font-size: 5vw
}
}
.subtitle.--xsmall .line {
}
@media all and (max-width:1100px) and (orientation:portrait) {
.subtitle.--xsmall .line {
}
}
.title {
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.33vw;
	color: inherit;
	text-transform: uppercase;
	line-height: 1
}
@media all and (max-width:1100px) and (orientation:portrait) {
.title {
font-weight: 400;
font-size: 4.44vw
}
}
.button {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: auto;
	border: 0;
	outline: none;
	box-shadow: none;
	height: 3.333vw;
	line-height: 3.333vw;
	padding: 0 1.667vw;
	font-size: 1.25vw;
	font-weight: 400;
	cursor: pointer
}
@media all and (max-width:1100px) and (orientation:portrait) {
.button {
font-size: 5.27vw;
height: 15vw;
padding: 0 10vw;
line-height: 15vw;
border-radius: 15vw
}
}
.button:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scale(1);
	border-radius: 3.333vw;
	background-color: #eeeceb;
	background-color: var(--primary400);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut);
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.button:before {
border-radius: 15vw
}
}
.button .text {
	position: relative;
	color: #46484b;
	color: var(--grey50);
	transform: translateX(0);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut);
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.button .text {
line-height: 1
}
}
.button .dot {
	position: absolute;
	overflow: hidden;
	display: inline-block;
	background-color: #46484b;
	background-color: var(--grey50);
left: .417vw;
top: .417vw;
	width: 2.5vw;
	height: 2.5vw;
	border-radius: 100%;
	transform: scale(.3225) translateX(0);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut);
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.button .dot {
left: 1.5vw;
top: 1.5vw;
width: 12vw;
height: 12vw
}
}
.button .dot:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .0001;
	transform: translateX(-100%);
	background-image: url(img/arrow-right-button-white.html);
	background-size: 50% auto;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut);
	will-change: transform
}
.button:hover:before {
	transform: scale(1.12);
	transition: all 400ms cubic-bezier(.16, 1, .3, 1);
	transition: all 400ms var(--expoOut)
}
.button:hover .text {
}
.button:hover .dot {
}
.button.--large {
	height: 5vw;
	line-height: 5vw;
	padding: 0 2.083vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.button.--large {
font-size: 5.27vw;
height: 15vw;
padding: 0 10vw;
line-height: 15vw;
border-radius: 15vw
}
}
.button.--medium:before {
	background-color: #46484b;
	background-color: var(--grey50)
}
.button.--medium .text {
	color: #d6d2ce;
	color: var(--primary500)
}
.button.--dark:before {
	background-color: #2b2d2e;
	background-color: var(--grey100)
}
.button.--dark .text {
	color: #d6d2ce;
	color: var(--primary500)
}
.button.--grey:before {
	background-color: #46484b;
	background-color: var(--grey50)
}
.button.--grey .text {
	color: #d6d2ce;
	color: var(--primary500)
}
.button.--border:before {
	border: 1px solid #2b2d2e;
	border: 1px solid var(--grey100);
	background-color: transparent
}
.button.--border .text {
	color: #2b2d2e;
	color: var(--grey100)
}
.button.--dotted {
	padding-left: 2.917vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.button.--dotted {
padding-left: 12vw
}
}
.button.--dotted:hover:before {
	transform: scale(1.12);
	transition: all 400ms cubic-bezier(.16, 1, .3, 1);
	transition: all 400ms var(--expoOut)
}
.button.--dotted:hover .text {
	transform: translateX(0.417vw);
	transition: all 400ms cubic-bezier(.16, 1, .3, 1);
	transition: all 400ms var(--expoOut)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.button.--dotted:hover .text {
transform: translateX(3.000vw)
}
}
.button.--dotted:hover .dot {
	transform: scale(1) translateX(-0.417vw);
	transition: all 400ms cubic-bezier(.16, 1, .3, 1);
	transition: all 400ms var(--expoOut)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.button.--dotted:hover .dot {
transform: scale(1) translateX(-mcol(0.2))
}
}
.button.--dotted:hover .dot:before {
	opacity: 1;
	transform: translateX(0%);
	transition: all 400ms cubic-bezier(.16, 1, .3, 1);
	transition: all 400ms var(--expoOut)
}
.button.--dotted.--medium .dot {
	background-color: #d6d2ce;
	background-color: var(--primary500)
}
.button.--dotted.--medium .dot:before {
	background-image: url(img/arrow-right-button-dark.html)
}
.button.--dotted.--darkf .dot {
	color: #d6d2ce;
}
.button.--dotted.--darkf .dot:hover {
}
.button.--dotted.--dark .dot {
	background-color: #d6d2ce;
	background-color: var(--primary500)
}
.button.--dotted.--dark .dot:before {
	background-image: url(img/arrow-right-button-dark.html)
}
.button.--dotted.--grey .dot {
	background-color: #d6d2ce;
	background-color: var(--primary500)
}
.button.--dotted.--grey .dot:before {
	background-image: url(img/arrow-right-button-dark.html)
}
.label {
	font-size: 1.25vw;
	line-height: 1.667vw;
	font-weight: 400;
	color: inherit;
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.label {
font-size: 5vw;
line-height: 1
}
}
.label.--xsmall {
font-size: .75vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.label.--xsmall {
font-size: 4.44vw
}
}
.label.--small {
	font-size: 1vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.label.--small {
font-size: 4.44vw
}
}
.label.--large {
	font-size: 1.33vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.label.--large {
font-size: 4.44vw
}
}
.label.--dotted {
	position: relative
}
.label.--dotted:before {
	content: "";
	position: absolute;
	right: calc(100% + 0.417vw);
top: .417vw;
	background-color: #46484b;
	background-color: var(--grey50);
width: .833vw;
height: .833vw;
border-radius: .833vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.label.--dotted:before {
right: calc(100% + 1.667vw);
top: 1.667vw;
width: 1.667vw;
height: 1.667vw;
border-radius: 1.667vw
}
}
.wysiwyg {
	margin-bottom: 1.667vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
}
.wysiwyg.centered {
	margin: auto;
	text-align: center
}
.wysiwyg.--xsmall {
}
@media all and (max-width:1100px) and (orientation:portrait) {
.wysiwyg.--xsmall {
}
}
.wysiwyg.--small {
}
@media all and (max-width:1100px) and (orientation:portrait) {
.wysiwyg.--small {
}
}
.wysiwyg p {
}
.wysiwyg p:last-child {
	margin-bottom: 0
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
	margin-bottom: 1rem
}
.wysiwyg h1 {
	line-height: 1;
	text-transform: uppercase
}
.wysiwyg h2 {
	line-height: 1;
	text-transform: uppercase
}
.wysiwyg h3 {
	line-height: 1;
	text-transform: uppercase
}
.wysiwyg h4 {
	line-height: 1;
	text-transform: uppercase
}
.wysiwyg h5 {
	line-height: 1;
	text-transform: uppercase
}
.wysiwyg h6 {
	line-height: 1;
	text-transform: uppercase
}
.wysiwyg b, .wysiwyg strong {
}
.wysiwyg em, .wysiwyg i {
}
.wysiwyg .image {
	width: 100%;
	height: auto;
	margin-bottom: 1rem
}
.wysiwyg .image img {
	vertical-align: middle
}
.wysiwyg p>img, .wysiwyg>img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	vertical-align: middle
}
.wysiwyg ul {
	margin-bottom: 1rem;
	list-style: disc;
	padding-left: 0;
	margin-top: 0;
}
.wysiwyg ul:first-child {
	margin-top: 0
}
.wysiwyg ul li {
	margin-bottom: 1rem
}
.wysiwyg ul li ul {
	margin-top: 1rem;
	list-style: circle
}
.wysiwyg ul li ul li {
}
.wysiwyg ol {
	list-style: decimal;
	padding-left: 1rem;
	margin-bottom: 1rem;
	margin-top: 2rem
}
>.wysiwyg ol:first-child {
margin-top: 0
}
.wysiwyg ol li {
	margin-bottom: 1rem
}
.wysiwyg ol li ul {
	margin-top: 1rem
}
.wysiwyg a {
	display: inline;
	word-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	border-bottom: 1px solid
}
.wysiwyg a:hover {
	color: #000;
	color: var(--black)
}
.wysiwyg blockquote {
	font-size: 28px;
	font-weight: 500;
	color: #000;
	color: var(--black);
	font-style: italic;
	margin-bottom: 1em
}
.carousel {
	overflow: hidden;
	cursor: grab;
	width: 100%;
	position: relative;
	height: 500px
}
.carousel.is-dragging {
	cursor: grabbing
}
.carousel__inner {
	counter-reset: count;
	display: flex;
	position: absolute;
	z-index: 1;
	height: 100%;
	top: 0;
	left: 0;
	width: auto
}
.carousel__item {
	counter-increment: count;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	margin-right: 1.5vw;
	overflow: hidden;
	will-change: transform
}
.slider {
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: center
}
.slider__inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: auto;
	margin-bottom: 5vw;
	will-change: transform
}
.slider__progress {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--line-alpha);
	width: 100%;
	height: 1px
}
.slider__progress .progress {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--dark);
	transform: scaleX(0);
	transform-origin: 0 50%
}
.slider__count {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	font-size: 1rem;
	line-height: 2;
	font-weight: 500;
	color: #000;
	color: var(--black);
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary)
}
.slider--initialized {
	justify-content: flex-start
}
.slider__proxy {
	height: 100%;
	left: 0;
	opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
	will-change: transform
}
.slider.--draggable {
	display: flex;
	justify-content: center
}
.slider.--draggable .slider--initialized {
	justify-content: flex-start
}
.slider.--draggable .slider__inner {
	width: 100vw;
	margin: auto;
	cursor: grab;
	display: flex;
	will-change: transform
}
.slider.--draggable .slider__inner__draggable {
	display: flex;
	cursor: grab;
	width: auto;
	will-change: transform
}
.slider.--draggable .slider__item {
	position: relative;
	will-change: transform
}
.slider.--draggable .slider__progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--line-alpha);
	width: 100%;
	height: 1px
}
.slider.--draggable .slider__progress .progress {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--dark);
	transform: scaleX(0);
	transform-origin: 0 50%
}
.slider.--draggable .slider__count {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	font-size: 1rem;
	line-height: 1.7;
	font-weight: 500;
	color: #000;
	color: var(--black);
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary)
}
.slider.--draggable .slider__arrows {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	font-size: 1rem;
	line-height: 1.7;
	font-weight: 500;
	color: #000;
	color: var(--black);
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
	white-space: nowrap;
	text-align: revert;
	display: flex;
	justify-content: flex-end
}
.slider.--draggable .slider__arrows .arrows {
	display: flex
}
.slider.--draggable .slider__arrows .arrows__left, .slider.--draggable .slider__arrows .arrows__right {
	display: block;
	position: relative;
	width: 2.5vw;
	height: 3.75vw;
	cursor: pointer;
	opacity: 1;
	transition: all 400ms cubic-bezier(.05, .76, .38, 1.015);
	transition: all 400ms var(--ease-out)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider.--draggable .slider__arrows .arrows__left, .slider.--draggable .slider__arrows .arrows__right {
width: 5vw;
height: 7.5vw
}
}
.slider.--draggable .slider__arrows .arrows__left:first-child, .slider.--draggable .slider__arrows .arrows__right:first-child {
	margin-right: 2.5vw
}
.slider.--draggable .slider__arrows .arrows__left.disabled, .slider.--draggable .slider__arrows .arrows__right.disabled {
	opacity: .2
}
.slider.--draggable .slider__arrows .arrows__left img, .slider.--draggable .slider__arrows .arrows__right img {
	position: absolute;
	width: 2.5vw;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider.--draggable .slider__arrows .arrows__left img, .slider.--draggable .slider__arrows .arrows__right img {
width: 5vw
}
}
.slider.--draggable .slider__proxy {
	height: 100%;
	left: 0;
	opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
	will-change: transform
}
.slider--disabled {
}
.slider--disabled .slider__inner {
	width: 100%;
	justify-content: center
}
.slider--disabled .slider__item {
}
.slider--disabled .slider__progress {
	display: none
}
.draggable {
	display: flex;
	position: relative;
	justify-content: center;
	padding-bottom: 2.5vw;
	margin-bottom: 3.75vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.draggable {
padding-bottom: 0;
margin-bottom: 20vw
}
}
.draggable__inner {
	z-index: 60 !important
}
.draggable__inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: auto;
	will-change: transform
}
.draggable__progress {
	position: absolute;
	bottom: 0;
	width: 100%;
	bottom: -5vw;
	background-color: #d6d2ce;
	background-color: var(--bg);
	width: 50vw;
	left: 50%;
	transform: translateX(-50%);
	height: 2px
}
@media all and (max-width:1100px) and (orientation:portrait) {
.draggable__progress {
bottom: calc(-15.000vw - 1px);
width: 40vw
}
}
.draggable__progress .progress {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #46484b;
	background: var(--grey50);
	transform: scaleX(0);
	transform-origin: 0 50%
}
.draggable__count {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	font-size: 1rem;
	line-height: 1.7;
	font-weight: 500;
	color: #000;
	color: var(--black);
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary)
}
.draggable__arrows {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	font-size: 1rem;
	line-height: 1.7;
	font-weight: 500;
	color: #000;
	color: var(--black);
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
	white-space: nowrap;
	text-align: revert;
	display: flex;
	justify-content: flex-end
}
.draggable__arrows .arrows {
	display: flex
}
.draggable__arrows .arrows__left, .draggable__arrows .arrows__right {
	display: block;
	position: relative;
	width: 2.5vw;
	height: 3.75vw;
	cursor: pointer;
	opacity: 1;
	transition: all 400ms cubic-bezier(.05, .76, .38, 1.015);
	transition: all 400ms var(--ease-out)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.draggable__arrows .arrows__left, .draggable__arrows .arrows__right {
width: 5vw;
height: 7.5vw
}
}
.draggable__arrows .arrows__left:first-child, .draggable__arrows .arrows__right:first-child {
	margin-right: 2.5vw
}
.draggable__arrows .arrows__left.disabled, .draggable__arrows .arrows__right.disabled {
	opacity: .2
}
.draggable__arrows .arrows__left img, .draggable__arrows .arrows__right img {
	position: absolute;
	width: 2.5vw;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.draggable__arrows .arrows__left img, .draggable__arrows .arrows__right img {
width: 5vw
}
}
.draggable--initialized {
	justify-content: flex-start
}
.draggable__proxy {
	height: 100%;
	left: 0;
	opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
	will-change: transform
}
.draggable--draggable {
}
.draggable--draggable .draggable__inner {
	cursor: grab;
	display: flex
}
.draggable--draggable .draggable__item {
}
.draggable--disabled {
}
.draggable--disabled .draggable__inner {
	width: 100%;
	justify-content: center
}
.draggable--disabled .draggable__item {
}
.draggable--disabled .draggable__progress {
	display: none
}
.accordionblock .columns__item {
	width: 45%
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordionblock .columns__item {
width: 100%
}
.accordionblock .subtitle {
padding-bottom: 50px;
}
}
.accordion__item {
	margin-bottom: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordion__item {
margin-bottom: 3.5vw;
}
}
.accordion__item__header {
	display: flex;
	position: relative;
	border-bottom: 1px solid;
	min-height: 5vw;
	line-height: 5vw;
	cursor: pointer
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordion__item__header {
min-height: 5vw;
line-height: 5vw
}
}
.accordion__item__header .number {
	font-size: 1.2rem;
	font-weight: 500;
	color: #000;
	color: var(--black);
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
	width: 10vw;
	height: 5vw;
	line-height: 5vw;
	display: flex;
	display: none;
}
.accordion__item__header .number img {
	width: 80px;
	margin: auto;
	display: none;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordion__item__header .number {
min-height: 5vw;
line-height: 5vw;
font-size: 14px
}
}
.accordion__item__header .title {
	width: 100%;
	margin: auto;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordion__item__header .title {
min-height: 5vw
}
}
.accordion__item__header .title--medium {
	line-height: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordion__item__header .title--medium {
line-height: 5vw
}
}
.accordion__item__header .title--small {
	padding: 1.25vw 0
}
.accordion__item__header .icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.75vw;
	height: 5vw;
	line-height: 5vw;
	transform-origin: 50% 50%;
	transition: all 400ms cubic-bezier(.05, .76, .38, 1.015);
	transition: all 400ms var(--ease-out)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordion__item__header .icon {
width: 5vw;
min-height: 5vw;
line-height: 5vw
}
}
.accordion__item__header .icon span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.75vw;
	height: 3px;
	background-color: #000;
	background-color: var(--black);
	transform-origin: 50% 50%;
	transform: translateX(-50%) translateY(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordion__item__header .icon span {
width: 2vw;
height: 2px
}
}
.accordion__item__header .icon span:nth-child(1) {
transform: translateX(-50%) translateY(-50%) rotate(-90deg)
}
.accordion__item__header .icon span:nth-child(2) {
transform: translateX(-50%) translateY(-50%)
}
.accordion__item__content {
	padding: 2vw;
	display: none
}
.accordion__item__content p {
	font-size: 1.33vw;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordion__item__content {
padding: 2.5vw 2.5vw;
}
.accordion__item__content p {
font-size: 5vw;
}
}
.accordion__item__content .wysiwyg {
	margin-bottom: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.accordion__item__content .columns__item {
width: 100%
}
}
.accordion__item.active .accordion__item__content {
	display: block
}
.accordion__item.active .accordion__item__header .icon {
	transform: rotate(225deg)
}
.tabs__navigation {
	display: flex;
	justify-content: center;
	margin-bottom: 5vw
}
.tabs__navigation__item {
	display: block;
	position: relative
}
.tabs__navigation__item.active {
}
.tabs__content__item {
	opacity: .0001;
	display: none
}
.tabs__content__item.active {
	display: block
}
.form label {
	display: block;
	font-size: 1.33vw;
	line-height: 1.667vw;
	font-weight: 400;
	color: inherit;
	text-transform: uppercase;
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form label {
font-size: 4.44vw;
line-height: 1;
margin-bottom: 2.5vw
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form h3 {
font-size: 24px;
margin-bottom: 2.5vw
}
}
.form .form-group {
	width: 100%;
	margin-bottom: 2vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form .form-group {
margin-bottom: 10vw
}
}
.form .form-group-double {
	display: flex;
	display: flex;
	margin-left: -1vw;
	margin-right: -1vw
}
.form .form-group-double .form-group {
	width: 50%;
	padding: 0 1vw
}
.form .form-row {
	padding: 0;
	margin: 0
}
.form input[type=text], .form input[type=phone], .form input[type=email], .form input[type=tel], .form input[type=password], .form input[type=search] {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
	color: #46484b;
	color: var(--grey50);
	font-weight: 400;
	letter-spacing: normal;
	letter-spacing: initial;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid var(--border);
	font-size: 1.96vw;
	line-height: 2vw;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form input[type=text], .form input[type=phone], .form input[type=email], .form input[type=tel], .form input[type=password], .form input[type=search] {
line-height: 5vw;
font-size: 5vw;
}
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=phone]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder, .form input[type=search]::-webkit-input-placeholder {
color: #9c9b99;
color: var(--hint);
text-transform: uppercase
}
.form input[type=text]::-moz-placeholder, .form input[type=phone]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=search]::-moz-placeholder {
color: #9c9b99;
color: var(--hint);
text-transform: uppercase
}
.form input[type=text]:-ms-input-placeholder, .form input[type=phone]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=password]:-ms-input-placeholder, .form input[type=search]:-ms-input-placeholder {
color: #9c9b99;
color: var(--hint);
text-transform: uppercase
}
.form input[type=text]:-moz-placeholder, .form input[type=phone]:-moz-placeholder, .form input[type=email]:-moz-placeholder, .form input[type=tel]:-moz-placeholder, .form input[type=password]:-moz-placeholder, .form input[type=search]:-moz-placeholder {
color: #9c9b99;
color: var(--hint);
text-transform: uppercase
}
.form input[type=text]:focus, .form input[type=phone]:focus, .form input[type=email]:focus, .form input[type=tel]:focus, .form input[type=password]:focus, .form input[type=search]:focus {
	outline: 0;
	box-shadow: 0
}
.form input[type=text][aria-invalid=true], .form input[type=phone][aria-invalid=true], .form input[type=email][aria-invalid=true], .form input[type=tel][aria-invalid=true], .form input[type=password][aria-invalid=true], .form input[type=search][aria-invalid=true] {
	color: #d30000;
	color: var(--error);
	border-bottom: 1px solid #d30000;
	border-bottom: 1px solid var(--error)
}
.form textarea {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.96vw;
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
	color: #46484b;
	color: var(--grey50);
	font-weight: 400;
	letter-spacing: normal;
	letter-spacing: initial;
	line-height: 5vw;
	height: 15vw;
	min-height: 15vw;
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid var(--border)
}
.form textarea::-webkit-input-placeholder {
color: #9c9b99;
color: var(--hint);
text-transform: uppercase
}
.form textarea::-moz-placeholder {
color: #9c9b99;
color: var(--hint);
text-transform: uppercase
}
.form textarea:-ms-input-placeholder {
color: #9c9b99;
color: var(--hint);
text-transform: uppercase
}
.form textarea:-moz-placeholder {
color: #9c9b99;
color: var(--hint);
text-transform: uppercase
}
.form textarea:focus {
	outline: 0;
	box-shadow: 0
}
.form textarea[aria-invalid=true] {
	color: #d30000;
	color: var(--error);
	border-bottom: 1px solid #d30000;
	border-bottom: 1px solid var(--error)
}
.form select {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 3.96vw;
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
	color: #46484b;
	color: var(--grey50);
	font-weight: 400;
	letter-spacing: normal;
	letter-spacing: initial;
	line-height: 3.5vw;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid var(--border)
}
.form select:focus {
	outline: 0;
	box-shadow: 0
}
.form select[aria-invalid=true] {
	color: #d30000;
	color: var(--error);
	border-bottom: 1px solid #d30000;
	border-bottom: 1px solid var(--error)
}
.form .wpcf7-form-control-wrap {
	margin-bottom: 2.5vw
}
.form .wpcf7-form-control-wrap .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.5vw
}
.form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
	width: 50%
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
width: 100%
}
.form textarea {
font-size: 5vw;
}
}
.form .wpcf7-form-control-wrap .wpcf7-acceptance {
	display: block;
	margin-bottom: 2.5vw
}
.form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
	position: relative;
	margin: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
padding-left: 7.5vw
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
position: absolute;
left: 0;
top: 0
}
}
.form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label {
	width: 50%
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label {
width: 100%
}
}
.form .wpcf7-form-control-wrap .wpcf7-acceptance label {
	display: flex;
	font-size: 1vw;
	line-height: 1
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form .wpcf7-form-control-wrap .wpcf7-acceptance label {
font-size: 4.44vw;
line-height: 1
}
}
.form .wpcf7-form-control-wrap input[type=checkbox] {
	margin: 0;
	margin-right: 1.25vw;
	min-width: 1.25vw;
	min-height: 1.25vw;
	width: 1.25vw;
	height: 1.25vw;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appereance: none;
	background-color: none;
	border: 1px solid #707070;
	border: 1px solid var(--border);
	background-color: transparent;
	border-radius: 5px;
	padding: 0;
	cursor: pointer;
	vertical-align: middle
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form .wpcf7-form-control-wrap input[type=checkbox] {
width: 5vw;
height: 5vw
}
}
.form .wpcf7-form-control-wrap input[type=checkbox]:checked {
	background-color: #707070;
	background-color: var(--border)
}
.form input[type=submit], .form button {
	border-radius: 3.333vw;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form input[type=submit], .form button {
position: relative;
height: 15vw;
line-height: 15vw;
border-radius: 15vw;
width: 40vw
}
}
.form .wpcf7-not-valid-tip {
	font-size: 1.33vw;
	line-height: 1.667vw;
	font-weight: 400;
	color: inherit;
	text-transform: uppercase;
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
	margin-top: 1.25vw;
	color: #d30000;
	color: var(--error)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.form .wpcf7-not-valid-tip {
font-size: 11px
}
}
.select2-container--default .select2-dropdown {
	background-color: #d6d2ce !important;
	background-color: var(--bg) !important;
	border: 1px solid #000 !important;
	border: 1px solid var(--black) !important
}
.select2-container--default .select2-dropdown {
	border-top: 0
}
.select2-container--default .select2-search--dropdown {
	padding: 1vw !important
}
@media all and (max-width:1100px) and (orientation:portrait) {
.select2-container--default .select2-search--dropdown {
padding: 1vw !important
}
}
.select2-container--default .select2-results__option {
padding: .5vw 1vw !important
}
@media all and (max-width:1100px) and (orientation:portrait) {
.select2-container--default .select2-results__option {
padding: 1vw !important
}
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--bg2) !important;
	color: #000 !important;
	color: var(--black) !important
}
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: var(--red) !important;
	color: #fff !important;
	color: var(--white) !important
}
.marquee {
	position: relative;
	width: 100%;
	will-change: transform
}
.marquee__inner {
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	margin: auto
}
.marquee span {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	will-change: transform
}
.marquee span:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%
}
.marquee span:last-child {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%
}
.markee {
	position: relative;
	width: 100%;
	will-change: transform
}
.markee__inner {
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	margin: auto
}
.markee span {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	color: #000;
	color: var(--black);
	width: 40vw;
text-shadow: calc(40vw * -3) 0 currentColor, calc(40vw * -2) 0 currentColor, calc(40vw * -1) 0 currentColor, 40vw 0 currentColor, calc(40vw * 2) 0 currentColor, calc(40vw * 3) 0 currentColor, calc(40vw * 4) 0 currentColor;
	will-change: transform
}
.marqueesimple {
	position: relative;
	overflow: hidden;
--offset: 10vw;
--move-initial: calc(-25% + var(--offset));
--move-final: calc(-50% + var(--offset))
}
.marqueesimple__inner {
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	position: relative;
	transform: translate3d(var(--move-none), 0, 0);
	transform: translate3d(var(--move-initial), 0, 0);
	animation: marqueesimple var(--speed) linear infinite;
	will-change: transform
}
.marqueesimple span {
	position: relative;
	color: #000;
	padding: 0 2vw;
	white-space: nowrap;
	text-align: center
}
@keyframes marqueesimple {
0% {
transform: translate3d(var(--move-none), 0, 0);
transform: translate3d(var(--move-initial), 0, 0)
}
100% {
transform: translate3d(var(--move-final), 0, 0)
}
}
.marqueesimple2 {
	margin: 2rem 0;
	font-size: 5rem;
	overflow: hidden
}
.marqueesimple2 span {
	display: inline-block;
	white-space: nowrap;
	color: #000;
	color: var(--black);
	width: var(--tw);
text-shadow: var(--tw) 0 currentColor, calc(var(--tw) * 2) 0 currentColor, calc(var(--tw) * 3) 0 currentColor, calc(var(--tw) * 4) 0 currentColor;
	will-change: transform;
	animation: marqueesimple2 var(--speed) linear infinite
}
@media(prefers-reduced-motion:reduce) {
.marqueesimple2 span {
animation: none;
text-shadow: none;
width: auto;
display: block;
line-height: 1.5;
text-align: center;
white-space: normal
}
}
@keyframes marqueesimple2 {
0% {
transform: translateX(0)
}
100% {
transform: translateX(-100%)
}
}
hr {
	border: 0;
	margin: 2.5vw 0;
	padding: 0;
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid var(--border)
}
@media all and (max-width:1100px) and (orientation:portrait) {
hr {
margin: 5vw 0
}
}
.project {
	position: relative;
	display: block
}
@media all and (max-width:1100px) and (orientation:portrait) {
.project {
margin-bottom: 15vw
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.project__image {
margin-bottom: 5vw
}
}
.project__image .image {
	opacity: .0001
}
@media all and (max-width:1100px) and (orientation:portrait) {
.project__image .image {
opacity: 1
}
}
.project__image .video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	will-change: opacity
}
.project__info {
	text-align: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.project__info .headline {
margin-bottom: 5vw
}
}
.project__trigger {
	position: absolute;
	width: 7.5vw;
	height: 7.5vw;
	line-height: 7.5vw;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(.88);
	background-color: #fff;
	background-color: var(--white);
	color: #46484b;
	color: var(--grey50);
	text-align: center;
	font-size: 1.25vw;
	font-weight: 400;
	cursor: pointer;
	opacity: .0001;
	transition: all 800ms cubic-bezier(.16, 1, .3, 1);
	transition: all 800ms var(--expoOut);
	will-change: opacity
}
@media all and (max-width:1100px) and (orientation:portrait) {
.project__trigger {
width: 30vw;
height: 30vw;
font-size: 5.27vw
}
}
.project:hover {
}
.project:hover .project__image {
}
.project:hover .project__trigger {
	transform: translateX(-50%) translateY(-50%) scale(1);
	opacity: 1
}
.magazine {
	display: block;
	width: 30vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.magazine {
width: 100%
}
}
.magazine__image {
	margin-bottom: 2.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.magazine__image {
margin-bottom: 10vw
}
}
.magazine__image .image {
	background-color: transparent
}
@media all and (max-width:1100px) and (orientation:portrait) {
.magazine__image .image {
background-color: #cac7c3;
background-color: var(--bg-medium)
}
}
.magazine__image .image img {
	display: none
}
@media all and (max-width:1100px) and (orientation:portrait) {
.magazine__image .image img {
display: block
}
}
.press {
	display: block;
	position: relative;
	width: 15vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.press {
width: 100%
}
}
.press__image {
	margin-bottom: 1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.press__image {
margin-bottom: 5vw
}
}
.press__content {
}
.event {
	display: block;
	position: relative;
	width: 30vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.event {
width: 100%;
border-bottom: 1px solid #d6d2ce;
border-bottom: 1px solid var(--bg);
margin-top: 10vw
}
}
.event__image {
	margin-bottom: 2.5vw
}
.event__content {
	text-align: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.event__content {
padding: 5vw 0 10vw
}
}
.event__content .date {
	text-transform: uppercase;
	margin-bottom: 1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.event__content .date {
margin-bottom: 5vw
}
}
.event__content .stroke {
	display: inline-block;
	width: 2.5vw;
	height: 1px;
	background-color: #46484b;
	background-color: var(--grey50);
	margin-bottom: 1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.event__content .stroke {
width: 20vw;
margin-bottom: 5vw
}
}
.event__content .headline {
	margin: auto;
	margin-bottom: 2.5vw;
	padding: 0 4.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.event__content .headline {
margin-bottom: 5vw
}
}
.event__content .button {
	margin: auto
}
.event--featured {
	width: 70vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.event--featured {
width: 100vw;
left: 50%;
transform: translateX(-50%);
margin-top: 0;
background-color: #d6d2ce;
background-color: var(--bg);
border-bottom: none
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.event--featured .event__content {
padding: 5vw 0 10vw
}
}
.event--featured .event__content .stroke {
	width: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.event--featured .event__content .stroke {
width: 20vw
}
}
.event--featured .event__content .headline {
	width: 50vw;
	margin-bottom: 2.5vw;
	padding: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.event--featured .event__content .headline {
width: 80vw;
margin-bottom: 5vw
}
}
.post {
	display: block;
	position: relative;
	width: 30vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.post {
width: 100%;
border-bottom: 1px solid #d6d2ce;
border-bottom: 1px solid var(--bg)
}
}
.post__image {
	margin-bottom: 2.5vw
}
.post__content {
	text-align: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.post__content {
padding: 5vw 0 10vw
}
}
.post__content .subtitle {
	margin: auto;
	margin-bottom: 1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.post__content .subtitle {
width: 80vw;
margin-bottom: 5vw
}
}
.post__content .wysiwyg {
	width: 100%;
	margin: auto;
	margin-bottom: 2.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.post__content .wysiwyg {
margin-bottom: 5vw
}
}
.post__content .button {
	margin: auto
}
.post--featured {
	width: 70vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.post--featured {
width: 100vw;
left: 50%;
transform: translateX(-50%);
background-color: #d6d2ce;
background-color: var(--bg);
border-bottom: none
}
}
.post--featured .post__content .subtitle {
	width: 50vw;
	margin-bottom: 2.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.post--featured .post__content .subtitle {
width: 80vw;
margin-bottom: 5vw
}
}
.post--featured .post__content .wysiwyg {
	width: 50vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.post--featured .post__content .wysiwyg {
width: 80vw
}
}
.brand {
	display: block;
	position: relative;
	width: 100%;
	background-color: #000;
	background-color: var(--black)
}
.brand:before {
	content: "";
	display: block;
	padding-bottom: 100%
}
.brand .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 7.5vw;
	height: 7.5vw;
	background-color: #fff;
	background-color: var(--white)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.brand .center {
width: 40vw;
height: 40vw
}
}
.brand .image--outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5
}
@media all and (max-width:1100px) and (orientation:portrait) {
.brand .image--outer {
opacity: .8
}
}
.brand .image--logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.member {
	display: block;
	position: relative;
	width: 20vw;
	height: 35vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.member {
width: 60vw;
height: 105vw
}
}
.member .image {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: var(--black)
}
.member .image img {
	opacity: .6;
	transition: none
}
.member .hover {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	will-change: opacity;
	background-color: transparent;
	opacity: 1;
	display: block
}
@media all and (max-width:1100px) and (orientation:portrait) {
.member .hover {
background-color: transparent;
opacity: 1;
display: block
}
}
.member .hover .image {
	background-color: #000;
	background-color: var(--black);
	will-change: transition;
	width: 20vw;
	height: 26vw;
	left: 0;
	top: 0;
	-webkit-clip-path: inset(1% round 40vw);
	clip-path: inset(1% round 40vw)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.member .hover .image {
width: 60vw;
height: 80vw;
left: 0;
top: 0;
-webkit-clip-path: inset(1% round 40vw);
clip-path: inset(1% round 40vw)
}
}
.member .hover .image img {
	opacity: 1;
	transition: none;
	will-change: transition;
	transform: scale(1)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.member .hover .image img {
transform: scale(1)
}
}
.member .hover .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	color: #46484b;
	color: var(--grey50);
	opacity: 1;
	padding: 5vw 0 0 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.member .hover .info {
opacity: 1;
padding: 5vw
}
}
.member .hover .info .subtitle {
	margin-bottom: 1.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.member .hover .info .subtitle {
margin-bottom: 1.5vw
}
}
.member .hover .info .wysiwyg {
	margin-bottom: 0;
	font-weight: 300
}
@media all and (max-width:1100px) and (orientation:portrait) {
.member .hover .info .wysiwyg {
font-weight: 300
}
}
.store {
	display: block;
	position: relative;
	padding: 1.25vw;
	height: 100vh;
height: calc(var(--vh) * 100);
	margin-bottom: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store {
height: auto;
padding: 0 2.5vw;
margin-bottom: 10vw
}
}
.store__content {
	width: 100%;
	position: relative;
	margin: auto;
	text-align: center;
	height: calc(100vh - 15.000vw - 1.250vw)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__content {
height: 50vw
}
}
.store__content .video, .store__content .image {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: var(--black)
}
.store__content .video {
	-webkit-clip-path: inset(25vw);
	clip-path: inset(25vw)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__content .video {
-webkit-clip-path: none;
clip-path: none
}
}
.store__content .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 70vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__content .center {
width: 100%
}
}
.store__content .center .marquee {
	white-space: nowrap;
	text-align: center;
	display: flex;
	justify-content: center;
	min-width: 100%;
	max-width: 100%;
	overflow: hidden
}
.store__content .center .headline {
	color: #fff;
	color: var(--white);
	margin-bottom: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__content .center .headline {
margin-bottom: 2.5vw
}
}
.store__content .center .headline.--small {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__content .center .label {
text-align: center
}
}
.store__info {
	width: 100%;
	position: relative;
	margin: auto;
	height: calc(15.000vw - 1.250vw);
	padding-top: 1.25vw;
	display: flex;
	width: 100%;
	align-items: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info {
height: auto;
padding: 5vw 2.5vw
}
}
.store__info .columns {
	width: 100%
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .columns {
display: flex;
flex-direction: column
}
}
.store__info .columns__item {
	width: 33.33%
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .columns__item {
width: 100%
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .columns__item:nth-child(1) {
order: 2
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .columns__item:nth-child(2) {
order: 1
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .columns__item:nth-child(3) {
order: 3
}
}
.store__info .wysiwyg {
	margin: 0
}
.store__info .wysiwyg a {
	border-bottom: 0
}
.store__info .wysiwyg a:hover {
	border-bottom: 1px solid
}
.store__info .phone {
	text-align: left;
margin-bottom: .5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .phone {
margin-bottom: 5vw;
text-align: center
}
}
.store__info .email {
	text-align: left
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .email {
margin-bottom: 5vw;
text-align: center
}
}
.store__info .address {
	position: relative;
	text-align: center;
	margin: auto
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .address {
margin-bottom: 5vw;
text-align: center
}
}
.store__info .address .icon, .store__info .phone .icon, .store__info .email .icon, .store__info .schedule .icon {
	font-size: 1.5vw;
margin-bottom: .5vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%) translateY(calc(0.25vw));
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .address .icon, .store__info .email .icon, .store__info .phone .icon, .store__info .schedule .icon {
font-size: 8vw;
margin-bottom: 5vw;
position: relative;
transform: none;
left: auto;
left: initial;
top: auto;
top: initial
}
}
.store__info .schedule {
	text-align: right
}
@media all and (max-width:1100px) and (orientation:portrait) {
.store__info .schedule {
text-align: center
}
}
.store .stroke {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60vw;
	height: 1px;
	transform: translateX(-50%) translateY(-50%);
	background-color: #2b2d2e;
	background-color: var(--grey100)
}
.address {
	width: 40vw;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.address {
width: 100%;
margin-bottom: 10vw
}
}
.address__image {
	position: relative;
	margin-bottom: 1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.address__image {
margin-bottom: 5vw
}
}
.address__image .image {
	background-color: transparent !important;
}
.address__image .image img {
	opacity: 1;
	height:95%
}
.address__image .headline {
	font-family: var(--font-secondary) !important;
	position: absolute;
	width: 100%;
	padding: 1.25vw;
	text-align: center;
	color: #511713 !important;
	font-weight: 400;
	bottom: -45px;
}
 @media all and (max-width:1100px) and (orientation:portrait) {
.address__image .headline {
padding: 5vw
}
}
.address__image .headline .line {
	text-align: center
}
.address__line {
	width: 5vw;
	height: 2px;
	background-color: #46484b;
	background-color: var(--grey50);
	margin-bottom: 2.5vw;
	display: none
}
@media all and (max-width:1100px) and (orientation:portrait) {
.address__line {
width: 20vw;
margin-bottom: 5vw
}
}
.address__info {
	text-align: center;
	width: 100%;
	max-width: 70%;
	margin: 40px auto 0 auto;
}
.address__info .headline {
	margin-bottom:0;
	font-weight:500
}
 @media all and (max-width:1100px) and (orientation:portrait) {
.address__info .label {
margin-bottom: 5vw
}
}
.address__info .direction {
	margin-bottom: 0;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.address__info .direction {
width: 100%;
margin-bottom: 5vw
}
}
.address__info .phone {
	margin-bottom: 1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.address__info .phone {
margin-bottom: 5vw
}
}
.address__info .email {
	margin-bottom: 1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.address__info .email {
margin-bottom: 5vw
}
}
.address__info .wysiwyg {
}
.address__info .wysiwyg a {
	border-bottom: none
}
.service {
	display: block;
	position: relative
}
.service .outer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	background-color: var(--black);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.service .outer .image {
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #2b2d2e;
	background-color: var(--grey100);
	opacity: .8;
	will-change: transform
}
.service .outer .image img {
	opacity: 1
}
.service--small {
	width: 80vw;
	height: 35vw;
	max-height: calc(100vh - 15.000vw)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--small {
height: calc(100vh - 80.000vw)
}
}
.service--small .center {
	width: 20vw;
	text-align: center
}
.service--small .center .wysiwyg {
	text-transform: uppercase;
	margin-bottom: 5vw
}
.service--small .center .button .text {
	color: #fff;
	color: var(--white)
}
.service--small .center .button:before {
	background-color: rgba(255, 255, 255, .2)
}
.service--small .bottom {
	position: absolute;
	width: 55vw;
	bottom: -3.55vw;
	left: 50%;
	transform: translateX(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--small .bottom {
bottom: 10vw;
width: auto;
width: initial
}
}
.service--small .bottom .headline .line {
	text-align: center;
	height: 6.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--small .bottom .headline .line {
line-height: 10vw
}
}
.service--small .bottom .headline .line:last-child {
	margin-bottom: 0
}
.service--small:last-child .bottom {
	width: 65vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--small:last-child .bottom {
width: auto;
width: initial
}
}
.service--xsmall {
	width: 64vw;
	height: 35vw;
	max-height: calc(100vh - 15.000vw)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--xsmall {
height: calc(100vh - 80.000vw)
}
}
.service--xsmall .center {
	width: 16vw;
	text-align: center
}
.service--xsmall .center .wysiwyg {
	text-transform: uppercase;
	margin-bottom: 4vw
}
.service--xsmall .center .button .text {
	color: #fff;
	color: var(--white)
}
.service--xsmall .center .button:before {
	background-color: rgba(255, 255, 255, .2)
}
.service--xsmall .bottom {
	position: absolute;
	width: 46vw;
	bottom: -3.55vw;
	left: 50%;
	transform: translateX(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--xsmall .bottom {
bottom: 8vw;
width: auto;
width: initial
}
}
.service--xsmall .bottom .headline .line {
	text-align: center;
	height: 6.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--xsmall .bottom .headline .line {
line-height: 8vw
}
}
.service--xsmall .bottom .headline .line:last-child {
	margin-bottom: 0
}
.service--xsmall:last-child .bottom {
	width: 52vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--xsmall:last-child .bottom {
width: auto;
width: initial
}
}
.service--large {
	width: 100vw;
	height: auto;
	min-height: 100vh;
	padding: 10vw 0
}
.service--large .content {
	position: relative;
	text-align: center;
	width: 90vw;
	margin: auto
}
.service--large .content .label {
	color: #fff;
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 10vw;
	margin-top: -1.667vw
}
.service--large .content .headline {
	color: #fff;
	color: var(--white);
	margin-bottom: 5vw
}
.service--large .content .button .text {
	color: #fff;
	color: var(--white)
}
.service--large .content .button:before {
	background-color: rgba(255, 255, 255, .2)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--large .label {
white-space: nowrap;
position: absolute;
text-align: center;
left: 50%;
transform: translateX(-50%);
top: 20vw
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--large .headline {
text-align: center;
position: absolute;
width: 80vw;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%)
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--large .wysiwyg {
text-align: center;
position: absolute;
width: 70vw;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%)
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.service--large .button {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 10vw
}
}
.service--large .button .text {
	color: #fff;
	color: var(--white)
}
.service--large .button:before {
	background-color: rgba(255, 255, 255, .2)
}
[lang=de-DE] .service--small .bottom {
	width: 100%
}
.--center {
	text-align: center;
	margin: auto
}
.--light {
	font-weight: 300
}
.--regular {
	font-weight: 400
}
.--uppercase {
	text-transform: uppercase
}
.header {
	position: fixed;
	width: 100%;
	color: #46484b;
	color: var(--grey50);
	padding: 0;
	z-index: 80;
	/*	will-change: transform*/
    -webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
 @media all and (max-width:1100px) and (orientation:portrait) {
.header {
height: calc(10vw + 5.833vw + 5.000vw);
transition: all 400ms cubic-bezier(.05, .76, .38, 1.015);
transition: all 400ms var(--ease-out)
}
.header .logo img {
height: 70px !important;
}
 .widget__social__icon {
display:none !important;
}
 .header .logo {
left: -20px;
}
.fixed-header {
top:-1px !important
}
.fixed-header.header .logo-dark {
left: -20px;
top:10px !important
}
}
.header .container, .main-header-area .container {
	max-width: 90vw !important;
}
.main-header-area {
	opacity:0
}
.main-header-area.sticky {
	opacity:1
}
 @media all and (max-width:1100px) and (orientation:portrait) {
.header .container {
width: 90vw
}
}
.scrollbar {
	position: fixed;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	z-index: 1000;
	background-color: green
}
@media all and (max-width:1099px) {
.scrollbar {
display: none
}
}
.scrollbar .bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	cursor: -webkit-grab
}
.scrollbar .bar:before {
	content: "";
	display: block;
	width: 30%;
	height: 98%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: red;
	transition: all 200ms cubic-bezier(.895, 0, .18, 1);
	transition: all 200ms var(--ease-in-out)
}
.scrollbar .bar:hover, .scrollbar .bar.dragging {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.scrollbar .bar:hover:before, .scrollbar .bar.dragging:before {
	background-color: blue
}
.scrollbar .bar.dragging {
	cursor: -webkit-grabbing
}
#menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100
}
#menu .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: var(--black);
	opacity: .0001;
	will-change: opacity;
	display: none
}
#menu .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: #efefee;
	background-color: var(--primary300);
	transform: translateY(-100%);
	will-change: transform;
	display: none
}
#menu .inner .backgrounds {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: initial;
border: .833vw solid #efefee;
border: .833vw solid var(--primary300);
	opacity: .0001;
	will-change: opacity;
	display: none
}
#menu .inner .backgrounds .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}
#menu .inner .backgrounds .video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .0001;
	transform: scale(1.1);
	will-change: transform, opacity
}
#menu .inner .content {
	width: 40vw;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	pointer-events: initial;
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content {
width: 100%
}
}
#menu .inner .content .center {
	width: calc(100%);
	padding: 0vw;
	max-width: 100%;
	top: 20%;
}
#menu .inner .content .center .menu {
	margin-bottom: 3.75vw
}
@media all and (max-height:840px) and (orientation:horizontal) {
#menu .inner .content .center .menu {
margin-bottom: 2.5vw
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .menu {
margin-bottom: 10vw
}
}
#menu .inner .content .center .menu li {
	display: block;
	line-height: 1;
margin-bottom: .833vw;
	overflow: hidden
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .menu li {
margin-bottom: 1.667vw
}
}
#menu .inner .content .center .menu li a {
	display: block;
	font-size: 3.95vw;
	font-weight: 400;
	color: #2b2d2e;
	color: var(--grey100);
	text-transform: uppercase;
	opacity: 1;
	transform: translateY(100%);
	transition: opacity 400ms cubic-bezier(.05, .76, .38, 1.015);
	transition: opacity 400ms var(--ease-out);
	will-change: transform, opacity
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .menu li a {
font-size: 11.66vw
}
}
#menu .inner .content .center .menu li a:hover {
	opacity: .4
}
#menu .inner .content .center .submenu {
	margin-bottom: 3.75vw
}
@media all and (max-height:840px) and (orientation:horizontal) {
#menu .inner .content .center .submenu {
margin-bottom: 2.5vw
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .submenu {
margin-bottom: 10vw
}
}
#menu .inner .content .center .submenu li {
	display: inline-block;
margin: 0 .313vw;
	opacity: .0001;
	will-change: opacity
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .submenu li {
margin: 0 1.667vw;
margin-bottom: 1.667vw
}
}
#menu .inner .content .center .submenu li a {
	font-size: 1.33vw;
	font-weight: 400;
	color: #2b2d2e;
	color: var(--grey100);
	opacity: 1;
	transition: opacity 400ms cubic-bezier(.05, .76, .38, 1.015);
	transition: opacity 400ms var(--ease-out)
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .submenu li a {
font-size: 5vw
}
}
#menu .inner .content .center .submenu li a:hover {
	opacity: .4
}
#menu .inner .content .center .social {
	margin-bottom: 3.75vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .social {
margin-bottom: 7.5vw
}
}
@media all and (max-height:840px) and (orientation:horizontal) {
#menu .inner .content .center .social {
margin-bottom: 2.5vw
}
}
#menu .inner .content .center .social li {
	display: inline-block;
	margin: 0 1.25vw;
	opacity: .0001;
	will-change: opacity
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .social li {
margin: 0 2.5vw
}
}
#menu .inner .content .center .social li a {
	color: #46484b;
	color: var(--grey50);
	font-size: 1.33vw;
	opacity: 1;
	transition: opacity 400ms cubic-bezier(.05, .76, .38, 1.015);
	transition: opacity 400ms var(--ease-out)
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .social li a {
font-size: 5vw
}
}
#menu .inner .content .center .social li a:hover {
	opacity: .4
}
#menu .inner .content .center .wpml-ls {
	padding: 0;
	margin: 0
}
#menu .inner .content .center .wpml-ls ul {
	display: flex;
	justify-content: center;
	align-items: center
}
#menu .inner .content .center .wpml-ls ul li {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	opacity: .0001;
	will-change: opacity
}
#menu .inner .content .center .wpml-ls ul li:after {
	content: "  ";
margin: 0 .25vw
}
#menu .inner .content .center .wpml-ls ul li:last-child:after {
	content: none
}
#menu .inner .content .center .wpml-ls ul li a {
	display: inline-block;
	padding: 0;
	font-size: 1.33vw;
	font-weight: 400;
	color: #2b2d2e;
	color: var(--grey100);
	opacity: 1;
	transition: opacity 400ms cubic-bezier(.05, .76, .38, 1.015);
	transition: opacity 400ms var(--ease-out)
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .inner .content .center .wpml-ls ul li a {
font-size: 5vw;
padding: 0 7vw
}
}
#menu .inner .content .center .wpml-ls ul li a:hover {
	opacity: .4
}
#menu .trigger {
	position: absolute;
	top: 65px;
	right: 5vw;
	width: 1.25vw;
height: .833vw;
	transform: translateX(0) translateY(-50%);
	pointer-events: initial;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .trigger {
width: 5vw;
height: 4.167vw;
top: calc(7vw + 0.833vw);
right: 5vw;
transform: translateX(0) translateY(0%)
}
}
#menu .trigger span {
	position: relative;
	width: 100%;
	height: 2px;
	display: flex;
	background-color: #fff;
	will-change: transform, backgroundColor;
	transition-property: background-color;
	transition-duration: 600ms;
	transition-timing-function: ease-out
}
@media all and (max-width:1100px) and (orientation:portrait) {
#menu .trigger span {
transition-duration: 200ms
}
}
#menu.--white .trigger span {
	background-color: #fff;
	background-color: var(--white)
}
#menu.--opened .trigger span, #menu.--scrolled .trigger span {
	background-color: #46484b;
	background-color: var(--grey50)
}
#mc_embed_signup input.mce_inline_error {
	border: 0;
	background-color: rgba(203, 164, 164, .43922);
	background-color: var(--error-alpha);
	color: #d30000;
	color: var(--error)
}
#mc_embed_signup input.mce_inline_error::-webkit-input-placeholder {
color: #d30000;
color: var(--error)
}
#mc_embed_signup input.mce_inline_error::-moz-placeholder {
color: #d30000;
color: var(--error)
}
#mc_embed_signup input.mce_inline_error:-ms-input-placeholder {
color: #d30000;
color: var(--error)
}
#mc_embed_signup input.mce_inline_error:-moz-placeholder {
color: #d30000;
color: var(--error)
}
#mc_embed_signup div.mce_inline_error {
	background: 0 0;
	font-weight: 400;
	color: #d30000;
	color: var(--error);
	padding: 0;
	padding: 1vw 2.5vw
}
body .cky-consent-container {
	width: 35vw;
	bottom: 2.5vw;
	left: 2.5vw;
	opacity: .0001
}
@media all and (max-width:1100px) and (orientation:portrait) {
body .cky-consent-container {
width: 100%;
bottom: 0;
left: 0
}
}
body .cky-consent-container .cky-consent-bar {
	color: #2b2d2e !important;
	color: var(--grey100) !important;
	background-color: #fff !important;
	background-color: var(--white) !important
}
body .cky-consent-container .cky-consent-bar {
	padding: 1.667vw;
	border: 0;
	border-radius: 10px;
	box-shadow: none
}
@media all and (max-width:1100px) and (orientation:portrait) {
body .cky-consent-container .cky-consent-bar {
padding: 10vw
}
}
body .cky-consent-container .cky-consent-bar .cky-title {
	padding: 0;
	font-size: 1.958vw;
	line-height: 1.3;
	font-weight: 400;
	color: inherit;
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
margin-bottom: .833vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
body .cky-consent-container .cky-consent-bar .cky-title {
font-size: 5.27vw;
font-weight: 400;
margin-bottom: 1.667vw
}
}
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-des {
	padding: 0;
	font-size: 1vw;
	line-height: 1.3;
	font-weight: 300;
	color: inherit;
	font-family: founders grotesk, helvetica, arial, monospace;
	font-family: var(--font-primary);
	margin-bottom: 1.667vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-des {
font-size: 4.44vw
}
}
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-des p {
	font-size: 1vw;
	line-height: 1.3;
	font-weight: 300
}
@media all and (max-width:1100px) and (orientation:portrait) {
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-des p {
font-size: 4.44vw
}
}
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper {
	padding: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper {
flex-direction: row !important
}
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper {
justify-content: space-between
}
}
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper button {
	color: #2b2d2e !important;
	color: var(--grey100) !important;
	background-color: #eeeceb !important;
	background-color: var(--primary400) !important
}
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper button {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: auto;
	border: 0;
	outline: none;
	box-shadow: none;
	height: 3.333vw;
	line-height: 3.333vw;
	padding: 0 1.667vw;
	font-size: 1.25vw;
	font-weight: 400;
	cursor: pointer;
	border-radius: 3.333vw;
	background-color: transparent
}
@media all and (max-width:1100px) and (orientation:portrait) {
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper button {
font-size: 4vw;
height: 15vw;
padding: 0 5vw;
line-height: 15vw;
border-radius: 15vw;
width: 100%;
max-width: calc(50% - 1.667vw)
}
}
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper button.cky-btn-accept {
	color: #eeeceb !important;
	color: var(--primary400) !important;
	background-color: #2b2d2e !important;
	background-color: var(--grey100) !important
}
@media all and (max-width:1100px) and (orientation:portrait) {
body .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper button.cky-btn-accept {
width: 100%;
max-width: 100%
}
}
#loader {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 120;
}
#loader .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #000;
	background-color: var(--black);
	will-change: opacity
}
.about-us #loader .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-image: none;
	background-color:#dbbda1;
	will-change: transform
}
#loader .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-image: url(../images/loader-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	will-change: transform
}
#loader .headline {
	max-width:70%;
	position: absolute;
	top: 20vw;
	opacity: .0001;
}
#loader .headline .char {
	display: inline !important
}
#loader .headline .char {
	will-change: opacity
}
#loader .percent {
	position: absolute;
	bottom: 2.5vw;
	left: 50%;
	transform: translateX(-50%);
	display: none
}
#loader .progress {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius:0;
	cursor: pointer;
	background-color:transparent !important
}
@media all and (max-width:1100px) and (orientation:portrait) {
#loader .progress {
opacity: 1;
border-radius:0;
left:-25px !important;
}
}
#loader .progress img {
	height:75px;
}
}
#loader .progress>svg circle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
	stroke-width: 20;
	stroke: #46484b;
	stroke: var(--grey50)
}
#loader .progress>svg circle.front {
	opacity: 1;
	stroke-dasharray: 1244px;
	stroke-dashoffset: 1244px;
	transform-origin: 50% 50%;
	transform: rotate(-90deg);
	stroke: #46484b;
	stroke: var(--grey50)
}
#loader .progress>svg circle.back {
	stroke: rgba(84, 86, 90, .10196);
	stroke: var(--grey-alpha)
}
#loader .progress .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	height: 8vw;
	text-align: center;
	line-height: 1;
	color: var(--color-main)
}
@media all and (max-width:1100px) and (orientation:portrait) {
#loader .progress .logo {
height: 25vw;
}
#loader .progress .logo img {
height: 100px !important;
}
}
#loader .progress .logo svg, #loader .progress .logo img {
	display: block;
	width: auto;
	height: 100%;
	vertical-align: middle
}
#loader .progress .logo svg path, #loader .progress .logo img path {
	fill: #46484b
}
.blind {
	position: fixed;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
	min-height: 100%;
	z-index: 200;
	pointer-events: none
}
.blind__item {
	width: 100%;
	height: 5vw;
	background-color: #2b2d2e;
	background-color: var(--grey100);
	transform-origin: 50% 0%;
	transform: scaleY(0);
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.blind__item {
height: 10vw
}
}
#cursor {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 100;
	width: 100%
}
@media all and (max-width:1023px) {
#cursor {
display: none !important
}
}
#cursor .follow {
	position: absolute;
	display: block;
	width: 3.5vw;
	height: 3.5vw;
	border-radius: 3.5vw;
	margin-left: -1.75vw;
	margin-top: -1.75vw;
	top: 0;
	left: 0;
	transform-origin: 50% 50%;
	will-change: transform;
	background-color: var(--black-alpha2)
}
#cursor .dot {
	position: absolute;
	display: block;
	width: 3.333vw;
	height: 3.333vw;
	margin-left: -1.667vw;
	margin-top: -1.667vw;
	border-radius: 3.333vw;
	background-color: transparent;
	top: 0;
	left: 0;
	transform-origin: 50% 50%;
	will-change: transform
}
#cursor .plus, #cursor .minus, #cursor .close {
	position: absolute;
	width: 3.333vw;
	height: 3.333vw;
	border-radius: 3.333vw;
	text-align: center;
	line-height: 3.333vw;
	color: #fff;
	color: var(--white);
	border: 2px solid #fff;
	border: 2px solid var(--white);
	top: 0;
	left: 0;
	display: block;
	opacity: 1;
	cursor: pointer;
	z-index: 200;
	pointer-events: none;
	opacity: .0001
}
@media all and (max-width:1100px) and (orientation:portrait) {
#cursor .plus, #cursor .minus, #cursor .close {
display: none
}
}
.hero-home-bg {
	background-image: url(../images/first-section-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.hero-home .headline {
	position: relative;
	z-index: 1;
	color: #fff !important;
	max-width:50%
}
.hero-home .video {
	position: relative;
	width: 100vw;
	height: 100vh;
	-webkit-clip-path: inset(25vw);
	clip-path: inset(25vw);
	left: 50%;
	margin-left: -50vw;
	margin-top: -8.7vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-home .video {
height: 90vw;
-webkit-clip-path: inset(0);
clip-path: inset(0);
margin-left: -50vw;
margin-top: 5vw
}
}
.hero-projects {
	padding-top: 35vw;
	padding-bottom: 0
}
.samplehouse.samplehouse {
	padding-top: 0px !important;
}
.hero-projects:nth-child(2) {
padding-top: 35vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-projects:nth-child(2) {
padding-top: 50vw
}
}
.hero-projects .headline {
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	margin-top: calc(-20.000vw - 1.3vw);
	text-align: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-projects .headline {
margin-top: -19vw;
margin-bottom: 10vw
}
}
.hero-projects .button {
	position: absolute;
	top: calc(12.500vw + 1.667vw);
	right: 0;
	z-index: 1
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-projects .button {
display: none
}
}
.hero-projects .video, .hero-projects .image {
	position: relative;
	width: 100%;
	height: 100vh
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-projects .video, .hero-projects .image {
margin-top: 40px;
height: calc(100vh - 50.000vw)
}
}
.hero-brands {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
.hero-brands {
	height: calc(100vh + 55.000vw);
	background-color: #000;
	background-color: var(--black);
	overflow: hidden
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-brands {
height: 320vw
}
}
.hero-brands .image {
	width: 100%;
	height: 100%;
	opacity: .8;
	will-change: opacity, transform
}
.hero-brands .square {
	width: 20vw;
	height: 20vw;
	position: absolute;
	top: 50vh;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	background-color: var(--white)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-brands .square {
transform: translateX(-50%);
width: 40vw;
height: 40vw;
top: 70vw
}
}
.hero-brands .square .image {
	width: 100%;
	height: 100%
}
.hero-brands .stroke {
	width: 2px;
	height: 15vw;
	position: absolute;
	top: calc(100vh - 5.000vw);
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	background-color: var(--white);
	transform-origin: 50% 0%;
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-brands .stroke {
width: 1px;
height: 30vw;
top: 120vw
}
}
.hero-brands .subtitle {
	width: 70vw;
	color: #fff;
	color: var(--white);
	line-height: .85;
	text-align: center;
	position: absolute;
	bottom: 15vw;
	left: 50%;
	transform: translateX(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-brands .subtitle {
width: 80vw;
bottom: 30vw
}
}
.hero-services {
	padding-top: 0 !important
}
.hero-services .image {
	background-color: #000;
	background-color: var(--black)
}
.hero-services .image--featured {
	height: 100vh;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100vh, 0% 100vh);
	clip-path: polygon(0 0, 100% 0, 100% 100vh, 0% 100vh);
	z-index: 1
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .image--featured {
height: 140vw
}
}
.hero-services .image--featured img {
	transition: none !important
}
.hero-services .image--featured img {
	opacity: 1
}
.hero-services .image--featured .scroll {
	position: fixed
}
.hero-services .headline {
	position: relative;
	margin-top: calc(-27.500vw - 1.3vw);
	left: 5vw;
	color: #eeeceb;
	color: var(--primary400);
	width: 90vw;
	z-index: 2;
	min-height: 25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .headline {
position: absolute;
top: auto;
bottom: 0;
left: 0;
margin-top: 0;
margin-bottom: 10vw;
width: 100%;
padding: 0 10vw;
min-height: 0;
min-height: initial
}
}
.hero-services .headline .line {
	overflow: hidden
}
.hero-services .subtitle {
	margin-top: -1vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .subtitle {
margin-top: 0;
margin-bottom: 10vw
}
}
.hero-services .columns {
	justify-content: flex-start;
	padding-top: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .columns {
padding-top: 20vw
}
}
.hero-services .columns__item:nth-child(1) {
width: 50vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .columns__item:nth-child(1) {
width: 100%;
padding-top: 0
}
}
.hero-services .columns__item:nth-child(1) .image--big {
left: -5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .columns__item:nth-child(1) .image--big {
width: 100vw;
left: 50%;
transform: translateX(-50%);
margin-bottom: 30vw
}
}
.hero-services .columns__item:nth-child(1) .image--small {
position: absolute;
width: 15vw;
height: 20vw;
bottom: -10vw;
left: 5vw
}
.hero-services .columns__item:nth-child(2) {
width: 30vw;
position: relative
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .columns__item:nth-child(2) {
width: 100%;
padding-top: 0
}
}
.hero-services .columns__item:nth-child(2) .subtitle {
width: 30vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .columns__item:nth-child(2) .subtitle {
width: 100%
}
}
.hero-services .columns__item:nth-child(2) .wysiwyg {
position: absolute;
width: 25vw;
margin-bottom: 0;
bottom: 0;
left: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .columns__item:nth-child(2) .wysiwyg {
width: 100%;
position: relative;
bottom: auto;
bottom: initial;
left: auto;
left: initial
}
}
.hero-services .scroll {
	position: fixed;
	right: 5vw;
	top: calc(100vh - 5.000vw);
	width: 1.458vw;
	transform: translateX(50%) translateY(-50%);
	will-change: opacity
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .scroll {
top: calc(100vh - 10.000vw);
right: 10vw;
width: 20px;
height: 30px;
display: none
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-services .scroll svg {
width: 100%;
height: 100%
}
}
.hero-simple:nth-child(2) {
padding-top: 20vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-simple:nth-child(2) {
padding-top: 30vw
}
}
.hero-simple .headline {
	margin-bottom: 2.5vw
}
.hero-simple .wysiwyg {
	width: 60vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-simple .wysiwyg {
width: 100%
}
}
.hero-simple+.list-posts, .hero-simple+.list-events, .hero-simple+.list-press {
	padding-top: 5vw
}
.hero-single {
	padding-bottom: 10vw
}
.hero-single:nth-child(2) {
padding-top: 20vw
}
.hero-single .date {
	text-align: center;
	margin-bottom: 5vw;
	transform: translateY(50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-single .date {
margin-bottom: 10vw
}
}
.hero-single .headline {
	width: 50vw;
	margin: auto;
	margin-bottom: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-single .headline {
width: 100%;
margin-bottom: 5vw
}
}
.hero-single .image {
	width: 100%
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-single .image {
width: 100vw;
left: 50%;
transform: translateX(-50%)
}
}
.hero-single .video {
	width: 100vw;
	height: 100vh;
	left: 50%;
	transform: translateX(-50%);
	position: relative
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-single .video {
position: relative;
height: auto
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-single .video__player {
position: relative;
display: block;
width: 100%;
height: auto
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-single .video__player video {
position: relative;
width: 100%;
height: auto;
transform: none;
top: auto;
top: initial;
left: auto;
left: initial
}
}
.hero-single .wysiwyg {
	width: 60vw;
	text-align: center;
	margin: auto;
	margin-top: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-single .wysiwyg {
width: 100%;
margin-bottom: 0;
margin-top: 10vw
}
}
.hero-single .stroke {
	width: 1px;
	height: 5vw;
	position: absolute;
	bottom: 5vw;
	left: 50%;
	transform: translateX(-50%);
	background-color: #46484b;
	background-color: var(--grey50)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.hero-single .stroke {
height: 10vw;
bottom: 10vw
}
}
.hero-single+.list-posts, .hero-single+.list-events, .hero-single+.list-press {
	padding-top: 5vw
}
.text-staggered .subtitle {
	width: 45vw;
	line-height: 1.4;
	color:#511713
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-staggered .subtitle {
width: 100%;
margin-bottom: 10vw
}
}
.text-staggered .wysiwyg {
	width: 30vw;
	margin-left: 50vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-staggered .wysiwyg {
width: calc(100% - 10.000vw);
margin-left: 10vw;
margin-bottom: 10vw
}
}
.text-staggered .wysiwyg.project {
	width: 50vw;
	margin-left: 30vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-staggered .wysiwyg.project {
width: calc(100% - 10.000vw);
margin-left: 10vw;
margin-bottom: 10vw
}
}
.text-staggered-subtitles {
	padding-bottom: 10vw
}
.text-staggered-subtitles .columns {
	justify-content: flex-start
}
.text-staggered-subtitles .columns__item {
	width: 35vw;
	margin-right: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-staggered-subtitles .columns__item {
width: 100%;
margin-right: 0vw;
}
}
.text-staggered-subtitles .columns__item:nth-child(2) {
margin-top: 10vw;
margin-right: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-staggered-subtitles .columns__item:nth-child(2) {
margin-top: 10vw
}
}
.text-spacing {
	padding-top: 5vw
}
.text-spacing.--fullheight {
	height: 100vh
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-spacing.--fullheight {
height: auto
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-spacing .headline {
width: 100%;
margin-bottom: 5vw
}
}
.text-spacing .wysiwyg {
	width: 35vw;
	margin: auto;
	margin-top: 2.5vw;
	margin-bottom: 0;
	text-align: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-spacing .wysiwyg {
width: 100%;
margin: auto;
margin-top: 5vw;
text-align: center
}
}
.text-spacing+.list-projects {
	margin-top: -5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-spacing+.list-projects {
margin-top: 0
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-headline {
padding-bottom: 5vw
}
}
.text-headline .headline {
	text-transform: none;
	color: #d6d2ce;
	color: var(--primary500)
}
.text-headline-2blocks {
	padding-top: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-headline-2blocks {
padding-top: 15vw
}
}
.text-headline-2blocks .headline {
	width: 35vw;
	margin-bottom: 5vw;
	color: #46484b;
	color: var(--grey50)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-headline-2blocks .headline {
width: 80vw;
margin-bottom: 15vw
}
}
.text-headline-2blocks .columns {
	justify-content: flex-start
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-headline-2blocks .columns {
padding-left: 10vw
}
}
.text-headline-2blocks .columns__item {
	width: 30vw;
	margin-right: 1vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-headline-2blocks .columns__item {
width: 100%;
margin-right: 0;
margin-bottom: 5vw
}
}
.text-headline-2blocks+.text-headline {
	padding-top: 0
}
.text-numbered {
	padding-top: 15vw
}
.text-numbered .columns--outer {
	justify-content: flex-start
}
.text-numbered .columns--outer>.columns__item:nth-child(1) {
width: 35vw;
margin-right: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-numbered .columns--outer>.columns__item:nth-child(1) {
width: 100%;
margin-right: 0
}
}
.text-numbered .columns--outer>.columns__item:nth-child(2) {
width: 35vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-numbered .columns--outer>.columns__item:nth-child(2) {
width: 100%
}
}
.text-numbered .columns--inner>.columns__item {
	width: 15vw
}
.text-numbered .columns--inner>.columns__item:nth-child(odd) {
margin-right: 5vw
}
.text-numbered .columns--inner>.columns__item:nth-child(even) {
transform: translateY(5.000vw)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-numbered .draggable {
margin-top: 20vw
}
}
.text-numbered .draggable__progress {
	background: #46484b;
	background: var(--grey50)
}
.text-numbered .draggable__progress .progress {
	background-color: #d6d2ce;
	background-color: var(--bg)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-numbered .draggable__item {
width: 50vw;
margin-right: 10vw
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-numbered .draggable__item:last-child {
margin-right: 0
}
}
.text-numbered .group {
	margin-bottom: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-numbered .group {
margin-bottom: 0
}
}
.text-numbered .group__index {
	color: #fff;
	color: var(--white);
	margin-bottom: 15px;
}
.text-numbered .group__title {
	color: #fff;
	color: var(--white);
	margin-bottom: 1.25vw;
	line-height: 1.2;
}
.text-numbered .group__title .line {
	display:none
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-numbered .group__title {
margin-bottom: 10vw
}
}
.text-numbered .group__subtitle {
	margin-bottom: 1.25vw;
	font-family: var(--font-primary);
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
}
.text-numbered .group__subtitle .line {
display:none margin-bottom: 1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-numbered .group__subtitle {
margin-bottom: 5vw
}
}
.text-background {
	padding: 0;
	overflow: hidden;
	background-color: #000;
	background-color: var(--black)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background {
height: 100%
}
}
.text-background.--fullheight {
	height: 100vh;
height: calc(var(--vh) * 120);
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background.--fullheight {
height: 100%
}
}
.text-background.--fullheight .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.text-background .image {
	will-change: transform, opacity
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .image {
position: absolute;
width: 100%;
height: 100%
}
}
.text-background .content {
	position: absolute;
	bottom: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content {
position: relative;
width: 80vw;
bottom: 0;
margin: 80vw 0 20vw
}
}
.text-background .content.--small {
	width: 20vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content.--small {
width: 80vw
}
}
.text-background .content.--medium {
	width: 25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content.--medium {
width: 80vw
}
}
.text-background .content.--left {
	left: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content.--left {
left: 10vw
}
}
.text-background .content.--right {
	right: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content.--right {
left: 10vw;
right: auto;
right: initial
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content .wysiwyg p {
margin-bottom: 5vw
}
}
.text-background .content .subtitle {
	margin-bottom: 2.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content .subtitle {
margin-bottom: 5vw
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content .info {
padding-top: 10vw
}
}
.text-background .content .info .subtitle {
margin-bottom: .5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content .info .subtitle {
margin-bottom: 1.5vw
}
}
.text-background .content .info .wysiwyg {
	margin-bottom: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-background .content .info .wysiwyg {
font-weight: 300
}
}
.text-highlighted:before {
	content: "";
	width: 10vw;
	height: 4px;
	background-color: #46484b;
	background-color: var(--grey50);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-highlighted:before {
width: 80vw
}
}
.text-highlighted:after {
	content: "";
	width: 10vw;
	height: 4px;
	background-color: #46484b;
	background-color: var(--grey50);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-highlighted:after {
width: 80vw
}
}
.text-highlighted .headline {
	width: 50vw;
	margin: auto;
	margin-bottom: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-highlighted .headline {
width: 100%
}
}
.text-highlighted+.video-simple, .text-highlighted+.images-simple {
	margin-top: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text-highlighted+.video-simple, .text-highlighted+.images-simple {
margin-top: 10vw
}
}
.text .wysiwyg {
	width: 30vw;
	margin: auto;
	margin-bottom: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.text .wysiwyg {
width: 100%
}
}
.slider-fullsize {
	padding: 0;
	height: 100vh
}
.slider-fullsize .slider {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: var(--black);
	color: #fff;
	color: var(--white)
}
.slider-fullsize .slider__inner {
	height: 100%;
	margin-bottom: 0
}
.slider-fullsize .slider__item {
	width: 100%;
	height: 100%;
	position: absolute
}
.slider-fullsize .slider__item .container {
	height: 100%;
	text-align: center
}
.slider-fullsize .slider__arrows {
	pointer-events: none;
	position: absolute;
	left: 10vw;
	bottom: calc(5.000vw + 1.667vw);
	display: flex;
	align-items: center;
	color: #fff;
	color: var(--white)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .slider__arrows {
bottom: 35vw
}
}
@media all and (min-width:1101px) {
.slider-fullsize .slider__arrows:hover .slider__prev {
transform: translateX(-0.417vw)
}
.slider-fullsize .slider__arrows:hover .slider__next {
transform: translateX(0.417vw)
}
}
.slider-fullsize .slider__prev {
	position: relative;
	pointer-events: all;
	width: 3.333vw;
	height: 3.333vw;
	border-radius: 3.333vw;
	background-color: transparent;
	border: 2px solid #fff;
	border: 2px solid var(--white);
	cursor: pointer;
margin-right: .833vw;
	overflow: hidden;
	text-align: center;
	transform: scale(1);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut);
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .slider__prev {
width: 15vw;
height: 15vw;
border-radius: 15vw;
margin-right: 5vw
}
}
.slider-fullsize .slider__prev i {
	width: 100%;
	height: 3.333vw;
	line-height: 3.333vw;
	font-size: 120%;
	transform: translateX(0%) scale(1);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .slider__prev i {
height: 15vw;
line-height: 15vw;
font-size: 5vw
}
}
.slider-fullsize .slider__prev i:nth-child(2) {
position: absolute;
left: 100%;
top: 0
}
@media all and (min-width:1101px) {
.slider-fullsize .slider__prev:hover {
transform: scale(1.12) !important
}
.slider-fullsize .slider__prev:hover i {
transform: translateX(-100%)
}
.slider-fullsize .slider__prev:hover~div {
transform: translateX(0.417vw)
}
}
.slider-fullsize .slider__next {
	position: relative;
	pointer-events: all;
	width: 3.333vw;
	height: 3.333vw;
	border-radius: 3.333vw;
	background-color: transparent;
	border: 2px solid #fff;
	border: 2px solid var(--white);
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	transform: scale(1);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut);
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .slider__next {
width: 15vw;
height: 15vw;
border-radius: 15vw
}
}
.slider-fullsize .slider__next i {
	width: 100%;
	height: 3.333vw;
	line-height: 3.333vw;
	font-size: 120%;
	transform: translateX(0%) scale(1);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .slider__next i {
height: 15vw;
line-height: 15vw;
font-size: 5vw
}
}
.slider-fullsize .slider__next i:nth-child(2) {
position: absolute;
right: 100%;
top: 0
}
@media all and (min-width:1101px) {
.slider-fullsize .slider__next:hover {
transform: scale(1.12) !important
}
.slider-fullsize .slider__next:hover i {
transform: translateX(100%)
}
.slider-fullsize .slider__next:hover~div {
transform: translateX(0.417vw)
}
}
.slider-fullsize .slider__counter {
	position: absolute;
	width: 10vw;
	right: 10vw;
	bottom: 5vw;
	display: flex;
	align-items: center;
	color: #fff;
	color: var(--white)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .slider__counter {
bottom: 93vh;
width: 60vw;
font-size: 5vw
}
}
.slider-fullsize .slider__counter .current {
	height: 2.5vw;
	width: 2.5vw;
	line-height: 2.5vw;
	text-align: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .slider__counter .current {
width: 5vw;
height: 5vw;
line-height: 5vw
}
}
.slider-fullsize .slider__counter .progress {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, .2)
}
.slider-fullsize .slider__counter .progress span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-color: var(--white);
	transform: scaleX(0);
	transform-origin: 0 50%
}
.slider-fullsize .slider__counter .total {
	height: 2.5vw;
	width: 2.5vw;
	line-height: 2.5vw;
	text-align: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .slider__counter .total {
width: 5vw;
height: 5vw;
line-height: 5vw
}
}
.slider-fullsize .label {
	position: absolute;
	width: 20vw;
	top: 10vw;
	left: 10vw;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	margin-top: -1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .label {
width: 80vw;
top: 20vw;
margin-top: -5vw
}
}
.slider-fullsize .button {
	position: absolute;
	bottom: 5vw;
	left: 10vw;
	text-align: left
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-fullsize .button {
bottom: 10vw
}
}
.item {
	position: relative;
	width: 100%;
	height: 100%
}
.item .big {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	will-change: transform;
	opacity: .8
}
@media all and (max-width:1100px) and (orientation:portrait) {
.item .big {
opacity: .5
}
}
.item .big .image {
	width: 100%;
	height: 100%;
	background-color: #2b2d2e;
	background-color: var(--grey100);
	transform-origin: 50% 50%;
	will-change: transform
}
.item .small {
	position: absolute;
	right: 5vw;
	bottom: 5vw;
	width: 30vw;
	height: 20vw;
	overflow: hidden;
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.item .small {
width: 80vw;
height: 50vw;
top: 30vw;
left: 10vw;
right: 10vw;
bottom: auto;
bottom: initial
}
}
.item .small .image {
	width: 100%;
	height: 100%;
	opacity: .9;
	background-color: #2b2d2e;
	background-color: var(--grey100);
	will-change: transform
}
.item .small .image img {
	opacity: .9
}
.item .content {
	position: absolute;
	width: 100%;
	bottom: 17.5vw;
	left: 10vw;
	text-align: left
}
@media all and (max-width:1100px) and (orientation:portrait) {
.item .content {
bottom: 60vw;
width: 87%;
}
}
.item .content .subtitle {
	font-family: var(--font-secondary);
	font-size: 3.5vw;
	line-height:1.2;
	color: #fff;
	color: var(--white);
	margin-bottom:10px;
}
.item .content .subtitle span {
	font-family: var(--font-secondary);
	display:inline-block !important;
	font-style: italic;
}
.item .content p {
	margin-bottom:10px;
}
.slider-services {
	padding: 0;
	height: auto
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-services {
padding-top: 10vw
}
}
.slider-services .first .service {
}
.slider-services .sticky {
	display: block;
	position: relative
}
.slider-services .sticky__pin {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: -moz-fit-content;
	width: fit-content;
	padding: 7.5vw 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-services .sticky__pin {
background-color: #cac7c3;
background-color: var(--bg-medium);
position: relative;
padding: 40vw 10vw 30vw
}
}
.slider-services .sticky__pin .draggable {
	width: 80vw
}
.slider-services .sticky__pin .draggable__inner {
}
.slider-services .sticky__pin .draggable__item {
	margin-right: 5vw
}
.slider-services .sticky__pin .draggable__item:last-child {
	margin-right: 0
}
.slider-services .sticky__pin .service {
	margin-right: 10vw
}
.slider-services .sticky__pin .service .outer .image img {
	width: 100vw;
	left: -10vw;
	will-change: transform
}
.slider-services .sticky__pin .service .bottom .headline {
	will-change: transform
}
.slider-services .sticky__pin .service:first-child .center .wysiwyg {
	opacity: .0001
}
.slider-services .sticky__pin .service:first-child .bottom .headline .line {
	overflow: hidden
}
.slider-services .sticky__pin .service:first-child .bottom .headline .line .word {
	transform: translateY(100%)
}
.slider-services .sticky__pin .service:last-child {
	margin-right: 0
}
.slider-services .sticky__label {
	left: 50%;
	position: absolute;
	top: calc((100vh - 35.000vw)/4);
	transform: translateX(-50%) translateY(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.slider-services .sticky__label {
left: 0;
width: 100%;
text-align: center;
top: 20vw;
transform: none;
transform: translateY(-50%)
}
}
.images-simple.--wide {
	padding: 0
}
.images-simple.--wide .image {
	width: 100%
}
.images-simple.--center .image {
	width: 40vw;
	margin: auto
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-simple.--center .image {
width: 80vw
}
}
.images-simple.--left .image {
	width: 70vw;
	margin-left: 5vw;
	margin-right: auto
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-simple.--left .image {
width: 100vw;
margin-left: -10vw
}
}
.images-simple.--right .image {
	width: 70vw;
	margin-left: auto;
	margin-right: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-simple.--right .image {
width: 80vw;
margin-right: -10vw
}
}
.images-double .columns {
	justify-content: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-double .columns {
width: 90vw;
margin-left: -5vw
}
}
.images-double .columns__item {
	width: 35vw;
	margin-right: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-double .columns__item {
width: 42.5vw;
margin-right: 5vw
}
}
.images-double .columns__item:nth-child(2) {
margin-top: 10vw;
margin-right: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-double .columns__item:nth-child(2) {
margin-top: 10vw;
margin-right: 0
}
}
.images-double+.text-headline-2blocks {
	margin-top: -5vw
}
.images-collection .images {
	display: flex
}
.images-collection .images__inner {
	display: flex;
	flex-wrap: nowrap;
	width: -moz-fit-content;
	width: fit-content;
	flex-direction: row
}
.images-collection .images__inner.reversed {
	flex-direction: row-reverse
}
.images-collection .images--top {
	justify-content: flex-start;
	margin-bottom: 2.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--top {
margin-bottom: 5vw
}
}
.images-collection .images--top .images__inner {
	align-items: flex-end
}
.images-collection .images--top .image {
	margin-left: 2.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--top .image {
margin-left: 5vw
}
}
.images-collection .images--top .image:nth-child(1) {
width: 25vw;
height: 15vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--top .image:nth-child(1) {
width: 40vw;
height: 20vw
}
}
.images-collection .images--top .image:nth-child(2) {
width: 20vw;
height: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--top .image:nth-child(2) {
width: 70vw;
height: 40vw
}
}
.images-collection .images--top .image:nth-child(3) {
width: 35vw;
height: 20vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--top .image:nth-child(3) {
width: 50vw;
height: 30vw
}
}
.images-collection .images--top .image:nth-child(4) {
width: 25vw;
height: 15vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--top .image:nth-child(4) {
width: 30vw;
height: 20vw
}
}
.images-collection .images--top .image:nth-child(5) {
width: 15vw;
height: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--top .image:nth-child(5) {
width: 50vw;
height: 30vw
}
}
.images-collection .images--bottom {
	justify-content: flex-end
}
.images-collection .images--bottom .images__inner {
	align-items: flex-start
}
.images-collection .images--bottom .image {
	margin-right: 2.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--bottom .image {
margin-right: 5vw
}
}
.images-collection .images--bottom .image:nth-child(1) {
width: 25vw;
height: 15vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--bottom .image:nth-child(1) {
width: 30vw;
height: 20vw
}
}
.images-collection .images--bottom .image:nth-child(2) {
width: 20vw;
height: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--bottom .image:nth-child(2) {
width: 50vw;
height: 30vw
}
}
.images-collection .images--bottom .image:nth-child(3) {
width: 35vw;
height: 20vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--bottom .image:nth-child(3) {
width: 40vw;
height: 20vw
}
}
.images-collection .images--bottom .image:nth-child(4) {
width: 25vw;
height: 15vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--bottom .image:nth-child(4) {
width: 70vw;
height: 40vw
}
}
.images-collection .images--bottom .image:nth-child(5) {
width: 15vw;
height: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-collection .images--bottom .image:nth-child(5) {
width: 50vw;
height: 30vw
}
}
.images-composition {
	height: 120vw;
	padding: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-composition {
height: 160vw
}
}
.images-composition .video {
	position: absolute;
	width: 70vw;
	height: 35vw;
	top: 55vw;
	left: 15vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-composition .video {
width: 80vw;
height: 40vw;
top: 70vw;
left: 10vw
}
}
.images-composition .image {
	position: absolute
}
.images-composition .image--1 {
	width: 30vw;
	height: 15vw;
	top: 25vw;
	left: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-composition .image--1 {
width: 35vw;
height: 20vw;
top: 30vw;
left: 5vw
}
}
.images-composition .image--2 {
	width: 25vw;
	height: 12.5vw;
	top: 37.5vw;
	right: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-composition .image--2 {
width: 30vw;
height: 20vw;
top: 40vw;
right: 0
}
}
.images-composition .image--3 {
	width: 25vw;
	height: 12.5vw;
	top: 82.5vw;
	left: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-composition .image--3 {
width: 30vw;
height: 20vw;
top: 100vw;
left: 0
}
}
.images-composition .image--4 {
	width: 30vw;
	height: 15vw;
	top: 95vw;
	right: 15vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-composition .image--4 {
width: 40vw;
height: 20vw;
top: 120vw;
right: 10vw
}
}
.images-composition .headline {
	position: absolute;
	top: 15vw;
	left: 0;
	transform: none;
	width: 100%;
	line-height: 10vw;
margin-top: -.9vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-composition .headline {
top: 20vw;
margin-top: 0
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-composition .headline .line {
font-size: 18vw;
height: 18vw;
line-height: 18vw
}
}
.images-gallery {
	background-color: #46484b;
	background-color: var(--grey50);
	height: 100vh;
height: calc(1vh * 100);
height: calc(var(--vh, 1vh) * 100)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-gallery {
height: 100vh;
height: calc(1vh * 100);
height: calc(var(--vhr, 1vh) * 100)
}
}
.images-gallery .canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	will-change: transform;
	cursor: pointer
}
.images-gallery .headline {
	pointer-events: none !important
}
.images-gallery .headline {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #2b2d2e;
	color: var(--grey100);
	cursor: pointer
}
.images-gallery .headline .line {
	pointer-events: none !important
}
.images-gallery .headline .line {
	overflow: hidden
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-gallery .headline .line {
height: 10vw;
line-height: 10vw
}
}
.images-gallery .headline .line .word {
	pointer-events: none !important
}
.images-gallery .mask {
	position: absolute;
	width: 100%;
	height: 15vw;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .0001;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}
.images-gallery .click {
	position: absolute;
	left: 2.5vw;
	bottom: 2.5vw;
	color: #d6d2ce;
	color: var(--primary500);
	display: flex;
	align-items: center;
	opacity: .0001;
	pointer-events: none
}
.images-gallery .click i {
	font-size: 1.4vw;
margin-right: .833vw
}
.images-gallery .prev {
	position: absolute;
	width: 3.333vw;
	height: 3.333vw;
	border-radius: 3.333vw;
	text-align: center;
	line-height: 3.333vw;
	background-color: transparent;
	border: 2px solid #fff;
	border: 2px solid var(--white);
	top: 50%;
	transform: translateY(-50%);
	left: 3.333vw;
	display: block;
	opacity: .0001;
	cursor: pointer;
	overflow: hidden;
	z-index: 200;
	pointer-events: none;
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut);
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-gallery .prev {
bottom: 15vw;
top: auto;
top: initial;
left: calc(50% - 10.000vw);
transform: translateX(-50%);
width: 15vw;
height: 15vw;
border-radius: 15vw
}
}
.images-gallery .prev i {
	width: 100%;
	height: 3.333vw;
	line-height: 3.333vw;
	font-size: 120%;
	transform: translateX(0%);
	color: #fff;
	color: var(--white);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-gallery .prev i {
height: 15vw;
line-height: 15vw;
font-size: 5vw
}
}
.images-gallery .prev i:nth-child(2) {
position: absolute;
left: 100%;
top: 0
}
@media all and (min-width:1101px) {
.images-gallery .prev:hover {
transform: translateY(-50%) scale(1.12)
}
.images-gallery .prev:hover i {
transform: translateX(-100%)
}
}
.images-gallery .prev:before {
	content: "";
	position: absolute;
	width: 10vw;
	height: 10vw;
	border-radius: 10vw;
	background-color: transparent;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-gallery .prev:before {
display: none
}
}
.images-gallery .next {
	position: absolute;
	width: 3.333vw;
	height: 3.333vw;
	border-radius: 3.333vw;
	text-align: center;
	line-height: 3.333vw;
	background-color: transparent;
	border: 2px solid #fff;
	border: 2px solid var(--white);
	top: 50%;
	transform: translateY(-50%) scale(1);
	right: 3.333vw;
	display: block;
	opacity: .0001;
	cursor: pointer;
	overflow: hidden;
	z-index: 200;
	pointer-events: none;
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut);
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-gallery .next {
bottom: 15vw;
top: auto;
top: initial;
right: calc(50% - 10.000vw);
transform: translateX(50%);
width: 15vw;
height: 15vw;
border-radius: 15vw
}
}
.images-gallery .next i {
	width: 100%;
	height: 3.333vw;
	line-height: 3.333vw;
	font-size: 120%;
	transform: translateX(0%) scale(1);
	color: #fff;
	color: var(--white);
	transition: all 600ms cubic-bezier(.16, 1, .3, 1);
	transition: all 600ms var(--expoOut)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-gallery .next i {
height: 15vw;
line-height: 15vw;
font-size: 5vw
}
}
.images-gallery .next i:nth-child(2) {
position: absolute;
right: 100%;
top: 0
}
@media all and (min-width:1101px) {
.images-gallery .next:hover {
transform: translateY(-50%) scale(1.12)
}
.images-gallery .next:hover i {
transform: translateX(100%)
}
}
.images-gallery .navigation {
	position: absolute;
	right: 2.5vw;
	bottom: 2.5vw;
	color: #d6d2ce;
	color: var(--primary500);
	display: flex;
	align-items: center;
	opacity: .0001;
	pointer-events: none
}
.images-gallery .navigation i {
	font-size: 1.4vw
}
.images-gallery .navigation i.fa-square-chevron-left {
margin-left: .833vw;
margin-right: .417vw
}
.images-slider {
	padding: 10vw 0 20vw;
	background-color: #46484b;
	background-color: var(--grey50);
	color: #d6d2ce;
	color: var(--primary500)
}
@media all and (max-width:1024px) {
.images-slider {
padding: calc(10.000vw + 3.958vw) 0 calc(20.000vw + 7.083vw)
}
}
.images-slider .slider {
	width: 100%;
	display: block;
	margin-top: 5vw
}
@media all and (max-width:1024px) {
.images-slider .slider {
margin-top: 10vw
}
}
.images-slider .slider__inner__draggable {
	position: relative;
	flex-wrap: nowrap;
	padding-left: 15vw;
	padding-right: 15vw
}
@media all and (max-width:1024px) {
.images-slider .slider__inner__draggable {
padding-left: 0;
padding-right: 10vw
}
}
.images-slider .slider__item {
	width: auto;
	height: calc(35.000vw + 1.250vw)
}
@media all and (max-width:1024px) {
.images-slider .slider__item {
height: 80vw
}
}
.images-slider .slider__item:not(:last-child) {
margin-right: 5vw
}
@media all and (max-width:1024px) {
.images-slider .slider__item:not(:last-child) {
margin-right: 8.5vw
}
}
.images-slider .slider__item figure {
	height: 100%;
	width: auto
}
.images-slider .slider__item figure .picture, .images-slider .slider__item figure img {
	height: 100%;
	width: auto
}
.images-slider .navigation {
	position: absolute;
	width: calc(5.000vw + 1.667vw);
	height: 3.542vw;
	left: 50%;
bottom: calc(-1 * 10.000vw);
	transform: translateX(-50%);
	opacity: .0001
}
@media all and (max-width:1024px) {
.images-slider .navigation {
display: none !important
}
.images-slider .navigation {
bottom: calc(-1 * 15.000vw);
width: calc(10.000vw + 1.667vw);
height: 6.667vw
}
}
.images-slider .navigation--front {
	overflow: hidden;
	pointer-events: none;
	outline: 1px solid rgba(255, 255, 255, .2)
}
.images-slider .navigation--front .navigation__inner__item {
	outline: 1px solid var(--bg-secondary)
}
.images-slider .navigation--back .navigation__inner__item {
	outline: 1px solid rgba(255, 255, 255, .2)
}
.images-slider .navigation__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	cursor: grab
}
.images-slider .navigation__inner__draggable {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: auto;
	will-change: transform;
	padding-left: 1.5vw;
	padding-right: 1.5vw
}
.images-slider .navigation__inner__item {
	height: 2.083vw;
margin-right: .5vw
}
@media all and (max-width:1024px) {
.images-slider .navigation__inner__item {
height: 3.333vw;
margin-right: 1.667vw
}
}
.images-slider .navigation__inner__item:last-child {
	margin-right: 0
}
.images-slider .navigation__inner__item figure {
	height: 100%;
	width: auto;
	opacity: 0;
	visibility: hidden
}
.images-slider .navigation__inner__item figure .picture, .images-slider .navigation__inner__item figure img {
	height: 100%;
	width: auto;
	vertical-align: middle
}
.images-slider .navigation__inner__item figure figcaption {
	display: none
}
.images-slider .wysiwyg {
	width: 60vw;
	margin: auto;
	margin-bottom: 10vw;
	text-align: center
}
.images-slider figcaption {
	font-size: 2rem;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-slider .wysiwyg {
width: 100%
}
.images-slider figcaption {
font-size: 4rem;
margin-top: 20px;
}
}
.images-slider .button--back {
	position: absolute;
	left: 2.5vw;
	bottom: 2.5vw
}
.images-slider .button--back .dot:before {
	background-image: url(img/arrow-left-button-dark.html) !important
}
.images-slider .button--back .dot:before {
	transform: translateX(100%)
}
.images-slider .button--next {
	position: absolute;
	right: 2.5vw;
	bottom: 2.5vw
}
.images-slider+.video-simple {
	padding-top: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-slider+.video-simple {
padding-top: 20vw
}
}
.images-overhead {
	padding: 15vw 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-overhead {
padding: 25vw 0 30vw
}
}
.images-overhead .video--main, .images-overhead .image--main {
	position: relative;
	width: 80vw;
	height: 45vw;
	left: auto;
	left: initial;
	top: auto;
	top: initial
}
.images-overhead .video--topleft, .images-overhead .image--topleft {
	width: 30vw;
	height: 20vw;
	position: absolute;
	top: -15vw;
	left: -5vw;
	will-change: transform
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-overhead .video--topleft, .images-overhead .image--topleft {
top: -15vw
}
}
.images-overhead .video--bottomright, .images-overhead .image--bottomright {
	width: 25vw;
	height: 35vw;
	position: absolute;
	bottom: -20vw;
	right: -5vw;
	left: auto;
	left: initial;
	top: auto;
	top: initial;
	will-change: transform
}
.images-overhead .headline {
	position: absolute;
	bottom: -10vw;
	left: 0;
	width: 100%;
	height: 20vw;
	line-height: 10vw
}
.images-overhead .headline .line {
	height: 10vw;
	margin-bottom: 0
}
.images-overhead .headline .line:nth-child(1) {
position: absolute;
bottom: 10vw;
left: 0
}
.images-overhead .headline .line:nth-child(2) {
position: absolute;
bottom: 0;
right: 0
}
.images-overhead .headline .word {
	height: 10vw;
	line-height: 10vw;
}
.images-overhead .headline .word--1 {
	position: absolute !important
}
.images-overhead .headline .word--1 {
left: -.9vw
}
.images-overhead .headline .word--2 {
	position: absolute !important
}
.images-overhead .headline .word--2 {
	right: calc(-5.000vw - 0.45vw)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-2blocks {
padding-top: 15vw
}
}
.images-2blocks .columns {
	justify-content: flex-start
}
.images-2blocks .columns__item:nth-child(1):not(.amenitiesblock) {
width: 20vw;
margin-right: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-2blocks .columns__item:nth-child(1):not(.amenitiesblock) {
width: 100vw;
margin-right: 0
}
}
.images-2blocks .columns__item:nth-child(1) .image {
margin-bottom: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-2blocks .columns__item:nth-child(1) .image {
margin-bottom: 5vw
}
}
.images-2blocks .columns__item:nth-child(2) {
width: 55vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-2blocks .columns__item:nth-child(2) {
width: 80vw;
margin-right: 0
}
}
.images-2blocks .columns__item:nth-child(2) .image {
width: calc(100% + 5.000vw);
margin-bottom: 2vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-2blocks .columns__item:nth-child(2) .image {
width: 100%;
margin-bottom: 5vw
}
}
.images-2blocks .columns__item:nth-child(2) .columns__item {
width: 25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-2blocks .columns__item:nth-child(2) .columns__item {
width: 100%;
margin-bottom: 5vw;
}
}
.images-2blocks .columns__item:nth-child(2) .columns__item:nth-child(1) {
margin-right: 5vw
}
.images-1block {
	padding-bottom: 10vw
}
.images-1block .columns {
	justify-content: flex-start
}
.images-1block .columns__item:nth-child(1) {
width: 20vw;
margin-right: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-1block .columns__item:nth-child(1) {
order: 2;
width: 70vw
}
}
.images-1block .columns__item:nth-child(1) .image {
margin-bottom: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-1block .columns__item:nth-child(1) .image {
width: 100%
}
}
.images-1block .columns__item:nth-child(2) {
width: 55vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-1block .columns__item:nth-child(2) {
order: 1;
width: 70vw;
margin-left: 10vw;
margin-bottom: 5vw
}
}
.images-1block .columns__item:nth-child(2) .image {
width: calc(100% + 5.000vw)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.images-1block .columns__item:nth-child(2) .image {
width: 100%
}
}
.list-projects {
	padding-top: 5vw;
	padding-bottom: 12.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-projects {
padding-top: 0
}
}
.list-projects .container[data-desktop] .progress {
	position: absolute;
	right: -1.6vw;
	top: calc(100vh - 3.2vw - 10vw);
	width: 3.2vw;
	height: 3.2vw;
	border-radius: 7.5vw;
	background-image: url(img/arrow-top.html);
	background-repeat: no-repeat;
background-size: .8vw auto;
	background-position: center;
	cursor: pointer
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-projects .container[data-desktop] .progress {
display: none
}
}
.list-projects .container[data-desktop] .progress svg {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: relative
}
.list-projects .container[data-desktop] .progress svg circle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
	stroke-width: 20;
	stroke: #46484b;
	stroke: var(--grey50)
}
.list-projects .container[data-desktop] .progress svg circle.front {
	opacity: 1;
	stroke-dasharray: 1244px;
	stroke-dashoffset: 1244px;
	transform-origin: 50% 50%;
	transform: rotate(-90deg);
	stroke: #46484b;
	stroke: var(--grey50)
}
.list-projects .container[data-desktop] .progress svg circle.back {
	stroke: rgba(84, 86, 90, .10196);
	stroke: var(--grey-alpha)
}
.list-projects .container[data-desktop] .progress .arrow {
}
.list-projects .container[data-desktop] .columns {
	justify-content: flex-start
}
.list-projects .container[data-desktop] .columns__item:nth-child(1) {
width: 52.5vw;
margin-right: 5vw
}
.list-projects .container[data-desktop] .columns__item:nth-child(1) .columns__item {
width: 25vw;
height: auto;
margin-bottom: 2.5vw
}
.list-projects .container[data-desktop] .columns__item:nth-child(1) .columns__item:nth-child(odd) {
margin-right: 2.5vw;
transform: translateY(5.000vw)
}
.list-projects .container[data-desktop] .columns__item:nth-child(2) {
position: relative;
width: 22.5vw;
height: calc(100vh - 10.000vw);
will-change: transform
}
.list-projects .container[data-desktop] .columns__item:nth-child(2) .wysiwyg {
margin-bottom: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0
}
.list-projects .container[data-desktop] .columns__item:nth-child(2) .info {
width: 100%;
height: 25vw
}
.list-projects .container[data-desktop] .columns__item:nth-child(2) .info__item {
position: absolute;
top: 0;
bottom: auto;
left: 0;
width: 100%
}
.list-projects .container[data-desktop] .columns__item:nth-child(2) .info__item .subtitle {
margin-bottom: 1.25vw
}
.list-projects .container[data-desktop] .columns__item:nth-child(2) .info__item .subtitle .line {
overflow: hidden
}
.list-projects .container[data-desktop] .columns__item:nth-child(2) .info__item .subtitle .line .word {
opacity: translateY(100%)
}
.list-projects .container[data-desktop] .columns__item:nth-child(2) .info__item .label {
opacity: .0001;
line-height: 1
}
.list-projects .trigger {
	width: 15vw;
	height: 15vw;
	border-radius: 15vw;
	background-color: #fff;
	background-color: var(--white);
	left: 50%;
	bottom: 10vw;
	position: fixed;
	z-index: 100;
	transform: translateX(-50%);
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut);
	will-change: width;
	opacity: .0001
}
.list-projects .trigger .large, .list-projects .trigger .medium, .list-projects .trigger .list {
	position: absolute;
	width: 15vw;
	height: 15vw;
	opacity: .0001;
	pointer-events: none;
	transform: scale(.2);
	transition-delay: 0ms;
	will-change: transform
}
.list-projects .trigger.--open {
	width: 55vw
}
.list-projects .trigger.--open .large, .list-projects .trigger.--open .medium, .list-projects .trigger.--open .list {
	pointer-events: initial
}
.list-projects .trigger.--medium .large {
	left: 50%;
	transform: translateX(-50%) scale(.2);
	opacity: .0001;
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut)
}
.list-projects .trigger.--medium .medium {
	left: 50%;
	transform: translateX(-50%) scale(1);
	opacity: 1;
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut)
}
.list-projects .trigger.--medium .list {
	left: 50%;
	transform: translateX(-50%) scale(.2);
	opacity: .0001;
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut)
}
.list-projects .trigger.--large .medium {
	left: 50%;
	transform: translateX(-50%) scale(.2);
	opacity: .0001;
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut)
}
.list-projects .trigger.--large .large {
	left: 50%;
	transform: translateX(-50%) scale(1);
	opacity: 1;
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut)
}
.list-projects .trigger.--large .list {
	left: 50%;
	transform: translateX(-50%) scale(.2);
	opacity: .0001;
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut)
}
.list-projects .trigger.--list .medium {
	left: 50%;
	transform: translateX(-50%) scale(.2);
	opacity: .0001;
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut)
}
.list-projects .trigger.--list .list {
	left: 50%;
	transform: translateX(-50%) scale(1);
	opacity: 1;
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut)
}
.list-projects .trigger.--list .large {
	left: 50%;
	transform: translateX(-50%) scale(.2);
	opacity: .0001;
	transition: all 1000ms cubic-bezier(.87, 0, .13, 1);
	transition: all 1000ms var(--expoInOut)
}
.list-projects .trigger.--open.--medium .large {
	opacity: 1;
transform: translateX(calc(-15.000vw + -50%)) scale(1);
	transition-delay: 0ms
}
.list-projects .trigger.--open.--medium .medium {
	opacity: .5;
	transform: translateX(-50%) scale(1);
	transition-delay: 0ms
}
.list-projects .trigger.--open.--medium .list {
	opacity: 1;
transform: translateX(calc(15.000vw + -50%)) scale(1);
	transition-delay: 0ms
}
.list-projects .trigger.--open.--large .medium {
	opacity: 1;
transform: translateX(calc(-15.000vw + -50%)) scale(1);
	transition-delay: 0ms
}
.list-projects .trigger.--open.--large .large {
	opacity: .5;
	transform: translateX(-50%) scale(1);
	transition-delay: 0ms
}
.list-projects .trigger.--open.--large .list {
	opacity: 1;
transform: translateX(calc(15.000vw + -50%)) scale(1);
	transition-delay: 0ms
}
.list-projects .trigger.--open.--list .large {
	opacity: 1;
transform: translateX(calc(-15.000vw + -50%)) scale(1);
	transition-delay: 0ms
}
.list-projects .trigger.--open.--list .list {
	opacity: .5;
	transform: translateX(-50%) scale(1);
	transition-delay: 0ms
}
.list-projects .trigger.--open.--list .medium {
	opacity: 1;
transform: translateX(calc(15.000vw + -50%)) scale(1);
	transition-delay: 0ms
}
.list-projects .trigger img {
	width: 100%;
	height: 100%
}
.list-projects .container[data-mobile] .columns__item {
	width: 100%
}
.list-projects .container[data-mobile] .columns .project {
	width: 100%;
	margin-bottom: 10vw
}
.list-projects .container[data-mobile] .columns .project__image .image:before {
	padding-bottom: 100%
}
.list-projects .container[data-mobile] .columns .project__info .headline {
	margin-bottom: 2.5vw
}
.list-projects .container[data-mobile] .columns .project__info .label {
}
.list-projects .container[data-mobile] .columns.--large .project__image .image:before {
	padding-bottom: 120%
}
.list-projects .container[data-mobile] .columns.--medium .project__image .image:before {
	padding-bottom: 66.66%
}
.list-projects .container[data-mobile] .columns.--medium .project__info .headline {
	margin-bottom: 2.5vw
}
.list-projects .container[data-mobile] .columns.--list .columns__item {
	border-bottom: 2px solid #cac7c3;
	border-bottom: 2px solid var(--primary600)
}
.list-projects .container[data-mobile] .columns.--list .project {
	display: flex;
	align-items: flex-start;
	height: auto;
	margin-top: 5vw;
	margin-bottom: 5vw
}
.list-projects .container[data-mobile] .columns.--list .project__image {
	width: 40vw;
	margin-right: 5vw;
	margin-bottom: 0
}
.list-projects .container[data-mobile] .columns.--list .project__image .image:before {
	padding-bottom: 66.66%
}
.list-projects .container[data-mobile] .columns.--list .project__info {
	width: 55vw;
	text-align: left
}
.list-projects .container[data-mobile] .columns.--list .project__info .headline {
	font-size: 6.66vw;
	line-height: 6.66vw;
	margin-bottom: 2.5vw
}
.list-projects .container[data-mobile] .columns.--list .project__info .headline .line {
	text-align: left !important
}
.list-projects .container[data-mobile] .columns.--list .project__info .headline .line {
	height: 7vw;
	line-height: 7vw
}
.list-projects .container[data-mobile] .columns.--list .project__info .label {
}
.list-projects .container[data-mobile] .wysiwyg {
	width: calc(100% - 10.000vw);
	margin-left: 10vw;
	margin-bottom: 15vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-projects .container[data-mobile] .wysiwyg {
width: 100%;
margin: auto;
text-align: center;
margin-top: -10vw;
margin-bottom: 20vw
}
}
.list-magazine .canvas {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	will-change: transform;
	pointer-events: none
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-magazine .canvas {
display: none
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-magazine .columns {
width: 100%
}
}
.list-magazine .columns__item {
	margin-bottom: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-magazine .columns__item {
width: 100%;
margin-bottom: 20vw
}
}
.list-magazine .columns__item:nth-child(even) {
transform: translateY(10.000vw)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-magazine .columns__item:nth-child(even) {
transform: none
}
}
.fb3d-modal {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	box-shadow: none
}
.list-brands {
	background-color: #2b2d2e;
	background-color: var(--grey100);
	padding: 0;
	min-height: 100vh
}
.list-brands .canvas {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	will-change: transform;
	background-color: #000;
	background-color: var(--black);
	cursor: pointer
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-brands .canvas {
display: none
}
}
.list-brands .columns {
	flex-wrap: wrap
}
.list-brands .columns__item {
	width: 25%;
	height: 25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-brands .columns__item {
width: 100vw;
height: 100vw
}
}
.list-press {
	padding-top: 10vw;
	padding-bottom: 10vw
}
.list-press .columns {
	padding-left: 2.5vw;
	padding-right: 2.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-press .columns {
padding: 0
}
}
.list-press .columns__item {
	margin-bottom: 7.5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-press .columns__item {
width: 100%;
margin-bottom: 15vw
}
}
.list-events {
	padding-top: 10vw;
	padding-bottom: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-events {
padding-top: 10vw;
padding-bottom: 10vw
}
}
.list-events .columns__item {
	margin-bottom: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-events .columns__item {
width: 100%;
margin-bottom: 0
}
}
.list-posts {
	padding-top: 10vw;
	padding-bottom: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-posts {
padding-top: 10vw;
padding-bottom: 10vw
}
}
.list-posts .columns__item {
	margin-bottom: 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-posts .columns__item {
width: 100%
}
}
.list-stores {
}
.list-addresses {
	padding-top: 10vw;
	padding-bottom: 10vw;
	text-align: center
}
.list-addresses .label {
	margin-bottom: 10vw;
	text-align: center
}
.list-addresses .columns {
	justify-content: flex-start
}
.list-addresses .columns__item {
	margin-right: 2.5vw;
	margin-bottom: 2.5vw
}
.list-addresses .columns__item:nth-child(4n) {
margin-right: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.list-addresses .columns__item {
width: 100%;
margin-right: 0;
margin-bottom: 5vw
}
}
.list-addresses .button {
	margin-top: 5vw
}
.related-projects {
	padding: 0;
	height: 100vh
}
@media all and (max-width:1100px) and (orientation:portrait) {
.related-projects {
height: 70vh;
height: calc(1vh * 70);
height: calc(var(--vh, 1vh) * 70)
}
}
.related-projects .label {
	position: absolute;
	width: 20vw;
	top: 10vw;
	left: 10vw;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	margin-top: -1.25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.related-projects .label {
width: auto;
top: 20vw;
margin-top: -5vw
}
}
.related-projects .button {
	position: absolute;
	bottom: 5vw;
	left: 10vw;
	text-align: left
}
@media all and (max-width:1100px) and (orientation:portrait) {
.related-projects .button {
bottom: 10vw
}
}
.related-projects .project {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: var(--black)
}
.related-projects .project .content {
	position: absolute;
	width: auto;
	max-width: 20vw;
	bottom: 17.5vw;
	left: 10vw;
	text-align: left;
	z-index: 1
}
@media all and (max-width:1100px) and (orientation:portrait) {
.related-projects .project .content {
width: auto;
max-width: 70vw;
bottom: 40vw
}
}
.related-projects .project .content .subtitle {
	color: #fff;
	color: var(--white);
	margin-bottom: 0
}
.related-projects .project .big {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	will-change: opacity;
	opacity: .8
}
@media all and (max-width:1100px) and (orientation:portrait) {
.related-projects .project .big {
opacity: .5
}
}
.related-projects .project .big .image {
	width: 100%;
	height: 100%;
	background-color: #2b2d2e;
	background-color: var(--grey100);
	transform-origin: 50% 50%;
	will-change: transform, opacity
}
.related-projects .project .small {
	position: absolute;
	right: 5vw;
	bottom: 5vw;
	width: 30vw;
	height: 20vw;
	overflow: hidden;
	will-change: transform
}
.related-projects .project .small .image {
	width: 100%;
	height: 100%;
	opacity: .9;
	background-color: #2b2d2e;
	background-color: var(--grey100);
	will-change: transform
}
.related-projects .project .small .image img {
	opacity: .9
}
.related-services {
	padding: 0;
	height: auto;
	padding: 7.5vw 10vw;
	height: 300vh;
	margin-bottom: 1px
}
@media all and (max-width:1100px) and (orientation:portrait) {
.related-services {
height: auto;
padding: 10vw
}
}
@media all and (min-width:1101px) {
.related-services .service {
height: 100vh;
max-height: calc(100vh - 15.000vw);
will-change: transform
}
.related-services .service .outer {
width: 100vw;
height: 100vh;
max-height: 100vh;
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
overflow: visible;
overflow: initial;
-webkit-clip-path: inset(7.5vw 10vw);
clip-path: inset(7.5vw 10vw)
}
.related-services .service .outer .image {
width: 100vw;
height: 100vh;
max-height: 100vh;
transform: translateX(-50%) translateY(-50%) scale(.9);
top: 50%;
left: 50%;
opacity: 1;
will-change: transform
}
.related-services .service .center {
width: 70vw
}
.related-services .service .headline .line .word {
y: '0%'
}
.related-services .service .bottom {
bottom: 5vw;
width: 20vw;
text-align: center
}
@media all and (max-width:1100px) and (orientation:portrait) {
.related-services .service .bottom {
width: 26vw
}
}
.related-services .service .scrolling {
color: #fff;
color: var(--white)
}
.related-services .service .scrolling .stroke {
display: block;
position: relative;
width: calc(100% - 10vw);
height: 2px;
background-color: rgba(255, 255, 255, .5);
margin: auto;
margin-top: 1.25vw
}
.related-services .service .scrolling .stroke span {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
background-color: var(--white);
transform: scaleX(0);
will-change: transform
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component--video-simple {
margin-bottom: 10vw
}
}
.component--video-simple.--wide {
	height: 100vh;
	padding: 0
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component--video-simple.--wide {
height: auto;
padding: 10vw 0
}
}
.component--video-simple.--wide .container {
	width: 100%;
	height: 100%
}
.component--video-simple.--wide .video {
	width: 100%;
	height: 100%
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component--video-simple.--wide .video {
position: relative;
width: 100%;
height: auto
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component--video-simple.--wide .video__player {
position: relative;
display: block;
width: 100%;
height: auto
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component--video-simple.--wide .video__player video {
position: relative;
width: 100%;
height: auto;
transform: none;
top: auto;
top: initial;
left: auto;
left: initial
}
}
.component--video-simple.--center .video {
	width: 70vw;
	margin: auto
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component--video-simple.--center .video {
width: 80vw
}
}
.component--video-simple.--left .video {
	width: 70vw;
	margin-left: 5vw;
	margin-right: auto
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component--video-simple.--left .video {
width: 80vw
}
}
.component--video-simple.--right .video {
	width: 70vw;
	margin-left: auto;
	margin-right: 5vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.component--video-simple.--right .video {
width: 80vw
}
}
.team {
	height: auto;
	background-color: #d6d2ce;
	background-color: var(--primary500)
}
@media all and (max-width:1100px) and (orientation:portrait) {
.team {
height: auto;
padding: 10vw 0;
background-color: #d6d2ce;
background-color: var(--primary500)
}
}
.team .drag {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	will-change: transform
}
.team .drag__inner {
	width: 240%;
	height: 250vh;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -120%;
	margin-top: -125vh;
	transform: scale(.416, .4);
	will-change: transform
}
.team .drag__inner .columns {
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	will-change: transform
}
.team .drag__inner .columns__item {
	width: 8.33%;
	height: 20%
}
@media all and (max-width:1100px) and (orientation:portrait) {
.team .headline.--big {
color: #2b2d2e;
color: var(--grey100);
margin-bottom: 10vw
}
}
.team .tabs__navigation {
	justify-content: flex-start;
	margin-bottom: 10vw;
	overflow: scroll;
	padding: 0 5vw;
	-ms-overflow-style: none;
	scrollbar-width: none
}
.team .tabs__navigation::-webkit-scrollbar {
display: none
}
.team .tabs__navigation__item {
	margin-right: 5vw
}
.team .tabs__navigation__item .button:before {
	transform: none !important
}
.team .tabs__navigation__item.active .button:before {
	background-color: #2b2d2e;
	background-color: var(--grey100)
}
.team .tabs__navigation__item.active .button .text {
	color: #d6d2ce;
	color: var(--primary500)
}
.team .tabs__content {
	height: 100vw;
	max-height: 700px;
	position: relative
}
.team .tabs__content__item {
	position: absolute;
	width: 100%;
	height: auto
}
.team .draggable {
	width: 90vw;
	margin: auto
}
.team .draggable__inner {
}
.team .draggable__item {
	margin-right: 5vw
}
.team .mask {
	display: block;
	position: absolute;
	width: 1000%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	opacity: 1
}
.team .center {
	position: absolute;
	top: 50vh;
	text-align: center
}
.team .center .headline {
	color: #d6d2ce;
	color: var(--primary500)
}
.team .center .label {
	display: inline-block;
	text-align: center;
	margin-bottom: 1.25vw;
	border-bottom: 1px solid;
	cursor: pointer
}
.team .move {
	position: fixed;
	width: 10vw;
	bottom: 5vw;
	left: 50%;
	transform: translateX(-50%);
	opacity: .0001;
	pointer-events: none;
	text-align: center
}
.team .move .icon {
	display: inline-block;
	font-size: 1.8vw;
	margin-bottom: 1.25vw;
	animation-duration: 3s;
	animation-name: dragAnimation;
	animation-iteration-count: infinite
}
.team .demo {
	position: fixed;
	width: 10vw;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: .0001;
	pointer-events: none;
	display: none
}
@media all and (max-width:1100px) and (orientation:portrait) {
.team .demo {
display: none
}
}
.team .demo .image {
	margin-bottom: 2.5vw;
	background-color: transparent
}
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0)
}
20%, 80% {
transform: translate3d(2px, 0, 0)
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0)
}
40%, 60% {
transform: translate3d(4px, 0, 0)
}
}
.lenis-wheeling .team .closer {
animation: shake .82s cubic-bezier(.36, .07, .19, .97) both
}
@keyframes dragAnimation {
0% {
transform: translate3d(0, 0, 0)
}
15% {
transform: translate3d(100%, 0%, 0)
}
30% {
transform: translate3d(-100%, 0%, 0)
}
45% {
transform: translate3d(0, 0, 0)
}
60% {
transform: translate3d(0%, 50%, 0)
}
85% {
transform: translate3d(0%, -50%, 0)
}
100% {
transform: translate3d(0, 0, 0)
}
}
.dragAnimation {
	animation-name: dragAnimation
}
.form-simple {
	padding-top: 7.5vw;
	padding-bottom: 7.5vw
}
.error-404 {
	height: 100vh;
height: calc(var(--vh) * 100)
}
.error-404 .title {
	font-size: 41.66vw;
	color: #2b2d2e;
	color: var(--grey100);
	font-weight: 700;
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	white-space: nowrap
}
.error-404 .title span {
	width: 15vw;
	height: 100%;
	display: inline-block
}
@media all and (max-width:1100px) and (orientation:portrait) {
.error-404 .title span {
display: none
}
}
.error-404 .info {
	width: 20vw;
	margin-left: 0;
	position: absolute;
	bottom: 7.5vw;
	right: 25vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.error-404 .info {
width: 100%;
padding: 0 15vw;
right: auto
}
}
.home__hero {
	padding: 5vw 0;
	margin-bottom: 10vw
}
.home__hero .scroll {
	position: absolute;
	right: -1.5rem;
	width: 3rem;
	height: auto;
	bottom: 0
}
.home__hero .scroll__label {
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	height: 0
}
.home__hero .scroll__label .label {
	position: absolute;
	transform-origin: 50% 50%;
	transform: translateX(-50%) translateY(-500%) rotate(90deg);
	left: 50%;
	top: 50%
}
.home__hero .scroll__arrow {
	display: block;
	width: 100%
}
.home__hero .scroll__arrow svg {
	width: 100%;
	height: auto;
	fill: var(--color-main)
}
.home__hero .scroll__arrow svg path {
	stroke: var(--color-main) !important
}
.home__content {
	padding: 5vw 0
}
.page__content {
	padding: 15vw 0 10vw
}
@media all and (max-width:1100px) and (orientation:portrait) {
.page__content {
padding: 38vw 0 var(--mobile-size)
}
}
@media all and (max-width:600px) and (orientation:portrait) {
.page__content {
padding: 45vw 0 var(--mobile-size)
}
}
.page__content .title {
	margin-bottom: 2rem
}
.page__content .wysiwyg h2 {
	font-size: 150%
}
.page__content .wysiwyg h3 {
	font-size: 140%
}
.page__content .wysiwyg h4 {
	font-size: 130%
}
.page__content .wysiwyg h5 {
	font-size: 120%
}
.page__content .wysiwyg h6 {
	font-size: 110%
}
.error404 {
}
.label .span2 {
	font-size: 1vw !important;
}
@media all and (max-width:1100px) and (orientation:portrait) {
.label .span2 {
font-size: 3vw !important;
}
}
.fixedratio.about {
--ratio: 50% !important;
}
.project__image .image2 {
	opacity: 1 !important;
}
.amenitiesblock .icon {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 20px;
}
.amenitiesblock .icon img {
	height: 100%;
	width: 100%;
}
.amenitiesblock li {
	list-style: none;
}
.locationBlock .mainbanner {
	width: 100%;
}
.stance-number {
	display: inline-block;
	position: absolute;
	padding: 3px;
	border-radius: 50%;
	transform: scale(1, 1) translate(-50%, -50%);
	cursor: pointer;
transition: transform .3s ease;
}
.stance-number span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 1.125rem;
	height: 1.125rem;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
}
.stance-number:before, .stance-number:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
}
.stance-number.active:before {
	animation: zoomInOut2 2s ease infinite;
}
.stance-number.active:after {
	animation: zoomInOut3 2s ease infinite;
}
.stance-number:before {
	background-color: rgba(255, 255, 255, 0.4);
}
.stance-number:after {
	background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width:767px) {
.stance-number {
padding: 4px;
}
.stance-number span {
width: 1rem;
height: 1rem;
font-size: 10px;
}
}
.stance-number {
	background-color: rgba(255, 255, 255, 0.7);
}
.stance-number.active:before {
	background-color: rgba(255, 255, 255, 0.4);
}
.stance-number.active:after {
	background-color: rgba(255, 255, 255, 0.2);
	background-color: #ffffff1f;
}
.stance-number.active span {
	background-color: rgba(255, 255, 255, 1);
}
.locationtitle {
	font-size: 1em;
	line-height: 1.1;
	text-transform: capitalize;
	width: max-content;
	position: absolute;
	margin-top: -3em;
	margin-left: 0.6em;
	padding: 0.6em;
	background: #d6d2ce;
	color: #232323;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0;
	background-color: #d6d2ce;
	transform: inherit;
	animation: unset;
	z-index: 3;
	display: none;
}
.locationtitle:after {
	content: "";
	display: block;
	border: 7px solid #d6d2ce;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-bottom-color: transparent !important;
	position: absolute;
	left: 50%;
	bottom: -13px;
	margin: 0 -0.5em;
}
.stance-number:hover .locationtitle, .stance-number.active .locationtitle {
	opacity: 1;
	display: block;
}
.stance-number.active {
	z-index: 10;
}
@keyframes zoomInOut2 {
0% {
width: 0;
height: 0;
}
50% {
width: calc(100% + 12px);
height: calc(100% + 12px);
}
100% {
width: 0;
height: 0;
}
}
@keyframes zoomInOut3 {
0% {
width: 0;
height: 0;
}
50% {
width: calc(100% + 24px);
height: calc(100% + 24px);
}
100% {
width: 0;
height: 0;
}
}
@media all and (max-width:1100px) and (orientation:portrait) {
.locationtitle {
font-size: 2em;
line-height: 1;
margin-top: -3em;
margin-left: 0.3em;
padding: 0.6em;
}
}
.label1 {
	background-color: #46484b;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	position: relative;
	height: 26px;
	width: 26px;
	transform: scale(1.5);
}
.label1 svg {
	fill: #fff;
}
.brochure {
	z-index: 1999;
	position: fixed;
	bottom: 1rem;
	left: 2rem;
}
.callback {
	z-index: 1999;
	position: fixed;
	bottom: 6rem;
	left: 2rem;
}
.whatsappbutton {
	z-index: 1999;
	position: fixed;
	bottom: 1rem;
	right: 2rem;
}
.brochuretooltip {
	margin-left: 75px;
	background: #46484b;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	font-size: 1rem;
	position: absolute;
	bottom: 10px;
	width: 150px;
	height: 40px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
@media (max-width:991.98px) {
.callback {
bottom: 12rem;
}
.whatsappbutton {
bottom: 1rem;
}
.brochuretooltip {
font-size: 2.3rem;
position: relative;
bottom: 62px;
left: 36px;
}
}
@media (max-width:767.98px) {
.callback {
bottom: 60px;
}
.brochuretooltip {
font-size: 15px;
position: relative;
bottom: 40px;
left: -11px;
}
.whatsappbutton {
bottom: 6px;
}
}
.brochuretooltip:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 30px 10px 0px;
	border-color: transparent #46484b transparent transparent;
	display: flex;
	vertical-align: middle;
	margin-left: -25px;
	position: absolute;
	left: 7px;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	font-size: 3.2rem;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	display: block;
	padding: 0.2em 1em;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
}
.wpcf7 form.sent .wpcf7-response-output {
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
}
.wpcf7 form.spam .wpcf7-response-output {
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}
form.submitting .wpcf7-spinner {
	visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc;
top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
	opacity: 0;
}
}
.wpcf7 input[type="file"] {
	cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}
.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}
.wpcf7-reflection > output[hidden] {
	display: none;
}
@media all and (max-width:1100px) {
.item .content p {
font-size: 4vw;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
font-size: 3.2rem;
}
}
 @media (max-width:767.98px) {
 .header .logo {
 height: 20vw !important;
top:10px !important;
}
 #scrollUp {
 font-size:14px;
 width: 30px !important;
 height: 30px !important;
 right: 10px !important;
 bottom: 50px !important;
 line-height: 30px !important;
}
 .fixed-header.header .logo-dark img {
height: 70px !important;
}
#menu .trigger {
display:flex !important
}
.section-bg-gap .leaf-one {
position: absolute;
right: 0px;
bottom: 75px !important;
}
.section-bg-gap .leaf-one img {
height:150px;
}
 .about-us .about-intro .leaf-one {
 position: absolute;
 right: 0px;
 top: -75px;
}
 .about-us .about-intro .leaf-one img {
height:150px;
}
 .footer-area .leaf-one {
top: -75px !important;
}
.footer-area .leaf-one img {
height:150px !important;
}
.counter-area .shape-one {
top: -75px !important;
}
.counter-area .shape-one img {
height:150px !important;
}
 #app {
 display: block;
 width: 100%;
 height: auto;
 min-height:  auto !important;
 overflow-x: hidden !important
}
.section-bg-gap {
 min-height: 10vh !important;
 background-image: url(../images/section-bg.jpg);
 background-repeat: no-repeat;
 background-size: 100%;
 background-position: bottom center;
}
.scroll-down {
 bottom:-115px !important;
}
#loader {
 background-color: #dbbda1 !important;
}
}
.scroll-down {
	position: relative;
	width: 100%;
	display: flex;
	bottom:-95px;
	justify-content: center;
	align-items:flex-start;
}
.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}
.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}
 .chevron:nth-child(2) {
 animation: move 3s ease-out 2s infinite;
}
.chevron:before, .chevron:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #fff;
}
.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}
.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}
 @keyframes move {
 25% {
 opacity: 1;
}
 33% {
 opacity: 1;
 transform: translateY(30px);
}
 67% {
 opacity: 1;
 transform: translateY(40px);
}
 100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}
.texts-load {
	display: block;
	margin-top: 70px;
	font-size: 12px;
	color: #511713;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0.25;
	animation: pulse 2s linear alternate infinite;
}
 @keyframes pulse {
 to {
 opacity: 1;
}
}
.pattren-bg {
	background-image: url(../img/bg-texture.html);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

.hubspot {
    background: linear-gradient(90deg, rgba(37, 60, 44, 1) 5%, rgba(69, 104, 84, 1) 57%, rgba(69, 108, 89, 1) 100%);
    margin-top: -140px;
    position: relative;
    border-top: 1px solid #264a24;
}