.mm-theme-typography-display-one
{
	color: #111111;
	font-weight: 700;
	font-style: normal;
	font-size: 76px;
	line-height: 1.1em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-display-two
{
	color: #111111;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	line-height: 1.13em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-display-three
{
	color: #111111;
	font-weight: 700;
	font-style: normal;
	font-size: 48px;
	line-height: 1.16em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-title-one
{
	color: #111111;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	line-height: 1.2em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-title-two
{
	color: #111111;
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	line-height: 1.25em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-title-three
{
	color: #111111;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 1.33em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-title-four
{
	color: #111111;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 1.44em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-subheading-large
{
	color: #575A5D;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 1.4em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-subheading-small
{
	color: #575A5D;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 1.33em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-subheading-extra-small
{
	color: #575A5D;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-paragraph-large
{
	color: #575A5D;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-paragraph-small
{
	color: #575A5D;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1.42em;
	font-family: Inter, sans-serif;
}
.mm-theme-typography-paragraph-extra-small
{
	color: #575A5D;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Inter, sans-serif;
}
.mm-theme-button-primary
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	box-sizing: border-box;
	cursor: pointer;
	transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, text-decoration 150ms ease-in-out;
	user-select: none;
	color: #FFFFFF;
	font-weight: 400;
	font-style: normal;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #111111;
	font-family: Inter, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #111111;
	text-decoration: none;
}
.mm-theme-button-primary:hover
{
	color: #111111;
	background-color: #FFFFFF;
	border-color: #111111;
	text-decoration: none;
}
.mm-theme-button-primary:disabled,
.mm-theme-button-primary[disabled]
{
	cursor: not-allowed;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-color: #CCCCCC;
	text-decoration: none;
}
.mm-theme-button-primary.mm-theme-button-primary__large
{
	font-size: 16px;
	padding-top: 22px;
	padding-right: 38px;
	padding-bottom: 22px;
	padding-left: 38px;
}
.mm-theme-button-primary.mm-theme-button-primary__medium
{
	font-size: 13px;
	padding-top: 19px;
	padding-right: 32px;
	padding-bottom: 19px;
	padding-left: 32px;
}
.mm-theme-button-primary.mm-theme-button-primary__small
{
	font-size: 12px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.mm-theme-button-primary.mm-theme-button-primary__extra-small
{
	font-size: 11px;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
}
.mm-theme-button-secondary
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	box-sizing: border-box;
	cursor: pointer;
	transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, text-decoration 150ms ease-in-out;
	user-select: none;
	color: #111111;
	font-weight: 400;
	font-style: normal;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: transparent;
	font-family: Inter, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #111111;
	text-decoration: none;
}
.mm-theme-button-secondary:hover
{
	color: #FFFFFF;
	background-color: #111111;
	border-color: #111111;
	text-decoration: none;
}
.mm-theme-button-secondary:disabled,
.mm-theme-button-secondary[disabled]
{
	cursor: not-allowed;
	color: #767676;
	background-color: transparent;
	border-color: #898989;
	text-decoration: none;
}
.mm-theme-button-secondary.mm-theme-button-secondary__large
{
	font-size: 16px;
	padding-top: 22px;
	padding-right: 38px;
	padding-bottom: 22px;
	padding-left: 38px;
}
.mm-theme-button-secondary.mm-theme-button-secondary__medium
{
	font-size: 13px;
	padding-top: 19px;
	padding-right: 32px;
	padding-bottom: 19px;
	padding-left: 32px;
}
.mm-theme-button-secondary.mm-theme-button-secondary__small
{
	font-size: 12px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.mm-theme-button-secondary.mm-theme-button-secondary__extra-small
{
	font-size: 11px;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
}
.mm-theme-button-display-link
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	box-sizing: border-box;
	cursor: pointer;
	transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, text-decoration 150ms ease-in-out;
	user-select: none;
	color: #111111;
	font-weight: 700;
	font-style: normal;
	background-color: transparent;
	font-family: Inter, sans-serif;
	border: none;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
.mm-theme-button-display-link:hover
{
	color: #111111;
	background-color: transparent;
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
}
.mm-theme-button-display-link:disabled,
.mm-theme-button-display-link[disabled]
{
	cursor: not-allowed;
	color: #111111;
	background-color: transparent;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
.mm-theme-button-display-link.mm-theme-button-display-link__large
{
	font-size: 16px;
}
.mm-theme-button-display-link.mm-theme-button-display-link__medium
{
	font-size: 13px;
}
.mm-theme-button-display-link.mm-theme-button-display-link__small
{
	font-size: 12px;
}
.mm-theme-button-display-link.mm-theme-button-display-link__extra-small
{
	font-size: 11px;
}
.mm-theme-button-primary-link
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	box-sizing: border-box;
	cursor: pointer;
	transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, text-decoration 150ms ease-in-out;
	user-select: none;
	color: #111111;
	font-weight: 400;
	font-style: normal;
	background-color: transparent;
	font-family: Inter, sans-serif;
	border: none;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
.mm-theme-button-primary-link:hover
{
	color: #111111;
	background-color: transparent;
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
}
.mm-theme-button-primary-link:disabled,
.mm-theme-button-primary-link[disabled]
{
	cursor: not-allowed;
	color: #111111;
	background-color: transparent;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
.mm-theme-button-primary-link.mm-theme-button-primary-link__large
{
	font-size: 16px;
}
.mm-theme-button-primary-link.mm-theme-button-primary-link__medium
{
	font-size: 13px;
}
.mm-theme-button-primary-link.mm-theme-button-primary-link__small
{
	font-size: 12px;
}
.mm-theme-button-primary-link.mm-theme-button-primary-link__extra-small
{
	font-size: 11px;
}
.mm-theme-button-secondary-link
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	box-sizing: border-box;
	cursor: pointer;
	transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, text-decoration 150ms ease-in-out;
	user-select: none;
	color: #575A5D;
	font-weight: 400;
	font-style: normal;
	background-color: transparent;
	font-family: Inter, sans-serif;
	border: none;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
.mm-theme-button-secondary-link:hover
{
	color: #575A5D;
	background-color: transparent;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}
.mm-theme-button-secondary-link:disabled,
.mm-theme-button-secondary-link[disabled]
{
	cursor: not-allowed;
	color: #575A5D;
	background-color: transparent;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
.mm-theme-button-secondary-link.mm-theme-button-secondary-link__large
{
	font-size: 16px;
}
.mm-theme-button-secondary-link.mm-theme-button-secondary-link__medium
{
	font-size: 13px;
}
.mm-theme-button-secondary-link.mm-theme-button-secondary-link__small
{
	font-size: 12px;
}
.mm-theme-button-secondary-link.mm-theme-button-secondary-link__extra-small
{
	font-size: 11px;
}
@media screen and (max-width: 39.999em)
{
	.mm-theme-typography-display-one
	{
		font-size: 32px;
		line-height: 1.25em;
	}
	.mm-theme-typography-display-two
	{
		font-size: 32px;
		line-height: 1.25em;
	}
	.mm-theme-typography-display-three
	{
		font-size: 24px;
		line-height: 1.33em;
	}
	.mm-theme-typography-title-one
	{
		font-size: 24px;
		line-height: 1.33em;
	}
	.mm-theme-typography-title-two
	{
		font-size: 24px;
		line-height: 1.33em;
	}
	.mm-theme-typography-title-three
	{
		font-size: 20px;
		line-height: 1.44em;
	}
	.mm-theme-typography-subheading-large
	{
		font-size: 16px;
		line-height: 1.5em;
	}
	.mm-theme-typography-subheading-small
	{
		font-size: 16px;
		line-height: 1.5em;
	}
	.mm-theme-typography-paragraph-large
	{
		font-size: 14px;
		line-height: 1.42em;
	}
}
@media screen and (max-width: 59.999em)
{
	.mm-theme-typography-display-one
	{
		font-size: 40px;
		line-height: 1.2em;
	}
	.mm-theme-typography-display-two
	{
		font-size: 40px;
		line-height: 1.2em;
	}
	.mm-theme-typography-display-three
	{
		font-size: 32px;
		line-height: 1.25em;
	}
	.mm-theme-typography-title-one
	{
		font-size: 24px;
		line-height: 1.33em;
	}
	.mm-theme-typography-title-two
	{
		font-size: 24px;
		line-height: 1.33em;
	}
	.mm-theme-typography-title-three
	{
		font-size: 20px;
		line-height: 1.44em;
	}
	.mm-theme-typography-subheading-large
	{
		font-size: 18px;
		line-height: 1.33em;
	}
	.mm-theme-typography-subheading-small
	{
		font-size: 16px;
		line-height: 1.5em;
	}
	.mm-theme-typography-paragraph-large
	{
		font-size: 14px;
		line-height: 1.42em;
	}
}
