/* Global typography and utilities - consistent across all pages */
.page-container h2 {
	font-size: 32px;
	line-height: 1.3;
	text-align: center;
	font-family: Zoho_Puvi_Bold;
}

.page-container h3 {
	font-size: 20px;
	line-height: 1.4;
	width: 100%;
}

.page-container p,
.page-container li {
	font-size: 16px;
	line-height: 1.75;
}

.t-left {
	text-align: left !important;
}

.t-center {
	text-align: center;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

.d-flex-row {
	flex-direction: row;
}

.d-flex-column {
	flex-direction: column;
}

.align-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.p-90 {
	padding: 90px 0;
}

.p-50 {
	padding: 50px 0;
}

.title-desc {
	font-size: 20px;
	line-height: 1.6;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.m-0 {
	margin: 0;
}

.m-t-0 {
	margin-top: 0 !important;
}

.p-b-0 {
	padding-bottom: 0 !important;
}

.m-t-15 {
	margin-top: 15px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.f-20 {
	font-size: 20px;
	line-height: 1.6;
}

.p-t-0 {
	padding-top: 0;
}

:root {
	--page-bg: #150e26;
	--hero-bg-start: #443c56;
	--hero-bg-end: #150e26;
	--surface-dark: rgba(255, 255, 255, 0.06);
	--surface-light: #fffaf5;
	--surface-muted: #fff3e5;
	--surface-soft: #e8e1ff;
	--border-dark: rgba(255, 221, 178, 0.24);
	--border-light: #efdcca;
	--text-light: #ffffff;
	--text-dark: #191938;
	--text-muted: #645a73;
	--accent: #f0483e;
	--accent-strong: #cc3929;
	--accent-soft: #a18afb;
	--shadow-dark: 0 0 14px rgba(255, 255, 255, 0.12) inset, 0 0 55.5px rgba(197, 185, 246, 0.1) inset, 0 24px 60px rgba(2, 13, 29, 0.24);
	--shadow-light: 0 4px 22px rgba(0, 0, 0, 0.09);
}

.page-container {
	background: linear-gradient(180deg, var(--page-bg) 0%, #150e26 39%, #ffefdc 39%, #ffefdc 100%);
	color: var(--text-light);
}

.page-container p,
.page-container ul,
.page-container li {
	margin: 0;
}

.page-container a {
	text-decoration: none;
}

.zw-product-header{
    position: relative;
    z-index: 11;
}

.hero-section {
    padding: 120px 0 90px;
	position: relative;
    margin-top: -68px;
}

.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(171, 123, 255, 0.32), transparent 32%),
		radial-gradient(circle at left center, rgba(240, 72, 62, 0.14), transparent 30%),
		linear-gradient(140deg, var(--hero-bg-start) 0%, var(--hero-bg-end) 100%);
	z-index: 0;
}

.hero-section .content-wrap,
.agenda-section .content-wrap {
	position: relative;
	z-index: 1;
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 20px;
	align-items: center;
}

.hero-copy {
	padding-top: 28px;
}

.hero-copy h1 {
	font-size: 44px;
	line-height: 1.08;
	margin: 0 0 18px;
}

.hero-support {
	margin-top: 18px;
	color: rgba(248, 251, 255, 0.88);
}

.hero-learn {
	margin-top: 30px;
}

.bullet-list {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-left: 0;
	list-style: none;
}

.bullet-list li {
	position: relative;
	padding-left: 34px;
}

.bullet-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(161, 138, 251, 0.16);
	border: 1px solid rgba(161, 138, 251, 0.32);
}

.bullet-list li::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 10px;
	width: 6px;
	height: 10px;
	border-right: 2px solid var(--accent);
	border-bottom: 2px solid var(--accent);
	transform: rotate(45deg);
}

.hero-cta {
	margin-top: 30px;
}

.hero-cta .cta-btn {
 display: inline-block;
}

.hero-microcopy {
	margin-top: 14px;
	color: rgba(248, 251, 255, 0.76);
}

.registration-shell {
	position: sticky;
	top: 130px;
	scroll-margin-top: 140px;
}

.registration-card {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	backdrop-filter: none;
	box-shadow: none;
}

.schedule-card {
	padding: 24px;
	border-radius: 22px;
	background: #ffffff;
	border: 1px solid #ece5f8;
	color: var(--text-dark);
	box-shadow: 0 8px 24px rgba(33, 20, 75, 0.04);
}

.schedule-row {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.95fr);
	gap: 18px;
    align-items: center;
}

.schedule-block {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.schedule-label {
	margin: 0 0 12px;
	color: #676179;
	font-size: 14px;
	line-height: 1.2;
	font-family: var(--zf-primary-semibold);
}

.schedule-meta {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 104px;
	border: 1px solid #e8e2f3;
	border-radius: 18px;
	overflow: hidden;
	background: #ffffff;
}

.schedule-date {
	min-width: 94px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 14px 12px;
	border-right: 1px solid #e8e2f3;
	background: #f5f1ff;
	color: #241f45;
}

.schedule-month {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.08em;
	font-family: var(--zf-primary-bold);
}

.schedule-day {
	font-size: 30px;
	line-height: 1;
	margin-top: 6px;
	font-family: var(--zf-primary-bold);
}

.schedule-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14px 16px;
	gap: 4px;
	min-width: 0;
}

.schedule-details strong {
	font-size: 20px;
	line-height: 1.15;
	font-family: var(--zf-primary-bold);
	word-break: break-word;
}

.schedule-details span {
	color: #635a81;
	font-size: 13px;
	line-height: 1.2;
	font-family: var(--zf-primary-semibold);
}

.countdown-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: start;
}

.countdown-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.countdown-item:not(:last-child)::after {
	content: ":";
	position: absolute;
	top: 2px;
	right: -12px;
	color: #7a7390;
	font-size: 18px;
	line-height: 1;
	font-family: var(--zf-primary-semibold);
}

.countdown-item strong {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-family: var(--zf-primary-bold);
}

.countdown-item span {
	display: block;
	margin-top: 6px;
	color: #676179;
	font-size: 12px;
	line-height: 1.4;
	font-family: var(--zf-primary-semibold);
}


.form-frame {
	margin-top: 0;
	padding: 0;
	border-radius: 28px;
	overflow: hidden;
	background: linear-gradient(180deg, #fffdfb 0%, #fff7ef 100%);
	border: 1px solid rgba(239, 227, 203, 0.9);
	box-shadow: 0 16px 34px rgba(33, 20, 75, 0.08);
}

#zmWebToEntityForm {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

#zmWebToEntityForm br {
	display: none;
}

#zmWebToEntityForm form {
	width: 100%;
	padding: 26px;
	background: transparent;
}

.form-countdown {
	margin-bottom: 22px;
	padding: 0 0 18px;
	border: 0;
	border-bottom: 1px solid #efe6da;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.form-countdown-label {
	margin: 0;
	color: #6f6785;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-family: var(--zf-primary-semibold);
	white-space: nowrap;
}

.form-countdown-label::after {
	content: ":";
	margin-left: 4px;
}

.form-countdown-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(50px, auto));
	gap: 12px;
	align-items: center;
	margin-left: auto;
}

.form-countdown-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	text-align: center;
}

.form-countdown-item:not(:last-child)::after {
	content: ":";
	position: absolute;
	top: 0;
	right: -9px;
	color: #7a7390;
	font-size: 18px;
	line-height: 1;
	font-family: var(--zf-primary-semibold);
}

.form-countdown-item strong {
	display: block;
	font-size: 22px;
	line-height: 1;
	font-family: var(--zf-primary-bold);
    color: #191938;
}

.form-countdown-item span {
	display: block;
	margin-top: 6px;
	color: #676179;
	font-size: 12px;
	line-height: 1.3;
	font-family: var(--zf-primary-semibold);
}

#zmWebToEntityForm table {
	width: 100% !important;
	border-collapse: collapse;
	background: transparent !important;
	color: var(--text-dark) !important;
}

#zmWebToEntityForm tr:first-child td[colspan="2"] {
	padding: 0 0 18px !important;
	color: var(--text-dark) !important;
	font-size: 26px !important;
	line-height: 1.2 !important;
	font-family: var(--zf-primary-bold) !important;
}

#zmWebToEntityForm tr:not(:first-child):not(:last-child) {
	display: block;
	margin-top: 14px;
	border-radius: 0;
	box-shadow: none;
}

#zmWebToEntityForm td {
	padding: 0 !important;
	display: block;
	width: 100% !important;
}

#zmWebToEntityForm tr td:first-child:not([colspan="2"]) {
	padding: 0 0 8px !important;
	color: #6f6785 !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	font-family: var(--zf-primary-semibold) !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

#zmWebToEntityForm tr td:first-child:not([colspan="2"]) span {
	display: inline-block;
	margin-right: 0 !important;
}

#zmWebToEntityForm select,
#zmWebToEntityForm input[type="text"]:not([style*="display:none"]),
#zmWebToEntityForm input[type="email"],
#zmWebToEntityForm input[type="tel"] {
	width: 100% !important;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #e7def3;
	border-radius: 14px;
	background: #ffffff;
	color: var(--text-dark);
	font-size: 14px;
	line-height: 1.4;
	font-family: var(--zf-primary-regular);
	box-sizing: border-box;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#zmWebToEntityForm select {
	padding-right: 42px;
	appearance: none;
	-webkit-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #6b6482 50%),
		linear-gradient(135deg, #6b6482 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 2px),
		calc(100% - 12px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

#zmWebToEntityForm select:focus,
#zmWebToEntityForm input[type="text"]:not([style*="display:none"]):focus,
#zmWebToEntityForm input[type="email"]:focus,
#zmWebToEntityForm input[type="tel"]:focus {
	outline: none;
	border-color: #b39af7;
	background-color: #ffffff;
	box-shadow: 0 0 0 4px rgba(161, 138, 251, 0.12);
}

#zmWebToEntityForm tr:last-child td[colspan="2"] {
	padding-top: 18px !important;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

#zmWebToEntityForm input[name="save"],
#zmWebToEntityForm input[name="reset"] {
	min-width: 148px;
	height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 14px !important;
	font-family: var(--zf-primary-semibold);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#zmWebToEntityForm input[name="save"] {
	border: 0;
    background: var(--primary-btn-color);
	color: #ffffff !important;
	box-shadow: 0 12px 28px rgba(240, 72, 62, 0.22);
}

#zmWebToEntityForm input[name="reset"] {
	border: 1px solid #eadff8;
	background: rgba(255, 255, 255, 0.9);
	color: #554b6c !important;
}

#zmWebToEntityForm input[name="save"]:hover,
#zmWebToEntityForm input[name="reset"]:hover {
	transform: translateY(-1px);
}

.registration-embed {
	display: block;
	width: 100%;
	min-height: 820px;
	background: #ffffff;
}

.agenda-section {
	padding: 65px 0 90px;
	color: var(--text-dark);
}

.section-intro {
	max-width: 720px;
}

.section-intro h2 {
	margin: 0;
}

.agenda-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: 20px;
	margin-top: 30px;
    align-items: center;
}

.agenda-column,
.details-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.agenda-column {
	padding: 24px;
	border-radius: 28px;
	background: linear-gradient(180deg, #fffaf5 0%, #fff3e5 100%);
	border: 1px solid var(--border-light);
	box-shadow: var(--shadow-light);
}

.agenda-column > h3,
.details-card > h3 {
	margin: 0;
}

.agenda-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 8px;
	padding-left: 0;
	list-style: none;
	counter-reset: agenda-step;
	position: relative;
}

.agenda-item,
.details-card,
.final-cta {
	padding: 24px;
	border-radius: 24px;
}

.agenda-list::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 12px;
	bottom: 12px;
	width: 2px;
	background: linear-gradient(180deg, #cbaeff 0%, #8e4ef7 100%);
    height: 90%;
}

.agenda-item {
	position: relative;
	padding: 0 0 24px 60px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	counter-increment: agenda-step;
}

.agenda-item:last-child {
	padding-bottom: 0;
}

.agenda-item::before {
	content: "0" counter(agenda-step);
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #604aea 0%, #8e4ef7 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	font-family: var(--zf-primary-bold);
	box-shadow: 0 10px 22px rgba(96, 74, 234, 0.24);
}

.agenda-item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 18px;
	top: 42px;
	width: 2px;
	height: calc(100% - 18px);
	background: rgba(161, 138, 251, 0.4);
}

.agenda-item h4 {
	margin: 0;
	font-size: 22px;
	line-height: 1.35;
	font-family: var(--zf-primary-bold);
}

.agenda-item p {
	color: var(--text-muted);
}

.details-card {
	background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
	border: 1px solid var(--border-light);
	box-shadow: var(--shadow-light);
}

.details-column .details-card:first-child {
	background: linear-gradient(140deg, #443c56 0%, #150e26 100%);
	border-color: var(--border-dark);
	color: #ffffff;
	box-shadow: var(--shadow-dark);
}

.details-column .details-card:first-child h3,
.details-column .details-card:first-child li {
	color: #ffffff;
}

.details-column .details-card:first-child .bullet-list li::before {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.18);
}

.details-column .details-card:first-child .bullet-list li::after {
	border-color: #ffffff;
}

.details-column .details-card:first-child .bullet-list {
	color: rgba(255, 255, 255, 0.9);
}

.details-column .details-card:first-child .bullet-list li:last-child::after,
.details-column .details-card:first-child .bullet-list li:last-child::before{
	display: none;
}

.details-column .details-card:last-child {
	position: relative;
	overflow: hidden;
	background: #ffffff;
}

.details-column .details-card:last-child::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 6px;
	background: linear-gradient(180deg, #f0483e 0%, #8e4ef7 100%);
}

.details-card .bullet-list {
	margin-top: 12px;
}

.final-cta {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: linear-gradient(140deg, #443c56 0%, #150e26 100%);
	border: 1.5px solid var(--border-dark);
	color: #ffffff;
	box-shadow: var(--shadow-dark);
    padding-block: 60px;
}

.final-cta h2 {
	margin: 0;
	color: #ffffff;
}

.final-cta p {
	color: rgba(255, 255, 255, 0.82);
}

.act-btn:focus-visible,
button:focus-visible,
a:focus-visible {
	outline: 3px solid rgba(161, 138, 251, 0.35);
	outline-offset: 3px;
}

@media (max-width: 1200px) {
	.hero-copy h1 {
		font-size: 48px;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
	}

	.registration-shell {
		position: static;
	}
}

@media (max-width: 1024px) {
	.hero-grid,
	.agenda-layout {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		padding-top: 0;
	}

	.final-cta {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 991px) {
	.page-container h2 {
		font-size: 26px;
	}

	.page-container h3 {
		font-size: 18px;
	}

	.page-container p,
	.page-container li {
		font-size: 15px;
	}

	.f-20,
	.title-desc {
		font-size: 17px;
	}

	.hero-section {
		padding-top: 90px;
	}

	.hero-copy h1 {
		font-size: 40px;
	}

	.schedule-card {
		padding: 24px;
	}

	.schedule-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.page-container h2 {
		font-size: 22px;
	}

	.page-container h3 {
		font-size: 17px;
	}

	.hero-section {
		padding-bottom: 65px;
	}

	.hero-learn {
		margin-top: 24px;
	}

	.hero-learn,
	.agenda-column,
	.registration-card,
	.schedule-card,
	.agenda-item,
	.details-card,
	.final-cta {
		padding: 20px;
	}

	.registration-card {
		padding: 0;
	}

	.hero-copy h1 {
		font-size: 34px;
	}

	.agenda-layout {
		margin-top: 24px;
	}

	.countdown-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.countdown-item {
		min-height: 90px;
	}

	.countdown-item::after {
		display: none;
	}

	.registration-embed {
		min-height: 720px;
	}

	#zmWebToEntityForm tr td:first-child:not([colspan="2"]) {
		width: 100% !important;
		padding: 0 0 8px !important;
	}

	#zmWebToEntityForm tr td:last-child:not([colspan="2"]) {
		width: 100% !important;
		display: block;
	}

	#zmWebToEntityForm input[name="save"],
	#zmWebToEntityForm input[name="reset"] {
		min-width: 0;
		width: calc(50% - 5px);
	}

	.form-countdown-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.form-countdown-item::after {
		display: none;
	}
}

@media (max-width: 567px) {
	.hero-section,
	.agenda-section {
		padding-top: 40px;
	}

	.hero-learn,
	.agenda-column,
	.registration-card,
	.schedule-card,
	.agenda-item,
	.details-card,
	.final-cta {
		padding: 16px;
	}

	.registration-card {
		padding: 0;
	}

	.hero-copy h1 {
		font-size: 30px;
	}

	.hero-learn {
		margin-top: 20px;
	}

	.agenda-layout {
		margin-top: 20px;
	}

	.agenda-item {
		padding-left: 52px;
	}

	.agenda-list::before,
	.agenda-item:not(:last-child)::after {
		left: 15px;
	}

	.agenda-item::before {
		width: 32px;
		height: 32px;
		font-size: 13px;
	}

	.schedule-meta {
		flex-direction: column;
		min-height: auto;
	}

	.schedule-date {
		min-width: 100%;
		border-right: 0;
		border-bottom: 1px solid #e8e2f3;
		padding: 16px 14px;
	}

	.schedule-details {
		padding: 16px 18px;
	}

	.schedule-details strong {
		font-size: 22px;
	}

	.schedule-details span {
		font-size: 15px;
	}

	.countdown-item {
		min-height: 84px;
	}

	.registration-embed {
		min-height: 660px;
	}

	.form-frame {
		padding: 0;
	}

	#zmWebToEntityForm tr:first-child td[colspan="2"] {
		font-size: 22px !important;
	}

	#zmWebToEntityForm form {
		padding: 18px;
	}

	.form-countdown {
		margin-bottom: 18px;
		padding: 0 0 16px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.form-countdown-list {
		width: 100%;
	}

	#zmWebToEntityForm tr:not(:first-child):not(:last-child) {
		padding: 0;
		margin-top: 14px;
	}

	#zmWebToEntityForm tr:last-child td[colspan="2"] {
		display: grid;
		gap: 10px;
	}

	#zmWebToEntityForm input[name="save"],
	#zmWebToEntityForm input[name="reset"] {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 435px) {
	.hero-cta,
	.final-cta {
		width: 100%;
	}

	.hero-copy h1 {
		font-size: 27px;
		line-height: 1.12;
	}

	.bullet-list li {
		padding-left: 30px;
	}

	.bullet-list li::before {
		top: 6px;
		width: 16px;
		height: 16px;
	}

	.bullet-list li::after {
		left: 5px;
		top: 10px;
		width: 5px;
		height: 8px;
	}

	.hero-cta .cta-btn,
	.final-cta .cta-btn,
	.reserve-btn {
		width: 100%;
		display: block;
		text-align: center;
	}

	.countdown-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.countdown-item strong {
		font-size: 22px;
	}

	.form-countdown-label {
		white-space: normal;
	}

	.agenda-item {
		padding-left: 56px;
	}

	.agenda-list::before,
	.agenda-item:not(:last-child)::after {
		left: 13px;
	}

	.agenda-item::before {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.final-cta {
		padding-block: 40px;
		gap: 16px;
	}
}

@media (max-width: 390px) {
	.hero-copy h1 {
		font-size: 25px;
	}

	.form-countdown {
		gap: 8px;
	}

	.form-countdown-label {
		font-size: 11px;
	}

	.form-countdown-list {
		gap: 8px;
	}

	.form-countdown-item strong {
		font-size: 20px;
	}

	.form-countdown-item span {
		font-size: 11px;
	}

	#zmWebToEntityForm form {
		padding: 16px;
	}

	.agenda-item {
		padding-left: 52px;
	}

	.final-cta {
		padding-block: 32px;
	}
}