.ba-seminar-shell {
	--ba-gold: #cda85c;
	--ba-gold-dark: #b58d3f;
	--ba-ink: #110402;
	--ba-text: #4f4441;
	--ba-muted: #7b716d;
	--ba-surface: #efedec;
	--ba-border: #e4e2e0;
	--ba-danger: #b52222;
	--ba-blue: #2f7fbd;
	--ba-green: #77b646;
	color: var(--ba-text);
	font-family: "Roboto", "Open Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.55;
}

.ba-seminar-shell *,
.ba-seminar-shell *::before,
.ba-seminar-shell *::after {
	box-sizing: border-box;
}

.ba-seminar-shell h1,
.ba-seminar-shell h2,
.ba-seminar-shell h3,
.ba-seminar-shell p,
.ba-seminar-shell ul,
.ba-seminar-shell ol {
	margin-top: 0;
}

.ba-seminar-shell h1,
.ba-seminar-shell h2,
.ba-seminar-shell h3 {
	color: var(--ba-ink);
	font-family: "Roboto", Arial, sans-serif;
}

.ba-seminar-shell img {
	display: block;
	max-width: 100%;
}

.ba-eyebrow,
.ba-section-kicker {
	color: var(--ba-gold-dark);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.ba-section-heading {
	margin-bottom: 32px;
}

.ba-section-heading h2,
.ba-theory-copy > h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.ba-button {
	align-items: center;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.06em;
	min-height: 44px;
	padding: 12px 24px;
	text-align: center;
	text-transform: uppercase;
	transition: filter 180ms ease, transform 180ms ease;
}

.ba-button:hover,
.ba-button:focus {
	color: #fff;
	filter: brightness(0.94);
	transform: translateY(-1px);
}

.ba-button--gold {
	background: var(--ba-gold);
	color: #fff;
}

.ba-button--blue {
	background: var(--ba-blue);
	color: #fff;
}

.ba-button--green {
	background: var(--ba-green);
	color: #fff;
}

/* Landing page — scoped to page 24273. */
.ba-seminar-landing-page .content-page {
	padding-bottom: 55px;
	padding-top: 30px;
}

.ba-seminar-landing-page .content-page .content {
	width: 100%;
}

.ba-landing-intro {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-bottom: 38px;
}

.ba-landing-intro__media img,
.ba-theory-media img,
.ba-extra-row__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ba-landing-intro__media {
	min-height: 416px;
}

.ba-landing-intro__copy {
	padding-left: 16px;
}

.ba-landing-intro__copy .ba-eyebrow {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-bottom: 20px;
}

.ba-landing-intro__copy .ba-eyebrow::after {
	background: var(--ba-ink);
	content: "";
	flex: 1;
	height: 1px;
}

.ba-intro-block {
	margin-bottom: 22px;
	padding-left: 18px;
	position: relative;
}

.ba-intro-block::before {
	background: var(--ba-gold);
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 7px;
}

.ba-intro-block h2 {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ba-intro-block p,
.ba-intro-block li {
	font-size: 13px;
	line-height: 1.5;
}

.ba-intro-block ul {
	padding-left: 17px;
}

.ba-landing-theory {
	align-items: stretch;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 36px 0 64px;
}

.ba-theory-copy {
	padding-right: 16px;
}

.ba-theory-topics,
.ba-theory-visual > p {
	font-size: 12px;
	line-height: 1.5;
}

.ba-theory-topics p,
.ba-theory-topics ul {
	margin-bottom: 10px;
}

.ba-theory-topics ul {
	padding-left: 18px;
}

.ba-theory-visual {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ba-theory-media {
	flex: 1;
	min-height: 416px;
}

.ba-theory-meta {
	font-size: 13px;
	line-height: 1.75;
	margin: 22px 0 0;
}

.ba-read-more {
	border: 0;
	color: var(--ba-text);
	font-size: 12px;
	line-height: 1.5;
	margin-top: 18px;
}

.ba-read-more summary {
	color: var(--ba-gold-dark);
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.ba-read-more summary::-webkit-details-marker {
	display: none;
}

.ba-read-more summary::after {
	content: " +";
}

.ba-read-more[open] summary::after {
	content: " −";
}

.ba-read-more ol {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style: none;
	margin-top: 18px;
	margin-bottom: 0;
	padding-left: 0;
}

.ba-read-more li {
	margin-bottom: 10px;
}

.ba-read-more li:last-child {
	margin-bottom: 0;
}

.ba-practice-section {
	margin-bottom: 50px;
}

.ba-practice-cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ba-practice-card {
	background: var(--ba-ink);
	border: 1px solid var(--ba-gold);
	height: 469px;
	overflow: hidden;
	position: relative;
}

.ba-practice-card > img {
	height: 100%;
	object-fit: cover;
	transition: opacity 240ms ease, transform 450ms ease;
	width: 100%;
}

.ba-practice-card:hover > img,
.ba-practice-card:focus-within > img {
	opacity: 0;
	transform: scale(1.035);
}

.ba-practice-card__shade {
	background: linear-gradient(180deg, rgba(17, 4, 2, 0.78) 0%, rgba(17, 4, 2, 0.18) 48%, rgba(17, 4, 2, 0.88) 100%);
	inset: 0;
	position: absolute;
	transition: opacity 240ms ease;
}

.ba-practice-card__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	inset: 0;
	padding: 30px 24px 82px;
	position: absolute;
	text-align: center;
	transition: opacity 240ms ease, visibility 240ms ease;
}

.ba-practice-card__content--default {
	justify-content: space-between;
	z-index: 2;
}

.ba-practice-card__day {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ba-practice-card__content h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 auto auto;
	max-width: 290px;
	text-transform: uppercase;
}

.ba-practice-card__content--details {
	background: #fff;
	justify-content: flex-start;
	opacity: 0;
	padding: 26px 24px 82px;
	pointer-events: none;
	visibility: hidden;
	z-index: 3;
}

.ba-practice-card__content--details .ba-practice-card__day,
.ba-practice-card__content--details h3 {
	color: var(--ba-gold-dark);
}

.ba-practice-card__content--details h3 {
	font-size: 15px;
	line-height: 1.05;
	margin-bottom: 9px;
	max-width: 310px;
}

.ba-practice-card__details {
	color: #2a2a2a;
	font-size: 11.5px;
	line-height: 1.18;
	margin: 0;
	max-width: 310px;
}

.ba-practice-card__meta {
	color: #fff;
	font-size: 12px;
	margin-top: auto;
}

.ba-practice-card__content--details .ba-practice-card__meta {
	color: #3f3f3f;
	margin-top: auto;
}

.ba-practice-card__content--details .ba-practice-card__meta span {
	margin: 0 7px;
}

.ba-practice-card:hover .ba-practice-card__shade,
.ba-practice-card:focus-within .ba-practice-card__shade,
.ba-practice-card:hover .ba-practice-card__content--default,
.ba-practice-card:focus-within .ba-practice-card__content--default {
	opacity: 0;
	visibility: hidden;
}

.ba-practice-card:hover .ba-practice-card__content--details,
.ba-practice-card:focus-within .ba-practice-card__content--details {
	opacity: 1;
	visibility: visible;
}

.ba-practice-card__button {
	background: var(--ba-gold);
	bottom: 22px;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.08em;
	padding: 10px 20px;
	position: absolute;
	text-transform: uppercase;
	transform: translateX(-50%);
	width: 175px;
	z-index: 4;
}

.ba-practice-card__button:hover,
.ba-practice-card__button:focus {
	background: var(--ba-gold-dark);
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1100px) {
	.ba-practice-card__content--details {
		padding: 20px 16px 82px;
	}

	.ba-practice-card__content--details .ba-practice-card__day {
		font-size: 12px;
		margin-bottom: 7px;
	}

	.ba-practice-card__content--details h3 {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.ba-practice-card__details {
		font-size: clamp(9.75px, 1vw, 10.5px);
		line-height: 1.12;
	}

	.ba-practice-card__content--details .ba-practice-card__meta {
		font-size: 10.5px;
	}
}

.ba-extra-row {
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-top: 55px;
}

.ba-extra-row__image {
	min-height: 410px;
}

.ba-extra-row__copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ba-extra-row__copy h3 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.ba-extra-row__meta {
	border-top: 1px solid var(--ba-border);
	font-size: 13px;
	margin: 8px 0 24px;
	padding-top: 16px;
	width: 100%;
}

.ba-information-accordions {
	margin-left: auto;
	margin-top: 48px;
	width: calc(50% - 15px);
}

.ba-information-accordions details {
	border: 1px solid #d5d5d5;
	border-bottom: 0;
}

.ba-information-accordions details:last-child {
	border-bottom: 1px solid #d5d5d5;
}

.ba-information-accordions summary {
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	list-style: none;
	padding: 15px 42px 15px 30px;
	position: relative;
	text-transform: uppercase;
}

.ba-information-accordions summary::-webkit-details-marker {
	display: none;
}

.ba-information-accordions summary::before {
	background: var(--ba-gold);
	content: "";
	height: 7px;
	left: 12px;
	position: absolute;
	top: 20px;
	width: 7px;
}

.ba-information-accordions summary::after {
	content: "+";
	font-size: 18px;
	position: absolute;
	right: 18px;
	top: 11px;
}

.ba-information-accordions details[open] summary::after {
	content: "−";
}

.ba-information-accordions details > p,
.ba-information-accordions details > ul {
	font-size: 13px;
	padding: 0 30px 18px;
}

.ba-landing-actions {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 58px 0 35px;
}

.ba-landing-actions .ba-button {
	width: 100%;
}

.ba-contact-section {
	align-items: stretch;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ba-contact-panel {
	border: 1px solid var(--ba-border);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px;
}

.ba-contact-panel h2 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.ba-contact-panel__phone {
	color: var(--ba-ink);
	display: inline-block;
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 400;
	margin-top: 16px;
}

.ba-contact-panel__details {
	border-top: 1px solid var(--ba-border);
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
	margin-top: 30px;
	padding-top: 28px;
}

.ba-contact-panel__details p {
	font-size: 13px;
	margin-bottom: 0;
}

.ba-contact-photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ba-dialog {
	background: #fff;
	border: 0;
	border-radius: 12px;
	box-shadow: 0 24px 70px rgba(17, 4, 2, 0.24);
	color: var(--ba-text);
	max-height: min(82vh, 760px);
	max-width: 760px;
	overflow: auto;
	padding: 42px;
	width: calc(100% - 32px);
}

.ba-dialog::backdrop {
	background: rgba(17, 4, 2, 0.72);
}

.ba-dialog h2 {
	font-size: 25px;
	margin-bottom: 24px;
}

.ba-dialog__close {
	background: transparent;
	border: 0;
	color: var(--ba-ink);
	cursor: pointer;
	font-size: 31px;
	line-height: 1;
	padding: 8px;
	position: absolute;
	right: 12px;
	top: 8px;
}

.ba-schedule-list {
	margin-bottom: 25px;
}

.ba-schedule-list__row {
	border-bottom: 1px solid var(--ba-border);
	display: grid;
	gap: 4px;
	padding: 15px 0;
}

.ba-schedule-list__row span {
	color: var(--ba-muted);
	font-size: 13px;
}

.ba-original-schedule {
	overflow-x: auto;
	width: 100%;
}

.ba-original-schedule table {
	margin-bottom: 12px;
	min-width: 620px;
	width: 100%;
}

.ba-schedule-note {
	font-size: 12px;
	margin: 12px 0 0;
}

/* Product page — scoped to product 25109. */
.ba-seminar-product-page #product-25109 > .page-content > .row > .content,
.ba-seminar-product-page #product-25109 .product-content {
	width: 100%;
}

.ba-product-single {
	padding: 0 0 60px;
}

.ba-product-form {
	margin: 0;
}

.ba-product-top {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ba-product-gallery__main {
	background: var(--ba-surface);
	height: 416px;
	overflow: hidden;
}

.ba-product-gallery__main img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ba-product-gallery__thumbs-shell {
	height: 85px;
	margin-top: 20px;
	position: relative;
	width: 100%;
}

.ba-product-gallery__thumbs {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, 85px);
	height: 85px;
	margin: 0 auto;
	padding: 0 6px;
	width: 485px;
}

.ba-product-single .ba-product-gallery__thumb {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	height: 85px !important;
	margin: 0 !important;
	max-width: 85px !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 4px !important;
	width: 85px !important;
}

.ba-product-gallery__thumb.is-active {
	border-color: var(--ba-ink);
}

.ba-product-gallery__thumb img {
	aspect-ratio: 1;
	height: 75px;
	object-fit: cover;
	width: 75px;
}

.ba-product-gallery__nav {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	cursor: pointer;
	display: flex;
	height: 25px !important;
	justify-content: center;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 30px;
	width: 12px !important;
}

.ba-product-gallery__nav--prev {
	left: 9px;
}

.ba-product-gallery__nav--next {
	right: 9px;
}

.ba-product-gallery__nav img {
	height: 20px;
	width: 7px;
}

.ba-product-intro {
	padding-top: 11.5px;
}

.ba-product-intro h1 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.ba-product-start-price {
	color: var(--ba-ink);
	font-size: 30px;
	font-weight: 600;
	line-height: 39px;
	margin-bottom: 25px;
}

.ba-product-choice-label {
	color: var(--ba-gold-dark);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 23px;
}

.ba-builder-heading {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 17px;
}

.ba-builder-heading h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 0;
}

.ba-builder-heading > span {
	background: var(--ba-gold);
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 5px 12px;
	text-transform: uppercase;
}

.ba-theory-card,
.ba-module-option {
	background: #fff;
	border: 1px solid var(--ba-border);
	border-radius: 16px;
	box-shadow: 0 10px 15px rgba(45, 27, 20, 0.05);
}

.ba-theory-card {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 61px;
	grid-template-rows: 48px 60px 23px;
	column-gap: 12px;
	height: 222px;
	margin-left: 4px;
	padding: 33px 33px 20px;
	row-gap: 16px;
	width: calc(100% - 9px);
}

.ba-module-icon {
	align-items: center;
	background: var(--ba-surface);
	border-radius: 8px;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.ba-module-icon img {
	height: 22px;
	width: 28px;
}

.ba-theory-card > .ba-module-icon {
	height: 48px;
	width: 48px;
}

.ba-theory-card > .ba-module-icon img {
	height: 20px;
	width: 28px;
}

.ba-theory-card__copy h3 {
	font-size: 19px;
	font-weight: 700;
	line-height: 28px;
	margin: 10px 0 0;
}

.ba-theory-card__description {
	font-size: 12px;
	grid-column: 1 / -1;
	line-height: 20px;
	margin: 0;
}

.ba-theory-card__details {
	grid-column: 1 / -1;
	margin-top: 6px;
}

.ba-theory-card__details summary {
	color: var(--ba-gold-dark);
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	line-height: 23px;
}

.ba-theory-card__details p {
	margin: 10px 0 0;
}

.ba-module-price {
	color: var(--ba-ink);
	font-size: 22px;
	white-space: nowrap;
}

.ba-config-grid {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: 325px minmax(0, 1fr);
	margin-top: -56px;
}

.ba-package-summary {
	background: #fff;
	border: 1px solid var(--ba-border);
	border-radius: 16px;
	height: auto;
	margin-left: 1px;
	margin-top: 120px;
	min-height: 440px;
	overflow: hidden;
	padding: 32px;
	position: relative;
	width: 325px;
}

.ba-package-summary::before {
	background: var(--ba-gold);
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 6px;
}

.ba-package-summary h2 {
	align-items: center;
	display: flex;
	font-size: 20px;
	gap: 8px;
	line-height: 28px;
	margin-bottom: 24px;
}

.ba-package-summary h2 img {
	height: 20px;
	width: 16px;
}

.ba-summary-theory,
.ba-summary-total,
.ba-summary-item {
	align-items: flex-start;
	display: flex;
	gap: 15px;
	justify-content: space-between;
}

.ba-summary-theory small {
	color: var(--ba-muted);
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin-top: 0;
}

.ba-summary-theory strong {
	line-height: 24px;
}

.ba-summary-selection {
	border-top: 1px solid var(--ba-surface);
	font-size: 14px;
	line-height: 20px;
	margin-top: 16px;
	min-height: 57px;
	padding-top: 16px;
}

.ba-summary-selection em {
	color: var(--ba-muted);
}

.ba-summary-item {
	margin-bottom: 12px;
}

.ba-summary-item small {
	color: var(--ba-muted);
	display: block;
	font-size: 11px;
}

.ba-summary-total {
	align-items: center;
	border-top: 2px solid var(--ba-ink);
	font-size: 18px;
	line-height: 28px;
	margin-top: 24px;
	padding-top: 32px;
}

.ba-summary-total strong {
	font-size: 24px;
	line-height: 32px;
}

.ba-product-single .ba-package-summary .ba-summary-cta {
	background: var(--ba-gold);
	border: 0;
	border-radius: 12px;
	box-sizing: border-box !important;
	color: #fff;
	cursor: pointer;
	display: block !important;
	font-size: 16px;
	font-weight: 700;
	height: auto !important;
	line-height: 24px !important;
	margin: 24px 0 0 !important;
	max-width: 100% !important;
	min-width: 0 !important;
	padding: 16px 0 !important;
	width: 100% !important;
}

.ba-product-single .ba-package-summary .ba-summary-cta:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.ba-product-single .ba-package-summary .ba-validation-message {
	line-height: 1.35 !important;
	margin: 12px 0 0 !important;
	padding: 0;
	width: 100%;
}

.ba-product-single .ba-package-summary .ba-validation-message[hidden] {
	display: none !important;
}

.ba-validation-message,
.ba-inline-validation {
	color: var(--ba-danger);
	font-size: 11px;
	line-height: 1.35;
	margin: 10px 0 0;
	text-align: center;
}

.ba-product-options {
	max-width: 555px;
	margin-left: auto;
	width: 100%;
}

.ba-builder-heading--practice {
	align-items: flex-start;
	border-top: 1px solid var(--ba-border);
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 28px;
	width: calc(100% - 9px);
}

.ba-builder-heading--practice p {
	font-size: 14px;
	margin: 8px 0 0;
}

.ba-builder-heading .ba-module-counter {
	background: var(--ba-surface);
	border-radius: 999px;
	color: var(--ba-ink);
	font-size: 14px;
	letter-spacing: 0;
	min-width: 78px;
	padding: 8px 16px;
	text-align: center;
	white-space: nowrap;
}

.ba-module-list {
	display: grid;
	gap: 20px;
	margin-top: 26px;
}

.ba-module-option {
	cursor: pointer;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 368px) 115px;
	margin: 0 !important;
	padding: 32px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: calc(100% - 6px);
}

.ba-module-list .ba-module-option:nth-child(3) {
	margin-top: -6px !important;
}

.ba-module-option:hover {
	border-color: #c9c2be;
	transform: translateY(-1px);
}

.ba-module-option.is-selected {
	border-color: var(--ba-gold);
	box-shadow: 0 12px 24px rgba(205, 168, 92, 0.16);
}

.ba-module-option.is-locked {
	cursor: not-allowed;
	opacity: 0.58;
}

.ba-product-single .ba-module-option > input[type="checkbox"] {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.ba-module-option:focus-within {
	box-shadow: 0 0 0 3px rgba(205, 168, 92, 0.28);
}

.ba-module-option__main {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ba-module-option__heading {
	align-items: center;
	display: flex;
	gap: 12px;
	min-height: 40px;
}

.ba-module-option__heading .ba-module-icon {
	flex: 0 0 40px;
	height: 40px;
	width: 40px;
}

.ba-module-option__heading .ba-module-icon img {
	height: 20px;
	object-fit: contain;
	width: 20px;
}

.ba-module-option__heading > strong {
	color: var(--ba-gold-dark);
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	text-transform: uppercase;
}

.ba-module-option__description {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-top: 12px;
}

.ba-module-option__main > .ba-module-readmore {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--ba-text);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: fit-content;
}

.ba-module-option__main > .ba-module-readmore:hover,
.ba-module-option__main > .ba-module-readmore:focus {
	color: var(--ba-gold-dark);
	text-decoration: underline;
}

.ba-module-expanded-details {
	color: var(--ba-text);
	display: block;
	font-size: 13px;
	line-height: 1.45;
	margin-top: 12px;
}

.ba-module-expanded-details[hidden] {
	display: none;
}

.ba-module-option__main small {
	color: var(--ba-muted);
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}

.ba-module-option__action {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.ba-module-option__action > strong {
	color: var(--ba-ink);
	font-size: 20px;
	line-height: 28px;
}

.ba-module-option__action > span {
	align-items: center;
	border: 1px solid var(--ba-ink);
	border-radius: 999px;
	color: var(--ba-ink);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	height: 30px;
	justify-content: center;
	letter-spacing: 0.1em;
	padding: 0;
	white-space: nowrap;
	width: 115px;
}

.ba-module-option.is-selected .ba-module-option__action > span {
	background: var(--ba-ink);
	color: #fff;
}

.ba-extra-intro {
	font-size: 16px;
	line-height: 24px;
	margin: 48px 0 26px;
}

.ba-extra-option {
	margin-top: 0;
	width: calc(100% - 7px);
}

.ba-extra-option .ba-module-readmore {
	margin-top: 12px;
}

.ba-extra-help {
	color: var(--ba-muted);
	font-size: 12px;
	margin: 10px 0 0;
}

.ba-extra-option:not(.is-locked) + .ba-extra-help {
	display: none;
}

.ba-product-options > .ba-inline-validation {
	font-size: 12px;
	line-height: 16px;
	margin: 13px 0 0 !important;
}

.ba-cohort-section {
	background: #faf9f8;
	border: 1px solid var(--ba-border);
	border-radius: 12px;
	margin-top: 64px;
	padding: 30px;
}

.ba-cohort-section h2 {
	font-size: 21px;
	margin-bottom: 8px;
}

.ba-cohort-section > p {
	font-size: 13px;
}

.ba-cohort-section label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 20px 0 7px;
}

.ba-cohort-section select {
	background: #fff;
	border: 1px solid #cfc9c6;
	border-radius: 4px;
	color: var(--ba-ink);
	font-size: 14px;
	height: 45px;
	padding: 0 13px;
	width: 100%;
}

.ba-selected-dates {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.ba-selected-date {
	align-items: center;
	background: #fff;
	border-left: 3px solid var(--ba-gold);
	display: flex;
	font-size: 13px;
	gap: 14px;
	justify-content: space-between;
	padding: 9px 12px;
}

.ba-final-purchase {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 2fr;
	margin-top: 26px;
}

.ba-final-purchase small,
.ba-final-purchase strong {
	display: block;
}

.ba-final-purchase small {
	font-size: 12px;
	margin-bottom: 5px;
}

.ba-final-purchase strong {
	color: var(--ba-ink);
	font-size: 22px;
}

.ba-final-purchase .single_add_to_cart_button {
	background: var(--ba-ink) !important;
	border-radius: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	min-height: 46px;
	text-transform: uppercase;
	width: 100%;
}

.ba-final-purchase .single_add_to_cart_button:disabled {
	cursor: not-allowed;
	opacity: 0.48;
}

.ba-product-category {
	color: var(--ba-muted);
	font-size: 12px;
	margin: 45px 0 0;
}

@media (max-width: 991px) {
	.ba-landing-intro,
	.ba-landing-theory,
	.ba-extra-row,
	.ba-contact-section,
	.ba-product-top {
		grid-template-columns: 1fr;
	}

	.ba-landing-intro__copy {
		padding-left: 0;
	}

	.ba-theory-copy {
		padding-right: 0;
	}

	.ba-practice-cards {
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.ba-practice-card {
		height: 430px;
	}

	.ba-information-accordions {
		width: 100%;
	}

	.ba-contact-panel__details {
		padding-top: 30px;
	}

	.ba-config-grid {
		grid-template-columns: 280px minmax(0, 1fr);
		margin-top: 40px;
	}

	.ba-package-summary {
		padding: 24px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.ba-seminar-landing-page .content-page,
	.ba-product-single {
		padding-top: 18px;
	}

	.ba-landing-intro__media,
	.ba-theory-media,
	.ba-extra-row__image,
	.ba-product-gallery__main {
		min-height: 0;
		height: auto;
	}

	.ba-landing-intro__media img,
	.ba-theory-media img,
	.ba-extra-row__image img,
	.ba-contact-photo img,
	.ba-product-gallery__main img {
		aspect-ratio: 4 / 3;
		height: auto;
	}

	.ba-section-heading h2,
	.ba-theory-copy > h2 {
		font-size: 23px;
	}

	.ba-practice-cards {
		grid-template-columns: 1fr;
	}

	.ba-practice-card {
		height: min(540px, 135vw);
	}

	.ba-landing-actions {
		gap: 12px;
		grid-template-columns: 1fr;
	}

	.ba-contact-panel {
		padding: 28px 22px;
	}

	.ba-contact-panel__details {
		grid-template-columns: 1fr;
	}

	.ba-contact-panel__phone {
		font-size: 28px;
	}

	.ba-dialog {
		padding: 34px 22px 26px;
	}

	.ba-product-top {
		gap: 26px;
	}

	.ba-product-gallery__thumbs {
		gap: 6px;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		height: auto;
		padding: 0;
		width: calc(100% - 44px);
	}

	.ba-product-gallery__thumbs-shell {
		height: auto;
		min-height: 54px;
	}

	.ba-product-single .ba-product-gallery__thumb {
		aspect-ratio: 1;
		height: auto !important;
		max-width: none !important;
		width: 100% !important;
	}

	.ba-product-gallery__thumb img {
		height: 100%;
		width: 100%;
	}

	.ba-product-gallery__nav {
		top: calc(50% - 12px);
	}

	.ba-product-intro h1 {
		font-size: 22px;
	}

	.ba-theory-card {
		grid-template-columns: 48px minmax(0, 1fr) auto;
		grid-template-rows: auto auto auto;
		height: auto;
		margin-left: 0;
		padding: 20px;
		width: 100%;
	}

	.ba-theory-card .ba-module-price {
		grid-column: 3;
	}

	.ba-config-grid {
		display: flex;
		flex-direction: column;
		margin-top: 36px;
	}

	.ba-package-summary {
		height: auto;
		margin-left: 0;
		margin-top: 0;
		order: 2;
		position: static;
		width: 100%;
	}

	.ba-product-options {
		order: 1;
	}

	.ba-module-option {
		grid-template-columns: minmax(0, 1fr);
		padding: 20px;
		width: 100%;
	}

	.ba-extra-option {
		width: 100%;
	}

	.ba-module-list .ba-module-option:nth-child(3) {
		margin-top: 0 !important;
	}

	.ba-module-option__action {
		align-items: center;
		flex-direction: row;
		grid-column: 1;
		margin-top: 20px;
	}

	.ba-final-purchase {
		grid-template-columns: 1fr;
	}

	.ba-cohort-section {
		margin-top: 42px;
		padding: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ba-seminar-shell *,
	.ba-seminar-shell *::before,
	.ba-seminar-shell *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
