/*
 * Theme Name: 321 Base Theme
 * Theme URI: https://www.321webmarketing.com/
 * Author: 321 Web Marketing
 * Author URI: https://www.321webmarketing.com/
 * Description: 321 inspired theme for the Genesis Framework.
 * Version: 1.0.01
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: tto-base-theme
 * Domain Path: /languages
 * Template: genesis
 */

@charset 'UTF-8';

/* # Table of Contents

- Elements
- Structural
- Accessibility
- Header
- Footer
- Utility
- Blocks
- Custom CSS

*/

/* ## Elements
--------------------------------------------- */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    max-width: 100vw;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
    background-color: #ffffff;
    max-width: 100vw;
    color: #1d273f;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin: 0;
    overflow-x: visible;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1.8rem;
}

*::-moz-selection {
	background-color: #393e4b;
	color: #ffffff;
}

*::selection {
	background-color: #393e4b;
	color: #ffffff;
}

h1 {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 3rem;
}

h2 {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.3;
    margin: 6rem 0 3rem;
}

h3 {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.4;
    margin: 6rem 0 3rem;
}

h4 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
    margin: 6rem 0 3rem;
}

h5 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.4;
    margin: 6rem 0 3rem;
}

h6 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
    margin: 6rem 0 3rem;
	text-transform: uppercase;
}

p {
	margin: 0 0 3rem;
	padding: 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #1d273f;
	word-wrap: break-word;
	pointer-events: all;
	cursor: pointer;
	text-decoration: none;
	transition: 0.25s ease-in-out all
}

a:hover,
a:focus {
	color: #555;
}

button,
a.button,
input[type='submit'] {
	background-color: #000;
	margin-top: 1rem;
	border: 0;
	border-radius: 0.3rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1.1em 2.4em;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
	transition: 0.25s ease-in-out all;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	background-color: #222;
	color: #ffffff;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
}

button.white,
a.button.white {
	background-color: #ffffff;
	color: var(--cloudqix-blue);
}

button.outline,
a.button.outline {
	border: 1px solid #049948;
	background: transparent;
	color: #049948;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.1);
}

button.outline:hover,
button.outline:focus,
a.button.outline:hover,
a.button.outline:focus {
	background: #049948;
	color: #fff;
}

button.large,
a.button.large {
	font-size: 18px;
	font-size: 1.8rem;
}

ol,
ul {
	margin: 0 0 4rem 4rem;
	padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin: 0 0 0 4rem;
	padding: 0;
}

ul li {
	list-style-type: disc;
}

li li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

ol li li {
	list-style-type: lower-alpha;
}


hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f1f2;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 600;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.5rem;
}

sup {
	top: -1rem;
}

blockquote {

}

table {

}

thead,
tbody {

}

tr,
th {
	
}

img {
	display: block;
	max-width: 100%;
}

*:first-child {
	margin-top: 0;
	padding-top: 0;
}

*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ## Structural
--------------------------------------------- */

.wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    row-gap: 6rem;
    column-gap: 8rem;
}

.wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.wp-block-genesis-blocks-gb-columns.align-center > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    justify-content: center;
}

.wrap,
.basic-page .content-sidebar-wrap,
.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
.entry-content > .gb-block-container > .gb-container-inside {
	width: var(--theme-wrap-width);
	max-width: var(--theme-wrap-max-width);
	margin: 0 auto;
}

.entry-content > .wp-block-genesis-blocks-gb-columns,
.entry-content > .gb-block-container {
	padding: var(--theme-section-padding) 0;
	overflow: hidden;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-top,
.entry-content > .gb-block-container.no-padding-top {
	padding-top: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-bottom,
.entry-content > .gb-block-container.no-padding-bottom {
	padding-bottom: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding,
.entry-content > .gb-block-container.no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 895px) {
	.wrap,
	.basic-page .content-sidebar-wrap,
	.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
	.entry-content > .gb-block-container > .gb-container-inside {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 var(--theme-wrap-padding-mobile);
	}

	.entry-content > .wp-block-genesis-blocks-gb-columns,
	.entry-content > .gb-block-container {
		padding: var(--theme-section-padding-mobile) 0;
	}
}



/* ## Accessibility
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	width: 0.1rem;
	background-color: #fff !important;
	color: #000 !important;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(57, 62, 75, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}



/* ## Header
--------------------------------------------- */

.top-nav-bar {
    background-color: #f5f5f5;
	position: relative;
	display: flex;
	padding: 1.25rem 0;
    border-bottom: 1px solid #dbdbdb;
	z-index: 101;
}

.top-nav-bar > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}

.top-nav-bar > .wrap.left {
	justify-content: flex-start;
}

.top-nav-bar > .wrap.right {
	justify-content: flex-end;
}

.nav-top > .wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.nav-top .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem;
	height: 100%;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-top .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-top .menu > .menu-item {
    display: flex;
    align-items: center;
}

.nav-top .menu > .menu-item > a,
.top-nav-bar p {
    font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.3;
}

.site-header {
	background-color: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	box-shadow: 0 0 1rem rgba(57, 62, 75, 0.18);
	clip-path: inset(0 -2rem -100vh -2rem);
	transition: 0.25s ease-in-out box-shadow, 0.25s ease-in-out background-color;
	z-index: 100;
}

/* body.home .site-header { */
.site-header {
	background-color: #fff;
	position: sticky;
}

@media (max-width: 895px) {
	.site-header {
		background-color: #fff;
		position: sticky;
	}
}

.site-header.shrink {
	background-color: #fff;
	box-shadow: 0 0 2rem rgba(57, 62, 75, 0.32);
}

.logged-in.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.logged-in.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.logged-in.admin-bar .site-header {
		top: 0;
	}
}

.site-header > .wrap {
	display: flex;
	align-items: stretch;
	gap: 6rem;
}

.title-area {
	display: flex;
	align-items: center;
	width: 20rem;
	margin: 0 auto 0 0;
	padding: 1rem 0;
	transition: 0.25s ease-in-out padding;
}

.title-area a {
	position: relative;
	display: flex;
	width: 100%;
	height: fit-content;
	max-height: 60px;
}

.title-area a img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: auto;
}

.title-area a img.secondary {
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.title-area a img.primary {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.25s ease-in-out opacity;
}

/* body.home .site-header .title-area a img.secondary, */
.site-header .title-area a img.secondary,
.site-header.shrink .title-area a img.secondary {
	opacity: 0;
}

/* body.home .site-header .title-area a img.primary, */
.site-header .title-area a img.primary,
.site-header.shrink .title-area a img.primary {
	opacity: 1;
}

@media (max-width: 895px) {
	.site-header .title-area a img.secondary {
		opacity: 0 !important;
	}

	.site-header .title-area a img.primary {
		opacity: 1 !important;
	}
}

.nav-primary {
	display: flex;
    align-items: center;
	gap: 3rem;
	transition: none;
}

.nav-primary > .wrap {
	display: flex;
    align-items: center;
    gap: 3rem;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
}

.nav-primary .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem;
	height: 100%;
	margin: 0;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-primary .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-primary .menu > .menu-item {
    display: flex;
    align-items: center;
	gap: 0.5rem;
    padding: 3.75rem 0;
	transition: 0.25s ease-in-out all;
}

.site-header.shrink .nav-primary .menu > .menu-item {
    padding: 2.75rem 0;
}

.nav-primary .menu > .menu-item > a {
    font-size: 1.5rem;
    font-weight: 600;
	line-height: 2.5rem;
}

/* @media (min-width: 896px) {
	body:not(.home) .site-header:not(.shrink) .nav-primary .menu > .menu-item > a {
		color: #fff;
	}
} */

.primary-menu-ctas .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.primary-menu-ctas .gb-block-layout-column {
	flex: 1 1 fit-content;
}

.primary-menu-ctas a.button {
	margin: 0;
}

.mobile-menu-logo {
	display: none;
}

.site-header .progress-bar-container {
	position: absolute;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
}

.site-header .progress-bar {
	background-color: #000;
    display: block;
    width: 0%;
    height: 100%;
    transition: none;
}

/* Mega Menu */

@media (min-width: 896px) {
	li:not(.mega-menu) .menu-item {
		padding: 0.25em 0.6em;
		height: auto;
		list-style-type: none;
	}
}

.widget-area.footer-widget-area ul {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 896px) {

	.mega-menu ul.sub-menu:first-of-type {
		width: 50vw;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mega-menu ul.sub-menu:first-of-type>li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.mega-menu ul.sub-menu:first-of-type ul.sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		margin: 0;
		padding: 0.5rem 0 0.5rem 4px;
		left: auto;
		top: auto;
		width: 100% !important;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none !important;
	}

	.mega-menu ul.sub-menu:first-of-type ul.sub-menu>li {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0;
		line-height: 1;
	}

	.mega-menu ul.sub-menu:first-of-type ul.sub-menu>li a {
		font-size: 1.4rem;
		font-weight: 400;
		padding: 4px 0;
		margin-left: 3px;
	}

	.mega-menu ul.sub-menu:first-of-type ul.sub-menu:before {
		display: none;
	}

	.mega-menu.menu-item.menu-item-has-children:hover>.sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.mega-menu ul.sub-menu:first-of-type>li>a:first-child {
		font-size: 1.5rem;
		font-weight: 800;
	}

	.is_ie .mega-menu.menu-item.menu-item-has-children:hover .sub-menu {
		display: block !important;
	}

	.is_ie .mega-menu>.sub-menu>li {
		max-width: 45% !important;
		width: 100% !important;
		display: inline-block !important;
	}
}

@media (min-width: 896px) {
	.site-header>.wrap {
		position: relative;
	}

	.site-header .nav-primary,
	.site-header .nav-primary>.wrap,
	.site-header .nav-primary ul.menu,
	.site-header .nav-primary ul.menu>li.menu-item.mega-menu {
		position: initial;
	}

	.site-header .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu {
		min-width: 850px;
		max-width: 850px;
	}

	.site-header .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu>li.menu-item {
		flex: 1 1 30%;
		max-width: calc(100% / 2);
	}

}

.mega-menu ul.sub-menu ul.sub-menu {
	position: unset !important;
	opacity: 1 !important;
}

/* Sub Menu */

.nav-primary .menu-item ul.sub-menu li a:before {
	display: none;
}

/* .nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a:after {
	display: none;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
} */

.nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* .nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a svg {
	width: .7em;
	margin-left: 0.5rem;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
} */

/* .nav-primary ul.sub-menu .menu-item.menu-item-has-children a:after,
.nav-primary ul.sub-menu .menu-item a:after {
	display: none;
	content: "" !important;
} */

.nav-primary .menu-item a:hover:before,
.nav-primary .menu-item a:focus:before,
.nav-primary .menu-item a:active:before {
	left: 0;
	right: 0;
}

.nav-primary .sub-menu a {
	font-weight: 700;
	font-size: 1.4rem;
	color: #3e3e3e;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}


.sub-menu {
	display: none;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	clear: both;
	display: block;
	content: '';
}

.sub-menu:before {
	content: '';
	position: absolute;
	top: -5px;
	top: -0.5rem;
	height: 10px;
	height: 1rem;
	width: 10px;
	width: 1rem;
	background-color: rgba(0, 0, 0, 0.97);
	border-top: 1px solid rgba(0, 0, 0, 0.97);
	border-left: 1px solid rgba(0, 0, 0, 0.97);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 98;
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	display: none;
}

.sub-menu .sub-menu:before {
	content: '';
	position: absolute;
	top: -5px;
	top: 2rem;
	left: 30px;
	left: -0.5rem;
	height: 10px;
	height: 1rem;
	width: 10px;
	width: 1rem;
	background-color: rgba(8, 52, 91, 0.97);
	border-top: none;
	border-bottom: 1px solid rgba(8, 52, 91, 0.97);
	border-left: 1px solid rgba(8, 52, 91, 0.97);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 98;
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.sub-menu .menu-item {
	width: 100%;
	height: auto;
	padding: 0.5em 0;
}

.sub-menu .menu-item:first-of-type {
	margin-top: 1em;
}

.sub-menu a {
	padding-left: 0.618em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

.nav-secondary .sub-menu .menu-item {
	height: auto;
}

.sub-menu-toggle {
	position: absolute;
	right: 4em;
	height: auto;
	top: 0.1em;
	background: none;
	padding: 1em;
	margin: 0 -1em;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.sub-menu-toggle:before {
	content: '';
	display: block;
	margin: 2px 0 -2px;
	margin: 0.2rem 0 -0.2rem;
	border: 4px solid transparent;
	border: 0.4rem solid transparent;
	border-top-color: #2a3139;
}

.sub-menu-toggle.activated:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: -2px 0 2px;
	margin: -0.2rem 0 0.2rem;
}

.sub-menu-toggle svg {
	color: #000;
}

/* .menu-item-has-children .sub-menu-toggle:focus {
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
} */

@media (min-width: 896px) {
	.menu-item.menu-item-has-children:hover>.sub-menu {
		display: block;
	}
}

@media (min-width: 896px) {

	.menu-item-has-children .sub-menu-toggle:hover {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}

	.sub-menu {
		background-color: rgba(255, 255, 255, 1);
		top: 100%;
		position: absolute;
		margin-left: -1em;
		width: 20rem;
		z-index: 99;
		padding: 1em 0;
		border-radius: 3px;
		-webkit-box-shadow: 0px 10px 28px -7px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 10px 28px -7px rgba(0, 0, 0, 0.2);
	}

	.nav-primary .sub-menu a {
		color: #000;
	}

	.sub-menu:before {
		display: block;
	}

	.sub-menu .menu-item {
		padding: 0.5em 1em;
		height: auto;
	}

	li:not(.mega-menu) .menu-item {
		padding: 0.25em 0.6em;
		height: auto;
	}

	.sub-menu {
		display: flex;
		right: -9999px;
		pointer-events: none;
		opacity: 0;
		transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out right;
	}

	.menu-item:hover>.sub-menu {
		right: 0;
		left: -3em;
		pointer-events: all;
		opacity: 1;
		transition: 0.25s ease-in-out opacity, 0s ease-in-out right;
	}

	.mega-menu:hover>.sub-menu {
		right: 0;
		left: unset;
		pointer-events: all;
		opacity: 1;
		transition: 0.25s ease-in-out opacity, 0s ease-in-out right;
	}

	.sub-menu .menu-item:first-of-type {
		margin-top: 0;
	}

	.sub-menu a {
		padding: 0;
		position: relative;
		word-wrap: break-word;
		color: #fff;
	}

	.sub-menu .sub-menu {
		margin: -0.1rem 0 0 19.9rem;
		padding-left: 0;
		left: -0.1rem;
		top: -0.5em;
		border: 1px solid #eceef1;
	}

	.sticky-header .shrink .nav-secondary ul ul.sub-menu .menu-item {
		height: auto;
	}

	.sub-menu-toggle {
		display: none;
	}

}


.widget_nav_menu ul:not(.sub-menu) {
	display: block;
	margin-left: 0;
}

@media (max-width: 895px) {
	.nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a svg {
		display: none;
	}
}

.nav-primary ul.menu>li.menu-item>ul.sub-menu:before {
	content: "";
	display: none;
	position: absolute;
	top: -10px;
	right: var(--submenu-before-right, 0);
	width: 10px;
	height: 10px;
	background: black;
	transform: rotate(45deg);
}

@media (min-width: 896px) {
	.nav-primary ul.menu.has-pseudo>li.menu-item>ul.sub-menu:before {
		display: block;
	}
}

/* Mobile only */

.nav-primary .mobile-only {
	display: none;
}

@media (max-width: 768px) {
	.nav-primary .mobile-only {
		display: block;
	}
}

/* Menu Toggle */

.menu-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 2rem;
	cursor: pointer;
}

@media (max-width: 895px) {
	.menu-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: -15px;
		z-index: 1001;
	}

	.nav-primary {
		position: fixed;
		width: 80%;
		right: -100%;
		top: 0;
		height: 100vh;
		background-color: #fff;
		z-index: 999;
		overflow-y: auto;
		transition: right 0.3s ease;
	}

	.site-header .top-nav-bar {
		display: none;
	}

	.nav-primary.active {
		right: 0;
		margin-top: 0;
	}

	.nav-primary ul.menu {
		display: block;
		padding: 6em 0 0 0;
		position: relative;
		width: 100%;
	}

	.nav-primary .wrap .menu li {
		display: block;
		margin: 0;
		text-align: left;
	}

	.site-header .wrap .nav-primary .menu>.menu-item {
		padding: unset;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.menu-toggle {
		display: block;
		position: relative;
		z-index: 999;
		height: auto;
		margin-right: -0.5em;
		padding: 1em 0.5em;
		color: #2a3139;
		background: transparent;
		box-shadow: none;
		cursor: pointer;
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		color: #2a3139;
		background: none;
		box-shadow: none;
	}

	.menu-toggle.activated {
		position: fixed;
		right: 4vw;
	}

	/* .menu-toggle.activated,
	.shrink .menu-toggle {
		color: #2a3139;
	}

	.menu-toggle.activated span,
	.shrink .menu-toggle span {
		background: #2a3139;
	} */

	.menu-toggle span {
		display: block;
		float: right;
		position: relative;
		width: 2rem;
		height: 2px;
		border-radius: 3px;
		background: #2a3139;
	}

	.menu-toggle span:before,
	.menu-toggle span:after {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 3px;
		background-color: #2a3139;
		content: ' ';
	}

	.menu-toggle span:before {
		top: -0.5rem;
		transition: top 0.2s 0.2s, transform 0.2s 0s;
	}

	.menu-toggle span:after {
		bottom: -0.5rem;
		transition: bottom 0.2s 0.2s, transform 0.2s 0s;
	}

	.menu-toggle.activated span {
		background: none;
	}

	.menu-toggle.activated span:before {
		top: 0;
		transition: top 0.2s 0s, transform 0.2s 0.2s;
		transform: rotate(45deg);
	}

	.menu-toggle.activated span:after {
		bottom: 0;
		transition: bottom 0.2s 0s, transform 0.2s 0.2s;
		transform: rotate(-45deg);
	}

	.site-header .wrap .nav-primary>.wrap {
		display: flex;
		flex-direction: column;
		flex-flow: column;
		height: 100vh;
		padding: 0 3rem;
	}

	.primary-menu-ctas .gb-layout-column-wrap {
		flex-direction: column;
		margin-bottom: 25%;
	}

	.primary-menu-ctas .gb-block-layout-column {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.search-widget {
		display: none;
	}

	.menu-item-has-children {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding-right: 2rem;
	}

	.menu-item-has-children .sub-menu {
		display: none;
		position: relative;
		padding-left: 0.5rem;
		background-color: #fff;
	}

	.menu-item-has-children .sub-menu.active {
		display: block;
	}

	.sub-menu-toggle {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		border: 1px solid #000;
		background: transparent;
		cursor: pointer;
		padding: 0;
		margin-left: auto;
		margin-right: 0;
	}

	.menu-item-has-children .sub-menu .menu-item {
		padding-left: 1.5rem;
	}

	.menu-item-has-children .sub-menu .menu-item-has-children {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 2rem;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background-color: #f0f0f0;
	}
}

@media (max-width: 767px) {
	.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    	display: flex;
    	flex-direction: column;
	}
}

/* .menu-toggle.active .hamburger-icon {
	transform: rotate(90deg);
	transition: 0.3s;
} */


.menu-item-has-children {
	position: relative;
}

/* ## Footer
--------------------------------------------- */









.site-footer > .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.site-footer-credits.standalone {
    background-color: #efefef;
    padding: 1.5rem 0;
}

.footer-credits p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.footer-credits p .separator {
	font-size: 2rem;
	line-height: 0;
	margin: 0 0 0.25rem;
}



/* ## Utility
--------------------------------------------- */













/* ## Blocks
--------------------------------------------- */

/* Breadcrumbs */

.custom-breadcrumbs .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 1rem;
    padding: 0;
}

.custom-breadcrumbs .breadcrumb > span {
    display: flex;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

.custom-breadcrumbs .breadcrumb > a {
    display: flex;
}

/* Button */

.custom-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: fit-content;
}

.custom-button.align-left {
	align-items: flex-start;
}

.custom-button.align-right {
	align-items: flex-end;
}

/* Client Logos */

/* Consultation Steps */

/* Custom Image */

/* Home Page Video */

/* Menu Widget */

/* Recent Articles */

/* Search Widget */

.search-widget {
	position: relative;
}

.search-widget[data-search-type="menu"] .search-widget--form {
    position: absolute;
	min-width: 300px;
    right: calc(100% + 3rem);
    pointer-events: none;
	opacity: 0;
    transition: 0.25s ease-in-out opacity;
    z-index: -99;
}

.search-widget[data-search-type="menu"][data-menu-active="true"] .search-widget--form {
	pointer-events: all;
	opacity: 1;
	z-index: 99;
}

.search-widget .search-widget--toggle {
    display: flex;
    width: 30px;
    height: 30px;
}

.search-widget .search-widget--toggle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
	transition: 0.25s ease-in-out all;
}

.search-widget .search-widget--toggle span.hide {
	position: absolute;
    top: 0;
    left: 0;
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.show {
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.hide {
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
}

.search-widget .search-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
	width: fit-content;
}

.search-widget .search-form-label {
	flex: 1 1 100%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.search-widget .submit-container {
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
}

.search-widget .submit-container .search-form-cta {
	display: flex;
}

.search-widget .submit-container svg {
    color: #fff;
	width: 1.6rem;
    height: 1.6rem;
}

.search-widget .submit-container input[type='submit'] {
	background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-widget input[type='submit'].hidden {
	display: none;
}

/* Socials */

.custom-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.4rem;
    width: fit-content;
}

.custom-social--link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.custom-social--link svg {
    aspect-ratio: 1 / 1;
    color: var(--cloudqix-orange);
    width: 3.6rem;
    height: 3.6rem;
    transition: 0.25s ease-in-out all;
}

.custom-social--link:hover svg {
    color: #f59851;
}

/* Team Members */


/* ## Custom CSS
--------------------------------------------- */

/* Variables (Edit First!) */

:root {
	--theme-wrap-width: 92%;
	--theme-wrap-max-width: 1280px;
	--theme-wrap-padding-mobile: 4vw;
	/*--theme-section-padding: 11rem;*/
	--theme-section-padding: 8rem;
	--theme-section-padding-mobile: 8rem;
	--cloudqix-blue: #578cc9;
	--cloudqix-orange: #f27b21;
}

.moving-copy {
	position: sticky;
	top: 0;
	left: 0;
}

/* Site Header */

.nav-primary .menu {
    gap: 4rem;
}

.nav-primary .menu > .menu-item {
    padding: 3rem 0;
}

.site-header.shrink .nav-primary .menu > .menu-item {
    padding: 2.25rem 0;
}

.nav-primary .menu > .menu-item > a {
	position: relative;
    line-height: 1.5;
    padding: 0.75rem 0;
}

.nav-primary .menu > .menu-item > a span {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-primary .menu > .menu-item > a i,
.nav-primary .menu > .menu-item > a svg {
	display: flex;
	width: 13px;
	height: 13px;
}

.nav-primary .menu > .menu-item:not(.menu-cta) > a:before,
.nav-primary .menu > .menu-item.current-menu-item:not(.menu-cta) > a:before {
	content: '';
	background-image: linear-gradient(90deg, rgba(241, 122, 33, 0.31) 0%, #f17a21 100%);
	position: absolute;
	width: 0;
	height: 2px;
	top: auto;
	bottom: 0;
	left: 0;
	border-radius: 1.2rem;
	transition: 0.25s ease-in-out all;
}

.nav-primary .menu > .menu-item > a:hover:before,
.nav-primary .menu > .menu-item.current-menu-item:not(.menu-cta) > a:before {
	width: 100%;
}

.nav-primary .menu > .menu-item.current-menu-item:not(.menu-cta) > a,
.nav-primary .menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
	background-color: #000;
	background-clip: text;
	color: #4e9af1;
	pointer-events: none;
	cursor: default;
}

/* body:not(.home) .site-header:not(.shrink) .nav-primary .menu > .menu-item.current-menu-item:not(.menu-cta) > a {
	color: #fff;
} */

.nav-primary .menu > .menu-item.menu-cta > a,
.nav-primary .primary-menu-ctas .custom-button a.button {
    background-color: var(--cloudqix-orange);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
	line-height: 1.5;
    padding: 1.2rem 2.8rem;
	border: 2px solid var(--cloudqix-orange);
    border-radius: 50px;
}

.nav-primary .menu > .menu-item.menu-cta > a:hover,
.nav-primary .primary-menu-ctas .custom-button a.button:hover {
    background-color: #fff;
    color: #1d273f;
}

.sub-header-section--two .custom-button a.custom-button--blue {
	background-color: var(--cloudqix-blue);
	border: 2px solid var(--cloudqix-blue);
}

.sub-header-section--two .custom-button a.custom-button--blue:hover {
    background-color: #fff;
    color: #1d273f;
}

.entry-content .sub-header-section--two .custom-blue-button--outline {
	background-color: transparent !important;
	color: var(--cloudqix-blue);
	text-shadow: 2.5px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
}

.sub-header-section--two .add-custom-text-size {
	font-size: 3.8rem;
}

.nav-primary .menu > .menu-item > .sub-menu {
	background-color: #fff;
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: fit-content;
	min-width: 20rem;
	top: 100% !important;
	left: -9999px;
	margin: 0;
	padding: 2.5rem;
	border: 1px solid #eee;
	border-radius: 0;
	border-bottom-left-radius: 0.6rem;
	border-bottom-right-radius: 0.6rem;
	box-shadow: 0 0 1rem rgba(57, 62, 75, 0.18);
	clip-path: inset(0 -2rem -2rem -2rem);
	opacity: 0;
	pointer-events: none;
	transform: none;
	transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
}

.nav-primary .menu > .menu-item:hover > .sub-menu {
	left: 0;
	opacity: 1;
	pointer-events: all;
	transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
}

.nav-primary .menu > .menu-item > .sub-menu:after {
	position: absolute;
}

.nav-primary .menu > .menu-item > .sub-menu > .menu-item {
    padding: 0;
}

.nav-primary .menu > .menu-item > .sub-menu > .menu-item > a {
    font-weight: 500;
}

.nav-primary .primary-menu-ctas {
	display: none;
}

.menu-toggle {
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
    background-color: var(--cloudqix-blue);
    width: 26px;
    height: 3px;
    float: none;
    border-radius: 3px;
    transition: 0s 0.5s ease-in-out background-color;
}

.menu-toggle span:before {
    top: -0.8rem;
    transition: top 0.5s 0.5s, transform 0.5s 0s, background-color 0.5s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle span:after {
    bottom: -0.8rem;
    transition: bottom 0.5s 0.5s, transform 0.5s 0s, -webkit-transform 0.5s 0s, background-color 0.5s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle.active span {
    background-color: transparent;
    transition: 0.5s 0s ease-in-out background-color;
}

.menu-toggle.active span:before {
    background-color: #fff;
    top: 0;
    transform: rotate(45deg);
    transition: top 0.5s 0s, transform 0.5s 0.5s, background-color 0.5s 0s;
}

.menu-toggle.active span:after {
    background-color: #fff;
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.5s 0s, transform 0.5s 0.5s, background-color 0.5s 0s;
}

@media (max-width: 1095px) {
	.title-area {
		width: min(20rem, 19.1vw);
	}
}

@media (max-width: 895px) {
	.site-header > .wrap {
		align-items: center;
	}

	.title-area {
		width: 100%;
		max-width: 18rem;
		padding: 2.5rem 0;
	}

	.site-header.shrink .title-area {
		padding: 2rem 0;
	}

	.menu-toggle {
        display: flex;
    }

	.nav-primary {
        background-color: #173d6d;
        width: 93vw;
        max-width: 40rem;
        transition: 0.5s ease-in-out right;
    }

	.site-header > .wrap > .nav-primary > .wrap {
        justify-content: space-between;
		gap: 6rem;
        width: 100%;
        padding: 12rem 0;
    }

	.logged-in.admin-bar .site-header > .wrap > .nav-primary > .wrap {
        padding-top: calc(12rem + 46px);
    }

	.nav-primary ul.menu {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2rem;
        padding: 0 calc(4rem - 7px) 6rem 4rem;
        border-bottom: 1px solid #cdcdcd;
        overflow-y: scroll;
    }

    .nav-primary ul.menu::-webkit-scrollbar {
        -webkit-appearance: none;
        appearance: none;
        width: 7px;
    }

    .nav-primary ul.menu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    }

    .site-header .wrap .nav-primary .menu > .menu-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        row-gap: 0;
        column-gap: 3rem;
        width: 100%;
        padding: 0;
    }

    .site-header .wrap .nav-primary .menu > .menu-item > a {
        flex: 1 1 calc(100% - 3rem - 40px);
		display: flex;
        align-items: center;
        height: 40px;
		color: #fff;
        padding: 0.5rem 0;
    }

	.site-header .wrap .nav-primary .menu > .menu-item > a:before {
		display: none;
	}

    .nav-primary .menu > .menu-item > .sub-menu,
	.nav-primary .menu > .menu-item:hover > .sub-menu {
        flex: 1 1 100%;
        background-color: transparent;
		position: unset;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2rem;
        max-height: 0;
        margin: 0;
        padding: 0;
		border: none;
		opacity: 1;
        overflow: hidden;
        transition: 0.4s ease-in-out max-height;
    }

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item {
		padding: 0 0 0 1.5rem;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item:first-child {
		padding-top: 2rem;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item:last-child {
		padding-bottom: 2rem;
	}

    .nav-primary .menu > .menu-item > .sub-menu > .menu-item > a {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 500;
        height: 28px;
        padding: 0.5rem 0;
    }

	.site-header .wrap .nav-primary .menu > .menu-item.menu-cta {
		display: none;
	}

	.nav-primary .primary-menu-ctas {
		display: block;
	}

	.sub-menu-toggle,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        flex: 1 1 40px;
        background-color: transparent;
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #fff;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 6px;
        box-shadow: none;
        transform: none;
        transition: 0.4s ease-in-out all;
    }

	.sub-menu-toggle[aria-expanded="true"] {
        background-color: rgba(255, 255, 255, 0.08);
		transform: rotate(-180deg);
	}

    .sub-menu-toggle svg {
        color: #fff;
        width: 18px;
        height: 18px;
    }

    .sub-menu-toggle:before {
        display: none;
    }

    .nav-primary .menu > .menu-item.desktop-only {
        display: none !important;
    }
}

/* Front Page */

.front-page-1 > .gb-layout-column-wrap {
    display: grid;
	grid-template-columns: 50% 1fr;
	column-gap: 6rem;
}

.front-page-1 > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    justify-content: center;
}

/* .front-page-1 > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    width: calc(100% + (50vw - 640px));
}

@media (min-width: 2000px) {
	.front-page-1 > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
		max-width: 560px;
	}
}

@media (max-width: calc(1280px / 0.92)) {
	.front-page-1 > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
		width: calc(100% + 4vw);
	}
} */

.front-page-1 h1,
.sub-header-section h1,
.sub-header-section h2 {
	font-size: 5.2rem;
	font-weight: 600;
	line-height: 1.06;
}

.front-page-1 h1 strong,
.sub-header-section h1 strong,
.sub-header-section h2 strong {
	background-color: #000;
	background-clip: text;
    color: var(--cloudqix-orange);
    font-weight: inherit;
}

.sub-header-section h1.make-text-black strong {
	color: #000;
}

.header-image {
    position: relative;
    z-index: 1;
}

.header-image--background {
	position: relative;
	z-index: 2;
}

.header-image--background svg {
    width: 100%;
    height: 100%;
}

.header-image--item {
    position: absolute;
    display: flex;
    height: 100%;
    top: 0;
    left: 24.5%;
    z-index: 3;
}

.custom-button a.button,
.gform_wrapper.gravity-theme .gform_footer .input-button {
    background-color: var(--cloudqix-orange);
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    gap: 0.75rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
	margin: 0;
    padding: 1.6rem 3.2rem;
    border: 2px solid var(--cloudqix-orange);
    border-radius: 50px;
    box-shadow: none;
	text-align: center;
	overflow: hidden;
	transition: 0.25s ease-in-out all;
}

.gform_wrapper.gravity-theme .gform_footer input[type='submit'] {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: transparent;
    margin: 0;
    padding: 0 !important;
    border: none;
}

.custom-button a.button > span,
.nav-primary .menu > .menu-item.menu-cta > a > span,
.gform_wrapper.gravity-theme .gform_footer .input-button > span {
	background-color: #1d273f;
	background-clip: text;
	color: inherit;
}

.custom-button a.button:hover > span,
.nav-primary .menu > .menu-item.menu-cta > a:hover > span,
.gform_wrapper.gravity-theme .gform_footer .input-button:hover > span {
	background-color: #fff;
}

.gform_wrapper.gravity-theme .gform_footer .input-button {
    width: 100%;
	line-height: 1 !important;
	padding: 1.6rem 3.2rem !important;
}

.custom-button a.button:hover,
.gform_wrapper.gravity-theme .gform_footer .input-button:hover {
    background-color: #fff;
    color: #1d273f;
}

.custom-button a.button.outlined {
	background-color: #fff;
    color: var(--cloudqix-orange);
	text-shadow: 2.5px 3px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
}

.custom-button a.button.outlined:hover {
    background-color: rgba(0, 0, 0, 0.02);
    color: #1d273f;
	text-shadow: none;
}

.custom-button a.button.white.outlined {
	background-color: transparent;
    color: #fff;
	border-color: #fff;
}

.custom-button a.button.white.outlined:hover {
    background-color: #fff;
    color: #1d273f;
}

.front-page-1 .button-ctas > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 2rem;
    column-gap: 3rem;
}

.front-page-1 .button-ctas > .gb-layout-column-wrap > .gb-block-layout-column {
    flex: 0 1 auto;
    width: auto;
}

.entry-content > .front-page-3 {
    border-radius: 3.5rem 3.5rem 0 0;
}

.content-panels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 1rem 0 0;
}

p + .content-panels {
	margin-top: 6rem !important;
}

.content-panel {
    background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
    padding: 2rem 2rem 4rem;
    border-radius: 2rem;
}

.content-panel--bottom {
    position: relative;
	display: flex;
    width: 100%;
    height: 275px;
	z-index: 1;
}

.content-panel--image {
	flex: 1;
	position: relative;
	display: flex;
	max-height: 100%;
    border-radius: 1.2rem;
	box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	transition: 0.3s ease-in-out max-height;
	z-index: 3;
}

.content-panel:hover .content-panel--image {
	max-height: calc(100% - var(--copy-height));
}

.content-panel--image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.content-panel--heading h3 {
    color: #1d273f;
    font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
}

.content-panel--copy {
    position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
	opacity: 0;
	transition: 0.3s ease-in-out opacity;
    z-index: 2;
}

.content-panel:hover .content-panel--copy {
	opacity: 1;
}

.content-panel--copy p {
    color: #1d273f;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
	padding: 3rem 0 0;
}


.front-page-3--inner-page .content-panels {
	grid-template-columns: repeat(3, 1fr);
}

/* .front-page-3--inner-page .content-panel .content-panel--image {
	max-height: calc(100% - var(--copy-height));
} */

.front-page-3--inner-page .content-panel .content-panel--copy {
	opacity: 1;
}

.front-page-3--inner-page .content-panel--heading h3 {
	color: var(--cloudqix-orange);
}

.front-page-3--inner-page .content-panel {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

@media (max-width: 1195px) {
	.front-page-3--inner-page .content-panels {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 650px) {
	.front-page-3--inner-page .content-panels {
		grid-template-columns: auto;
		max-width: 400px;
		margin: 0 auto;
	}
}

.benefits-grid {
    display: grid;
	grid-template-rows: repeat(2, 1fr);
    grid-template-columns: calc(45% - 1rem) 1fr;
    gap: 2rem;
}

.benefits-grid--item {
    background-color: #ffe1cc;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4rem;
    border-radius: 3.5rem;
    overflow: hidden;
}

.benefits-grid--item:nth-child(2) {
    grid-row: 1 / span 2;
}

.benefits-grid--item--image {
	position: absolute;
	height: 320px;
    border-top-left-radius: 2.1rem;
	border-bottom-left-radius: 2.1rem;
    box-shadow: -29px 30px 35.8px 0px rgba(55, 68, 120, 0.09);
    overflow: hidden;
	transform-origin: right top;
	transition: 0.5s ease-in-out all;
}

.benefits-grid--item:hover .benefits-grid--item--image {
    transform: scale(1.125);
}

.benefits-grid--item--image img {
	object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.benefits-grid--item--content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
	max-width: calc(62.5% - 6rem);
	padding: 5rem 0 0;
}

.benefits-grid--item--content-heading h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.benefits-grid--item--content-copy p {
    font-size: 2.2rem;
    line-height: 1.2;
}

.benefits-grid--item:nth-child(2) .benefits-grid--item--content {
	max-width: 420px;
	padding: calc(360px + 8rem) 0 0;
}

.benefits-grid--item:nth-child(2) .benefits-grid--item--image {
    top: 4rem;
    left: 26%;
}

.benefits-grid--item:nth-child(2) .benefits-grid--item--image img {
    object-position: left center;
}

.benefits-grid--item:nth-child(2):hover .benefits-grid--item--image {
    top: 5rem;
    left: 11rem;
}

.benefits-grid--item:nth-child(3) .benefits-grid--item--image {
    top: -13rem;
    left: 62.5%;
}

.benefits-grid--item:nth-child(3):hover .benefits-grid--item--image {
    top: -11rem;
    left: 65%
}

.benefits-grid--item:nth-child(4) .benefits-grid--item--image {
    top: auto;
	bottom: -8rem;
    left: 62.5%;
	transform-origin: right bottom;
}

.benefits-grid--item:nth-child(4) .benefits-grid--item--image img {
    object-position: left center;
}

.benefits-grid--item:nth-child(4):hover .benefits-grid--item--image {
	top: auto;
    bottom: -8rem;
    left: 65%
}

.capabilities-list {
	padding: 8rem 0;
}

.front-page-5--inner-page .capabilities-list {
	padding: 0;
}

@media (max-width: 895px) {
	.front-page-5--inner-page .capabilities-list {
		padding: 6rem 0;
	}
}

.capabilities-list--items {
    position: relative;
    margin: 0;
    z-index: 1;
}

.capabilities-list--items:before {
	content: '';
	background-color: #cacaca;
    position: absolute;
	width: 4px;
	height: 100%;
    margin: 0;
	top: 0;
	left: 28px;
    z-index: 2;
}

.capability {
    list-style-type: none;
    position: relative;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 8rem;
    padding: calc(60px + 3rem) 0 10rem calc(60px + 3rem);
    z-index: 3;
}

.capability:last-child {
    padding-bottom: 0;
}

.capability-dot {
    background-color: var(--cloudqix-orange);
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    top: -8px;
    left: -8px;
    border: 8px solid #fff;
    border-radius: 50%;
	overflow: hidden;
}

.capability-dot:before,
.capability-dot:after {
    content: '';
	background-color: #fff;
	position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
}

.capability-dot:after {
    background-color: var(--cloudqix-orange);
    width: 13px;
    height: 13px;
}

.capability-content {
    flex: 1 1 calc(42.5% - 4rem);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.capability-content--counter p {
    font-size: 1.5rem;
	line-height: 1.2;
}

.capability-content--tagline p {
    color: var(--cloudqix-orange);
    font-size: 1.5rem;
    font-weight: 700;
	line-height: 1.2;
}

.capability-content--heading h3 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.capability-content--copy p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.capability-content--cta .custom-button {
    align-items: flex-start;
}

.capability-image {
    flex: 1 1 calc(57.5% - 4rem);
	aspect-ratio: 14 / 9;
	display: flex;
	border-radius: 2rem;
	overflow: hidden;
}

.capability-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: auto;
	transition: 1s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
}

.capability.active .capability-image img {
	transform: translateX(-30px) scale3d(1.2, 1.2, 1.2) translateY(-30px);
}

.entry-content > .front-page-6,
.entry-content > .bottom-cta-section {
    background-color: transparent !important;
}

.entry-content > .front-page-6 > .gb-layout-column-wrap,
.entry-content > .bottom-cta-section > .gb-layout-column-wrap {
    /* background-image: linear-gradient(90deg, #3781d6, #0a386c); */
	background-color: #3781d6;
	grid-template-columns: 1fr 50%;
    gap: 6rem;
    padding: 5rem;
    border-radius: 3.5rem;
    overflow: hidden;
}

.entry-content .front-page-6 p,
.entry-content .bottom-cta-section p {
	background-color: #000;
	background-clip: text;
    font-size: 1.6rem;
    line-height: 1.7;
}

.svg-container {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}

.svg-container svg {
    width: 100%;
    height: 100%;
	overflow: visible;
}

.integrator-section .svg-container svg {
	transform: scale(1.15);
}

@media (max-width: 767px) {
	.integrator-section .svg-container {
		position: unset;
		max-width: 400px;
		margin: 0 auto;
	}

	.integrator-section .svg-container svg {
		transform: none;
	}
}

.heading-with-svg {
    margin: 0 0 2rem;
}

.heading-with-svg h2 {
	background-color: #000;
	background-clip: text;
    font-size: 4.5rem;
    line-height: 1.2;
}

.heading-with-svg .heading-svg {
    position: relative;
    z-index: 1;
}

.heading-with-svg .heading-svg .heading {
	color: #fff;
    position: relative;
    padding: 3rem 0 0;
    display: inline-flex;
    z-index: 3;
}

.heading-with-svg .heading-svg .svg {
    position: absolute;
    z-index: 2;
    top: -30px;
    left: auto;
    right: -10px;
}

.heading-with-svg .heading-svg .svg svg {
    height: 100%;
}

.heading-with-svg .heading-svg .svg svg path {
	fill: #ff9747;
}

@media (max-width: 1195px) {
	.content-panels {
		grid-template-columns: repeat(3, 1fr);
	}

	.benefits-grid {
		grid-template-columns: 40% 1fr;
	}
}

@media (max-width: 895px) {
	.custom-button a.button,
	.gform_wrapper.gravity-theme .gform_footer .input-button {
		font-size: 1.7rem;
	}

	.front-page-1 h1,
	.sub-header-section h1,
	.sub-header-section h2 {
		font-size: 3.8rem;
	}

	/* .front-page-1 > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
		display: flex;
		justify-content: flex-end;
	}

	.front-page-1 > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
		max-width: calc(350px + 4vw);
		margin: 0 -4vw 0 0;
	} */

	.front-page-1 .header-image {
		max-width: 450px;
		margin: 0 auto;
	}

	.home h2 {
		font-size: 3rem;
	}

	.content-panels {
		grid-template-columns: repeat(2, 1fr);
	}

	.content-panel--bottom {
		flex-direction: column;
		height: auto !important;
	}

	.content-panel--image {
		order: -1;
		aspect-ratio: 2 / 1;
		max-height: unset;
	}

	.content-panel--copy {
		position: unset;
		opacity: 1;
	}

	.benefits-grid {
		display: flex;
		flex-direction: column;
	}

	.benefits-grid--item--content {
		max-width: calc(62.5% - 6rem) !important;
    	padding: 5rem 0 0 !important;
	}

	.benefits-grid--item--image,
	.benefits-grid--item:hover .benefits-grid--item--image {
		top: auto !important;
		bottom: -8rem !important;
		left: 62.5% !important;
		transform:  none !important;
	}

	.benefits-grid--item--image img {
		object-position: left center !important;
	}

	.benefits-grid--item--content-heading h3 {
		font-size: 2.4rem;
	}

	.benefits-grid--item--content-copy p {
		font-size: 1.7rem;
	}

	.capabilities-list--items:before {
		width: 3px;
		left: calc((11.7vw / 2) - 8px - 1.5px);
	}

	.capability {
		flex-direction: column;
		gap: 6rem;
		padding-left: calc((11.7vw - 8px) + 1.5rem);
	}

	.capability-image {
		width: 100%;
		max-height: 250px;
	}

	.capability.active .capability-image img {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	.capability-content--heading h3 {
		font-size: 2.6rem;
	}

	.capability-content--cta {
		margin: 1.5rem 0 0;
	}

	.capability-dot {
		width: 11.7vw;
		height: 11.7vw;
	}

	.capability-dot:before {
		width: 4.15vw;
		height: 4.15vw;
	}
	
	.capability-dot:after {
		width: 2vw;
		height: 2vw;
	}

	.entry-content > .front-page-6,
	.entry-content > .bottom-cta-section {
		padding: 0;
	}

	.entry-content > .front-page-6 > .gb-layout-column-wrap,
	.entry-content > .bottom-cta-section > .gb-layout-column-wrap {
		display: block;
		padding: var(--theme-section-padding-mobile) 0;
		border-radius: 0;
        border-bottom: 1.5px solid;
	}

	.entry-content > .front-page-6 > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
	.entry-content > .bottom-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
		display: none;
	}

	.entry-content > .bottom-cta-section-2 > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
		display: block;
	}

	.entry-content .bottom-cta-section-2 .custom-button.align-right,
	.entry-content .bottom-cta-section-2 .custom-button.align-left {
		align-items: center;
	}

	.entry-content > .front-page-6 > .gb-layout-column-wrap > .gb-block-layout-column:last-child,
	.entry-content > .bottom-cta-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
		padding: 0 var(--theme-wrap-padding-mobile);
	}
}

@media (max-width: 650px) {
	.content-panels {
		grid-template-columns: auto;
		max-width: 400px;
		margin: 0 auto;
	}

	.benefits-grid--item--content {
		max-width: 100% !important;
		padding: 0 !important;
	}

	.benefits-grid--item--image {
		display: none;
	}
}

/* Site Footer */

.site-footer {
    /* background-color: #173d6d; */
	background-color: #d9d9d9;
    padding: calc(8rem + 2.2rem) 0 8rem;
}

.site-footer-widgets > .wrap {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    grid-template-columns: 200px 1fr 200px;
	align-items: center;
}

.site-footer .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	row-gap: 3rem;
    column-gap: 4rem;
    margin: 0;
}

.site-footer .menu .menu-item {
    list-style-type: none;
}

.site-footer .menu .menu-item a {
    color: #1d273f;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
}

.site-footer .menu .menu-item a:hover {
    color: var(--cloudqix-blue)
}

.site-footer .wp-block-image {
    display: flex;
    width: 100%;
    height: fit-content;
}

.site-footer .wp-block-image img {
	object-fit: contain;
	object-position: left center;
	width: 100%;
	height: auto;
	max-height: 60px;
	margin: -2.2rem 0 0;
}

.site-footer .custom-social--link svg {
    color: #1d273f;
    width: 2.6rem;
    height: 2.6rem;
}

.site-footer .custom-social--link:hover svg {
	color: var(--cloudqix-blue);
}

.site-footer-credits {
	padding: 4rem 0 0;
	border-top: 2px solid var(--cloudqix-orange);
}

.footer-credits p {
	flex-wrap: wrap;
	row-gap: 2rem;
	column-gap: 3.5rem;
	font-weight: 400;
    line-height: 1.5;
}

.footer-credits p a {
    color: #1d273f;
    font-weight: 500;
    text-decoration: underline;
}

.footer-credits p a:hover {
	color: var(--cloudqix-blue);
}

.footer-credits p .separator {
    display: none;
}

.site-footer-widgets .gb-has-custom-background-color {
    background-color: transparent !important;
}

@media (max-width: 1095px) {
	.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
	.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
		flex: 1 1 calc(50% - 4rem);
	}

	.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) {
		flex: 1 1 100%;
		order: 3;
	}

	.site-footer .wp-block-image {
		max-width: 200px;
	}

	.site-footer .custom-socials {
		margin-left: auto;
	}
}

@media (max-width: 895px) {
	.site-footer .wp-block-image {
		max-width: 180px;
	}
}

@media (max-width: 650px) {
	.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		flex-direction: column;
		gap: 5rem;
	}

	.site-footer .menu,
	.footer-credits p {
		justify-content: flex-start;
	}

	.site-footer .custom-socials {
		margin: 0;
	}
}

/* Solutions Page */

.custom-header {
	background-color: #4e9af1;
    position: relative;
    display: flex;
    width: 100%;
    height: 280px;
	padding: 4rem 0;
	overflow: hidden;
	z-index: 1;
}

.custom-header.has-overflow {
    height: calc(280px + var(--theme-section-padding));
    padding: 0 0 var(--theme-section-padding);
}

.custom-header > .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8rem;
}

.custom-header--logo,
.custom-header--diagram {
    display: flex;
	max-width: 300px;
    height: 100%;
}

.custom-header--separator {
    flex: 1;
    display: flex;
    width: 100%;
    height: 3px;
    border-bottom: 3px dashed #cccbcb;
}

@media (max-width: 767px) {
	.custom-header--logo, .custom-header--diagram {
		display: flex;
		max-width: 50%;
		height: 100%;
	}
}

.custom-header--logo img,
.custom-header--diagram img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.custom-header--svg {
    position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.custom-header:not(.has-overflow) .custom-header--svg svg {
    width: 92%;
    max-width: 1280px;
    height: auto;
    margin: 5% 10% 0;
}

.custom-header--image {
	background-color: #4e9af1;
    position: relative;
	display: flex;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.custom-header--image img {
    object-fit: cover;
	object-position: center center;
    width: 100%;
    height: 100%;
}

.custom-header.top-30 .custom-header--image img {
	object-position: center 30%;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.has-moving-copy,
.entry-content > .gb-block-container.has-moving-copy {
	overflow: visible;
}

.sub-header-section.has-moving-copy > .gb-layout-column-wrap > .gb-block-layout-column.moving-copy-container:first-child {
	padding: 0;
}

.sub-header-section:not(.align-normal) > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
	justify-content: center;
}

.sub-header-section.has-moving-copy > .gb-layout-column-wrap > .gb-block-layout-column.moving-copy-container > .gb-block-layout-column-inner {
	justify-content: flex-start;
}

.sub-header-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child .wp-block-image {
    aspect-ratio: 3 / 2;
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 2rem;
    overflow: hidden;
}

.sub-header-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child .wp-block-image img {
    object-fit: cover;
	object-position: center center;
    width: 100%;
    height: 100%;
}

.sub-header-section .gform_wrapper.gravity-theme {
    padding: 4rem;
    border: 4px solid #adb7cf;
    border-radius: 3.5rem;
}

.inner-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    justify-content: center;
}

.entry-content .inner-section h2 {
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1.06;
}

.entry-content .has-white-color h2,
.entry-content h2.has-white-color {
	color: #ff9747;
}

.entry-content .inner-section p {
	font-size: 2.2rem;
	line-height: 1.7;
}

.transparent-image .wp-block-image {
    aspect-ratio: 3 / 2;
    background-color: #f5f5f5;
    display: flex;
	align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 3rem;
    border-radius: 2rem;
    overflow: hidden;
}

.inner-section[style*="background-color:#f5f5f5"] .transparent-image .wp-block-image {
    background-color: #ececec;
}

.transparent-image .wp-block-image img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.below-heading-tagline {
	margin: -1rem 0 3rem;
}

.entry-content .below-heading-tagline p {
	background-color: #000;
	background-clip: text;
	color: #4e9af1;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 1.5;
}

.entry-content .below-heading-tagline + p {
	font-size: 1.7rem;
	line-height: 1.5;
}

@media (max-width: 895px) {
	.custom-header {
		height: 180px;
	}

	.sub-header-section + .inner-section {
		padding-top: 0;
	}

	.inner-section.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
		order: -1;
	}

	.entry-content .inner-section h2 {
		font-size: 3rem;
	}

	.entry-content .inner-section p {
		font-size: 1.8rem;
	}
}

/* Contact Page */

.gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .gform_fields {
    gap: 2rem;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
	margin: 0 0 0.75rem;
}

.gform_wrapper.gravity-theme .gfield_label .gfield_required {
    display: flex;
    font-size: inherit;
	font-weight: inherit;
    line-height: inherit;
    padding: 0;
}

/*.gform_wrapper.gravity-theme .ginput_container {
    display: flex;
}

.gform_wrapper.gravity-theme .ginput_container_phone {
    flex-direction: column;
}

.gform_wrapper.gravity-theme .ginput_complex {
    gap: 2rem;
}


.gform_wrapper.gravity-theme .ginput_complex > span {
    padding: 0 !important;
}
*/

.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    padding: 8px 12px !important;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
	outline: none;
	transition: 0.25s ease-in-out all;
}

.gform_wrapper.gravity-theme input:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
    border-color: var(--cloudqix-blue);
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 3rem 0 0;
    padding: 0;
}

/* Pricing Page */

/* .entry-content > .pricing-section {
    margin: -3rem 0 0;
    padding-top: 0;
} */

.pricing-section--top {
    max-width: 650px;
    margin: 0 auto;
}

.pricing-section--top h1 {
    font-size: 5.3rem;
    font-weight: 600;
    line-height: 1.06;
	text-align: center;
	margin: 0 0 2.5rem;
}

.pricing-section--top p {
    font-size: 1.7rem;
    line-height: 1.5;
	text-align: center;
}

.pricing-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    gap: 2.5rem;
}

.pricing-module {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.pricing-module--selection {
    max-width: 650px;
    margin: 0 auto;
}

.pricing-module--selection ul {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin: 0;
}

.pricing-module--selection ul li {
    list-style-type: none;
	display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
	pointer-events: all;
	cursor: pointer;
}

.pricing-module--selection ul li[data-selected='true'] {
    font-weight: 600;
	pointer-events: none;
	cursor: default;
}

.pricing-module--selection ul li .selector {
    position: relative;
    background-color: #e9e8e8;
    display: block;
    width: 26px;
    height: 26px;
    border: 5px solid #e9e8e8;
    border-radius: 50%;
}

.pricing-module--selection ul li[data-selected='true'] .selector {
	background-color: var(--cloudqix-orange);
}

.pricing-module--list {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    row-gap: calc(4rem + 13px);
    column-gap: 2rem;
}

.pricing-option {
	flex: 1 1 calc((100% - 6rem) / 4);
	max-width: calc((100% - 6rem) / 4);
	position: relative;
	display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: calc(13px + 2.4rem) 2.4rem 2.4rem;
    border: 1px solid #d9d9d9;
    border-radius: 1.2rem;
}

.pricing-option--heading h2 {
    font-size: 1.9rem;
	font-weight: 600;
    line-height: 1.5;
}

.pricing-option--tagline {
    background-color: #4E9AF1;
    position: absolute;
    top: -13px;
    border-radius: 50px;
}

.pricing-option--tagline p {
	background-color: #000;
	background-clip: text;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0.325rem 1.2rem;
}

.pricing-option--price p {
    display: flex;
    flex-direction: column;
}

.pricing-option--price p .price {
    display: grid;
    grid-template-columns: 10px auto;
}

.pricing-option--price p .price .denomination {
    font-size: 1.2rem;
    line-height: 1.5;
	margin: 0.25rem 0 0;
}

.pricing-option--price p .price .number {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.pricing-option--price p .description {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0 0 0 10px;
}

.pricing-option--users {
    margin: 0.5rem 0 0;
}

.pricing-option--users p {
	background-color: #000;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #4e9af1;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
}

.pricing-option--users p svg {
	color: #a3a3a3;
}

.pricing-option--features-heading {
    margin: 1rem 0 0.5rem;
}

.pricing-option--features-heading h3 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
}

.pricing-option--features-list ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1.5rem 0 0;
}

.pricing-option--features-list ul li {
    list-style-type: none;
	display: flex;
	gap: 1rem;
    font-size: 1.4rem;
}

.pricing-option--features-list ul li:before {
    content: '\f00c';
	display: none;
	font-weight: 400;
	font-family: 'Font Awesome 6 Sharp';
}

.pricing-option--features-list ul li strong {
	background-color: #000;
	background-clip: text;
	color: #4e9af1;
	font-weight: 400;
}

.pricing-option--features-list ul li svg {
    width: 16px;
    height: 16px;
    margin: 3.325px 0 0;
}

.pricing-option--cta {
	flex: 1;
    display: flex;
    align-items: flex-end;
    margin: 2rem 0 0;
}

.pricing-option--cta .custom-button a.button {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.9rem;
    font-weight: 600;
}

.pricing-module + .custom-button {
    margin: 6rem 0 0;
}

.entry-content > .plan-section {
    background-color: transparent !important;
}

.plan-section > .gb-layout-column-wrap {
    background-color: #edf3fa;
    padding: 8rem 3rem;
    border-radius: 3.5rem;
    overflow: hidden;
}

.plan-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    gap: 4rem;
}

.entry-content .plan-section h2 {
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.plan-section table {
	overflow: hidden;
}

.plan-section thead,
.plan-section tbody {
    display: block;
    padding: 0 4rem;
	border: none;
	overflow: visible;
}

.plan-section tr {
	position: relative;
	display: flex;
	z-index: 2;
}

.plan-section tr th,
.plan-section tr td {
    flex: 1;
	position: relative;
	font-size: 1.5rem;
    text-align: center;
	padding: 1.5rem 0;
	border: none;
	z-index: 3;
}

.plan-section tr th:first-child,
.plan-section tr td:first-child {
    flex: 32%;
    max-width: 32%;
	font-weight: 500;
	text-align: left;
}

.plan-section tr td[data-plan]:before {
	content: attr(data-plan);
	order: -2;
	display: none;
	font-size: 1.7rem;
    font-weight: 500;
}

.plan-section tr td[data-plan]:after {
	content: attr(data-feature);
	order: -1;
	display: none;
}

.plan-section tr th {
	font-weight: 600;
}

.plan-section tbody tr:nth-of-type(2n + 1):before {
	content: '';
	background-color: #fff;
	position: absolute;
	width: calc(100% + 8rem);
	height: 100%;
	top: 0;
	left: -4rem;
	border-radius: 1rem;
	z-index: 2;
}

.plan-section .table-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.plan-section .table-icon svg {
    display: flex;
    width: 20px;
    height: 20px;
	opacity: 0.3;
}

.plan-section .table-icon[data-type='true'] svg {
	color: #11a639;
    opacity: 1;
}

@media (max-width: 1095px) {
	.pricing-section--top h1 {
		font-size: 5.2rem;
	}

	.pricing-option {
		flex: 1 1 calc((100% - 4rem) / 3);
    	max-width: calc((100% - 4rem) / 3);
	}
}

@media (max-width: 895px) {
	.pricing-section--top h1 {
		font-size: 3.8rem;
	}

	.pricing-option {
		flex: 1 1 calc(50% - 1rem);
    	max-width: calc(50% - 1rem);
	}

	.entry-content > .plan-section {
		padding-bottom: 0;
	}

	.plan-section > .gb-layout-column-wrap {
		border-radius: 0;
	}

	.plan-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		padding: var(--theme-section-padding-mobile) 0;
	}

	.entry-content .plan-section h2 {
		font-size: 3rem;
	}

	.plan-section thead,
	.plan-section tbody {
		padding: 0 min(4rem, 4.47vw);
	}

	.plan-section tbody tr:nth-of-type(2n + 1):before {
		width: calc(100% + min(8rem, 8.94vw));
		left: max(-4rem, -4.47vw);
	}

/*
	.plan-section tr th,
	.plan-section tr td {
	    font-size: min(1.5rem, 1.68vw);
	}


	.plan-section .table-icon svg {
		width: min(2rem, 2.23vw);
		height: min(2rem, 2.23vw);
	}*/
}

@media (max-width: 650px) {
	.pricing-module--list {
		flex-direction: column;
		align-items: center;
	}

	.pricing-option {
		flex: 1;
		width: 100%;
		max-width: 350px;
	}

/*
	.plan-section thead,
	.plan-section tr td:first-child {
		display: none;
	}

	.plan-section tbody {
		display: flex;
		flex-direction: column;
		gap: 3rem;
		padding: 0;
	}

    .plan-section tr {
        display: contents;
    }

	.plan-section tbody tr:nth-of-type(2n + 1):before {
		display: none;
	}

	.plan-section tr td {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 1rem;
		font-size: 1.5rem;
		padding: 0 3rem;
		border-radius: 1rem;
		overflow: hidden;
	}


	.plan-section tr td[data-plan]:before,
	.plan-section tr td[data-plan]:after {
		display: block;
	}

	.plan-section td[data-type='even'] {
		background-color: #fff;
		padding: 3rem;
	}

	.plan-section .table-icon {
		height: auto;
		padding: 2.135px 0;
	}

	.plan-section .table-icon svg {
		width: 2rem;
		height: 2rem;
	}*/
}

/* Blog Archive */

.blog .sub-header-section,
.blog .sub-header-section > .gb-layout-column-wrap,
.legal-page .sub-header-section,
.legal-page .sub-header-section > .gb-layout-column-wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.blog .sub-header-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
.legal-page .sub-header-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    padding: 8rem 0;
}

.blog-archive--heading > .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.blog-archive--section-heading {
   display: flex;
	flex-wrap: wrap;
    align-items: center;
row-gap: 2.5rem;
    column-gap: 6rem;
margin: 0 0 2.5rem;
}

.blog-archive--section-heading h2 {
      font-size: 3rem;
font-weight: 600;
margin: 0;
}
.blog-archive--section-heading .search-bar {

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

	row-gap: 2rem;

	column-gap: 3rem;

	margin-left: auto;

}



.blog-archive--section-heading .search-bar .inner {

	width: 92vw;

    max-width: 400px;

}



.no-results .blog-archive--section-heading .search-bar,

.blog-archive--section-heading .search-bar:only-child {

    margin: 0 auto 1.5rem;

}



.search-bar--reset a {
   font-weight: 600;

}



.no-results .no-posts-found {
   text-align: center;

}



.blog-archive--section-heading .search-bar form {
   display: flex;

}



.blog-archive--section-heading .search-bar input {

    flex: 1;

    font-size: 1.5rem;

    padding: 8px 16px;

	border: 1.5px solid var(--cloudqix-blue);

	border-right: none;

	border-top-left-radius: 0.3rem;

	border-bottom-left-radius: 0.3rem;

    outline: none;

}



.blog-archive--section-heading .search-bar button {

	background-color: var(--cloudqix-blue);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.7rem;

    margin: 0;

    padding: 1.55rem;

	border-top-left-radius: 0;

    border-bottom-left-radius: 0;

	box-shadow: none;

	transition: 0.25s ease-in-out all;

}



.blog-archive--section-heading .search-bar button:hover {
filter: brightness(1.1);}
.blog-archive--featured {padding: 0 0 4rem;}



.blog-archive--featured,
.blog-archive--wrapper {
	padding: 0 0 var(--theme-section-padding);
}

.blog-archive--featured + .blog-archive--wrapper {
    background-color: #f5f5f5;
	padding-top: var(--theme-section-padding);
}

.recent-articles--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	row-gap: 6rem;
    column-gap: 4rem;
}

.recent-article--link {
	display: flex;

	flex-direction: column;

    height: 100%;
	transition: none;
}

.recent-article--link:hover {
	color: unset;
}

.recent-article--image {
	position: relative;
    aspect-ratio: 10 / 7;
    display: flex;
    width: 100%;
    height: auto;
	max-height: 180px;
    border-radius: 2rem;
    overflow: hidden;
	z-index: 1;
}

.recent-article--image > img {
	position: relative;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
	transition: 0.75s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
	z-index: 0;
}

.recent-article--link:hover .recent-article--image > img {
	transform: scale3d(1.1, 1.1, 1.1);
}

.recent-article--content {
     flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
padding: 2.5rem 2.5rem 0;
}

.recent-article--content-info-title h3 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
	transition: 0.25s ease-in-out color;
}

.recent-article--link:hover .recent-article--content-info-title h3 {
    color: var(--cloudqix-blue);
	transition: 0.25s ease-in-out color;
}

.recent-article--content-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recent-article--content-info-date p {
    color: #6a6a6a;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}

.recent-article--content-info-description {
    margin: 1rem 0 0;
}

.recent-article--content-info-description p {
    font-size: 1.6rem;
}

.recent-article--content-cta {
    flex: 1;

    display: flex;

    align-items: flex-end;
}

.recent-article--content-cta p {
	background-color: #000;
	background-clip: text;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--cloudqix-orange);
    font-weight: 600;
    line-height: 1.5;
	transition: 0.25s ease-in-out all;
}

.recent-article--link:hover .recent-article--content-cta p {
	gap: 1.25rem;
	color: #f7b582;
}

.blog-archive--featured .recent-articles--wrapper {
    grid-template-columns: repeat(2, 1fr);
}

.blog-archive--featured .recent-article--image {
    aspect-ratio: 2 / 1;
	max-height: 180px;
}

.blog-archive--featured .recent-article--image:before {
	content: '';
	background-image: linear-gradient(270deg, #000 0%, transparent 49%);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.blog-archive--featured .recent-article--image .logo {
    position: absolute;
    display: flex;
    width: 30%;
    max-width: 100px;
    height: auto;
    max-height: 25%;
    top: 3rem;
    left: auto;
    right: 3rem;
    filter: grayscale(1) brightness(2);
    z-index: 3;
}

.blog-pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 5rem 0 0;
}

.blog-pagination ul li {
    list-style-type: none;
}

.blog-pagination ul li .current,
.blog-pagination ul li a {
	background-color: #f9f9f9;
	color: #222;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	padding: 1.5rem 1.8rem;
	text-decoration: none;
	word-spacing: 0.2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.17);
	overflow: hidden;
}

.blog-pagination ul li .current {
	background-color: var(--cloudqix-blue);
	color: #fff;
    font-weight: 600;
	border-color: var(--cloudqix-blue);
	box-shadow: none;
}

.blog-pagination ul li a {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-pagination ul li a:hover {
	background-color: var(--cloudqix-orange);
	color: #fff;
	border-color: var(--cloudqix-orange);
	box-shadow: none;
}

.blog-pagination ul li a svg {
    width: 1.4rem;
    height: 1.4rem;
}

@media (max-width: 1095px) {
    .recent-articles--wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
	.blog-archive--featured,
	.blog-archive--wrapper {
		padding: var(--theme-section-padding-mobile) 0;
	}
	.blog-archive--featured {
		padding-top: 0;
	}
	.blog-archive--section-heading h2 {
		width: 100%;
		text-align: center;	}

	.blog-archive--section-heading .search-bar {
	margin: 0 auto;

	}

	.blog-archive--section-heading h2 {
		text-align: center;
	}

    .recent-articles--wrapper {
        display: block;
    }

    .recent-article {
        max-width: 400px;
        margin: 0 auto;
    }

    .recent-article:not(:first-child) {
        margin-top: 4rem;
    }
}

/* Single Post */

.single-post-thumbnail {
    background-color: #173d6d;
    padding: 6rem 0;
    overflow: visible;
}

.single-post-thumbnail--inner {
	aspect-ratio: 23 / 10;
	position: relative;
    width: var(--theme-wrap-width);
    max-width: 930px;
    margin: 0 auto;
	border-radius: 2rem;
	overflow: hidden;
	z-index: 1;
}

.single-post-thumbnail--inner:before {
	content: '';
	background-image: linear-gradient(270deg, #000 0%, transparent 49%);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.single-post-thumbnail--inner > img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.single-post-thumbnail--inner .logo {
    position: absolute;
    display: flex;
    width: 30%;
    max-width: 150px;
    height: auto;
    max-height: 40%;
    top: 3rem;
    left: auto;
    right: 3rem;
    filter: grayscale(1) brightness(2);
    z-index: 3;
}

.single .content-sidebar-wrap {
    padding: var(--theme-section-padding) 0;
}

.single .content-sidebar-wrap > .content {
	width: var(--theme-wrap-width);
	max-width: 930px;
	margin: 0 auto;
}

.single .entry-before {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 0 4rem;
}

.single .entry-before h1 {
    font-size: 3.8rem;
}

.single .entry-before p {
	background-color: #000;
	background-clip: text;
    color: #4e9af1;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
}

.single .entry-content h2 {
    font-size: 3.2rem;
	line-height: 1.2;
}

.single .entry-content h3 {
    font-size: 2.7rem;
	line-height: 1.2;
}

.single .entry-content h4 {
	font-size: 2.2rem;
	line-height: 1.2;
}

.single .entry-content p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.single .entry-content blockquote {
    font-weight: 700;
    margin: 3.75rem 0;
    padding: 0.25rem 0 0.25rem 2rem;
    border-left: 2px solid #1d273f;
}

.single .entry-after {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin: 6rem 0 0;
}

.single .entry-after .share-heading p {
    font-weight: 600;
	line-height: 1.5;
    text-align: center;
}

.single .entry-after .share-ctas {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.single .entry-after .share-ctas > div[class*="share-gss"] {
    display: contents;
}

.single .entry-after .share-ctas .share-cta,
.single .entry-after .share-ctas .sharrre {
    background-color: #eee;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
	pointer-events: all;
	cursor: pointer;
	overflow: visible;
	transition: 0.25s ease-in-out all;
}

.single .entry-after .share-ctas .share-cta .share-cta--icon,
.single .entry-after .share-ctas .sharrre .count {
	background-color: transparent !important;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
}

.single .entry-after .share-ctas .share-cta .cta-tooltip,
.single .entry-after .share-ctas .sharrre .hidden {
	background-color: #555;
	position: absolute;
	display: block;
	width: 140px;
	top: auto;
	bottom: 150%;
	left: -9999px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin-left: -70px;
	border-radius: 6px;
	padding: 5px;
	pointer-events: none;
	opacity: 0;
	transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
	z-index: 1;
}

.single .entry-after .share-ctas .share-cta .cta-tooltip:after,
.single .entry-after .share-ctas .sharrre .hidden:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.single .entry-after .share-ctas .share-cta:hover .cta-tooltip,
.single .entry-after .share-ctas .sharrre:hover .hidden {
	left: 50%;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
}

.single .entry-after .share-ctas .sharrre .box {
    display: contents;
}

.single .entry-after .share-ctas .sharrre .box:before {
    content: '\f09a';
	display: none;
	font-weight: 900;
	font-family: 'Font Awesome 6 Brands';
}

.single .entry-after .share-ctas .sharrre.twitter .box:before {
	content: '\e61b';
}

.single .entry-after .share-ctas .sharrre.linkedin .box:before {
	content: '\f08c';
}

.single .entry-after .share-ctas .share-cta svg,
.single .entry-after .share-ctas .sharrre .box svg {
    color: #1d273f;
	width: 20px;
	height: 20px;
	transition: 0.25s ease-in-out all;
}

.single .entry-after .share-ctas .share-cta:hover svg,
.single .entry-after .share-ctas .sharrre:hover .box svg {
    color: var(--cloudqix-blue);
}

.single .entry-after .share-ctas .sharrre .share {
    display: none;
}

@media (max-width: 895px) {
	.single .content-sidebar-wrap {
		padding: var(--theme-section-padding-mobile) 0;
	}

	.single .entry-before h1 {
		font-size: 3.2rem;
	}

	.single .entry-content h2 {
		font-size: 2.8rem;
		line-height: 1.2;
	}

	.single .entry-content h3 {
		font-size: 2.4rem;
		line-height: 1.2;
	}

	.single .entry-content h4 {
		font-size: 2rem;
		line-height: 1.2;
	}
}

/* 04/10/25 */

@media (min-width: 992px) {
	.front-page-1 > .gb-layout-column-wrap {
		grid-template-columns: 1fr 50%;
	}
}

.partners-slider .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
}

.sub-header-section--two .partners-slider .partner {
	height: 80px;
	width: 80px;
}

.partners-slider .partner img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
	filter: grayscale(1);
}

.sub-header-section--two .partners-slider .partner img {
	filter: unset;
}

.sub-header-section--two .partners-slider .partner {
	border: solid 1px #c8c8c8;
	border-radius: 5px;
	padding: 0.2rem;
}


.entry-content > .header-section {
	background-blend-mode: soft-light;
	background-position: center center;
}

.entry-content > .header-section:before {
    opacity: 0.1;
}

@media (min-width: 896px) {
	.entry-content > .header-section > .gb-layout-column-wrap {
		padding-top: 6.2rem;
	}
}

.entry-content > .header-section h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.06;
    margin: 0 0 2rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
}

.entry-content > .header-section p {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
}

@media (max-width: 895px) {
	.entry-content > .header-section h1 {
		font-size: 4.2rem;
	}

	.entry-content > .header-section p {
		font-size: 2rem;
	}
}

.not-found-page .sub-header-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 760px;
    margin: 0 auto;
}
/*20-5-25*/
.pricing-buttons > .gb-layout-column-wrap {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
	margin: 6rem 0 0;
}

.pricing-buttons > .gb-layout-column-wrap > .gb-block-layout-column {
    flex: 0 1 fit-content;
}

.pricing-buttons .custom-button a.button {
    font-weight: 600;
    padding: 1.6rem 4.8rem;
    border-radius: 1.2rem;
}

@media (min-width: 992px) {
	.pricing-section--bottom {
		width: calc(100% + 4vw);
		max-width: 1400px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}

.price-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	row-gap: 5rem;
    column-gap: 2rem;
}

.price-box--inner,
.price-box--link {
    position: relative;
    display: flex;
    flex-direction: column;
	height: 100%;
    padding: 4.5rem 2.5rem 2.5rem;
    border: 0.5px solid var(--cloudqix-blue);
    border-radius: 3rem;
}

.price-box--tagline {
    background-color: var(--cloudqix-blue);
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	width: calc(100% - 5rem);
	top: 0;
	padding: 0.5rem 1rem;
    border-radius: 50px;
    text-align: center;
	transform: translateY(-50%);
}

.price-box--tagline p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

.price-box--name h2 {
    color: var(--cloudqix-blue);
    font-size: 2.8rem;
    font-weight: 600;
	line-height: 1;
}

.price-box--info {
    margin: 2.5rem 0;
}

.price-box--info p {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    row-gap: 1rem;
    column-gap: 0.5rem;
}

.price-box--info p .price {
    flex: 1 1 25%;
	max-width: 25%;
	display: flex;
	height: fit-content;
	color: #747474;
	padding: 0.5rem 0 0;
}

.price-box--info p .price .number {
	position: relative;
	display: flex;
	align-items: center;
    color: #747474;
    font-size: 2.5rem;
    font-weight: 600;
}

.price-box.discount .price-box--info p .price .number:before {
    content: '';
    background-color: var(--cloudqix-orange);
    position: absolute;
    width: 100%;
    height: 5px;
    top: auto;
    left: 0;
    transform: rotate(-15deg);
}

.price-box--info p .discount {
    flex: 1 1 calc(75% - 0.5rem);
    background-color: var(--cloudqix-orange);
    display: flex;
	padding: 0.5rem;
    border-radius: 1.2rem;
}

.price-box--info p .discount .number {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
}

.price-box--info p .discount .text {
	display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 0.75rem;
}

.price-box--info p .discount .denomination {
    color: #fff;
}

.price-box--info p .description {
	display: flex;
    align-items: flex-end;
    width: 100%;
    color: #747474;
    font-size: 1.4rem;
    font-weight: 500;
}

.price-box--dcu p {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--cloudqix-blue);
    font-size: 1.6rem;
    font-weight: 600;
}

.price-box--dcu p span {
    display: flex;
}

.price-box--dcu p svg {
	color: #747474;
    width: 24px;
    height: 24px;
}

.price-box--features {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
    margin: 2.5rem 0 0;
}

.price-box--features-heading h3 {
    color: #747474;
    font-size: 1.6rem;
}

.price-box--features-list ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
}

.price-box--features-list ul li {
    list-style-type: none;
    position: relative;
	color: #747474;
    font-size: 1.4rem;
	padding-left: 2.4rem;
}

.price-box--features-list ul li:before {
    content: '\f00c';
	display: none;
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
}

.price-box--features-list ul li {
    list-style-type: none;
    position: relative;
    font-size: 1.4rem;
    padding-left: 2.4rem;
}

.price-box--features-list ul li svg {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    top: 0.4326rem;
    left: 0;
    color: #747474;
}

.price-box--features-list ul li strong {
    color: var(--cloudqix-blue);
}

.price-box--benefit {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2.5rem 0 0;
}

.price-box--benefit-title p {
    background-color: var(--cloudqix-orange);
    width: fit-content;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 0.6rem;
}

.price-box--benefit-copy p {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: var(--cloudqix-blue);
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.price-box--benefit-copy p span {
    display: flex;
}

.price-box--benefit-copy p svg {
    width: 22px;
    height: 22px;
}

.price-box--content {
    margin: 2.5rem 0 0;
    padding: 1.5rem;
    border: 0.5px solid var(--cloudqix-blue);
    border-radius: 1.5rem;
}

.price-box--content p {
    color: #747474;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.price-box--content p:last-child {
    margin: 0;
}

.price-box--content p strong {
    color: var(--cloudqix-blue);
    font-size: 1.5rem;
    font-weight: 700;
}

.price-box--contact {
    margin: 2.5rem 0 0;
}

.price-box--contact p {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #747474;
    font-size: 2.2rem;
    font-weight: 600;
    word-break: break-word;
}

@media (max-width: 1195px) {
	.price-boxes {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.price-boxes {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 650px) {
	.price-boxes {
		grid-template-columns: auto;
		max-width: 400px;
		margin: 0 auto;
	}
}

/*20-05-25*/


/*Careers */
.sub-header-career .wp-block-column .wp-block-image img {
    border-radius: 2rem;
    
}
.table-border.wp-block-table.is-style-stripes tr:first-child td{ color: #578cc9; text-wrap-mode: nowrap;}
.table-border.wp-block-table.is-style-stripes tbody tr:nth-child(odd){ background-color: transparent;}
.table-border.wp-block-table.is-style-stripes tbody tr{border-bottom: solid 2px #578cc9;}
.table-border.wp-block-table.is-style-stripes tbody tr td{ padding:0.5em 0.9em;}
.job-table a{text-decoration: underline;}
/*Careers */
/*faq */
.img-block{position: relative;}
.img-block div{position: relative;display: inline-block;overflow: hidden;max-width: 530px;width: 100%;}
.img-block .img2{    position: absolute;left: -20%;bottom: 7%;width: 40%;}
.img-block .img3{       position: absolute;right: -1.5%;left: auto;top: 6%;width: 55%;}
.faq-accordion .wp-block-details {
    display: block;
    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc;*/
}
.faq-accordion .gb-container-content{
	border-bottom: 1px solid #ccc;
}
.faq-accordion summary {
    width: 100%;
    list-style: none;
    position: relative;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1;
    padding: 18px 40px 18px 0;
    cursor: pointer;
	text-transform: uppercase;
}
.faq-accordion summary span{
	    position: absolute;
    top: calc(50% - 5.5px);
    right: 18px;
    width: 12px;
    height: 12px;
    display: block;
}
.faq-accordion summary span:after {
    width: 12px;
    height: 1px;
}
.faq-accordion summary span:after, .faq-accordion summary span:before {
    content: "";
    display: block;
    position: absolute;
    top: 5.5px;
    left: 0;
    background:#000;
}
.faq-accordion details[open] summary span:before {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-accordion summary  span:before {
    width: 1px;
    height: 12px;
    top: 0;
    left: 5.5px;
    will-change: transform;
}
.faq-accordion .accordion__content {
    padding: 0 0 15px;
    font-size: 1.5rem;
}
.get-in-touch span{letter-spacing: 0.4em; text-transform: uppercase;  font-size: 1.5rem;}
.get-in-touch h2{margin: 1rem 0 ;}
.img-block img{ border-radius: 10px;}
@media (min-width: 782px) {
.gb-container-inside .gb-container-content .wp-block-columns .get-in-touch{margin-left: 50px;}
}
/*faq */
/*common css */
.cloudqix-blue, .cloudqix-blue a{color: var(--cloudqix-blue);}
.cloudqix-orange, .cloudqix-orange a{color: var(--cloudqix-orange);}
@media (max-width: 991px) {
    .pricing-buttons .custom-button.align-right, .pricing-buttons .custom-button.align-left {align-items: center;}
}
/*common css */
/*aboutus css */
.aboutus-images .svg-container{position: inherit;}
.svg-images .svg-container svg, .svg-images .svg-container{border-radius: 2rem;}
/*aboutus css */

.custom-text--blue {
	color: var(--cloudqix-blue);
}



.comparison-section {
    padding: 6rem 0;
}

.comparison-section .wp-block-image img {
	object-fit: contain;
    min-height: 15rem;
}

.comparison-section p:nth-child(even) {
	margin: 0 0 1rem;
}

.comparison-section > div > div > div > .wp-block-genesis-blocks-gb-container.gb-block-container {
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
	box-shadow: 
  rgba(0, 0, 0, 0.12) 0px -1px 3px,
  rgba(0, 0, 0, 0.24) 0px -1px 2px,
  rgba(0, 0, 0, 0.12) 0px 1px 3px,
  rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 3rem;
    border-radius: 20px;
}

.comparison-section .gb-block-container .gb-container-content {
	display: flex;
    flex-direction: column;
}

.comparison-section.gb-layout-columns-2 > .gb-block-layout-column {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.comparison-section .gb-block-container,
.comparison-section .gb-container-inside,
.comparison-section .gb-container-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.comparison-section .wp-block-image::after {
    content: '' !important;
    display: block !important;
    width: 100%;
    height: 1px;
    background-color: #dcd8d8;
    margin: 0 auto;
}

.comparison-section.wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
	padding: 3rem;
}

.comparison-section.wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
	column-gap: 0rem;
}

.wp-block-genesis-blocks-gb-container.comparison-section--heading.gb-block-container {
    padding-bottom: 3rem;
}

/* .front-page-5--inner-page .capability-content--counter, */
/* .front-page-5--inner-page .custom-button {
	display: none;
} */

/* Only affects your comparison section */
/* Scope only inside this section to avoid affecting anything else */

.front-page-5--inner-page .capability-content--heading {
	color: var(--cloudqix-blue);
}

.front-page-5--inner-page .capability-dot {
	background-color: var(--cloudqix-blue);
}

.front-page-5--inner-page .capability-dot:after {
    background-color: var(--cloudqix-blue);
    width: 13px;
    height: 13px;
}

.site-inner .entry-content .comparison-section,
.site-inner .entry-content .front-page-5--inner-page {
	padding-top: unset;
}




.comparison-section .gb-block-container .wp-block-image + .gb-block-container > .gb-container-inside > .gb-container-content {
	display: grid;
	grid-auto-rows: minmax(min-content, max-content);
	gap: 1.5rem;
  }

  .comparison-section .gb-block-container .wp-block-image + .gb-block-container > .gb-container-inside > .gb-container-content .gb-container-content {
	margin: 0;
  }
  
  .comparison-section .gb-container-content p {
	margin: 0;
  }
  
  .comparison-section .gb-container-content strong {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 600;
  }




.wp-block-genesis-blocks-gb-container.front-page-5--inner-page--heading.gb-block-container {
    padding-bottom: 0;
	padding-top: 0;
}

.site-inner .entry-content .wp-block-genesis-blocks-gb-columns.front-page-5--inner-page {
	padding-bottom: 0;
}

.site-inner .entry-content .sub-header-section--two {
	padding-bottom: 3rem;
}

@media (max-width: 1200px) {
    .entry-content > .sub-header-section--two.wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap
 	{
        display: flex;
        flex-direction: column;
    }

	.entry-content .sub-header-section--two .partners-slider .partner {
		border: solid 1px #c8c8c8;
		border-radius: 5px;
		padding: 0.5rem;
		height: 80px;
		width: 80px;
	}
}

@media (max-width: 767px) {
	.comparison-section .gb-block-container {
		min-height: 0 !important;
	}
}

.content-grid-section svg {
	margin-right: auto;
	padding: 2rem 0;
	height: 40px;
    width: auto;
	color: var(--cloudqix-orange);
}

.content-grid-section p {
	margin: unset;
}

.content-grid-section p strong {
	color: var(--cloudqix-blue);
}

.content-grid-section h3 {
	margin: 1rem 0;
}

.content-grid-section .wp-block-genesis-blocks-gb-columns:nth-child(1) {
	padding-bottom: 6rem;
}

/* ===== STEP SECTION SETUP ===== */
.step-group {
	position: relative;
	padding-bottom: 60px;
}

.connector-section .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
	width: var(--theme-wrap-width);
	max-width: var(--theme-wrap-max-width);
	margin: 0 auto;
}

.step-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
	position: relative;
}

.wp-block-group.step-wrapper .wp-block-image img {
	/* height: 250px;
	width: auto; */
	/* max-height: 250px; */
	margin-top: 0;
	height: auto;
	width: 450px;
	aspect-ratio: 3 / 2;
    object-fit: cover;
	border-radius: 50px;
	border: 2px dashed var(--cloudqix-blue);
	display: block;
	box-sizing: border-box;
}

.step-wrapper:nth-child(even) figure.wp-block-image img {
	margin-left: auto;
}


.step-wrapper:nth-child(odd) .wp-block-column:first-child {
	position: relative;
}


.step-wrapper:nth-child(odd) .wp-block-column:first-child::after {
	content: '';
	position: absolute;
	/* bottom: -100px; */
	bottom: -150px;
	left: 56%;    
	width: calc((100vw - 1280px) / 2 + (1280px - 250px) / 2); 
	/* max-width: 500px; */
	max-width: 570px;
    /* height: 150px; */
	height: 225px;
	border-top: 2px dashed var(--cloudqix-blue);
	border-right: 2px dashed var(--cloudqix-blue);
	border-radius: 0 50px 0 0;
	pointer-events: none;
	z-index: -1;
	box-sizing: border-box;
}

/* EVEN ROWS – Image on RIGHT */
.step-wrapper:nth-child(even) .wp-block-column:last-child {
	position: relative;
}

.step-wrapper:nth-child(even) .wp-block-column:last-child::after {
	content: '';
	position: absolute;
	/* bottom: -100px; */
	bottom: -150px;
	right: 56%;
	width: calc((100vw - 1280px) / 2 + (1280px - 250px) / 2);
	/* max-width: 500px; */
	max-width: 570px;
	/* height: 150px; */
	height: 225px;
	border-top: 2px dashed var(--cloudqix-blue);
	border-left: 2px dashed var(--cloudqix-blue);
	border-radius: 50px 0 0 0;
	pointer-events: none;
	z-index: -1;
	box-sizing: border-box;
}

.step-wrapper:last-child .wp-block-column::after {
	display: none;
}

.step-wrapper:nth-child(odd) .wp-block-column:first-child::after,
.step-wrapper:nth-child(even) .wp-block-column:last-child::after {
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
}

.step-wrapper.in-view:nth-child(odd) .wp-block-column:first-child::after,
.step-wrapper.in-view:nth-child(even) .wp-block-column:last-child::after {
  opacity: 1;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.group-header-section-p {
	padding-bottom: 3rem;
}

.connector-section .step-wrapper h3.wp-block-heading {
	margin: 0 0 1rem;
}

.entry-content .wp-block-genesis-blocks-gb-columns.steps-section-block {
    padding-bottom: 4rem;
}

@media (max-width: 895px) {
	.entry-content .wp-block-genesis-blocks-gb-columns.steps-section-block {
		padding-bottom: 8rem;
	}
}

.wp-block-genesis-blocks-gb-container.steps-bottom-container.gb-block-container {
    max-width: 850px;
    margin: 0 auto;
}

@media (max-width: 768px) {
	.step-wrapper {
		flex-direction: column;
	}
	.step-wrapper .wp-block-column::after {
		display: none;
	}

	.wp-block-group.step-wrapper .wp-block-image img {
		display: none;
	}

	.step-wrapper .connector-section {
		gap: unset;
	}
}

@media (max-width: 1062px) {
	.step-wrapper .wp-block-column::after {
		display: none;
	}
}

.entry-content > .bottom-cta-section-2 > .gb-layout-column-wrap {
	grid-template-columns: 1fr;
}

@media (max-width: 895px) {
	.wp-block-genesis-blocks-gb-columns.bottom-cta-2-button-section > .gb-layout-column-wrap {
		row-gap: 2rem;
	}
}

.partners-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.partners-grid .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
	max-width: 75px;
}

.partners-grid .partner img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.sub-header-section--two .partners-grid .partner img {
	filter: unset;
}

.sub-header-section--two .partners-grid .partner {
	border: solid 1px #c8c8c8;
	border-radius: 5px;
	padding: 0.2rem;
}

.partners-slider.reverse-direction {
    padding-bottom: 3rem;
}

.comparison-section {
	display: flex;
	flex-direction: column;
	gap: 2rem;
  }
  
  .comparison-section .comparison-pair {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	align-items: flex-start;
  }
  
  .comparison-section .comparison-item {
	flex: 1;
	display: flex;
	flex-direction: column;
  }
  
  .comparison-section h3 {
	margin-top: 0;
  }


  /*** Custom Benefits ***/

  .custom-benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 4rem;
	margin: 6rem 0 0;
  }
  
  .custom-benefits-item {
	display: flex;
    flex-direction: column;
	text-align: left;
	padding: 1rem;
  }
  
  .custom-benefits-icon {
	font-size: 2rem;
	color: #000;
	margin-bottom: 2rem;
  }

  .custom-benefits-icon svg {
    font-size: 5.5rem;
}
  
  .custom-benefits-heading {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--cloudqix-blue);
	margin-bottom: 1rem;
  }
  
  .custom-benefits-copy {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 1rem;
  }

  .sub-header-section.align-normal .custom-button a.button {
	padding: 1.2rem 2.8rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.618;
  }

  .custom-benefits-cta--container {
	flex: 1;
	display: flex;
	align-items: flex-end;
  }
  
  .custom-benefits-cta {
	display: inline-block;
	padding: 1.2rem 2.8rem;
	border: 2px solid var(--cloudqix-orange);
	color: var(--cloudqix-orange);
	text-decoration: none;
	border-radius: 30px;
	max-width: 275px;
	font-size: 1.5rem;
	font-weight: 600;
	transition: all 0.3s ease;
  }
  
  .custom-benefits-cta:hover {
	background-color: var(--cloudqix-orange);
	color: #fff;
  }

  .add-max-width-900 {
	max-width: 900px;
	margin: 0 auto !important;
	margin-bottom: 2rem;
  }



  /*** Content Panels Stacked ***/
  
  /* .content-panels-stacked {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 2rem 0;
  }
  
  .content-panels-stacked__panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #eee;
	border-radius: 1rem;
	padding: 2rem;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  
  .content-panels-stacked__text {
	flex: 1 1 50%;
	padding-right: 2rem;
  }
  
  .content-panels-stacked__heading {
	font-size: 3.8rem;
	font-weight: 700;
	color: var(--cloudqix-orange);
	margin-bottom: 1rem;
  }
  
  .content-panels-stacked__copy {
	color: #000;
  }
  
  .content-panels-stacked__image-wrap {
	flex: 1 1 40%;
	position: relative;
	display: flex;
	justify-content: flex-end;
  }
  
  .content-panels-stacked__image {
	max-width: 100%;
	border-radius: 0.75rem;
	display: block;
  }
  
  .content-panels-stacked__apps {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: flex;
	gap: 0.5rem;
  }
  
  .content-panels-stacked__app-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	padding: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .content-panels-stacked__apps {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: flex;
	gap: 0.75rem;
  }
  
  .content-panels-stacked__apps a {
	color: #1d273f;
	background: #fff;
	border-radius: 50%;
	border: solid 4px var(--cloudqix-blue);
	padding: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  
  .content-panels-stacked__apps svg {
	font-size: 4rem;
	line-height: 1;
  }
  
  @media (max-width: 768px) {
	.content-panels-stacked__panel {
	  flex-direction: column;
	  text-align: center;
	}
  
	.content-panels-stacked__text {
	  padding-right: 0;
	  margin-bottom: 1.5rem;
	}
  
	.content-panels-stacked__image-wrap {
	  justify-content: center;
	}
  
	.content-panels-stacked__apps {
	  top: 1rem;
	  right: 1rem;
	}
  }






.stacked-content-panel-section .lss-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: relative
}

@media (max-width: 991px) {
    .stacked-content-panel-section .lss-content {
        padding-inline:1rem
    }
}

.stacked-content-panel-section .lss-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.15);
    position: sticky;
    top: 120px;
    background: #fff;
    transform: scale(1);
    transition: transform .3s ease;
    transform-origin: center top;
    image-rendering: optimizeQuality
}

@media (min-width: 992px) {
    .stacked-content-panel-section .lss-content-item {
        display:grid;
        grid-template-columns: repeat(5,1fr)
    }
}

.stacked-content-panel-section .lss-content-item.is-sticky {
    transform: scale(.5)
}

.stacked-content-panel-section .lss-content-inner {
    padding: 1.5rem 1.5rem 1rem;
    width: 100%
}

@media (min-width: 992px) {
    .stacked-content-panel-section .lss-content-inner {
        grid-column:1/3;
        padding: 3rem
    }
}

.stacked-content-panel-section .lss-content-inner h2 {
    font-size: 1.5rem
}

@media (min-width: 992px) {
    .stacked-content-panel-section .lss-content-inner h2 {
        font-size:1.75rem
    }
}

.stacked-content-panel-section .lss-responsive {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden
}

@media (min-width: 992px) {
    .stacked-content-panel-section .lss-responsive {
        grid-column:3/6;
        padding: 1.5rem;
        max-height: initial
    }
}

.stacked-content-panel-section .lss-responsive .img-block {
    display: flex;
    aspect-ratio: 3/2;
    width: 100%;
    height: auto
}

.stacked-content-panel-section .lss-responsive img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 20px
}

.stacked-content-panel-section .eyebrow-text {
    display: block;
    text-transform: uppercase;
    color: #4b4fe2;
    font-weight: 400;
    margin-bottom: .5rem;
    font-size: .88rem
}

.stacked-content-panel-section .lss-desc {
    color: #707070;
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    .stacked-content-panel-section .lss-desc {
        margin-bottom:1.5rem
    }
}

@media (min-width: 992px) {
    body:has(.anchor-nav-wrap) .stacked-content-panel-section .lss-content-item {
        top:160px
    }
}





.stacked-content-panel-section .lss-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    margin: 2rem 0;
}

.stacked-content-panel-section .lss-content-item {
    position: sticky;
    top: 120px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transform-origin: center top;
    transition: transform 0.3s ease;
}

.stacked-content-panel-section .lss-content-inner {
    flex: 1 1 50%;
    padding-right: 2rem;
}

.content-panels-stacked__heading {
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--cloudqix-orange);
    margin-bottom: 1rem;
}

.lss-desc {
    color: #000;
}

.lss-responsive {
    flex: 1 1 40%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.lss-responsive img {
    max-width: 100%;
    border-radius: 0.75rem;
    display: block;
    object-fit: contain;
    aspect-ratio: 3/2;
}

.content-panels-stacked__apps {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.75rem;
}

.content-panels-stacked__apps a {
    color: #1d273f;
    background: #fff;
    border-radius: 50%;
    border: solid 4px var(--cloudqix-blue);
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.content-panels-stacked__apps i {
    font-size: 2rem;
}

@media (max-width: 768px) {
    .lss-content-item {
        flex-direction: column;
        text-align: center;
    }

    .lss-content-inner {
        padding-right: 0;
        margin-bottom: 1.5rem;
    }

    .lss-responsive {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    body:has(.anchor-nav-wrap) .lss-content-item {
        top:160px;
    }
} */







/* .lock-screen-section .container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 2rem;
  }

  .lock-screen-section .lss-row {
	position: relative;
  }

  .lock-screen-section .lss-heading {
	margin-bottom: 2rem;
  }

  .lock-screen-section .lss-content {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	position: relative;
  }

  @media (max-width: 991px) {
	.lock-screen-section .lss-content {
	  padding-inline: 1rem;
	}
  }

  .lock-screen-section .lss-content-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #e5e5e5;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
	position: sticky;
	top: 120px;
	background: #fff;
	transform: scale(1);
	transition: transform 0.3s ease;
	transform-origin: center top;
	image-rendering: optimizeQuality;
  }

  @media (min-width: 992px) {
	.lock-screen-section .lss-content-item {
	  display: grid;
	  grid-template-columns: repeat(5, 1fr);
	}
  }

  .lock-screen-section .lss-content-inner {
	padding: 1.5rem 1.5rem 1rem;
	width: 100%;
  }

  @media (min-width: 992px) {
	.lock-screen-section .lss-content-inner {
	  grid-column: 1/3;
	  padding: 3rem;
	}
  }

  .lock-screen-section .lss-content-inner h2 {
	font-size: 1.5rem;
  }

  @media (min-width: 992px) {
	.lock-screen-section .lss-content-inner h2 {
	  font-size: 1.75rem;
	}
  }

  .lock-screen-section .lss-responsive {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	width: 100%;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
  }

  @media (min-width: 992px) {
	.lock-screen-section .lss-responsive {
	  grid-column: 3/6;
	  padding: 1.5rem;
	  max-height: initial;
	}
  }

  .lock-screen-section .img-block {
	display: flex;
	aspect-ratio: 3/2;
	width: 100%;
	height: auto;
  }

  .lock-screen-section .img-block img {
	object-fit: contain;
	width: 100%;
	aspect-ratio: 3/2;
	border-radius: 20px;
  }

  .lock-screen-section .eyebrow-text {
	display: block;
	text-transform: uppercase;
	color: #4b4fe2;
	font-weight: 400;
	margin-bottom: 0.5rem;
	font-size: 0.88rem;
  }

  .lock-screen-section .lss-desc {
	color: #707070;
	margin-bottom: 1rem;
  }

  @media (min-width: 992px) {
	.lock-screen-section .lss-desc {
	  margin-bottom: 1.5rem;
	}
  }

  .lock-screen-section .btn-link {
	text-decoration: none;
	color: #4b4fe2;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
  }

  .lock-screen-section .hover-arrow {
	margin-left: 0.5rem;
  } 

  .lock-screen-section .lss-content {
	min-height: 2000px; 
  } */

  



  /* Stacked panel Section */

.stacked-content-panel-section {
    overflow: visible !important;
    position: static !important;
	z-index: auto !important;
  }

  .stacked-content-panel-section .lock-screen-section {
	position: relative;
	z-index: 0;
	isolation: isolate;
	overflow: visible;
  }



.stacked-content-panel-section .lock-screen-section .container {
  max-width: 1400px;
  margin: 4rem auto 0;
  padding: 2rem;
}

.stacked-content-panel-section .lock-screen-section .lss-heading {
  margin-bottom: 2rem;
}

.stacked-content-panel-section .lock-screen-section .lss-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  min-height: 2000px;
}

.stacked-content-panel-section .lss-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  position: sticky;
  top: 120px;
  background: #fff;
  transform: scale(1);
  transition: transform 0.3s ease;
  transform-origin: center top;
  image-rendering: optimizeQuality;

  z-index: 1;
}

@media (min-width: 992px) {
	.stacked-content-panel-section .lss-content-item {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
  }
}

.stacked-content-panel-section .lss-content-inner {
  padding: 2rem;
  width: 100%;
}

@media (min-width: 992px) {
	.stacked-content-panel-section .lss-content-inner {
	grid-column: 1 / 3;
	padding: 3rem;
  }
}

.stacked-content-panel-section .lss-content-inner h2 {
  color: #f17a21;
  font-size: 2.4rem;
}
@media (min-width: 992px) {
	.stacked-content-panel-section .lss-content-inner h2 {
	font-size: 2.8rem;
  }
}

.stacked-content-panel-section .lss-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
	.stacked-content-panel-section .lss-responsive {
	grid-column: 3 / 6;
	padding: 3rem;
  }
}

.stacked-content-panel-section .img-block {
  display: flex;
  aspect-ratio: 3/2;
  max-width: 550px;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 991px) {
	.stacked-content-panel-section .img-block {
		margin-right: auto;
	}
}

.stacked-content-panel-section .img-block img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px;
}

.stacked-content-panel-section .eyebrow-text {
  text-transform: uppercase;
  color: #4b4fe2;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
}

.stacked-content-panel-section .lss-desc {
  color: #707070;
  margin-bottom: 1rem;
}

.stacked-content-panel-section .btn-link {
  text-decoration: none;
  color: #4b4fe2;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

.stacked-content-panel-section .hover-arrow {
  margin-left: 0.5rem;
}

.lss-content .img-block-icons {
	position: absolute;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: auto;
    top: 2.5rem;
    right: 2.5rem;
}

.lss-content .icon-overlay {
	width: 65px;
	height: 65px;
	color: #4b4fe2;
	background: #ffffff;
	border: 4px solid #578cc9;
	border-radius: 50%;
	padding: 12.5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 1px 6px rgba(0,0,0,0.15);
	z-index: 2;
}

.lss-content .icon-overlay img {
    aspect-ratio: unset;
	border-radius: 0;
}

.integrator-circles .integrator-circle {
	transform-origin: center center;
    transform-box: fill-box;
	transition: 0.7s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
}

.integrator-circles .integrator-circle:hover {
    transform: scale(1.1);
}