
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 07:10:09 */
@charset "UTF-8";

h1, h2, h3, h4, h5, h6 {
	font-family: "neulis-sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: "neulis-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body:not(.fl-builder-edit) a, body:not(.fl-builder-edit) .pp-infobox-title, body:not(.fl-builder-edit) .fl-button, body:not(.fl-builder-edit) .fl-button-icon, body:not(.fl-builder-edit) .fl-button-text, body:not(.fl-builder-edit) .pp-button, body:not(.fl-builder-edit) button, body:not(.fl-builder-edit) input[type="submit"], body:not(.fl-builder-edit) a.pp-button span {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

body:not(.fl-builder-edit) .fl-button, body:not(.fl-builder-edit) .pp-button, body:not(.fl-builder-edit) input[type="submit"] {
	font-weight: 600;
}

body:not(.fl-builder-edit) .fl-button:hover, body:not(.fl-builder-edit) .pp-button:hover, body:not(.fl-builder-edit) input[type="submit"]:hover {
	transform: translateY(-2px) !important;
	-webkit-transform: translateY(-2px) !important;
	-moz-transform: translateY(-2px) !important;
}

body:not(.fl-builder-edit) .rev-btn-no-animation .fl-button:hover {
	transform: unset !important;
}

@media (min-width:1025px) {
	body:not(.fl-builder-edit) .sticky-sidebar {
		position: sticky;
		top: 6rem;
		align-self: start;
	}
	
	body:not(.fl-builder-edit) .sticky-sidebar--middle {
		position: sticky;
		top: 15rem;
		align-self: start;
	}
	
	body:not(.fl-builder-edit) .sticky-content {
		position: sticky;
		top: 10rem;
		align-self: start;
	}
}

.owl-dots {
	margin-top: 40px !important;
	text-align: center !important;
}

@media (max-width:1024px) {
	.owl-dots {
		width: 100% !important;
		margin-top: 30px !important;
	}
}

.owl-dots button {
	display: inline-block;
	zoom: 1;
}

.owl-dots button span {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	width: 10px !important;
	height: 10px !important;
	margin: 0 3px !important;
	background: #f5f6f8 !important;
	display: block;
	-webkit-backface-visibility: visible;
	border-radius: 30px;
}

.owl-dots button.active span, .owl-dots button:hover span {
	background: #0b3ef9 !important;
}

@media (min-width:1025px) {
	.rev-hide-on-desktop {
		display: none !important;
	}
}

@media (max-width:1024px) {
	.rev-hide-on-mobile {
		display: none !important;
	}
}

.pp-posts-wrapper .pp-content-posts .pp-content-post-carousel .pp-content-posts-inner .owl-dots {
	margin-top: 60px;
}

.pp-posts-wrapper .pp-content-posts .pp-content-post-carousel .pp-content-posts-inner .owl-dots .owl-dot span {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	margin: 5px 3px;
}

@media (max-width:1024px) {
	.pp-posts-wrapper .pp-content-posts .pp-content-post-carousel .pp-content-posts-inner .owl-dots {
		margin-top: 30px;
	}
}

.fl-module-pp-dual-button .pp-dual-button-content .pp-dual-button-inner .pp-dual-button a.pp-button {
	width: fit-content !important;
}

.rev-breadcrumb nav.rank-math-breadcrumb p a {
	color: #969798;
}

.rev-breadcrumb nav.rank-math-breadcrumb p a:hover {
	color: #05053a;
	text-decoration: underline;
}

.rev-breadcrumb nav.rank-math-breadcrumb p .separator {
	font-size: 0 !important;
}

.rev-breadcrumb nav.rank-math-breadcrumb p .separator::before {
	font-family: "Font Awesome 7 Pro";
	font-weight: 400;
	content: "";
	font-size: 14px !important;
	margin: 0 8px;
}

.rev-breadcrumb nav.rank-math-breadcrumb p .separator+a {
	color: #05053a !important;
}

.pp-content-grid-pagination {
	margin-top: 60px;
}

@media (max-width:1024px) {
	.pp-content-grid-pagination {
		margin-top: 30px;
	}
}

.pp-content-grid-pagination .page-numbers li {
	width: 40px;
	height: 40px;
}

.pp-content-grid-pagination .page-numbers li .page-numbers {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-weight: 500;
	border: unset;
	border-radius: 50%;
	padding: 0 !important;
	line-height: 1;
	margin: 0 !important;
}

.pp-content-grid-pagination .page-numbers li .page-numbers.current {
	color: #05053a;
	background: #f5f6f8;
}

.pp-content-grid-pagination .page-numbers li .page-numbers:not(.current):hover {
	color: #05053a;
	background: #f5f6f8;
}

.pp-content-grid-pagination .page-numbers li .page-numbers.next {
	font-size: 0;
}

.pp-content-grid-pagination .page-numbers li .page-numbers.next::before {
	font-family: "Font Awesome 7 Pro";
	font-weight: 400;
	content: "";
	font-size: 16px;
}

.pp-content-grid-pagination .page-numbers li .page-numbers.prev {
	font-size: 0;
}

.pp-content-grid-pagination .page-numbers li .page-numbers.prev::before {
	font-family: "Font Awesome 7 Pro";
	font-weight: 400;
	content: "";
	font-size: 16px;
}

.rev-post-content p:not(:first-child) {
	margin-top: 25px;
}

.rev-post-content p a:hover {
	text-decoration: underline;
}

.rev-post-content p+section {
	margin-top: 30px !important;
}

.rev-post-content h2 {
	font-size: 40px;
	margin-bottom: 16px;
}

.rev-post-content h2:not(:first-child) {
	margin-top: 60px;
}

@media (max-width:1024px) {
	.rev-post-content h2:not(:first-child) {
		margin-top: 30px;
	}
}

.rev-post-content h2+p {
	margin-top: 16px !important;
}

@media (max-width:1024px) {
	.rev-post-content h2 {
		font-size: 30px;
	}
}

.rev-post-content h3 {
	font-size: 22px;
	margin-bottom: 16px;
}

.rev-post-content h3:not(:first-child) {
	margin-top: 30px;
}

.rev-post-content h3+p {
	margin-top: 16px !important;
}

@media (max-width:1024px) {
	.rev-post-content h3 {
		font-size: 20px;
	}
}

.rev-post-content ul, .rev-post-content ol {
	margin-top: 20px;
	padding-left: 30px !important;
}

.rev-post-content ul li, .rev-post-content ol li {
	padding-left: 10px;
}

.rev-post-content ul li:not(:first-child), .rev-post-content ol li:not(:first-child) {
	margin-top: 10px;
}

.rev-post-content ul li::marker, .rev-post-content ol li::marker {
	color: inherit !important;
}

.rev-post-content figure.wp-block-image {
	margin-top: 30px;
}

.rev-post-content figure.wp-block-image img {
	border-radius: 25px;
}

@media (max-width:767px) {
	.rev-post-content figure.wp-block-image img {
		border-radius: 16px;
	}
}

.rev-post-content figure.wp-block-image figcaption {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
	color: #05053a;
}

.rev-post-content iframe {
	margin-top: 30px;
	width: 100% !important;
	border-radius: 25px;
}

@media (max-width:767px) {
	.rev-post-content iframe {
		border-radius: 16px;
	}
}

.rev-post-content iframe.vidyard_iframe {
	height: 460px !important;
}

@media (max-width:1024px) {
	.rev-post-content iframe.vidyard_iframe {
		height: 552px !important;
	}
}

@media (max-width:767px) {
	.rev-post-content iframe.vidyard_iframe {
		height: 220px !important;
	}
}

.rev-post-content section.rev-gberg-infobox {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	padding: 25px;
	border-radius: 20px;
	background: #f5f6f8;
	margin-top: 15px;
}

@media (max-width:1024px) {
	.rev-post-content section.rev-gberg-infobox {
		gap: 10px;
	}
}

.rev-post-content section.rev-gberg-infobox .wp-block-group {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

@media (max-width:1024px) {
	.rev-post-content section.rev-gberg-infobox .wp-block-group {
		flex-direction: column;
		align-items: flex-start;
	}
}

.rev-post-content section.rev-gberg-infobox .wp-block-group .rev-gberg-infobox-number {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 0 0 60px;
	height: 60px;
	background: #21de8a;
	border-radius: 50%;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
}

@media (max-width:1024px) {
	.rev-post-content section.rev-gberg-infobox .wp-block-group .rev-gberg-infobox-number {
		flex: unset;
		width: 50px;
		height: 50px;
	}
}

.rev-post-content section.rev-gberg-infobox .wp-block-group .rev-gberg-infobox-title {
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
}

.rev-post-content section.rev-gberg-infobox .rev-gberg-infobox-description {
	margin-top: 0;
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post.ra_videos .pp-content-grid-post-image {
	position: relative;
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post.ra_videos .pp-content-grid-post-image a::after {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("https://cdn-ilebokp.nitrocdn.com/OcRQhyKhdVjyqBUQiTaAXPDBSCRKQjpd/assets/images/optimized/rev-5bb28a9/www.revenueanalytics.com/wp-content/uploads/2025/07/playbutton.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post.ra_videos .pp-content-grid-post-image a:hover::after {
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width:1024px) {
	.rev-featured-posts-menu .pp-content-post-grid .pp-content-post {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post .pp-content-grid-post-image {
	flex: 0 0 76px;
	width: 100%;
	height: 76px;
	border-radius: 8px;
	overflow: hidden;
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post .pp-content-grid-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

@media (max-width:1024px) {
	.rev-featured-posts-menu .pp-content-post-grid .pp-content-post .pp-content-grid-post-image {
		flex: unset;
	}
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post .pp-content-grid-post-text {
	flex: 1;
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .pp-content-grid-post-title {
	margin-top: 0;
	margin-bottom: 0;
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .pp-content-grid-post-title a {
	font-size: 16px;
	line-height: 1.32;
	color: #05053a;
	font-weight: 600;
}

.rev-featured-posts-menu .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .pp-content-grid-post-title a:hover {
	text-decoration: underline;
	color: inherit;
}

.fl-rich-text ul {
	padding-left: 20px;
	margin-top: 20px;
}

.fl-rich-text ul li:not(:first-child) {
	margin-top: 10px;
}

.fl-rich-text ul li::marker {
	color: #0b3ef9;
}

@media (min-width:1025px) {
	.rev-shrink-background>.fl-row-content-wrap {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		transition: all .8s ease-in-out;
		overflow: hidden;
	}
}

@media (min-width:1025px) {
	.rev-expand-background>.fl-row-content-wrap {
		width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
		transition: all .8s ease;
		border-radius: 30px;
		box-sizing: border-box;
		overflow: hidden;
	}
}

.rev-header .fl-row-content-wrap .fl-row-content {
	position: unset !important;
}

header>.fl-row>.fl-row-content-wrap {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

header>.fl-row>.fl-row-content-wrap .rev-header .rev-header-logo--blue {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

header>.fl-row>.fl-row-content-wrap .rev-header .rev-header-logo--white {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

header.fl-theme-builder-header-scrolled .fl-row-content-wrap {
	background-color: #fff !important;
	box-shadow: 0 2px 12px 0 rgba(36, 50, 66, .08);
}

header.fl-theme-builder-header-scrolled .fl-row-content-wrap .rev-header-logo--blue {
	display: block !important;
}

header.fl-theme-builder-header-scrolled .fl-row-content-wrap .rev-header-logo--white {
	display: none !important;
}

@media (max-width:1024px) {
	header .rev-menu-wrapper {
		order: 3;
	}
}

header.active .rev-header .fl-row-content-wrap {
	background: #fff !important;
}

header.active .rev-header .fl-row-content-wrap .rev-header-logo--blue {
	display: block !important;
}

header.active .rev-header .fl-row-content-wrap .rev-header-logo--white {
	display: none !important;
}

header:not(.white-header) .rev-header .rev-header-logo--blue {
	display: block !important;
}

header:not(.white-header) .rev-header .rev-header-logo--white {
	display: none !important;
}

header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-header-logo--blue {
	display: none;
}

header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-header-logo--white {
	display: block;
}

header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-menu-header ul#menu-main-menu>li>.pp-has-submenu-container a {
	color: #fff !important;
}

header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-menu-header ul#menu-main-menu>li>.pp-has-submenu-container a .pp-menu-toggle::before {
	border-color: #fff !important;
}

header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-menu-header ul#menu-main-menu>li>a {
	color: #fff !important;
}

header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-menu-header .pp-advanced-menu-mobile .pp-hamburger-inner {
	background-color: #fff !important;
}

header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-menu-header .pp-advanced-menu-mobile .pp-hamburger-inner::before, header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-menu-header .pp-advanced-menu-mobile .pp-hamburger-inner::after {
	background-color: #fff !important;
}

header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-menu-sign a.fl-button .fl-button-icon, header.white-header:not(.fl-theme-builder-header-scrolled):not(.active) .rev-header .rev-menu-sign a.fl-button .fl-button-text {
	color: #fff !important;
}

.rev-menu-sign a.fl-button .fl-button-icon {
	margin-right: 5px;
	font-size: 16px !important;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu>li.menu-item {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width:1024px) {
	.pp-advanced-menu nav.pp-menu-nav ul.menu>li.menu-item {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.menu-item-has-children .pp-has-submenu-container a .menu-item-text {
	padding-right: 24px;
}

@media (max-width:1024px) {
	.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.menu-item-has-children .pp-has-submenu-container a .menu-item-text {
		padding: 0;
	}
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.menu-item-has-children .pp-has-submenu-container a .menu-item-text .pp-menu-toggle {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	right: 0;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.menu-item-has-children .pp-has-submenu-container a .menu-item-text .pp-menu-toggle::before {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

@media (max-width:1024px) {
	.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.menu-item-has-children .pp-has-submenu-container a .menu-item-text .pp-menu-toggle {
		right: 20px !important;
	}
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.menu-item-has-children:hover .pp-has-submenu-container a .menu-item-text .pp-menu-toggle {
	transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu {
	position: unset;
	overflow: hidden;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>.pp-has-submenu-container {
	position: relative;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu.current-page-parent>.pp-has-submenu-container a, .pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu.current-menu-ancestor>.pp-has-submenu-container a {
	color: #0b3ef9 !important;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu.current-page-parent>.pp-has-submenu-container a .pp-menu-toggle::before, .pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu.current-menu-ancestor>.pp-has-submenu-container a .pp-menu-toggle::before {
	border-color: #0b3ef9 !important;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	width: 100%;
	background: #fff;
	border-top: 1px solid #e6e7e8;
	overflow: hidden;
}

@media (min-width:1025px) {
	.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu {
		box-shadow: 0 12px 12px 0 rgba(36, 50, 66, .08);
	}
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-shortcode {
	grid-column: span 4;
	padding: 60px;
}

@media (max-width:1150px) {
	.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-shortcode {
		padding: 30px 20px;
	}
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-shortcode ul.sub-menu {
	display: block !important;
	width: 100%;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-shortcode ul.sub-menu li.menu-item:not(:first-child) {
	margin-top: 25px;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-shortcode ul.sub-menu li.menu-item a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	padding: 0;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-shortcode ul.sub-menu li.menu-item a:hover .menu-item-title {
	text-decoration: underline;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-shortcode ul.sub-menu li.menu-item a .menu-item-image {
	flex: 0 0 76px;
	width: 76px;
	height: 76px;
	border-radius: 8px;
	object-fit: cover;
	object-position: top left;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-shortcode ul.sub-menu li.menu-item a .menu-item-title {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	color: #05053a;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid {
	grid-column: span 8;
	border-right: 1px solid #e6e7e8;
	padding: 60px;
}

@media (max-width:1150px) {
	.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid {
		padding: 30px 20px;
	}
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid ul.sub-menu {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px 40px;
	width: 100%;
}

@media (max-width:1150px) {
	.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid ul.sub-menu {
		grid-template-columns: repeat(2, 1fr);
	}
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid ul.sub-menu li.menu-item a {
	display: grid;
	grid-template-columns: 20px 1fr;
	grid-template-rows: auto;
	align-items: center;
	gap: 10px 12px;
	padding: 0;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid ul.sub-menu li.menu-item a .menu-item-image {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid ul.sub-menu li.menu-item a .menu-item-title {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	display: inline-block;
	font-size: 16px;
	color: #05053a;
	font-weight: 600;
	vertical-align: middle;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid ul.sub-menu li.menu-item a .menu-item-description {
	display: block;
	font-size: 15px;
	color: #05053a;
	grid-column: span 2;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid ul.sub-menu li.menu-item:hover a .menu-item-title, .pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid ul.sub-menu li.menu-item.current-menu-item a .menu-item-title {
	color: #0b3ef9 !important;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-label>a {
	font-size: 14px;
	color: #969798;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
	padding: 0 !important;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-label .pp-has-submenu-container {
	margin-bottom: 40px;
}

@media (max-width:1150px) {
	.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-label .pp-has-submenu-container {
		margin-bottom: 30px;
	}
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-label .pp-has-submenu-container a {
	font-size: 14px;
	color: #969798;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
	padding: 0 !important;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-label .pp-has-submenu-container a .menu-item-text .pp-menu-toggle {
	display: none !important;
}

.pp-advanced-menu nav.pp-menu-nav ul.menu li.menu-item.rev-mega-menu:hover ul.sub-menu ul.sub-menu {
	visibility: visible !important;
	opacity: 1 !important;
	position: unset;
}

@media (max-width:1024px) {
	.pp-advanced-menu nav.pp-menu-nav {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		min-height: 100dvh !important;
	}
	
	.pp-advanced-menu nav.pp-menu-nav .mobile-upper-wrapper {
		display: block;
		width: 100%;
		padding: 18px;
		background: #fff;
		border: 1px solid #ededed;
	}
	
	.pp-advanced-menu nav.pp-menu-nav .mobile-upper-wrapper .mobile-upper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
	}
	
	.pp-advanced-menu nav.pp-menu-nav .mobile-upper-wrapper .mobile-upper::before {
		display: block;
		content: "";
		width: 111px;
		height: 34.82px;
		background-image: url("https://cdn-ilebokp.nitrocdn.com/OcRQhyKhdVjyqBUQiTaAXPDBSCRKQjpd/assets/images/optimized/rev-5bb28a9/www.revenueanalytics.com/wp-content/uploads/2025/07/revenue-analytics-logo.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		z-index: 999999;
		flex: 1;
	}
	
	.pp-advanced-menu nav.pp-menu-nav .mobile-upper-wrapper .mobile-upper a.fl-button {
		border: unset;
		padding: 10px 12px;
		border-radius: 10px;
		font-size: 14px;
		margin-right: 30px;
	}
	
	.pp-advanced-menu nav.pp-menu-nav .mobile-upper-wrapper .mobile-upper .pp-menu-close-btn {
		position: relative;
		right: 0 !important;
		top: 0 !important;
		width: 25px !important;
		height: 25px !important;
	}
	
	.pp-advanced-menu nav.pp-menu-nav .mobile-upper-wrapper .mobile-upper .pp-menu-close-btn::before, .pp-advanced-menu nav.pp-menu-nav .mobile-upper-wrapper .mobile-upper .pp-menu-close-btn::after {
		height: 25px !important;
		background-color: #000 !important;
		width: 3px;
		border-radius: 10px;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal {
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100% !important;
		top: 0 !important;
		transform: translateY(0) !important;
		padding: 0 !important;
		position: relative;
		overflow: auto;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item {
		width: 100%;
		border-bottom: 1px solid #e6e7e8;
		overflow: visible !important;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-mega-menu>ul.sub-menu {
		display: flex;
		flex-direction: column;
		transition: unset !important;
		padding: 40px 20px;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid {
		padding: 0 0 30px 0;
		border-right: unset;
		border-bottom: 1px solid #e6e7e8;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-grid ul.sub-menu {
		grid-template-columns: 1fr;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-shortcode {
		padding: 30px 0 0 0;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-mega-menu>ul.sub-menu .rev-mega-label .pp-has-submenu-container {
		margin-bottom: 30px;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-menu-sign-in {
		border-bottom: unset;
		padding: 10px 20px 20px 20px;
		position: sticky;
		bottom: 0;
		background: #fff;
		z-index: 9;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-menu-sign-in a {
		padding: 9px;
		border: 1px solid #05053a;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		border-radius: 8px;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-menu-sign-in a::before {
		font-family: "Font Awesome 7 Pro";
		font-weight: 400;
		content: "";
		margin-right: 8px;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-menu-book-demo {
		border-bottom: unset;
		padding: 20px;
		position: sticky;
		bottom: 0;
		background: #fff;
		z-index: 99;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	
	.pp-advanced-menu nav.pp-menu-nav ul.pp-advanced-menu-horizontal>li.menu-item.rev-menu-book-demo a {
		padding: 10px;
		background: #bcfd5c;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		border-radius: 8px;
	}
}

.pp-advanced-menu-mobile {
	justify-content: flex-end !important;
}

.pp-advanced-menu-mobile .pp-advanced-menu-mobile-toggle.hamburger {
	padding: 0 !important;
}

.fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper .pp-logo .logo-image-wrapper img {
	object-fit: contain !important;
}

.fl-module-pp-logos-grid.rev-industry-logos {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width:1024px) {
	.fl-module-pp-logos-grid.rev-industry-logos .pp-logos-content .pp-logos-wrapper {
		justify-content: center;
		gap: 20px 50px;
	}
}

@media (max-width:767px) {
	.fl-module-pp-logos-grid.rev-industry-logos .pp-logos-content .pp-logos-wrapper {
		gap: 0 50px !important;
	}
}

.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content::before, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::before {
	display: block;
	content: "";
	width: 204px;
	height: 70px;
	background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

@media (max-width:1024px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content::before, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::before {
		width: 125px;
	}
}

@media (max-width:767px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content::before, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::before {
		width: 100px;
	}
}

.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content::after, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::after {
	display: block;
	content: "";
	width: 204px;
	height: 70px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 80%);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

@media (max-width:1024px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content::after, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::after {
		width: 125px;
	}
}

@media (max-width:767px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content::after, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::after {
		width: 100px;
	}
}

.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content .pp-logos-wrapper, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper {
	height: auto !important;
	overflow-y: hidden !important;
}

.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content .pp-logos-wrapper::before, .fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content .pp-logos-wrapper::after, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper::before, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper::after {
	display: none !important;
}

.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content .pp-logos-wrapper .slick-track, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track {
	display: flex !important;
	flex-direction: row;
	gap: 0 75px;
}

@media (max-width:1024px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content .pp-logos-wrapper .slick-track, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track {
		gap: 0 25px;
	}
}

.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo {
	margin: 0 !important;
	padding: 0 0;
	clear: unset !important;
	width: max-content !important;
	height: auto !important;
}

.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo img, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo img {
	object-fit: contain;
	height: 70px !important;
}

@media (max-width:1024px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo img, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo img {
		height: 60px !important;
	}
}

@media (max-width:767px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-slick .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo img, .fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo img {
		height: 50px !important;
	}
}

.fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track {
	gap: 0 30px;
}

.fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo img {
	height: 50px !important;
	filter: brightness(0) saturate(100%) invert(55%) sepia(53%) saturate(288%) hue-rotate(196deg) brightness(94%) contrast(92%);
}

@media (max-width:1024px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo img {
		height: 80px !important;
	}
}

@media (max-width:767px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content .pp-logos-wrapper .slick-track .pp-logo img {
		height: 40px !important;
	}
}

.fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::before {
	width: 70px;
	height: 50px;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #101d91 74.26%);
}

@media (max-width:1024px) and (min-width:768px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::before {
		height: 80px;
	}
}

.fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::after {
	width: 70px;
	height: 50px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #101d91 74.26%);
}

@media (max-width:1024px) and (min-width:768px) {
	.fl-module-pp-logos-grid.rev-logo-carousel-demo .pp-logos-content::after {
		height: 80px;
	}
}

.rev-carousel-arrow-wrapper .owl-nav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.rev-carousel-arrow-wrapper .owl-nav button {
	background: rgba(255, 255, 255, 0);
	border: unset;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 0;
}

.rev-carousel-arrow-wrapper .owl-nav button span {
	display: none;
}

.rev-carousel-arrow-wrapper .owl-nav button:not(.disabled):hover {
	background: #f5f6f8;
}

.rev-carousel-arrow-wrapper .owl-nav button::before {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	font-family: "Font Awesome 7 Pro";
	font-weight: 400;
	content: "";
	font-size: 28px;
	color: #05053a;
}

.rev-carousel-arrow-wrapper .owl-nav button.disabled {
	cursor: default;
}

.rev-carousel-arrow-wrapper .owl-nav button.disabled::before {
	color: #e6e7e8;
}

.rev-carousel-arrow-wrapper .owl-nav button.owl-prev::before {
	content: "";
}

.rev-carousel-arrow-wrapper .owl-nav button:hover {
	transform: unset !important;
}

.rev-carousel-arrow-wrapper.rev-light-arrow .owl-nav button::before {
	color: #fff;
}

.rev-carousel-arrow-wrapper.rev-light-arrow .owl-nav button:not(.disabled):hover {
	background: #0c187f !important;
}

.rev-carousel-arrow-wrapper.rev-light-arrow .owl-nav button.disabled {
	opacity: .3;
}

.rev-image-clickable img {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

.rev-image-clickable img:hover {
	border-color: #fff;
}

.rev-image-clickable--white img {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

.rev-image-clickable--white img:hover {
	border-color: #0b3ef9;
}

body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage-outer {
	width: 100%;
}

body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage-outer .owl-stage {
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: flex;
}

body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage-outer .owl-stage .owl-item .fl-module-pp-infobox {
	height: 100%;
}

body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage-outer .owl-stage .owl-item .fl-module-pp-infobox .fl-module-content {
	height: 100%;
}

body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage-outer .owl-stage .owl-item .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap {
	height: 100%;
}

body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage-outer .owl-stage .owl-item .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap .pp-infobox-link {
	height: 100%;
}

body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage-outer .owl-stage .owl-item .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap .pp-infobox-link .pp-infobox {
	height: 100%;
}

body:not(.fl-builder-edit) .rev-carousel-industries .pp-infobox-wrap {
	padding: 20px 0;
}

@media (max-width:767px) {
	body:not(.fl-builder-edit) .rev-carousel-industries .pp-infobox-wrap {
		padding: 15px 0;
	}
}

body:not(.fl-builder-edit) .rev-carousel-industries .pp-infobox-wrap .pp-infobox {
	transition: all .3s ease-in-out;
}

body:not(.fl-builder-edit) .rev-carousel-industries .pp-infobox-wrap .pp-infobox:hover {
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
}

@media (max-width:1024px) {
	body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage {
		display: flex;
	}
	
	body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage .fl-module-pp-infobox, body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage .fl-module-content, body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage .pp-infobox-wrap, body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage .pp-infobox-link, body:not(.fl-builder-edit) .rev-carousel-industries .owl-stage .pp-infobox {
		height: 100%;
	}
}

.rev-custom-tabs .pp-tabs .pp-tabs-labels {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: stretch;
	gap: 40px;
}

@media (max-width:1024px) {
	.rev-custom-tabs .pp-tabs .pp-tabs-labels {
		gap: 20px;
		gap: 0;
		display: flex !important;
		overflow: auto;
		flex-wrap: nowrap;
	}
	
	.rev-custom-tabs .pp-tabs .pp-tabs-labels .pp-tab-title {
		width: max-content !important;
	}
}

.rev-custom-tabs .pp-tabs .pp-tabs-labels::before, .rev-custom-tabs .pp-tabs .pp-tabs-labels::after {
	display: none;
}

.rev-custom-tabs .pp-tabs .pp-tabs-labels .pp-tabs-label {
	flex: 1 1;
	border: unset;
	border-bottom: 2px solid #e6e7e8 !important;
}

.rev-custom-tabs .pp-tabs .pp-tabs-labels .pp-tabs-label .pp-tab-label-inner {
	outline: unset !important;
}

.rev-custom-tabs .pp-tabs .pp-tabs-labels .pp-tabs-label.pp-tab-active {
	top: unset;
	border-bottom-color: #0b3ef9 !important;
}

.rev-custom-tabs .pp-tabs .pp-tabs-panels {
	border: unset;
}

.rev-custom-tabs .pp-tabs .pp-tabs-panels .pp-tabs-panel .pp-tabs-label {
	display: none !important;
}

.rev-carousel-testimonials .pp-testimonials-wrap .pp-testimonials .owl-stage-outer .owl-stage {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (min-width:1025px) {
	.rev-carousel-testimonials .pp-testimonials-wrap .pp-testimonials .owl-stage-outer .owl-stage {
		display: flex;
	}
}

@media (min-width:1025px) {
	.rev-carousel-testimonials .pp-testimonials-wrap .pp-testimonials .owl-stage-outer .owl-stage .owl-item .pp-testimonial {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		height: 100%;
	}
}

.rev-carousel-testimonials .pp-testimonials-wrap .pp-testimonials .owl-stage-outer .owl-stage .owl-item .pp-testimonial .pp-content-wrapper .pp-testimonials-title {
	width: max-content;
	background: #f5f6f8;
	padding: 7px 7px;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
}

.rev-carousel-testimonials .pp-testimonials-wrap .pp-testimonials .owl-stage-outer .owl-stage .owl-item .pp-testimonial .pp-vertical-align {
	margin: 0;
}

.rev-custom-testimonials .pp-testimonials-wrap .pp-testimonials .pp-testimonial .pp-content-wrapper .pp-testimonials-title {
	width: max-content;
	background: #f5f6f8;
	padding: 7px 7px;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
	margin: 0 auto;
}

.rev-case-featured-wrapper::before, .rev-case-featured-wrapper::after {
	display: none !important;
}

.rev-case-featured-wrapper .rev-case-featured {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	overflow: hidden;
}

@media (min-width:1025px) {
	.rev-case-featured-wrapper .rev-case-featured .rev-case-featured--content {
		flex: 1 0 360px;
	}
}

.rev-case-featured-wrapper .rev-case-featured .rev-case-featured--image {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

.rev-case-featured-wrapper .rev-case-featured .rev-case-featured--image .fl-photo-content {
	height: 100%;
}

.rev-case-featured-wrapper .rev-case-featured .rev-case-featured--image .fl-photo-content img {
	height: 100%;
	object-fit: cover;
	object-position: top left;
}

@media (max-width:1024px) {
	.rev-case-featured-wrapper .rev-case-featured .rev-case-featured--image .fl-photo-content img {
		height: 200px;
	}
}

@media (min-width:1025px) {
	.rev-case-featured-wrapper .rev-case-featured.enable {
		min-width: 62% !important;
	}
}

.rev-case-featured-wrapper .rev-case-featured.disable {
	background-color: #fff;
}

@media (min-width:1025px) {
	.rev-case-featured-wrapper .rev-case-featured.disable {
		min-width: 38% !important;
		gap: 0;
	}
}

.rev-case-featured-wrapper .rev-case-featured.disable .rev-case-featured--image {
	opacity: 0;
}

@media (max-width:1024px) {
	.rev-case-featured-wrapper .rev-case-featured.disable .rev-case-featured--image {
		height: 0;
	}
}

.rev-subtitle {
	padding: 7px 10px;
	border: 1px solid #e6e7e8;
	width: max-content;
	border-radius: 100px;
}

.rev-product-infobox .pp-infobox .pp-heading-wrapper {
	margin-bottom: 12px;
}

.rev-product-infobox .pp-infobox .pp-heading-wrapper .pp-icon-wrapper .pp-infobox-image {
	margin-bottom: 0;
}

.rev-video-details-back-btn .fl-button i {
	font-size: 18px;
}

.rev-search-result-title strong {
	color: #0b3ef9;
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}

@media (max-width:1024px) {
	.rev-search-result-archive .pp-content-post-grid .pp-content-post {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-image {
	flex: 0 0 320px;
	width: 100%;
	height: 217px;
	border-radius: 16px;
	overflow: hidden;
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

@media (max-width:767px) {
	.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-image {
		flex: unset;
		height: 260px;
		border-radius: 20px;
	}
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-text {
	flex: 1;
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .cat {
	display: inline-block;
	width: max-content;
	font-size: 14px;
	font-weight: 500;
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .cat a {
	color: #05053a;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .cat a:hover {
	background: #f5f6f8;
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .cat-no-link {
	display: inline-block;
	width: max-content;
	font-size: 14px;
	font-weight: 500;
	color: #05053a;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .pp-content-grid-post-title {
	margin-top: 14px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.5;
}

.rev-search-result-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .pp-content-grid-post-title a:hover {
	text-decoration: underline;
	color: inherit;
}

.rev-search-result-popular-archive {
	padding: 0 20px !important;
}

.rev-search-result-popular-archive .pp-content-post-grid .pp-content-post:first-child {
	border-top: unset;
}

.rev-search-result-popular-archive .pp-content-post-grid .pp-content-post:last-child {
	margin-bottom: 0;
}

.rev-search-result-popular-archive .pp-content-post-grid .pp-content-post .cat {
	display: inline-block;
	width: max-content;
	font-size: 14px;
	font-weight: 500;
}

.rev-search-result-popular-archive .pp-content-post-grid .pp-content-post .cat a {
	color: #05053a;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
}

.rev-search-result-popular-archive .pp-content-post-grid .pp-content-post .cat a:hover {
	background: #f5f6f8;
}

.rev-search-result-popular-archive .pp-content-post-grid .pp-content-post .cat-no-link {
	display: inline-block;
	width: max-content;
	font-size: 14px;
	font-weight: 500;
	color: #05053a;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #e6e7e8;
	border-radius: 6px;
}

.rev-search-result-popular-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-title {
	margin-top: 14px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.5;
}

.rev-search-result-popular-archive .pp-content-post-grid .pp-content-post .pp-content-grid-post-title a:hover {
	text-decoration: underline;
	color: inherit;
}

@media (max-width:1024px) {
	.rev-sf-filter-wrapper {
		position: sticky;
		top: 3.5rem;
		z-index: 99;
	}
}

.rev-sf-wrapper .rev-sf-search .search-filter-input-text {
	border: 1px solid #e6e7e8 !important;
	border: unset;
	border-radius: 10px;
	padding: 6px 16px !important;
}

@media (max-width:1024px) {
	.rev-sf-wrapper .rev-sf-search .search-filter-input-text {
		padding: 10px 16px !important;
	}
}

.rev-sf-wrapper .rev-sf-search .search-filter-input-text .search-filter-icon {
	margin: 0 8px 0 0;
	padding: 0;
}

.rev-sf-wrapper .rev-sf-search .search-filter-input-text .search-filter-icon.search-filter-input-text__clear-button {
	margin: 0;
}

.rev-sf-wrapper .rev-sf-search .search-filter-input-text .search-filter-icon.search-filter-input-text__clear-button svg {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

.rev-sf-wrapper .rev-sf-search .search-filter-input-text input {
	padding: 0;
	color: #05053a !important;
	font-weight: 400;
	font-size: 16px !important;
}

.rev-sf-wrapper .rev-sf-search .search-filter-input-text input::placeholder {
	color: #969798;
	font-size: 16px;
}

.rev-sf-wrapper .rev-sf-search .search-filter-input-text input:hover, .rev-sf-wrapper .rev-sf-search .search-filter-input-text input:focus {
	padding: 0 !important;
}

.rev-sf-wrapper .rev-sf-categories .search-filter-input-group .search-filter-input-radio {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	display: block;
	width: max-content;
	padding: 10px 12px;
	border-radius: 8px;
	margin-bottom: 5px;
}

.rev-sf-wrapper .rev-sf-categories .search-filter-input-group .search-filter-input-radio label .search-filter-input-radio__control {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.rev-sf-wrapper .rev-sf-categories .search-filter-input-group .search-filter-input-radio label .search-filter-input-radio__label {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #05053a;
}

.rev-sf-wrapper .rev-sf-categories .search-filter-input-group .search-filter-input-radio:hover {
	background-color: #f5f6f8;
}

.rev-sf-wrapper .rev-sf-categories .search-filter-input-group .search-filter-input-radio.search-filter-input-radio--is-active {
	background-color: #bcfd5c;
}

.rev-sf-wrapper .rev-sf-categories .search-filter-input-group .search-filter-input-radio.search-filter-input-radio--is-active label .search-filter-input-radio__label {
	color: #05053a !important;
}

@media (max-width:1024px) {
	.rev-sf-wrapper .rev-sf-categories .search-filter-input-group {
		display: none;
	}
}

@media (max-width:1024px) {
	.rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper {
		transition: all .3s ease-in-out !important;
		-webkit-transition: all .3s ease-in-out !important;
		-moz-transition: all .3s ease-in-out !important;
		min-width: 260px;
		overflow: hidden;
		z-index: 99;
		width: 100%;
	}
	
	.rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper .pp-post-filters-toggle {
		transition: all .3s ease-in-out !important;
		-webkit-transition: all .3s ease-in-out !important;
		-moz-transition: all .3s ease-in-out !important;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 13px 16px;
		margin: 0;
		border: 1px solid #e6e7e8;
		border-radius: 8px;
		background: url("https://cdn-ilebokp.nitrocdn.com/OcRQhyKhdVjyqBUQiTaAXPDBSCRKQjpd/assets/images/source/rev-5bb28a9/www.revenueanalytics.com/wp-content/uploads/2025/08/chevron-down.svg");
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 97%;
	}
	
	.rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper .pp-post-filters-toggle:hover, .rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper .pp-post-filters-toggle:focus {
		border-color: #0b3ef9 !important;
	}
	
	.rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper .pp-post-filters-toggle .toggle-text {
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
	}
	
	.rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper .pp-post-filters {
		margin: 10px 0 0 0;
		border-radius: 8px;
		border: 1px solid #e6e7e8;
		background: #fff;
		overflow: hidden;
		padding: 15px 0;
	}
	
	.rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper .pp-post-filters .pp-post-filter {
		font-size: 14px;
		font-weight: 500;
		padding: 0 16px !important;
		border-left: 2px solid rgba(255, 255, 255, 0);
	}
	
	.rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper .pp-post-filters .pp-post-filter:hover {
		color: #0b3ef9;
	}
	
	.rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper .pp-post-filters .pp-post-filter.pp-filter-active {
		border-color: #0b3ef9;
	}
	
	.rev-sf-wrapper .rev-sf-categories .pp-post-filters-wrapper .pp-post-filters .pp-post-filter:not(:first-child) {
		margin-top: 12px !important;
	}
}

.rev-integrations-archive .fl-post-grid .fl-post-column .fl-post-grid-post {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	border: 1px solid #e6e7e8;
	border-radius: 16px;
	padding: 20px;
}

.rev-integrations-archive .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-image {
	flex: 0 0 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 10px;
}

.rev-integrations-archive .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-image img {
	width: 100%;
	height: 100% l;
}

.rev-integrations-archive .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-text {
	flex: 1 1 fit-c;
}

.rev-integrations-archive .fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-text .fl-post-title {
	font-size: 20px;
	font-weight: 600;
}

@media (min-width:1025px) {
	.rev-flex-box {
		row-gap: 20px !important;
	}
	
	.rev-flex-box .rev-product-infobox {
		display: flex;
		flex: 1 1 auto;
	}
	
	.rev-flex-box .rev-product-infobox .fl-module-content {
		display: flex;
	}
	
	.rev-flex-box .rev-product-infobox .fl-module-content .pp-infobox-wrap {
		display: flex;
	}
	
	.rev-flex-box .rev-product-infobox .fl-module-content .pp-infobox-wrap .pp-infobox {
		flex: 1 1 auto;
	}
}

@media (max-width:1024px) {
	.rev-product-infobox .pp-infobox-wrap .pp-infobox .pp-heading-wrapper {
		align-items: flex-start;
	}
}

body:not(.fl-builder-edit) .rev-equal-height .owl-stage {
	display: flex;
}

body:not(.fl-builder-edit) .rev-equal-height .owl-stage .owl-item {
	display: flex;
}

body:not(.fl-builder-edit) .rev-equal-height .owl-stage .owl-item .fl-module-pp-infobox {
	display: flex;
}

body:not(.fl-builder-edit) .rev-equal-height .owl-stage .owl-item .fl-module-pp-infobox .fl-module-content {
	display: flex;
}

body:not(.fl-builder-edit) .rev-equal-height .owl-stage .owl-item .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap {
	display: flex;
}

body:not(.fl-builder-edit) .rev-equal-height .owl-stage .owl-item .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap .pp-infobox-link {
	display: flex;
}

body:not(.fl-builder-edit) .rev-equal-height .owl-stage .owl-item .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap .pp-infobox-link .pp-infobox {
	flex: 1 1 auto;
}

@media (max-width:767px) {
	.rev-btn-full-width .pp-dual-button-content .pp-dual-button-inner .pp-dual-button {
		width: 100%;
	}
}

@media (max-width:767px) {
	.rev-btn-full-width .pp-dual-button-content .pp-dual-button-inner .pp-dual-button a.pp-button {
		width: 100% !important;
	}
}

@media (max-width:767px) {
	.rev-triple-column-grid>.fl-module-box:nth-child(3) {
		grid-column: 1/3;
	}
}

.rev-legal-content h2 {
	font-size: 30px;
	line-height: 1.26em;
	letter-spacing: -.3px;
	margin: 60px 0 16px;
}

@media (max-width:767px) {
	.rev-legal-content h2 {
		margin: 40px 0 16px;
	}
}

.rev-legal-content h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.36em;
	letter-spacing: -.22px;
	margin: 30px 0 12px;
}

@media (max-width:767px) {
	.rev-legal-content h3 {
		margin: 20px 0 12px;
	}
}

.rev-legal-content p {
	margin: 0 0 30px;
}

@media (max-width:767px) {
	.rev-legal-content p {
		margin: 0 0 20px;
	}
}

.rev-legal-content a:hover {
	text-decoration: underline;
}

.rev-legal-content ul {
	margin-bottom: 20px;
	padding-left: 45px;
}

.rev-legal-content ul li::marker {
	color: #111;
	font-size: 20px;
}

.rev-legal-content ol {
	list-style-type: lower-alpha;
}

.rev-legal-content ol li {
	margin-top: 10px;
}

.rev-contact-content-wrapper .fl-module-pp-infobox .pp-infobox-wrap .pp-infobox .pp-infobox-image {
	margin: 0;
}

.rev-contact-content-wrapper .fl-module-pp-infobox .pp-infobox-wrap .pp-infobox-title-wrapper .pp-infobox-title {
	margin-top: 0;
	margin-left: 12px;
}

.rev-contact-content-wrapper .fl-module-pp-infobox a {
	color: #05053a;
}

.rev-contact-content-wrapper .fl-module-pp-infobox a:hover {
	text-decoration: underline;
}

.rev-about-testimonials .owl-dots button span {
	background: rgba(245, 246, 248, .1) !important;
}

.rev-about-testimonials .owl-dots button.active span, .rev-about-testimonials .owl-dots button:hover span {
	background: #0b3ef9 !important;
}

.rev-mobile-box-carousel .owl-item .fl-module-pp-infobox .pp-infobox-image {
	display: flex;
	justify-content: center;
}

.rev-partner-logos .pp-logos-content .pp-logo .pp-logo-inner-wrap {
	display: flex;
	justify-content: center;
}

.rev-partner-logos .pp-logos-content .pp-logo .pp-logo-inner-wrap .logo-image-wrapper {
	display: flex;
	width: 186px;
	height: 186px;
	border: 1px solid #e6e7e8;
	border-radius: 200px;
	padding: 0 25px;
	align-items: center;
}

@media (max-width:767px) {
	.rev-partner-logos .pp-logos-content .pp-logo .pp-logo-inner-wrap .logo-image-wrapper {
		width: 110px;
		height: 110px;
		padding: 0 20px;
	}
}

.fl-page .fl-builder-content .rev-disabled-transform a.fl-button {
	transform: none !important;
}

.fl-page .fl-builder-content .rev-disabled-transform a.fl-button i {
	font-size: 18px;
}

.rev-featured-case .ra_casestudies {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 80px;
}

@media (max-width:1024px) {
	.rev-featured-case .ra_casestudies {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text {
	grid-column: span 7;
	padding-bottom: 40px;
}

@media (max-width:1024px) {
	.rev-featured-case .ra_casestudies .pp-content-grid-post-text {
		padding-bottom: 0;
	}
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .cat {
	font-size: 14px;
	font-weight: 500;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #e6e7e8;
	width: max-content;
	border-radius: 6px;
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .title {
	margin-top: 20px;
	font-size: 30px;
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .title a:hover {
	color: inherit !important;
	text-decoration: underline;
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .excerpt {
	margin-top: 10px;
	font-size: 16px;
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .excerpt p {
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .stats-wrapper {
	margin-top: 55px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media (max-width:1024px) {
	.rev-featured-case .ra_casestudies .pp-content-grid-post-text .stats-wrapper {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 20px;
	}
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .stats-wrapper .stats-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .stats-wrapper .stats-item .stats-number {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .stats-wrapper .stats-item .stats-title {
	font-size: 14px;
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-text .readmore-wrapper {
	margin-top: 30px;
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-image {
	grid-column: span 5;
	height: 100%;
	overflow: hidden;
	border-radius: 25px 0;
}

@media (max-width:1024px) {
	.rev-featured-case .ra_casestudies .pp-content-grid-post-image {
		border-radius: 25px 25px 0 0;
	}
}

.rev-featured-case .ra_casestudies .pp-content-grid-post-image img {
	height: 100%;
	object-fit: cover;
	object-position: top left;
}

.rev-featured-case-custom .pp-content-post-grid {
	position: relative;
	height: auto !important;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 24px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

@media (max-width:1024px) {
	.rev-featured-case-custom .pp-content-post-grid {
		flex-direction: column;
	}
}

.rev-featured-case-custom .pp-content-post-grid::before, .rev-featured-case-custom .pp-content-post-grid::after {
	display: none !important;
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	overflow: hidden;
	position: unset !important;
	transform: unset !important;
	left: unset !important;
	top: unset !important;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: stretch;
	gap: 30px;
	padding-top: 40px 0 0 40px;
	background-color: #f5f6f8;
	border-color: 1px solid #e6e7e8;
	border-radius: 25px;
}

@media (max-width:1024px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post {
		flex-direction: column;
		padding: 30px 30px 0;
	}
}

@media (max-width:767px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post {
		padding: 25px 25px 0;
	}
}

@media (min-width:1025px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-text {
		flex: 1 0 360px;
		width: 360px;
	}
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .excerpt {
	margin-top: 10px;
	font-size: 16px;
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .excerpt p {
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .stats-wrapper {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width:767px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .stats-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .stats-wrapper .stats-item .stats-number {
	font-size: 30px;
}

@media (max-width:767px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-text .stats-wrapper .stats-item .stats-number {
		font-size: 25px;
	}
}

@media (max-width:767px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-text h2 {
		font-size: 25px;
	}
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-image {
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
}

@media (max-width:1024px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-image {
		border-radius: 25px 25px 0 0;
	}
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-image a {
	height: 100%;
	display: inline-block;
}

@media (max-width:1024px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-image a {
		width: 100%;
	}
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-image a img {
	height: 100%;
	object-fit: cover;
	object-position: top left;
}

@media (max-width:1024px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-image a img {
		height: 350px;
		width: 100%;
	}
}

@media (max-width:767px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post .pp-content-grid-post-image a img {
		height: 335px;
	}
}

@media (min-width:1025px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post.enable {
		min-width: 61% !important;
	}
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post.disable {
	background-color: #fff;
}

@media (min-width:1025px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post.disable {
		min-width: 37% !important;
		gap: 0;
	}
}

.rev-featured-case-custom .pp-content-post-grid .pp-content-post.disable .pp-content-grid-post-image {
	opacity: 0;
}

@media (max-width:1024px) {
	.rev-featured-case-custom .pp-content-post-grid .pp-content-post.disable .pp-content-grid-post-image {
		height: 0;
	}
}

.rev-team-fixed>.fl-module-box>.fl-module-box:first-child {
	min-width: 120px;
}

.rev-team-fixed .fl-module-icon .fl-icon i {
	color: #000;
}

.rev-team-fixed .fl-module-photo .fl-photo-content img {
	border-radius: 16px;
}

.rev-team-fixed .rev-team-name p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
}

.rev-team-fixed .rev-team-title p {
	font-size: 16px;
	line-height: 1.56em;
}

.rev-team-bio p {
	font-size: 16px;
	line-height: 1.56em;
}

.rev-contact-accordion .pp-accordion-item.pp-accordion-item-active .pp-accordion-button {
	padding-bottom: 12px;
}

.rev-contact-accordion .pp-accordion-item .pp-accordion-content p {
	margin-bottom: 0;
}

.rev-contact-accordion .pp-accordion-item:last-child {
	border-bottom-width: 1px;
}

body:not(.fl-builder-edit) .rev-team-wrapper .fl-module-box .fl-module-photo .fl-photo-content .pp-modal-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	top: 2px;
	left: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	opacity: 0;
	transition: all .3s ease-in-out;
}

body:not(.fl-builder-edit) .rev-team-wrapper .fl-module-box .fl-module-photo .fl-photo-content .pp-modal-button a {
	display: flex;
	background: rgba(5, 5, 58, .4);
	border-radius: 20px;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

body:not(.fl-builder-edit) .rev-team-wrapper .fl-module-box .fl-module-photo .fl-photo-content .pp-modal-button a:hover span {
	color: #000;
}

body:not(.fl-builder-edit) .rev-team-wrapper .fl-module-box .fl-module-photo .fl-photo-content .pp-modal-button a span {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 8px;
	color: #05053a;
	background-color: #bcfd5c;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: -.32px;
	transition: all .3s ease-in-out;
}

@media (max-width:767px) {
	body:not(.fl-builder-edit) .rev-team-wrapper .fl-module-box .fl-module-photo .fl-photo-content .pp-modal-button a span {
		font-size: 17px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

body:not(.fl-builder-edit) .rev-team-wrapper .fl-module-box .fl-module-photo .fl-photo-content:hover .pp-modal-button {
	opacity: 1;
}

.pp-modal-wrap .pp-modal {
	top: 0 !important;
	max-width: 100% !important;
	height: 100vh;
	margin: auto 0 auto auto;
}

@media (max-width:767px) {
	.pp-modal-wrap .pp-modal {
		margin: 0 !important;
	}
}

.pp-modal-wrap .pp-modal .pp-modal-content {
	padding: 30px 30px 0 !important;
}

.pp-modal-wrap .pp-modal .pp-modal-content .rev-team-bio {
	overflow: scroll;
	height: 575px;
	padding-bottom: 30px;
}

.rev-timeline-wrapper>.fl-module-box {
	position: relative;
}

.rev-timeline-wrapper>.fl-module-box::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	border-width: 14px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0) #f5f6f8 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.rev-timeline-wrapper>.fl-module-box::after {
	content: "";
	position: absolute;
	left: -75px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #71e2af;
	border: 4px solid #f5f6f8;
	border-radius: 200px;
}

@media (max-width:1024px) {
	.rev-timeline-wrapper>.fl-module-box::after {
		left: -50px;
	}
}

@media (max-width:767px) {
	.rev-timeline-wrapper>.fl-module-box::after {
		left: -35px;
	}
}

.rev-timeline-wrapper>.fl-module-box .fl-module-rich-text span {
	color: #0b3ef9;
}

.rev-green-list ul li {
	font-weight: 500 !important;
}

.rev-green-list ul li::marker {
	color: #21de8a;
	font-size: 20px;
}

.rev-footer-newsletter .hbspt-form ul {
	list-style: none;
	padding: 0;
}

.rev-footer-newsletter .hbspt-form form {
	display: grid;
	grid-template-columns: repeat(11, 1fr);
	gap: 20px 10px;
	position: relative;
}

.rev-footer-newsletter .hbspt-form form .hs_error_rollup {
	position: absolute;
	top: -30px;
}

.rev-footer-newsletter .hbspt-form form .hs_error_rollup ul {
	margin: 0;
}

.rev-footer-newsletter .hbspt-form form .hs_error_rollup ul li label {
	font-size: 14px;
	color: red;
	margin: 0;
}

@media (max-width:767px) {
	.rev-footer-newsletter .hbspt-form form .hs_error_rollup {
		top: unset;
		bottom: -20px;
	}
}

.rev-footer-newsletter .hbspt-form form .form-columns-1 {
	grid-row-start: 2;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-column-end: 12;
	max-width: 100% !important;
}

@media (max-width:767px) {
	.rev-footer-newsletter .hbspt-form form .form-columns-1 {
		grid-row-start: 3;
	}
}

.rev-footer-newsletter .hbspt-form form .form-columns-1 .hs-dependent-field .hs-form-field {
	margin: 0;
}

.rev-footer-newsletter .hbspt-form form .form-columns-1 .hs-dependent-field .hs-form-field ul.inputs-list {
	margin-bottom: 0;
}

.rev-footer-newsletter .hbspt-form form .form-columns-1 .hs-dependent-field .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.rev-footer-newsletter .hbspt-form form .form-columns-1 .hs-dependent-field .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display input {
	margin-top: 5px;
	appearance: unset;
	border: 1px solid #e6e7e8;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (max-width:1024px) {
	.rev-footer-newsletter .hbspt-form form .form-columns-1 .hs-dependent-field .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display input {
		margin-top: 2px;
	}
}

.rev-footer-newsletter .hbspt-form form .form-columns-1 .hs-dependent-field .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display input:checked {
	background: #0542fb;
}

.rev-footer-newsletter .hbspt-form form .form-columns-1 .hs-dependent-field .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display input::before {
	content: "";
	font-family: "Font Awesome 7 Pro";
	font-size: 12px;
	color: #fff;
}

.rev-footer-newsletter .hbspt-form form .form-columns-1 .hs-dependent-field .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display span {
	margin-left: 0;
	font-size: 14px;
}

.rev-footer-newsletter .hbspt-form form .form-columns-2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	grid-row-start: 1;
	grid-column-start: 1;
	grid-row-end: 2;
	grid-column-end: 9;
	border: 1px solid #e6e7e8;
	border-radius: 10px;
	overflow: hidden;
	max-width: 100% !important;
}

@media (max-width:767px) {
	.rev-footer-newsletter .hbspt-form form .form-columns-2 {
		grid-column-end: 12;
	}
}

.rev-footer-newsletter .hbspt-form form .form-columns-2 label {
	display: none;
}

.rev-footer-newsletter .hbspt-form form .form-columns-2 .hs-form-field ul.hs-error-msgs {
	display: none;
}

.rev-footer-newsletter .hbspt-form form .form-columns-2 .hs-form-field.hs-fieldtype-select {
	flex: 0 0 45%;
	border-right: 1px solid #eee;
	padding: 12px;
}

.rev-footer-newsletter .hbspt-form form .form-columns-2 .hs-form-field.hs-fieldtype-select select {
	appearance: unset;
	background: url("https://cdn-ilebokp.nitrocdn.com/OcRQhyKhdVjyqBUQiTaAXPDBSCRKQjpd/assets/images/source/rev-5bb28a9/www.revenueanalytics.com/wp-content/uploads/2025/08/chevron-down.svg");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: right center;
	outline: unset;
	color: #05053a !important;
}

.rev-footer-newsletter .hbspt-form form .form-columns-2 .hs-form-field.hs-fieldtype-text {
	flex: 1;
	padding: 12px;
}

.rev-footer-newsletter .hbspt-form form .form-columns-2 .input {
	margin-right: 0;
}

.rev-footer-newsletter .hbspt-form form .form-columns-2 .input input, .rev-footer-newsletter .hbspt-form form .form-columns-2 .input select {
	border: unset;
	width: 100%;
	padding: 0;
	font-size: 18px;
}

.rev-footer-newsletter .hbspt-form form .hs-submit {
	grid-row-start: 1;
	grid-column-start: 9;
	grid-row-end: 2;
	grid-column-end: 12;
}

@media (max-width:767px) {
	.rev-footer-newsletter .hbspt-form form .hs-submit {
		grid-row-start: 2;
		grid-column-start: 1;
	}
}

.rev-footer-newsletter .hbspt-form form .hs-submit .actions {
	height: 100%;
}

.rev-footer-newsletter .hbspt-form form .hs-submit .actions input[type="submit"] {
	width: 100%;
	height: 100%;
}

@media (max-width:767px) {
	.rev-footer-newsletter .hbspt-form form .hs-submit .actions input[type="submit"] {
		padding: 12px;
	}
}

.rev-book-demo-form .hbspt-form form fieldset, .rev-contact-form .hbspt-form form fieldset, .rev-apply-form .hbspt-form form fieldset {
	max-width: 100% !important;
}

@media (max-width:767px) {
	.rev-book-demo-form .hbspt-form form fieldset>div, .rev-contact-form .hbspt-form form fieldset>div, .rev-apply-form .hbspt-form form fieldset>div {
		margin-bottom: 8px;
	}
}

.rev-book-demo-form .hbspt-form form fieldset:not(:first-child)>div, .rev-contact-form .hbspt-form form fieldset:not(:first-child)>div, .rev-apply-form .hbspt-form form fieldset:not(:first-child)>div {
	margin-top: 15px;
}

@media (max-width:767px) {
	.rev-book-demo-form .hbspt-form form fieldset:not(:first-child)>div, .rev-contact-form .hbspt-form form fieldset:not(:first-child)>div, .rev-apply-form .hbspt-form form fieldset:not(:first-child)>div {
		margin-top: 0;
	}
}

.rev-book-demo-form .hbspt-form form fieldset.form-columns-2, .rev-contact-form .hbspt-form form fieldset.form-columns-2, .rev-apply-form .hbspt-form form fieldset.form-columns-2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}

@media (max-width:767px) {
	.rev-book-demo-form .hbspt-form form fieldset.form-columns-2, .rev-contact-form .hbspt-form form fieldset.form-columns-2, .rev-apply-form .hbspt-form form fieldset.form-columns-2 {
		flex-direction: column;
		gap: 0;
	}
}

.rev-book-demo-form .hbspt-form form fieldset .hs-form-field .hs-error-msgs, .rev-contact-form .hbspt-form form fieldset .hs-form-field .hs-error-msgs, .rev-apply-form .hbspt-form form fieldset .hs-form-field .hs-error-msgs {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.rev-book-demo-form .hbspt-form form fieldset .hs-form-field .hs-error-msgs li label, .rev-contact-form .hbspt-form form fieldset .hs-form-field .hs-error-msgs li label, .rev-apply-form .hbspt-form form fieldset .hs-form-field .hs-error-msgs li label {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	color: red;
}

.rev-book-demo-form .hbspt-form form fieldset .hs-form-field .hs-error-msgs li label::before, .rev-contact-form .hbspt-form form fieldset .hs-form-field .hs-error-msgs li label::before, .rev-apply-form .hbspt-form form fieldset .hs-form-field .hs-error-msgs li label::before {
	content: "";
	font-family: "Font Awesome 7 Pro";
	margin-right: 7px;
}

.rev-book-demo-form .hbspt-form form fieldset .hs-fieldtype-select+.hs-fieldtype-select, .rev-contact-form .hbspt-form form fieldset .hs-fieldtype-select+.hs-fieldtype-select, .rev-apply-form .hbspt-form form fieldset .hs-fieldtype-select+.hs-fieldtype-select {
	margin-top: 15px;
}

@media (max-width:767px) {
	.rev-book-demo-form .hbspt-form form fieldset .hs-fieldtype-select+.hs-fieldtype-select, .rev-contact-form .hbspt-form form fieldset .hs-fieldtype-select+.hs-fieldtype-select, .rev-apply-form .hbspt-form form fieldset .hs-fieldtype-select+.hs-fieldtype-select {
		margin-top: 8px;
	}
}

.rev-book-demo-form .hbspt-form form fieldset label, .rev-contact-form .hbspt-form form fieldset label, .rev-apply-form .hbspt-form form fieldset label {
	font-size: 14px;
	color: #05053a;
	font-weight: 500;
	margin-bottom: 10px;
}

.rev-book-demo-form .hbspt-form form fieldset label .hs-form-required, .rev-contact-form .hbspt-form form fieldset label .hs-form-required, .rev-apply-form .hbspt-form form fieldset label .hs-form-required {
	display: none;
}

.rev-book-demo-form .hbspt-form form fieldset .input, .rev-contact-form .hbspt-form form fieldset .input, .rev-apply-form .hbspt-form form fieldset .input {
	margin-right: 0;
}

.rev-book-demo-form .hbspt-form form fieldset .input input, .rev-book-demo-form .hbspt-form form fieldset .input select, .rev-book-demo-form .hbspt-form form fieldset .input textarea, .rev-contact-form .hbspt-form form fieldset .input input, .rev-contact-form .hbspt-form form fieldset .input select, .rev-contact-form .hbspt-form form fieldset .input textarea, .rev-apply-form .hbspt-form form fieldset .input input, .rev-apply-form .hbspt-form form fieldset .input select, .rev-apply-form .hbspt-form form fieldset .input textarea {
	width: 100% !important;
	height: 45px;
	padding: 10px 16px;
	border: 1px solid #e6e7e8;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0);
	font-size: 16px !important;
}

.rev-book-demo-form .hbspt-form form fieldset .input input:focus, .rev-book-demo-form .hbspt-form form fieldset .input select:focus, .rev-book-demo-form .hbspt-form form fieldset .input textarea:focus, .rev-contact-form .hbspt-form form fieldset .input input:focus, .rev-contact-form .hbspt-form form fieldset .input select:focus, .rev-contact-form .hbspt-form form fieldset .input textarea:focus, .rev-apply-form .hbspt-form form fieldset .input input:focus, .rev-apply-form .hbspt-form form fieldset .input select:focus, .rev-apply-form .hbspt-form form fieldset .input textarea:focus {
	border-color: #0b3ef9;
}

.rev-book-demo-form .hbspt-form form fieldset .input select, .rev-contact-form .hbspt-form form fieldset .input select, .rev-apply-form .hbspt-form form fieldset .input select {
	appearance: unset;
	background: url("https://cdn-ilebokp.nitrocdn.com/OcRQhyKhdVjyqBUQiTaAXPDBSCRKQjpd/assets/images/source/rev-5bb28a9/www.revenueanalytics.com/wp-content/uploads/2025/08/chevron-down.svg");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 97% center;
	outline: unset;
	color: #05053a !important;
}

.rev-book-demo-form .hbspt-form form fieldset .input textarea, .rev-contact-form .hbspt-form form fieldset .input textarea, .rev-apply-form .hbspt-form form fieldset .input textarea {
	min-height: 100px;
}

.rev-book-demo-form .hbspt-form form fieldset .legal-consent-container, .rev-contact-form .hbspt-form form fieldset .legal-consent-container, .rev-apply-form .hbspt-form form fieldset .legal-consent-container {
	font-size: 14px;
	margin-top: 25px !important;
}

@media (max-width:767px) {
	.rev-book-demo-form .hbspt-form form fieldset .legal-consent-container, .rev-contact-form .hbspt-form form fieldset .legal-consent-container, .rev-apply-form .hbspt-form form fieldset .legal-consent-container {
		margin-top: 10px !important;
	}
}

.rev-book-demo-form .hbspt-form form fieldset .legal-consent-container a:hover, .rev-contact-form .hbspt-form form fieldset .legal-consent-container a:hover, .rev-apply-form .hbspt-form form fieldset .legal-consent-container a:hover {
	text-decoration: underline;
}

.rev-book-demo-form .hbspt-form form .hs-submit, .rev-contact-form .hbspt-form form .hs-submit, .rev-apply-form .hbspt-form form .hs-submit {
	margin-top: 20px;
}

.rev-book-demo-form .hbspt-form form .hs-submit .actions input[type="submit"], .rev-contact-form .hbspt-form form .hs-submit .actions input[type="submit"], .rev-apply-form .hbspt-form form .hs-submit .actions input[type="submit"] {
	width: 100%;
	padding: 11px;
}

.rev-book-demo-form .hbspt-form form .hs_error_rollup, .rev-contact-form .hbspt-form form .hs_error_rollup, .rev-apply-form .hbspt-form form .hs_error_rollup {
	display: none;
}
