/* TYPOGRAPHY */

html {
	font-family: "sofia-pro", "Sofia Pro", sans-serif;
	font-size: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h0, .h0, h1, .h1, h2, .h2, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "ff-enzo-web", "Enzo OT", sans-serif;
	word-break: normal;
}

.h0, h0 {
	font-size: 7rem;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 16px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h1, h1 {
	margin: 0;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h2, h2 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h3, h3 {
	font-size: 1.7rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h4, h4 {
	font-size: 1.25rem;
	/*line-height: 2;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h5, h5 {
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h6, h6 {
	font-size: .75rem;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.milli {
	font-size: .6rem;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.heroTitle {
	font-size: 10rem;

	letter-spacing: 6px;
	margin-right: -6px;
	word-break: break-word;
}

.altTitle {
	font-family: "sofia-pro", "Sofia Pro", "Helvetica";
	margin-bottom: 0;
	/*line-height: 1.15;*/
	letter-spacing: 0;
}

.splitTitle {
}


.sofia {
	font-family: "sofia-pro", "Sofia Pro", "Helvetica" !important;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

p {
	font-family: "sofia-pro", "Sofia Pro", "Helvetica";
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

li {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: .5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.deca { font-size: 12pt }
.hecto { font-size: 14pt }
.kilo { font-size: 16pt }
.mega { font-size: 18pt }
.giga { font-size: 24pt }
.tera { font-size: 28pt }

.numberCircle {
	display: inline-block;
	border-radius: 50%;
	behavior: url(PIE.htc);
	/* remove if you don't care about IE8 */
	width: 32px;
	height: 32px;
	padding: 8px;
	text-align: center;
}


.thin {
	/*font-family: 'Clan-Thin';*/
	font-weight: 200;
}

.book, .normal, .regular {
	/*font-family: "ff-meta-web-pro";*/
	font-weight: 400;
}

.medium, .bold {
	/*font-family: 'Clan-Medium';*/
	font-weight: 700;
}

/* LINKS */

/* unvisited link */

.3d {
	transform-style: preserve-3d;
	transform: translateZ(120px);
}

a {
	font-weight: 800;
}

a:link {
	text-decoration: none;
	color: inherit;
}

/* visited link */
a:visited {
	text-decoration: none;
	color: inherit;
}

/* mouse over link */
a:hover {
	opacity: .7;
}

/* selected link */
a:active {
	text-decoration: none;
	/*color: blue;*/
}

.activated {
	font-weight: bold !important;
	color: white !important;
}

.logotype-small {
	/*vertical-align: middle;*/
	font-family: "sofia-pro", "Sofia Pro", sans-serif;
	font-weight: 600;
	/*letter-spacing: 2px !important;*/
	font-size: 1.1rem;
}

.logotype {
	font-family: "sofia-pro", "Sofia Pro", sans-serif;
	font-weight: 400;
	/*letter-spacing: 2px !important;*/
}

#nav li {
	line-height: normal;
	list-style: none;
	display: inline;
	justify-content: flex-end;
	font-size: 1rem;
}

a .mark {
	vertical-align: middle;
	transition: opacity ease 400ms;
	width: 26pt;
	height: 26pt;
}

/* unvisited link */
nav a:link {
	color: #ffffff;
}

/* visited link */
nav a:visited {
	color: #ffffff;
}

/* mouse over link */
nav a:hover {
	color: #ffffff;
}

/* selected link */
nav a:active {
	color: #ffffff;
}

/* Lists */
ul {
	list-style-type: circle;
	padding-left: 1.5rem;
}

ol {
	padding-left: 1.5rem;
}


dt {
	padding-top: 2em;
	font-weight: bold;
}

dd {
	-webkit-margin-start: 0;
}

#joinButton a, #authDetectedButton a {
	text-transform: uppercase;
	font-weight: bold !important;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	padding: 8pt 16pt !important;
	border: 2px solid;
	border-radius: 52pt;
	color: white;
	letter-spacing: 1px;
    transition-property: background-color, color, border-color, letter-spacing;
	transition-timing-function: ease;
	transition-duration: .5s;
	text-decoration: none;
}

#joinButton a:hover, #authDetectedButton a:hover {
	background-color: white;
	text-decoration: none;
	color: black !important;
	border-color: white;
	letter-spacing: 2px;
	opacity: 1;
}

#authDetectedButton img {
	height: 24px;
	width: 24px;
	object-fit: contain;
	border-radius: 50%;
	margin: 0;
	margin-right: 10px
}

#joinButtonMobile {
	display: none;
}

.button-reset {
	text-transform: lowercase;
	padding: 0;
	border: none;
	border-color: transparent;
	border-radius: 0;
	text-decoration: none;
	letter-spacing: 0px;
	background-color: transparent;
}

.button-reset:hover {
	background-color: transparent;
}

button, .button {
	font-size: 14pt;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	padding: 8pt 16pt;
	border: 2px solid;
	border-color: white;
	cursor: pointer;

	border-radius: 52pt;
	color: white;
    transition-property: background-color, color, border-color, letter-spacing;
	transition-timing-function: ease-out;
	transition-duration: .4s;
	text-decoration: none;
	letter-spacing: 2px;
}

button:focus, .button:focus {
	outline: 0;
}

button:hover, .button:hover {
	background-color: white;
	color: black;
	border-color: white;
	letter-spacing: 4px;
	opacity: 1;
}

button.buttonWhite, .buttonWhite {
	font-family: "sofia-pro", "Sofia Pro", sans-serif;
	font-size: 16pt;
	text-transform: uppercase;
	background-color: white;

	display: inline-block;
	text-align: center;
	font-weight: 700;
	padding: 12pt 24pt;
	border: 2px solid black;
	border-radius: 52pt;
	color: black;
	letter-spacing: 2px;
	text-decoration: none;

    transition-property: background-color, color, border-color, letter-spacing;
	transition-timing-function: ease-out;
	transition-duration: .4s;
}

button.buttonWhite:hover, .buttonWhite:hover {
	color: white;
	background-color: black;
	border-color: white;
	letter-spacing: 4px;
}

button.buttonBlack, .buttonBlack {
	font-family: "sofia-pro", "Sofia Pro", sans-serif;
	font-size: 16pt;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	padding: 12pt 24pt;
	border: 2px solid black;
	border-radius: 52pt;
	background-color: white;
	color: black;
	letter-spacing: 2px;
	text-decoration: none;
}

button.buttonBlack:hover, .buttonBlack:hover {
	color: white;
	background-color: black;
	border-color: white;
	letter-spacing: 4px;
}

button .secondary, .buttonSecondary {
	font-size: 16pt;
	text-transform: uppercase;
	width: 100%;
	min-height: 52pt;
	font-weight: 700;
}

button .textLink, .textLink {
	font-size: 16pt;
	text-transform: uppercase;
	width: 100%;
	min-height: 52pt;
	font-weight: 700;
}

blockquote {
	padding: 16pt;
	margin: 0;
}

icon {
	font-size: 48pt;
	cursor: pointer;
}

.uppercase {
	text-transform: uppercase;
}

/* xs */
@media (max-width:40em) {
	h1 {
		font-size: 2.15rem;
	}

	p {
		font-size: 1rem;
	}

	a .mark {
		width: 24pt;
		height: 24pt;
	}


	.heroTitle {
		letter-spacing: 4px;
		font-size: 4rem;
		margin-right: -12px;
	}

	.subtitle {
		font-size: 1rem;
	}

	.splitTitle {
		letter-spacing: 16px;
		font-size: 4rem;
		text-align: left;
	}

	#joinButtonMobile {
		display: inline-block;
	}

	button, .button {
		font-size: 12pt;
		padding: 6pt 12pt;
		letter-spacing: 2px;
	}

}

/* sm */
@media (min-width:40em) and (max-width:52em) {
	h1 {
		font-size: 3rem;
	}

	li a {
		font-size: 1.2rem;
		line-height: 1.4em;
		margin-bottom: .5rem;
	}

	.heroTitle {
		letter-spacing: 3px;
		font-size: 5rem;
		margin-right: -6px;
	}

	.subtitle {
		font-size: 1.4rem;
	}

	#joinButtonMobile {
		display: inline-block;
	}

	.splitTitle {
		letter-spacing: 16px;
		font-size: 4rem;
		text-align: left;
	}
}

/* md */
@media (min-width:52em) and (max-width:64em) {
	h1 {
		font-size: 4rem;
	}

	.heroTitle {
		letter-spacing: 4px;
		font-size: 6rem;
		margin-right: -8px;
	}

	.splitTitle {
		letter-spacing: 16px;
		margin-right: -16px;
		font-size: 4rem;
		text-align: left;
	}

}

/* lg */
@media (min-width:64em) and (max-width:76em) {
	html {
		font-size: 100%;
	}

	.splitTitle {
		letter-spacing: 16px;
		font-size: 8rem;
	}

	#joinButtonMobile {
		display: none;
	}
}

/* xl */
@media (min-width:76em) and (max-width:88em) {
	.h0, h0 {
		font-size: 9rem;
		letter-spacing: 24px;
	}
}

/* xxl*/
@media (min-width:88em) {
	.h0, h0 {
		font-size: 10rem;
		letter-spacing: 32px;
	}
}