.klc-event-landing {
	--klc-event-header-height: 132px;
	--klc-event-outer-gap: 100px;
	--klc-event-hero-available-height: calc(100vh - var(--klc-event-header-height) - var(--klc-event-outer-gap));
	background: #0b0b0c;
	color: #141414;
	display: block;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
	max-width: none;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.klc-event-landing__hero {
	align-items: flex-start;
	color: #fff;
	display: flex;
	isolation: isolate;
	min-height: calc(100vh - var(--klc-event-header-height));
	overflow: hidden;
	padding: calc(var(--klc-event-header-height) + 50px) min(6vw, 72px) 50px;
	position: relative;
}

.klc-event-landing__hero-bg {
	background: var(--klc-event-landing-image, linear-gradient(135deg, #181818, #202020)) center center / cover no-repeat;
	inset: -14%;
	position: absolute;
	transform: translate3d(0, var(--klc-event-parallax-bg-shift, 0px), 0) scale(1.16);
	transform-origin: center center;
	will-change: transform;
	z-index: 1;
}

.klc-event-landing__video-overlay {
	inset: 0;
	mix-blend-mode: lighten;
	pointer-events: none;
	position: absolute;
	transform: translate3d(0, var(--klc-event-parallax-video-shift, 0px), 0) scale(1.08);
	transform-origin: center center;
	will-change: transform;
	z-index: 4;
}

.klc-event-landing__video-overlay::after {
	background: radial-gradient(circle at center, rgba(7, 7, 7, 0.01) 0%, rgba(7, 7, 7, 0.08) 48%, rgba(7, 7, 7, 0.28) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.klc-event-landing__video {
	height: 100%;
	inset: 0;

	object-fit: cover;
	object-position: center center;
	opacity: 0.72;
	position: absolute;
	width: 100%;
	filter: brightness(0.92) contrast(1.18) saturate(0.9);
}

.klc-event-landing__particles {
	inset: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.klc-event-landing__veil {
	background: linear-gradient(90deg, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.42) 48%, rgba(7, 7, 7, 0.82));
	inset: 0;
	position: absolute;
	z-index: 2;
}

.klc-event-landing__hero-inner {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1240px;
	min-height: max(320px, var(--klc-event-hero-available-height));
	opacity: 0;
	position: relative;
	transform: translate3d(0, -42px, 0);
	width: 100%;
	animation: klcEventHeroIntro 900ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
	z-index: 3;
}

.klc-event-landing__hero-copy {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 760px;
	text-align: center;
}

.klc-event-landing__hero-copy > * {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
	animation: klcEventHeroContentFade 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.klc-event-landing__logo {
	animation-delay: 620ms;
}

.klc-event-landing__badge {
	animation-delay: 740ms;
}

.klc-event-landing__actions {
	animation-delay: 860ms;
}

.klc-event-landing__countdown {
	animation-delay: 980ms;
}

.klc-event-landing__notice-bar {
	animation-delay: 1100ms;
}

.klc-event-landing__eyebrow {
	color: #e20a17;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.24em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.klc-event-landing__logo {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
	width: min(100%, 520px);
}

.klc-event-landing__logo img {
	display: block;
	height: auto;
	max-height: clamp(120px, calc(var(--klc-event-hero-available-height) * 0.44), 240px);
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.klc-event-landing__badge {
	background: rgba(34, 197, 94, 0.18);
	border: 1px solid rgba(74, 222, 128, 0.48);
	border-radius: 999px;
	color: #d9ffe8;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	margin: 0 0 1rem;
	padding: 0.65rem 1rem;
}

.klc-event-landing__hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	max-width: 680px;
}

.klc-event-landing__event-pill {
	background: #ff9b2f;
	box-shadow: 0 18px 32px rgba(255, 155, 47, 0.22);
	color: #fff;
	display: inline-block;
	font-size: clamp(1rem, 2vw, 1.9rem);
	font-style: italic;
	font-weight: 900;
	margin: 1rem 0 1.5rem;
	padding: 0.65rem 1.1rem;
	text-transform: uppercase;
	transform: skew(-8deg);
}

.klc-event-landing__event-pill span {
	display: inline-block;
	transform: skew(8deg);
}

.klc-event-landing__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 1.4rem;
}

.klc-event-landing__registered-actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.klc-event-landing__button {
	background: #f31717;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	min-width: 220px;
	padding: 1rem 1.4rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.klc-event-landing__button:hover {
	box-shadow: 0 18px 32px rgba(243, 23, 23, 0.24);
	color: #fff;
	transform: translateY(-2px);
}

.klc-event-landing__button.is-disabled {
	background: #5f6368;
	box-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
}

.klc-event-landing__button--success {
	background: #24a148;
	border-color: rgba(36, 161, 72, 0.88);
	box-shadow: 0 18px 32px rgba(36, 161, 72, 0.24);
	color: #fff;
	cursor: default;
	pointer-events: none;
}

.klc-event-landing__button-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.klc-event-landing__ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	padding: 0.95rem 1.3rem;
	text-decoration: none;
}

.klc-event-landing__ghost:hover {
	color: #fff;
}

.klc-event-landing__countdown {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(4, minmax(0, 132px));
	margin-top: 2.5rem;
	max-width: 620px;
	justify-content: center;
}

.klc-event-landing__countdown-card {
	background: rgba(7, 7, 7, 0.48);
	border-radius: 8px;
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
	padding: 1.15rem 0.85rem;
	text-align: center;
}

.klc-event-landing__countdown-value {
	display: block;
	font-size: clamp(2rem, 5vw, 2.6rem);
	font-weight: 900;
	line-height: 1;
}

.klc-event-landing__countdown-label {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 11px;
	margin-top: 0.45rem;
}

.klc-event-landing__notice-bar {
	margin: 1rem 0 0;
	max-width: 620px;
	text-align: center;
}

.klc-event-landing__content {
	background: #f7f5f2;
	padding: 56px min(6vw, 72px) 72px;
}

.klc-event-landing__content-inner {
	margin: 0 auto;
	max-width: 1240px;
}

.klc-event-landing__body {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

.klc-event-landing__body.has-agenda {
	grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
}

.klc-event-landing__details {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-top: 24px;
}

.klc-event-landing__card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(15, 15, 15, 0.08);
	padding: 28px;
}

.klc-event-landing__registration-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.klc-event-landing__card h2 {
	font-size: 22px !important;
	margin: 0 0 1rem;
}

.klc-event-landing__main-title {
	color: #c5c2be !important;
	font-size: clamp(2.8rem, 7.2vw, 8rem) !important;
	font-weight: 900 !important;
	letter-spacing: -0.06em;
	line-height: 0.9;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
	text-wrap: balance;
}

.klc-event-landing__meta-card {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 88px 1fr auto;
}

.klc-event-location-link {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(28, 43, 89, 0.12);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	color: #30467d;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
	width: 48px;
}

.klc-event-location-link:hover {
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
	color: #1c2b59;
	transform: translateY(-1px);
}

.klc-event-location-link svg {
	display: block;
	height: 18px;
	width: 18px;
}

.klc-event-landing__map-icon {
	align-items: center;

	display: flex;
	justify-content: center;
}


.klc-event-landing__map-icon img {
	height: 80px;
	width: 80px;
	border-radius:4px;
}

.klc-event-landing__agenda {
	list-style: none;
	margin: 0;
	padding: 0;
}

.klc-event-landing__agenda li {
	border-top: 1px solid rgba(20, 20, 20, 0.08);
	padding: 0.85rem 0;
}

.klc-event-landing__agenda li:first-child {
	border-top: 0;
	padding-top: 0;
}

.klc-event-landing__gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin-top: 24px;
}

.klc-event-landing__gallery img {
	border-radius: 20px;
	display: block;
	height: 180px;
	object-fit: cover;
	width: 100%;
}

.klc-event-landing__training-level {
	display: grid;
	gap: 0.75rem 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.5rem;
	max-width: 760px;
}

.klc-event-landing__training-level-item {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}

.klc-event-landing__training-level-bar {
	background: rgba(0, 0, 0, 0.06);
	border-radius: 999px;
	display: block;
	height: 6px;
	width: 100%;
}

.klc-event-landing__training-level-bar.is-active {
	background: #e30613;
}

.klc-event-landing__training-level-label {
	color: rgba(20, 20, 20, 0.62);
	font-size: 10px;
	line-height: 1.25;
	text-align: center;
}

.klc-event-landing__notice {
	color: rgba(20, 20, 20, 0.64);
	font-size: 0.96rem;
}

.klc-event-modal {
	align-items: center;
	background: rgba(5, 5, 6, 0.72);
	display: none;
	inset: 0;
	justify-content: center;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 24px;
	position: fixed;
	z-index: 9999;
}

.klc-event-modal.is-open {
	display: flex;
}

.klc-event-modal__dialog {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
	height: min(600px, calc(100vh - 48px));
	max-height: min(600px, calc(100vh - 48px));
	max-width: min(70vw, 1240px);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.klc-event-modal__layout {
	display: grid;
	grid-template-columns: minmax(360px, 0.95fr) minmax(480px, 1.2fr);
	height: 100%;
	max-height: min(600px, calc(100vh - 48px));
}

.klc-event-modal__visual {
	align-items: center;
	background: #0f1012 var(--klc-event-modal-visual-bg, none) center center / cover no-repeat;
	display: flex;
	justify-content: center;
	min-height: 100%;
	padding: 48px;
	position: relative;
}

.klc-event-modal__visual-overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.26) 28%, rgba(0, 0, 0, 0.7));
	inset: 0;
	position: absolute;
}

.klc-event-modal__visual-logo {
	position: relative;
	text-align: center;
	width: min(100%, 700px);
	z-index: 1;
}

.klc-event-modal__visual-logo img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 72vh;
	max-width: 100%;
	object-fit: contain;
}

.klc-event-modal__content {
	background: #fff;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	height: 100%;
	min-height: 0;
	min-width: 0;
	overflow-y: auto;
}

.klc-event-modal__header {
	background: transparent;
	color: #1c2b59;
	padding: 34px 40px 0;
}

.klc-event-modal__close {
	align-items: center;
	background:transparent;
	color: rgba(20, 20, 20, 0.48);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.85rem;
	font-weight: 300;
	height: 46px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 46px;
	z-index: 3;
}

.klc-event-modal__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding: 20px 40px 34px;
}

.klc-event-modal__dialog--success {
	background: linear-gradient(180deg, #ffffff 0%, #f6fff8 100%);
	max-width: 560px;
}

.klc-event-modal__body--success {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 44px 34px 40px;
	text-align: center;
}

.klc-event-modal__success-icon {
	align-items: center;
	background: linear-gradient(180deg, #24a148 0%, #1f8c40 100%);
	border-radius: 999px;
	box-shadow: 0 20px 40px rgba(36, 161, 72, 0.22);
	color: #fff;
	display: inline-flex;
	font-size: 2.3rem;
	font-weight: 900;
	height: 88px;
	justify-content: center;
	margin-bottom: 22px;
	width: 88px;
}

.klc-event-ticket-set {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(28, 43, 89, 0.08);
	border-radius: 28px;
	padding: 1.35rem;
	text-align: left;
	width: min(100%, 980px);
}

.klc-event-ticket-set__header {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.klc-event-ticket-set__title {
	color: #1c2b59;
	font-size: 1.05rem;
	font-weight: 800;
}

.klc-event-ticket-set__text {
	color: rgba(28, 43, 89, 0.68);
	font-size: 0.92rem;
	margin-top: 0.15rem;
}

.klc-event-ticket-set__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.klc-event-ticket-card {
	background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
	border: 1px solid rgba(28, 43, 89, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 35px rgba(28, 43, 89, 0.08);
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 1.15rem;
}

.klc-event-ticket-card__eyebrow {
	color: #e20a17;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.klc-event-ticket-card__name {
	color: #171717;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
}

.klc-event-ticket-card__meta {
	color: rgba(23, 23, 23, 0.68);
	display: flex;
	flex-direction: column;
	font-size: 0.88rem;
	gap: 0.2rem;
}

.klc-event-ticket-card__qr {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 22px;
	display: flex;
	justify-content: center;
	padding: 0.95rem;
}

.klc-event-ticket-card__qr img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 180px;
}

.klc-event-ticket-card__download {
	color: #1c2b59;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.klc-event-ticket-card__download:hover {
	color: #e20a17;
}

.klc-event-modal__body .form-control {
	font-size: 13px;
	border-radius: 8px;
	padding:10px 18px;
}

.klc-event-modal__body .form-check-label{font-size:10px !important;}

.klc-event-modal__body .form-label{font-size:10px !important; margin-bottom:2px !important;}

.klc-event-modal__body .form-label,
.klc-event-modal__body .form-check-label,
.klc-event-modal__body .form-text,
.klc-event-modal__footnote,
.klc-event-modal__subtitle,
.klc-event-modal__location-address,
.klc-event-modal__location-title,
.klc-event-modal__body p,
.klc-event-modal__body .btn,
.klc-event-modal__body .input-group {
	font-size: 14px;
}

.klc-event-modal__subtitle {
	color: rgba(23, 23, 23, 0.88);
	font-size: clamp(1rem, 1.2vw, 1.25rem);
	font-weight: 900;
	line-height: 1.35;
}

.klc-event-modal__subline {
	color: rgba(23, 23, 23, 0.62);
	font-size: 14px;
	line-height: 1.4;
}

.klc-event-modal__location-card {
	align-items: center;
	background: #f3f3f5;
	border-radius: 8px;
	display: grid;
	gap: 22px;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	margin-bottom: 2rem;
	padding: 15px;
}

.klc-event-modal__location-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 38px;
	height:38px
}

.klc-event-modal__location-icon img {
	display: block;
	height: 54px;
	object-fit: contain;
	width: 54px;
}

.klc-event-modal__location-copy {
	min-width: 0;
}

.klc-event-modal__location-title {
	color: #2f3e66;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.klc-event-modal__location-address {
	color: rgba(23, 23, 23, 0.74);
	font-size:12px;
}

.klc-event-modal__location-link {
	flex: 0 0 auto;
}

.klc-event-modal__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.klc-event-modal__actions .klc-event-landing__button,
.klc-event-modal__actions .klc-event-landing__ghost {
	min-width: 220px;
	font-size: 11px !important;
  padding: 10px 18px;
}

.klc-event-modal__add-participant-button {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	font-size:12px !important;
	font-weight:700;
	padding: 10px 18px;
}

.klc-event-modal__add-participant-button img {
	display: block;
	height: 14px;
	width: 14px;
}
.klc-event-landing__button{	font-size: 13px !important;}

.klc-event-modal__calendar-link {
	justify-content: center;
}

.klc-event-modal__company-row {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
}

.klc-event-modal__company-col {
	min-width: 0;
}

.klc-event-modal__footnote {
	color: rgba(20, 20, 20, 0.58);
	font-size: 10px !important;
	margin-top: 0.85rem;
}

@keyframes klcEventHeroIntro {
	0% {
		opacity: 0;
		transform: translate3d(0, -42px, 0) scale(0.985);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes klcEventHeroContentFade {
	0% {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 980px) {
	.klc-event-landing__body,
	.klc-event-landing__body.has-agenda {
		grid-template-columns: 1fr;
	}

	.klc-event-landing__details {
		grid-template-columns: 1fr;
	}

	.klc-event-landing__meta-card {
		grid-template-columns: 72px 1fr;
	}

	.klc-event-landing__meta-card a {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.klc-event-landing {
		--klc-event-outer-gap: 48px;
	}

	.klc-event-landing__hero {
		min-height: auto;
		padding: calc(var(--klc-event-header-height) + 24px) 20px 36px;
	}

	.klc-event-landing__hero-inner {
		min-height: max(280px, var(--klc-event-hero-available-height));
	}

	.klc-event-landing__countdown {
		gap: 8px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 100%;
	}

	.klc-event-landing__content {
		padding: 32px 20px 48px;
	}

	.klc-event-landing__main-title {
		font-size: clamp(2.5rem, 12vw, 4.4rem) !important;
		line-height: 0.92;
	}

	.klc-event-modal {
		align-items: flex-start;
		overflow-y: auto;
		padding: 16px;
	}

	.klc-event-modal__dialog {
		height: calc(100vh - 32px);
		max-height: calc(100vh - 32px);
		max-width: calc(100vw - 32px);
	}

	.klc-event-modal__layout {
		grid-template-columns: 1fr;
		height: 100%;
		max-height: calc(100vh - 32px);
		min-height: 0;
	}

	.klc-event-modal__visual {
		background-image: var(--klc-event-modal-visual-bg-mobile, var(--klc-event-modal-visual-bg, none));
		min-height: 260px;
		padding: 30px 24px;
	}

	.klc-event-modal__visual-logo img {
		max-height: 180px;
	}

	.klc-event-modal__header {
		padding: 28px 24px 0;
	}

	.klc-event-modal__body {
		overflow-y: auto;
		padding: 22px 24px 30px;
	}

	.klc-event-modal__content {
		height: auto;
		max-height: 100%;
		overflow-y: auto;
	}

	.klc-event-modal__location-card {
		gap: 16px;
		grid-template-columns: 72px minmax(0, 1fr);
		padding: 15px;
	}

	.klc-event-modal__location-icon {
		height: 72px;
		width: 72px;
	}

	.klc-event-modal__location-icon img {
		height: 42px;
		width: 42px;
	}

	.klc-event-modal__location-link {
		grid-column: 1 / -1;
		justify-self: end;
	}

	.klc-event-modal__company-row {
		grid-template-columns: 1fr;
	}

	.klc-event-ticket-set {
		padding: 1rem;
	}

	.klc-event-ticket-set__header {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.klc-event-landing__hero-inner,
	.klc-event-landing__hero-copy > * {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

@media print {
	body.klc-event-page .klc-event-modal--success {
		background: #fff;
		inset: 0;
		position: static;
	}

	body.klc-event-page .klc-event-modal--success .klc-event-modal__close,
	body.klc-event-page .klc-event-modal--success [data-klc-event-print-tickets] {
		display: none !important;
	}

	body.klc-event-page .klc-event-modal--success .klc-event-modal__dialog--success {
		box-shadow: none;
		max-width: none;
		width: 100%;
	}
}
