/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * finalsix:
 *   - http://typekit.com/eulas/00000000000000007735ea3e
 *   - http://typekit.com/eulas/00000000000000007735ea41
 *   - http://typekit.com/eulas/00000000000000007735ea45
 *
 * © 2009-2024 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2024-09-03 07:03:41 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=mwz0vdj&ht=tk&f=47586.47588.47592&a=1085089&app=typekit&e=css");

@font-face {
font-family:"finalsix";
src:url("https://use.typekit.net/af/e63e94/00000000000000007735ea3e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/e63e94/00000000000000007735ea3e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/e63e94/00000000000000007735ea3e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:200;font-stretch:normal;
}

@font-face {
font-family:"finalsix";
src:url("https://use.typekit.net/af/5b483d/00000000000000007735ea41/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/5b483d/00000000000000007735ea41/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/5b483d/00000000000000007735ea41/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"finalsix";
src:url("https://use.typekit.net/af/179ce8/00000000000000007735ea45/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/179ce8/00000000000000007735ea45/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/179ce8/00000000000000007735ea45/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}

/*
 * Typekit end
*/

p {
	padding-top: 1rem;
	font-family: "finalsix",sans-serif;
	font-size: 1rem;
}

h1 {
	font-family: "finalsix",sans-serif;
	font-weight: light;
	font-size: 4rem;
}

h2 {
	font-family: "finalsix",sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
}

#container {
	min-height: 100vh;
	max-width: 1920px;
	margin: 0 auto;
	background-image: url("../gfx/desktop_bg.jpg");
	background-position-x: left;
	background-position-y: bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

.header {
	padding-top: 20vh;
}

.main {
	max-width: 800px;
	margin: 0 auto;
}

.logo-welcome {
	width: 200px;
}

@media (max-width: 768px) {
	.header {
		padding-top: 5vh;
	}
}