<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TAG Heuer Apax font - testing purpose
@font-face {
    font-display: swap;
    font-family: Apax-TAG-Heuer;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.tagheuer.com/on/demandware.static/Sites-TAG_IT-Site/-/it_IT/v1708703638849/fonts/otf/Apax-TAG-Heuer-Regular.otf) format("opentype"),url(https://www.tagheuer.com/on/demandware.static/Sites-TAG_IT-Site/-/it_IT/v1708703638849/fonts/ttf/Apax-TAG-Heuer-Regular.ttf) format("truetype"),url(https://www.tagheuer.com/on/demandware.static/Sites-TAG_IT-Site/-/it_IT/v1708703638849/fonts/woff/Apax-TAG-Heuer-Regular.woff) format("woff"),url(https://www.tagheuer.com/on/demandware.static/Sites-TAG_IT-Site/-/it_IT/v1708703638849/fonts/woff2/Apax-TAG-Heuer-Regular.woff2) format("woff2")
}
*/
#ch2_application-canvas {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0px !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 500;
}

#ch2_controls-container {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: auto;
	display: inline-flex;
	flex-direction: column;
	margin: 10px;
	z-index: 1000;
}

#ch2_controls-container &gt; button {
	width: 40px;
	height: 40px;
	background-color: #f2f2f2;
	color: white;
	border-radius: 50%;
	border: none;
	outline: none;
	margin: 5px auto;
	z-index: 1000;
	cursor: pointer;
}

#ch2_screenshot-btn {
	position: absolute;
	bottom: 15px;
	left: 10px;
	width: 40px;
	height: 40px;
	background-color: #f2f2f2;
	color: white;
	border-radius: 50%;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 1000;
}

.ch2_fullscreen {
	width: 100vw !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
}

@media (max-width: 768px) {
	@supports (height: calc(100% - env(safe-area-inset-bottom))) {
		.ch2_fullscreen {
			height: calc(100% - env(safe-area-inset-bottom)) !important;
		}
	}
}

#ch2_application-canvas:focus {
	outline: none;
}

#ch2_splash-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f2f2f2;
	z-index: 1000;
}

#ch2_splash {
	position: absolute;
	width: 264px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#ch2_loading-logo {
	width: 40%;
}

#ch2_instruction-wrapper {
	margin-top: 20px;
}

#ch2_instruction-text {
	font-family: 'Apax-TAG-Heuer';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

#ch2_progress-bar-container {
	margin: 10px auto 0 auto;
	height: 2px;
	width: 100%;
	background-color: grey;
}

#ch2_progress-bar {
	width: 0%;
	height: 100%;
	background-color: black;
}

@media (max-width: 480px) {
	#ch2_splash {
		width: 170px;
	}
}

#ch2_error-container {
	background-color: #1d292c;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#ch2_error-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#ch2_error-message {
	color: white;
}

#ch2_error-message a {
	color: #c9ac6e;
}

</pre></body></html>