:root {
	--lighter-blue: #4EC9F5;
	--dark-blue: #054C7D;
	--white: #fff;
	--off-white: #F7F3F3;
	--orange: #F26531;
}

/* ------------------------------------------------------------ *\
	Single ultimate guide
\* ------------------------------------------------------------ */
body.single-ultimate-guide .card--small .card__body {
	padding-block: 8px !important;
}

body.single-ultimate-guide .card--alt .card__body {
	padding-inline: 0;
	padding-block: 38px;
}

body.single-ultimate-guide .card--alt:hover {
	box-shadow: none;
}

body.single-ultimate-guide .breadcrumbs a {
	color: var(--orange);
}

body.single-ultimate-guide .breadcrumbs {
	margin-bottom: 0;
}

body.single-ultimate-guide .card .card__header:after {
	content: none;
}

body.single-ultimate-guide .resource-cell .card {
	margin-bottom: 0;
	height: 100%;
}

body.single-ultimate-guide .resource-cell .card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

body.single-ultimate-guide .resource-cell .card__link {
	margin-top: auto;
}


body.single-ultimate-guide .card .card__category {
	background-color: var(--lighter-blue);
	line-height: 1;
	display: inline-block;
	padding: 10px 10px 8px 12px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}

body.single-ultimate-guide .accordion-item.is-active,
body.single-ultimate-guide .accordion,
	body.single-ultimate-guide .accordion-content {
	background: transparent;
}

body.single-ultimate-guide .accordion .accordion-item:first-of-type {
	border: none;
}

body.single-ultimate-guide .accordion-title {
	padding: 0;
	background-color: transparent;
	font-size: 1.75rem;
}

body.single-ultimate-guide .accordion-content {
	padding-inline: 0;
}

body.single-ultimate-guide .accordion-title:before {
	font-size: 58px;
	right: 0;
}

body.single-ultimate-guide .accordion-title:hover,
	body.single-ultimate-guide .accordion-title:focus {
	background-color: transparent;
}

@media (min-width: 1440px) {
	body.single-ultimate-guide .grid-container,
	 body.single-ultimate-guide .header {
		max-width: 86.5rem;
	}

	body.single-ultimate-guide .card {
		border-width: 8px;
		margin-bottom: 42px;
	}

	body.single-ultimate-guide .resource-cell {
		width: calc(33.33333% - 2.375rem) !important;
		margin-inline: 1.1875rem;
	}

	body.single-ultimate-guide .card {
		height: auto;
	}

	body.single-ultimate-guide .card p {
		font-size: 20px;
	}

	body.single-ultimate-guide .card .card__text {
		margin-bottom: 20px;
	}

	body.single-ultimate-guide .card .card__body {
		padding: 38px 25px;
	}

	body.single-ultimate-guide .card--medium {
		margin-bottom: 0;
	}

	body.single-ultimate-guide .card--medium .card__body {
		padding: 44px 56px;
	}

	body.single-ultimate-guide .card--medium h4 {
		margin-bottom: 4px;
	}

	body.single-ultimate-guide .card--medium p {
		margin-bottom: 28px;
	}

	body.single-ultimate-guide .card--small .card__body {
		padding-inline: 12px;
	}

	body.single-ultimate-guide .card--small p {
		font-size: 22px !important;
	}

	body.single-ultimate-guide .card--alt {
		margin-bottom: 0;
	}

	body.single-ultimate-guide .card--alt .card__body {
		padding-inline: 0;
		padding-block: 38px;
	}

	body.single-ultimate-guide .card--alt .card__title {
		margin-bottom: 20px;
	}

	body.single-ultimate-guide .card--alt p {
		font-size: 22px !important;
	}

	body.single-ultimate-guide .cat-tags__title {
		margin-bottom: 0 !important;
		font-size: 14px !important;
	}

	body.single-ultimate-guide .card .card__title {
		font-size: 22px;
	}

	body.single-ultimate-guide .cat-tags__list {
		margin-bottom: 20px;
	}

	body.single-ultimate-guide .breadcrumbs p {
		margin-bottom: 0;
		font-size: 20px;
	}

	body.single-ultimate-guide .breadcrumbs a:hover {
		text-decoration: none;
	}

}

/* ------------------------------------------------------------ *\
	Article single
\* ------------------------------------------------------------ */

.article-single {
	padding-block: 66px 78px;
	overflow: hidden;
}

.article-single .article__info {
	padding-bottom: 26px;
	margin-bottom: 56px;
	border-bottom: 1px solid #C8C8C8;
}

.article-single .article__info-inner {
	display: flex;
	margin: -12px -60px;
}

.article-single .article__info-item {
	display: flex;
	align-items: center;
	padding: 12px 60px;
	position: relative;
}

.article-single .article__info-item + .article__info-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #C8C8C8;
	width: 1px;
	height: 50px;
}

.article-single .article__info-socials {
	list-style: none;
	display: flex;
	margin: 0;
}

.article-single .article__info-socials li {
	padding-left: 0;
}

.article-single .article__info-socials li + li {
	margin-left: 20px;
}

.article-single .article__info-socials a,
.article-single .article__info-socials img {
	display: block;
}

.article-single .article__info-socials li:before {
	content: none;
}

.article-single .article__info-image {
	border-radius: 50%;
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin-right: 14px;
	flex-shrink: 0;
}

.article-single .article__info-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-single .article__info p {
	margin-bottom: 12px;
	line-height: 1;
}

.article-single .article__info p:last-child {
	margin-bottom: 0;
}

.article-single h3 {
	scroll-margin: 90px;
}

.article-single h3 .tooltip-alt {
	margin-left: 16px;
}

.article-single h4 {
	scroll-margin: 90px;
}

.article-single p:last-child {
	margin-bottom: 0;
}

.article-single ul {
	list-style: none;
	padding-left: 10px;
	padding-left: 0;
	margin-left: 14px;
}

.article-single ul li {
	position: relative;
	padding-left: 18px;
}

.article-single ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 4px;
	height: 4px;
	background-color: currentColor;
	border-radius: 50%;
}

.article-single p + h3 {
	margin-top: 106px;
}

.article-single .article__card {
	border-left: 8px solid var(--white);
	padding-left: 32px;
	margin-bottom: 38px;
}

.article-single .article__card b {
	display: block;
	margin-bottom: 24px;
	font-size: 28px;
}

.article-single .article__card a {
	margin-right: 14px;
}

.article-single ol {
	padding-left: 11px;
}

.article-single .article__title-divider {
	position: relative;
	padding-right: 50px;
	margin-bottom: 18px;
}

.article-single .article__title-divider:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 7px;
	background-color: var(--orange);
	position: absolute;
	top: 7px;
	right: 0;
}

.article-single .article__author {
	padding-top: 44px;
    margin-top: 37px;
	border-top: 1px solid #C8C8C8;
	margin-bottom: 98px;
}

.article-single .article__author-inner {
	display: flex;
}

.article-single .article__author-image {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 30px;
}

.article-single .article__author-title {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.article-single .article__author-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-single .article__author h6 {
	margin-bottom: 0;
	font-size: 22px;
	margin-right: 34px;
}

.article-single .article__author h5 {
	margin-bottom: 28px;
}

@media (min-width: 1400px) {
	.article-single p {
		font-size: 22px;
		margin-bottom: 38px;
	}

	.article-single ol li {
		font-size: 22px;
	}

	.article-single small {
		font-size: 18px;
	}

	.article-single ul li {
		font-size: 22px;
	}

	.article-single h5 {
		margin-bottom: 42px;
	}

	.article-single h4 {
		margin-bottom: 38px;
	}

	.article-single h3 {
		margin-bottom: 36px;
	}
}

@media (max-width: 1399px) {
	.article-single {
		padding-block: 40px;
	}

	.article-single .article__author {
		margin-bottom: 60px;
	}

	.article-single .article__info {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.article-single .article__info-item {
		padding-inline: 30px;
	}

	.article-single .article__info-inner {
		margin-inline: -30px;
	}

	.article-single .article__card b {
		font-size: 22px;
	}

	.article-single p + h3 {
		margin-top: 80px;
	}
}

@media (max-width: 1023px) {
	.article-single .article__info-inner {
		flex-wrap: wrap;
	}

	.article-single .grid--cols-alt {
		flex-direction: column;
		margin: 0;
	}

	.article-single .article__info {
		order: -2;
	}

	.article-single .grid--cols-alt .cell {
		display: contents;
	}

	.article-single .article__card b {
		font-size: 20px;
	}

	.article-single .article__card {
		padding-left: 20px;
	}

	.article-single p + h3 {
		margin-top: 60px;
	}

	.article-single .article__author-title h6 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.article-single .article__info {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.article-single .article__author-inner,
	.article-single .article__author-title {
		display: block;
	}

	.article-single .article__author-image {
		margin-bottom: 30px;
	}

	.article-single .article__author-title h6 {
		margin-bottom: 14px;
	}
}

@media(max-width: 630px) {
	.article-single {
		padding-block: 20px 40px;
	}

	.article-single .article__info-inner {
		margin-inline: -22px;
	}

	.article-single .article__info-item {
		flex: 0 0 50%;
		padding-inline: 22px;
		padding-block: 18px;
	}

	.article-single .article__info p {
		font-size: 15px;
	}

	.article-single .article__info-item:nth-child(3) {
		flex-basis: 100%;
		padding-bottom: 0;
	}

	.article-single .article__info-item:nth-child(3):before {
		height: 1px;
		width: 100%;
		top: 0;
	}
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.socials ul li {
	padding-left: 0;
}

.socials ul li:before {
	content: none;
}

.socials li + li {
	margin-left: 14px;
}

/* ------------------------------------------------------------ *\
	Box testimonial
\* ------------------------------------------------------------ */

.box-testimonial {
	background-color: var(--white);
	padding: 60px 32px 50px 47px;
	border: none;
	display: flex;
	margin-bottom: 110px;
}

.box-testimonial .box__image {
	flex: 0 0 241px;
	margin-right: 51px;
	padding-top: 10px;
}

.box-testimonial blockquote {
	border: none;
	padding: 0;
	margin: 0;
}

.box-testimonial h5 {
	margin-bottom: 20px;
}

.box-testimonial p {
	color: var(--dark-blue);
	line-height: 1.75;
	margin-bottom: 20px;
}

@media (max-width: 1023px) {
	.box-testimonial {
		padding: 40px;
		margin-bottom: 60px;
	}

	.box-testimonial .box__image {
		flex: 0 0 150px;
	}
}

@media (max-width: 767px) {
	.box-testimonial {
		display: block;
		padding: 30px 20px;
		margin-bottom: 30px;
	}

	.box-testimonial .box__image {
		margin-bottom: 30px;
		max-width: 100px;
	}
}

/* ------------------------------------------------------------ *\
	Nav links
\* ------------------------------------------------------------ */

.nav-links {
	border-left: 8px solid var(--orange);
	background-color: var(--white);
	padding: 45px 31px 36px 32px;
	margin-left: 8px;
	margin-top: -8px;
}

.nav-links h5 {
	margin-bottom: 30px;
}

.nav-links ul {
	list-style: none;
	margin-left: 14px;
	margin-bottom: 0;
	padding-left: 0;
}

.nav-links ul li {
	position: relative;
	padding-left: 18px;
	color: var(--orange);
}

.nav-links ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: currentColor;
}

@media (min-width: 1400px) {
	.nav-links li {
		font-size: 22px;
	}
}

@media(max-width: 1399px) {
	.nav-links {
		padding: 28px 18px;
	}
}

@media (max-width: 1023px) {
	.nav-links {
		margin-bottom: 30px;
		margin-left: 0;
		order: -2;
	}
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
	font-size: 22px;
}

.table table {
	margin-bottom: 40px;
}

.table th {
	color: var(--dark-blue);
	border-top: 3px solid var(--lighter-blue);
	background-color: var(--white);
}

.table tr {
	border-inline: 1px solid #C8C8C8;
}

.table td + td,
.table th + th {
	border-left: 1px solid #C8C8C8;
}

.table th,
.table td {
	text-align: center;
	border-bottom: 1px solid #C8C8C8;
	width: 50%;
	padding-block: 12px;
}

tbody tr:nth-child(even) {
	background-color: var(--white);
}

tbody tr:nth-child(odd) {
	background-color: #F6F6F6;
}

@media (max-width: 1399px) {
	.table {
		font-size: 20px;
	}
}

@media (max-width: 1023px) {
	.table {
		font-size: 18px;
		overflow-x: auto;
	}

	.table table {
		min-width: 500px;
	}

	.table th,
	.table td {
		padding-block: 8px;
	}
}

/* ------------------------------------------------------------ *\
	Section signup small
\* ------------------------------------------------------------ */

.section-signup--small {
	padding-block: 52px 45px;
	margin-block: 95px 106px;
}

.section-signup--small p {
	font-size: 20px !important;
}

.section-signup--small form {
	margin-top: 26px;
}

.section-signup--small h4 {
	margin-bottom: 22px;
}

.section-signup--small .input {
	font-size: 18px;
}

body.single-ultimate-guide .section-signup {
	font-size: 18px;
}

@media (max-width: 1400px) {
	.section-signup--small {
		margin-block: 60px;
	}
}

@media (max-width: 1023px) {
	.section-signup--small {
		margin-block: 40px;
	}
}

/* ------------------------------------------------------------ *\
	Section signup alt
\* ------------------------------------------------------------ */

.section-signup--alt .input {
	font-size: 18px;
}

.section-signup--alt p {
	font-size: 20px !important;
	margin-bottom: 0 !important;
}

.section-signup--alt form {
	margin-top: 24px;
}
/* ------------------------------------------------------------ *\
	Box image content
\* ------------------------------------------------------------ */

.box-image-content {
	position: relative;
	background-color: var(--white);
	padding: 64px 80px;
	margin-block: 100px;
}

.box-image-content .box__image {
	position: absolute;
	top: 50%;
	left: 0;
	width: 37%;
	transform: translateY(-50%);
}

.box-image-content .box__content {
	margin-left: auto;
	width: 72.5%;
}

.box-image-content h4 {
	margin-bottom: 18px;
}

.box-image-content p {
	font-size: 20px;
	margin-bottom: 18px;
}

@media (max-width: 1399px) {
	.box-image-content {
		padding: 50px 40px;
		margin-block: 50px;
	}

	.box-image-content .box__content {
		width: 66%;
	}

	.box-image-content .box__image {
		width: 43%;
	}

	.box-image-content p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.box-image-content {
		padding-inline: 0;
	}

	.box-image-content .box__image {
		position: static;
		transform: none;
		width: 100%;
        max-width: 370px;
		margin-bottom: 26px;
	}

	.box-image-content .box__content {
		width: 100%;
		padding-inline: 24px;
	}
}

/* ------------------------------------------------------------ *\
	Hero article
\* ------------------------------------------------------------ */

.hero-article {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 800px;
	padding-block: 46px;
}

.hero-article .hero__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-article .hero__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(78,201,245,1) 0%, rgba(78,201,245,0.8) 50%, rgba(78,201,245,.25) 100%);
}

.hero-article .hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-article .hero__content {
	position: relative;
}

.hero-article .hero__subtitle {
	color: var(--white);
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 28px;
}

@media (min-width: 1400px) {
	.hero-article h1 {
		font-size: 96px;
	}
}

@media (max-width: 1399px) {
	.hero-article {
		min-height: 600px;
	}
}

@media (max-width: 1023px) {
	.hero-article {
		min-height: 600px;
	}

	.hero-article .hero__subtitle {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.hero-article {
		min-height: 500px;
	}
}

/* ------------------------------------------------------------ *\
	Tooltip alt
\* ------------------------------------------------------------ */

.tooltip-alt {
	display: inline-block;
}

.tooltip-alt .tooltip__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: fixed;
	top: var(--tooltip-y);
	left: var(--tooltip-x);
	background-color: #48494A;
	transform: translateX(-50%);
	transition: opacity .3s;
	opacity: 0;
	pointer-events: none;
	border-radius: 4px;
	color: var(--white);
	padding: 6px 16px;
	text-align: center;
	isolation: isolate;
	min-width: 350px;
}

.tooltip-alt .tooltip__trigger {
	padding-bottom: 5px;
}

.tooltip-alt .tooltip__inner:before {
	content: "";
	position: absolute;
	top: -36px;
	left: 0;
	width: 100%;
	height: 100%;
}

.tooltip-alt p {
	font-size: 18px !important;
	font-weight: 400;
	text-wrap: nowrap;
	margin: 0 !important;
	flex-shrink: 0;
}

.tooltip-alt img {
	cursor: pointer;
}

.tooltip-alt:hover .tooltip__inner {
	opacity: 1;
	pointer-events: auto;
}

.tooltip-alt ul {
	list-style: none;
	display: flex;
	margin: 0 0 0 20px !important;
	flex-shrink: 0;
}

.tooltip-alt a {
	display: block;
}

.tooltip-alt li {
	padding-left: 0 !important;
	flex-shrink: 0;
}

.tooltip-alt li:before {
	content: none !important;
}

.tooltip-alt li + li {
	margin-left: 22px;
}

@media (max-width: 1023px) {
	.tooltip-alt p {
		font-size: 14px !important;
		text-wrap: auto;
		width: 100%;
	}

	.tooltip-alt .tooltip__inner {
		max-width: 98vw;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.tooltip-alt .tooltip__inner {
		left: 50%;
		min-width: 300px;
	}
}

/* ------------------------------------------------------------ *\
	Link alt
\* ------------------------------------------------------------ */

.link-alt {
	color: currentColor;
	background-size: 100% 2px;
}

/* ------------------------------------------------------------ *\
	Advert course
\* ------------------------------------------------------------ */

.advert-course {
	background: var(--lighter-blue);
	padding: 17px 0;
}

@media (max-width: 767px) {
	.advert-course {
		padding: 10px 0;
	}
	.advert-course .advert__inner > img {
		max-width: 150px;
	}
}

/* ------------------------------------------------------------ *\
	Hero primary
\* ------------------------------------------------------------ */

.hero-primary {
	background: var(--off-white);
	padding: 78px 0 100px;
}

.hero-primary .hero__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 81px;
}

.hero-primary .hero__image {
	margin-left: -258px;
}

.hero-primary .hero__content {
	flex: 1;
	padding-top: 16px;
}

.hero-primary .hero__ico-chat-list {
	margin-bottom: 33px;
}

.hero-primary .hero__logo {
	margin-bottom: 26px;
}

.hero-primary .hero__entry {
	font-size: 26px;
	line-height: 1.538;
	max-width: 560px;
}

.hero-primary .hero__entry p {
	font-size: inherit;
	line-height: inherit;
}

.hero-primary .hero__entry p:last-child {
	margin-bottom: 0;
}

.hero-primary .hero__list-ratings {
	margin-bottom: 32px;
}

.hero-primary .hero__actions {
	margin-top: 30px;
}

@media (max-width: 1200px) {
	.hero-primary .hero__inner {
		gap: 40px
	}
}

@media (max-width: 1023px) {
	.hero-primary {
		padding: 60px 0;
	}

	.hero-primary .hero__inner {
		display: block;
		text-align: center;
	}

	.hero-primary .hero__image {
		margin-left: -25vw;
		max-width: 60vw;
		display: inline-block;
	}

	.hero-primary .hero__ico-chat-list {
		max-width: 80px;
	}

	.hero-primary .hero__content {
		text-align: left;
	}

	.hero-primary .hero__logo {
		max-width: 400px;
	}

	.hero-primary .hero__entry {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.hero-primary {
		padding: 40px 0;
	}

	.hero-primary .hero__logo {
		max-width: 240px;
		margin-bottom: 10px;
	}

	.hero-primary .hero__ico-chat-list {
		max-width: 50px;
		margin-bottom: 10px;
	}

	.hero-primary .hero__list-ratings {
		margin-bottom: 24px;
	}

	.hero-primary .hero__entry {
		font-size: 18px;
	}

	.hero-primary .hero__actions a.button {
		padding: 10px 18px;
	}
}

/* ------------------------------------------------------------ *\
	List ratings
\* ------------------------------------------------------------ */

.list-ratings {
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 0;
	margin: 0;
}

/* ------------------------------------------------------------ *\
	Section primary
\* ------------------------------------------------------------ */

.section-primary {
	padding: 157px 0 150px;
}

.section-primary .section__inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

.section-primary .section__inner--block {
	display: block;
}

.section-primary .section__head {
	text-align: center;
	margin-bottom: 64px;
}

.section-primary .section__head h2 {
	margin-bottom: 0;
}

.section-primary .section__content {
	flex: 1;
	max-width: 560px;
}

.section-primary .section__content > h2 {
	margin-bottom: 37px;
}

.section-primary .section__entry {
	font-size: 18px;
	line-height: 1.75;
}

.section-primary .section__entry p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 32px;
}

.section-primary .section__entry p:last-child {
	margin-bottom: 0;
}

.section-primary .section__entry + .section__list-numbers {
	margin-top: 34px;
}

.section-primary .section__features-alt {
	max-width: 1160px;
	margin: 0 auto;
}

.section-primary .section__media {
	background: repeating-linear-gradient(-45deg,#C3C2C1,#C3C2C1 2px,transparent 2px,transparent 8px);
	position: relative;
	overflow: hidden;
	flex: 0 0 50%;
	max-width: 640px;
}

.section-primary .section__media-inner {
	padding-top: 81.875%;
	width: 100%;
}

.section-primary .section__button-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.section-primary .section__button-play:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0px 11px 20px;
	border-color: transparent transparent transparent #C3C2C1;
}

.section-primary .section__actions {
	margin-top: 42px;
}

.section-primary .section__inner--row {
	flex-direction: row;
}

.section-primary--size1 .section__content > h2 {
	margin-bottom: 27px;
}

.section-primary--size1 .section__actions {
	margin-top: 28px;
}

.section-primary--size2 .section__actions {
	margin-top: 70px;
	text-align: center;
}

.section-primary--size3 .section__content > h2 {
	margin-bottom: 28px;
}

.section-primary--size3 .section__actions {
	margin-top: 28px;
}

@media (min-width: 1200px) {
	.section-primary--size1 {
		padding: 187px 0 188px;
	}
	.section-primary--size2 {
		padding: 157px 0 151px;
	}
	.section-primary--size3 {
		padding: 151px 0 150px;
	}
}

@media (max-width: 1199px) {
	.section-primary {
		padding: 80px 0;
	}
}

@media (max-width: 1023px) {
	.section-primary {
		padding: 60px 0;
	}

	.section-primary .section__inner {
		flex-direction: row;
	}

	.section-primary .section__media {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-primary .section__content {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.section-primary {
		padding: 40px 0;
	}

	.section-primary .section__head {
		margin-bottom: 32px;
	}

	.section-primary .section__entry {
		font-size: 16px;
	}

	.section-primary .section__actions {
		margin-top: 24px;
	}

	.section-primary .section__actions a.button {
		padding: 10px 18px;
	}

	.section-primary .section__button-play {
		width: 60px;
		height: 60px;
	}
}
/* ------------------------------------------------------------ *\
	List advantages
\* ------------------------------------------------------------ */

.list-advantages {
	list-style-type: none;
	margin: 0;
}

.list-advantages li {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 28px;
	font-size: 18px;
	line-height: 1.75;
}

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

.list-advantages i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: var(--off-white);
}

.list-advantages li > div {
	flex: 1;
	padding-top: 4px;
	max-width: 376px;
}

.list-advantages h5 {
	line-height: 1.1;
	margin-bottom: 6px;
}

.list-advantages p {
	font-size: inherit;
	line-height: inherit;
}

.list-advantages p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.list-advantages li > div {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.list-advantages li {
		display: block;
		font-size: 16px;
	}

	.list-advantages i {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
}

/* ------------------------------------------------------------ *\
	Section testimonial
\* ------------------------------------------------------------ */

.section-testimonial {
	background: var(--off-white);
	padding: 139.5px 0;
}

.section-testimonial .section__inner {
	display: flex;
	align-items: center;
	gap: 58px;
}

.section-testimonial .section__title {
	margin-bottom: 0;
	padding-right: 62px;
	position: relative;
	margin-top: 30px;
}

.section-testimonial .section__title img {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-50%);
}

.section-testimonial .section__blockquote {
	flex: 1;
	border-left: 2px solid var(--dark-blue);
	padding: 11px 6px 5px 58px;
	font-size: 20px;
	line-height: 1.75;
	color: var(--dark-blue);
	text-indent: -9px;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.section-testimonial {
		padding: 80px 0;
	}
}

@media (max-width: 1023px) {
	.section-testimonial {
		padding: 60px 0;
	}

	.section-testimonial .section__inner {
		display: block;
	}

	.section-testimonial .section__title {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.section-testimonial .section__blockquote {
		padding: 10px 0 10px 25px;
	}
}

@media (max-width: 767px) {
	.section-testimonial .section__blockquote {
		font-size: 18px;
	}

}

/* ------------------------------------------------------------ *\
	List numbesrs
\* ------------------------------------------------------------ */

.list-numbers {
	list-style-type: none;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.list-numbers li {
	font-size: 18px;
	line-height: 1.75;
}

.list-numbers h2 {
	margin-bottom: 18px;
	color: var(--lighter-blue);
}

.list-numbers h5 {
	margin-bottom: 6px;
}

.list-numbers p {
	font-size: inherit;
	line-height: inherit;
}

.list-numbers p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.list-numbers {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}

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

/* ------------------------------------------------------------ *\
	Section secondary
\* ------------------------------------------------------------ */

.section-secondary {
	background: var(--off-white);
	padding: 158px 0 151px;
}

.section-secondary .section__inner {
	max-width: 1160px;
	margin: 0 auto;
}

.section-secondary .section__head {
	text-align: center;
	margin-bottom: 72px;
}

.section-secondary .section__head h2 {
	margin-bottom: 0;
}

.section-secondary .section__actions {
	text-align: center;
	margin-top: 74px;
}

.section-secondary .section__table {
	text-align: center;
}

.section-secondary .section__table thead, tbody, tfoot {
	background: none;
	border: none;
}

.section-secondary .section__table thead th, thead td, tfoot th, tfoot td {
	text-align: center;
	font-weight: 400;
}

.section-secondary .section__table thead {
	background: none;
	color: var(--dark-blue);
}

.section-secondary .section__table tbody tr:nth-child(even) {
	background: none;
}

.section-secondary .section__table tbody tr:nth-child(odd) {
	background: none;
}

.section-secondary .section__table thead th {
	padding: 2px 10px 51px;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.75;
}

.section-secondary .section__table thead th > p {
	margin-bottom: 13px;
}

.section-secondary .section__table thead th:first-child {
	text-align: left;
	padding: 0;
	vertical-align: middle;
	padding-top: 5px;
}

.section-secondary .section__table th + th {
	border-left: 1px solid var(--white);
}

.section-secondary .section__table td + td {
	border-left: 1px solid var(--white);
}

.section-secondary .section__table tbody tr {
	border-bottom: 1px solid var(--white);
}

.section-secondary .section__table tr td:first-child {
	color: #153055;
	text-align: left;
}

.section-secondary .section__table tr td {
	color: var(--lighter-blue);
	font-size: 18px;
	line-height: 1.75;
	height: 60px;
	padding: 5px 0;
	width: 21.4%;
}

.section-secondary .section__table tr td:first-child {
	width: auto;
}

.section-secondary .section__table h2 {
	margin-bottom: 0;
}

.section-secondary .section__table h5 {
	margin-bottom: 20px;
}

.section-secondary .section__table p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.section-secondary .section__table-button {
	padding: 14px 26px;
}

.section-secondary--size1 .section__inner {
	max-width: 1176px;
}

@media (min-width: 1200px) {
	.section-secondary .section__table tr td:last-child {
		width: 19%;
	}

	.section-secondary--size1 {
		padding: 164px 0 148px;
	}
}

@media (max-width: 1199px) {
	.section-secondary {
		padding: 80px 0;
	}

	.section-secondary .section__head {
		margin-bottom: 40px;
	}

	.section-secondary .section__table tr td {
		width: 21.5%;
	}
}

@media (max-width: 1023px) {
	.section-secondary .section__table {
		overflow: auto;
	}

	.section-secondary .section__table table {
		margin-bottom: 0;
		width: 959px;
	}

	.section-secondary .section__table h5 {
		max-width: 82%;
		margin: 0 auto 10px;
	}
}

@media (max-width: 767px) {
	.section-secondary {
		padding: 40px 0;
	}

	.section-secondary .section__actions {
		margin-top: 32px;
	}

	.section-secondary .section__actions a.button {
		padding: 10px 18px;
	}

	.section-secondary .section__table thead th {
		font-size: 16px;
		padding-bottom: 30px;
	}

	.section-secondary .section__table tr td {
		font-size: 16px;
	}

	.section-secondary .section__table tr td:first-child {
		width: 25%;
	}

	.section-secondary .section__table h2 {
		font-size: 26px;
	}
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */

.features .features__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 59px 40px;
}

@media (max-width: 1199px) {
	.features .features__items {
		gap: 32px 16px;
	}
}

@media (max-width: 1023px) {
	.features .features__items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.features .features__items {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */

.feature {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 33px;
	font-size: 18px;
	line-height: 1.75;
}

.feature .feature__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: var(--white);
}

.feature .feature__content {
	flex: 1;
	max-width: 376px;
}

.feature h4 {
	line-height: 1.3;
	margin-bottom: 2px;
	color: var(--lighter-blue);
}

.feature .feature__entry p {
	font-size: inherit;
	line-height: inherit;
}

.feature .feature__entry p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.feature {
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.feature {
		font-size: 16px;
		line-height: 1.5;
	}
}

/* ------------------------------------------------------------ *\
	Features alt
\* ------------------------------------------------------------ */

.features-alt .features__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

@media (max-width: 1199px) {
	.features-alt .features__items {
		gap: 24px;
	}
}

@media (max-width: 1023px) {
	.features-alt .features__items {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* ------------------------------------------------------------ *\
	Feature alt
\* ------------------------------------------------------------ */

.feature-alt {
	background: var(--off-white);
	padding: 24px 24px 23px;
}

.feature-alt .feature__icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 27px;
}

.feature-alt .feature__content h5 {
	margin-bottom: 7px;
}

.feature-alt .feature__entry {
	font-size: 18px;
	line-height: 1.75;
}

.feature-alt .feature__entry p {
	font-size: inherit;
	line-height: inherit;
}

.feature-alt .feature__entry p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.feature-alt {
		padding: 16px;
	}

	.feature-alt .feature__icon {
		width: 46px;
		height: 46px;
		margin-bottom: 16px;
	}

	.feature-alt .feature__entry {
		font-size: 16px;
	}
}