:root {
	interpolate-size: allow-keywords;
	min-height: 100vh;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	background: #F8FAFC;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
	color: #131C2E;
}

main {
	flex: 1;
}

h1 {
	font-family: 'Unbounded', sans-serif;
	font-size: 56px;
	line-height: 130%;
	font-weight: 400;
}

h2 {
	font-family: 'Unbounded', sans-serif;
	font-size: 32px;
	line-height: 140%;
	font-weight: 500;
}

h3 {
	font-size: 20px;
	line-height: 140%;
	font-weight: 600;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 140%;
	font-weight: 600;
}

@media (max-width: 1440px) {
	h2 {
		font-size: 24px;
		font-weight: 500;
	}

	h4 {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 16px;
	}
}

@media (max-width: 600px) {
	.container {
		padding: 0 16px;
	}
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--color-link);
	text-decoration: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

.skip-link:focus {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 999;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 20px;
	clip-path: none;
	background: var(--color-white);
	border-radius: var(--radius-md);
}

.container {
	max-width: var(--container);
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}

@media (max-width: 1440px) {
	.container {
        max-width: 1360px;
	}
}

@media (max-width: 768px){
	.container{
		padding: 0 16px;
	}
}

@media (max-width: 600px) {
	.container {
		padding: 0 16px;
	}
}

.entry__content {
	--content-gutter: 40px;

	padding: 0 var(--content-gutter);
}

.entry__content > * {
	max-width: calc(var(--container) - var(--content-gutter) * 2);
	margin-top: 0;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}

.entry__content > h2 {
	margin-top: 56px;
}

.entry__content > h3 {
	margin-top: 40px;
}

.entry__content > h4 {
	margin-top: 32px;
	margin-bottom: 16px;
}

.entry__content > section {
	max-width: none;
	margin-left: calc(var(--content-gutter) * -1);
	margin-right: calc(var(--content-gutter) * -1);
	margin-bottom: 0;
}

.entry__content > *:last-child {
	margin-bottom: 0;
}

.single-post .wp-block-paragraph {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	color: #3B455A;
}

.single-post .wp-block-paragraph strong {
	font-weight: 600;
}

.single-post .wp-block-paragraph:last-child {
	margin-bottom: 0;
}

.wp-block-list {
	margin: 12px auto 24px;
	padding: 0;
	list-style: none;
}

.wp-block-list li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	color: #3B455A;
}

.wp-block-list li:last-child {
	margin-bottom: 0;
}

.wp-block-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #87CF00;
}

.wp-block-table {
	margin: 24px auto;
	overflow: hidden;
	border: 1px solid #C0CBDA;
	border-radius: 8px;
}

.wp-block-table table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;

	font-size: 14px;
	line-height: 1.4;
	color: #59657A;
}

.wp-block-table thead {
	border-bottom: 1px solid;
}

.wp-block-table th,
.wp-block-table td {
	padding: 12px 20px;
	border: 0;
	border-right: 1px solid #C0CBDA;
	border-bottom: 1px solid #C0CBDA;
	text-align: left;
	vertical-align: middle;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	color: #3B455A;
}

.wp-block-table th:last-child,
.wp-block-table td:last-child {
	border-right: 0;
}

.wp-block-table tbody tr:last-child td {
	border-bottom: 0;
}

.wp-block-table th {
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	color: #131C2E;
	text-align: center;
}

.wp-block-table th,
.wp-block-table td {
	width: 50%;
}

.single-post-inner {
	max-width: 1386px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.single-post-inner {
		max-width: 926px;
	}

	.single-post .wp-block-paragraph {
		font-size: 16px;
	}

	.wp-block-list li {
		font-size: 16px;
	}

	.wp-block-table th {
		font-size: 16px;
	}

	.wp-block-table th, .wp-block-table td {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.entry__content {
		--content-gutter: 24px;
	}
}

@media (max-width: 600px) {
	.entry__content {
		--content-gutter: 16px;
	}

	.entry__content > h2 {
		margin-top: 40px;
	}

	.single-post .wp-block-paragraph {
		font-size: 14px;
	}

	.wp-block-list li {
		font-size: 14px;
	}

	.wp-block-table th,
	.wp-block-table td {
		font-size: 14px;
	}
}

.index-hero {
	padding: 100px 0;
}