.cd-section {
	min-height: 100vh;
	padding: 60px 0px;
}
.cd-wrapper {
	display: flex;
	min-height: 100vh;
	align-items: stretch;
	justify-content: space-between;
}
.cd-left {
	width: 34%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.cd-booking-inner {
	border: 2px solid #000;
}
.cd-tag {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 10px 15px;
}
.cd-booking-row {
	display: flex;
	border-bottom: 2px solid #000;
}
.cd-booking-row:last-child {
	border-bottom: 0px;
}
.cd-booking-cell {
	padding: 6px 12px;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}
.cd-booking-cell + .cd-booking-cell {
	border-left: 2px solid #000;
}
.cd-booking-cell.grow { flex: 1; }
.cd-booking-title {
	font-size: 15px;
	font-weight: 700;
}
.cd-plus-btn {
	width: 36px;
	height: 36px;
	border: none;
	background: none;
	font-size: 22px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-weight: 300;
}
.cd-checkbox {
	width: 30px;
	height: 30px; 
	border: 1.5px solid #000;
	flex-shrink: 0;
	cursor: pointer;
}
.cd-model-wrap {
	flex: 1;
	min-height: 320px;
	overflow: hidden;
}
.cd-model-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.cd-curriculum {
	background-color: #000;
	padding: 15px;
	display: flex;
}
.cd-curriculum-label {
	display: block;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 0 0px 8px;
	margin: 0 15px 0px 0px;
}
.cd-curriculum-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid #000;
	column-gap: 15px;
}
.cd-curriculum-item {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	padding: 7px 10px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	border-bottom: 1px solid #fff;
}
.cd-item-num {
	font-size: 10px;
	font-weight: 700;
	flex-shrink: 0;
	color: #888;
}
.cd-video {
	position: relative;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}
.cd-video-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	filter: brightness(0.55);
}
.cd-play-btn {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	cursor: pointer;
}
.cd-play-icon {
	width: 56px;
	height: 56px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	padding-left: 4px;
}
.cd-play-btn:hover .cd-play-icon {
	background: rgba(255,255,255,0.15);
}
.cd-right {
	padding: 36px 0px;
	overflow-y: auto;
	width: 62%;
}
.cd-quote {
	font-family: 'Mistrully';
	font-size: 50px;
	line-height: 1.25;
	color: #000;
	margin-bottom: 4px;
	font-weight: 400;
	padding: 0 0 0 10px;
}
.cd-quote-author {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
	display: block;
	text-align: left;
	font-family: 'Montserrat';
}
.cd-intro {
	font-size: 13px;
	line-height: 200%;
	color: #000;
	margin-bottom: 10px;
}
.cd-class-title {
	line-height: 50%;
    margin-bottom: 10px;
}
.cd-class-title * {
	font-family: 'NeueMontreal Medium';
	font-weight: 600;
}
.cd-class-title-main {
	font-size: 34px;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	display: inline;
}
.cd-class-title-sub {
	font-size: 26px;
	font-weight: 400 !important;
	display: inline;
	margin-left: 8px;
}
.cd-level {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 8px;
	border-bottom: 1.5px solid #000;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.cd-duration-highlight {
	display: inline-block;
	background: #ffff00;
	font-size: 15px;
	font-weight: 700;
	padding: 2px 8px;
	margin-bottom: 16px;
}
.cd-body {
	font-size: 13px;
	line-height: 1.7;
	color: #000;
	margin-bottom: 28px;
}
.cd-fields {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 32px;
}
.cd-field-label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	background-color: #000;
	padding: 10px 15px;
}
.cd-field-value {
	border: 1px solid #000;
	padding: 9px 12px;
	font-size: 13px;
	line-height: 1.5;
}
.cd-field-value a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}
.cd-cta {
	display: block;
	background: #1a1a1a;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 16px 32px;
	text-align: center;
}
.cd-cta:hover {
	background: #333;
}
.cd-back {
	width: 36px;
	flex-shrink: 0;
	border-left: 1px solid #e0e0e0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 20px;
}
.cd-back-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #000;
}
.cd-back-arrow {
	font-size: 18px;
	line-height: 1;
	display: block;
}
.cd-back-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	transform: rotate(180deg);
}

.cd-booking, .cd-model-wrap, .cd-curriculum {
	margin-bottom: 25px;
}
.cd-booking-row-1 {
	border: 2px solid #000;
	margin-bottom: 20px;
}
.cd-booking-row-1 .cd-booking-title {
	width: 50%;
}
.cd-booking-row-1 .cd-booking-chf {
	width: 50%;
	display: flex;
	align-items: center;
}
.chf-left {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	width: 75%;
}
.chf-right span {
	font-size: 40px;
}
.chf-left-bottom, .chf-left-top {
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	text-align: left;
}
.chf-left-top {
	border-bottom: 2px solid #000;
}
.chf-right {
	text-align: center;
	width: 25%;
}
.cd-booking-cell.date-row {
	padding: 4px 0px 0px;
	font-size: 12px;
	font-weight: 400;
}
.cd-booking-days, .timing-row {
	width: 44%;
}
.cd-booking-cell.timing-row {
	border: 0px;
}
.cd-cell-checkbox {
	width: 13%;
}
.cd-booking-last-row .cd-booking-cell {
	width: 50%;
}
.cd-curriculum-label, .cd-curriculum-item, .cd-curriculum-item span {
	color: #fff;
	font-size: 9px;
}
.cd-curriculum-item:nth-child(1), .cd-curriculum-item:nth-child(2) {
	padding-top: 0px;
}
.cd-curriculum-item:nth-last-child(-n+2):nth-child(odd),
.cd-curriculum-item:nth-last-child(-n+2):nth-child(even) {
    border-bottom: none;
}
.new-cd-row {
    border: 2px solid #000;
}
.new-cd-row:not(:last-child) {
    margin-bottom: 20px;
}
.new-cd-row-flex {
    display: flex;
}
.new-cd-row-one-left, .new-cd-row-one-right {
    width: 50%;
}
.new-cd-row-one-right {
    border-left: 2px solid #000;
}
.new-cd-row-one-right-top, .new-cd-row-one-right-bottom {
    padding: 5px;
}
.new-cd-row-one-left {
    padding: 5px;
    display: flex;
    align-items: center;
}
.new-cd-row-one-left, .new-cd-row-one-left, .new-cd-row-one-right, .new-cd-row-two-top, .new-cd-row-two-bottom-left, .new-cd-row-two-bottom-right {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.new-cd-row-one-right-top {
    border-bottom: 2px solid #000;
}
.new-cd-row-two-top {
    padding: 5px;
    text-align: center;
    border-bottom: 2px solid #000;
}
.new-cd-row-two-bottom-left, .new-cd-row-two-bottom-right {
    width: 50%;
    padding: 5px;
}
.new-cd-row-two-bottom-right {
    border-left: 2px solid #000;
}
.new-cd-row-two-bottom-left {
    display: flex;
    align-items: center;
}
.new-cd-row-two-bottom-right span {
    display: block;
}
.new-days {
    margin-bottom: 5px;
}
.new-cd-row-two-bottom-right span:last-child {
    margin-bottom: 0px;
}


@media (max-width: 1028px) {
	.cd-class-title-main {
		font-size: 42px; 
	}
	.cd-class-title-sub  {
		font-size: 22px; 
	}
	.cd-model-wrap {
		flex: 0;
		min-height: 400px;
		overflow: hidden;
		height: 400px;
	}
	.cd-quote {
		font-size: 40px;
	}
	.cd-curriculum {
		flex-wrap: wrap;
	}
	.cd-curriculum-grid {
		margin: 10px 0px 0px;
	}
}
@media (max-width: 900px) {
	.cd-wrapper {
		flex-direction: column;
	}
	.cd-left {
		width: 100%;
	}
	.cd-model-wrap {
		min-height: 300px;
		max-height: 750px;
		flex: none;
		height: 750px;
	}
	.cd-right {
		padding: 28px 0px 0px;
		width: 100%;
	}
	.cd-back {
		display: none;
	}
	.cd-quote      { font-size: 36px; }
	.cd-class-title-main { font-size: 38px; }
	.cd-class-title-sub  { font-size: 20px; }
	.cd-section {
		padding: 40px 0px;
	}
	.cd-curriculum-label {
		width: 100%;
	}
	.cd-curriculum-grid {
		width: 100%;
	}
	.cd-curriculum-label, .cd-curriculum-item, .cd-curriculum-item span {
		font-size: 12px;
	}
	.cd-video {
		height: 400px;
	}
}
@media (max-width: 600px) {
	.cd-class-title-main { font-size: 28px; }
	.cd-class-title-sub  { font-size: 16px; margin-left: 4px; }
	.cd-quote            { font-size: 36px; }
	.cd-section {
		padding: 20px 0px;
	}
	.cd-booking-cell.cd-booking-title {
		font-size: 12px;
	}
	.cd-booking-days {
		width: 100%;
		border-bottom: 2px solid #000;
	}
	.cd-booking-second-row {
		flex-wrap: wrap;
	}
	.cd-booking-cell.timing-row {
		width: 50%;
	}
	.cd-booking-cell.cd-cell-checkbox {
		width: 50%;
		justify-content: center;
	}
	.cd-model-wrap {
		height: 350px;
		max-height: 350px;
	}
	.cd-curriculum-label, .cd-curriculum-item, .cd-curriculum-item span {
		font-size: 8px;
	}
	.cd-curriculum-item {
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.cd-video {
		height: 350px;
	}
	.cd-quote {font-size: 24px;}
	.cd-fields {
		margin-bottom: 20px;
	}
	.cd-field-label {
		font-size: 10px;
		padding: 10px 15px;
	}
	.cd-intro, .cd-body {
		line-height: 140%;
	}
}