.aws-a11y-toolbar {
	--aws-a11y-shadow: 0 18px 54px rgba(13, 32, 49, .2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	left: 0;
	line-height: 1.35;
	position: fixed;
	top: var(--aws-a11y-top, 100px);
	z-index: 2147483000;
}

.aws-a11y-toolbar.is-right {
	left: auto;
	right: 0;
}

.aws-a11y-toolbar *,
.aws-a11y-toolbar *::before,
.aws-a11y-toolbar *::after {
	box-sizing: border-box;
}

.aws-a11y-toolbar button {
	font-family: inherit;
}

.aws-a11y-toggle {
	align-items: center;
	background: var(--aws-a11y-toggle-bg, #087bad);
	border: 0;
	border-radius: 0 8px 8px 0;
	box-shadow: 0 6px 20px rgba(13, 32, 49, .18);
	color: var(--aws-a11y-toggle-color, #fff);
	cursor: pointer;
	display: inline-flex;
	gap: 9px;
	justify-content: center;
	min-height: 52px;
	padding: 10px 14px;
	transition: background-color .18s ease, transform .18s ease;
}

.is-right .aws-a11y-toggle {
	border-radius: 8px 0 0 8px;
}

.aws-a11y-toggle:hover {
	filter: brightness(.92);
}

.aws-a11y-toggle[aria-expanded="true"] {
	transform: translateX(-2px);
}

.aws-a11y-toggle svg,
.aws-a11y-close svg,
.aws-a11y-tool svg,
.aws-a11y-reset svg {
	fill: none;
	flex: 0 0 auto;
	height: 24px;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 24px;
}

.aws-a11y-toggle svg {
	height: 28px;
	width: 28px;
}

.aws-a11y-toggle__text {
	font-size: 15px;
	font-weight: 700;
}

.aws-a11y-panel {
	background: var(--aws-a11y-panel-bg, #fff);
	border: 1px solid rgba(19, 46, 71, .14);
	border-radius: 0 12px 12px 0;
	box-shadow: var(--aws-a11y-shadow);
	color: var(--aws-a11y-panel-color, #242424);
	left: 0;
	max-height: min(720px, calc(100vh - 32px));
	overflow: auto;
	position: absolute;
	top: 0;
	width: min(360px, calc(100vw - 24px));
}

.is-right .aws-a11y-panel {
	border-radius: 12px 0 0 12px;
	left: auto;
	right: 0;
}

.aws-a11y-panel[hidden] {
	display: none !important;
}

.aws-a11y-panel__header {
	align-items: center;
	background: var(--aws-a11y-active-bg, #132e47);
	color: var(--aws-a11y-active-color, #fff);
	display: flex;
	justify-content: space-between;
	padding: 16px 18px;
}

.aws-a11y-panel__header h2 {
	color: inherit;
	font: 700 22px/1.2 Arial, Helvetica, sans-serif;
	margin: 0;
}

.aws-a11y-close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	width: 40px;
}

.aws-a11y-close:hover {
	background: rgba(255, 255, 255, .14);
}

.aws-a11y-panel__content {
	padding: 18px;
}

.aws-a11y-group + .aws-a11y-group {
	border-top: 1px solid rgba(19, 46, 71, .12);
	margin-top: 18px;
	padding-top: 18px;
}

.aws-a11y-group h3 {
	color: inherit;
	font: 700 14px/1.25 Arial, Helvetica, sans-serif;
	letter-spacing: .03em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

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

.aws-a11y-grid.is-two-columns {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aws-a11y-tool,
.aws-a11y-reset {
	align-items: center;
	background: #f5f7f9;
	border: 1px solid #d9e0e5;
	border-radius: 7px;
	color: #172c3f;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 9px;
	justify-content: flex-start;
	min-height: 58px;
	padding: 9px 11px;
	text-align: left;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
	width: 100%;
}

.aws-a11y-tool:hover,
.aws-a11y-reset:hover {
	background: #eaf0f4;
	border-color: #aebcc7;
}

.aws-a11y-tool[aria-pressed="true"] {
	background: var(--aws-a11y-active-bg, #132e47);
	border-color: var(--aws-a11y-active-bg, #132e47);
	color: var(--aws-a11y-active-color, #fff);
}

.aws-a11y-font-status {
	color: #5f6d78;
	display: block;
	font-size: 12px;
	margin-top: 8px;
	text-align: center;
}

.aws-a11y-reset {
	background: transparent;
	border-color: #c30d3f;
	color: #9f0b35;
	justify-content: center;
	margin-top: 18px;
}

.aws-a11y-privacy {
	color: #687580;
	font-size: 12px;
	margin: 12px 0 0;
	text-align: center;
}

.aws-a11y-live,
.aws-a11y-skip-link:not(:focus) {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.aws-a11y-skip-link:focus {
	background: #fff;
	border: 3px solid #132e47;
	border-radius: 4px;
	color: #132e47;
	font: 700 16px/1.2 Arial, Helvetica, sans-serif;
	left: 12px;
	padding: 12px 16px;
	position: fixed;
	top: 12px;
	z-index: 2147483647;
}

.aws-a11y-toolbar button:focus-visible,
.aws-a11y-toolbar a:focus-visible {
	outline: 3px solid var(--aws-a11y-focus, #f00) !important;
	outline-offset: 3px !important;
}

html[data-aws-a11y-grayscale="true"] body > *:not(.aws-a11y-toolbar) {
	filter: grayscale(1) !important;
}

html[data-aws-a11y-contrast="high"] body > *:not(.aws-a11y-toolbar),
html[data-aws-a11y-contrast="high"] body > *:not(.aws-a11y-toolbar) * {
	background-color: #000 !important;
	background-image: none !important;
	border-color: #fff !important;
	box-shadow: none !important;
	color: #fff !important;
}

html[data-aws-a11y-contrast="high"] body > *:not(.aws-a11y-toolbar) a,
html[data-aws-a11y-contrast="high"] body > *:not(.aws-a11y-toolbar) a * {
	color: #ffeb3b !important;
}

html[data-aws-a11y-contrast="negative"] body > *:not(.aws-a11y-toolbar) {
	filter: invert(1) hue-rotate(180deg) !important;
}

html[data-aws-a11y-contrast="negative"] body > *:not(.aws-a11y-toolbar) img,
html[data-aws-a11y-contrast="negative"] body > *:not(.aws-a11y-toolbar) picture,
html[data-aws-a11y-contrast="negative"] body > *:not(.aws-a11y-toolbar) video {
	filter: invert(1) hue-rotate(180deg) !important;
}

html[data-aws-a11y-contrast="light"] body > *:not(.aws-a11y-toolbar),
html[data-aws-a11y-contrast="light"] body > *:not(.aws-a11y-toolbar) * {
	background-color: #fff !important;
	background-image: none !important;
	border-color: #222 !important;
	box-shadow: none !important;
	color: #111 !important;
}

html[data-aws-a11y-contrast="light"] body > *:not(.aws-a11y-toolbar) a,
html[data-aws-a11y-contrast="light"] body > *:not(.aws-a11y-toolbar) a * {
	color: #003c78 !important;
}

html[data-aws-a11y-underline="true"] body a:not(.aws-a11y-toggle):not(.aws-a11y-skip-link) {
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 3px !important;
}

html[data-aws-a11y-readable="true"] body > *:not(.aws-a11y-toolbar),
html[data-aws-a11y-readable="true"] body > *:not(.aws-a11y-toolbar) * {
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
	letter-spacing: normal !important;
}

html[data-aws-a11y-motion="reduced"],
html[data-aws-a11y-motion="reduced"] *:not(.aws-a11y-toolbar):not(.aws-a11y-toolbar *) {
	animation-delay: 0s !important;
	animation-duration: .001ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: .001ms !important;
}

@media (max-width: 900px) {

	.aws-a11y-toolbar {
		top: var(--aws-a11y-top-mobile, 72px);
	}

	.aws-a11y-toolbar.is-hidden-mobile {
		display: none;
	}

	.aws-a11y-toggle__text {
		display: none;
	}

	.aws-a11y-toggle {
		min-height: 50px;
		padding: 9px 11px;
	}

	.aws-a11y-panel {
		max-height: calc(100vh - 20px);
		width: min(340px, calc(100vw - 12px));
	}
}

@media (prefers-reduced-motion: reduce) {

	.aws-a11y-toolbar *,
	.aws-a11y-toolbar *::before,
	.aws-a11y-toolbar *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
