@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Orbitron:wght@400..900&display=swap');

.showChat #chatWindow,
.showChat #contactWrapper,
.showChat #dom_overlay_container,
.showChat #chat-body{
    position: fixed !important;
    width: 100vw !important;
	max-width: 600px !important;
	height: 100vh !important;
	max-height: 100vh !important;
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
}

@property --canvasScale {
	syntax: '<number>';
	initial-value: 1;
}

@property --c1 {
	syntax: '<color>';
	inherits: false;
	initial-value: rgba(0, 0, 0, 0.9);
}

@property --c2 {
	syntax: '<color>';
	inherits: false;
	initial-value: rgba(0, 0, 0, 0.7);
}

#currentSubtitle {
	position: absolute;
	right: 0;
	bottom: -1%;
	left: 0;
	align-content: center;
	opacity: 1;
	z-index: 1000;
	animation-duration: 3s;
	animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	animation-iteration-count: 1;
	animation-name: fadeInOpacity;
	margin-inline: auto;
	background: linear-gradient(to top, var(--c1) 0%, var(--c2) 50%, transparent 100%);
	background-size: 100% 100%;
	padding: calc(40px * var(--canvasScale)) 0 calc(20px * var(--canvasScale));
	width: 100%;
	pointer-events: none;
	color: #fff;
	font-weight: 900;
	font-size: calc(20pt * var(--canvasScale));
	font-family: 'Lato', sans-serif;
	text-align: center;
}

@keyframes fadeInOpacity {
	0% {
		--c1: rgba(0, 0, 0, 0);
		--c2: rgba(0, 0, 0, 0);
	}

	100% {
		--c1: rgba(0, 0, 0, 0.9);
		--c2: rgba(0, 0, 0, 0.7);
	}
}

.ml7 {
	position: relative;
	text-align: center;
}

.ml7 .text-wrapper {
	display: inline-block;
	position: relative;
	max-width: 85%;
}

.ml7 .words {
	display: inline-block;
}

.ml7 .word {
	display: inline-block;
	white-space: nowrap;
	/* Prevents word splitting */
}

.ml7 .letter {
	display: inline-block;
	opacity: 0;
}




video {
	position: fixed;
	top: 0;
	left: 0;
	mix-blend-mode: screen;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	pointer-events: none;
}


.showChat #chatWindow,
.showChat #contactWrapper,
.showChat #dom_overlay_container,
.showChat #chat-body{
    position: fixed !important;
    width: 100vw !important;
	max-width: 600px !important;
	height: 100vh !important;
	max-height: 100vh !important;
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
}

video {
	position: fixed;
	top: 0;
	left: 0;
	mix-blend-mode: screen;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	pointer-events: none;
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Lato-Regular.woff') format('woff');
	font-family: 'Lato';
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Lato-Light.woff') format('woff');
	font-family: 'Lato Light';
}

@font-face {
	font-style: bold;
	font-weight: bold;
	src: url('../fonts/Lato-Bold.woff') format('woff');
	font-family: 'Lato';
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Lato-Black.woff') format('woff');
	font-family: 'Lato Black';
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Lato-Bold.woff') format('woff');
	font-family: 'LatoBold';
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Lato-Black.woff') format('woff');
	font-family: 'LatoBlack';
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Lato-Hairline.woff') format('woff');
	font-family: 'Lato Hairline';
}

@font-face {
	font-style: italic;
	font-weight: italic;
	src: url('../fonts/Lato-LightItalic.woff') format('woff');
	font-family: 'Lato Light';
}