.thote-webinar {
	--thote-navy: #102a43;
	--thote-navy-soft: #284863;
	--thote-coral: #ff5838;
	--thote-coral-dark: #df3e22;
	--thote-ivory: #fff9f2;
	--thote-blue-pale: #dceef8;
	--thote-blue-light: #edf7fb;
	--thote-white: #ffffff;
	--thote-border: #d7e1e7;
	--thote-text-muted: #5e7180;
	--thote-event-color: #2457a6;
	--thote-shadow: 0 24px 60px rgba(16, 42, 67, 0.13);
	box-sizing: border-box;
	width: 100vw;
	max-width: none;
	margin: 0 0 0 calc(50% - 50vw);
	overflow: hidden;
	background: var(--thote-ivory);
	color: var(--thote-navy);
	font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

body.thote-webinar-standalone {
	margin: 0;
	padding: 0;
	background: #fff9f2;
}

body.thote-webinar-standalone .thote-webinar {
	margin-left: 0;
}

.thote-webinar *,
.thote-webinar *::before,
.thote-webinar *::after {
	box-sizing: border-box;
}

.thote-webinar a {
	color: inherit;
	text-decoration: none;
}

.thote-webinar a:hover {
	color: var(--thote-coral-dark);
}

.thote-webinar button,
.thote-webinar input,
.thote-webinar textarea {
	font: inherit;
}

.thote-webinar__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.82fr);
	gap: clamp(48px, 7vw, 108px);
	align-items: center;
	max-width: 1240px;
	min-height: 0;
	margin: 0 auto;
	padding: 48px 30px 56px;
	border-top: 7px solid var(--thote-event-color);
}

.thote-webinar__hero::before {
	position: absolute;
	z-index: 0;
	top: 10%;
	left: -34vw;
	width: 51vw;
	height: 51vw;
	border-radius: 50%;
	background: rgba(220, 238, 248, 0.72);
	content: "";
}

.thote-webinar__shape {
	position: absolute;
	z-index: 0;
	border-radius: 999px;
	pointer-events: none;
}

.thote-webinar__shape--one {
	top: 42px;
	right: -190px;
	width: 390px;
	height: 390px;
	border: 75px solid rgba(220, 238, 248, 0.55);
}

.thote-webinar__shape--two {
	right: 44%;
	bottom: 48px;
	width: 74px;
	height: 74px;
	border: 17px solid rgba(255, 88, 56, 0.12);
}

.thote-webinar__hero-copy,
.thote-webinar__form-card {
	position: relative;
	z-index: 1;
}

.thote-webinar__eyebrow,
.thote-webinar__form-kicker {
	margin: 0 0 16px;
	color: var(--thote-coral-dark);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.thote-webinar__event-label {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin: 0 0 13px;
	color: var(--thote-navy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.thote-webinar__event-label span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--thote-event-color);
	box-shadow: 0 0 0 1px var(--thote-event-color);
}

.thote-webinar__hero h1 {
	max-width: 700px;
	margin: 0;
	color: var(--thote-navy);
	font-size: clamp(40px, 5vw, 68px);
	font-weight: 830;
	letter-spacing: -0.047em;
	line-height: 1.02;
}

.thote-webinar__lead {
	max-width: 670px;
	margin: 27px 0 31px;
	color: var(--thote-navy-soft);
	font-size: clamp(18px, 1.65vw, 22px);
	line-height: 1.55;
}

.thote-webinar__event-image {
	margin: 26px 0;
}

.thote-webinar__event-image-file {
	display: block;
	width: 100%;
	height: auto;
	max-height: 380px;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(16, 42, 67, 0.12);
	object-fit: cover;
}

.thote-webinar__event-image--catalog {
	margin-top: 0;
}

.thote-webinar__details {
	padding: 38px 30px 44px;
	background: var(--thote-white);
}

.thote-webinar__details > .thote-webinar__rich-content {
	max-width: 940px;
	margin: 0 auto;
}

.thote-webinar__rich-content {
	color: var(--thote-navy-soft);
	font-size: 16px;
}

.thote-webinar__rich-content > :first-child {
	margin-top: 0;
}

.thote-webinar__rich-content > :last-child {
	margin-bottom: 0;
}

.thote-webinar__rich-content h2,
.thote-webinar__rich-content h3,
.thote-webinar__rich-content h4 {
	color: var(--thote-navy);
	font-weight: 800;
	line-height: 1.2;
}

.thote-webinar__rich-content h2 {
	font-size: clamp(27px, 3vw, 38px);
}

.thote-webinar__rich-content h3 {
	font-size: clamp(22px, 2.4vw, 29px);
}

.thote-webinar__rich-content a {
	color: var(--thote-coral-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.thote-webinar__rich-content img,
.thote-webinar__rich-content video,
.thote-webinar__rich-content iframe,
.thote-webinar__rich-content embed,
.thote-webinar__rich-content object {
	max-width: 100%;
}

.thote-webinar__rich-content img,
.thote-webinar__rich-content video {
	height: auto;
}

.thote-webinar__rich-content figure,
.thote-webinar__rich-content .wp-caption,
.thote-webinar__rich-content .wp-video {
	max-width: 100% !important;
}

.thote-webinar__rich-content figcaption,
.thote-webinar__rich-content .wp-caption-text {
	margin-top: 7px;
	color: var(--thote-text-muted);
	font-size: 12px;
}

.thote-webinar__rich-content .gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 14px;
}

.thote-webinar__event-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	max-width: 680px;
	padding: 23px 0;
	border-top: 1px solid rgba(16, 42, 67, 0.14);
	border-bottom: 1px solid rgba(16, 42, 67, 0.14);
}

.thote-webinar__event-card > div {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.thote-webinar__event-card > div + div {
	padding-left: 20px;
	border-left: 1px solid rgba(16, 42, 67, 0.14);
}

.thote-webinar__event-card > div:only-child {
	grid-column: 1 / -1;
}

.thote-webinar__event-card p {
	margin: 0;
	color: var(--thote-text-muted);
	font-size: 14px;
	line-height: 1.55;
}

.thote-webinar__event-card strong {
	color: var(--thote-navy);
	font-size: 15px;
}

.thote-webinar__event-icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: var(--thote-white);
	box-shadow: 0 8px 22px rgba(16, 42, 67, 0.08);
	color: var(--thote-coral-dark);
	font-size: 13px;
	font-weight: 900;
}

.thote-webinar__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	color: var(--thote-navy-soft);
	font-size: 14px;
	font-weight: 680;
}

.thote-webinar__trust li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.thote-webinar__trust span {
	color: var(--thote-coral-dark);
	font-weight: 900;
}

.thote-webinar__form-card {
	width: 100%;
	max-width: 500px;
	justify-self: end;
	padding: clamp(28px, 3.7vw, 46px);
	border: 1px solid rgba(16, 42, 67, 0.08);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--thote-shadow);
}

.thote-webinar__form-card h2 {
	margin: 0 0 10px;
	color: var(--thote-navy);
	font-size: clamp(26px, 2.5vw, 34px);
	font-weight: 810;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.thote-webinar__form-intro {
	margin: 0 0 22px;
	color: var(--thote-text-muted);
	font-size: 14px;
}

.thote-webinar__privacy-intro {
	margin: 6px 0 9px;
	color: #334e68 !important;
	font-size: 12px;
	line-height: 1.5;
}

.thote-webinar__privacy-summary {
	margin: 0 0 9px;
	padding: 10px 12px;
	border-left: 3px solid var(--thote-event-color);
	background: rgba(220, 238, 248, 0.38);
	color: var(--thote-text-muted);
	font-size: 12px;
}

.thote-webinar__privacy-summary p {
	margin: 0;
}

.thote-webinar__privacy-summary p + p {
	margin-top: 5px;
}

.thote-webinar__privacy-summary a {
	color: var(--thote-navy);
	font-weight: 750;
	text-decoration: underline;
}

/* Les thèmes ne doivent pas pouvoir rendre les mentions illisibles sur leur fond clair. */
.thote-webinar .thote-webinar__privacy-summary,
.thote-webinar .thote-webinar__privacy-summary *,
.thote-webinar .thote-webinar__privacy-notice,
.thote-webinar .thote-webinar__privacy-notice * {
	color: #334e68 !important;
}

.thote-webinar .thote-webinar__privacy-summary strong,
.thote-webinar .thote-webinar__privacy-summary a,
.thote-webinar .thote-webinar__privacy-notice summary,
.thote-webinar .thote-webinar__privacy-notice strong,
.thote-webinar .thote-webinar__privacy-notice a {
	color: #102a43 !important;
}

.thote-webinar__required-notice {
	margin: 0;
	padding: 10px 12px;
	border-left: 3px solid var(--thote-event-color);
	background: var(--thote-blue-light);
	color: var(--thote-text-muted);
	font-size: 11px;
}

.thote-webinar__submit:focus-visible,
.thote-webinar__form input:focus-visible,
.thote-webinar__form textarea:focus-visible,
.thote-webinar a:focus-visible {
	outline: 3px solid rgba(255, 88, 56, 0.38);
	outline-offset: 2px;
}

.thote-webinar__form {
	display: grid;
	gap: 15px;
	margin: 0;
}

.thote-webinar__field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.thote-webinar__form > label,
.thote-webinar__field-row > label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.thote-webinar__form label > span {
	color: var(--thote-navy);
	font-size: 12px;
	font-weight: 760;
	line-height: 1.4;
}

.thote-webinar__form label em {
	color: var(--thote-coral-dark);
	font-style: normal;
}

.thote-webinar__form label small {
	color: var(--thote-text-muted);
	font-size: 11px;
	font-weight: 500;
}

.thote-webinar__form input[type="text"],
.thote-webinar__form input[type="email"],
.thote-webinar__form input[type="tel"],
.thote-webinar__form textarea {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid var(--thote-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	color: var(--thote-navy);
	font-size: 15px;
	line-height: 1.4;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.thote-webinar__form textarea {
	min-height: 92px;
	resize: vertical;
}

.thote-webinar__form input:focus,
.thote-webinar__form textarea:focus {
	border-color: var(--thote-coral);
	box-shadow: 0 0 0 3px rgba(255, 88, 56, 0.1);
	outline: 0;
}

.thote-webinar__form input[aria-invalid="true"],
.thote-webinar__form textarea[aria-invalid="true"] {
	border-color: #b42318;
}

.thote-webinar__check input {
	accent-color: var(--thote-coral);
}

.thote-webinar__check {
	display: grid !important;
	grid-template-columns: 17px 1fr;
	gap: 10px !important;
	align-items: start;
	cursor: pointer;
}

.thote-webinar__check input {
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
}

.thote-webinar__check span {
	color: var(--thote-text-muted) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
}

.thote-webinar__check a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.thote-webinar__privacy-notice {
	border: 1px solid var(--thote-border);
	border-radius: 10px;
	background: #f8fbfd;
	color: var(--thote-text-muted);
	font-size: 11px;
}

.thote-webinar__privacy-notice summary {
	padding: 12px 14px;
	color: var(--thote-navy);
	cursor: pointer;
	font-size: 12px;
	font-weight: 780;
}

.thote-webinar__privacy-notice > div {
	padding: 0 14px 13px;
}

.thote-webinar__privacy-notice p {
	margin: 8px 0 0;
}

.thote-webinar__privacy-notice strong {
	color: var(--thote-navy);
}

.thote-webinar__privacy-notice a {
	color: var(--thote-navy);
	font-weight: 700;
	text-decoration: underline;
}

.thote-webinar__submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 54px;
	margin: 3px 0 0;
	padding: 13px 18px;
	border: 0;
	border-radius: 12px;
	background: var(--thote-coral);
	box-shadow: 0 11px 22px rgba(255, 88, 56, 0.23);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 820;
	transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.thote-webinar__submit:hover {
	background: var(--thote-coral-dark);
	box-shadow: 0 13px 26px rgba(223, 62, 34, 0.27);
	transform: translateY(-1px);
}

.thote-webinar__submit:disabled {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

.thote-webinar__submit span:last-child {
	font-size: 21px;
}

.thote-webinar__message {
	padding: 12px 14px;
	border-radius: 9px;
	background: #e7f6ec;
	color: #176334;
	font-size: 13px;
	font-weight: 650;
}

.thote-webinar__message.is-error {
	background: #fff0ee;
	color: #9f2517;
}

.thote-webinar__required {
	margin: -5px 0 0;
	color: var(--thote-text-muted);
	font-size: 10px;
	text-align: right;
}

.thote-webinar__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.thote-webinar__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.thote-webinar--satisfaction {
	min-height: 60vh;
}

.thote-webinar__satisfaction-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	padding: clamp(34px, 6vw, 76px) 22px;
	border-top: 7px solid var(--thote-event-color);
}

.thote-webinar__form-card--satisfaction {
	max-width: 760px;
	justify-self: auto;
}

.thote-webinar__satisfaction-event {
	margin: 0 0 10px;
	color: var(--thote-navy);
	font-size: 17px;
	font-weight: 780;
}

.thote-webinar__satisfaction-scale {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.thote-webinar__satisfaction-scale legend {
	margin: 0 0 8px;
	color: var(--thote-navy);
	font-size: 12px;
	font-weight: 760;
	line-height: 1.4;
}

.thote-webinar__satisfaction-scale legend em {
	color: var(--thote-coral-dark);
	font-style: normal;
}

.thote-webinar__satisfaction-scale > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.thote-webinar__satisfaction-scale label {
	position: relative;
	cursor: pointer;
}

.thote-webinar__satisfaction-scale input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.thote-webinar__satisfaction-scale label span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--thote-border);
	border-radius: 9px;
	background: #fff;
	color: var(--thote-navy) !important;
	font-size: 13px !important;
	font-weight: 760 !important;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.thote-webinar__satisfaction-scale input:checked + span {
	border-color: var(--thote-coral);
	background: var(--thote-coral);
	color: #fff !important;
}

.thote-webinar__satisfaction-scale input:focus-visible + span {
	outline: 3px solid rgba(255, 88, 56, 0.38);
	outline-offset: 2px;
}

.thote-webinar__satisfaction-privacy {
	margin: 0;
	padding: 11px 13px;
	border-left: 3px solid var(--thote-event-color);
	background: #f8fbfd;
	color: #334e68 !important;
	font-size: 11px;
	line-height: 1.55;
}

.thote-webinar__program {
	position: relative;
	padding: 58px 30px 66px;
	background: var(--thote-white);
}

.thote-webinar__program::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(1180px, calc(100% - 60px));
	height: 1px;
	background: rgba(16, 42, 67, 0.08);
	content: "";
	transform: translateX(-50%);
}

.thote-webinar__section-heading {
	max-width: 740px;
	margin: 0 auto 36px;
	text-align: center;
}

.thote-webinar__section-heading h2,
.thote-webinar__about h2 {
	margin: 0;
	color: var(--thote-navy);
	font-size: clamp(31px, 4vw, 48px);
	font-weight: 820;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.thote-webinar__section-heading > p:last-child {
	max-width: 630px;
	margin: 18px auto 0;
	color: var(--thote-text-muted);
	font-size: 17px;
}

.thote-webinar__program-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	max-width: 1180px;
	margin: 0 auto;
}

.thote-webinar__program-content {
	max-width: 940px;
	margin: 30px auto 0;
	padding-top: 28px;
	border-top: 1px solid rgba(16, 42, 67, 0.1);
}

.thote-webinar__program-grid article {
	min-height: 255px;
	padding: 29px 25px;
	border: 1px solid rgba(16, 42, 67, 0.09);
	border-radius: 19px;
	background: var(--thote-ivory);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.thote-webinar__program-grid article:hover {
	border-color: rgba(255, 88, 56, 0.28);
	box-shadow: 0 17px 40px rgba(16, 42, 67, 0.09);
	transform: translateY(-4px);
}

.thote-webinar__program-grid article > span {
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	margin: 0 0 30px;
	border-radius: 50%;
	background: var(--thote-blue-pale);
	color: var(--thote-navy);
	font-size: 11px;
	font-weight: 850;
}

.thote-webinar__program-grid h3 {
	margin: 0 0 12px;
	color: var(--thote-navy);
	font-size: 20px;
	font-weight: 790;
	letter-spacing: -0.02em;
	line-height: 1.22;
}

.thote-webinar__program-grid p {
	margin: 0;
	color: var(--thote-text-muted);
	font-size: 14px;
}

.thote-webinar__catalog {
	position: relative;
	padding: 48px 30px 56px;
	background: var(--thote-ivory);
}

.thote-webinar__catalog .thote-webinar__section-heading h1 {
	margin: 0;
	color: var(--thote-navy);
	font-size: clamp(36px, 5vw, 58px);
	font-weight: 830;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.thote-webinar__catalog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	max-width: 1180px;
	margin: 0 auto;
}

.thote-webinar__catalog-card {
	display: flex;
	flex-direction: column;
	min-height: 420px;
	padding: 28px;
	border: 1px solid rgba(16, 42, 67, 0.1);
	border-top: 7px solid var(--thote-event-color);
	border-radius: 22px;
	background: var(--thote-white);
	box-shadow: 0 17px 42px rgba(16, 42, 67, 0.09);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.thote-webinar__catalog-card:hover {
	border-color: rgba(255, 88, 56, 0.3);
	box-shadow: 0 22px 52px rgba(16, 42, 67, 0.13);
	transform: translateY(-4px);
}

.thote-webinar__catalog-date {
	display: flex;
	gap: 11px;
	align-items: center;
	margin-bottom: 23px;
	color: var(--thote-navy-soft);
	font-size: 13px;
}

.thote-webinar__catalog-date span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: var(--thote-blue-pale);
	box-shadow: inset 0 0 0 2px var(--thote-event-color);
	color: var(--thote-coral-dark);
	font-weight: 900;
}

.thote-webinar__catalog-card h2 {
	margin: 0 0 15px;
	color: var(--thote-navy);
	font-size: 25px;
	font-weight: 810;
	letter-spacing: -0.03em;
	line-height: 1.17;
}

.thote-webinar__catalog-card > p {
	margin: 0 0 22px;
	color: var(--thote-text-muted);
	font-size: 14px;
}

.thote-webinar__catalog-card ul {
	display: grid;
	gap: 9px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	color: var(--thote-navy-soft);
	font-size: 13px;
	font-weight: 680;
}

.thote-webinar__catalog-card li {
	display: flex;
	gap: 9px;
	align-items: center;
}

.thote-webinar__catalog-card li span {
	color: var(--thote-coral-dark);
	font-weight: 900;
}

.thote-webinar__catalog-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	min-height: 50px;
	padding: 12px 17px;
	border-radius: 11px;
	background: var(--thote-coral);
	color: var(--thote-white) !important;
	font-size: 14px;
	font-weight: 820;
}

.thote-webinar__catalog-button:hover {
	background: var(--thote-coral-dark);
	color: var(--thote-white) !important;
}

.thote-webinar__catalog-empty {
	max-width: 720px;
	margin: 0 auto;
	padding: 24px;
	border-radius: 14px;
	background: var(--thote-white);
	color: var(--thote-text-muted);
	text-align: center;
}

.thote-webinar__catalog-panel {
	position: relative;
	padding: 52px 30px 60px;
	background: linear-gradient(180deg, var(--thote-blue-pale), var(--thote-white));
	border-top: 7px solid var(--thote-event-color);
}

.thote-webinar__catalog-panel[hidden] {
	display: none;
}

.thote-webinar__catalog-panel-heading {
	max-width: 720px;
	margin: 0 auto 26px;
	text-align: center;
}

.thote-webinar__catalog-panel-heading .thote-webinar__event-label {
	justify-content: center;
}

.thote-webinar__catalog-panel-heading h2 {
	margin: 0;
	color: var(--thote-navy);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 820;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.thote-webinar__catalog-panel-heading > p:last-child {
	margin: 14px 0 0;
	color: var(--thote-text-muted);
}

.thote-webinar__catalog-close {
	position: absolute;
	top: 24px;
	right: max(24px, calc((100vw - 1180px) / 2));
	padding: 8px 12px;
	border: 1px solid rgba(16, 42, 67, 0.16);
	border-radius: 9px;
	background: var(--thote-white);
	color: var(--thote-navy);
	cursor: pointer;
	font-size: 12px;
	font-weight: 750;
}

.thote-webinar__catalog-panel-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	gap: clamp(32px, 5vw, 68px);
	align-items: start;
	max-width: 1180px;
	margin: 0 auto;
}

.thote-webinar__catalog-panel-grid.is-form-only {
	grid-template-columns: minmax(360px, 620px);
	justify-content: center;
}

.thote-webinar__catalog-content {
	padding: clamp(26px, 3.5vw, 42px);
	border: 1px solid rgba(16, 42, 67, 0.09);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
}

.thote-webinar__catalog-event-content {
	font-size: 15px;
}

.thote-webinar__catalog-program.has-event-content {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid rgba(16, 42, 67, 0.1);
}

.thote-webinar__catalog-program h3 {
	margin: 0;
	color: var(--thote-navy);
	font-size: clamp(28px, 3.2vw, 40px);
	font-weight: 820;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.thote-webinar__catalog-program-intro {
	margin: 16px 0 0;
	color: var(--thote-text-muted);
	font-size: 15px;
}

.thote-webinar__catalog-program-list {
	display: grid;
	gap: 14px;
	margin: 27px 0 0;
	padding: 0;
	list-style: none;
}

.thote-webinar__catalog-program-list li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 18px;
	border: 1px solid rgba(16, 42, 67, 0.08);
	border-radius: 14px;
	background: var(--thote-white);
}

.thote-webinar__catalog-program-list li > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--thote-blue-pale);
	color: var(--thote-navy);
	font-size: 11px;
	font-weight: 850;
}

.thote-webinar__catalog-program-list h4 {
	margin: 1px 0 5px;
	color: var(--thote-navy);
	font-size: 17px;
	font-weight: 790;
	line-height: 1.25;
}

.thote-webinar__catalog-program-list p {
	margin: 0;
	color: var(--thote-text-muted);
	font-size: 13px;
}

.thote-webinar__form-card--catalog {
	max-width: none;
	margin: 0;
	justify-self: stretch;
}

.thote-webinar__empty {
	padding: 28px;
	color: var(--thote-text-muted);
	text-align: center;
}

.thote-webinar__about {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr) auto;
	gap: 42px;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
	padding: 52px 30px;
}

.thote-webinar__about--no-mark {
	grid-template-columns: minmax(0, 1fr) auto;
}

.thote-webinar__about-mark {
	display: grid;
	width: 120px;
	height: 120px;
	place-items: center;
	border-radius: 32px 32px 32px 5px;
	background: var(--thote-navy);
	color: var(--thote-white);
	font-size: 58px;
	font-weight: 900;
}

.thote-webinar__about .thote-webinar__eyebrow {
	margin-bottom: 12px;
}

.thote-webinar__about h2 {
	max-width: 650px;
	font-size: clamp(29px, 3vw, 40px);
}

.thote-webinar__about p:last-child {
	max-width: 690px;
	margin: 16px 0 0;
	color: var(--thote-text-muted);
}

.thote-webinar__about > a {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding: 15px 20px;
	border: 1px solid rgba(16, 42, 67, 0.18);
	border-radius: 11px;
	background: transparent;
	color: var(--thote-navy);
	font-size: 14px;
	font-weight: 780;
	white-space: nowrap;
}

.thote-webinar__about > a:hover {
	border-color: var(--thote-coral);
	background: var(--thote-coral);
	color: #fff;
}

@media (max-width: 1050px) {
	.thote-webinar__hero {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
		gap: 42px;
	}

	.thote-webinar__hero h1 {
		font-size: clamp(40px, 5.3vw, 58px);
	}

	.thote-webinar__event-card {
		grid-template-columns: 1fr;
	}

	.thote-webinar__event-card > div + div {
		padding-top: 18px;
		padding-left: 0;
		border-top: 1px solid rgba(16, 42, 67, 0.1);
		border-left: 0;
	}

	.thote-webinar__program-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.thote-webinar__catalog-panel-grid {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
		gap: 30px;
	}

	.thote-webinar__about {
		grid-template-columns: 100px minmax(0, 1fr);
	}

	.thote-webinar__about-mark {
		width: 96px;
		height: 96px;
	}

	.thote-webinar__about > a {
		grid-column: 2;
		justify-self: start;
	}

	.thote-webinar__about--no-mark {
		grid-template-columns: 1fr;
	}

	.thote-webinar__about--no-mark > a {
		grid-column: 1;
	}
}

@media (max-width: 820px) {
	.thote-webinar__hero {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 38px 22px 46px;
	}

	.thote-webinar__hero::before {
		top: 0;
		left: -36vw;
		width: 90vw;
		height: 90vw;
	}

	.thote-webinar__hero-copy {
		max-width: 700px;
	}

	.thote-webinar__form-card {
		max-width: 620px;
		justify-self: center;
	}

		.thote-webinar__program {
			padding: 46px 22px 52px;
		}

		.thote-webinar__details {
			padding: 34px 22px 40px;
		}

	.thote-webinar__catalog,
	.thote-webinar__catalog-panel {
		padding-right: 22px;
		padding-left: 22px;
	}

	.thote-webinar__catalog-panel-grid,
	.thote-webinar__catalog-panel-grid.is-form-only {
		grid-template-columns: 1fr;
		max-width: 620px;
	}

		.thote-webinar__catalog-content {
			padding: 28px;
		}

	.thote-webinar__program::before {
		width: calc(100% - 44px);
	}

	.thote-webinar__about {
		grid-template-columns: 80px minmax(0, 1fr);
		gap: 26px;
		padding: 42px 22px;
	}

	.thote-webinar__about--no-mark {
		grid-template-columns: 1fr;
	}

	.thote-webinar__about-mark {
		width: 76px;
		height: 76px;
		border-radius: 23px 23px 23px 4px;
		font-size: 40px;
	}

}

@media (max-width: 560px) {
	.thote-webinar__hero {
		padding-top: 30px;
	}

	.thote-webinar__hero h1 {
		font-size: clamp(37px, 11vw, 50px);
	}

	.thote-webinar__lead {
		margin-top: 22px;
		font-size: 17px;
	}

	.thote-webinar__event-card {
		padding: 18px 0;
	}

	.thote-webinar__form-card {
		padding: 27px 19px;
		border-radius: 20px;
	}

	.thote-webinar__field-row {
		grid-template-columns: 1fr;
	}

	.thote-webinar__trust {
		gap: 10px 16px;
	}

	.thote-webinar__program-grid {
		grid-template-columns: 1fr;
	}

	.thote-webinar__catalog-grid {
		grid-template-columns: 1fr;
	}

	.thote-webinar__catalog-card {
		min-height: 0;
		padding: 22px;
	}

	.thote-webinar__catalog-close {
		position: static;
		display: block;
		margin: 0 0 28px auto;
	}

		.thote-webinar__catalog-content {
			padding: 24px 19px;
			border-radius: 20px;
	}

	.thote-webinar__catalog-program-list li {
		grid-template-columns: 36px minmax(0, 1fr);
		padding: 15px;
	}

	.thote-webinar__catalog-program-list li > span {
		width: 36px;
		height: 36px;
	}

	.thote-webinar__program-grid article {
		min-height: 0;
	}

	.thote-webinar__about {
		grid-template-columns: 1fr;
	}

	.thote-webinar__about > a {
		grid-column: 1;
	}

}

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