.elementor-widget[class*="elementor-widget-ceapro-"],
.elementor-widget[class*="elementor-widget-ceapro-"] > .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-widget[class*="elementor-widget-ceapro-"] {
	--kit-widget-spacing: 0px;
	margin-block-end: 0 !important;
}

.elementor-ceapro {
	--cp-blue: #2f70cf;
	--cp-blue-dark: #285b9c;
	--cp-navy: #143f6f;
	--cp-ink: #172235;
	--cp-muted: #697080;
	--cp-light: #f3f6ff;
	--cp-line: #d8dce4;
	--cp-gold: #f7b22c;
	--cp-beige: #f8ead0;
	color: var(--cp-ink);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.elementor-ceapro *,
.elementor-ceapro *::before,
.elementor-ceapro *::after {
	box-sizing: border-box;
}

.elementor-ceapro h1,
.elementor-ceapro h2,
.elementor-ceapro h3,
.elementor-ceapro h4 {
	font-family: "Inter", Arial, sans-serif;
}

.elementor-ceapro h1,
.elementor-ceapro h2,
.elementor-ceapro h3,
.elementor-ceapro h4,
.elementor-ceapro p,
.elementor-ceapro ul {
	margin-top: 0;
}

.elementor-ceapro button,
.elementor-ceapro input,
.elementor-ceapro select,
.elementor-ceapro textarea {
	font-family: "Inter", Arial, sans-serif;
}

.elementor-ceapro [hidden] {
	display: none !important;
}

.ceapro-anchor {
	display: block;
	height: 0;
	position: relative;
	top: -16px;
}

.elementor-ceapro a {
	color: inherit;
	text-decoration: none;
}

.elementor-ceapro img {
	display: block;
	max-width: 100%;
}

.ceapro-shell,
.ceapro-wide {
	margin-inline: auto;
	width: calc(100% - 80px);
}

.ceapro-shell {
	max-width: 1440px;
}

.ceapro-wide {
	max-width: 1740px;
}

.ceapro-section {
	padding-block: 64px;
}

.ceapro-section-title {
	color: var(--cp-blue);
	font-size: clamp(28px, 2.1vw, 38px);
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 26px;
	text-align: center;
}

.ceapro-section-intro {
	color: #5f6470;
	font-size: 17px;
	line-height: 1.55;
	margin: -8px auto 40px;
	text-align: center;
}

.ceapro-section-intro p {
	margin: 0;
}

.ceapro-title-mark {
	background: var(--cp-gold);
	border-radius: 4px;
	height: 5px;
	margin: -12px auto 32px;
	width: 48px;
}

.ceapro-button {
	align-items: center;
	background: var(--cp-blue);
	border: 1px solid var(--cp-blue);
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	padding: 13px 27px;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.ceapro-button:hover,
.ceapro-button:focus-visible {
	background: var(--cp-blue-dark);
	border-color: var(--cp-blue-dark);
	color: #fff;
	transform: translateY(-1px);
}

.ceapro-button--outline,
.ceapro-button--light {
	background: #fff;
	border-color: #bcc1ca;
	color: #15191f !important;
}

.ceapro-button--outline:hover,
.ceapro-button--outline:focus-visible,
.ceapro-button--light:hover,
.ceapro-button--light:focus-visible {
	background: #f7f9fd;
	border-color: var(--cp-blue);
	color: var(--cp-blue) !important;
}

.ceapro-button--arrow {
	gap: 18px;
	padding-right: 8px;
}

.ceapro-button--arrow span {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: inline-flex;
	height: 35px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-indent: -999px;
	width: 35px;
}

.ceapro-button--arrow span::before,
.ceapro-button--arrow span::after {
	content: "";
	position: absolute;
	top: 50%;
}

.ceapro-button--arrow span::before {
	background: var(--cp-blue);
	border-radius: 999px;
	height: 2px;
	left: 10px;
	transform: translateY(-50%);
	width: 14px;
}

.ceapro-button--arrow span::after {
	border-right: 2px solid var(--cp-blue);
	border-top: 2px solid var(--cp-blue);
	height: 8px;
	left: 18px;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
}

.ceapro-button--block {
	min-width: 440px;
}

.ceapro-header {
	background: linear-gradient(180deg, #3774ca 0%, #eef5ff 100%);
	padding: 32px 42px 24px;
}

.ceapro-header__inner {
	align-items: center;
	background: #fff;
	border-radius: 54px;
	box-shadow: 0 8px 30px rgba(30, 80, 150, .08);
	display: flex;
	gap: 38px;
	min-height: 96px;
	padding: 16px 18px 16px 38px;
}

.ceapro-header__brand {
	flex: 0 0 215px;
}

.ceapro-header__brand img {
	height: auto;
	width: 215px;
}

.ceapro-header__nav-wrap {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 32px;
	justify-content: space-between;
}

.ceapro-header__nav,
.ceapro-header__actions {
	align-items: center;
	display: flex;
}

.ceapro-header__nav {
	gap: clamp(22px, 2.8vw, 58px);
}

.ceapro-header__nav a {
	color: #4f5160;
	font-size: clamp(14px, 1vw, 17px);
	font-weight: 700;
	white-space: nowrap;
}

.ceapro-header__nav a:hover {
	color: var(--cp-blue);
}

.ceapro-header__actions {
	gap: 20px;
}

.ceapro-header__actions .ceapro-button {
	font-size: 14px;
	min-height: 54px;
	min-width: 180px;
}

.ceapro-header__actions .ceapro-button:last-child {
	min-width: 205px;
}

.ceapro-search {
	background: none;
	border: 0;
	cursor: pointer;
	height: 44px;
	padding: 10px;
	position: relative;
	width: 44px;
}

.ceapro-search span {
	border: 3px solid #484d58;
	border-radius: 50%;
	display: block;
	height: 20px;
	position: relative;
	width: 20px;
}

.ceapro-search span::after {
	background: #484d58;
	content: "";
	height: 3px;
	position: absolute;
	right: -9px;
	top: 16px;
	transform: rotate(45deg);
	width: 11px;
}

.ceapro-menu-toggle {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	padding: 8px;
}

.ceapro-menu-toggle > span:not(.screen-reader-text) {
	background: var(--cp-navy);
	display: block;
	height: 2px;
	margin: 5px 0;
	transition: .2s ease;
	width: 25px;
}

.ceapro-announcement {
	background: var(--cp-blue);
	box-shadow: 0 4px 12px rgba(28, 74, 132, .16);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .01em;
	line-height: 44px;
	text-align: center;
}

.ceapro-hero {
	background: #fff;
	padding: 30px 0 72px;
}

.ceapro-breadcrumb {
	align-items: center;
	color: #3c6593;
	display: flex;
	font-size: 15px;
	gap: 7px;
	margin-bottom: 42px;
	overflow: auto;
	white-space: nowrap;
}

.ceapro-breadcrumb-block {
	padding: 30px 0 0;
}

.ceapro-breadcrumb-block .ceapro-breadcrumb {
	margin-bottom: 0;
}

.ceapro-breadcrumb a:hover {
	color: var(--cp-blue);
}

.ceapro-hero__grid {
	align-items: center;
	display: grid;
	gap: 7%;
	grid-template-columns: minmax(0, 1fr) minmax(540px, .95fr);
}

.ceapro-hero__copy {
	padding-left: 2px;
}

.ceapro-hero__copy h1 {
	color: #050505;
	font-size: clamp(40px, 2.7vw, 52px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.05;
	margin-bottom: 35px;
}

.ceapro-hero__copy h2 {
	color: #30323c;
	font-size: clamp(18px, 1.3vw, 23px);
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 30px;
}

.ceapro-hero__copy p {
	color: #60636d;
	font-size: 15px;
	line-height: 1.52;
	margin-bottom: 24px;
	max-width: 820px;
}

.ceapro-hero__description > :last-child {
	margin-bottom: 0;
}

.ceapro-hero__copy .ceapro-hero__lead {
	color: #316695;
	font-size: 18px;
	margin-bottom: 26px;
}

.ceapro-actions {
	display: flex;
	gap: 16px;
	margin-top: 34px;
}

.ceapro-video-card {
	appearance: none;
	background: #fff !important;
	border: 1px solid #e5e8ee;
	border-radius: 18px;
	box-shadow: 0 22px 40px rgba(38, 65, 100, .22);
	color: inherit !important;
	cursor: pointer;
	display: block;
	line-height: 0;
	overflow: hidden;
	padding: 14px;
	position: relative;
	width: 100%;
}

.ceapro-video-card:hover,
.ceapro-video-card:focus,
.ceapro-video-card:focus-visible,
.ceapro-video-card:active {
	background: #fff !important;
	border-color: #e5e8ee !important;
	box-shadow: 0 22px 40px rgba(38, 65, 100, .22) !important;
	color: inherit !important;
	outline: 0;
	transform: none !important;
}

.ceapro-video-card img {
	aspect-ratio: 2.04 / 1;
	border-radius: 12px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ceapro-video-card__play {
	align-items: center;
	background: rgba(255, 255, 255, .43);
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 999px;
	display: flex;
	height: 100px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
}

.ceapro-video-card__play::before {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 18px rgba(0, 0, 0, .15);
	content: "";
	height: 84px;
	position: absolute;
	width: 84px;
}

.ceapro-video-card__play span {
	border-bottom: 13px solid transparent;
	border-left: 20px solid var(--cp-blue);
	border-top: 13px solid transparent;
	margin-left: 6px;
	position: relative;
	z-index: 1;
}

.ceapro-video-modal {
	align-items: center;
	background: rgba(10, 18, 31, .72);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 24px;
	pointer-events: none;
	position: fixed;
	transition: opacity .2s ease;
	z-index: 99999;
}

.ceapro-video-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.ceapro-video-modal__backdrop {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	inset: 0;
	padding: 0 !important;
	position: absolute;
	transform: none !important;
}

.ceapro-video-modal__backdrop:hover,
.ceapro-video-modal__backdrop:focus,
.ceapro-video-modal__backdrop:focus-visible,
.ceapro-video-modal__backdrop:active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: 0;
	transform: none !important;
}

.ceapro-video-modal__dialog {
	background: #fff;
	border: 1px solid #e5e8ee;
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
	max-width: 980px;
	padding: 14px;
	position: relative;
	width: min(100%, 980px);
}

.ceapro-video-modal__close {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #fff !important;
	border: 1px solid #d8dce4;
	border-radius: 50%;
	box-sizing: border-box;
	color: #172235;
	cursor: pointer;
	display: flex;
	flex: 0 0 38px;
	font-size: 24px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	min-height: 38px !important;
	min-width: 38px !important;
	padding: 0 !important;
	position: absolute;
	right: -14px;
	top: -14px;
	transform: none !important;
	width: 38px;
}

.ceapro-video-modal__close:hover,
.ceapro-video-modal__close:focus,
.ceapro-video-modal__close:focus-visible,
.ceapro-video-modal__close:active {
	background: #fff !important;
	border-color: #d8dce4 !important;
	box-shadow: none !important;
	color: #172235 !important;
	outline: 0;
	transform: none !important;
}

.ceapro-video-modal__frame {
	aspect-ratio: 16 / 9;
	background: #0a121f;
	border-radius: 12px;
	overflow: hidden;
}

.ceapro-video-modal__frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

body.ceapro-video-modal-open {
	overflow: hidden;
}

.ceapro-facts {
	background: var(--cp-blue-dark);
	color: #fff;
	padding: 20px 0;
}

.ceapro-facts__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.ceapro-facts__grid > div {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, .25);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 60px;
	text-align: center;
}

.ceapro-facts__grid > div:last-child {
	border-right: 0;
}

.ceapro-facts strong {
	font-size: 23px;
	line-height: 1.2;
}

.ceapro-facts span {
	font-size: 13px;
	margin-top: 6px;
	opacity: .9;
}

.ceapro-why {
	padding-bottom: 78px;
}

.ceapro-why__card {
	background: #fff;
	border: 1px solid #e6e8ed;
	border-radius: 20px;
	box-shadow: 0 5px 9px rgba(28, 49, 78, .13);
	margin: auto;
	max-width: 1060px;
	overflow: hidden;
}

.ceapro-why__metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	padding: 35px 28px;
}

.ceapro-why__metrics > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.ceapro-why__metrics strong {
	color: var(--cp-blue-dark);
	font-size: 34px;
	font-weight: 800;
}

.ceapro-why__metrics span {
	color: #656974;
	font-size: 14px;
}

.ceapro-why__benefits {
	border-top: 1px solid #e2e4e9;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	padding: 30px 38px;
}

.ceapro-why__benefits > div {
	align-items: center;
	color: #244f7d;
	display: flex;
	font-size: 15px;
	font-weight: 600;
	gap: 15px;
	justify-content: center;
}

.ceapro-why__benefit-icon {
	align-items: center;
	background: #f6f8fd;
	border-radius: 10px;
	color: #2d719f;
	display: flex;
	flex: 0 0 42px;
	font-size: 18px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.ceapro-why__benefit-icon i {
	font-size: inherit;
}

.ceapro-why__benefit-icon svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.ceapro-course-nav {
	background: #f1f4fc;
	padding: 40px 0 38px;
	text-align: center;
}

.ceapro-course-nav h2 {
	color: #050505;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 14px;
}

.ceapro-course-nav p,
.ceapro-course-nav__description {
	color: #6a6e79;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.ceapro-course-nav__description p {
	margin: 0;
}

.ceapro-pill-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: center;
}

.ceapro-pill-nav a {
	border: 1px solid #356491;
	border-radius: 999px;
	color: #356491;
	font-size: 16px;
	font-weight: 700;
	min-width: 190px;
	padding: 13px 25px;
}

.ceapro-pill-nav a.is-active,
.ceapro-pill-nav a:hover {
	background: var(--cp-blue);
	border-color: var(--cp-blue);
	color: #fff;
}

.ceapro-pricing {
	padding-top: 54px;
}

.ceapro-pricing__grid {
	align-items: start;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 1fr) minmax(480px, .85fr);
}

.ceapro-pricing__content {
	padding-top: 12px;
}

.ceapro-pricing__content h3 {
	color: var(--cp-blue);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 26px;
}

.ceapro-pricing__description,
.ceapro-pricing__description p,
.ceapro-pricing__content li {
	color: #181b22;
	font-size: 15px;
	line-height: 1.55;
}

.ceapro-pricing__description p {
	margin-bottom: 28px;
}

.ceapro-pricing__description ul {
	margin-bottom: 26px;
	padding-left: 24px;
}

.ceapro-pricing__groups {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
}

.ceapro-start-date {
	align-items: center;
	background: #f4f7ff;
	border-radius: 12px;
	display: inline-flex;
	gap: 14px;
	padding: 12px 20px;
}

.ceapro-start-date > span {
	align-items: center;
	background: #1767aa;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 19px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.ceapro-start-date p,
.ceapro-start-date strong,
.ceapro-start-date small {
	display: block;
	margin: 0;
}

.ceapro-start-date small {
	color: #23547f;
	font-size: 13px;
	font-weight: 500;
}

.ceapro-start-date small::first-letter {
	color: var(--cp-gold);
}

.ceapro-start-date strong {
	color: #21476f;
	font-size: 14px;
}

.ceapro-pricing__offer {
	padding-top: 4px;
}

.ceapro-price-switch {
	background: #8c8c8c;
	border-radius: 999px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	margin: 0 auto 38px;
	padding: 5px;
}

.ceapro-price-switch button {
	background: transparent;
	border: 2px solid transparent;
	border-radius: 999px;
	color: #eee;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	min-height: 54px;
	padding: 10px 15px;
}

.ceapro-price-switch button.is-active {
	background: var(--cp-blue);
	border-color: var(--cp-gold);
	color: #fff;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .14);
}

.ceapro-price-card {
	background: linear-gradient(150deg, #f5f7ff, #e9f1ff);
	border: 4px solid #2776ea;
	border-radius: 38px;
	box-shadow: 0 8px 18px rgba(37, 86, 153, .12);
	margin: 0 auto;
	max-width: 570px;
	position: relative;
}

.ceapro-price-panel[hidden] {
	display: none;
}

.ceapro-price-card__badge {
	background: var(--cp-gold);
	border: 1px solid #a57516;
	border-radius: 16px;
	box-shadow: 0 3px 8px rgba(52, 42, 20, .2);
	color: #171717;
	font-size: 18px;
	font-weight: 800;
	left: 50%;
	min-width: 250px;
	padding: 12px 24px;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -55%);
}

.ceapro-price-card__head {
	padding: 48px 45px 25px;
}

.ceapro-price-card__head h3 {
	color: var(--cp-blue);
	font-size: 30px;
	margin-bottom: 0;
}

.ceapro-price-card__head p {
	color: #1d1d1d;
	line-height: 1;
	margin: 8px 0 6px;
}

.ceapro-price-card__head p strong {
	color: var(--cp-blue);
	font-size: 48px;
	font-weight: 800;
}

.ceapro-price-card__head p span {
	font-size: 22px;
	font-weight: 600;
}

.ceapro-price-card__head small {
	display: block;
	font-size: 15px;
	margin-bottom: 11px;
}

.ceapro-price-card mark,
.ceapro-syllabus__buy mark {
	background: var(--cp-beige);
	border-radius: 8px;
	color: #2c5b82;
	display: inline-block;
	font-size: 13px;
	padding: 6px 12px;
}

.ceapro-check-list {
	border-top: 1px solid #6292c1;
	list-style: none;
	margin: 0;
	padding: 22px 38px 24px;
}

.ceapro-check-list li {
	color: #336795;
	font-size: 15px;
	line-height: 1.35;
	margin: 0 0 14px;
	min-height: 26px;
	padding-left: 38px;
	position: relative;
}

.ceapro-check-list li::before {
	align-items: center;
	background: #2d78c5;
	border-radius: 50%;
	color: #fff;
	content: "✓";
	display: flex;
	font-size: 14px;
	font-weight: 800;
	height: 25px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: -2px;
	width: 25px;
}

.ceapro-price-card__actions {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	padding: 2px 30px 28px;
}

.ceapro-price-card__actions.is-single {
	grid-template-columns: 1fr;
}

.ceapro-results {
	padding-block: 40px 50px;
	text-align: center;
}

.ceapro-results h2 {
	color: #171d27;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 30px;
}

.ceapro-results__badge {
	background: var(--cp-beige);
	border-radius: 999px;
	display: flex;
	flex-direction: column;
	margin: auto;
	max-width: 690px;
	padding: 12px 30px;
}

.ceapro-results__badge strong {
	color: var(--cp-blue);
	font-size: 18px;
}

.ceapro-results__badge span {
	color: #1e2025;
	font-size: 13px;
}

.ceapro-exam {
	padding-top: 46px;
}

.ceapro-exam-tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin-top: 46px;
}

.ceapro-exam-tabs button {
	background: transparent;
	border: 0;
	border-radius: 8px 8px 0 0;
	color: #28547f;
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	min-height: 75px;
	padding: 14px 18px;
}

.ceapro-exam-tabs button span {
	display: block;
}

.ceapro-exam-tabs button.is-active {
	background: var(--cp-blue-dark);
	color: #fff;
}

.ceapro-exam-panel {
	background: var(--cp-blue-dark);
	border-radius: 0 0 6px 6px;
	color: #fff;
	min-height: 450px;
	padding: 48px 8%;
}

.ceapro-exam-panel[hidden] {
	display: none;
}

.ceapro-exam-panel p {
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 30px;
}

.ceapro-exam-panel h3 {
	color: #fff;
	font-size: 28px;
}

.ceapro-table-wrap {
	overflow-x: auto;
}

.ceapro-exam table {
	background: #fff;
	border-collapse: collapse;
	color: #15191f;
	margin: 0 auto 38px;
	min-width: 840px;
	width: 82%;
}

.ceapro-exam th,
.ceapro-exam td {
	border: 1px solid #174c75;
	font-size: 13px;
	line-height: 1.2;
	padding: 11px 12px;
	text-align: left;
}

.ceapro-exam th {
	background: var(--cp-gold);
	font-size: 14px;
	font-weight: 800;
}

.ceapro-exam__actions {
	display: flex;
	gap: 110px;
	justify-content: center;
	margin-top: 38px;
}

.ceapro-exam__actions .ceapro-button {
	min-width: 285px;
}

.ceapro-syllabus {
	padding-top: 34px;
}

.ceapro-syllabus__card {
	align-items: stretch;
	border: 1px solid #cbced4;
	border-radius: 18px;
	box-shadow: 0 2px 6px rgba(30, 46, 67, .08);
	display: grid;
	gap: 30px;
	grid-template-columns: 310px minmax(0, 1fr) 300px;
	margin-top: 56px;
	padding: 26px;
}

.ceapro-book {
	background: var(--cp-blue);
	border-left: 12px solid #174f91;
	border-radius: 10px 14px 14px 10px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 275px;
	padding: 20px 18px;
}

.ceapro-book > span {
	align-self: flex-start;
	background: var(--cp-gold);
	border-radius: 8px;
	color: #313131;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 13px;
}

.ceapro-book strong,
.ceapro-book small {
	display: block;
}

.ceapro-book strong {
	font-size: 22px;
	margin-bottom: 8px;
}

.ceapro-book small {
	font-size: 15px;
}

.ceapro-syllabus__copy {
	align-self: center;
}

.ceapro-eyebrow {
	color: #2f6596;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 18px;
	position: relative;
}

.ceapro-eyebrow::after {
	background: var(--cp-gold);
	bottom: -9px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 42px;
}

.ceapro-syllabus__copy h3 {
	color: #1c4b74;
	font-size: 24px;
	margin-bottom: 13px;
}

.ceapro-syllabus__description,
.ceapro-syllabus__description p {
	color: #646872;
	font-size: 15px;
}

.ceapro-syllabus__description p {
	margin-bottom: 0;
}

.ceapro-syllabus__features {
	color: #2d638f;
	display: grid;
	font-size: 14px;
	font-weight: 600;
	gap: 12px 30px;
	grid-template-columns: 1fr 1fr;
	margin-top: 20px;
}

.ceapro-syllabus__features span {
	display: flex;
	gap: 9px;
}

.ceapro-syllabus__features i,
.ceapro-syllabus__features em {
	font-style: normal;
}

.ceapro-syllabus__buy {
	border-left: 1px solid #d8d9dc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
}

.ceapro-syllabus__buy p {
	color: #5c606b;
	font-size: 14px;
	margin-bottom: 14px;
}

.ceapro-syllabus__buy p strong {
	color: #0f4979;
	font-size: 40px;
	margin-right: 6px;
}

.ceapro-syllabus__buy > span {
	align-self: flex-start;
	background: var(--cp-blue-dark);
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	margin: 16px 0;
	padding: 8px 15px;
}

.ceapro-syllabus__buy .ceapro-button {
	align-self: flex-start;
	margin-bottom: 15px;
}

.ceapro-syllabus__sample {
	color: #2e6593;
	font-size: 14px;
	font-weight: 600;
}

.ceapro-method {
	padding-top: 44px;
}

.ceapro-accordion {
	margin-top: 58px;
}

.ceapro-accordion__item {
	margin-bottom: 24px;
}

.ceapro-accordion__trigger {
	align-items: center;
	background: var(--cp-blue-dark);
	border: 0;
	border-radius: 4px;
	box-shadow: 0 11px 20px rgba(35, 66, 104, .17);
	color: #fff;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 17px;
	font-weight: 800;
	justify-content: space-between;
	min-height: 66px;
	padding: 15px 24px;
	text-align: left;
	width: 100%;
}

.ceapro-accordion__trigger i,
.ceapro-faq__item button i {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	height: 12px;
	margin-right: 5px;
	transform: rotate(45deg);
	transition: transform .2s ease;
	width: 12px;
}

.ceapro-accordion__item.is-open > .ceapro-accordion__trigger i,
.ceapro-faq__item.is-open button i {
	transform: rotate(225deg);
}

.ceapro-accordion__panel {
	background: #fff;
	border: 1px solid #c9ccd1;
	box-shadow: 0 10px 20px rgba(25, 43, 65, .08);
}

.ceapro-accordion__panel[hidden] {
	display: none;
}

.ceapro-accordion__content {
	color: #17191d;
	font-size: 13px;
	line-height: 1.35;
	padding: 26px 24px 30px;
}

.ceapro-accordion__content h3 {
	font-size: 17px;
	margin: 0 0 14px;
}

.ceapro-accordion__content p {
	margin-bottom: 10px;
}

.ceapro-accordion__content h4 {
	font-size: 14px;
	margin: 10px 0 5px;
}

.ceapro-accordion__content ul {
	margin-bottom: 10px;
	padding-left: 20px;
}

.ceapro-accordion__content > :last-child {
	margin-bottom: 0;
}

.ceapro-faq {
	padding-top: 62px;
}

.ceapro-kicker {
	color: #2f6595;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
	margin: -12px 0 35px;
	text-align: center;
}

.ceapro-faq__box {
	background: #f3f6fd;
	border-radius: 46px;
	display: grid;
	gap: 60px;
	grid-template-columns: 290px 1fr;
	padding: 38px 55px 40px;
}

.ceapro-faq__contact {
	align-self: center;
}

.ceapro-faq__contact h3 {
	color: #101318;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 20px;
}

.ceapro-faq__contact p {
	color: #666b75;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 22px;
}

.ceapro-faq__contact .ceapro-button {
	font-size: 12px;
	min-height: 38px;
	padding: 10px 19px;
}

.ceapro-faq__item {
	margin-bottom: 12px;
}

.ceapro-faq__item button {
	align-items: center;
	background: #fff;
	border: 1px solid #d4d6da;
	box-shadow: 0 3px 8px rgba(28, 42, 65, .07);
	color: #111;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	justify-content: space-between;
	min-height: 47px;
	padding: 10px 20px;
	text-align: left;
	width: 100%;
}

.ceapro-faq__item > div {
	background: #fff;
	border: 1px solid #d4d6da;
	border-top: 0;
	font-size: 13px;
	padding: 16px 20px;
}

.ceapro-faq__item > div[hidden] {
	display: none;
}

.ceapro-faq__content {
	color: #17191d;
	line-height: 1.45;
}

.ceapro-faq__content p {
	margin: 0 0 10px;
}

.ceapro-faq__content > :last-child {
	margin-bottom: 0;
}

.ceapro-articles {
	padding-block: 78px 90px;
}

.ceapro-articles h2 {
	color: #080a0d;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 42px;
	text-align: center;
}

.ceapro-articles__grid {
	display: grid;
	gap: 44px;
	grid-template-columns: repeat(3, 1fr);
}

.ceapro-articles article {
	background: #f5f5f5;
	border-radius: 4px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
	overflow: hidden;
}

.ceapro-articles article > img {
	aspect-ratio: 1.8 / 1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ceapro-articles article > div {
	display: flex;
	flex-direction: column;
	min-height: 240px;
	padding: 24px 24px 28px;
}

.ceapro-articles article p {
	color: #485564;
	font-size: 13px;
	margin-bottom: 18px;
}

.ceapro-articles article h3 {
	color: #17334f;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	margin-bottom: 26px;
}

.ceapro-articles article .ceapro-button {
	align-self: flex-start;
	font-size: 12px;
	margin-top: auto;
	min-height: 39px;
	padding: 10px 24px;
}

.ceapro-articles__empty {
	color: #485564;
	font-size: 15px;
	margin: 0;
	text-align: center;
}

.ceapro-footer {
	background: #fff;
	color: #555b65;
	padding: 26px 0 0;
}

.ceapro-footer__main {
	display: grid;
	gap: 20%;
	grid-template-columns: 38% 1fr;
	padding-inline: 50px;
}

.ceapro-footer__label {
	background: var(--cp-beige);
	border-radius: 999px;
	color: #aa761e;
	display: table;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 22px;
	padding: 8px 22px;
}

.ceapro-footer__contact .ceapro-button {
	display: flex;
	font-size: 13px;
	margin-bottom: 12px;
	max-width: 220px;
	min-height: 42px;
}

.ceapro-footer__contact h3 {
	color: #30343b;
	font-size: 13px;
	margin: 18px 0 8px;
}

.ceapro-footer__contact p,
.ceapro-footer__contact > a:not(.ceapro-button) {
	font-size: 12px;
}

.ceapro-footer__contact > a:not(.ceapro-button) {
	color: #2d6f9e;
	font-weight: 600;
}

.ceapro-footer__links h3 {
	color: #555b65;
	font-size: 16px;
	margin-bottom: 25px;
}

.ceapro-footer__links > div:not(.ceapro-socials) {
	display: grid;
	font-size: 12px;
	gap: 18px 70px;
	grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
}

.ceapro-socials {
	display: flex;
	gap: 9px;
	margin-top: 38px;
}

.ceapro-socials a {
	align-items: center;
	border: 1px solid #565b63;
	border-radius: 50%;
	display: flex;
	font-size: 14px;
	height: 31px;
	justify-content: center;
	width: 31px;
}

.ceapro-footer__bottom {
	border-top: 1px solid #d4d5d8;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-top: 42px;
	padding: 22px 50px 26px;
}

@media (max-width: 1280px) {
	.ceapro-header {
		padding-inline: 24px;
	}

	.ceapro-header__inner {
		gap: 25px;
		padding-left: 28px;
	}

	.ceapro-header__brand {
		flex-basis: 180px;
	}

	.ceapro-header__brand img {
		width: 180px;
	}

	.ceapro-header__nav {
		gap: 22px;
	}

	.ceapro-header__actions .ceapro-button {
		min-width: 145px;
		padding-inline: 20px;
	}

	.ceapro-header__actions .ceapro-button:last-child {
		min-width: 155px;
	}

	.ceapro-pricing__grid {
		gap: 45px;
	}

	.ceapro-pill-nav {
		gap: 16px;
	}

	.ceapro-pill-nav a {
		min-width: auto;
	}

	.ceapro-syllabus__card {
		grid-template-columns: 270px minmax(0, 1fr) 255px;
	}
}

@media (max-width: 1024px) {
	.ceapro-shell,
	.ceapro-wide {
		width: calc(100% - 48px);
	}

	.ceapro-section {
		padding-block: 54px;
	}

	.ceapro-header {
		background: #fff;
		padding: 14px 24px;
		position: relative;
		z-index: 20;
	}

	.ceapro-header__inner {
		border-radius: 0;
		box-shadow: none;
		min-height: 62px;
		padding: 0;
	}

	.ceapro-header__brand,
	.ceapro-header__brand img {
		width: 175px;
	}

	.ceapro-header__brand {
		flex-basis: 175px;
	}

	.ceapro-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.ceapro-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.ceapro-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
		opacity: 0;
	}

	.ceapro-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.ceapro-header__nav-wrap {
		align-items: stretch;
		background: #fff;
		box-shadow: 0 12px 22px rgba(23, 49, 80, .12);
		display: none;
		flex-direction: column;
		gap: 12px;
		left: 0;
		padding: 24px;
		position: absolute;
		top: 100%;
		width: 100%;
	}

	.ceapro-header__nav-wrap.is-open {
		display: flex;
	}

	.ceapro-header__nav,
	.ceapro-header__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.ceapro-header__nav a {
		border-bottom: 1px solid #eceef2;
		font-size: 15px;
		padding: 13px 4px;
	}

	.ceapro-search {
		display: none;
	}

	.ceapro-header__actions {
		flex-direction: row;
		gap: 12px;
		padding-top: 12px;
	}

	.ceapro-header__actions .ceapro-button,
	.ceapro-header__actions .ceapro-button:last-child {
		flex: 1;
		min-width: 0;
	}

	.ceapro-announcement {
		font-size: 13px;
		line-height: 38px;
	}

	.ceapro-hero {
		padding-top: 24px;
	}

	.ceapro-breadcrumb {
		margin-bottom: 30px;
	}

	.ceapro-breadcrumb-block .ceapro-breadcrumb {
		margin-bottom: 0;
	}

	.ceapro-hero__grid {
		align-items: start;
		gap: 44px;
		grid-template-columns: 1fr 1fr;
	}

	.ceapro-hero__copy h1 {
		font-size: 38px;
	}

	.ceapro-video-card {
		border-radius: 18px;
		margin-top: 50px;
		padding: 12px;
	}

	.ceapro-facts strong {
		font-size: 18px;
	}

	.ceapro-facts span {
		font-size: 11px;
	}

	.ceapro-course-nav h2 {
		font-size: 29px;
	}

	.ceapro-pill-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 8px;
	}

	.ceapro-pill-nav a {
		flex: 0 0 auto;
	}

	.ceapro-pricing__grid {
		grid-template-columns: 1fr 1fr;
	}

	.ceapro-pricing__content h3 {
		font-size: 25px;
	}

	.ceapro-button--block {
		min-width: 0;
		width: 100%;
	}

	.ceapro-price-switch button {
		font-size: 13px;
	}

	.ceapro-price-card__head {
		padding-inline: 30px;
	}

	.ceapro-check-list {
		padding-inline: 28px;
	}

	.ceapro-exam-tabs {
		overflow-x: auto;
	}

	.ceapro-exam-tabs button {
		min-width: 210px;
	}

	.ceapro-exam-panel {
		padding-inline: 35px;
	}

	.ceapro-syllabus__card {
		grid-template-columns: 220px minmax(0, 1fr) 220px;
	}

	.ceapro-book {
		min-height: 250px;
	}

	.ceapro-syllabus__copy h3 {
		font-size: 20px;
	}

	.ceapro-syllabus__features {
		grid-template-columns: 1fr;
	}

	.ceapro-syllabus__buy p strong {
		font-size: 32px;
	}

	.ceapro-faq__box {
		grid-template-columns: 240px 1fr;
		padding-inline: 35px;
	}

	.ceapro-footer__main {
		gap: 10%;
	}
}

@media (max-width: 767px) {
	.elementor-ceapro {
		font-size: 15px;
	}

	.ceapro-shell,
	.ceapro-wide {
		width: calc(100% - 32px);
	}

	.ceapro-section {
		padding-block: 42px;
	}

	.ceapro-section-title {
		font-size: 28px;
		margin-bottom: 22px;
	}

	.ceapro-section-intro {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.ceapro-header {
		padding: 8px 16px;
	}

	.ceapro-header__brand,
	.ceapro-header__brand img {
		width: 145px;
	}

	.ceapro-header__brand {
		flex-basis: 145px;
	}

	.ceapro-header__actions {
		flex-direction: column;
	}

	.ceapro-announcement {
		font-size: 11px;
		line-height: 34px;
	}

	.ceapro-hero {
		padding: 18px 0 46px;
	}

	.ceapro-breadcrumb {
		font-size: 11px;
		margin-bottom: 24px;
	}

	.ceapro-hero__grid {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}

	.ceapro-hero__copy h1 {
		font-size: 32px;
		line-height: 1.08;
		margin-bottom: 24px;
	}

	.ceapro-hero__copy h2 {
		font-size: 17px;
		margin-bottom: 22px;
	}

	.ceapro-hero__copy .ceapro-hero__lead {
		font-size: 16px;
	}

	.ceapro-hero__copy p {
		font-size: 13px;
		margin-bottom: 18px;
	}

	.ceapro-actions {
		align-items: stretch;
		flex-direction: column;
		margin-top: 26px;
	}

	.ceapro-actions .ceapro-button {
		width: 100%;
	}

	.ceapro-video-card {
		box-shadow: 0 18px 30px rgba(38, 65, 100, .2);
		margin: 0;
		order: 2;
		padding: 8px;
	}

	.ceapro-video-card__play {
		height: 55px;
		width: 115px;
	}

	.ceapro-video-card__play::before {
		height: 48px;
		width: 48px;
	}

	.ceapro-video-card__play span {
		border-bottom-width: 8px;
		border-left-width: 13px;
		border-top-width: 8px;
	}

	.ceapro-facts {
		padding: 16px 0;
	}

	.ceapro-facts__grid {
		gap: 0;
		grid-template-columns: repeat(2, 1fr);
	}

	.ceapro-facts__grid > div {
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		min-height: 72px;
		padding: 9px 4px;
	}

	.ceapro-facts__grid > div:nth-child(2n) {
		border-right: 0;
	}

	.ceapro-facts__grid > div:last-child {
		border-bottom: 0;
	}

	.ceapro-facts__grid > div:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.ceapro-facts strong {
		font-size: 17px;
	}

	.ceapro-why__metrics {
		gap: 20px 0;
		grid-template-columns: repeat(2, 1fr);
		padding: 25px 8px;
	}

	.ceapro-why__metrics[data-count="1"] {
		grid-template-columns: 1fr;
	}

	.ceapro-why__metrics[data-count="3"] {
		grid-template-columns: repeat(3, 1fr);
	}

	.ceapro-why__metrics:not([data-count="3"]) > div:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.ceapro-why__metrics strong {
		font-size: 23px;
	}

	.ceapro-why__metrics span {
		font-size: 10px;
	}

	.ceapro-why__benefits {
		gap: 20px 8px;
		grid-template-columns: repeat(2, 1fr);
		padding: 25px 15px;
	}

	.ceapro-why__benefits > div {
		font-size: 12px;
		gap: 8px;
		justify-content: flex-start;
	}

	.ceapro-why__benefits > div:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.ceapro-course-nav {
		padding: 34px 0 28px;
	}

	.ceapro-course-nav h2 {
		font-size: 25px;
	}

	.ceapro-course-nav p,
	.ceapro-course-nav__description {
		font-size: 13px;
	}

	.ceapro-pill-nav {
		gap: 10px;
	}

	.ceapro-pill-nav a {
		font-size: 13px;
		padding: 10px 18px;
	}

	.ceapro-pricing__grid {
		display: flex;
		flex-direction: column;
		gap: 58px;
	}

	.ceapro-pricing__content h3 {
		font-size: 24px;
	}

	.ceapro-pricing__description,
	.ceapro-pricing__description p,
	.ceapro-pricing__content li {
		font-size: 13px;
	}

	.ceapro-start-date {
		width: 100%;
	}

	.ceapro-pricing__offer {
		width: 100%;
	}

	.ceapro-price-switch {
		margin-bottom: 44px;
	}

	.ceapro-price-switch button {
		font-size: 11px;
		min-height: 46px;
		padding-inline: 7px;
	}

	.ceapro-price-card {
		border-width: 3px;
		border-radius: 28px;
	}

	.ceapro-price-card__badge {
		font-size: 15px;
		min-width: 215px;
	}

	.ceapro-price-card__head {
		padding: 44px 24px 22px;
	}

	.ceapro-price-card__head p strong {
		font-size: 42px;
	}

	.ceapro-check-list {
		padding: 22px 22px;
	}

	.ceapro-check-list li {
		font-size: 13px;
	}

	.ceapro-price-card__actions {
		gap: 10px;
		padding-inline: 18px;
	}

	.ceapro-price-card__actions .ceapro-button {
		font-size: 12px;
		padding-inline: 12px;
	}

	.ceapro-results h2 {
		font-size: 21px;
	}

	.ceapro-results__badge {
		border-radius: 20px;
	}

	.ceapro-results__badge strong {
		font-size: 16px;
	}

	.ceapro-results__badge span {
		font-size: 10px;
	}

	.ceapro-exam-tabs {
		margin-top: 30px;
	}

	.ceapro-exam-tabs button {
		font-size: 12px;
		min-height: 65px;
		min-width: 170px;
	}

	.ceapro-exam-panel {
		min-height: 0;
		padding: 28px 20px;
	}

	.ceapro-exam-panel p {
		font-size: 13px;
	}

	.ceapro-exam table {
		width: 900px;
	}

	.ceapro-exam__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		margin-top: 25px;
	}

	.ceapro-exam__actions .ceapro-button {
		min-width: 0;
		width: 100%;
	}

	.ceapro-syllabus__card {
		grid-template-columns: 1fr;
		margin-top: 35px;
		padding: 18px;
	}

	.ceapro-book {
		min-height: 250px;
	}

	.ceapro-syllabus__description br {
		display: none;
	}

	.ceapro-syllabus__features {
		grid-template-columns: 1fr;
	}

	.ceapro-syllabus__buy {
		border-left: 0;
		border-top: 1px solid #d8d9dc;
		padding: 25px 0 0;
	}

	.ceapro-syllabus__buy .ceapro-button {
		width: 100%;
	}

	.ceapro-accordion {
		margin-top: 35px;
	}

	.ceapro-accordion__trigger {
		font-size: 15px;
		min-height: 58px;
	}

	.ceapro-accordion__content h3 {
		font-size: 15px;
	}

	.ceapro-accordion__content {
		font-size: 12px;
		padding-inline: 18px;
	}

	.ceapro-faq__box {
		border-radius: 28px;
		grid-template-columns: 1fr;
		padding: 28px 20px;
	}

	.ceapro-faq__contact h3 {
		font-size: 22px;
	}

	.ceapro-faq__item button {
		font-size: 11px;
		gap: 12px;
		padding-inline: 14px;
	}

	.ceapro-articles {
		padding-bottom: 60px;
	}

	.ceapro-articles h2 {
		font-size: 23px;
	}

	.ceapro-articles__grid {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	.ceapro-articles article > div {
		min-height: 220px;
	}

	.ceapro-footer__main {
		gap: 45px;
		grid-template-columns: 1fr;
		padding-inline: 0;
	}

	.ceapro-footer__links > div:not(.ceapro-socials) {
		gap: 15px 25px;
		grid-auto-flow: row;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: none;
	}

	.ceapro-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding-inline: 0;
	}
}
