:root {
	--ktc-navy: #162d57;
	--ktc-heading: #192c55;
	--ktc-accent: #1489cc;
	--ktc-text: #5f5f5f;
	--ktc-line: #dce3ec;
	--ktc-soft: #f4f7fb;
	--ktc-white: #fff;
}

.ktc-course {
	background: var(--ktc-white);
	color: var(--ktc-text);
	padding: clamp(70px, 8vw, 145px) 0 clamp(80px, 9vw, 150px);
}

.ktc-wrap {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
}

.ktc-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.08fr) minmax(300px, .92fr);
	grid-template-rows: auto auto 1fr;
	column-gap: clamp(36px, 4.2vw, 68px);
	align-items: start;
}

.ktc-title {
	grid-column: 1;
	grid-row: 1;
	color: var(--ktc-heading);
	font-size: clamp(44px, 5vw, 72px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: .98;
	margin: 0 0 clamp(34px, 4vw, 54px);
	max-width: 930px;
}

.ktc-cover {
	grid-column: 1;
	grid-row: 2;
	aspect-ratio: 16 / 10;
	background: var(--ktc-soft);
	margin: 0;
	overflow: hidden;
}

.ktc-cover__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ktc-cover__placeholder {
	height: 100%;
	min-height: 420px;
}

.ktc-main {
	grid-column: 1;
	grid-row: 3;
	min-width: 0;
}

.ktc-sidebar {
	grid-column: 2;
	grid-row: 2 / 4;
	min-width: 0;
	position: sticky;
	top: 30px;
}

.admin-bar .ktc-sidebar {
	top: 62px;
}

.ktc-enrol-card,
.ktc-sidebar-info {
	border: 1px solid var(--ktc-line);
	background: var(--ktc-white);
}

.ktc-enrol-card__body {
	background: var(--ktc-soft);
	padding: 30px;
}

.ktc-single-type {
	color: var(--ktc-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 17px;
	text-transform: uppercase;
}

.ktc-product-types {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
}

.ktc-product-types legend,
.ktc-variant-picker label,
.ktc-payment-plans legend {
	color: var(--ktc-heading);
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 11px;
	width: 100%;
}



.ktc-product-types label {
	cursor: pointer;
	margin: 0;
	position: relative;
}

.ktc-product-types input {
	opacity: 0;
	position: absolute;
}

.ktc-product-types span {
	background: var(--ktc-white);
	border: 1px solid var(--ktc-line);
	color: var(--ktc-heading);
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 16px;
	transition: background .2s, border-color .2s, color .2s;
}

.ktc-product-types input:checked + span,
.ktc-product-types input:focus-visible + span {
	background: var(--ktc-navy);
	border-color: var(--ktc-navy);
	color: var(--ktc-white);
}

.ktc-variant-picker {
	margin-bottom: 22px;
}

.ktc-variant-picker.is-ktc-guided,
.ktc-payment-plans.is-ktc-guided {
	animation: ktc-guided-choice-pulse 4.8s ease-in-out;
	outline: 3px solid rgba(197, 30, 30, 0);
	outline-offset: 7px;
}

.ktc-variant-picker[hidden] {
	display: none;
}

.ktc-variant-picker select {
	appearance: none;
	background: var(--ktc-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23192c55' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 16px center;
	border: 1px solid #cfd9e6;
	border-radius: 0;
	color: var(--ktc-heading);
	font-size: 15px;
	font-weight: 600;
	min-height: 54px;
	padding: 0 48px 0 16px;
	width: 100%;
}

.ktc-payment-plans {
	border: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px;
	padding: 0;
}

.ktc-payment-plans legend {
	grid-column: 1 / -1;
}

.ktc-payment-plan {
	cursor: pointer;
	margin: 0;
	min-width: 0;
	position: relative;
}

label.ktc-payment-plan input[type="radio"] {
	position: absolute !important;
	opacity: 0 !important;
}

.ktc-payment-plan__card {
	align-items: center;
	background: var(--ktc-white);
	border: 1px solid #cfd9e6;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	padding: 10px 10px 10px;
	min-height: 52px;
	position: relative;
	text-align: center;
	transition: border-color .2s, box-shadow .2s, background .2s;
}

.ktc-payment-plan input:checked + .ktc-payment-plan__card {
	background: #eef5fb;
	border-color: var(--ktc-navy);
	box-shadow: inset 0 0 0 1px var(--ktc-navy);
}

.ktc-payment-plan input:focus-visible + .ktc-payment-plan__card {
	outline: 2px solid var(--ktc-accent);
	outline-offset: 2px;
}

.ktc-payment-plan__badge {
	background: var(--ktc-accent);
	color: var(--ktc-white);
	font-size: 8px;
	font-weight: 800;
	left: -1px;
	top: -10px;
	letter-spacing: .03em;
	padding: 3px 5px;
	position: absolute;
	line-height: 1;
}

.ktc-payment-plan__name {
	color: var(--ktc-heading);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.ktc-price {
	color: var(--ktc-heading);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	margin: 2px 0 22px;
}

.ktc-discounted-price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ktc-price del {
	color: #8b94a3;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	opacity: 1;
}

.ktc-price ins {
	text-decoration: none;
}

.ktc-saving-message {
	background: #e7f5ec;
	color: #176b3a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	margin: -10px 0 18px;
	padding: 9px 11px;
}

.ktc-saving-message[hidden] {
	display: none;
}

.ktc-enrol-button {
	background: #C51E1E;
	border: 1px solid #C51E1E;
	border-radius: 0;
	color: var(--ktc-white);
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	min-height: 56px;
	padding: 14px 20px;
	transition: background .2s, border-color .2s;
	width: 100%;
}

.ktc-enrol-button:hover,
.ktc-enrol-button:focus-visible {
	background: var(--ktc-accent);
	border-color: var(--ktc-accent);
	color: var(--ktc-white);
}

.ktc-enrol-button:disabled {
	background: #8b94a3;
	border-color: #8b94a3;
	cursor: not-allowed;
	opacity: 1;
}

@keyframes ktc-guided-choice-pulse {
	0% {
		background-color: rgba(197, 30, 30, 0.12);
		outline-color: rgba(197, 30, 30, 0.55);
	}

	20% {
		background-color: rgba(197, 30, 30, 0.02);
		outline-color: rgba(197, 30, 30, 0.16);
	}

	40% {
		background-color: rgba(197, 30, 30, 0.12);
		outline-color: rgba(197, 30, 30, 0.55);
	}

	60% {
		background-color: rgba(197, 30, 30, 0.02);
		outline-color: rgba(197, 30, 30, 0.16);
	}

	80% {
		background-color: rgba(197, 30, 30, 0.1);
		outline-color: rgba(197, 30, 30, 0.48);
	}

	100% {
		background-color: transparent;
		outline-color: rgba(197, 30, 30, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ktc-variant-picker.is-ktc-guided,
	.ktc-payment-plans.is-ktc-guided {
		animation: none;
		background-color: rgba(197, 30, 30, 0.1);
		outline-color: rgba(197, 30, 30, 0.55);
	}
}

.ktc-price-unavailable {
	font-size: 20px;
	font-weight: 700;
}

.ktc-facts {
	list-style: none;
	margin: 0;
	padding: 18px 30px 22px;
}

.ktc-facts li {
	align-items: center;
	border-bottom: 1px solid var(--ktc-line);
	display: flex;
	align-items: center;
	gap: 10px 4px;
	min-height: 58px;
	padding: 11px 0;
	line-height: 1.35;
}

.ktc-facts li:last-child {
	border-bottom: 0;
}

.ktc-facts span:not(.ktc-fact-icon) {
	color: #777f8c;
	font-size: 14px;
	width: calc(50% - 15px);
	display: inline-block;
}

.ktc-facts strong {
	color: var(--ktc-heading);
	font-size: 14px;
	text-align: right;
	width: calc(50% - 15px);
	display: inline-block;
}

.ktc-fact-icon {
	align-items: center;
	color: var(--ktc-accent);
	display: inline-flex;
	justify-content: center;
	min-width: 22px;
	width: 22px;
}

.ktc-fact-icon svg {
	fill: none;
	height: 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 22px;
	object-fit: contain;
}

.ktc-sidebar-info {
	margin-top: 22px;
	padding: 6px 30px 18px;
}

.ktc-info-section {
	border-bottom: 1px solid var(--ktc-line);
	padding: 24px 0 20px;
}

.ktc-info-section:last-child {
	border-bottom: 0;
}

.ktc-info-section h2 {
	color: var(--ktc-heading);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 14px;
}

.ktc-info-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ktc-info-section li {
	color: var(--ktc-text);
	font-size: 14px;
	line-height: 1.55;
	padding: 5px 0 5px 16px;
	position: relative;
}

.ktc-info-section li::before {
	background: var(--ktc-accent);
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 5px;
}

.ktc-tabs {
	background: var(--ktc-white);
	border-bottom: 1px solid var(--ktc-line);
	margin: 0;
	position: sticky;
	top: 0;
	z-index: 20;
}

.admin-bar .ktc-tabs {
	top: 32px;
}

.ktc-tabs__track {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
}

.ktc-tabs__track::-webkit-scrollbar {
	display: none;
}

.ktc-tabs a {
	border-bottom: 2px solid transparent;
	color: var(--ktc-text);
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 600;
	padding: 22px 18px 19px;
	text-decoration: none;
	transition: color .2s, border-color .2s;
	white-space: nowrap;
}

.ktc-tabs a:first-child {
	padding-left: 0;
}

.ktc-tabs a:hover,
.ktc-tabs a.is-active {
	border-bottom-color: var(--ktc-accent);
	color: var(--ktc-accent);
}

.ktc-elementor-content {
	padding-top: 50px;
}

.ktc-elementor-content > .elementor {
	max-width: 100%;
}

.ktc-elementor-content .elementor > .e-con {
	--padding-top: 0;
	--padding-right: 0;
	--padding-bottom: 0;
	--padding-left: 0;
	max-width: 100%;
	width: 100%;
}

.ktc-elementor-content h2 {
	font-size: clamp(31px, 3.3vw, 46px);
	letter-spacing: -.03em;
	line-height: 1.08;
}


.ktc-elementor-content p,
.ktc-elementor-content li {
	line-height: 1.75;
}

.ktc-rich-section {
	--gap: 0px;
	position: relative;
}

.ktc-rich-section__eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.ktc-rich-section__eyebrow .elementor-heading-title {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.ktc-rich-section h2 {
	margin: 0 0 28px;
}

.ktc-rich-section h3 {
	font-size: 22px;
	margin: 28px 0 12px;
}

.ktc-rich-section .ktc-prose > :first-child,
.ktc-rich-section .elementor-widget-text-editor.ktc-prose .elementor-widget-container > :first-child {
	margin-top: 0;
}

.ktc-rich-section .ktc-prose > :last-child,
.ktc-rich-section .elementor-widget-text-editor.ktc-prose .elementor-widget-container > :last-child {
	margin-bottom: 0;
}

.ktc-rich-section__lead,
.ktc-rich-section__lead p {
	color: var(--ktc-heading);
	font-size: clamp(19px, 2vw, 24px);
	line-height: 1.55;
}

.ktc-callout {
	background: linear-gradient(135deg, var(--ktc-navy), #20457d);
	color: var(--ktc-white);
	margin-top: 28px;
	padding: clamp(26px, 4vw, 42px);
	width: 100%;
}

.ktc-callout h3,
.ktc-callout p,
.ktc-callout li,
.ktc-callout a {
	color: var(--ktc-white);
}

.ktc-callout a {
	font-weight: 700;
}

.ktc-video-grid,
.ktc-video-grid.e-con {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
	width: 100%;
}

.ktc-video-grid--single {
	grid-template-columns: minmax(0, 1fr);
}

.ktc-video {
	aspect-ratio: 16 / 9;
	background: #0e1c36;
	overflow: hidden;
}

.ktc-video .elementor-widget-container,
.ktc-video .elementor-wrapper {
	height: 100%;
}

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

.ktc-program .ktc-prose,
.ktc-program-grid,
.ktc-program-grid.e-con {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.ktc-program .ktc-prose > p,
.ktc-program-card {
	background: var(--ktc-soft);
	border-left: 3px solid var(--ktc-accent);
	margin: 0;
	padding: 20px 22px;
}

.ktc-program-card p {
	margin: 0;
}

.ktc-benefits .ktc-prose > p,
.ktc-benefit-card {
	border-bottom: 1px solid var(--ktc-line);
	margin: 0;
	padding: 22px 0;
}

.ktc-benefits-grid,
.ktc-benefits-grid.e-con {
	--gap: 0px;
	display: grid;
	width: 100%;
}

.ktc-benefit-card p {
	margin: 0;
}

.ktc-media-gallery,
.ktc-media-gallery.e-con {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
	width: 100%;
}

.ktc-media-gallery img {
	aspect-ratio: 4 / 5;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ktc-logo-grid img {
	aspect-ratio: 16 / 9;
	background: var(--ktc-white);
	border: 1px solid var(--ktc-line);
	object-fit: contain;
	padding: 22px;
}

.ktc-testimonials,
.ktc-testimonials.e-con {
	display: grid;
	gap: 22px;
	width: 100%;
}

.ktc-testimonial,
.ktc-testimonial.e-con {
	background: var(--ktc-soft);
	display: grid;
	gap: 26px;
	grid-template-columns: 150px minmax(0, 1fr);
	padding: 28px;
	width: 100%;
}

.ktc-testimonial img {
	border-radius: 50%;
	height: 150px;
	object-fit: cover;
	width: 150px;
}

.ktc-testimonial .ktc-prose p:first-child,
.ktc-testimonial .ktc-prose p:nth-child(2) {
	color: var(--ktc-heading);
	font-weight: 800;
}

.ktc-faq {
	border-top: 1px solid var(--ktc-line);
	width: 100%;
}

.ktc-faq details {
	border-bottom: 1px solid var(--ktc-line);
	padding: 0;
}

.ktc-faq summary {
	color: var(--ktc-heading);
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	list-style: none;
	padding: 22px 42px 22px 0;
	position: relative;
}

.ktc-faq summary::-webkit-details-marker {
	display: none;
}

.ktc-faq summary::after {
	color: var(--ktc-accent);
	content: '+';
	font-size: 25px;
	position: absolute;
	right: 4px;
	top: 17px;
}

.ktc-faq details[open] summary::after {
	content: '–';
}

.ktc-faq__answer {
	padding: 0 0 22px;
}

.ktc-faq .elementor-accordion-item {
	border: 0;
	border-bottom: 1px solid var(--ktc-line);
}

.ktc-faq .elementor-tab-title {
	border: 0;
	color: var(--ktc-heading);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	padding: 22px 4px 22px 0;
}

.ktc-faq .elementor-tab-title .elementor-accordion-icon {
	color: var(--ktc-accent);
}

.ktc-faq .elementor-tab-content {
	border: 0;
	padding: 0 42px 22px 0;
}

.ktc-faq .elementor-tab-content > :first-child {
	margin-top: 0;
}

.ktc-faq .elementor-tab-content > :last-child {
	margin-bottom: 0;
}

.ktc-price-unavailable {
	display: block;
	margin-top: 7px;
}

.ktc-product-empty {
	color: var(--ktc-text);
	margin: 0;
}

.ktc-program-toggle {
	background: #f5f9fc;
	padding: 0 !important;
	transition: background-color .2s, box-shadow .2s;
}

.ktc-program-toggle:hover,
.ktc-program-toggle.is-open {
	background: #f0f7fc;
	box-shadow: 0 7px 20px rgba(24, 52, 83, .07);
}

.ktc-program-toggle .ktc-program-toggle__button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--ktc-heading);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.55;
	padding: 18px;
	text-align: left;
	width: 100%;
	padding: 0;
}

.ktc-program-toggle__button::after {
	border-bottom: 2px solid var(--ktc-accent);
	border-right: 2px solid var(--ktc-accent);
	content: '';
	flex: 0 0 9px;
	height: 9px;
	margin-left: 16px;
	transform: rotate(45deg) translateY(-3px);
	transition: transform .2s;
	width: 9px;
}

.ktc-program-toggle__button[aria-expanded="true"]::after {
	transform: rotate(225deg) translate(-2px, -2px);
}

.ktc-program-toggle__button:focus-visible {
	outline: 2px solid var(--ktc-accent);
	outline-offset: -4px;
}

.ktc-program-toggle__content {
	color: var(--ktc-text);
	line-height: 1.75;
	padding: 10px 0 0 0;
}

.ktc-program-toggle__content[hidden] {
	display: none;
}

.ktc-graduate-photo img {
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(24, 52, 83, .14);
}

.ktc-graduate-text__content {
	position: relative;
}

.ktc-graduate-text.is-collapsed .ktc-graduate-text__content {
	max-height: var(--ktc-story-collapsed-height, 216px);
	overflow: hidden;
}

.ktc-graduate-text.is-collapsed .ktc-graduate-text__content::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%);
	bottom: 0;
	content: '';
	height: 46px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.ktc-graduate-text__toggle {
	background: transparent;
	border: 0;
	color: var(--ktc-accent);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 12px;
	padding: 2px 0;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	background: transparent;
}

.ktc-graduate-text__toggle:hover,
.ktc-graduate-text__toggle:focus-visible {
	color: var(--ktc-heading);
	background: transparent;
}

.ktc-graduate-text__toggle[hidden] {
	display: none;
}

.ktc-alert-form {
	display: grid;
	gap: 14px;
	margin: 0;
}

.ktc-alert-form input[type="email"] {
	background: #fff;
	border: 1px solid #cbd4df;
	border-radius: 3px;
	box-shadow: none;
	color: var(--ktc-heading);
	font: inherit;
	font-size: 15px;
	height: 50px;
	line-height: 1.4;
	padding: 12px 14px;
	width: 100%;
}

.ktc-alert-form input[type="email"]:focus {
	border-color: var(--ktc-accent);
	box-shadow: 0 0 0 3px rgba(62, 148, 222, .15);
	outline: 0;
}

.ktc-alert-form button[type="submit"] {
	background: var(--ktc-heading);
	border: 1px solid var(--ktc-heading);
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	min-height: 48px;
	padding: 12px 20px;
	transition: background-color .2s, border-color .2s;
	width: 100%;
}

.ktc-alert-form button[type="submit"]:hover,
.ktc-alert-form button[type="submit"]:focus-visible {
	background: var(--ktc-accent);
	border-color: var(--ktc-accent);
}

.ktc-alert-terms__note,
.ktc-alert-terms__note p {
	color: #758195 !important;
	font-size: 12px;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.ktc-wrap {
		padding: 0 24px;
	}

	.ktc-layout {
		column-gap: 28px;
		grid-template-columns: minmax(0, 1.7fr) minmax(240px, .9fr);
	}

	.ktc-enrol-card__body,
	.ktc-facts,
	.ktc-sidebar-info {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.ktc-course {
		padding: 55px 0 80px;
	}

	.ktc-wrap {
		padding: 0 20px;
	}

	.ktc-layout {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto;
	}

	.ktc-title,
	.ktc-cover,
	.ktc-sidebar,
	.ktc-main {
		grid-column: 1;
	}

	.ktc-title {
		font-size: clamp(39px, 12vw, 56px);
		grid-row: 1;
		margin-bottom: 28px;
	}

	.ktc-cover {
		grid-row: 2;
	}

	.ktc-sidebar {
		grid-row: 3;
		margin-top: 24px;
		position: static;
	}

	.ktc-main {
		grid-row: 4;
	}

	.ktc-tabs {
		margin-top: 35px;
	}

	.admin-bar .ktc-tabs {
		top: 46px;
	}

	.ktc-tabs a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ktc-elementor-content {
		padding-top: 40px;
	}

	.ktc-video-grid,
	.ktc-program .ktc-prose,
	.ktc-program-grid,
	.ktc-media-gallery {
		grid-template-columns: 1fr;
	}

	.ktc-testimonial {
		grid-template-columns: 1fr;
	}

	.ktc-testimonial img {
		height: 110px;
		width: 110px;
	}

	.ktc-alert-terms__box {
		padding: 22px !important;
	}
}
