@import url("https://fonts.googleapis.com/css?family=Work+Sans:500,400,600|Urbanist:600,800");
* {
	box-sizing: border-box;
}
body {
	background-color: #1a171c;
	color: white;
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1188px;
	padding: 0 24px;
	width: 100%;
	margin: 0 auto;
}

h1,
h2,
h3,
h4 {
	color: white;
	font-family: Urbanist, Helvetica;
}

h1 {
	letter-spacing: 1.12px;
	font-size: 56px;
	line-height: 60px;
	font-weight: 800;
}

h2 {
	font-size: 32px;
}

p,
li,
blockquote,
figcaption,
a {
	font-family: "Work Sans", Helvetica;
}

/* Header  */
.top-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-section {
	display: flex;
	flex-direction: column;
	padding: 24px;
	max-width: 1188px;
	margin: 0 auto;
}
.logo {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 17.521px;
	padding: 4px 0px 4px 12px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-btn {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
	padding: 12px 26px;
	border-radius: 100px;
	background: #fff;
	color: #1a171c;
	transition: 0.3s background;
}
.header-btn:hover {
	background: #dedddd;
}

/* Section Hero */
.hero-image {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	min-height: 725px;
	height: auto;
	z-index: -1;
}
.hero-title {
	color: #fff;
	font-size: 56px;
	padding: 24px 0;
	font-style: normal;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	max-width: 339px;
}
.hero-text {
	font-size: 15px;
	opacity: 0.9;
	margin-top: -56px;
	margin-bottom: 24px;
}

/* Section Explanation */
.explanation-section {
	background-color: rgb(46, 41, 48);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 64px;
	justify-content: center;
	align-items: center;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	margin-top: 120px;
	padding: 40px;
}
.explanation-header {
	text-align: center;
}
.explanation-text {
	opacity: 0.7;
}
.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.card {
	text-align: center;
}
.card-icon {
	max-width: 163px;
}
.card-image {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.card-title {
	font-size: 22px;
}
.card-description {
	font-size: 17px;
	margin-top: 40px;
	text-align: center;
}

/* Section Description */
.description-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 99px;
	align-items: flex-start;
	padding-top: 120px;
	padding-bottom: 80px;
}
.description-image {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.description-text {
	opacity: 0.7;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}
.description-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 40px;
}
.description-list li {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	opacity: 0.9;
}
.description-list li svg {
	flex-shrink: 0;
}
.description-image-mobile {
	display: none;
	margin-top: 30px;
}

/* Section Quote */
.quote-container {
	padding: 80px 0px;
	display: flex;
	flex-direction: column;
	gap: 64px;
	background: #2e2930;
}
.quote-header {
	text-align: center;
}
.quote-section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.quote-card {
	border-radius: 16px;
	background: #1a171c;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.quotes-icon {
	max-width: 100px;
}
.blockquote-text {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.14px;
	opacity: 0.8;
}
.quote-author {
	display: flex;
	gap: 10px;
	margin-top: auto;
}
.quote-author img {
	display: flex;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.author-name {
	margin: 0;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.34px;
}
.author-bio {
	margin: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 191.667% */
	letter-spacing: 0.24px;
	opacity: 0.4;
	margin-top: 1px;
}

/* Section CTA */
.section-cta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 117px;
	align-items: center;
}
.cta-image {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.cta-text {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.08px;
	margin: 0;
}
.cta-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px; /* 125% */
	margin-top: 8px;
}

/* Footer */
footer {
	background: #2e2930;
	padding: 40px 0 24px;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 24px;
}
.footer-link {
	display: flex;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-family: Work Sans;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 113.636% */
	letter-spacing: 0.44px;
	text-decoration-line: underline;
}
.social-links-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.footer-copy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	opacity: 0.5;
}
.footer-list {
	display: flex;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-link {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 233.333% */
	letter-spacing: 0.6px;
	opacity: 0.5;
	transition: 0.3s opacity;
	text-decoration: none;
}
.footer-link:hover {
	opacity: 1;
}

@media (max-width: 1199.99px) {
	.description-image--desktop {
		width: 289px;
		height: 594px;
		object-fit: cover;
		display: block;
		margin: 0 auto;
	}
	.cta-image {
		width: 286px;
		height: 302px;
	}
}
@media (max-width: 991.99px) {
	.description-image--desktop {
		display: none;
	}
	.description-section {
		grid-template-columns: 1fr;
	}
	.quote-section {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-list {
		flex-direction: column;
		gap: 16px;
	}
	.cta-image {
		width: 240px;
		height: 302px;
	}
}
@media (max-width: 767.99px) {
	.explanation-section {
		gap: 40px;
	}
	.cards {
		grid-template-columns: 1fr;
	}
	.card img {
		margin-top: 24px;
	}
	.description-section {
		padding-top: 80px;
	}
	.section-cta {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
		gap: 40px;
		padding: 80px 0;
	}
	.cta-image {
		height: 280px;
		width: 100%;
		max-width: 100%;
		border-radius: 16px;
	}
}
@media (max-width: 579.99px) {
	.header-btn {
		display: none;
	}
	.hero-title {
		padding: 14px 0;
	}
	.explanation-section {
		padding: 40px 24px;
	}
	.description-image-mobile {
		display: block;
	}
	.footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.footer-copy {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.social-links-container {
	    display: flex;
	    flex-direction: column;
	}
	.footer-list {
		gap: 16px;
	}
	.cta-image {
		width: 280px;
		height: 280px;
	}
	.section-cta {
		padding: 80px 24px;
	}
}
