<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button-outlined a:hover {
	color: #fff;
    background-color: #b5202b;
    border-color: #b5202b;
}

.arrow-button a::after {
	content: '';
    display: block;
    background: url(/images/arrow-red.svg) center no-repeat;
    margin-left: 0.75rem;
    width: 38px;
    height: 20px;
    background-size: cover;
    z-index: 2;
    transition: all 0.2s ease-in;
}

.arrow-button a:hover::after {
    background: url(/images/arrow-black.svg) center no-repeat;
    background-size: cover;
    transform: translate(0.5rem,0);
}

/**umb_name:Paragraph*/
.paragraph {
	font-family: "neusa-next-std", system-ui, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	margin: 0 0 0.5rem;
	display: block;
}

/**umb_name:Heading 2*/
.heading-two {
	text-transform: uppercase;
	font-size: 3.125rem;
	line-height: 0.8;
	font-family: "kaneda-gothic", sans-serif;
	margin: 0 0 1rem;
	display: block;
	text-wrap: balance;
}

/**umb_name:Heading 3*/
.heading-three {
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 0.9;
	font-family: "kaneda-gothic", sans-serif;
	margin: 0 0 1rem;
	display: block;
	text-wrap: balance;
}

/**umb_name:Heading 4*/
.heading-four {
	font-family: "neusa-next-std-compact", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	color: #4E4E4E;
	margin-bottom: 0.5rem;
	display: block;
	line-height: 1;
	text-wrap: balance;
}

/**umb_name:Outlined Button*/
.button-outlined a {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	min-height: auto;
	width: auto;
	padding: 0.95rem 2rem;
	font-family: "kaneda-gothic", Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 1px;
	transition: all 0.3s ease-out;
	outline: none !important;
	cursor: pointer;
	line-height: 1;
	white-space: nowrap;
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
	width: fit-content;
	text-decoration: none;
}

/**umb_name:Arrow Button*/
.arrow-button a {
	font-family: "kaneda-gothic", sans-serif;
	line-height: 1;
	text-transform: uppercase;
	font-size: 1.5rem;
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
}

@media screen and (min-width: 1024px) {

.heading-two {
	font-size: 6.125rem;
}

.heading-three {
	font-size: 3.5rem;
}
}</pre></body></html>