.redhepe-header,
.redhepe-header *,
.redhepe-header *::before,
.redhepe-header *::after {
	box-sizing: border-box;
}

.redhepe-header {
	--redhepe-blue: #123b86;
	--redhepe-blue-dark: #082b62;
	--redhepe-red: #e5202d;
	--redhepe-border: #e4e9f2;
	--redhepe-soft: #f7f9fd;
	--redhepe-shadow: 0 12px 26px rgba(8, 43, 98, 0.14);
	background: #fff;
	color: var(--redhepe-blue-dark);
	font-family: Arial, Helvetica, sans-serif;
	left: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: var(--redhepe-fixed-top, 0) !important;
	width: 100%;
	z-index: 99999;
}

.redhepe-header a {
	color: inherit;
	text-decoration: none;
}

.redhepe-header button,
.redhepe-header input {
	all: unset;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

.redhepe-header button {
	cursor: pointer;
}

.redhepe-header form {
	margin: 0;
}

.redhepe-header svg {
	display: block;
	fill: currentColor;
	height: 1.15em;
	width: 1.15em;
}

.redhepe-screen-reader-text {
	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;
}

.redhepe-skip {
	align-items: center;
	color: var(--redhepe-blue-dark);
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 16px;
	height: 24px !important;
	line-height: 1 !important;
	min-height: 24px !important;
	padding: 0 38px !important;
	width: 100%;
}

.redhepe-skip:focus-visible {
	outline: 3px solid var(--redhepe-red);
	outline-offset: -3px;
}

.redhepe-brandbar {
	background: #fff;
	border-bottom: 1px solid var(--redhepe-border);
	border-top: 1px solid #f2f4f8;
}

.redhepe-brandbar__inner {
	align-items: center;
	display: flex;
	gap: 22px;
	min-height: 70px;
	padding: 6px 38px;
	width: 100%;
}

.redhepe-logo {
	align-items: center;
	border-right: 1px solid #d8deeb;
	display: inline-flex;
	flex: 0 0 auto;
	min-height: 56px;
	padding-right: 22px;
}

.redhepe-logo img {
	display: block;
	height: auto;
	max-height: 58px;
	object-fit: contain;
	object-position: left center;
	width: 82px;
}

.redhepe-titleblock {
	display: grid;
	flex: 1 1 330px;
	gap: 8px;
	min-width: 250px;
}

.redhepe-titleblock strong {
	color: var(--redhepe-blue);
	display: block;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
}

.redhepe-titleblock span {
	color: var(--redhepe-blue);
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
}

.redhepe-tools {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	justify-content: flex-end;
	margin-left: auto;
}

.redhepe-font-controls {
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--redhepe-border);
	border-radius: 5px;
	display: inline-flex;
	height: 35px;
	overflow: hidden;
}

.redhepe-font-controls button {
	align-items: center;
	background: #fff;
	color: var(--redhepe-blue-dark);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 33px;
	justify-content: center;
	line-height: 1;
	min-width: 38px;
	padding: 0 10px;
}

.redhepe-font-controls button + button {
	border-left: 1px solid var(--redhepe-border);
}

.redhepe-font-controls button[aria-pressed="true"] {
	background: #eef4ff;
}

.redhepe-tool-button {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid var(--redhepe-border) !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	color: var(--redhepe-blue-dark) !important;
	display: inline-flex !important;
	flex-direction: row !important;
	flex-shrink: 0 !important;
	flex-wrap: nowrap !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	gap: 8px !important;
	height: 35px !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-height: 35px !important;
	min-width: 132px !important;
	max-width: none !important;
	overflow: visible !important;
	padding: 0 12px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	width: auto !important;
}

.redhepe-tool-button__icon,
.redhepe-tool-button__text {
	align-items: center !important;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	white-space: nowrap !important;
}

.redhepe-tool-button__text {
	line-height: 1 !important;
	transform: translateY(0) !important;
}

.redhepe-tool-button__icon {
	height: 18px !important;
	width: 18px !important;
}

.redhepe-tool-button__icon svg {
	color: var(--redhepe-blue-dark) !important;
	display: block !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 18px !important;
}

.redhepe-tool-button--contrast {
	min-width: 132px !important;
}

.redhepe-tool-button--vlibras {
	min-width: 96px !important;
	padding-left: 5px !important;
	padding-right: 12px !important;
}

.redhepe-tool-button--vlibras .redhepe-tool-button__icon {
	background: var(--redhepe-blue) !important;
	border-radius: 4px !important;
	color: #fff !important;
	height: 29px !important;
	margin: 0 !important;
	padding: 6px !important;
	width: 29px !important;
}

.redhepe-tool-button--vlibras .redhepe-tool-button__icon svg {
	color: #fff !important;
	height: 17px !important;
	width: 17px !important;
}

.redhepe-search {
	align-items: center;
	background: #fff;
	border: 1px solid var(--redhepe-border);
	border-radius: 5px;
	display: flex;
	height: 36px;
	margin: 0;
	overflow: hidden;
	width: 180px;
}

.redhepe-vlibras-host > [vw-access-button] {
	height: 1px !important;
	left: -9999px !important;
	min-height: 1px !important;
	min-width: 1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	position: absolute !important;
	top: auto !important;
	width: 1px !important;
}

.redhepe-search input {
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #1a2c51;
	flex: 1 1 auto;
	font-size: 12px;
	font-weight: 400;
	height: 100%;
	line-height: 36px;
	min-width: 0;
	padding: 0 11px;
	width: auto;
}

.redhepe-search input::placeholder {
	color: #7f8aa4;
	opacity: 1;
}

.redhepe-search button {
	align-items: center;
	background: #fff;
	color: var(--redhepe-blue-dark);
	display: inline-flex;
	flex: 0 0 42px;
	height: 100%;
	justify-content: center;
}

.redhepe-search button svg {
	height: 18px;
	width: 18px;
}

.redhepe-font-controls button:hover,
.redhepe-tool-button:hover,
.redhepe-search button:hover,
.redhepe-menu-toggle:hover,
.redhepe-submenu-toggle:hover,
.redhepe-nav__link:hover {
	color: var(--redhepe-blue);
}

.redhepe-font-controls button:focus-visible,
.redhepe-tool-button:focus-visible,
.redhepe-search button:focus-visible,
.redhepe-search input:focus-visible,
.redhepe-menu-toggle:focus-visible,
.redhepe-submenu-toggle:focus-visible,
.redhepe-nav__link:focus-visible,
.redhepe-submenu a:focus-visible {
	outline: 2px solid var(--redhepe-red);
	outline-offset: 2px;
}

.redhepe-nav {
	background: #fff;
	border-bottom: 3px solid var(--redhepe-red);
}

.redhepe-nav__inner {
	align-items: center;
	display: flex;
	min-height: 42px;
	padding: 0 60px;
	width: 100%;
}

.redhepe-menu-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid var(--redhepe-red);
	border-radius: 3px;
	color: var(--redhepe-red);
	display: none !important;
	height: 42px;
	justify-content: center;
	width: 52px;
}

.redhepe-nav__list,
.redhepe-submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.redhepe-nav__list {
	align-items: stretch;
	display: flex;
	min-height: 42px;
}

.redhepe-nav__item {
	align-items: center;
	display: flex;
	position: relative;
}

.redhepe-nav__link {
	align-items: center;
	border-bottom: 3px solid transparent;
	color: var(--redhepe-blue-dark);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 42px;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: -3px;
	padding: 0 17px;
	white-space: nowrap;
}

.redhepe-nav__item--home .redhepe-nav__link {
	justify-content: center;
	padding: 0;
	width: 44px;
}

.redhepe-nav__item--home svg {
	height: 16px;
	width: 16px;
}

.redhepe-nav__item:hover > .redhepe-nav__link,
.redhepe-nav__item:focus-within > .redhepe-nav__link,
.redhepe-nav__item.is-active > .redhepe-nav__link {
	border-bottom-color: var(--redhepe-blue);
	color: var(--redhepe-blue);
}

.redhepe-submenu-toggle {
	align-items: center;
	background: #fff;
	color: var(--redhepe-blue-dark);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin-left: -13px;
	padding-right: 8px;
	width: 22px;
}

.redhepe-submenu-toggle svg {
	height: 13px;
	transition: transform 0.18s ease;
	width: 13px;
}

.redhepe-nav__item.is-open > .redhepe-submenu-toggle svg {
	transform: rotate(180deg);
}

.redhepe-submenu {
	background: #fff;
	border: 1px solid var(--redhepe-border);
	border-radius: 0 0 5px 5px;
	box-shadow: var(--redhepe-shadow);
	left: 0;
	min-width: 230px;
	opacity: 0;
	padding: 8px 0;
	position: absolute;
	top: calc(100% + 3px);
	transform: translateY(8px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
	visibility: hidden;
	z-index: 100;
}

.redhepe-nav__item:hover > .redhepe-submenu,
.redhepe-nav__item:focus-within > .redhepe-submenu,
.redhepe-nav__item.is-open > .redhepe-submenu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.redhepe-submenu a {
	color: var(--redhepe-blue-dark);
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding: 10px 16px;
	white-space: nowrap;
}

.redhepe-submenu a:hover {
	background: #f2f6ff;
	color: var(--redhepe-blue);
}

html.redhepe-font-small body {
	font-size: 94%;
}

html.redhepe-font-large body {
	font-size: 108%;
}

html.redhepe-high-contrast .redhepe-header {
	--redhepe-blue: #fff;
	--redhepe-blue-dark: #fff;
	--redhepe-red: #ffeb3b;
	--redhepe-border: #fff;
	background: #000;
	color: #fff;
}

html.redhepe-high-contrast .redhepe-brandbar,
html.redhepe-high-contrast .redhepe-nav,
html.redhepe-high-contrast .redhepe-font-controls,
html.redhepe-high-contrast .redhepe-tool-button,
html.redhepe-high-contrast .redhepe-search,
html.redhepe-high-contrast .redhepe-search input,
html.redhepe-high-contrast .redhepe-search button,
html.redhepe-high-contrast .redhepe-submenu,
html.redhepe-high-contrast .redhepe-submenu-toggle {
	background: #000 !important;
	border-color: #fff;
	color: #fff;
}

html.redhepe-high-contrast .redhepe-search input::placeholder {
	color: #fff;
}

html.redhepe-high-contrast .redhepe-submenu a:hover,
html.redhepe-high-contrast .redhepe-font-controls button[aria-pressed="true"] {
	background: #ffeb3b;
	color: #000;
}

@media (max-width: 1160px) {
	.redhepe-brandbar__inner {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.redhepe-titleblock {
		flex: 1 1 calc(100% - 150px);
	}

	.redhepe-tools {
		justify-content: flex-start;
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 720px) {
	.redhepe-skip {
		border: 0 !important;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		font-size: 9px;
		gap: 8px;
		height: 1px !important;
		margin: -1px !important;
		min-height: 1px !important;
		overflow: hidden !important;
		padding: 0 !important;
		position: absolute !important;
		width: 1px !important;
	}

	.redhepe-skip:focus,
	.redhepe-skip:focus-visible {
		clip: auto;
		clip-path: none;
		height: 22px !important;
		margin: 0 !important;
		min-height: 22px !important;
		overflow: visible !important;
		padding: 0 12px !important;
		position: static !important;
		width: 100% !important;
	}

	.redhepe-brandbar__inner {
		align-items: center;
		display: grid;
		gap: 4px 8px;
		grid-template-areas:
			"logo title"
			"tools tools";
		grid-template-columns: 52px minmax(0, 1fr);
		min-height: 0;
		padding: 5px 12px 6px;
	}

	.redhepe-nav__inner {
		align-items: flex-start;
		flex-wrap: wrap;
		min-height: 31px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.redhepe-logo {
		border-right: 0;
		grid-area: logo;
		min-height: 38px;
		padding-right: 0;
		width: auto;
	}

	.redhepe-logo img {
		max-height: 37px;
		width: 50px;
	}

	.redhepe-titleblock {
		gap: 3px;
		grid-area: title;
		min-width: 0;
	}

	.redhepe-titleblock strong {
		font-size: 17px;
		line-height: 1.05;
	}

	.redhepe-titleblock span {
		font-size: 9.5px;
		line-height: 1.15;
	}

	.redhepe-tools {
		display: grid;
		gap: 5px;
		grid-area: tools;
		grid-template-columns: auto auto auto minmax(92px, 1fr);
		margin-left: 0;
		width: 100%;
	}

	.redhepe-font-controls {
		height: 28px;
	}

	.redhepe-font-controls button {
		font-size: 10px;
		height: 26px;
		min-width: 27px;
		padding: 0 6px;
	}

	.redhepe-tool-button__text {
		display: none !important;
	}

	.redhepe-tool-button {
		gap: 0 !important;
		height: 28px !important;
		min-height: 28px !important;
		min-width: 28px !important;
		padding: 0 !important;
		width: 28px !important;
	}

	.redhepe-tool-button--contrast {
		min-width: 28px !important;
	}

	.redhepe-tool-button--vlibras {
		min-width: 28px !important;
		padding: 0 !important;
		width: 28px !important;
	}

	.redhepe-tool-button--vlibras .redhepe-tool-button__icon {
		height: 24px !important;
		padding: 5px !important;
		width: 24px !important;
	}

	.redhepe-tool-button--vlibras .redhepe-tool-button__icon svg {
		height: 14px !important;
		width: 14px !important;
	}

	.redhepe-search {
		height: 28px;
		width: 100%;
	}

	.redhepe-search input {
		font-size: 10px;
		line-height: 28px;
		padding: 0 7px;
	}

	.redhepe-search button {
		flex-basis: 28px;
	}

	.redhepe-search button svg {
		height: 14px;
		width: 14px;
	}

	.redhepe-menu-toggle {
		display: inline-flex !important;
		height: 30px;
		width: 34px;
	}

	.redhepe-menu-toggle svg {
		height: 14px;
		width: 14px;
	}

	.redhepe-nav__list {
		display: none;
		flex: 1 1 100%;
		flex-direction: column;
		min-height: 0;
		max-height: calc(100vh - 125px);
		overflow: auto;
		padding: 4px 0 12px;
	}

	.redhepe-nav.is-open .redhepe-nav__list {
		display: flex;
	}

	.redhepe-nav__item {
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.redhepe-nav__link {
		border-bottom: 0;
		flex: 1 1 auto;
		height: 44px;
		justify-content: flex-start;
		margin-bottom: 0;
		padding: 0 12px;
		white-space: normal;
	}

	.redhepe-nav__item--home .redhepe-nav__link {
		justify-content: flex-start;
		width: auto;
	}

	.redhepe-submenu-toggle {
		height: 44px;
		margin-left: 0;
		padding: 0;
		width: 44px;
	}

	.redhepe-submenu {
		border-radius: 0;
		box-shadow: none;
		display: none;
		flex: 1 1 100%;
		margin: 0 0 6px 22px;
		min-width: 0;
		opacity: 1;
		position: static;
		transform: none;
		visibility: visible;
	}

	.redhepe-nav__item:hover > .redhepe-submenu,
	.redhepe-nav__item:focus-within > .redhepe-submenu {
		display: none;
	}

	.redhepe-nav__item.is-open > .redhepe-submenu {
		display: block;
	}
}

@media (max-width: 520px) {
	.redhepe-logo {
		border-right: 0;
		padding-right: 0;
		width: auto;
	}

	.redhepe-titleblock {
		flex-basis: auto;
	}

	.redhepe-tool-button__text {
		display: none !important;
	}

	.redhepe-tool-button {
		justify-content: center;
		min-width: 28px !important;
		padding: 0 !important;
		width: 28px !important;
	}

	.redhepe-tool-button--vlibras {
		min-width: 28px !important;
		padding: 0 !important;
	}

	.redhepe-tool-button--vlibras .redhepe-tool-button__icon {
		margin-left: 0 !important;
	}
}
