.loyalty_inner {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	text-align: center;
	width: 100%;
}

.loyalty_row {
	display: grid;
	position: relative;
}

.loyalty_col {
	position: relative;
	text-align: center;
}

.loyalty_inner a {
	display: inline-block !important;
	text-decoration: none;
}

.loyalty_cta {
	background-color: #c62774;
	border: 1px solid #c62774;
	border-radius: 40px;
	box-sizing: border-box;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: clamp(0.75rem, 1vw, 1rem);
	margin-left: clamp(0.25rem, 0.625vw, 0.5rem);
	margin-right: clamp(0.25rem, 0.625vw, 0.5rem);
	margin-top: clamp(0.75rem, 1vw, 1rem);
	min-width: 160px;
	padding: clamp(0.75rem, 1.25vw, 1rem);
	text-align: center;
	text-transform: uppercase;
	transition: background 0.2s ease-in-out,
		color 0.2s ease-in-out;
}

.loyalty_cta:hover {
	background-color: transparent;
	border: 1px solid #c62774;
	color: #c62774;
	transition: all 0.2s ease-in-out;
}