
section {
	margin-block: 100px;
}

@media screen and (max-width: 992px) {
	section {
		margin-block: 64px;
	}
}

section.grey {
	background-color: #f4f5f7;
	margin: 0;
	padding-block: 100px;
}

@media screen and (max-width: 992px) {
	section.grey {
		padding-block: 64px;
	}
}

@media screen and (max-width: 460px) {
	section.grey {
		padding-block: 40px;
	}
}

.section-container {
	max-width: 1366px;
	padding-inline: 25px;
	margin-inline: auto;
}

@media screen and (max-width: 576px) {
	.section-container {
		padding-inline: 16px;
	}
}

.eyebrow {
	color: #30466d;
	font-weight: 700;
	font-size: 12px;
	line-height: 110%;
	letter-spacing: 9.5%;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 16px;
}

p {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 176%;
	color: #5e5e5e;
}

p strong {
	color: #30466d;
}

p a {
	color: #30466d;
	font-weight: 700;
}

p a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-size: 40px;
	line-height: 47px;
	font-weight: 300;
	color: #424242;
	margin: 0;
}

h1 span, h2 span {
	color: #30466d;
	font-weight: 700;
}

@media screen and (max-width: 992px) {
	h1 br, h2 br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	h1, h2 {
		font-size: 32px;
		line-height: 120%;
	}
}

h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0;
	color: #30466d;
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 18px;
	}
}

a.button {
	max-width: -moz-fit-content;
	max-width: fit-content;
	min-height: 39px;
	padding: 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	gap: 20px;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: 9.5%;
	vertical-align: middle;
	text-transform: uppercase;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

a.button-primary {
	background-color: #30466d;
	border-color: #30466d;
	color: #fff;
}

a.button-primary:hover {
	background-color: #142c56;
}

a.button-secondary {
	background-color: transparent;
	border-color: #30466d;
	color: #30466d;
}

a.button-secondary:hover {
	background-color: #30466d;
	color: #fff;
}

a.button.cta-button {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	flex-shrink: 0;
}

a.button.cta-button:hover {
	background-color: #fff;
	color: #30466d;
}

.card-tag {
	display: inline-flex;
	padding: 10px 16px;
	border: 1px solid #657ba0;
	color: #30466d;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
	margin-bottom: 24px;
}

.answer-hero {
	padding-block: 120px;
	margin-block: 0;
	background-color: #f4f5f7;
	position: relative;
}

@media screen and (max-width: 992px) {
	.answer-hero {
		padding-block: 64px;
	}
}

.answer-hero .section-container {
	position: relative;
}

.answer-hero h1 {
	margin-bottom: 48px;
	max-width: 800px;
	color: #30466d;
}

@media screen and (max-width: 768px) {
	.answer-hero h1 {
		margin-bottom: 24px;
	}
}

.answer-hero .reading-time {
	margin-bottom: 24px;
}

.answer-hero .subtitle {
	padding: 24px 32px;
	background-color: rgba(48, 70, 109, .05);
	margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
	.answer-hero .subtitle {
		padding: 26px 24px;
		margin-bottom: 24px;
	}
}

.answer-hero .buttons-wrapper {
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

@media screen and (max-width: 768px) {
	.answer-hero .buttons-wrapper {
		margin-bottom: 24px;
	}
}

.answer-hero .buttons-wrapper .button-primary .icon {
	margin-top: -4px;
	transform: rotate(180deg);
}

.answer-content__wrapper {
	display: flex;
	gap: 64px;
	position: relative;
}

@media screen and (max-width: 992px) {
	.answer-content__wrapper {
		flex-wrap: wrap;
	}
}

.answer-content__block.block-cta {
	flex-shrink: 0;
	width: 360px;
	height: -moz-fit-content;
	height: fit-content;
	position: sticky;
	top: 100px;
	background: linear-gradient(110.42deg, #30466d 9.86%, #234d97 58.33%);
	padding: 24px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

@media screen and (max-width: 992px) {
	.answer-content__block.block-cta {
		flex-wrap: wrap;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.answer-content__block.block-cta {
		padding: 24px 16px;
	}
}

.answer-content__block.block-cta .cta-title {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
}

.answer-content__block.block-cta .cta-subtitle {
	color: #fff;
	text-align: center;
}

.answer-content .content-wrapper {
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(101, 123, 160, .5);
	margin-bottom: 48px;
}

.answer-content h2 {
	margin-bottom: 24px;
	color: #30466d;
}

.answer-content h3 {
	margin-bottom: 16px;
	color: #30466d;
}

.answer-content h4 {
	margin-bottom: 16px;
	font-weight: 600;
	color: #30466d;
}

.answer-content strong, .answer-content b {
	color: #30466d;
}

.answer-content p {
	font-size: 16px;
	line-height: 176%;
}

.answer-content p:not(:last-child) {
	margin-bottom: 16px;
}

.answer-content li {
	font-size: 16px;
	line-height: 176%;
}

.answer-content li:not(:last-child) {
	margin-bottom: 16px;
}

.answer-content ul {
	list-style: initial;
	margin-left: 24px;
	margin-bottom: 24px;
}

.answer-content ul:not(:last-child) {
	margin-bottom: 16px;
}

.answer-content blockquote {
	font-size: 16px;
	line-height: 176%;
	padding: 24px 32px;
	background-color: rgba(48, 70, 109, .05);
	margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
	.answer-content blockquote {
		padding: 26px 24px;
		margin-bottom: 24px;
	}
}

.answer-content .post-share__title {
	display: inline-block;
	vertical-align: middle;
	color: rgba(0, 0, 0, .6);
	font-size: 11px;
	font-weight: 300;
	letter-spacing: .8px;
	line-height: 18px;
	text-transform: uppercase;
	padding-right: 10px;
	margin-bottom: 13px;
}

@media (max-width: 740px) {
	.answer-content .post-share__title {
		display: none;
	}
}

.answer-content .post-share__links {
	display: flex;
	gap: 16px;
}

.answer-content .post-share__link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e2e3e5;
	box-sizing: border-box;
	border-radius: 60px;
	width: 30px;
	height: 30px;
	margin: 0;
	transition: border-color .3s ease-in-out;
}

.answer-content .post-share__linkL:hover {
	border-color: #30466d;
}

.answer-content .post-share__link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
}

.answer-content .post-share__link-fb:before {
	width: 6px;
	height: 13px;
	margin: -6.5px 0 0 -3px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-d83fb58/elogic.co/wp-content/themes/elogic/resources/images/svg/fb-blue.svg") no-repeat 0 0;
	background-size: contain;
}

.answer-content .post-share__link-tw:before {
	width: 15px;
	height: 12px;
	margin: -6px 0 0 -7.5px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-d83fb58/elogic.co/wp-content/themes/elogic/resources/images/svg/tw-blue.svg") no-repeat 0 0;
	background-size: contain;
}

.answer-content .post-share__link-in :before {
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-d83fb58/elogic.co/wp-content/themes/elogic/resources/images/svg/linkedin-blue.svg") no-repeat 0 0;
	background-size: contain;
}
