.landing-background {
	background-image: url('/assets/img/landing/plans_bg.png');
	background-size: 100% auto;
	height: 100vh;
	background-color: #660066;
	background-repeat: no-repeat;
}

.plan-card-border {
	border: 3px solid #cc3333 !important;
}

.plan-corner-radius {
	border-radius: 1.5em !important;
}

.plan-corner-radius-top {
	border-radius: calc(1.5em - 5px) calc(1.5em - 5px) 0 0 !important;
}

.plan-corner-radius-bottom {
	border-radius: 0 0 calc(1.5em - 5px) calc(1.5em - 5px) !important;
}

.plan-red-background {
	background-color: #cc3333;
	margin: -1px
}

.plan-white-background {
	background-color: #fff;
	margin: -1px
}

.plan-card {
	font-family: 'Oxanium';
	line-height: 1;
}

.plan-promo-text {
	font-weight: 800;
}

.plan-pack-text {
	font-size: 2em;
	color: #660066;
}

.plan-pack-type-text {
	font-size: 3em;
	color: #660066;
}

.plan-price-text {
	font-size: 3.5em;
	font-weight: 600;
	color: #660066;
}

.plan-renewal-text {
	font-size: 2em;
	color: #660066;
}