.page-heading {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

.page-heading .background-image {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: 0;
	height: 100%;
	width: 100%;
	top: 0
}

.page-heading>.component-content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2
}

@media (min-width:576px) {
	.page-heading>.component-content {
		max-width: calc(540px + 2 * 15px)
	}
}

@media (min-width:768px) {
	.page-heading>.component-content {
		max-width: calc(720px + 2 * 15px)
	}
}

@media (min-width:992px) {
	.page-heading>.component-content {
		max-width: calc(960px + 2 * 15px)
	}
}

@media (min-width:1200px) {
	.page-heading>.component-content {
		max-width: calc(1140px + 2 * 15px)
	}
}

@media (min-width:1440px) {
	.page-heading>.component-content {
		max-width: calc(1200px + 2 * 15px)
	}
}

@media (min-width:2400px) {
	.page-heading>.component-content {
		max-width: calc(1500px + 2 * 15px)
	}
}

@media (min-width:320px) and (max-width:575px) {
	.page-heading>.component-content .button-section .button a {
		padding: 13px 8px !important
	}
}

.page-heading .page-heading-content {
	display: flex;
	align-items: flex-start
}

@media (max-width:991px) {
	.page-heading .page-heading-content {
		flex-direction: column
	}
}

.page-heading .page-heading-content>div {
	flex: 1
}

.page-heading .page-heading-content .help-text {
	position: absolute;
	margin-top: 0;
	top: 5px;
	text-align: right;
	right: 0
}

@media (max-width:991px) {
	.page-heading .page-heading-content .help-text {
		display: none
	}
}

.page-heading .page-heading-content iframe,
.page-heading .page-heading-content img {
	max-width: 100%
}

.page-heading .page-heading-content .media-col[data-position=bottom] {
	align-self: flex-end
}

.page-heading .page-heading-content .media-col[data-position=center] {
	align-self: center
}

.page-heading .page-heading-content.without-notifications {
	padding-top: 50px;
	padding-bottom: 50px
}

@media (max-width:768px) {
	.page-heading .page-heading-content.without-notifications {
		padding-bottom: 0
	}
}

.page-heading .page-heading-content.extended .field-pageheadingtitle,
.page-heading .page-heading-content.extended .page-heading h1 {
	margin-bottom: 20px
}

@media (max-width:991px) {
	.page-heading .page-heading-content.two-columns {
		flex-flow: column-reverse
	}

	.page-heading .page-heading-content.two-columns>div {
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 0;
		padding-top: 0
	}

	.page-heading .page-heading-content.two-columns .media-col[data-position=center] {
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 35px
	}
}

.page-heading .field-pageheadingtitle {
	overflow-wrap: anywhere;
	word-wrap: break-word;
	-webkit-word-break: break-word;
	word-break: break-word;
	margin-bottom: 20px
}

.page-heading .field-pageheadingsmalltitle {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px
}

@media (max-width:1439px) {
	.page-heading .field-pageheadingsmalltitle {
		font-size: 28px;
		line-height: 36px
	}
}

@media (max-width:767px) {
	.page-heading .field-pageheadingsmalltitle {
		font-size: 27px;
		line-height: 40px
	}
}

.page-heading .field-pageheadingsubtitle {
	font-size: 16px;
	line-height: 22px
}

.page-heading .field-pageheadingsubtitle a {
	text-decoration: underline
}

.page-heading .field-pageheadingsubtitle ol,
.page-heading .field-pageheadingsubtitle ul {
	padding-left: 20px
}

.page-heading .field-pageheadingsubtitle ul {
	list-style-type: disc
}

.page-heading .field-pageheadingsubtitle ol {
	list-style-type: decimal
}

.page-heading .field-pageheadingsubtitle strong {
	font-weight: 700
}

.page-heading .field-pageheadinglink {
	margin-top: 24px
}

.page-heading .field-pageheadingclarifyingtext {
	font-size: 14px;
	line-height: 20px;
	margin-top: 24px
}

.page-heading .field-pageheadingclarifyingtext:empty {
	display: none
}

.page-heading>.component-content .lesson-level {
	font-size: 20px;
	line-height: 26px;
	margin-top: 40px;
	margin-bottom: 5px
}

@media (max-width:767px) {
	.page-heading>.component-content .lesson-level {
		font-size: 16px;
		line-height: 22px
	}
}

.page-heading .heading-splitter {
	display: flex;
	justify-content: space-between
}

@media (max-width:991px) {
	.page-heading .heading-splitter {
		display: block
	}
}

.page-heading .heading-splitter .col-left {
	padding-right: 15px
}

@media (max-width:991px) {
	.page-heading .heading-splitter .col-left {
		padding-right: 0
	}
}

.page-heading .heading-splitter .col-right {
	width: 40%;
	flex-basis: 40%;
	flex-shrink: 0
}

@media (max-width:991px) {
	.page-heading .heading-splitter .col-right {
		width: 100%
	}
}

.page-heading .component.link .field-link a {
	font-size: 16px;
	line-height: 22px;
	color: #12225c;
	text-decoration: underline
}

.page-heading .component.link .field-link a:hover {
	color: #0954b5
}

@media (max-width:991px) {
	.page-heading .field-pageheadinglink {
		display: none
	}

	.page-heading .media-col {
		width: 100%
	}
}

@media (max-width:768px) {
	.page-heading.article-content {
		border-radius: 0
	}
}

.page-heading.heading-centered .page-heading-content {
	flex-direction: column;
	align-items: center
}

.page-heading.heading-centered .page-heading-content>div:not(.field-pageheadingtitle):first-child {
	margin-right: 0;
	margin-left: 0
}

.page-heading.heading-centered .page-heading-content .field-pageheadingtitle {
	text-align: center;
	margin-left: 0;
	margin-right: 0
}

.page-heading.heading-centered .page-heading-content .field-pageheadingsubtitle {
	font-size: 18px;
	line-height: 1.4;
	max-width: 640px;
	margin: 0 auto 30px auto;
	text-align: center
}

.page-heading.heading-centered .page-heading-content .field-pageheadingclarifyingtext {
	font-size: 14px;
	margin-top: 30px;
	text-align: center
}

.page-heading.heading-centered.narrow-page-heading .page-heading-content>div {
	margin-left: auto;
	margin-right: auto
}

.page-heading.whitepaper-page-heading {
	padding-bottom: 40px
}

.page-heading.landing-page-heading .page-heading-content {
	margin-top: 200px
}

@media (max-width:575px) {
	.page-heading.landing-page-heading .page-heading-content {
		margin-top: 50px
	}
}

.page-heading.landing-page-heading .page-heading-content .field-pageheadingsubtitle {
	font-size: 24px;
	line-height: 30px;
	max-width: 920px;
	margin: 0 auto 40px auto
}

@media (max-width:767px) {
	.page-heading.landing-page-heading .page-heading-content .field-pageheadingsubtitle {
		font-size: 20px;
		line-height: 26px
	}
}

.page-heading.landing-page-heading .page-heading-content .field-pageheadingclarifyingtext {
	font-size: 20px;
	line-height: 26px;
	margin-top: 130px
}

@media (max-width:767px) {
	.page-heading.landing-page-heading .page-heading-content .field-pageheadingclarifyingtext {
		font-size: 16px;
		line-height: 22px
	}
}

@media (max-width:575px) {
	.page-heading.landing-page-heading .page-heading-content .field-pageheadingclarifyingtext {
		margin-top: 40px
	}
}

.page-heading.landing-page-heading .page-heading-content .button-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0;
	gap: 30px
}

@media (max-width:991px) {
	.page-heading.landing-page-heading .page-heading-content .button-section {
		gap: 10px
	}
}

@media (max-width:768px) {
	.page-heading.landing-page-heading .page-heading-content .button-section {
		gap: 24px
	}
}

.page-heading .field-pageheadingsubtitle+div:not([class]) {
	display: flex;
	align-items: center;
	margin-top: 24px
}

.page-heading .field-pageheadingsubtitle+div:not([class]) .button {
	margin-right: 10px
}

@media (max-width:768px) {
	.page-heading .field-pageheadingsubtitle+div:not([class]):not(.cards-holder) {
		display: inline-block
	}

	.page-heading .field-pageheadingsubtitle+div:not([class]):not(.cards-holder) .button {
		margin-bottom: 20px
	}

	.page-heading .field-pageheadingsubtitle+div:not([class]):not(.cards-holder) .button>a.button {
		margin-bottom: 0
	}
}

.page-heading .iframe iframe {
	width: 100%;
	height: 450px
}

.page-heading.dark-theme {
	background-color: #12225c
}

.page-heading.white-background {
	background-color: #fff
}

@media (max-width:768px) {
	.page-heading.changed-components-order-on-mobile {
		display: flex;
		flex-direction: column-reverse
	}

	.page-heading.changed-components-order-on-mobile .component.navigation.submenu {
		margin-bottom: 20px
	}

	.page-heading.changed-components-order-on-mobile.white-background,
	.page-heading.changed-components-order-on-mobile.white-background .component.navigation.submenu {
		color: #000
	}

	.page-heading.changed-components-order-on-mobile.white-background .component.navigation.submenu.icon-submenu li.level1>ul>li.level2 .icon-item a,
	.page-heading.changed-components-order-on-mobile.white-background .component.navigation.submenu.icon-submenu li.level1>ul>li.level2.active .icon-item a,
	.page-heading.changed-components-order-on-mobile.white-background .component.navigation.submenu.icon-submenu li.level1>ul>li.level2:hover .icon-item a,
	.page-heading.changed-components-order-on-mobile.white-background.icon-submenu li.level1>ul>li.level2 .icon-item a,
	.page-heading.changed-components-order-on-mobile.white-background.icon-submenu li.level1>ul>li.level2.active .icon-item a,
	.page-heading.changed-components-order-on-mobile.white-background.icon-submenu li.level1>ul>li.level2:hover .icon-item a {
		color: currentColor
	}

	.page-heading.changed-components-order-on-mobile .component-content {
		width: 100%
	}

	.page-heading.changed-components-order-on-mobile .page-heading-content {
		align-items: flex-start;
		padding-bottom: 0
	}

	.page-heading.changed-components-order-on-mobile .page-heading-content .button-section>div,
	.page-heading.changed-components-order-on-mobile .page-heading-content .field-pageheadingclarifyingtext,
	.page-heading.changed-components-order-on-mobile .page-heading-content .field-pageheadingsubtitle {
		text-align: left
	}

	.page-heading.changed-components-order-on-mobile .page-heading-content .field-pageheadingsubtitle {
		margin-bottom: 20px
	}

	.page-heading.changed-components-order-on-mobile .background-image {
		position: relative;
		height: 280px;
		margin: 20px 15px;
		max-width: calc(100% - (2 * 15px))
	}

	[class*=rounded-top-].page-heading.changed-components-order-on-mobile .background-image {
		overflow: hidden
	}
}

@media (max-width:768px) and (max-width:576px) {
	.rounded-top-left-corner-mobile.page-heading.changed-components-order-on-mobile .background-image {
		border-top-left-radius: 24px
	}
}

@media (max-width:768px) and (max-width:576px) {
	.rounded-top-right-corner-mobile.page-heading.changed-components-order-on-mobile .background-image {
		border-top-right-radius: 24px
	}
}

@media (max-width:768px) and (min-width:577px) {
	.rounded-top-left-corner-desktop.page-heading.changed-components-order-on-mobile .background-image {
		border-top-left-radius: 48px
	}
}

@media (max-width:768px) and (min-width:577px) {
	.rounded-top-right-corner-desktop.page-heading.changed-components-order-on-mobile .background-image {
		border-top-right-radius: 48px
	}
}

.page-heading.article-content .component.breadcrumb {
	margin: 0;
	padding: 0 15px
}

.page-heading.article-content .component.breadcrumb ol {
	padding: 30px 0 10px 0
}

.page-heading.article-content .field-pageheadingtitle {
	margin-bottom: 16px;
	vertical-align: top
}

.page-heading[data-has-videobg=True] .background-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-height: 800px;
	z-index: 1;
	overflow: hidden
}

.page-heading[data-has-videobg=True] .background-video video#backgroundVideo {
	width: 100%;
	height: 100%;
	z-index: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.page-heading[data-has-videobg=True] .background-video canvas {
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

@media (max-width:768px) {
	.page-heading[data-has-videobg=True] .background-video canvas {
		height: 100%;
		width: auto
	}
}

.page-heading#inner-page-heading {
	padding-bottom: 60px
}

.page-heading#inner-page-heading .navigation.submenu {
	padding-left: 15px
}

@media (max-width:768px) {
	.page-heading#inner-page-heading .navigation.submenu {
		margin-bottom: 0
	}
}

body.is-inner-page-no-breadcrumb .page-heading#inner-page-heading .navigation.submenu {
	display: none
}

.page-heading#inner-page-heading .breadcrumb {
	margin: 0
}

.page-heading#inner-page-heading .market-article-body h4 {
	font-weight: 500
}

.page-heading#inner-page-heading .field-pageheadingtitle {
	margin-bottom: 10px
}

.page-heading#inner-page-heading .field-pageheadingsubtitle {
	width: 50%
}

@media (max-width:768px) {
	.page-heading#inner-page-heading .field-pageheadingsubtitle {
		width: 100%
	}
}

.page-heading#lesson-page-heading>.component-content {
	padding-bottom: 60px
}

.page-heading#lesson-page-heading>.component-content .lesson-level {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px
}

.page-heading#lesson-page-heading .field-pageheadingtitle {
	margin-bottom: 60px
}

.page-heading#lesson-page-heading.dark-theme .lesson-progress-bar .d-flex,
.page-heading#lesson-page-heading.dark-theme .lesson-progress-bar .progress-percentage,
.page-heading#lesson-page-heading.dark-theme .lesson-progress-bar .progress-text,
.page-heading#lesson-page-heading.dark-theme .lesson-progress-bar a,
.page-heading#lesson-page-heading.dark-theme .lesson-progress-bar span {
	color: #fff
}

.page-heading.heading-centered.page-heading-legal .page-heading-content {
	padding: 0;
	margin: 0 auto
}

.page-heading.heading-centered.page-heading-legal .page-heading-content>div.desktop-only {
	margin: 200px auto 150px auto;
	padding: 0
}

@media (max-width:1536px) {
	.page-heading.heading-centered.page-heading-legal .page-heading-content>div.desktop-only {
		margin: 170px auto 120px auto
	}
}

@media (max-width:1440px) {
	.page-heading.heading-centered.page-heading-legal .page-heading-content>div.desktop-only {
		margin: 150px auto 100px auto
	}
}

.page-heading.heading-centered.page-heading-legal .page-heading-content .field-pageheadingsubtitle {
	margin: 0 auto
}

.page-heading.heading-centered.page-heading-legal .page-heading-content .field-pageheadingsubtitle p {
	margin: 0 auto;
	padding: 0
}

@media (min-width:992px) {
	body .page-heading.bottom-space-for-overlapping-container-desktop-large {
		padding-bottom: 300px
	}
}

@media (min-width:1200px) {
	body .page-heading.bottom-space-for-overlapping-container-desktop-large {
		padding-bottom: 200px
	}
}

@media (min-width:992px) {
	body .page-heading.bottom-space-for-overlapping-container-desktop-medium {
		padding-bottom: 200px
	}
}

@media (min-width:1200px) {
	body .page-heading.bottom-space-for-overlapping-container-desktop-medium {
		padding-bottom: 150px
	}
}

@media (min-width:992px) {
	body .page-heading.bottom-space-for-overlapping-container-desktop-small {
		padding-bottom: 150px
	}
}

@media (min-width:1200px) {
	body .page-heading.bottom-space-for-overlapping-container-desktop-small {
		padding-bottom: 100px
	}
}

@media (max-width:991px) {
	body .page-heading.bottom-space-for-overlapping-container-mobile-large {
		padding-bottom: 450px
	}
}

@media (max-width:991px) {
	body .page-heading.bottom-space-for-overlapping-container-mobile-medium {
		padding-bottom: 350px
	}
}

@media (max-width:991px) {
	body .page-heading.bottom-space-for-overlapping-container-mobile-small {
		padding-bottom: 250px
	}
}

@media (min-width:992px) {
	.page-heading.half-width-content .page-heading-content>div {
		flex: .5
	}
}

@media (min-width:992px) {
	.page-heading.width-792-content .page-heading-content>div {
		flex: 0 0 792px
	}
}

.page-heading.just-navigation {
	margin: 0;
	padding: 0
}

.page-heading.just-navigation .navigation.submenu {
	margin: 0 auto;
	padding: 0
}

.page-heading.just-navigation .page-heading-content {
	display: none
}

.page-heading.page-heading--webinar .breadcrumb {
	margin: 0 0 -10px;
	padding-bottom: 0
}

.page-heading.page-heading--webinar .page-heading-content {
	font-size: 60px;
	line-height: 70px
}

.page-heading.page-heading--webinar .webinar-series-popup {
	margin-bottom: 20px
}

.page-heading.page-heading--webinar .webinar-series-popup a {
	background-color: #fe710d;
	margin-bottom: 30px;
	cursor: pointer
}

.page-heading.page-heading--webinar .webinar-series-popup a:hover {
	background: #c55d13
}

.page-heading.page-heading--webinar.component[data-has-videobg=False] .field-pageheadingtitle {
	margin-bottom: 5px
}

.page-heading.narrow-page-heading .page-heading-content {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto
}

.page-heading.narrow-page-heading.narrow-page-heading-large-distance .icon-submenu {
	margin-bottom: 120px
}

.page-heading.narrow-page-heading.narrow-page-heading-large-distance .page-heading-content {
	padding-bottom: 120px
}

.page-heading.narrow-page-heading.narrow-page-heading-small-distance .icon-submenu {
	margin-bottom: 65px
}

.page-heading.narrow-page-heading.narrow-page-heading-small-distance .page-heading-content {
	padding-bottom: 65px
}

.page-heading.narrow-page-heading .button-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	gap: 30px
}

@media (max-width:991px) {
	.page-heading.narrow-page-heading .button-section {
		gap: 10px
	}
}

@media (max-width:768px) {
	.page-heading.narrow-page-heading .button-section {
		flex-direction: column;
		width: 100%;
		gap: 24px;
		padding: 12px 0
	}
}

.page-heading.narrow-page-heading .button-section .button:empty {
	display: none
}

@media (max-width:768px) {
	.page-heading.narrow-page-heading .button-section>div {
		margin: auto;
		text-align: center
	}
}

@media (max-width:768px) {
	body.mobile-imageless-heading .page-heading .media-col {
		display: none
	}
}

body.no-heading-content .page-heading .page-heading-content {
	display: none
}

body.no-heading-content .page-heading .icon-submenu {
	margin-bottom: 0
}

.page-heading.cards-heading {
	padding-top: 100px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9fc)
}

@media (max-width:768px) {
	.page-heading.cards-heading {
		padding-top: 50px
	}
}

.page-heading.cards-heading * {
	color: #12225c
}

.page-heading.cards-heading>.component-content {
	max-width: none;
	padding-left: 0;
	padding-right: 0
}

.page-heading.cards-heading .background-image {
	opacity: .2;
	z-index: -1
}

.page-heading.cards-heading .field-pageheadingsubtitle,
.page-heading.cards-heading .field-pageheadingtitle {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:576px) {

	.page-heading.cards-heading .field-pageheadingsubtitle,
	.page-heading.cards-heading .field-pageheadingtitle {
		max-width: calc(540px + 2 * 15px)
	}
}

@media (min-width:768px) {

	.page-heading.cards-heading .field-pageheadingsubtitle,
	.page-heading.cards-heading .field-pageheadingtitle {
		max-width: calc(720px + 2 * 15px)
	}
}

@media (min-width:992px) {

	.page-heading.cards-heading .field-pageheadingsubtitle,
	.page-heading.cards-heading .field-pageheadingtitle {
		max-width: calc(960px + 2 * 15px)
	}
}

@media (min-width:1200px) {

	.page-heading.cards-heading .field-pageheadingsubtitle,
	.page-heading.cards-heading .field-pageheadingtitle {
		max-width: calc(1140px + 2 * 15px)
	}
}

@media (min-width:1440px) {

	.page-heading.cards-heading .field-pageheadingsubtitle,
	.page-heading.cards-heading .field-pageheadingtitle {
		max-width: calc(1200px + 2 * 15px)
	}
}

@media (min-width:2400px) {

	.page-heading.cards-heading .field-pageheadingsubtitle,
	.page-heading.cards-heading .field-pageheadingtitle {
		max-width: calc(1500px + 2 * 15px)
	}
}

@media (max-width:991px) {

	.page-heading.cards-heading .field-pageheadingsubtitle,
	.page-heading.cards-heading .field-pageheadingtitle {
		padding-left: 15px;
		padding-right: 15px
	}
}

.page-heading.cards-heading .cards-holder {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 40px
}

@media (min-width:576px) {
	.page-heading.cards-heading .cards-holder {
		max-width: calc(540px + 2 * 15px)
	}
}

@media (min-width:768px) {
	.page-heading.cards-heading .cards-holder {
		max-width: calc(720px + 2 * 15px)
	}
}

@media (min-width:992px) {
	.page-heading.cards-heading .cards-holder {
		max-width: calc(960px + 2 * 15px)
	}
}

@media (min-width:1200px) {
	.page-heading.cards-heading .cards-holder {
		max-width: calc(1140px + 2 * 15px)
	}
}

@media (min-width:1440px) {
	.page-heading.cards-heading .cards-holder {
		max-width: calc(1200px + 2 * 15px)
	}
}

@media (min-width:2400px) {
	.page-heading.cards-heading .cards-holder {
		max-width: calc(1500px + 2 * 15px)
	}
}

@media (max-width:991px) {
	.page-heading.cards-heading .cards-holder {
		max-width: none;
		overflow: auto
	}
}

.page-heading.cards-heading .cards-holder>.row {
	flex-direction: column
}

.page-heading.cards-heading .cards-holder>.row .row {
	display: flex;
	flex-wrap: nowrap
}

.page-heading.cards-heading .cards-holder>.row .row>.card {
	flex-basis: 280px;
	flex-shrink: 1;
	margin-left: 24px
}

.page-heading.cards-heading .cards-holder>.row .row>.card:first-child {
	margin-left: 0
}

@media (max-width:991px) {
	.page-heading.cards-heading .cards-holder>.row .row>.card:first-child {
		margin-left: 15px
	}
}

@media (max-width:991px) {
	.page-heading.cards-heading .cards-holder>.row .row {
		display: block
	}

	.page-heading.cards-heading .cards-holder>.row .row>.card {
		width: auto;
		max-width: 100%;
		margin: 20px
	}
}

@media (max-width:991px) {
	.page-heading.cards-heading .cards-holder>.row>.container {
		padding-left: 0;
		padding-right: 0
	}
}

.page-heading.cards-heading .cards-holder>.row>.link {
	margin: 35px auto 0
}

.page-heading.cards-heading .cards-holder>.row>.link.arrow-link .field-link a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #12225c;
	transition: color .2s;
	cursor: pointer;
	text-decoration: none
}

.page-heading.cards-heading .cards-holder>.row>.link.arrow-link .field-link a::after {
	border-style: solid;
	height: 0;
	width: 0;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #12225c;
	border-width: 5.5px 0 5.5px 10px;
	content: '';
	display: inline-block;
	position: relative;
	left: 8px;
	transition: all .2s ease-in-out
}

.page-heading.cards-heading .cards-holder>.row>.link.arrow-link .field-link:hover a {
	text-decoration: none;
	color: #0954b5
}

.page-heading.cards-heading .cards-holder>.row>.link.arrow-link .field-link:hover a::after {
	border-style: solid;
	height: 0;
	width: 0;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #0954b5;
	border-width: 5.5px 0 5.5px 10px;
	left: 12px
}

@media (max-width:991px) {
	.page-heading.cards-heading .cards-holder.is-slider .row .row {
		scrollbar-width: none;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch
	}

	.page-heading.cards-heading .cards-holder.is-slider .row .row::-webkit-scrollbar {
		display: none
	}

	.page-heading.cards-heading .cards-holder.is-slider .row .row::after {
		content: "";
		display: block;
		padding-left: 15px
	}

	.page-heading.cards-heading .cards-holder.is-slider .row .row>.card {
		flex-shrink: 0;
		scroll-snap-align: center
	}
}

@media (max-width:991px) {
	.page-heading.cards-heading .cards-holder.card-list-column .row .row {
		display: block
	}

	.page-heading.cards-heading .cards-holder.card-list-column .row .row>.card {
		max-width: 100%;
		margin-right: 15px
	}
}

.lead-capture form {
	position: relative;
	display: grid;
	grid-template-columns: 2fr 1fr;
	max-width: 460px
}

.lead-capture .turnstile-component {
	grid-column: 1/-1
}

.lead-capture__field {
	height: 45px;
	width: 100%;
	padding: 10px 25px;
	border-radius: 20px 0 0 20px;
	border-width: 1px;
	border-right: 0
}

.lead-capture__field-wrapper {
	display: flex;
	margin-bottom: 25px
}

.lead-capture__field-wrapper .field-validation-error {
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0
}

.page-heading .lead-capture__field {
	border-width: 0
}

.lead-capture__submit.button.button-primary[type=submit] {
	height: 45px;
	border-radius: 0 20px 20px 0
}

.page-heading .page-heading-content>div:not(.field-pageheadingtitle):first-child {
	margin-bottom: 60px;
	margin-right: 80px
}

@media (min-width:1200px) {
	.page-heading .page-heading-content>div:not(.field-pageheadingtitle):first-child {
		margin-bottom: 100px
	}
}

@media (max-width:991px) {
	.page-heading .page-heading-content>div:not(.field-pageheadingtitle):first-child {
		margin-right: 0
	}
}

.page-heading .page-heading-content .media-col[data-position=center] {
	margin-bottom: 60px
}

.page-heading .field-pageheadingtitle {
	font-weight: 300
}

body.professional:not(.on-page-editor) .page-heading .field-pageheadingforegroundimage {
	border-radius: 10px;
	overflow: hidden
}

@media (max-width:991px) {
	.page-heading .component.submenu {
		margin-bottom: 20px;
		max-height: 80px
	}
}

@media (min-width:992px) {
	.page-heading .icon-submenu {
		margin-bottom: 70px
	}
}

.page-heading.dark-theme {
	background-color: #12225c
}

.page-heading.dark-theme .button-bordered-secondary a {
	color: #fff
}

.page-heading.dark-theme .button-bordered-secondary a:hover {
	color: #12225c
}

.page-heading.dark-theme .field-pageheadingclarifyingtext,
.page-heading.dark-theme .field-pageheadingsmalltitle,
.page-heading.dark-theme .field-pageheadingsubtitle,
.page-heading.dark-theme .field-pageheadingtitle,
.page-heading.dark-theme h1,
.page-heading.dark-theme h2,
.page-heading.dark-theme h3,
.page-heading.dark-theme h4,
.page-heading.dark-theme h5,
.page-heading.dark-theme h6,
.page-heading.dark-theme p {
	color: #fff
}

.page-heading.dark-theme .page-heading-content a {
	color: #fff
}

.page-heading.dark-theme .notifications-wrapper h3 {
	color: #000
}

.page-heading.dark-theme .notifications-wrapper p {
	color: #6e757a
}

.page-heading>.component-content .lesson-level {
	color: #1e95cb;
	text-transform: uppercase
}

.page-heading.light-theme {
	background-color: #f9f9fc
}

.page-heading.light-theme .page-heading-content .field-pageheadingclarifyingtext,
.page-heading.light-theme .page-heading-content .field-pageheadingsubtitle,
.page-heading.light-theme .page-heading-content .field-pageheadingtitle,
.page-heading.light-theme .page-heading-content a,
.page-heading.light-theme .page-heading-content h1,
.page-heading.light-theme .page-heading-content h2,
.page-heading.light-theme .page-heading-content h3,
.page-heading.light-theme .page-heading-content h4,
.page-heading.light-theme .page-heading-content h5,
.page-heading.light-theme .page-heading-content h6,
.page-heading.light-theme .page-heading-content p {
	color: #12225c
}

.page-heading.light-theme .button-primary a {
	color: #fff
}

.page-heading.landing-page-heading {
	border-radius: 0
}

@media (max-width:768px) {
	.page-heading #inner-page-heading.page-heading:not(.cards-heading) {
		border-radius: 0
	}
}

@media (max-width:768px) {
	.page-heading #inner-page-heading .background-image {
		border-radius: 0
	}
}

.page-heading.component[data-has-videobg=False] .field-pageheadingtitle {
	margin-bottom: 20px
}

@media (max-width:768px) {
	.page-heading.component[data-has-videobg=False] .page-heading-content>div {
		max-width: 100%
	}
}

.page-heading.component[data-has-videobg=False] .page-heading-content>div.media-col[data-position=center] {
	max-width: 100%;
	margin-bottom: 170px
}

body.professional:not(.on-page-editor) .page-heading#heading-just-nav .navigation.submenu {
	margin-bottom: 0
}

body.professional:not(.on-page-editor) .page-heading#heading-just-nav .page-heading-content {
	display: none
}

body.professional:not(.on-page-editor) .page-heading.dark-theme,
body.professional:not(.on-page-editor) .page-heading.light-theme {
	background-color: #191919
}

body.professional:not(.on-page-editor) .page-heading.dark-theme .field-pageheadingtitle,
body.professional:not(.on-page-editor) .page-heading.light-theme .field-pageheadingtitle {
	font-weight: 500
}

@media (max-width:768px) {

	body.professional:not(.on-page-editor) .page-heading.dark-theme,
	body.professional:not(.on-page-editor) .page-heading.light-theme {
		margin-bottom: 0
	}
}

body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu li.level1>ul>li.level2 .icon-item {
	background-color: #191919
}

body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu li.level1>ul>li.level2.active .icon-item,
body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu li.level1>ul>li.level2:hover .icon-item {
	background: #1e95cb;
	background: linear-gradient(to bottom, #1e95cb 0, #11377c 100%);
	border: none;
	border-bottom: 2px solid #11377c;
	border-top: 2px solid #1e95cb
}

@media (max-width:768px) {

	body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu li.level1>ul>li.level2.active .icon-item,
	body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu li.level1>ul>li.level2:hover .icon-item {
		background: 0 0;
		border-top: none
	}
}

@media (min-width:992px) {

	body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu li.level1>ul>li.level2.active .icon-item .field-darkthemeicon,
	body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu li.level1>ul>li.level2:hover .icon-item .field-darkthemeicon {
		display: block
	}
}

body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu li.level1>ul>li.level2.active .icon-item a,
body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu li.level1>ul>li.level2:hover .icon-item a {
	color: #fff
}

@media (min-width:992px) {

	body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu nav>ul>li>ul>li.active .icon-item .field-lightthemeicon,
	body.professional:not(.on-page-editor) .page-heading.dark-theme .navigation.submenu.icon-submenu nav>ul>li>ul>li:hover .icon-item .field-lightthemeicon {
		display: none !important
	}
}

body.professional:not(.on-page-editor) .page-heading .page-heading-content .media-col[data-position=center],
body.professional:not(.on-page-editor) .page-heading .page-heading-content>div:not(.field-pageheadingtitle):first-child {
	margin-bottom: 0
}

.media-col[data-position] {
	margin-bottom: 60px
}

@media (max-width:768px) {
	.media-col[data-position] {
		margin-bottom: 0
	}
}