/**
 * Base
 */

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}

body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: "Neue Haas Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page {
	width: 100%;
	padding-top: 25vh;
	padding-top: 25dvh;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
	max-width: 100%;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(188, 188, 188, 1);
	border: 0;
	height: 1px;
	display: block;
	margin-bottom: 1.2rem;
}

.content img {
	margin-bottom: 0;
}

p {
	margin: 0 0 1.2rem 0;
}

p:last-child {
	margin-bottom: 1.2rem;
}

bodycopy p.asterism {
	text-align: center;
	letter-spacing: 0.3em;
	margin-top: 1.2rem;
}

/**
 * CTA Button
 */

.cta-button {
	background-color: rgb(58, 67, 109);
	color: white;
	border: none;
	border-radius: 12px;
	padding: 20px 40px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: rgb(29, 31, 41);
	font-family: "Neue Haas Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(29, 31, 41);
	padding-bottom: 0em;
	text-decoration: underline;
}

[data-predefined-style="true"] bodycopy a:hover {
	color: rgb(125, 125, 125);
}

[data-predefined-style="true"] h1 {
	font-family: "Diatype Variable", -apple-system, sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 3.9rem;
	line-height: 1;
	color: rgb(58, 67, 109);
	letter-spacing: -.0175em;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
	color: rgb(23, 127, 245);
	border-bottom: 0;
}

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", -apple-system, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgb(29, 31, 41);
	line-height: 1.3;
	letter-spacing: 0.01em;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h2 a {
	color: rgb(23, 127, 245);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.3;
	font-family: "Diatype Variable", -apple-system, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: rgb(23, 127, 245);
	border-bottom-width: 0em;
	text-decoration: none;
}

/**
 * Layout
 */

[data-css-preset] .page {
	background-color: initial;
}

[data-css-preset] .container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255);
}

[data-css-preset] .container_width {
	width: 38%;
}

[data-css-preset] .content_padding {
	padding-top: 1.7rem;
	padding-bottom: 1.7rem;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
}

/**
 * Mobile
 */

@media (max-width: 900px) {
	[data-css-preset] .container_width {
		width: 100%;
	}
}
