.tcbhc-skip-links {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100000;
}

.tcbhc-skip-links a {
	background: #ffffff;
	border: 3px solid #0051ba;
	color: #0051ba;
	font-size: 16px;
	font-weight: 700;
	left: 12px;
	line-height: 1.3;
	padding: 12px 16px;
	position: absolute;
	text-decoration: underline;
	top: -120px;
	white-space: nowrap;
}

.tcbhc-skip-links a:focus {
	top: 12px;
}

.tcbhc-wcag-aa a:focus-visible,
.tcbhc-wcag-aa button:focus-visible,
.tcbhc-wcag-aa input:focus-visible,
.tcbhc-wcag-aa select:focus-visible,
.tcbhc-wcag-aa textarea:focus-visible,
.tcbhc-wcag-aa [tabindex]:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 3px;
}

.tcbhc-wcag-aa a,
.tcbhc-wcag-aa button,
.tcbhc-wcag-aa input[type="button"],
.tcbhc-wcag-aa input[type="submit"],
.tcbhc-wcag-aa input[type="reset"],
.tcbhc-wcag-aa [role="button"],
.tcbhc-wcag-aa .mega-menu-link,
.tcbhc-wcag-aa #back_to_top {
	min-height: 44px;
	min-width: 44px;
}

.tcbhc-wcag-aa a,
.tcbhc-wcag-aa button,
.tcbhc-wcag-aa [role="button"] {
	touch-action: manipulation;
}

.tcbhc-wcag-aa .screen-reader-text,
.tcbhc-wcag-aa .tcbhc-sr-only {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.tcbhc-wcag-aa .screen-reader-text:focus,
.tcbhc-wcag-aa .tcbhc-sr-only:focus {
	background: #ffffff;
	clip: auto;
	clip-path: none;
	color: #0051ba;
	height: auto;
	left: 12px;
	padding: 12px 16px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.tcbhc-wcag-aa [hidden] {
	display: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.tcbhc-wcag-aa *,
	.tcbhc-wcag-aa *::before,
	.tcbhc-wcag-aa *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

.tcbhc-a11y-widget,
.tcbhc-a11y-widget * {
	box-sizing: border-box;
}

.tcbhc-a11y-launcher {
	align-items: center;
	background: #2947f4;
	border: 0;
	border-radius: 999px;
	bottom: 70px;
	box-shadow: 0 18px 40px rgba(22, 38, 170, 0.3);
	color: #ffffff;
	cursor: pointer;
	display: flex;
	height: 58px;
	justify-content: center;
	left: 14px;
	position: fixed;
	right: auto;
	width: 58px;
	z-index: 1000001;
}

.tcbhc-a11y-launcher svg,
.tcbhc-a11y-icon-button svg,
.tcbhc-a11y-title-icon svg,
.tcbhc-a11y-tile-icon svg,
.tcbhc-a11y-footer-mark svg {
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 28px;
}

.tcbhc-a11y-title-icon svg {
	fill: #2947f4;
	height: 24px;
	stroke: #2947f4;
	width: 24px;
}

.tcbhc-a11y-panel {
	background: linear-gradient(180deg, rgba(238, 241, 255, 0.98), rgba(255, 255, 255, 0.98));
	border-radius: 22px 22px 34px 34px;
	bottom: 22px;
	box-shadow: 0 26px 80px rgba(16, 22, 60, 0.36);
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	max-height: calc(100vh - 44px);
	overflow: hidden;
	position: fixed;
	left: 22px;
	right: auto;
	width: min(500px, calc(100vw - 44px));
	z-index: 1000002;
}

.tcbhc-a11y-header {
	align-items: center;
	background: linear-gradient(135deg, #273dbc, #2f51ff);
	border-radius: 22px 22px 30px 30px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	min-height: 78px;
	padding: 18px 28px;
}

.tcbhc-a11y-title-wrap {
	align-items: center;
	display: flex;
	gap: 14px;
}

.tcbhc-a11y-title-icon {
	align-items: center;
	background: #ffffff;
	border-radius: 50%;
	color: #2947f4;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.tcbhc-a11y-title-wrap h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

.tcbhc-a11y-header-actions {
	align-items: center;
	display: flex;
	gap: 14px;
}

.tcbhc-a11y-icon-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.tcbhc-a11y-divider {
	background: rgba(255, 255, 255, 0.65);
	display: block;
	height: 32px;
	width: 1px;
}

.tcbhc-a11y-panel-body {
	max-height: calc(100vh - 178px);
	overflow: auto;
	padding: 26px 18px 12px;
}

.tcbhc-a11y-section {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 18px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
	margin-bottom: 20px;
	padding: 24px 20px 20px;
}

.tcbhc-a11y-section h3 {
	color: #474c55;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 18px;
}

.tcbhc-a11y-grid {
	display: grid;
	gap: 12px 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tcbhc-a11y-tile {
	align-items: center;
	background: #f0f0f2;
	border: 3px solid transparent;
	border-radius: 16px;
	color: #111111;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	gap: 12px;
	justify-content: flex-start;
	line-height: 1.22;
	min-height: 82px;
	padding: 14px 12px;
	text-align: left;
	width: 100%;
}

.tcbhc-a11y-tile.is-active {
	background: #ffffff;
	border-color: #2f51ff;
}

.tcbhc-a11y-tile-icon {
	align-items: center;
	background: #ffffff;
	border-radius: 50%;
	color: #111111;
	display: inline-flex;
	flex: 0 0 46px;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.tcbhc-a11y-tile-icon svg {
	height: 26px;
	width: 26px;
}

.tcbhc-a11y-tile-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.tcbhc-a11y-tile-label {
	display: block;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.tcbhc-a11y-meter {
	display: flex;
	gap: 4px;
	max-width: 140px;
	width: 100%;
}

.tcbhc-a11y-meter[hidden] {
	display: none;
}

.tcbhc-a11y-meter span {
	background: #b8bac3;
	display: block;
	flex: 1 1 0;
	height: 13px;
	min-width: 22px;
}

.tcbhc-a11y-meter span:first-child {
	border-radius: 999px 0 0 999px;
}

.tcbhc-a11y-meter span:last-child {
	border-radius: 0 999px 999px 0;
}

.tcbhc-a11y-meter span.is-filled {
	background: #2f51ff;
}

.tcbhc-a11y-footer {
	align-items: center;
	background: linear-gradient(135deg, #2947f4, #17298f);
	border-radius: 0 0 34px 34px;
	color: #ffffff;
	display: flex;
	font-size: 18px;
	gap: 14px;
	justify-content: flex-end;
	min-height: 64px;
	padding: 14px 24px;
}

.tcbhc-a11y-footer-mark {
	align-items: center;
	background: #ffffff;
	border-radius: 50%;
	color: #17298f;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.tcbhc-a11y-footer-mark svg {
	height: 20px;
	width: 20px;
}

.tcbhc-a11y-grayscale body {
	filter: grayscale(1);
}

.tcbhc-a11y-textSize body :where(p, li, a, button, label, input, textarea, select, td, th, blockquote, figcaption, .the_content_wrapper, .entry-content):not(.tcbhc-a11y-widget *) {
	font-size: calc(1em * var(--tcbhc-text-scale, 1)) !important;
}

.tcbhc-a11y-lineHeight body :where(p, li, a, button, label, input, textarea, select, td, th, blockquote, figcaption, .the_content_wrapper, .entry-content):not(.tcbhc-a11y-widget *) {
	line-height: var(--tcbhc-line-height, 1.35) !important;
}

.tcbhc-a11y-readableFont body :where(p, li, a, button, label, input, textarea, select, td, th, h1, h2, h3, h4, h5, h6, blockquote, figcaption, .the_content_wrapper, .entry-content):not(.tcbhc-a11y-widget *) {
	font-family: Arial, Helvetica, sans-serif !important;
	letter-spacing: 0.01em !important;
}

.tcbhc-a11y-textAlign[data-tcbhc-text-align="left"] body :where(main, #Content, .the_content_wrapper, .entry-content, article):not(.tcbhc-a11y-widget *) {
	text-align: left !important;
}

.tcbhc-a11y-textAlign[data-tcbhc-text-align="center"] body :where(main, #Content, .the_content_wrapper, .entry-content, article):not(.tcbhc-a11y-widget *) {
	text-align: center !important;
}

.tcbhc-a11y-textAlign[data-tcbhc-text-align="right"] body :where(main, #Content, .the_content_wrapper, .entry-content, article):not(.tcbhc-a11y-widget *) {
	text-align: right !important;
}

.tcbhc-a11y-textAlign[data-tcbhc-text-align="justify"] body :where(main, #Content, .the_content_wrapper, .entry-content, article):not(.tcbhc-a11y-widget *) {
	text-align: justify !important;
}

.tcbhc-a11y-contrast body {
	background: #000000 !important;
	color: #ffffff !important;
}

.tcbhc-a11y-contrast body :where(p, li, h1, h2, h3, h4, h5, h6, span, div, label) {
	color: #ffffff !important;
}

.tcbhc-a11y-contrast body :where(a, button) {
	color: #ffeb3b !important;
}

.tcbhc-a11y-contrast .tcbhc-a11y-widget,
.tcbhc-a11y-contrast .tcbhc-a11y-widget :where(div, span, h2, h3, button) {
	color: inherit !important;
}

.tcbhc-a11y-contrast .tcbhc-a11y-header,
.tcbhc-a11y-contrast .tcbhc-a11y-footer,
.tcbhc-a11y-contrast .tcbhc-a11y-header :where(span, h2, button),
.tcbhc-a11y-contrast .tcbhc-a11y-footer :where(span, button) {
	color: #ffffff !important;
}

.tcbhc-a11y-contrast .tcbhc-a11y-section,
.tcbhc-a11y-contrast .tcbhc-a11y-tile,
.tcbhc-a11y-contrast .tcbhc-a11y-section :where(h3, span, button),
.tcbhc-a11y-contrast .tcbhc-a11y-tile :where(span, button) {
	color: #111111 !important;
}

.tcbhc-a11y-contrast .tcbhc-a11y-meter span.is-filled {
	background: #2f51ff !important;
}

.tcbhc-a11y-hideImages body img,
.tcbhc-a11y-hideImages body picture,
.tcbhc-a11y-hideImages body svg:not(.tcbhc-a11y-widget svg) {
	visibility: hidden !important;
}

.tcbhc-a11y-pauseAnimations *,
.tcbhc-a11y-pauseAnimations *::before,
.tcbhc-a11y-pauseAnimations *::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

.tcbhc-a11y-highlightLinks body a {
	background: #fff59d !important;
	box-shadow: 0 0 0 2px #111111 !important;
	color: #000000 !important;
	text-decoration: underline !important;
}

.tcbhc-a11y-focusPlan body :where(a, button, input, select, textarea, [tabindex]):not([tabindex="-1"]) {
	box-shadow: 0 0 0 3px rgba(47, 81, 255, 0.55) !important;
}

.tcbhc-reading-mask {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.72) 0,
		rgba(0, 0, 0, 0.72) calc(var(--tcbhc-mask-y, 50vh) - 58px),
		transparent calc(var(--tcbhc-mask-y, 50vh) - 58px),
		transparent calc(var(--tcbhc-mask-y, 50vh) + 58px),
		rgba(0, 0, 0, 0.72) calc(var(--tcbhc-mask-y, 50vh) + 58px),
		rgba(0, 0, 0, 0.72) 100%
	);
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 100000;
}

.tcbhc-page-structure {
	background: #ffffff;
	border: 3px solid #2f51ff;
	border-radius: 16px;
	bottom: 110px;
	box-shadow: 0 14px 40px rgba(16, 22, 60, 0.28);
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	max-height: 48vh;
	overflow: auto;
	padding: 16px;
	position: fixed;
	right: 24px;
	width: min(340px, calc(100vw - 48px));
	z-index: 100001;
}

.tcbhc-page-structure strong {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.tcbhc-page-structure ol {
	margin: 0;
	padding-left: 22px;
}

.tcbhc-page-structure li {
	color: #111111;
	font-size: 15px;
	line-height: 1.35;
	margin: 0 0 8px;
}

.tcbhc-page-structure .level-h3 {
	margin-left: 14px;
}

@media (max-width: 620px) {
	.tcbhc-a11y-panel {
		bottom: 0;
		border-radius: 20px 20px 0 0;
		left: 0;
		right: 0;
		width: 100vw;
	}

	.tcbhc-a11y-launcher {
		bottom: 112px;
		left: 14px;
		right: auto;
	}

	.tcbhc-a11y-header {
		border-radius: 20px 20px 28px 28px;
		padding: 16px 18px;
	}

	.tcbhc-a11y-title-wrap h2 {
		font-size: 25px;
	}

	.tcbhc-a11y-grid {
		grid-template-columns: 1fr;
	}

	.tcbhc-a11y-panel-body {
		max-height: calc(100vh - 160px);
	}
}
