
html {
	margin: 0 !important;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: pointer;
}

body {
	line-height: 1.4;
	overflow-wrap: break-word;
}

.pricing-card {
	border: 0 1px 4px rgba(0, 0, 0, .6);
	border-radius: 20px;
	width: 300px;
	box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, .2);
}

.pricing-card__heading {
	margin-bottom: 0;
	color: #fff;
	padding: .7rem;
	text-align: center;
}

h3 {
	color: #333;
	font-size: 24px;
	letter-spacing: 1px;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	text-align: center;
}

h4 {
	font-size: 35px;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	margin: 0 0 1.4rem;
}

p {
	margin: 0 0 1.4rem;
	font-size: 1rem;
}

.card--light {
	color: #071110;
	padding: 1.4rem;
}

.pricing-card__price {
	text-align: center;
}

ul, li {
	margin: .7rem;
}

.pricing-card__list {
	font-size: 16px;
	font-family: sans-serif;
	list-style: disc;
	height: 250px;
	line-height: 2em;
}

.button {
	border: 1px solid #0a0a0a;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	background-color: #0a0a0a;
	border-radius: 10px;
	color: #fff;
	fill: #fff;
	font-size: 16px;
	text-transform: none;
	padding: 19px 40px 19px 40px;
	line-height: 1.15;
}

.button:active, .button:focus, .button:hover, button:active, button:focus, button:hover {
	border: 1px solid #409eff;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	background-color: #409eff;
	color: #fff;
	fill: #fff;
}

.button, .hs-button, button {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	text-align: center;
	transition: color .15s linear;
	white-space: normal;
}

.row-fluid {
	text-align: center;
}

.row-fluid h2 {
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	color: #071110;
	text-transform: none;
	line-height: 3.75rem;
	margin: 0 0 1.4rem;
}

.row-fluid a {
	font-weight: 400;
	text-decoration: underline;
	font-family: Inter, sans-serif;
	font-style: normal;
	color: #409eff;
}
