:root {
	--cfx-blue: #0b4ea2;
	--cfx-blue-dark: #083a78;
	--cfx-cyan: #1ea7c8;
	--cfx-ink: #172033;
	--cfx-muted: #657083;
	--cfx-line: #dfe6ef;
	--cfx-bg: #f4f7fb;
	--cfx-white: #ffffff;
	--cfx-radius: 8px;
	--cfx-shadow: 0 12px 28px rgba(16, 42, 86, 0.1);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cfx-bg);
	color: var(--cfx-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

a {
	color: var(--cfx-blue);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--cfx-blue-dark);
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 20;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--cfx-white);
	clip: auto;
	box-shadow: var(--cfx-shadow);
}

.cfx-header {
	position: sticky;
	top: 0;
	z-index: 10;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--cfx-line);
	backdrop-filter: blur(8px);
}

.cfx-header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1180px, calc(100% - 32px));
	min-height: 78px;
	margin: 0 auto;
	padding-right: 150px;
}

.cfx-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.cfx-brand img {
	display: block;
	width: 190px;
	max-height: 58px;
	object-fit: contain;
}

.cfx-primary-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
}

.cfx-nav-list,
.cfx-footer-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cfx-nav-list li {
	position: relative;
}

.cfx-nav-list a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	padding: 9px 14px;
	border-radius: var(--cfx-radius);
	color: var(--cfx-ink);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none;
}

.cfx-menu-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
}

.cfx-menu-icon svg {
	display: block;
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cfx-nav-list a:hover,
.cfx-nav-list a:focus,
.cfx-nav-list .current-menu-item > a {
	background: #e9f2ff;
	color: var(--cfx-blue);
}

.cfx-nav-list .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
}

.cfx-nav-list li:hover > .sub-menu,
.cfx-nav-list li:focus-within > .sub-menu {
	display: block;
}

.cfx-nav-list .sub-menu a {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

.cfx-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 9px;
	background: var(--cfx-blue);
	border: 0;
	border-radius: var(--cfx-radius);
	cursor: pointer;
}

.cfx-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--cfx-white);
	border-radius: 999px;
}

.cfx-main {
	min-height: 0;
}

.home,
.front-page,
body.home,
body.front-page,
body.home .cfx-main,
body.front-page .cfx-main {
	background-color: #f4f7fb;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	background-attachment: scroll;
}

body.home .cfx-main,
body.front-page .cfx-main {
	min-height: calc(100vh - 79px);
}

body.home .cfx-post-search,
body.front-page .cfx-post-search,
body.home .cfx-home-courses,
body.front-page .cfx-home-courses,
body.home .cfx-poll-card,
body.front-page .cfx-poll-card,
body.home .cfx-poll-message,
body.front-page .cfx-poll-message,
body.home .cfx-poll-countdown,
body.front-page .cfx-poll-countdown,
body.home .cfx-birthdays-slider,
body.front-page .cfx-birthdays-slider,
body.home .cfx-campaign-feature,
body.front-page .cfx-campaign-feature {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(2px);
}

.page-id-14155,
.page-id-14155 .cfx-main,
.page-id-14155 .site-main {
	background: #f4f7fb;
}

.page-id-14155 .elementor {
	background: transparent;
}

.home .elementor-widget-icon-box .elementor-widget-container,
.home .elementor-icon-box-wrapper,
.page-id-14155 .elementor-widget-icon-box .elementor-widget-container,
.page-id-14155 .elementor-icon-box-wrapper {
	background: var(--cfx-white);
	border: 1px solid rgba(11, 78, 162, 0.18);
	border-radius: var(--cfx-radius);
	box-shadow: 0 10px 24px rgba(16, 42, 86, 0.1);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home .elementor-widget-icon-box:hover .elementor-widget-container,
.home .elementor-widget-icon-box:focus-within .elementor-widget-container,
.home .elementor-icon-box-wrapper:hover,
.home .elementor-icon-box-wrapper:focus-within,
.page-id-14155 .elementor-widget-icon-box:hover .elementor-widget-container,
.page-id-14155 .elementor-widget-icon-box:focus-within .elementor-widget-container,
.page-id-14155 .elementor-icon-box-wrapper:hover,
.page-id-14155 .elementor-icon-box-wrapper:focus-within {
	border-color: rgba(11, 78, 162, 0.42);
	box-shadow: 0 14px 30px rgba(16, 42, 86, 0.16);
	transform: translateY(-2px);
}

.home .cfx-post-search,
.page-id-14155 .cfx-post-search {
	border-color: var(--cfx-blue);
}

.home .cfx-slider,
.home .elementor-widget-image,
.home .elementor-widget-image-carousel,
.home .elementor-widget-slides,
.page-id-14155 .cfx-slider,
.page-id-14155 .elementor-widget-image,
.page-id-14155 .elementor-widget-image-carousel,
.page-id-14155 .elementor-widget-slides {
	width: min(1080px, calc(100% - 32px));
	margin: 24px auto 0;
	background: transparent;
	border-radius: var(--cfx-radius);
	overflow: hidden;
}

.home .cfx-slider-viewport,
.page-id-14155 .cfx-slider-viewport,
.home .cfx-slide,
.home .cfx-slide img,
.home .elementor-widget-image img,
.home .elementor-widget-image-carousel img,
.home .elementor-widget-slides img,
.page-id-14155 .cfx-slider-viewport,
.page-id-14155 .cfx-slide,
.page-id-14155 .cfx-slide img,
.page-id-14155 .elementor-widget-image img,
.page-id-14155 .elementor-widget-image-carousel img,
.page-id-14155 .elementor-widget-slides img {
	background: transparent;
	border-radius: var(--cfx-radius);
}

.home .cfx-slider,
.home .elementor-widget-image img,
.home .elementor-widget-image-carousel img,
.home .elementor-widget-slides img,
.page-id-14155 .cfx-slider,
.page-id-14155 .elementor-widget-image img,
.page-id-14155 .elementor-widget-image-carousel img,
.page-id-14155 .elementor-widget-slides img {
	border: 1px solid rgba(16, 42, 86, 0.14);
	box-shadow: 0 12px 28px rgba(16, 42, 86, 0.12);
}

.home .cfx-slide,
.page-id-14155 .cfx-slide {
	height: auto;
	aspect-ratio: 1924 / 400;
}

.home .cfx-slide img,
.page-id-14155 .cfx-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home .elementor-icon,
.home .elementor-icon-box-icon,
.home .elementor-widget-icon,
.home .elementor-widget-icon-box .elementor-icon,
.home .elementor-icon-box-title,
.home .elementor-icon-box-title a,
.home .elementor-icon-box-description,
.page-id-14155 .elementor-icon,
.page-id-14155 .elementor-icon-box-icon,
.page-id-14155 .elementor-widget-icon,
.page-id-14155 .elementor-widget-icon-box .elementor-icon,
.page-id-14155 .elementor-icon-box-title,
.page-id-14155 .elementor-icon-box-title a,
.page-id-14155 .elementor-icon-box-description {
	color: var(--cfx-ink);
}

.home .elementor-widget-icon-box:hover .elementor-icon,
.home .elementor-widget-icon-box:hover .elementor-icon-box-title,
.home .elementor-widget-icon-box:hover .elementor-icon-box-title a,
.home .elementor-widget-icon-box:hover .elementor-icon-box-description,
.home .elementor-widget-icon-box:focus-within .elementor-icon,
.home .elementor-widget-icon-box:focus-within .elementor-icon-box-title,
.home .elementor-widget-icon-box:focus-within .elementor-icon-box-title a,
.home .elementor-widget-icon-box:focus-within .elementor-icon-box-description,
.page-id-14155 .elementor-widget-icon-box:hover .elementor-icon,
.page-id-14155 .elementor-widget-icon-box:hover .elementor-icon-box-title,
.page-id-14155 .elementor-widget-icon-box:hover .elementor-icon-box-title a,
.page-id-14155 .elementor-widget-icon-box:hover .elementor-icon-box-description,
.page-id-14155 .elementor-widget-icon-box:focus-within .elementor-icon,
.page-id-14155 .elementor-widget-icon-box:focus-within .elementor-icon-box-title,
.page-id-14155 .elementor-widget-icon-box:focus-within .elementor-icon-box-title a,
.page-id-14155 .elementor-widget-icon-box:focus-within .elementor-icon-box-description {
	color: var(--cfx-blue);
}

.home .elementor-widget-icon-box .elementor-icon,
.home .elementor-icon-box-icon .elementor-icon,
.page-id-14155 .elementor-widget-icon-box .elementor-icon,
.page-id-14155 .elementor-icon-box-icon .elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	min-height: 58px;
	padding: 12px;
	background: #e9f2ff;
	border: 2px solid rgba(11, 78, 162, 0.22);
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(11, 78, 162, 0.16);
}

.home .elementor-icon-box-title,
.home .elementor-icon-box-title a,
.page-id-14155 .elementor-icon-box-title,
.page-id-14155 .elementor-icon-box-title a {
	display: inline-block;
	padding: 5px 10px;
	background: transparent;
	border: 1px solid rgba(11, 78, 162, 0.16);
	border-radius: var(--cfx-radius);
	box-shadow: 0 6px 14px rgba(16, 42, 86, 0.08);
	font-weight: 800;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home .elementor-widget-icon-box .elementor-icon,
.home .elementor-icon-box-icon .elementor-icon,
.page-id-14155 .elementor-widget-icon-box .elementor-icon,
.page-id-14155 .elementor-icon-box-icon .elementor-icon {
	box-shadow: 0 8px 18px rgba(11, 78, 162, 0.16), 0 0 0 4px rgba(255, 255, 255, 0.86);
}

.home .elementor-icon svg,
.home .elementor-icon-box-icon svg,
.home .elementor-widget-icon svg,
.home .elementor-widget-icon-box .elementor-icon svg,
.page-id-14155 .elementor-icon svg,
.page-id-14155 .elementor-icon-box-icon svg,
.page-id-14155 .elementor-widget-icon svg,
.page-id-14155 .elementor-widget-icon-box .elementor-icon svg {
	color: var(--cfx-blue);
	fill: none;
	stroke: currentColor;
}

.home .elementor-icon i,
.home .elementor-icon-box-icon i,
.home .elementor-widget-icon i,
.home .elementor-widget-icon-box .elementor-icon i,
.page-id-14155 .elementor-icon i,
.page-id-14155 .elementor-icon-box-icon i,
.page-id-14155 .elementor-widget-icon i,
.page-id-14155 .elementor-widget-icon-box .elementor-icon i {
	color: var(--cfx-blue);
}

.cfx-courses-page {
	width: min(1180px, calc(100% - 32px));
	margin: 34px auto 48px;
}

.cfx-courses-hero {
	padding: 30px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
}

.cfx-courses-hero p {
	margin: 0 0 6px;
	color: var(--cfx-cyan);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.cfx-courses-hero h1 {
	margin: 0;
	color: var(--cfx-blue-dark);
	font-size: 34px;
	line-height: 1.15;
}

.cfx-courses-hero span {
	display: block;
	max-width: 760px;
	margin-top: 10px;
	color: var(--cfx-muted);
}

.cfx-courses-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 22px 0 16px;
	color: var(--cfx-muted);
}

.cfx-courses-toolbar strong {
	color: var(--cfx-ink);
}

.cfx-courses-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.cfx-course-categories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 26px;
}

.cfx-course-category {
	display: grid;
	gap: 8px;
	min-height: 112px;
	padding: 18px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-left: 5px solid var(--cfx-blue);
	border-radius: var(--cfx-radius);
	box-shadow: 0 8px 22px rgba(16, 42, 86, 0.07);
	text-decoration: none;
}

.cfx-course-category:hover,
.cfx-course-category:focus {
	border-left-color: var(--cfx-cyan);
	color: var(--cfx-blue);
	text-decoration: none;
	transform: translateY(-1px);
}

.cfx-course-category span {
	color: var(--cfx-ink);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.cfx-course-category strong {
	align-self: end;
	color: var(--cfx-muted);
	font-size: 13px;
}

.cfx-course-category-section {
	scroll-margin-top: 104px;
	margin-top: 32px;
}

.cfx-course-category-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--cfx-line);
}

.cfx-course-category-head h2 {
	margin: 0;
	color: var(--cfx-blue-dark);
	font-size: 25px;
	line-height: 1.2;
}

.cfx-course-category-head span {
	color: var(--cfx-muted);
	font-weight: 800;
	white-space: nowrap;
}

.cfx-course-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: 0 8px 22px rgba(16, 42, 86, 0.08);
}

.cfx-course-card > img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #e9f2ff;
}

.cfx-course-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px;
}

.cfx-course-id {
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 3px 8px;
	background: #e9f2ff;
	border-radius: 999px;
	color: var(--cfx-blue);
	font-size: 12px;
	font-weight: 800;
}

.cfx-course-body h2 {
	margin: 0;
	color: var(--cfx-ink);
	font-size: 19px;
	line-height: 1.25;
}

.cfx-course-body p {
	margin: 10px 0 14px;
	color: var(--cfx-muted);
	font-size: 14px;
}

.cfx-course-meta {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
}

.cfx-course-meta div {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 10px;
	padding-top: 8px;
	border-top: 1px solid var(--cfx-line);
}

.cfx-course-meta dt {
	color: var(--cfx-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.cfx-course-meta dd {
	margin: 0;
	color: var(--cfx-ink);
	font-size: 13px;
}

.cfx-course-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: auto;
	padding: 9px 14px;
	background: var(--cfx-blue);
	border-radius: var(--cfx-radius);
	color: var(--cfx-white);
	font-weight: 800;
	text-decoration: none;
}

.cfx-course-link:hover,
.cfx-course-link:focus {
	background: var(--cfx-blue-dark);
	color: var(--cfx-white);
	text-decoration: none;
}

.cfx-courses-empty {
	padding: 20px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	color: var(--cfx-muted);
}

.cfx-home-courses {
	width: min(1080px, calc(100% - 32px));
	margin: 24px auto 0;
	padding: 24px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
}

.cfx-home-courses-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
	margin-bottom: 18px;
}

.cfx-home-courses-head h2 {
	margin: 0;
	color: var(--cfx-blue-dark);
	font-size: 26px;
	line-height: 1.15;
}

.cfx-home-courses-head p {
	max-width: 680px;
	margin: 0;
	color: var(--cfx-muted);
}

.cfx-home-courses-videos {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.cfx-home-course-video {
	min-width: 0;
}

.cfx-home-course-embed {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #0e1f39;
	border-radius: var(--cfx-radius);
}

.cfx-home-course-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cfx-home-course-video h3 {
	margin: 12px 0 4px;
	color: var(--cfx-ink);
	font-size: 18px;
	line-height: 1.25;
}

.cfx-home-course-video p {
	margin: 0;
	color: var(--cfx-muted);
	font-size: 14px;
}

.cfx-course-reactions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
}

.cfx-course-reaction {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 58px;
	min-height: 38px;
	padding: 6px 10px;
	background: #f4f7fb;
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	color: var(--cfx-ink);
	cursor: pointer;
}

.cfx-course-reaction:hover,
.cfx-course-reaction:focus {
	background: #e9f2ff;
	border-color: #bfd6f4;
}

.cfx-course-reaction.is-active {
	background: var(--cfx-white);
	border-color: var(--cfx-blue);
	color: var(--cfx-blue);
	box-shadow: 0 0 0 2px rgba(11, 78, 162, 0.12);
}

.cfx-course-reaction:disabled {
	cursor: wait;
	opacity: 0.72;
}

.cfx-course-reaction-emoji {
	font-size: 18px;
	line-height: 1;
}

.cfx-course-reaction strong {
	font-size: 13px;
	line-height: 1;
}

.cfx-home-courses-link {
	display: grid;
	align-items: center;
	justify-content: center;
	gap: 2px;
	margin-top: 20px;
	min-height: 48px;
	padding: 12px 18px;
	background: var(--cfx-blue);
	border-radius: var(--cfx-radius);
	color: var(--cfx-white);
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.cfx-home-courses-link span {
	font-size: 16px;
	line-height: 1.2;
}

.cfx-home-courses-link small {
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.cfx-home-courses-link:hover,
.cfx-home-courses-link:focus {
	background: var(--cfx-blue-dark);
	color: var(--cfx-white);
	text-decoration: none;
}

.cfx-home-courses-note {
	max-width: 880px;
	margin: 14px auto 0;
	color: var(--cfx-muted);
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.cfx-sp-reopening {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.cfx-sp-reopening-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 18px;
}

.cfx-sp-reopening-head h2 {
	margin: 0;
	color: var(--cfx-blue-dark);
	font-size: 26px;
	line-height: 1.15;
}

.cfx-sp-reopening-slider {
	position: relative;
	overflow: hidden;
	background: var(--cfx-white);
}

.cfx-sp-reopening-open {
	display: block;
	width: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: zoom-in;
}

.cfx-sp-reopening-open img {
	display: block;
	width: 100%;
	height: auto;
}

.cfx-sp-reopening-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 18px;
	background: rgba(4, 14, 32, 0.82);
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.cfx-sp-reopening-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.cfx-sp-reopening-lightbox-dialog {
	position: relative;
	display: grid;
	place-items: center;
	width: min(1280px, 100%);
	max-height: calc(100vh - 36px);
}

.cfx-sp-reopening-lightbox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--cfx-blue-dark);
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--cfx-line);
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
	cursor: pointer;
}

.cfx-sp-reopening-lightbox-close svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
}

.cfx-sp-reopening-lightbox-image {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: calc(100vh - 36px);
	object-fit: contain;
	background: var(--cfx-white);
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

body.cfx-sp-reopening-lightbox-open {
	overflow: hidden;
}

.cfx-search-only {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(900px, calc(100% - 32px));
	margin: 28px auto 0;
}

.cfx-search-row {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 16px;
}

.cfx-post-search {
	display: flex;
	width: 100%;
	gap: 10px;
	padding: 12px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
}

.cfx-live-results {
	display: none;
	width: 100%;
	max-height: min(420px, 62vh);
	margin-top: 10px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
	overflow-y: auto;
}

.cfx-live-results.is-visible {
	display: block;
}

.cfx-live-item,
.cfx-live-empty {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 15px;
	color: var(--cfx-ink);
	border-bottom: 1px solid var(--cfx-line);
	text-decoration: none;
}

.cfx-live-item:last-child {
	border-bottom: 0;
}

.cfx-live-item:hover,
.cfx-live-item:focus {
	background: #e9f2ff;
	color: var(--cfx-blue);
	text-decoration: none;
}

.cfx-live-item span {
	font-weight: 800;
}

.cfx-live-item small,
.cfx-live-empty {
	color: var(--cfx-muted);
	font-size: 13px;
}

.cfx-slider {
	position: relative;
	width: 100%;
	margin: 28px auto 0;
	overflow: hidden;
	border-radius: 0;
	background: #0e1f39;
	box-shadow: none;
}

.cfx-slider-viewport {
	overflow: hidden;
	width: 100%;
}

.cfx-slider-track {
	display: flex;
	width: 100%;
	transition: transform 360ms ease;
	will-change: transform;
}

.cfx-slide {
	flex: 0 0 100%;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #808080;
}

.cfx-slide img {
	display: block;
	width: min(100%, 1924px);
	height: 400px;
	object-fit: contain;
	background: #808080;
}

.cfx-slider-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--cfx-white);
	background: rgba(8, 34, 72, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.cfx-slider-btn:hover,
.cfx-slider-btn:focus {
	background: var(--cfx-blue);
}

.cfx-slider-btn svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cfx-slider-prev {
	left: 14px;
}

.cfx-slider-next {
	right: 14px;
}

.cfx-slider-dots {
	position: absolute;
	right: 0;
	bottom: 12px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 7px;
}

.cfx-slider-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	background: rgba(255, 255, 255, 0.58);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.cfx-slider-dots button.is-active {
	width: 24px;
	background: var(--cfx-white);
	border-radius: 999px;
}

.cfx-birthdays {
	position: relative;
	width: min(1080px, calc(100% - 32px));
	margin: 24px auto 0;
	overflow: visible;
}

.cfx-balloons {
	position: absolute;
	inset: 0;
	height: 100%;
	pointer-events: none;
	overflow: visible;
	z-index: 4;
}

.cfx-balloon {
	position: absolute;
	bottom: -64px;
	width: 30px;
	height: 40px;
	border-radius: 50% 50% 47% 47%;
	opacity: 0.95;
	filter: saturate(1.1);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
	animation: cfxBalloonRise 8.8s linear infinite;
}

.cfx-balloon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 2px;
	height: 62px;
	background: rgba(104, 113, 130, 0.68);
	transform: translateX(-50%);
}

.cfx-balloon.b1 { left: -26px; background: #4ea4ff; animation-delay: -1.2s; }
.cfx-balloon.b2 { left: 18px; background: #ff7f7f; animation-duration: 10.2s; }
.cfx-balloon.b3 { left: 74px; background: #62d78f; animation-delay: -4.3s; }
.cfx-balloon.b4 { right: 72px; background: #ffd265; animation-duration: 11s; }
.cfx-balloon.b5 { right: 18px; background: #c79bff; animation-delay: -2.6s; }
.cfx-balloon.b6 { right: -26px; background: #7fe3e5; animation-duration: 9.6s; }

@keyframes cfxBalloonRise {
	0% { transform: translateY(0) translateX(0); opacity: 0; }
	8% { opacity: 0.95; }
	50% { transform: translateY(-220px) translateX(10px); }
	100% { transform: translateY(-460px) translateX(-7px); opacity: 0; }
}

.cfx-birthdays-head h2 {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	padding: 7px 16px 8px;
	color: var(--cfx-blue-dark);
	font-size: 24px;
	line-height: 1.15;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: 0 10px 22px rgba(16, 42, 86, 0.18);
}

.cfx-birthdays-head h2::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffd265;
	box-shadow: 16px 0 0 #62d78f, 32px 0 0 #ff7f7f;
}

body.home .cfx-birthdays-head h2,
body.front-page .cfx-birthdays-head h2 {
	background: var(--cfx-white) !important;
	background-color: var(--cfx-white) !important;
	color: var(--cfx-blue-dark) !important;
}

.cfx-birthdays-slider {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	background: var(--cfx-white);
	box-shadow: var(--cfx-shadow);
}

.cfx-birthdays-feature {
	position: relative;
	z-index: 1;
	margin: 0 0 14px;
	overflow: hidden;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
}

.cfx-birthdays-feature--after {
	margin: 14px 0 0;
}

.cfx-birthdays-feature img {
	display: block;
	width: 100%;
	height: auto;
}

.cfx-birthdays-track {
	display: flex;
	width: 100%;
	transition: transform 340ms ease;
}

.cfx-birthdays-slider.is-single-card .cfx-birthdays-track {
	transform: none !important;
	transition: none;
}

.cfx-birthday-slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
}

.cfx-birthday-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.cfx-birthday-title-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
	width: 100%;
	min-height: clamp(220px, 32vw, 360px);
	aspect-ratio: 16 / 5;
	padding: clamp(28px, 5vw, 56px);
	overflow: hidden;
	text-align: center;
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 210, 101, 0.28), transparent 28%),
		radial-gradient(circle at 82% 22%, rgba(98, 215, 143, 0.18), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
}

.cfx-birthday-title-card span {
	color: var(--cfx-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.cfx-birthday-title-card strong {
	color: var(--cfx-blue-dark);
	font-size: clamp(30px, 5.4vw, 58px);
	line-height: 1.05;
	overflow-wrap: anywhere;
}

.cfx-info-popup-open {
	overflow: hidden;
}

.cfx-info-popup {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 18px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.cfx-info-popup.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.cfx-info-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 15, 32, 0.76);
	backdrop-filter: blur(5px);
}

.cfx-info-popup-dialog {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 14px;
	width: min(680px, 100%);
	max-height: calc(100vh - 36px);
	padding: clamp(10px, 2vw, 16px);
	overflow: auto;
	background: var(--cfx-white);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(4, 17, 42, 0.42);
	transform: translateY(14px) scale(0.98);
	transition: transform 220ms ease;
}

.cfx-info-popup.is-visible .cfx-info-popup-dialog {
	transform: translateY(0) scale(1);
}

.cfx-info-popup-image {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: min(78vh, 960px);
	border-radius: 6px;
	object-fit: contain;
}

.cfx-info-popup-accept {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 20px;
	color: var(--cfx-white);
	background: var(--cfx-blue);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 12px 24px rgba(0, 84, 166, 0.24);
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

.cfx-info-popup-accept:hover,
.cfx-info-popup-accept:focus-visible {
	background: var(--cfx-blue-dark);
}

.cfx-info-popup-accept:focus-visible {
	outline: 3px solid rgba(255, 210, 101, 0.8);
	outline-offset: 3px;
}

.cfx-info-popup-accept svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cfx-birthday-popup-open {
	overflow: hidden;
}

.cfx-birthday-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 24px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.cfx-birthday-popup.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.cfx-birthday-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 19, 40, 0.7);
	backdrop-filter: blur(6px);
}

.cfx-birthday-popup-dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(220px, 0.86fr) minmax(280px, 1.14fr);
	gap: 22px;
	width: min(820px, 100%);
	max-height: min(760px, calc(100vh - 48px));
	overflow: auto;
	padding: clamp(20px, 3vw, 30px);
	color: var(--cfx-blue-dark);
	background:
		radial-gradient(circle at 12% 12%, rgba(255, 210, 101, 0.28), transparent 30%),
		radial-gradient(circle at 88% 20%, rgba(98, 215, 143, 0.2), transparent 28%),
		var(--cfx-white);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(4, 17, 42, 0.36);
	transform: translateY(16px) scale(0.98);
	transition: transform 220ms ease;
}

.cfx-birthday-popup.is-visible .cfx-birthday-popup-dialog {
	transform: translateY(0) scale(1);
}

.cfx-birthday-popup-close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: var(--cfx-blue-dark);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--cfx-line);
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(16, 42, 86, 0.16);
	cursor: pointer;
}

.cfx-birthday-popup-close svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
}

.cfx-birthday-popup-copy {
	align-self: center;
	padding-right: 8px;
}

.cfx-birthday-popup-copy span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	color: var(--cfx-blue);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cfx-birthday-popup-copy span::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ffd265;
	box-shadow: 14px 0 0 #62d78f, 28px 0 0 #ff7f7f;
}

.cfx-birthday-popup-copy h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.03;
	letter-spacing: 0;
}

.cfx-birthday-popup-copy p {
	margin: 12px 0 0;
	max-width: 28ch;
	color: var(--cfx-text);
	font-size: 16px;
	line-height: 1.45;
}

.cfx-birthday-popup-list {
	display: grid;
	gap: 14px;
	align-content: start;
}

.cfx-birthday-popup-card {
	overflow: hidden;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(16, 42, 86, 0.14);
}

.cfx-birthday-popup-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.cfx-birthday-popup-card strong {
	display: block;
	padding: 12px 14px 8px;
	color: var(--cfx-blue-dark);
	font-size: 18px;
	line-height: 1.2;
}

.cfx-birthday-reactions {
	padding: 0 14px 14px;
}

.cfx-birthdays > .cfx-birthday-reactions {
	position: relative;
	z-index: 1;
	margin-top: 12px;
	padding: 14px 16px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: 8px;
	box-shadow: var(--cfx-shadow);
}

.cfx-birthday-popup-copy .cfx-birthday-reactions {
	margin-top: 18px;
	padding: 0;
}

.cfx-birthday-reactions-title {
	display: block;
	margin: 0 0 8px;
	color: var(--cfx-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.cfx-birthday-reactions-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cfx-birthday-reaction {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 58px;
	min-height: 38px;
	padding: 6px 10px;
	color: var(--cfx-ink);
	background: #f4f7fb;
	border: 1px solid var(--cfx-line);
	border-radius: 8px;
	cursor: pointer;
}

.cfx-birthday-reaction:hover,
.cfx-birthday-reaction:focus {
	background: #e9f2ff;
	border-color: #bfd6f4;
}

.cfx-birthday-reaction.is-active {
	color: var(--cfx-blue);
	background: var(--cfx-white);
	border-color: var(--cfx-blue);
	box-shadow: 0 0 0 2px rgba(11, 78, 162, 0.12);
}

.cfx-birthday-reaction:disabled {
	cursor: wait;
	opacity: 0.72;
}

.cfx-birthday-reaction-emoji {
	font-size: 18px;
	line-height: 1;
}

.cfx-birthday-reaction strong {
	display: inline;
	padding: 0;
	color: inherit;
	font-size: 13px;
	line-height: 1;
}

.cfx-featured-birthday {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.cfx-featured-ring {
	position: absolute;
	top: var(--cfx-featured-ring-top, 7.6%);
	left: var(--cfx-featured-ring-left, 50.7%);
	width: var(--cfx-featured-ring-width, 20.5%);
	aspect-ratio: 1;
	border: clamp(3px, 0.5vw, 8px) solid rgba(255, 210, 101, 0.96);
	border-radius: 50%;
	box-shadow:
		0 0 0 clamp(4px, 0.7vw, 12px) rgba(255, 255, 255, 0.52),
		0 0 26px rgba(255, 179, 0, 0.72),
		0 0 54px rgba(0, 128, 199, 0.42);
	transform: translateX(-50%) rotate(-5deg);
	animation: cfxFeaturedPulse 1.85s ease-in-out infinite;
}

.cfx-featured-ring::before,
.cfx-featured-ring::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.cfx-featured-ring::before {
	inset: -13%;
	border: clamp(1px, 0.18vw, 3px) dashed rgba(0, 128, 199, 0.76);
	animation: cfxFeaturedSpin 9s linear infinite;
}

.cfx-featured-ring::after {
	inset: -22%;
	background:
		radial-gradient(circle at 20% 18%, #ffd265 0 4px, transparent 5px),
		radial-gradient(circle at 80% 22%, #ff7f7f 0 4px, transparent 5px),
		radial-gradient(circle at 16% 78%, #62d78f 0 4px, transparent 5px),
		radial-gradient(circle at 82% 82%, #4ea4ff 0 4px, transparent 5px);
	animation: cfxFeaturedTwinkle 1.4s ease-in-out infinite alternate;
}

.cfx-featured-message {
	position: absolute;
	top: var(--cfx-featured-message-top, 34.4%);
	left: var(--cfx-featured-message-left, 49.7%);
	display: grid;
	gap: 0.1em;
	max-width: var(--cfx-featured-message-width, 25%);
	padding: clamp(6px, 1vw, 15px) clamp(9px, 1.35vw, 20px);
	color: #07385d;
	text-align: center;
	background: linear-gradient(135deg, rgba(255, 234, 141, 0.97), rgba(255, 198, 72, 0.97));
	border: clamp(2px, 0.24vw, 4px) solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(7, 56, 93, 0.24);
	transform: translateX(-50%) rotate(-2deg);
	animation: cfxFeaturedFloat 2.6s ease-in-out infinite;
}

.cfx-featured-message span {
	font-size: clamp(14px, 2.2vw, 38px);
	font-weight: 900;
	line-height: 1.02;
}

.cfx-featured-message strong {
	font-size: clamp(8px, 1vw, 17px);
	font-weight: 800;
	line-height: 1.1;
}

.cfx-featured-spark {
	position: absolute;
	width: clamp(7px, 0.9vw, 16px);
	height: clamp(7px, 0.9vw, 16px);
	background: #ffd265;
	clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
	filter: drop-shadow(0 0 7px rgba(255, 210, 101, 0.9));
	animation: cfxFeaturedSpark 1.8s ease-in-out infinite;
}

.cfx-featured-spark.s1 { top: calc(var(--cfx-featured-ring-top, 7.6%) - 1.4%); left: calc(var(--cfx-featured-ring-left, 50.7%) + var(--cfx-featured-ring-width, 20.5%) - 0.7%); }
.cfx-featured-spark.s2 { top: calc(var(--cfx-featured-ring-top, 7.6%) + var(--cfx-featured-ring-width, 20.5%) + 1.4%); left: calc(var(--cfx-featured-ring-left, 50.7%) + 0.3%); background: #ff7f7f; animation-delay: -0.55s; }
.cfx-featured-spark.s3 { top: calc(var(--cfx-featured-ring-top, 7.6%) + var(--cfx-featured-ring-width, 20.5%) + 2.9%); left: calc(var(--cfx-featured-ring-left, 50.7%) + var(--cfx-featured-ring-width, 20.5%) - 2%); background: #62d78f; animation-delay: -1.1s; }

.cfx-featured-balloon {
	position: absolute;
	bottom: -12%;
	width: clamp(16px, 2.15vw, 38px);
	height: clamp(22px, 2.85vw, 52px);
	border-radius: 50% 50% 47% 47%;
	box-shadow: 0 8px 16px rgba(7, 56, 93, 0.18);
	animation: cfxFeaturedBalloonRise 6.8s linear infinite;
}

.cfx-featured-balloon::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1px;
	height: clamp(28px, 4.5vw, 72px);
	background: rgba(7, 56, 93, 0.5);
	transform: translateX(-50%);
}

.cfx-featured-balloon.fb1 { left: calc(var(--cfx-featured-ring-left, 50.7%) + 2.3%); background: #4ea4ff; animation-delay: -1.4s; }
.cfx-featured-balloon.fb2 { left: calc(var(--cfx-featured-ring-left, 50.7%) + 11.3%); background: #ff7f7f; animation-duration: 7.6s; animation-delay: -3.1s; }
.cfx-featured-balloon.fb3 { left: calc(var(--cfx-featured-ring-left, 50.7%) + 21.3%); background: #ffd265; animation-duration: 6.2s; animation-delay: -0.35s; }

@keyframes cfxFeaturedPulse {
	0%, 100% { transform: translateX(-50%) rotate(-5deg) scale(1); }
	50% { transform: translateX(-50%) rotate(-5deg) scale(1.055); }
}

@keyframes cfxFeaturedSpin {
	to { transform: rotate(360deg); }
}

@keyframes cfxFeaturedTwinkle {
	from { opacity: 0.45; transform: scale(0.96); }
	to { opacity: 1; transform: scale(1.05); }
}

@keyframes cfxFeaturedFloat {
	0%, 100% { transform: translateX(-50%) translateY(0) rotate(-2deg); }
	50% { transform: translateX(-50%) translateY(-7px) rotate(1deg); }
}

@keyframes cfxFeaturedSpark {
	0%, 100% { opacity: 0.55; transform: scale(0.72) rotate(0); }
	50% { opacity: 1; transform: scale(1.25) rotate(22deg); }
}

@keyframes cfxFeaturedBalloonRise {
	0% { opacity: 0; transform: translateY(0) translateX(0); }
	10% { opacity: 0.95; }
	100% { opacity: 0; transform: translateY(-82vw) translateX(18px); }
}

.cfx-birthdays-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: var(--cfx-white);
	background: rgba(8, 34, 72, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.cfx-birthdays-btn svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cfx-birthdays-prev {
	left: 10px;
}

.cfx-birthdays-next {
	right: 10px;
}

.cfx-birthdays-dots {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 7px;
}

.cfx-birthdays-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.62);
	cursor: pointer;
}

.cfx-birthdays-dots button.is-active {
	width: 22px;
	border-radius: 999px;
	background: var(--cfx-white);
}

.cfx-campaigns {
	width: min(1080px, calc(100% - 32px));
	margin: 26px auto 0;
}

.cfx-campaign-gallery-page {
	display: grid;
	gap: 22px;
	width: min(1120px, calc(100% - 32px));
	margin: 28px auto 0;
}

.page-id-13921 .cfx-content-wrap.cfx-page {
	width: min(1680px, calc(100% - 24px));
	max-width: none;
}

.page-id-13971 .cfx-content-wrap.cfx-page {
	width: min(1840px, calc(100% - 24px));
	max-width: none;
}

.page-id-13921 .cfx-entry {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.page-id-13971 .cfx-entry {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.cfx-campaign-gallery-page--tematicas {
	gap: 28px;
	width: 100%;
	margin-top: 0;
	padding: 44px 48px 60px;
	background: #e4e7e5;
}

.cfx-campaign-gallery-heading {
	display: grid;
	gap: 0;
}

.cfx-campaign-gallery-kicker,
.cfx-campaign-gallery-heading h1 {
	margin: 0;
	color: #777c96;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	text-transform: uppercase;
}

.cfx-campaign-gallery-kicker {
	font-size: 36px;
}

.cfx-campaign-gallery-heading h1 {
	font-size: 32px;
}

.cfx-campaign-gallery-title {
	margin: 0;
	color: var(--cfx-blue-dark);
	font-size: 24px;
}

.cfx-campaign-gallery-hero {
	overflow: hidden;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: 10px;
	box-shadow: var(--cfx-shadow);
}

.cfx-campaign-gallery-hero img {
	display: block;
	width: 100%;
	height: auto;
}

.cfx-campaign-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 12px;
}

.cfx-campaign-gallery-group {
	display: grid;
	gap: 10px;
}

.cfx-campaign-gallery-group h3 {
	margin: 0;
	color: var(--cfx-blue-dark);
	font-size: 18px;
}

.cfx-campaign-gallery-grid--tight {
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.cfx-campaign-gallery-card {
	overflow: hidden;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: 12px;
	box-shadow: var(--cfx-shadow);
}

.cfx-campaign-gallery-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #eef3f8;
}

.cfx-campaign-gallery-card h3 {
	margin: 0;
	padding: 10px 12px 12px;
	color: var(--cfx-blue-dark);
	font-size: 15px;
	line-height: 1.25;
}

.cfx-campaign-albums {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 18px;
}

.cfx-campaign-album {
	display: grid;
	gap: 12px;
	padding: 16px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: 10px;
	box-shadow: var(--cfx-shadow);
}

.cfx-campaign-album-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.cfx-campaign-album-head h3 {
	margin: 0;
	color: var(--cfx-blue-dark);
	font-size: 19px;
	line-height: 1.2;
}

.cfx-campaign-album-count {
	flex: 0 0 auto;
	color: var(--cfx-blue-muted);
	font-size: 13px;
	font-weight: 600;
}

.cfx-campaign-album-slider {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #edf2f7;
}

.cfx-campaign-album-viewport {
	overflow: hidden;
	width: 100%;
}

.cfx-campaign-album-track {
	display: flex;
	width: 100%;
	transition: transform 320ms ease;
	will-change: transform;
}

.cfx-campaign-album-slide {
	flex: 0 0 100%;
	width: 100%;
	margin: 0;
	opacity: 0.96;
}

.cfx-campaign-album-slide.is-active {
	opacity: 1;
}

.cfx-campaign-album-slide img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: #e6edf4;
}

.cfx-campaign-album-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: var(--cfx-white);
	background: rgba(8, 34, 72, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.cfx-campaign-album-btn:hover,
.cfx-campaign-album-btn:focus {
	background: var(--cfx-blue);
}

.cfx-campaign-album-btn svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cfx-campaign-album-btn::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
}

.cfx-campaign-album-prev::before {
	transform: rotate(-45deg) translate(1px, 1px);
}

.cfx-campaign-album-next::before {
	transform: rotate(135deg) translate(1px, 1px);
}

.cfx-campaign-album-prev {
	left: 10px;
}

.cfx-campaign-album-next {
	right: 10px;
}

.cfx-campaign-album-dots {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 6px;
}

.cfx-campaign-album-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	background: rgba(255, 255, 255, 0.58);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.cfx-campaign-album-dots button.is-active {
	width: 20px;
	background: var(--cfx-white);
	border-radius: 999px;
}

.cfx-campaign-album.is-static .cfx-campaign-album-btn,
.cfx-campaign-album.is-static .cfx-campaign-album-dots {
	display: none;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-albums {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album {
	gap: 16px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album:nth-child(1) {
	order: 2;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album:nth-child(2) {
	order: 1;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album:nth-child(3) {
	order: 4;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album:nth-child(4) {
	order: 3;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album:nth-child(5) {
	order: 5;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-head {
	display: block;
	padding: 13px 12px;
	background: #062b49;
	border-radius: 10px;
	text-align: center;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-head h3 {
	color: var(--cfx-white);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-count {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-slider {
	aspect-ratio: 332 / 440;
	padding: 10px;
	background: #243a66;
	border-radius: 10px;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-viewport,
.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-track,
.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-slide {
	height: 100%;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-slide img {
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	border-radius: 6px;
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-btn {
	background: rgba(6, 43, 73, 0.78);
}

.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-dots {
	bottom: 20px;
}

.cfx-operation-gallery {
	min-height: 0;
}

.cfx-operation-gallery .cfx-operation-albums {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	max-width: none;
	gap: 34px;
}

.cfx-operation-gallery .cfx-operation-album {
	width: 100%;
}

.cfx-operation-gallery .cfx-campaign-album-head h3 {
	font-size: 23px;
}

.cfx-operation-gallery .cfx-campaign-album-slider {
	aspect-ratio: 332 / 470;
}

.cfx-operation-gallery .cfx-campaign-album-slide img {
	object-fit: cover;
	background: #243a66;
}

.cfx-poll {
	width: min(1080px, calc(100% - 32px));
	margin: 26px auto 0;
}

.cfx-poll-head h2 {
	margin: 0 0 12px;
	color: var(--cfx-blue-dark);
	font-size: 24px;
}

.cfx-poll-card {
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
	padding: 18px 20px;
}

.cfx-poll-question {
	margin: 0 0 12px;
	color: var(--cfx-blue-dark);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.cfx-poll-options {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
	color: var(--cfx-ink);
}

.cfx-poll-options label {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.cfx-poll-options input[type="radio"] {
	margin: 0;
}

.cfx-poll-message {
	margin: 0;
	padding: 14px 16px;
	border: 1px solid var(--cfx-line);
	border-radius: 8px;
	background: #f7f9fc;
	color: var(--cfx-ink);
}

.cfx-poll-message h3 {
	margin: 0 0 8px;
	color: var(--cfx-blue-dark);
	font-size: 18px;
	line-height: 1.3;
}

.cfx-poll-message p {
	margin: 0 0 8px;
	line-height: 1.55;
}

.cfx-poll-message p:last-child {
	margin-bottom: 0;
}

.cfx-poll-signature {
	color: var(--cfx-blue-dark);
	font-weight: 700;
}

.cfx-poll-countdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	padding: 10px 12px;
	border: 1px solid var(--cfx-line);
	border-radius: 8px;
	background: #f7f9fc;
	color: var(--cfx-blue-dark);
}

.cfx-poll-countdown-label {
	color: var(--cfx-muted);
	font-size: 14px;
}

.cfx-poll-countdown strong {
	font-size: 18px;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.cfx-poll-submit {
	margin-top: 14px;
	padding: 10px 16px;
	border: 0;
	border-radius: 10px;
	background: var(--cfx-blue-dark);
	color: var(--cfx-white);
	font-weight: 700;
	cursor: pointer;
}

.cfx-poll-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.cfx-poll-note {
	margin: 14px 0 0;
	color: var(--cfx-muted);
	font-size: 14px;
}

.cfx-poll-feedback {
	margin: 12px 0 0;
	font-size: 14px;
	color: var(--cfx-muted);
}

.cfx-poll-feedback.is-success {
	color: #1b7f3a;
}

.cfx-poll-feedback.is-error {
	color: #c03221;
}

.cfx-poll-results {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--cfx-line);
	font-size: 14px;
}

.cfx-poll-results.is-visible {
	display: block;
}

.cfx-poll-results.has-chart {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	align-items: center;
	gap: 14px 18px;
}

.cfx-poll-results-title {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--cfx-blue-dark);
	font-size: 16px;
	line-height: 1.3;
}

.cfx-poll-chart {
	display: none;
	width: 156px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid #f7f9fc;
	box-shadow: inset 0 0 0 1px rgba(13, 31, 61, 0.08);
}

.cfx-poll-results.has-chart .cfx-poll-chart {
	display: block;
	grid-row: span 5;
}

.cfx-poll-results p {
	margin: 0 0 6px;
}

.cfx-poll-results.has-chart p {
	position: relative;
	margin: 0;
	padding-left: 16px;
}

.cfx-poll-results.has-chart p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--poll-color, var(--cfx-blue-dark));
}

.cfx-poll-percent {
	display: none;
	color: var(--cfx-muted);
	font-weight: 700;
}

.cfx-poll-results.has-chart .cfx-poll-percent {
	display: inline;
}

.cfx-eye-health {
	width: min(1080px, calc(100% - 32px));
	margin: 26px auto 0;
}

.cfx-eye-health-slider {
	position: relative;
	overflow: hidden;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
}

.cfx-eye-health-track {
	display: flex;
	width: 100%;
	transition: transform 420ms ease;
	will-change: transform;
}

.cfx-eye-health-slide {
	flex: 0 0 100%;
	width: 100%;
}

.cfx-eye-health-open {
	display: block;
	width: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: zoom-in;
}

.cfx-eye-health-open img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #eef3f8;
}

.cfx-eye-health-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--cfx-white);
	background: rgba(8, 34, 72, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.cfx-eye-health-btn:hover,
.cfx-eye-health-btn:focus {
	background: var(--cfx-blue-dark);
}

.cfx-eye-health-prev {
	left: 14px;
}

.cfx-eye-health-next {
	right: 14px;
}

.cfx-eye-health-btn svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cfx-eye-health-dots {
	position: absolute;
	right: 0;
	bottom: 12px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 7px;
}

.cfx-eye-health-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	background: rgba(255, 255, 255, 0.68);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.cfx-eye-health-dots button.is-active {
	width: 24px;
	background: var(--cfx-white);
	border-radius: 999px;
}

.cfx-eye-health-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(5, 17, 34, 0.84);
}

.cfx-eye-health-lightbox.is-open {
	display: flex;
}

.cfx-eye-health-lightbox-dialog {
	position: relative;
	width: min(1180px, 96vw);
	max-height: 92vh;
}

.cfx-eye-health-lightbox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--cfx-white);
	background: var(--cfx-blue-dark);
	border: 2px solid var(--cfx-white);
	border-radius: 50%;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
	cursor: pointer;
}

.cfx-eye-health-lightbox-close svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.6;
	stroke-linecap: round;
}

.cfx-eye-health-lightbox-image {
	display: block;
	width: 100%;
	max-height: 92vh;
	object-fit: contain;
	background: var(--cfx-white);
	border-radius: var(--cfx-radius);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

body.cfx-eye-health-lightbox-open {
	overflow: hidden;
}

.cfx-campaigns-head h2 {
	margin: 0 0 12px;
	color: var(--cfx-blue-dark);
	font-size: 24px;
}

.cfx-campaign-feature {
	overflow: hidden;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
}

.cfx-campaign-link {
	display: flex;
	flex-direction: column;
	color: var(--cfx-ink);
	text-decoration: none;
}

.cfx-campaign-link:hover,
.cfx-campaign-link:focus {
	color: var(--cfx-blue);
	text-decoration: none;
}

.cfx-campaign-thumb {
	overflow: hidden;
	width: 100%;
	background: #eef3f8;
}

.cfx-campaign-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.cfx-campaign-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	width: 100%;
	color: #9aa7b9;
	font-size: 34px;
}

.cfx-campaign-body {
	display: grid;
	gap: 6px;
	padding: 14px 14px 16px;
}

.cfx-campaign-meta {
	color: var(--cfx-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cfx-campaign-body h3 {
	margin: 0;
	color: var(--cfx-blue-dark);
	font-size: 17px;
	line-height: 1.3;
}

.cfx-post-search input[type="search"] {
	width: 100%;
	min-height: 46px;
	padding: 0 14px;
	color: var(--cfx-ink);
	background: #f8fbff;
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	font: inherit;
	outline: none;
}

.cfx-post-search input[type="search"]:focus {
	border-color: var(--cfx-blue);
	box-shadow: 0 0 0 3px rgba(11, 78, 162, 0.12);
}

.cfx-post-search button {
	min-height: 46px;
	padding: 0 22px;
	color: var(--cfx-white);
	background: var(--cfx-blue);
	border: 0;
	border-radius: var(--cfx-radius);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.cfx-post-search button:hover,
.cfx-post-search button:focus {
	background: var(--cfx-blue-dark);
}

.cfx-hero,
.cfx-section,
.cfx-content-wrap {
	width: min(1180px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

.cfx-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 28px;
	align-items: end;
	padding: 54px 0 34px;
}

.cfx-hero-copy h1 {
	margin: 0 0 10px;
	color: var(--cfx-blue-dark);
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.04;
}

.cfx-hero-copy p {
	max-width: 680px;
	margin: 0;
	color: var(--cfx-muted);
	font-size: 18px;
}

.cfx-kicker {
	margin-bottom: 10px !important;
	color: var(--cfx-cyan) !important;
	font-size: 13px !important;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cfx-hero-panel {
	display: grid;
	gap: 6px;
	padding: 22px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-left: 5px solid var(--cfx-cyan);
	border-radius: var(--cfx-radius);
	box-shadow: var(--cfx-shadow);
}

.cfx-hero-panel span {
	color: var(--cfx-muted);
	font-size: 14px;
}

.cfx-hero-panel strong {
	color: var(--cfx-blue-dark);
	font-size: 20px;
}

.cfx-section {
	padding: 22px 0;
}

.cfx-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.cfx-section-heading h2,
.cfx-page-header h1 {
	margin: 0;
	color: var(--cfx-blue-dark);
}

.cfx-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.cfx-feature,
.cfx-card {
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	box-shadow: 0 8px 20px rgba(16, 42, 86, 0.06);
}

.cfx-feature {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 82px;
	padding: 18px;
	color: var(--cfx-ink);
	text-decoration: none;
}

.cfx-feature:hover,
.cfx-feature:focus {
	border-color: #b8d4f7;
	color: var(--cfx-blue);
	text-decoration: none;
	transform: translateY(-1px);
}

.cfx-feature span {
	font-weight: 800;
}

.cfx-feature small {
	color: var(--cfx-muted);
	font-weight: 700;
}

.cfx-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.cfx-card {
	padding: 18px;
}

.cfx-card h2,
.cfx-card h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.25;
}

.cfx-card h2 a,
.cfx-card h3 a {
	color: var(--cfx-blue-dark);
}

.cfx-card p {
	margin-bottom: 0;
	color: var(--cfx-muted);
}

.cfx-card-meta {
	margin-bottom: 10px;
	color: var(--cfx-muted);
	font-size: 13px;
	font-weight: 700;
}

.cfx-content-wrap {
	padding: 34px 0;
}

.cfx-page {
	max-width: 980px;
}

.cfx-single {
	width: min(980px, calc(100% - 24px));
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 18px 0 0;
}

.postid-1574 .cfx-single,
.cfx-single.category-politicas,
.single-post .post-1574.cfx-single {
	width: min(1320px, calc(100% - 24px));
	max-width: 1320px;
}

.cfx-page-header {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--cfx-line);
}

.cfx-entry {
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
	padding: 28px;
	box-shadow: 0 8px 20px rgba(16, 42, 86, 0.06);
}

.cfx-single .cfx-entry {
	width: 100%;
	max-width: none !important;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.cfx-has-embeddoc .cfx-single {
	width: calc(100% - 24px);
	max-width: none;
}

.cfx-single .cfx-entry > * {
	width: 100% !important;
	max-width: none !important;
}

.cfx-single .wp-block-file,
.cfx-single .awsm-embed-document,
.cfx-single .ead-document,
.cfx-single .ead-preview {
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.cfx-single .wp-block-file {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
}

.cfx-single .wp-block-file > a:first-child {
	flex: 1 1 auto;
	min-width: 0;
	word-break: break-word;
}

.cfx-single .wp-block-file .wp-block-file__button {
	flex: 0 0 auto;
	margin-left: 0 !important;
}

.cfx-single .awsm-embed-document,
.cfx-single .ead-document,
.cfx-single .ead-preview,
.cfx-single .ead-embed,
.cfx-single .ead-embed-document,
.cfx-single .ead-document-wrap,
.cfx-single .ead-document-wrapper,
.cfx-single .ead-viewer,
.cfx-single .ead-container,
.cfx-single .awsm-ead,
.cfx-single .awsm-ead-document,
.cfx-single .ead-iframe,
.cfx-single iframe,
.cfx-single embed,
.cfx-single object {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
}

.cfx-single iframe,
.cfx-single embed,
.cfx-single object {
	min-height: calc(100vh - 130px);
}

.cfx-embeddoc {
	width: 100%;
	margin: 0;
}

.cfx-embeddoc iframe {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	border: 0;
	background: var(--cfx-white);
}

.cfx-embeddoc-download {
	margin: 12px 0 0;
}

.cfx-entry > *:first-child {
	margin-top: 0;
}

.cfx-entry > *:last-child {
	margin-bottom: 0;
}

.cfx-entry table {
	width: 100%;
	border-collapse: collapse;
}

.cfx-entry th,
.cfx-entry td {
	padding: 10px;
	border: 1px solid var(--cfx-line);
	text-align: left;
}

.cfx-about {
	display: grid;
	gap: 18px;
	width: min(980px, calc(100% - 24px));
	margin: 0 auto;
}

.cfx-about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 18px;
	padding: 24px;
	background: linear-gradient(135deg, #0f2a56 0%, #1f4a8f 100%);
	color: #fff;
	border-radius: 14px;
}

.cfx-about-hero-copy {
	min-width: 0;
}

.cfx-about-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.9;
}

.cfx-about-hero h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 32px;
}

.cfx-about-hero p {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.92);
}

.cfx-about-hero-media {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	align-content: start;
}

.cfx-about-video {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	background: #fff;
	color: #12366c;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
}

.cfx-about-video:hover,
.cfx-about-video:focus {
	text-decoration: none;
	color: #0f2a56;
}

.cfx-about-video-wrap {
	margin-top: 0;
	max-width: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.cfx-about-video-player {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	max-height: 420px;
	object-fit: cover;
	border-radius: 14px;
	background: #09162c;
}

.cfx-about-side {
	display: grid;
	gap: 14px;
	align-content: start;
}

.cfx-about-card--compact {
	height: 100%;
}

.cfx-about-card--award img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 220px;
	margin: 0;
}

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

.cfx-about-card {
	padding: 18px;
	background: #fff;
	border: 1px solid var(--cfx-line);
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(16, 42, 86, 0.07);
}

.cfx-about-card h3 {
	margin: 0 0 10px;
	color: var(--cfx-blue-dark);
}

.cfx-about-card p {
	margin: 0;
	color: var(--cfx-ink);
}

.cfx-about-branches {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.cfx-about-branches article {
	display: grid;
	gap: 8px;
	padding: 12px;
	background: #f7f9fc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
}

.cfx-about-branches img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 8px;
}

.cfx-about-branches h4 {
	margin: 0 0 4px;
	color: #0f2a56;
	font-size: 16px;
}

.cfx-about-branches p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
}

.cfx-about-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.cfx-about-gallery figure {
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
}

.cfx-about-gallery img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.cfx-rh {
	display: grid;
	gap: 18px;
	width: min(980px, calc(100% - 24px));
	margin: 0 auto;
}

.cfx-rh-hero {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid var(--cfx-line);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(16, 42, 86, 0.08);
}

.cfx-rh-hero img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
}

.cfx-rh-hero-copy {
	padding: 20px;
	background: linear-gradient(160deg, #0f2a56 0%, #1e4f96 100%);
	color: #fff;
}

.cfx-rh-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.9;
}

.cfx-rh-hero-copy h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 32px;
}

.cfx-rh-hero-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
}

.cfx-rh-section {
	padding: 18px;
	background: #fff;
	border: 1px solid var(--cfx-line);
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(16, 42, 86, 0.06);
}

.cfx-rh-section h3 {
	margin: 0 0 12px;
	color: var(--cfx-blue-dark);
}

.cfx-rh-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.cfx-rh-card {
	padding: 14px;
	background: #f7f9fc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	display: grid;
	gap: 8px;
}

.cfx-rh-card img {
	max-width: 140px;
	height: auto;
}

.cfx-rh-card h4 {
	margin: 0;
	color: #0f2a56;
}

.cfx-rh-card p {
	margin: 0;
	color: var(--cfx-muted);
}

.cfx-rh-card a {
	display: inline-flex;
	width: fit-content;
	padding: 8px 12px;
	background: #0f2a56;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
}

.cfx-rh-card a:hover,
.cfx-rh-card a:focus {
	color: #fff;
	background: #1e4f96;
	text-decoration: none;
}

.cfx-rh-videos {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cfx-rh-videos article {
	padding: 12px;
	background: #f7f9fc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
}

.cfx-rh-videos h4 {
	margin: 0 0 8px;
	font-size: 16px;
	color: #0f2a56;
}

.cfx-rh-videos video {
	display: block;
	width: 100%;
	border-radius: 10px;
	background: #09162c;
}

.cfx-native-video {
	display: block;
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	background: #09162c;
}

.cfx-rh-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.cfx-rh-links a {
	padding: 9px 12px;
	background: #edf2fa;
	border: 1px solid #d9e2f2;
	border-radius: 10px;
	color: #12366c;
	text-decoration: none;
	font-weight: 700;
}

.cfx-rh-news {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
}

.page-id-13755 .cfx-footer,
.page-id-23021 .cfx-footer,
.page-id-23045 .cfx-footer {
	display: none;
}

.page-id-13755 .cfx-main,
.page-id-23021 .cfx-main,
.page-id-23045 .cfx-main {
	background: #fff;
}

.page-id-23045 .cfx-main {
	background: #dedfdd;
}

.page-id-13755 .cfx-content-wrap.cfx-page,
.page-id-23021 .cfx-content-wrap.cfx-page,
.page-id-23045 .cfx-content-wrap.cfx-page {
	width: min(1180px, calc(100% - 32px));
	max-width: 1180px;
	padding: 28px 0;
}

.page-id-13755 .cfx-content-wrap.cfx-page {
	padding-top: 10px;
}

.page-id-13755 .cfx-entry,
.page-id-23021 .cfx-entry,
.page-id-23045 .cfx-entry,
	.page-id-22984 .cfx-entry,
	.page-id-23425 .cfx-entry,
	.page-id-23428 .cfx-entry,
	.page-id-23429 .cfx-entry,
	.page-id-23430 .cfx-entry,
	.page-id-23431 .cfx-entry,
	.page-id-23654 .cfx-entry,
	.page-id-23667 .cfx-entry,
	.page-id-23676 .cfx-entry {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.cfx-rh-image-layout {
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	line-height: 0;
	overflow: hidden;
	background: #fff;
	aspect-ratio: 2000 / 1414;
}

.cfx-rh-image-layout img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

.cfx-rh-nr1-informativo {
	width: min(100%, 760px);
	margin: 28px auto 0;
	padding: 0 16px 34px;
	line-height: 0;
}

.cfx-rh-nr1-informativo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 9px;
	box-shadow: 0 16px 42px rgba(16, 42, 86, 0.16);
}

.cfx-rh-image-layout--assistencias {
	margin-top: 24px;
	border-radius: 9px;
	transition: transform 180ms ease;
	transform-origin: center;
}

.cfx-rh-image-layout--assistencias:hover,
.cfx-rh-image-layout--assistencias:focus-within {
	transform: scale(1.015);
}

.cfx-quality-shadow {
	position: absolute;
	display: block;
	width: 27.9%;
	height: 23.35%;
	border-radius: 9px;
	box-shadow: 0 8px 18px rgba(16, 42, 86, 0.14);
	pointer-events: none;
	transform: translateY(0) scale(1);
	transform-origin: center;
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
	z-index: 1;
}

.cfx-quality-shadow--pqc,
.cfx-quality-hotspot--pqc {
	left: 6.2%;
	top: 24.6%;
}

.cfx-quality-shadow--playbook,
.cfx-quality-hotspot--playbook {
	left: 36.1%;
	top: 24.6%;
}

.cfx-quality-shadow--matriz,
.cfx-quality-hotspot--matriz {
	left: 65.4%;
	top: 24.6%;
}

.cfx-quality-shadow--educacao,
.cfx-quality-hotspot--educacao {
	left: 6.2%;
	top: 50.4%;
}

.cfx-quality-shadow--indicadores,
.cfx-quality-hotspot--indicadores {
	left: 36.1%;
	top: 50.4%;
}

.cfx-quality-hotspot {
	width: 27.9%;
	height: 23.35%;
	border-radius: 9px;
	overflow: visible;
	transition: background 180ms ease, transform 180ms ease;
	transform-origin: center;
}

.cfx-quality-hotspot::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 9px;
	background-image: url("https://intranet.cobrafix.org/wp-content/uploads/2026/05/QUALIDADE.jpg?v=20260528");
	background-repeat: no-repeat;
	background-size: 358.5% auto;
	box-shadow: 0 14px 30px rgba(16, 42, 86, 0.24);
	opacity: 0;
	pointer-events: none;
	transform: scale(1);
	transform-origin: center;
	transition: opacity 160ms ease, transform 180ms ease;
	z-index: 4;
}

.cfx-quality-hotspot:hover,
.cfx-quality-hotspot:focus {
	background: transparent;
	text-decoration: none;
	z-index: 3;
}

.cfx-quality-hotspot:hover::after,
.cfx-quality-hotspot:focus-visible::after {
	opacity: 1;
	transform: scale(1.08);
}

.cfx-quality-hotspot--pqc::after {
	background-position: 8.6% 32.1%;
}

.cfx-quality-hotspot--playbook::after {
	background-position: 50.1% 32.1%;
}

.cfx-quality-hotspot--matriz::after {
	background-position: 90.7% 32.1%;
}

.cfx-quality-hotspot--educacao::after {
	background-position: 8.6% 65.8%;
}

.cfx-quality-hotspot--indicadores::after {
	background-position: 50.1% 65.8%;
}

.cfx-quality-layout:has(.cfx-quality-hotspot--pqc:hover) .cfx-quality-shadow--pqc,
.cfx-quality-layout:has(.cfx-quality-hotspot--pqc:focus-visible) .cfx-quality-shadow--pqc,
.cfx-quality-layout:has(.cfx-quality-hotspot--playbook:hover) .cfx-quality-shadow--playbook,
.cfx-quality-layout:has(.cfx-quality-hotspot--playbook:focus-visible) .cfx-quality-shadow--playbook,
.cfx-quality-layout:has(.cfx-quality-hotspot--matriz:hover) .cfx-quality-shadow--matriz,
.cfx-quality-layout:has(.cfx-quality-hotspot--matriz:focus-visible) .cfx-quality-shadow--matriz,
.cfx-quality-layout:has(.cfx-quality-hotspot--educacao:hover) .cfx-quality-shadow--educacao,
.cfx-quality-layout:has(.cfx-quality-hotspot--educacao:focus-visible) .cfx-quality-shadow--educacao,
.cfx-quality-layout:has(.cfx-quality-hotspot--indicadores:hover) .cfx-quality-shadow--indicadores,
.cfx-quality-layout:has(.cfx-quality-hotspot--indicadores:focus-visible) .cfx-quality-shadow--indicadores {
	box-shadow: 0 16px 30px rgba(16, 42, 86, 0.24);
	opacity: 0.96;
	transform: scale(1.015);
}

@media (prefers-reduced-motion: reduce) {
	.cfx-quality-shadow,
	.cfx-quality-hotspot,
	.cfx-quality-hotspot::after {
		transition: none;
	}

	.cfx-quality-hotspot:hover,
	.cfx-quality-hotspot:focus,
	.cfx-quality-hotspot:hover::after,
	.cfx-quality-hotspot:focus-visible::after,
	.cfx-quality-layout:has(.cfx-quality-hotspot--pqc:hover) .cfx-quality-shadow--pqc,
	.cfx-quality-layout:has(.cfx-quality-hotspot--pqc:focus-visible) .cfx-quality-shadow--pqc,
	.cfx-quality-layout:has(.cfx-quality-hotspot--playbook:hover) .cfx-quality-shadow--playbook,
	.cfx-quality-layout:has(.cfx-quality-hotspot--playbook:focus-visible) .cfx-quality-shadow--playbook,
	.cfx-quality-layout:has(.cfx-quality-hotspot--matriz:hover) .cfx-quality-shadow--matriz,
	.cfx-quality-layout:has(.cfx-quality-hotspot--matriz:focus-visible) .cfx-quality-shadow--matriz,
	.cfx-quality-layout:has(.cfx-quality-hotspot--educacao:hover) .cfx-quality-shadow--educacao,
	.cfx-quality-layout:has(.cfx-quality-hotspot--educacao:focus-visible) .cfx-quality-shadow--educacao,
	.cfx-quality-layout:has(.cfx-quality-hotspot--indicadores:hover) .cfx-quality-shadow--indicadores,
	.cfx-quality-layout:has(.cfx-quality-hotspot--indicadores:focus-visible) .cfx-quality-shadow--indicadores {
		transform: none;
	}
}

.cfx-quality-detail-shadow {
	position: absolute;
	display: block;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(16, 42, 86, 0.14);
	pointer-events: none;
	transform: translateY(0) scale(1);
	transform-origin: center;
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
	z-index: 1;
}

.cfx-quality-detail-hotspot {
	border-radius: 999px;
	overflow: hidden;
	transition: background 180ms ease, transform 180ms ease;
	transform-origin: center;
}

.cfx-quality-detail-hotspot:hover,
.cfx-quality-detail-hotspot:focus {
	background: rgba(85, 197, 209, 0.12);
	text-decoration: none;
	transform: translateY(-5px) scale(1.025);
	z-index: 3;
}

.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot:hover) .cfx-quality-detail-shadow,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot:focus-visible) .cfx-quality-detail-shadow {
	opacity: 0.86;
}

.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--pqc-dica:hover) .cfx-quality-detail-shadow--pqc-dica,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--pqc-dica:focus-visible) .cfx-quality-detail-shadow--pqc-dica,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-checklist:hover) .cfx-quality-detail-shadow--playbook-checklist,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-checklist:focus-visible) .cfx-quality-detail-shadow--playbook-checklist,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-regras:hover) .cfx-quality-detail-shadow--playbook-regras,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-regras:focus-visible) .cfx-quality-detail-shadow--playbook-regras,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-termo:hover) .cfx-quality-detail-shadow--playbook-termo,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-termo:focus-visible) .cfx-quality-detail-shadow--playbook-termo,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-serasa:hover) .cfx-quality-detail-shadow--playbook-serasa,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-serasa:focus-visible) .cfx-quality-detail-shadow--playbook-serasa,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-contestacao:hover) .cfx-quality-detail-shadow--playbook-contestacao,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-contestacao:focus-visible) .cfx-quality-detail-shadow--playbook-contestacao,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-protesto:hover) .cfx-quality-detail-shadow--playbook-protesto,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-protesto:focus-visible) .cfx-quality-detail-shadow--playbook-protesto,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-conhecimento:hover) .cfx-quality-detail-shadow--playbook-conhecimento,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--playbook-conhecimento:focus-visible) .cfx-quality-detail-shadow--playbook-conhecimento,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--matriz-sem-previsao:hover) .cfx-quality-detail-shadow--matriz-sem-previsao,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--matriz-sem-previsao:focus-visible) .cfx-quality-detail-shadow--matriz-sem-previsao,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--matriz-promessa:hover) .cfx-quality-detail-shadow--matriz-promessa,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--matriz-promessa:focus-visible) .cfx-quality-detail-shadow--matriz-promessa,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--matriz-recado:hover) .cfx-quality-detail-shadow--matriz-recado,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--matriz-recado:focus-visible) .cfx-quality-detail-shadow--matriz-recado,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--matriz-contestacao:hover) .cfx-quality-detail-shadow--matriz-contestacao,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--matriz-contestacao:focus-visible) .cfx-quality-detail-shadow--matriz-contestacao,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--educacao-conhecimento:hover) .cfx-quality-detail-shadow--educacao-conhecimento,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--educacao-conhecimento:focus-visible) .cfx-quality-detail-shadow--educacao-conhecimento,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-2026:hover) .cfx-quality-detail-shadow--indicadores-2026,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-2026:focus-visible) .cfx-quality-detail-shadow--indicadores-2026,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-julho:hover) .cfx-quality-detail-shadow--indicadores-julho,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-julho:focus-visible) .cfx-quality-detail-shadow--indicadores-julho,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-agosto:hover) .cfx-quality-detail-shadow--indicadores-agosto,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-agosto:focus-visible) .cfx-quality-detail-shadow--indicadores-agosto,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-setembro:hover) .cfx-quality-detail-shadow--indicadores-setembro,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-setembro:focus-visible) .cfx-quality-detail-shadow--indicadores-setembro,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-outubro:hover) .cfx-quality-detail-shadow--indicadores-outubro,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-outubro:focus-visible) .cfx-quality-detail-shadow--indicadores-outubro,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-novembro:hover) .cfx-quality-detail-shadow--indicadores-novembro,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-novembro:focus-visible) .cfx-quality-detail-shadow--indicadores-novembro,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-dezembro:hover) .cfx-quality-detail-shadow--indicadores-dezembro,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--indicadores-dezembro:focus-visible) .cfx-quality-detail-shadow--indicadores-dezembro {
	box-shadow: 0 16px 30px rgba(16, 42, 86, 0.24);
	opacity: 0.96;
	transform: translateY(-5px) scale(1.025);
}

.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--checklist-discador:hover) .cfx-quality-detail-shadow--checklist-discador,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--checklist-discador:focus-visible) .cfx-quality-detail-shadow--checklist-discador,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--checklist-i9:hover) .cfx-quality-detail-shadow--checklist-i9,
.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot--checklist-i9:focus-visible) .cfx-quality-detail-shadow--checklist-i9 {
	box-shadow: 0 16px 30px rgba(16, 42, 86, 0.24);
	opacity: 0.96;
	transform: translateY(-5px) scale(1.025);
}

.cfx-quality-detail-shadow--pqc-dica,
.cfx-quality-detail-hotspot--pqc-dica {
	left: 33.6%;
	top: 37.1%;
	width: 32.8%;
	height: 4.55%;
}

.cfx-quality-detail-shadow--playbook-checklist,
.cfx-quality-detail-hotspot--playbook-checklist {
	left: 4.35%;
	top: 39.2%;
	width: 26.5%;
	height: 4.45%;
}

.cfx-quality-detail-shadow--playbook-regras,
.cfx-quality-detail-hotspot--playbook-regras {
	left: 32.85%;
	top: 39.2%;
	width: 26.55%;
	height: 4.45%;
}

.cfx-quality-detail-shadow--playbook-termo,
.cfx-quality-detail-hotspot--playbook-termo {
	left: 60.65%;
	top: 39.2%;
	width: 26.55%;
	height: 4.45%;
}

.cfx-quality-detail-shadow--playbook-serasa,
.cfx-quality-detail-hotspot--playbook-serasa {
	left: 4.35%;
	top: 46.5%;
	width: 26.5%;
	height: 4.45%;
}

.cfx-quality-detail-shadow--playbook-contestacao,
.cfx-quality-detail-hotspot--playbook-contestacao {
	left: 32.85%;
	top: 46.5%;
	width: 26.55%;
	height: 4.45%;
}

.cfx-quality-detail-shadow--playbook-protesto,
.cfx-quality-detail-hotspot--playbook-protesto {
	left: 61.35%;
	top: 46.5%;
	width: 26.55%;
	height: 4.45%;
}

.cfx-quality-detail-shadow--playbook-conhecimento,
.cfx-quality-detail-hotspot--playbook-conhecimento {
	left: 4.35%;
	top: 53.85%;
	width: 26.5%;
	height: 4.45%;
}

.cfx-quality-detail-shadow--checklist-discador,
.cfx-quality-detail-hotspot--checklist-discador,
.cfx-quality-detail-shadow--checklist-i9,
.cfx-quality-detail-hotspot--checklist-i9 {
	left: 35.35%;
	width: 29.3%;
	height: 4.9%;
}

.cfx-quality-detail-shadow--checklist-discador,
.cfx-quality-detail-hotspot--checklist-discador {
	top: 37.05%;
}

.cfx-quality-detail-shadow--checklist-i9,
.cfx-quality-detail-hotspot--checklist-i9 {
	top: 45.2%;
}

.cfx-quality-detail-shadow--matriz-sem-previsao,
.cfx-quality-detail-hotspot--matriz-sem-previsao,
.cfx-quality-detail-shadow--matriz-promessa,
.cfx-quality-detail-hotspot--matriz-promessa,
.cfx-quality-detail-shadow--matriz-contestacao,
.cfx-quality-detail-hotspot--matriz-contestacao {
	left: 33.7%;
	width: 32.3%;
	height: 5.1%;
}

.cfx-quality-detail-shadow--matriz-sem-previsao,
.cfx-quality-detail-hotspot--matriz-sem-previsao {
	top: 38.1%;
}

.cfx-quality-detail-shadow--matriz-promessa,
.cfx-quality-detail-hotspot--matriz-promessa {
	top: 48.45%;
}

.cfx-quality-detail-shadow--matriz-contestacao,
.cfx-quality-detail-hotspot--matriz-contestacao {
	top: 57.0%;
}

.cfx-quality-detail-shadow--educacao-conhecimento,
.cfx-quality-detail-hotspot--educacao-conhecimento {
	left: 33.7%;
	top: 38.0%;
	width: 32.1%;
	height: 4.9%;
}

.cfx-quality-detail-shadow--indicadores-2026,
.cfx-quality-detail-hotspot--indicadores-2026 {
	left: 33.7%;
	top: 34.0%;
	width: 32.1%;
	height: 4.8%;
}

.cfx-rh-image-layout .cfx-quality-ranking-image {
	position: absolute;
	display: block;
	width: 29.4%;
	height: auto;
	max-width: none;
	object-fit: contain;
	transform: scale(1);
	transform-origin: center;
	transition: transform 180ms ease, filter 180ms ease;
	z-index: 1;
}

.cfx-quality-ranking-image--maio {
	left: 37.1%;
	top: 42.8%;
	width: 34%;
	cursor: zoom-in;
}

.cfx-quality-ranking-image--maio:hover {
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
	transform: scale(1.18);
	z-index: 4;
}

.cfx-ranking-lightbox {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.cfx-ranking-lightbox.is-open {
	display: flex;
}

.cfx-ranking-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 12, 20, 0.58);
	backdrop-filter: blur(3px);
}

.cfx-ranking-lightbox-dialog {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: min(1120px, 96vw);
	max-height: 92vh;
	padding: 18px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 24px 68px rgba(8, 23, 47, 0.35);
}

.cfx-ranking-lightbox-image {
	display: block;
	width: auto;
	max-width: calc(96vw - 36px);
	max-height: calc(92vh - 36px);
	height: auto;
	object-fit: contain;
}

.cfx-ranking-lightbox-close {
	position: absolute;
	top: -14px;
	right: -14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	color: #fff;
	background: var(--cfx-blue-dark);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(8, 23, 47, 0.28);
	cursor: pointer;
}

.cfx-ranking-lightbox-close svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.3;
	stroke-linecap: round;
}

.cfx-ranking-lightbox-close:hover,
.cfx-ranking-lightbox-close:focus {
	background: var(--cfx-blue);
}

.cfx-quality-detail-shadow--indicadores-julho,
.cfx-quality-detail-hotspot--indicadores-julho,
.cfx-quality-detail-shadow--indicadores-agosto,
.cfx-quality-detail-hotspot--indicadores-agosto,
.cfx-quality-detail-shadow--indicadores-setembro,
.cfx-quality-detail-hotspot--indicadores-setembro,
.cfx-quality-detail-shadow--indicadores-outubro,
.cfx-quality-detail-hotspot--indicadores-outubro,
.cfx-quality-detail-shadow--indicadores-novembro,
.cfx-quality-detail-hotspot--indicadores-novembro,
.cfx-quality-detail-shadow--indicadores-dezembro,
.cfx-quality-detail-hotspot--indicadores-dezembro {
	left: 4.0%;
	width: 29.7%;
	height: 4.9%;
}

.cfx-quality-detail-shadow--indicadores-julho,
.cfx-quality-detail-hotspot--indicadores-julho {
	top: 43.8%;
}

.cfx-quality-detail-shadow--indicadores-agosto,
.cfx-quality-detail-hotspot--indicadores-agosto {
	top: 49.7%;
}

.cfx-quality-detail-shadow--indicadores-setembro,
.cfx-quality-detail-hotspot--indicadores-setembro {
	top: 55.7%;
}

.cfx-quality-detail-shadow--indicadores-outubro,
.cfx-quality-detail-hotspot--indicadores-outubro {
	top: 61.6%;
}

.cfx-quality-detail-shadow--indicadores-novembro,
.cfx-quality-detail-hotspot--indicadores-novembro {
	top: 67.5%;
}

.cfx-quality-detail-shadow--indicadores-dezembro,
.cfx-quality-detail-hotspot--indicadores-dezembro {
	top: 73.55%;
}

.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-julho,
.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-setembro,
.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-outubro,
.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-novembro,
.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-dezembro {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: clamp(12px, 1.55vw, 26px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-indent: 0;
	text-transform: none;
	z-index: 3;
}

.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-agosto {
	background: linear-gradient(90deg, #0060a8 0%, #10bfd0 100%);
	color: #fff;
	overflow: hidden;
	text-indent: 0;
}

.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-julho,
.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-setembro,
.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-outubro,
.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-novembro,
.cfx-quality-detail-layout--indicadores .cfx-quality-detail-hotspot--indicadores-dezembro {
	background: #243a66;
}

.cfx-quality-materials {
	max-width: 1120px;
	margin: 28px auto 0;
	padding: 0 18px 30px;
}

.cfx-quality-materials-head {
	margin-bottom: 18px;
}

.cfx-quality-materials-head h2 {
	margin: 0 0 6px;
	color: #14345f;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 800;
	line-height: 1.15;
}

.cfx-quality-materials-head p {
	max-width: 760px;
	margin: 0;
	color: #52637a;
	font-size: 1rem;
	line-height: 1.55;
}

.cfx-quality-materials-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.cfx-quality-material-card {
	display: flex;
	min-height: 150px;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	padding: 18px;
	border: 1px solid rgba(20, 52, 95, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(20, 52, 95, 0.08);
	color: #14345f;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cfx-quality-material-card:hover,
.cfx-quality-material-card:focus-visible {
	border-color: rgba(85, 197, 209, 0.58);
	box-shadow: 0 18px 40px rgba(20, 52, 95, 0.14);
	color: #14345f;
	text-decoration: none;
	transform: translateY(-3px);
}

.cfx-quality-material-card.is-disabled {
	background: #f7f9fc;
	color: #6b7788;
	box-shadow: none;
}

.cfx-quality-material-card.is-disabled:hover {
	border-color: rgba(20, 52, 95, 0.12);
	transform: none;
}

.cfx-quality-material-type,
.cfx-quality-material-action {
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.cfx-quality-material-type {
	color: #1a8f9d;
}

.cfx-quality-material-card strong {
	display: block;
	color: inherit;
	font-size: 1.08rem;
	line-height: 1.25;
}

.cfx-quality-materials--featured .cfx-quality-materials-grid {
	grid-template-columns: minmax(0, 620px);
}

.cfx-quality-material-card--cover {
	overflow: hidden;
	gap: 12px;
	padding: 0 0 18px;
}

.cfx-quality-material-card--cover img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #eef3f8;
	border-bottom: 1px solid rgba(20, 52, 95, 0.12);
}

.cfx-quality-material-card--cover .cfx-quality-material-type,
.cfx-quality-material-card--cover strong,
.cfx-quality-material-card--cover .cfx-quality-material-action {
	margin-right: 18px;
	margin-left: 18px;
}

.cfx-quality-material-action {
	color: #1a8f9d;
}

.cfx-quality-material-card.is-disabled .cfx-quality-material-type,
.cfx-quality-material-card.is-disabled .cfx-quality-material-action {
	color: #7d8794;
}

.cfx-material-viewer {
	max-width: 1180px;
	margin: 28px auto 0;
	padding: 0 18px 34px;
}

.cfx-material-viewer-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.cfx-material-viewer-title h2 {
	margin: 0 0 6px;
	color: #14345f;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	font-weight: 800;
	line-height: 1.12;
}

.cfx-material-viewer-title p {
	max-width: 720px;
	margin: 0;
	color: #52637a;
	font-size: 1rem;
	line-height: 1.55;
}

.cfx-material-viewer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.cfx-material-viewer-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid rgba(20, 52, 95, 0.16);
	border-radius: 8px;
	background: #14345f;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

.cfx-material-viewer-action:hover,
.cfx-material-viewer-action:focus-visible {
	background: #1a8f9d;
	color: #fff;
	text-decoration: none;
}

.cfx-material-viewer-action--secondary {
	background: #fff;
	color: #14345f;
}

.cfx-material-viewer-action--secondary:hover,
.cfx-material-viewer-action--secondary:focus-visible {
	background: #eef8fa;
	color: #14345f;
}

.cfx-material-viewer-cover {
	overflow: hidden;
	border: 1px solid rgba(20, 52, 95, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(20, 52, 95, 0.12);
}

.cfx-material-viewer-cover a {
	display: block;
}

.cfx-material-viewer-cover img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 980px) {
	.cfx-quality-materials-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfx-material-viewer-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.cfx-material-viewer-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	.cfx-quality-materials {
		margin-top: 20px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.cfx-quality-materials-grid {
		grid-template-columns: 1fr;
	}

	.cfx-material-viewer {
		margin-top: 20px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.cfx-material-viewer-actions,
	.cfx-material-viewer-action {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cfx-quality-detail-shadow,
	.cfx-quality-detail-hotspot,
	.cfx-rh-image-layout .cfx-quality-ranking-image {
		transition: none;
	}

	.cfx-quality-detail-hotspot:hover,
	.cfx-quality-detail-hotspot:focus,
	.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot:hover) .cfx-quality-detail-shadow,
	.cfx-quality-detail-layout:has(.cfx-quality-detail-hotspot:focus-visible) .cfx-quality-detail-shadow,
	.cfx-quality-ranking-image--maio:hover {
		transform: none;
	}
}

.cfx-rh-hotspot {
	position: absolute;
	display: block;
	border-radius: 999px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2;
}

button.cfx-rh-hotspot {
	appearance: none;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: zoom-in;
}

button.cfx-quality-detail-hotspot {
	cursor: pointer;
}

.cfx-rh-hotspot:focus-visible {
	outline: 3px solid #55c5d1;
	outline-offset: 3px;
}

.cfx-rh-hotspot--lgpd,
.cfx-rh-hotspot--treinamento,
.cfx-rh-hotspot--beneficios,
.cfx-rh-hotspot--pluxee,
.cfx-rh-hotspot--amil,
.cfx-rh-hotspot--sesc {
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: transparent;
	text-indent: -9999px;
	text-decoration: none;
}

.cfx-rh-hotspot--lgpd:hover,
.cfx-rh-hotspot--lgpd:focus,
.cfx-rh-hotspot--treinamento:hover,
.cfx-rh-hotspot--treinamento:focus,
.cfx-rh-hotspot--beneficios:hover,
.cfx-rh-hotspot--beneficios:focus,
.cfx-rh-hotspot--pluxee:hover,
.cfx-rh-hotspot--pluxee:focus,
.cfx-rh-hotspot--amil:hover,
.cfx-rh-hotspot--amil:focus,
.cfx-rh-hotspot--sesc:hover,
.cfx-rh-hotspot--sesc:focus {
	background: transparent;
	color: transparent;
	text-decoration: none;
}

.cfx-rh-benefit-shadow {
	position: absolute;
	display: block;
	border-radius: 9px;
	box-shadow: 0 8px 18px rgba(16, 42, 86, 0.14);
	pointer-events: none;
	z-index: 1;
}

.cfx-rh-assist-shadow {
	position: absolute;
	display: block;
	top: 6.3%;
	width: 20.35%;
	height: 17.4%;
	border-radius: 9px;
	box-shadow: 0 8px 18px rgba(16, 42, 86, 0.14);
	pointer-events: none;
	z-index: 1;
}

.cfx-rh-assist-shadow--saude {
	left: 3.35%;
}

.cfx-rh-assist-shadow--medicamento {
	left: 33.45%;
}

.cfx-rh-assist-shadow--telemedicina {
	left: 65.95%;
}

.cfx-rh-benefit-shadow--manual,
.cfx-rh-benefit-shadow--holerite-card,
.cfx-rh-benefit-shadow--treinamento {
	top: 14.7%;
	height: 32.2%;
}

.cfx-rh-benefit-shadow--manual {
	left: 7.05%;
	width: 26.1%;
}

.cfx-rh-benefit-shadow--holerite-card {
	left: 36.5%;
	width: 26.5%;
}

.cfx-rh-benefit-shadow--treinamento {
	left: 65.75%;
	width: 26.9%;
}

.cfx-rh-benefit-shadow--lgpd {
	left: 35.4%;
	top: 29.85%;
	width: 29.2%;
	height: 23.35%;
}

.cfx-rh-hotspot--treinamento {
	left: 65.75%;
	top: 14.7%;
	width: 26.9%;
	height: 32.2%;
}

.cfx-rh-hotspot--lgpd {
	left: 35.4%;
	top: 21.2%;
	width: 29.2%;
	height: 32%;
}

.cfx-training-entry {
	display: flex;
	justify-content: center;
	margin: 22px auto 0;
	padding: 0 16px 34px;
}

.cfx-training-entry-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 8px;
	background: #0b4ea2;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(11, 78, 162, 0.22);
}

.cfx-training-entry-button:hover,
.cfx-training-entry-button:focus {
	background: #083a78;
	color: #fff;
	text-decoration: none;
}

.cfx-training .cfx-topic-nav {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 0 !important;
	min-height: 64px !important;
	margin-top: 24px !important;
	padding-top: 18px !important;
	border-top: 1px solid #d8e1ee !important;
}

.cfx-training .cfx-topic-position {
	position: absolute !important;
	left: 50% !important;
	top: calc(50% + 9px) !important;
	transform: translate(-50%, -50%) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 160px !important;
	height: 44px !important;
	margin: 0 !important;
	color: #667085 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-align: center !important;
	line-height: 1.2 !important;
	pointer-events: none !important;
}

.cfx-training .cfx-topic-arrow {
	position: relative !important;
	z-index: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	padding: 0 !important;
	border: 1px solid #b8c8dd !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #0b4ea2 !important;
	font-size: 26px !important;
	line-height: 1 !important;
	text-indent: 0 !important;
	cursor: pointer !important;
}

.cfx-training .cfx-topic-arrow[disabled] {
	background: #f2f4f7 !important;
	color: #98a2b3 !important;
	opacity: 1 !important;
	cursor: not-allowed !important;
}

.cfx-training .cfx-quiz {
	padding-top: 18px !important;
}

.cfx-training .cfx-quiz h2 {
	margin: 0 0 6px !important;
}

.cfx-training .cfx-quiz-progress {
	margin: 0 0 8px !important;
}

.cfx-training .cfx-question {
	padding-top: 0 !important;
}

.cfx-training .cfx-question p {
	margin-top: 0 !important;
	margin-bottom: 8px !important;
}

.cfx-rh-benefit-shadow--pluxee {
	left: 7.05%;
	top: 56.15%;
	width: 25.1%;
	height: 16.85%;
}

.cfx-rh-benefit-shadow--amil {
	left: 35.7%;
	top: 56.15%;
	width: 27.85%;
	height: 16.85%;
}

.cfx-rh-benefit-shadow--sesc {
	left: 64.65%;
	top: 56.15%;
	width: 27.85%;
	height: 16.85%;
}

.cfx-rh-benefit-shadow--beneficios {
	left: 7.05%;
	top: 76.8%;
	width: 27.7%;
	height: 17.15%;
}

.cfx-rh-hotspot--holerite {
	left: 36.5%;
	top: 14.7%;
	width: 26.5%;
	height: 32.2%;
}

.cfx-rh-hotspot--pluxee {
	left: 7.05%;
	top: 56.15%;
	width: 27.7%;
	height: 16.85%;
}

.cfx-rh-hotspot--amil {
	left: 35.7%;
	top: 56.15%;
	width: 27.85%;
	height: 16.85%;
}

.cfx-rh-hotspot--sesc {
	left: 64.65%;
	top: 56.15%;
	width: 27.85%;
	height: 16.85%;
}

.cfx-rh-hotspot--beneficios {
	left: 7.05%;
	top: 76.8%;
	width: 27.7%;
	height: 17.15%;
}

.cfx-rh-hotspot--assist-saude,
.cfx-rh-hotspot--assist-medicamento,
.cfx-rh-hotspot--assist-telemedicina {
	border-radius: 9px;
	overflow: visible;
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-saude::after,
.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-medicamento::after,
.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-telemedicina::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 9px;
	background-image: url("https://intranet.cobrafix.org/wp-content/uploads/2026/05/ASSISTENCIAS-1.jpg?v=20260526");
	background-repeat: no-repeat;
	background-size: 370.4% auto;
	box-shadow: 0 14px 30px rgba(16, 42, 86, 0.24);
	opacity: 0;
	pointer-events: none;
	transform: scale(1);
	transform-origin: center;
	transition: opacity 160ms ease, transform 180ms ease;
	z-index: 4;
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-saude:hover::after,
.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-saude:focus-visible::after,
.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-medicamento:hover::after,
.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-medicamento:focus-visible::after,
.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-telemedicina:hover::after,
.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-telemedicina:focus-visible::after {
	opacity: 1;
	transform: scale(1.08);
}

.cfx-rh-hotspot--assist-saude {
	left: 7.05%;
	top: 76.8%;
	width: 27.7%;
	height: 17.15%;
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-assist-shadow {
	top: 14.9%;
	width: 18.6%;
	height: 16.9%;
	box-shadow: 0 10px 24px rgba(16, 42, 86, 0.18);
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-assist-shadow--saude {
	left: 7.25%;
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-assist-shadow--medicamento {
	left: 35.9%;
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-assist-shadow--telemedicina {
	left: 64.8%;
}

.cfx-rh-hotspot--assist-medicamento,
.cfx-rh-hotspot--assist-telemedicina {
	top: 14.9%;
	width: 27%;
	height: 16.9%;
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-saude {
	left: 7.05%;
	top: 14.9%;
	width: 27%;
	height: 16.9%;
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-saude::after {
	background-position: 9.7% 17.9%;
}

.cfx-rh-hotspot--assist-medicamento {
	left: 35.9%;
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-medicamento::after {
	background-position: 49.2% 17.9%;
}

.cfx-rh-hotspot--assist-telemedicina {
	left: 64.8%;
}

.cfx-rh-image-layout--assistencias-page .cfx-rh-hotspot--assist-telemedicina::after {
	background-position: 88.8% 17.9%;
}

.cfx-rh-zoom {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 22px;
	background: rgba(4, 14, 32, 0.76);
	z-index: 9999;
}

.cfx-rh-zoom.is-open {
	display: flex;
}

.cfx-rh-zoom-card {
	position: relative;
	width: min(1400px, 96vw);
	max-height: calc(100vh - 44px);
	padding: 14px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
	overflow: auto;
}

.cfx-rh-zoom-card img {
	display: block;
	width: 100%;
	height: auto;
	max-height: calc(100vh - 76px);
	object-fit: contain;
	border-radius: 7px;
	transform-origin: var(--cfx-rh-zoom-origin, 77% 61%);
	transition: transform 220ms ease;
}

.cfx-rh-zoom-card.is-detail-open img {
	transform: scale(1.72);
}

.cfx-rh-zoom-detail {
	position: absolute;
	left: var(--cfx-rh-detail-left, 54.8%);
	top: var(--cfx-rh-detail-top, 42.5%);
	display: none;
	width: var(--cfx-rh-detail-width, 43.2%);
	height: var(--cfx-rh-detail-height, 39.2%);
	padding: 0;
	background: rgba(85, 197, 209, 0.08);
	border: 3px solid rgba(85, 197, 209, 0.96);
	border-radius: 5px;
	box-shadow: 0 0 0 9999px rgba(4, 14, 32, 0);
	cursor: zoom-in;
	z-index: 2;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cfx-rh-zoom[data-cfx-rh-zoom-kind] .cfx-rh-zoom-detail {
	display: block;
}

.cfx-rh-zoom-detail:hover,
.cfx-rh-zoom-detail:focus-visible {
	background: rgba(85, 197, 209, 0.14);
	box-shadow: 0 14px 34px rgba(16, 42, 86, 0.32);
	outline: 0;
	transform: scale(1.035);
}

.cfx-rh-zoom-card.is-detail-open .cfx-rh-zoom-detail {
	cursor: zoom-out;
}

.cfx-rh-zoom-detail span {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 7px 12px;
	background: #0f2a56;
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.cfx-rh-zoom-detail:hover span,
.cfx-rh-zoom-detail:focus-visible span {
	opacity: 1;
	transform: translateY(0);
}

.cfx-rh-zoom[data-cfx-rh-zoom-kind="pluxee-cuida"] .cfx-rh-zoom-card {
	--cfx-rh-detail-left: 53.8%;
	--cfx-rh-detail-top: 42.3%;
	--cfx-rh-detail-width: 43.2%;
	--cfx-rh-detail-height: 39.1%;
	--cfx-rh-zoom-origin: 76% 62%;
}

.cfx-rh-zoom[data-cfx-rh-zoom-kind="desc-farmacia"] .cfx-rh-zoom-card {
	--cfx-rh-detail-left: 54.9%;
	--cfx-rh-detail-top: 40.8%;
	--cfx-rh-detail-width: 43.1%;
	--cfx-rh-detail-height: 43.6%;
	--cfx-rh-zoom-origin: 77% 62%;
}

.cfx-rh-zoom[data-cfx-rh-zoom-kind="telemedicina"] .cfx-rh-zoom-card {
	--cfx-rh-detail-left: 56.1%;
	--cfx-rh-detail-top: 42.3%;
	--cfx-rh-detail-width: 42.9%;
	--cfx-rh-detail-height: 39.4%;
	--cfx-rh-zoom-origin: 78% 62%;
}

.cfx-rh-zoom-close {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 999px;
	background: #0f2a56;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.cfx-rh-training-page {
	display: grid;
	gap: 20px;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.cfx-rh-training-head {
	padding: 22px 24px;
	background: #0f4571;
	border-radius: 18px;
	color: #fff;
	box-shadow: 0 8px 24px rgba(16, 42, 86, 0.12);
}

.cfx-rh-training-head p {
	margin: 0 0 6px;
	color: #55c5d1;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.cfx-rh-training-head h2 {
	margin: 0;
	color: #fff;
	font-size: 30px;
}

.cfx-rh-training-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.cfx-rh-training-grid--single {
	grid-template-columns: minmax(260px, 420px);
	justify-content: start;
}

.cfx-rh-training-card {
	display: grid;
	gap: 12px;
	padding: 14px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(16, 42, 86, 0.1);
	color: #0f4571;
	text-decoration: none;
}

.cfx-rh-training-card:hover,
.cfx-rh-training-card:focus {
	color: #0f4571;
	text-decoration: none;
	transform: translateY(-2px);
}

.cfx-rh-training-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1000 / 560;
	object-fit: cover;
	border-radius: 14px;
}

.cfx-rh-training-card span {
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}

.cfx-rh-assist-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: min(1180px, calc(100% - 32px));
	margin: 24px auto 0;
}

.cfx-rh-assist-card {
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 9px;
	box-shadow: 0 8px 18px rgba(16, 42, 86, 0.14);
	cursor: zoom-in;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.cfx-rh-assist-card:hover,
.cfx-rh-assist-card:focus {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(16, 42, 86, 0.18);
}

.cfx-rh-assist-card:focus-visible {
	outline: 3px solid #55c5d1;
	outline-offset: 4px;
}

.cfx-rh-assist-card img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2000 / 1414;
	object-fit: cover;
}

.cfx-footer {
	margin-top: 38px;
	background: #10213c;
	color: var(--cfx-white);
}

body.home .cfx-footer,
body.front-page .cfx-footer,
body.page-id-14155 .cfx-footer {
	background: #10213c;
	color: var(--cfx-white);
}

.cfx-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(1180px, calc(100% - 32px));
	min-height: 76px;
	margin: 0 auto;
}

.cfx-footer p {
	margin: 0;
	font-weight: 700;
}

.cfx-footer-alert {
	display: grid;
	gap: 10px;
	padding: 18px 0 22px;
	align-items: start;
}

.cfx-footer-alert h2 {
	margin: 0;
	color: #ffd56a;
	font-size: 22px;
	letter-spacing: 0.02em;
}

body.home .cfx-footer-alert h2,
body.front-page .cfx-footer-alert h2,
body.page-id-14155 .cfx-footer-alert h2 {
	color: #ffd56a;
}

.cfx-footer-alert p {
	margin: 0;
	font-weight: 500;
	line-height: 1.5;
}

.cfx-footer-menu a {
	color: var(--cfx-white);
	font-size: 14px;
}

body.home .cfx-footer a,
body.home .cfx-footer p,
body.front-page .cfx-footer a,
body.front-page .cfx-footer p,
body.page-id-14155 .cfx-footer a,
body.page-id-14155 .cfx-footer p {
	color: var(--cfx-white);
}

body.home .cfx-footer .cfx-menu-icon,
body.home .cfx-footer .cfx-menu-icon svg,
body.front-page .cfx-footer .cfx-menu-icon,
body.front-page .cfx-footer .cfx-menu-icon svg,
body.page-id-14155 .cfx-footer .cfx-menu-icon,
body.page-id-14155 .cfx-footer .cfx-menu-icon svg {
	color: var(--cfx-white);
	stroke: currentColor;
}

.navigation.pagination {
	margin-top: 22px;
}

.nav-links {
	display: flex;
	gap: 8px;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	min-height: 36px;
	padding: 6px 10px;
	background: var(--cfx-white);
	border: 1px solid var(--cfx-line);
	border-radius: var(--cfx-radius);
}

.page-numbers.current {
	background: var(--cfx-blue);
	color: var(--cfx-white);
	border-color: var(--cfx-blue);
}

.cfx-header-actions {
	position: fixed !important;
	top: 14px !important;
	right: 10px !important;
	z-index: 120 !important;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cfx-action-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	color: var(--cfx-white);
	background: var(--cfx-blue);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	flex: 0 0 auto;
	transform: none;
	text-decoration: none;
}

.cfx-pass-btn {
	border: 0;
}

.cfx-logout-btn {
	border: 0;
}

.cfx-admin-btn {
	border: 0;
	background: #d63a3a;
}

.cfx-admin-btn:hover,
.cfx-admin-btn:focus {
	background: #b82626;
}

.cfx-fa-key {
	font-size: 17px;
	line-height: 1;
}

.cfx-action-btn:hover,
.cfx-action-btn:focus {
	background: var(--cfx-blue-dark);
	color: var(--cfx-white);
}

.cfx-tooltip {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	bottom: auto;
	display: inline-block;
	padding: 7px 10px;
	color: var(--cfx-white);
	background: #1f2b3d;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.cfx-action-btn:hover .cfx-tooltip,
.cfx-action-btn:focus .cfx-tooltip {
	opacity: 1;
	transform: translateY(0);
}

.cfx-lightwindow {
	position: fixed;
	inset: 0;
	z-index: 90;
	display: none;
}

.cfx-lightwindow.is-open {
	display: block;
}

.cfx-lightwindow-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 12, 20, 0.35);
	backdrop-filter: blur(2px);
}

.cfx-lightwindow-card {
	position: relative;
	z-index: 1;
	width: min(460px, calc(100% - 24px));
	margin: 8vh auto 0;
	padding: 22px;
	background: #f8fbff;
	border: 1px solid #d4deeb;
	border-radius: var(--cfx-radius);
	box-shadow: 0 18px 48px rgba(8, 23, 47, 0.28);
}

.cfx-lightwindow-card h2 {
	margin: 0 0 14px;
	color: var(--cfx-blue-dark);
	font-size: 24px;
}

.cfx-lightwindow-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: #345;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.cfx-lightwindow-close svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
}

.cfx-lightwindow-close:hover,
.cfx-lightwindow-close:focus {
	background: #e8eef7;
}

.cfx-password-form {
	display: grid;
	gap: 8px;
}

.cfx-password-form label {
	margin-top: 2px;
	font-size: 13px;
	font-weight: 700;
	color: #314357;
}

.cfx-password-form input {
	min-height: 44px;
	padding: 0 12px;
	color: var(--cfx-ink);
	background: var(--cfx-white);
	border: 1px solid #cad7e8;
	border-radius: 8px;
	font: inherit;
	outline: none;
}

.cfx-password-form input:focus {
	border-color: var(--cfx-blue);
	box-shadow: 0 0 0 3px rgba(11, 78, 162, 0.14);
}

.cfx-password-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 6px;
}

.cfx-password-actions button {
	min-height: 42px;
	padding: 0 16px;
	color: var(--cfx-white);
	background: var(--cfx-blue);
	border: 0;
	border-radius: 8px;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.cfx-password-actions button:hover,
.cfx-password-actions button:focus {
	background: var(--cfx-blue-dark);
}

.cfx-password-feedback {
	min-height: 20px;
	margin: 2px 0 0;
	font-size: 13px;
	font-weight: 700;
	color: #46576c;
}

.cfx-password-feedback.is-error {
	color: #b32727;
}

.cfx-password-feedback.is-success {
	color: #136e2a;
}

@media (max-width: 980px) {
	.cfx-menu-toggle {
		display: block;
	}

	.cfx-header-inner {
		flex-wrap: wrap;
		gap: 12px;
		padding: 10px 0;
	}

	.cfx-brand img {
		width: 168px;
	}

	.cfx-primary-nav {
		display: none;
		flex-basis: 100%;
		width: 100%;
	}

	.cfx-primary-nav.is-open {
		display: block;
		position: fixed;
		top: 74px;
		right: 150px;
		left: 12px;
		z-index: 220;
		max-height: calc(100vh - 90px);
		margin-top: 0;
		padding: 8px;
		overflow-y: auto;
		background: var(--cfx-white);
		border: 1px solid var(--cfx-line);
		border-radius: var(--cfx-radius);
		box-shadow: var(--cfx-shadow);
	}

	.cfx-header-actions {
		top: 12px !important;
		right: 8px !important;
	}

	.cfx-nav-list {
		display: grid;
		gap: 6px;
		padding: 0;
	}

	.cfx-nav-list a {
		display: flex;
		width: 100%;
		white-space: normal;
	}

	.cfx-nav-list .sub-menu {
		position: static;
		display: block;
		width: 100%;
		margin: 4px 0 0 12px;
		box-shadow: none;
	}

	.cfx-hero {
		grid-template-columns: 1fr;
		padding-top: 34px;
	}

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

	.cfx-rh-training-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfx-rh-assist-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.cfx-course-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfx-home-courses-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

}

@media (max-width: 640px) {
	.cfx-header-inner,
	.cfx-hero,
	.cfx-section,
	.cfx-content-wrap,
	.cfx-footer-inner {
		width: min(100% - 24px, 1180px);
	}

	.cfx-grid,
	.cfx-list {
		grid-template-columns: 1fr;
	}

	.cfx-entry {
		padding: 18px;
	}

	.cfx-about-hero,
	.cfx-about-hero-media,
	.cfx-about-side,
	.cfx-about-grid,
	.cfx-about-branches,
	.cfx-about-gallery {
		grid-template-columns: 1fr;
	}

	.cfx-rh-hero,
	.cfx-rh-cards,
	.cfx-rh-videos,
	.cfx-rh-training-grid,
	.cfx-rh-assist-grid {
		grid-template-columns: 1fr;
	}

	.cfx-rh-hero-copy h2 {
		font-size: 26px;
	}

	.cfx-rh-training-head h2 {
		font-size: 24px;
	}

	.cfx-about-hero {
		padding: 18px;
	}

	.cfx-about-hero h2 {
		font-size: 26px;
	}

	.cfx-poll-results.has-chart {
		grid-template-columns: 1fr;
	}

	.cfx-poll-results.has-chart .cfx-poll-chart {
		grid-row: auto;
		justify-self: center;
	}

	.cfx-footer-inner {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding: 18px 0;
	}

	.cfx-footer-menu {
		flex-wrap: wrap;
	}

	.cfx-search-row {
		gap: 10px;
	}

	.cfx-post-search {
		flex-direction: column;
	}

	.cfx-post-search button {
		width: 100%;
	}

	.cfx-slider {
		width: 100%;
	}

	.cfx-slide {
		height: min(300px, 52vw);
	}

	.cfx-slide img {
		width: 100%;
		height: min(300px, 52vw);
	}

	.cfx-slider-btn {
		width: 36px;
		height: 36px;
	}

	.cfx-birthdays {
		width: min(100% - 24px, 1080px);
	}

	.cfx-birthday-popup {
		padding: 12px;
	}

	.cfx-birthday-popup-dialog {
		grid-template-columns: 1fr;
		gap: 16px;
		max-height: calc(100vh - 24px);
		padding: 52px 16px 16px;
	}

	.cfx-birthday-popup-copy {
		padding-right: 0;
	}

	.cfx-birthday-popup-copy h2 {
		font-size: 30px;
	}

	.cfx-birthday-popup-copy p {
		max-width: none;
		font-size: 15px;
	}

	.cfx-campaigns {
		width: min(100% - 24px, 1080px);
	}

	.cfx-campaign-gallery-page {
		width: min(100% - 24px, 1080px);
	}

	.cfx-poll {
		width: min(100% - 24px, 1080px);
	}

	.cfx-eye-health {
		width: min(100% - 24px, 1080px);
	}

	.cfx-eye-health .cfx-birthdays-head h2 {
		font-size: 20px;
	}

	.cfx-eye-health-btn {
		width: 34px;
		height: 34px;
	}

	.cfx-eye-health-prev {
		left: 8px;
	}

	.cfx-eye-health-next {
		right: 8px;
	}

	.cfx-eye-health-dots {
		bottom: 8px;
	}

	.cfx-eye-health-lightbox {
		padding: 14px;
	}

	.cfx-eye-health-lightbox-close {
		top: 8px;
		right: 8px;
	}

	.cfx-courses-page {
		width: min(100% - 24px, 1180px);
		margin-top: 22px;
	}

	.cfx-courses-hero {
		padding: 20px;
	}

	.cfx-courses-hero h1 {
		font-size: 28px;
	}

	.cfx-courses-toolbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.cfx-courses-grid {
		grid-template-columns: 1fr;
	}

	.cfx-course-categories {
		grid-template-columns: 1fr;
	}

	.cfx-course-category {
		min-height: 92px;
	}

	.cfx-course-category-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.cfx-course-category-head span {
		white-space: normal;
	}

	.cfx-home-courses {
		width: min(100% - 24px, 1080px);
		padding: 18px;
	}

	.cfx-home-courses-videos {
		grid-template-columns: 1fr;
	}

	.cfx-home-courses-link {
		font-size: 14px;
	}

	.cfx-sp-reopening-head h2 {
		font-size: 22px;
	}

	.cfx-sp-reopening-lightbox {
		padding: 10px;
	}

	.cfx-sp-reopening-lightbox-close {
		top: 8px;
		right: 8px;
		width: 38px;
		height: 38px;
	}

}

body.home,
body.front-page,
body.page-id-14155,
body.home .cfx-main,
body.front-page .cfx-main,
body.page-id-14155 .cfx-main,
body.page-id-14155 .site-main,
body.page-id-14155 .elementor-section,
body.page-id-14155 .elementor-container,
body.page-id-14155 .elementor-column-wrap,
body.page-id-14155 .elementor-widget-wrap {
	background-color: #f4f7fb !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
	background-size: auto !important;
	background-attachment: scroll !important;
}

body.page-id-14155 .elementor,
body.page-id-14155 .elementor-section,
body.page-id-14155 .elementor-container,
body.page-id-14155 .elementor-column-wrap,
body.page-id-14155 .elementor-widget-wrap {
	background-color: transparent !important;
	background-image: none !important;
}

@media (max-width: 1280px) {
	.cfx-campaign-gallery-page--tematicas {
		padding: 42px 28px 56px;
	}

	.cfx-campaign-gallery-page--tematicas .cfx-campaign-albums {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}

	.cfx-operation-gallery .cfx-operation-albums {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.cfx-campaign-gallery-page--tematicas {
		width: 100%;
		padding: 30px 18px 42px;
	}

	.cfx-campaign-gallery-kicker {
		font-size: 32px;
	}

	.cfx-campaign-gallery-heading h1 {
		font-size: 30px;
	}

	.cfx-campaign-gallery-page--tematicas .cfx-campaign-albums {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.cfx-operation-gallery .cfx-operation-albums {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfx-campaign-gallery-page--tematicas .cfx-campaign-album-head h3 {
		font-size: 21px;
	}
}

@media (max-width: 560px) {
	.cfx-campaign-gallery-page--tematicas {
		padding: 24px 12px 34px;
	}

	.cfx-campaign-gallery-page--tematicas .cfx-campaign-albums {
		grid-template-columns: 1fr;
	}

	.cfx-operation-gallery .cfx-operation-albums {
		grid-template-columns: 1fr;
	}
}
