body {
	margin: 0;
	font-family: 'dm-sans', sans-serif;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #222;
	overflow-x: hidden;
	box-sizing: border-box;
}

p, li, input {
	font-family: 'dm-sans', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

article {
	max-width: 50rem;
	margin: auto;
	padding: 2rem;
	padding-top: 6rem;
}

h1, h2, h3 {
	font-family: 'obviously-variable', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 4rem;
	line-height: 4rem;
	color: #ed3a95;
	text-transform: uppercase;
}

h2 {
	font-size: 2rem;
	line-height: 2rem;
	background-color: #469bff;
	color: white;
	display: inline-block;
	padding: 0.5rem;
	margin-bottom: 0;
}

h3:not(.signup h3) {
	font-size: 2rem;
	line-height: 2rem;
	background-color: #ed3a95;
	color: white;
	display: inline-block;
	padding: 0.5rem;
	margin-bottom: 0;
}

.tint {
	background-color: #ed3a95;
	color: white;
}

.tint h1, .tint h2 {
	color: white;
}

.signup {
	padding: 2rem;
}

.signup h2, 
.signup .action_info_user, 
.signup #logo_wrap, 
.signup .can_thank_you-block, 
.signup h4, 
.signup .international_link-wrap,
.signup .ajax-loading,
.signup .country_drop_wrap {
	display: none;
}

.signup ul {
	padding: 0;
}

.signup li {
	list-style-type: none;
}

.signup .floatlabel-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.signup input[type=text], .signup input[type=email] {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid white;
	color: white;
	margin-bottom: 1rem;
}

.signup input::placeholder {
	opacity: 0;
}

.signup input[type=submit] {
	background-color: white;
	color: black;
	border-radius: 10px;
	font-size: 1.5rem;
	padding: 0.5rem 1rem;
	border: none;
	display: block;
	width: 100%;
	margin-top: 1rem;
}

.signup-inner {
	width: 500px;
	max-width: 100%;
	margin: auto;
}

footer {
	text-align: center;
	padding-bottom: 0;
}

a {
	color: #222;
	text-decoration-color: #469bff;
	text-decoration-thickness: 2px;
}

.tint a {
	color: white;
}

.logo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1rem;
	align-items: center;
	justify-items: center;
}

footer svg {
	width: 50px;
	height: 50px;
	fill: white;
	margin-left: 1rem;
	margin-right: 1rem;
}

@media (max-width: 1000px) {
	h1 {
		font-size: 2rem;
		line-height: 2rem;
	}
	h2, h3 {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.signup .floatlabel-wrapper {
		grid-template-columns: 1fr;
	}
	.logo-grid {
		grid-template-columns: 1fr 1fr;
	}
}


:where(.wp-block-columns) {
	margin-bottom: 0 !important;
}

.page-id-76 article h2 {
	display: block;
	margin-left: -2rem;
	font-size: 1rem;
	padding: 0.25rem;
	padding-left: 1rem;
	text-transform: uppercase;
	margin-top: 3rem;
}

.page-id-76 article {
	border-left: 5px solid #469bff;
}

svg#menu-icon {
	cursor: pointer;
}

@media (min-width: 1000px) {
	svg#menu-icon {
		width: 50px;
		height: 50px;
	}
}

#mobile-menu {
	position: fixed;
	top: 0;
	right: -600px;
	width: 500px;
	max-width: 100%;
	height: 100%;
	background-color: #ed3a95;
	color: white;
	padding-top: 5rem;
	transition: right 0.5s;
	z-index: 98;
	border-left: 5px solid white;
}

#mobile-menu.opened {
	right: 0;
}

.mobile-menu-inner {
	padding: 5rem;
}

.mobile-menu-inner ul {
	list-style-type: none;
}

.mobile-menu-inner li a {
	color: white;
	line-height: 3rem;
}