
@font-face {
  font-family: 'iAWriterMonoV';
  src: url('../font/variable/iAWriterMonoV.ttf')  format('truetype');
  font-style:regular;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../font/variable/WorkSans-Roman-VF.ttf')  format('truetype');
  font-style:regular;
}

body, .body {
  margin: 0;
}

button, .button {
	background-color: transparent; !important;
	border: none;
	margin: 0px;
	padding: 0px;
}

button:focus {
	outline: none;
}


.logo_video {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header {
	height: 100px;
	background-color: #f7f7f7;
	display: flex;
	align-content: center;

	overflow: hidden;
}

.txtlightGrey {
	color: #e8e6e6 !important;
}

.txtWhiteH1 {
	color: rgba(255,255,255, 0.9) !important;
}

.txtWhiteH2 {
	color: rgba(255,255,255, 0.55) !important;
}

.txtWhiteP {
	color: rgba(255,255,255, 0.35) !important;
}

.txtWhiteA {
	color: rgba(255,255,255, 0.55) !important;
}

/* Centered Text in Small VP */
.txtAlignLeft {
	display: inline-grid;
	text-align: center;

	margin: auto;
}

.txtAlignRight {
	order: 2;
	display: inline-grid;
	text-align: center;

	margin: auto;
}

.txtAlignCenter {
	display: inline-grid;
	text-align: center;

	margin: auto;
}

.privateP {
	height: 45vh;
	display: flex;
	align-content: center;

	overflow: hidden;
}

.privateP_BI {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: auto;
}

.commercialP {
	height: 68vh;
	display: flex;
	align-content: center;

	overflow: hidden;
}

.slider {
	position: absolute;
	pointer-events: none; 

	width: 100%;
	max-width: 1440px; 

	height: 68vh;

	display: flex;
	justify-content: space-between;
	align-content: center;

	margin-top: 0px;
}

.alignCommercialImg {
	display: flex;
	align-items: center;
	justify-content: center;
}

.alignCommercialImgRight {
	order: 1;
	flex-direction: row;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.alignCommercialTxt {
	width: 100%;
	flex-wrap: nowrap;
}

.alignCommercialTxtOverview {
	width: 100%;
	display: inline-flex;
	margin: auto;

	flex-direction: column;
}

.alignCommercialLinks {
	width: 100%;

	display: none;
}

.commercialImg {
	height: auto;
	width: 100%;
}

.sliderLeft {
	pointer-events: all;
	align-self: center;
	width: 60px;
	height: 60px;
	
	border-radius: 0px 21px 21px 0px;
	border-color: transparent;
}

.sliderRight {
	pointer-events: all;
	align-self: center;
	width: 60px;
	height: 60px;

	border-radius: 21px 0px 0px 21px;
	border-color: transparent;
}

.sliderImage {  }

a, .a,
p, .p,
h1, .h1,
h2, .h2,
h3, .h3 {	
	font-family: 'Work Sans', Sans-Serif;
	letter-spacing: 0.03em;
	line-height: 120%;
	color: rgba(0,0,0,0.8)
}

h5, .h5 {
	font-family: 'iAWriterMonoV', Sans-Serif;
	font-weight: 800;
	font-size: 34px;
	line-height: 120%;
	color: rgba(0,0,0,0.8)
}

h1, .h1,
h2, .h2,
h3, .h3,
h5, .h5 {	
	margin: 0px 0px 6px 0px !important;
}

h1, .h1 {
	font-weight: 650;
	font-size: 26px;
}

h2, .h2 {
	font-weight: 400;
	font-size: 18px;

	color: rgba(0,0,0,0.4)
}

h3, .h3 {
	font-weight: 450;
	color: rgba(0,0,0,0.8)
}

p, .p {
	font-weight: 600;
	font-style: italic;
	display: block;
	color: rgba(0,0,0,0.8)

	margin-top: 0px !important;
	margin-bottom: 16px !important;
}

a, .a {
	font-weight: 530;
	font-style: italic;
	color: rgba(0,0,0,0.4)
}

/* MEDIUM VP */
@media print, screen and (min-width: 40em) {
	a, .a,
	h1, .h1,
	h2, .h2,
	h3, .h3 {	
		font-family: 'Work Sans';
		line-height: 120%;
	}

	h1, .h1,
	h2, .h2,
	h5, .h5 {	
		/*text-align: left !important;*/
		margin: 0px 0px 6px 20px !important; 
	}

	h1, .h1 {
		font-size: 34px;
	}

	h2, .h2 {
		font-size: 21px;
	}

	a, .a {
		font-size: 16px;
	}

	.commercialP {
		height: 80vh;
	}

	.slider {
		height: 80vh;
	}

	.alignCommercialTxt {
		width: 100%;
		flex-wrap: nowrap;

		display: flex;
		align-items: center;
	}

	.alignCommercialImgRight {
		order: 2;
	}

	.alignCommercialLinks {
		margin: 0px 0px 6px 20px !important; 		
	}

	.txtAlignLeft {
		text-align: left;
	}

	.txtAlignRight {
		order: 1;
		text-align: right;
	}
}


}


/* LARGE VP */
@media print, screen and (min-width: 64em) { 


}
















