.content {
	position: relative;
	color: #202020;
	font-weight: 400;
}

.content p {
	margin-bottom: 25px;
	font-size: 1.25rem;
	line-height: 1.6;
}

.content strong {
	font-weight: 500;
}

.content a {
	color: #008DF4;
	font-weight: 400;
}

.content a:hover {
	text-decoration: underline;
}

.content a:visited {
	color: #008DF4;
}

.content h2, 
.content h3,
.content h4 {
	margin: 25px 0;
	font-weight: 500;
	line-height: 1.06;
	color: #0F0F0F;
}

.content h2 {
	font-size: 1.75rem;
}

.content h3 {
	font-size: 1.5rem;
}

.content h4 {
	font-size: 1.25rem;
}

.content .wp-block-embed-youtube,
.content .wp-block-image {
	margin: 30px 0;
}

.content .wp-block-image amp-img {
	min-width: 100%;
}

.content .wp-block-image amp-img img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.content .wp-block-embed-youtube figcaption,
.content .wp-block-image figcaption {
	line-height: 1.2;
	text-align: center;
	font-weight: 400;
	color: #515151;
	padding: 0 40px;
}

.content .wp-block-quote {
    margin: 30px 0;
	color: #008DF4;
	position: relative;
}

.content .wp-block-quote p {
    margin-bottom: 0;
    margin-top: 24px;
    font-size: 1.25rem;
	padding-left: 45px;
}

.content .wp-block-quote cite {
    display: block;
    font-size: 1.25rem;
	font-style: normal;
	color: #515151;
	padding-left: 45px;
}

.content .wp-block-quote cite:before {
	content: "- ";

}

.content .wp-block-quote p:before {
    content: "";
    display: block;
    background-image: url(../../assets/quote.svg);
    height: 30px;
    width: 35px;
    margin: 0 auto;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}

.content amp-carousel {
	margin: 30px 0;
}

.content amp-carousel span {
	background-color: #0d487c;
    font-weight: normal;
}

.content ul,
.content ol {
	padding: 0;
    margin: 0 0 20px;
	list-style: none;
	font-size: 1.25rem;
	line-height: 1.6;
	color: #202020;
}

.content ul li,
.content ol li {
    position: relative;
	margin-bottom: 20px;
	padding-left: 24px;
}

.content ul li:before {
	content: "";
    position: absolute;
    display: inline-block;
    top: calc(1rem - 3.5px);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(300deg, rgba(122,30,161,1) 0%, rgba(72,228,255,1) 100%);
}

.content ol {
	counter-reset: li;
}

.content ol li {
	counter-increment: li;
}

.content ol li:before { 
	content: counter(li) ".";
	position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    font-weight: 500;
	color: #008DF4;
}

.content .wp-block-button {
	margin: 30px 0;
	max-width: 232px;
}

.content .wp-block-button a {
	display: inline-block;
    padding: 9px 18px;
	border-radius: 0px;
	font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
	transition: 250ms ease-out;
	min-width: 136px;
}

.content .wp-block-button a:not(.has-text-color),
.content .wp-block-button a:not(.has-background) {
    background-color: #008DF4;
    border: 2px solid #008DF4;
    color: #FFFFFF;
}

.content .wp-block-button a:hover:not(.has-text-color),
.content .wp-block-button a:hover:not(.has-background) {
	background: #fff radial-gradient(circle,transparent 1%,#fff 1%) center/15000%;
	color: #008DF4;
}

.content .wp-block-button a:active:not(.has-text-color),
.content .wp-block-button a:active:not(.has-background) {
    background-color: #008DF4;
    background-size: 100%;
    transition: background 0s;
}

.content .wp-block-button.is-style-outline a:not(.has-text-color):hover,
.content .wp-block-button.is-style-outline a:not(.has-background)  {
	background: transparent;
	border: 2px solid #008DF4;
	box-shadow: none;
	color: #008DF4;
	font-weight: 500;
}

.content .wp-block-button.is-style-outline a:hover:not(.has-text-color):hover,
.content .wp-block-button.is-style-outline a:hover:not(.has-background)  {
	background: #008DF4 radial-gradient(circle, transparent 1%, #008DF4 1%) center/15000%;
	color: #FFFFFF;
}

.content .wp-block-table {
	display: block;
	margin: 30px -24px;
    padding: 0 24px;
	overflow-x: auto;
	text-align: center;
    border-spacing: 0;
    box-sizing: border-box;
    font-size: 1,25rem;
    color: #092F51;
}

.content .wp-block-table tbody {
	border-collapse: collapse;
	display: inline-block;
	overflow: hidden;
}

.content .wp-block-table tr:first-of-type {
	background-color: #B7DFFC;
	border: 1px solid #C1C1C1;
	color: #0F0F0F;
}

.content .wp-block-table tr:first-of-type td {
	border-right: 1px solid #C1C1C1;
}

.content .wp-block-table tr:first-of-type td:last-child {
	border-right: 1px solid #C1C1C1;
}

.content .wp-block-table tr:not(:first-of-type) {
	border: 1px solid #C1C1C1;
	color: #515151;
}

.content .wp-block-table tr:not(:first-child) td {
	border: 1px solid #C1C1C1;
}

.content .wp-block-table tr > td {
	padding: 20px;
	box-sizing: border-box;
	min-width: 212px;
}

@media(min-width: 768px) {
	.content .wp-block-quote,
	.content .wp-block-table,
	.content .wp-block-embed-youtube,
	.content .wp-block-image,
	.content amp-carousel {
		margin: 50px 0;
	}

	.content .wp-block-quote,
	.content .wp-block-embed-youtube,
	.content .wp-block-image,
	.content amp-carousel {
		max-width: 856px;
		margin-right: auto;
		margin-left: auto;
	}

	.content h2, 
	.content h3,
	.content h4 {
		margin: 40px 0;
	}

	.content .wp-block-image amp-img {
	    height: 343px;
	}

	.content .wp-block-table {
		padding: 0;
	}

	.content .wp-block-table tr > td {
		min-width: 161px;
	}

	.content .wp-block-quote p,
	.content .wp-block-quote cite {
		padding-left: 80px;
		max-width: 526px;
	}

	.content .wp-block-quote p:before {
		top: 5px;
		left: 30px;
	}

	.content .wp-block-embed-youtube figcaption,
	.content .wp-block-image figcaption {
		margin-top: 20px;
	}
}