/*********************************
 *  HOME HERO
*********************************/
.home .entry-content {
	margin-block-start: 0!important;
}

.home-hero-checks svg {
	stroke: var(--wp--preset--color--custom-bright-green);
}

/*********************************
 *  HOME CENTERED NUMBERS
*********************************/
/* .number {
	background: linear-gradient(180deg, var(--wp--preset--color--base) 50%, #fff 50%);
} */
.number h2 {
	background: black;
    width: 70px;
    height: 70px;
    color: white !important;
    border-radius: 50%;
    line-height: 74px;
}

/*********************************
 *  HOME SERVICES STEPS
*********************************/
#home-services__steps {
	position: relative;
}
#home-services__steps .card {
	z-index: 2;
}
#home-services__steps hr {
	border-color: var(--wp--preset--color--pale-cyan-blue);
	position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    border-width: 0 0 3px 0;
}

/*********************************
 *  DISCOVER CARD
*********************************/
.discover-card {
	align-items: center!important;
	padding: 50px!important;
	border: solid 1px #d3d5d6;
	border-radius: 16px;
	padding: 2rem!important;
	transition: all .5s cubic-bezier(.4,0,.2,1);
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.3);
}
.discover-card p:not(:first-of-type) {
	font-size: 14px!important;
}
.discover-card .wp-block-font-awesome-icon svg {
	color: white;
	background: linear-gradient(270deg, #0AE3AE69, #0052a869);
    background-size: 200% 200%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    padding: 20px;
    border-radius: 16px;
	width: 30px;
    height: 30px;
	box-shadow: 2px25px 5px 1px rgba(0, 0, 0, 0.1);
}
.discover-card:hover {
	border: solid 1px #0AE3AE;
	transition: all .5s cubic-bezier(.4,0,.2,1);
	transform: translateY(-.5rem);
}

/*********************************
 *  MOBILE 
*********************************/
@media screen and (max-width: 39.9375em) {
	.home-features {
		aspect-ratio: auto!important;
	}
}
/*********************************
 *  MAIN 
*********************************/
/* main {
	margin-bottom: 100px;
}
 */
/* .home main,
.page-id-16 main {
	margin-bottom: 0;
} */

/*********************************
 *  GUTENBERG EDITOR 
*********************************/
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1620px!important;
}

/*********************************
 *  UTILITIES 
*********************************/
:where(.wp-site-blocks) > *,
.mb0 {
    margin-block-start: 0!important;
}
@media screen and (max-width: 39.9375em) {
	.order2 {
		order: 2;
	}
}

.z1 {
	z-index: 1;
}
.top-corners-rounded {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

.full-vh {
	height: 100vh;
}

.card {
	border-radius: 16px;
	padding: 2rem!important;
	transition: all .5s cubic-bezier(.4,0,.2,1);
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.3);
}
.card:hover {
	border-radius: 16px;
	transition: all .5s cubic-bezier(.4,0,.2,1);
	transform: translateY(-.5rem);
}
.card svg {
	color: #0052a8;
	background: linear-gradient(270deg, #0AE3AE69, #0052a869);
    background-size: 200% 200%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    padding: 20px;
    border-radius: 16px;
	width: 30px;
    height: 30px;
	box-shadow: 2px25px 5px 1px rgba(0, 0, 0, 0.1);
}
.card h4 {
	margin-bottom: 1rem;
}
.card p {
	font-size: 15px !important;
}

.lined-heading {
	display: table;
	margin-bottom: 30px;
	width: 100%;
	white-space: nowrap;
	letter-spacing: 0.2em;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.lined-heading:after {
	border-top: 1px solid #009FB7;
	content: "";
	display: inline-flex;
	position: relative;
	width: 30%;
	left: 20px;
	align-content: center;
	align-items: center;
	line-height: 100%;
	vertical-align: middle;
}

.lined-heading-white:after {
	border-top: 1px solid #FFF;
}
	
.is-style-dotted {
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    mix-blend-mode: multiply;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.pill {
	border: 1px solid var(--wp--preset--color--accent-2);
    background-color: rgba(var(--wp--preset--color--accent-2), 0.5); 
    border-radius: 30px;
    padding: 6px 30px;
    color: var(--wp--preset--color--accent-2);
    text-transform: capitalize;
    font-size: 16px;
	width: max-content;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto;
}

.animated-text {
    background: linear-gradient(-45deg, #0AE3AE, #0052a8);
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: AnimationName 10s ease-in-out infinite;
    -moz-animation: AnimationName 10s ease-in-out infinite;
    -webkit-animation: AnimationName 10s ease-in-out infinite;
}

.animated-bg-gradient {
    background: linear-gradient(270deg, #0AE3AE, #0052a8);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

.animated-bg-gradient-medium-dark {
    background: linear-gradient(270deg, #000, #02084B);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}

.animated-bg-gradient-dark {
    background: linear-gradient(270deg, #000, #2D3436);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.mockup-gradient {
    background-image: linear-gradient(0deg, #e4eaf7, #e4eaf700);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 128px;
    position: absolute;
    inset: auto 0% 0%;
}

/*********************************
 *  MOBILE 
*********************************/
@media screen and (max-width: 39.9375em) {
	.is-layout-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr))!important;
		gap: var(--wp--preset--spacing--30)!important;
	}
	.mobile-hide {
		display: none!important;
	}
}

/*********************************
 *  TABLET 
*********************************/
@media screen and (max-width: 768px) {
	.table-hide {
		display: none!important;
	}
}
tablet-hide
