@font-face {
  	font-family: Inter;
  	src: url(/wp-content/Fonts/Inter-Light.ttf);
	font-weight: 300;
}
@font-face {
  	font-family: Inter;
  	src: url(/wp-content/Fonts/Inter-Regular.ttf);
	font-weight: 400;
}
@font-face {
  	font-family: Inter;
  	src: url(/wp-content/Fonts/Inter-Medium.ttf);
	font-weight: 500;
}
@font-face {
  	font-family: Inter;
  	src: url(/wp-content/Fonts/Inter-Bold.ttf);
	font-weight: 700;
}
@font-face {
  	font-family: Inter;
  	src: url(/wp-content/Fonts/Inter-ExtraBold.ttf);
	font-weight: 800;
}
html,body,p,ul,ol,li,a,h1,h2,h3,h4,h5,h6{
    font-family: 'Inter';
	color: #18191F;
}
img{
	image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a, a:hover{
	color: #fff;
}
h1{
	font-style: normal;
	font-weight: 800;
	font-size: 64px!important;
	line-height: 98px;
}
h2{
	font-style: normal;
	font-weight: 700;
	font-size: 48px!important;
	line-height: 58px;
}
h3{
    font-style: normal;
	font-weight: 700;
	font-size: 36px!important;
	line-height: 44px;
}
h4{
	font-style: normal;
	font-weight: 400;
	font-size: 30px!important;
	line-height: 38px;
}
h5{
	font-style: normal;
	font-weight: 400;
	font-size: 24px!important;
	line-height: 32px;
}
h6{
    font-style: normal;
	font-weight: 400;
	font-size: 16px!important;
	line-height: 26px;
}
p,ul,li,ol{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}
/*Custom CSS*/
.et_pb_row{
	width: 100%;
	padding: 50px 0!important;
}
.red{
	color: #FC4237!important;
}
.red-bg{
	background-color: #FC4237!important;
}
.white-bg{
	background-color: #FFFFFF!important;
}
.center .et_pb_text_inner{
	text-align: center;	
}
.left{
	text-align: left;
}
.align-vert{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*Buttons*/

.secondary-button{
	background: #18191F;
	border: none!important;
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 12px 32px!important;
}
.secondary-button:hover{
	border: none!important;
	border-color: transparent!important;
}
.secondary-button:after, .secondary-button:hover:after{
	display: none;
}
.home-header-section .secondary-button{
	border: 1px solid #18191F!important;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
}
.home-header-section .secondary-button:hover{
	padding: 12px 32px!important;
	color: #18191F!important;
	background-color: #fff!important;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
	border: 1px solid #18191F!important;
}
.primary-button {
	background: #FF492C;
	border: 1px solid #FF492C!important;
	border-radius: 6px;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px!important;
	text-align: center;
	padding: 12px 32px;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
}
.primary-button:hover{
	padding: 12px 32px!important;
	background: transparent!important;
	border-color: #FF492C!important;
	color: #FF492C!important;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
 }
.primary-button:after{
    top: 0;
    left: 80%;
    width: 0;
    height: 100%;
    mix-blend-mode: lighten;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}
.primary-button:hover:after{
	width: 99%;
    display: flex;
    height: 99%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	left: 0;
	border-radius: 6px;
}

/*End of Buttons*/
h1#sp-jkhbii{
	color: FC4237!important;
}
#sp-jdj1i9 p{
	
}
.et_pb_menu__logo img, .logo img{
	width: 110px!important;
}
.header-section{
	padding-top: 150px!important;
}
.home-header-section{
	padding-top: 30px!important;
	padding-bottom: 0px!important;
}
.home-header-section .title h1{
	text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.home-header-section .subtitle h3{
	color: #868686;
	font-weight: 800;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.home-header-section .text-img-row .et_pb_column:first-of-type{
	padding: 150px 0;
}
.home-header-section h2:after{
	content:'';
	width: 1px;
	background-color: #000;
	height: 100%;
	right: 7%;
	top: 3%;
	position: absolute;
}
.post-section p span{
	text-transform: uppercase;
	font-weight: 500;
}
.post-section .et_pb_image{
	margin-bottom: 0!important;
}
.post-section .white-bg{
	box-shadow: 0px 10px 30px 0px #10331E1A;
	border-radius: 30px;
}
.post-section .white-bg img{
	border-radius: 30px 30px 0 0;
}
.post-section .white-bg .et_pb_text{
	padding: 20px;
}
.post-section .white-bg .blurb-title{
	font-weight: 700;
	padding-bottom: 10px;
}
.post-section .white-bg p{
	color: #2B3A42;
}
.text-blurb-section .title-row.center h2{
	width: 55%;
	margin: auto;
}
.text-blurb-section .blurbs-row .little-icon img{
	width: 37%;
}
.text-blurb-section .blurbs-row p{
	font-weight: 700;
}
.text-blurb-section .et_pb_row h3{
	font-size: 40px!important;
	font-weight: 800;
}
.text-blurb-section .et_pb_row p span{
	font-weight: 700;
}
.banner-section h4{
	color: #fff;
	font-weight: 500;
}
.banner-section{
	padding: 20px 0 120px 0!important;
}
.floating-text-boxes-section{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.floating-text-boxes-section h5{
	font-size: 22px!important;
	font-weight: 700;
	padding-bottom: 0;
}
.floating-text-boxes-section .et_pb_row {
	background-color: transparent!important;
	position: relative;
    bottom: 115px;
	padding-bottom: 0!important;
	padding-top: 0!important;
}
.floating-text-boxes-section .et_pb_column{
	background-position-y: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.blurbs-section{
	padding-top: 0!important;
}
.blurbs-section .title-row{
	padding-top: 0!important;
}
.blurbs-section h2{
	width: 50%;
	font-weight: 800;
}
.blurbs-section .et_pb_main_blurb_image{
	width: 70px;
	margin-bottom: 9px!important;
}
.blurbs-section h5{
	font-weight: 700;
}
.blurbs-section .banner-row{
	padding: 24px!important;
}
.blurbs-section .banner-row p{
	color: #fff!important;
	font-weight: 300;
}
.blurbs-section .banner-row .et_pb_text_inner span{
	font-weight: 700;
}
.blurbs-section .banner-row .number{
	font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.br-row{
	border-radius: 30px;
}
.transparent-section, .transparent-section .floating-transparent-row{
	padding-top: 0!important;
	padding-bottom: 0!important;
	background-color: transparent!important;
}
.transparent-section .floating-transparent-row .et_pb_column{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 64px;
}
.transparent-section .floating-transparent-row  h3{
	font-weight: 800;
}
.transparent-section .floating-transparent-row  h5{
	font-weight: 700;
}
.transparent-section .floating-transparent-row .et_pb_text{
	margin-bottom: 16px!important;
}
.transparent-section .et_pb_button_module_wrapper{
	text-align: center;
}
.transparent-section .simple-blurbs h5 span{
	font-weight: 800;
}
.transparent-section .simple-blurbs h5{
	font-weight: 500;
}
.transparent-section .button-row{
	padding-top: 0!important;
	padding-bottom: 20px!important;
}
.transparent-section .simple-blurbs .et_pb_text{
	margin-bottom: 18px!important;
}
.transparent-section{
	position: relative;
	bottom: 210px;
}
.transparent-section .primary-button:after{
	display: none;
}
.transparent-section .primary-button:hover{
	background: #fff!important;
	border: 1px solid #FF492C!important;
}
.full-background-section{
	padding-top: 400px!important;
	padding-bottom: 400px!important;
	background-position-y: 0px;
}
.banner-section.pink h3{
	padding-bottom: 19px;
}
.banner-section.pink .subtitle-row h3:nth-child(2){
	font-weight: 500;
}
.banner-section.pink{
	background-color: #F1E4FF;
}
.audit-section, .audit-section .et_pb_row{
	padding-top: 0!important;
}
.audit-section .et_pb_column.red-bg{
	padding: 40px 48px;
	border-radius: 16px 0 0 16px;
}
.audit-section  h2, .audit-section  p, .audit-section  li{
	color: #fff!important;
}
.audit-section  p, .audit-section  li{
	font-weight: 300;
}
.full-dark-section{
	background-color: #2B3A42;
}
.full-dark-section h2{
	color: #FF492C;
	font-size: 45px!important;
}
.full-dark-section .et_pb_column.et-last-child{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.full-dark-section .et_pb_column.et-last-child .primary-button{
	margin-right: 16px;
}
.full-dark-section .primary-button:hover, .faq-learn-more .primary-button:hover{
	color: #FA4616!important;
	background-color: #fff!important;
	padding: 12px 32px!important;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
}
.full-dark-section .primary-button:after, .full-dark-section .primary-button:hover:after{
	display: none
}
.achievements-section {
	padding-bottom: 0!important;
}
.achievements-section h2{
	width: 80%;
}
.achievements-section h5{
	font-size: 28px!important;
	line-height: 40px!important;
	padding-bottom: 0;
	font-weight: 700;
	width: 76%;
}
.achievements-section p{
	font-weight: 700;
}
.achievements-section .et_pb_main_blurb_image{
	position: relative;
    top: 20px;
}
.cloud-section .gray-column{
	padding: 48px 80px;
	background-color: #E5E5E5;
}
.cloud-section .et_pb_image{
	width: 80%;
	margin: auto;
}
.cloud-section .et_pb_row.et_pb_equal_columns{
	padding-bottom: 64px!important;
}
.cloud-section .pink-row .et_pb_blurb_description span{
	text-transform: uppercase;
}
.cloud-section .pink-row .et_pb_blurb_description p:first-child{
	padding-bottom: 8px;
}
.cloud-section .pink-row{
	padding: 48px 80px!important;
	background-color: #F1E4FF;
	margin-bottom: 64px;
}
.cloud-section .pink-row .et_pb_blurb_content{
	max-width: 100%;
	display: flex;
}
.cloud-section .pink-row .et_pb_main_blurb_image{
	width: 96px;
	margin-bottom: 0;
}
.cloud-section .pink-row .et_pb_blurb_content span{
	font-weight: 700;
}
.cloud-section .pink-row .et_pb_blurb_container{
	padding-left: 80px!important;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.cloud-section .cta-row .et_pb_text_inner{
	background-color: #F91B3F;
	cursor: pointer;
	border-radius: 6px;
}
.cloud-section .cta-row h2{
	color: #fff;
	font-size: 36px!important;
	line-height: 43px!important;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
	padding-top: 12px;
	padding-bottom: 12px;
}
.cloud-section .cta-row .floating-img{
	position: absolute;
    width: 11%;
    right: 0;
    top: -106px;
}
.footer-section{
	background-color: #0B0D17;
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.footer-section .dsm_icon_list_items {
	display: flex;
}
.footer-section .logo{
	width: 140px;
}
.footer-section p, .footer-section h6{
	color: #fff!important;
	font-weight: 300!important;
}
.footer-section .et_pb_column.et-last-child{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
} 
.footer-section .et_pb_column.et-last-child span{
	font-weight:700;
}
.footer-section .tiny-text p{
	font-size: 14px!important;
	line-height: 24px!important;
	font-weight: 300;
}
.faq-section h5{
	font-weight: 600;
	color: #FC4237!important;
}
.faq-section .et_pb_toggle_open{
	border-color: #FC4237!important;
	background-color: #fff;
	border-radius: 15px;
}
.faq-section .et_pb_toggle_close h5, .faq-section .et_pb_toggle_close p, .faq-section .et_pb_toggle_title:before{
	color: #fff!important;
}
.faq-section .et_pb_toggle_title:before{
	content:'\47';
}
.faq-section a{
	color: inherit;
}
.faq-section a:hover{
	color: #FC4237;
}
.faq-section .et_pb_toggle{
	margin-bottom:20px!important;
}
.faq-section .et_pb_toggle_close{
	border-color: #fff!important;
	background-color: rgba(252,66,55,1);
	border-radius: 15px;
	padding: 15px 20px!important;
}
.border-radius-image img, img.border-radius-image{
	border-radius: 30px;
}
.faq-learn-more .et_pb_row{
	padding: 40px 60px!important;
	border-radius: 30px;
}
.faq-learn-more h2{
	color: #fff;
}
.faq-learn-more .et_pb_code{
	width: 50%;
	margin: auto!important;
}
.faq-learn-more .secondary-button:hover{
	color: #fff;
}
.faq-learn-more .primary-button:hover:after{
	display: none;
}
.categories-col .et_pb_widget{
	margin-bottom: 0px!important;
}
.categories-col .et_pb_widget h2{
	padding-bottom: 20px;
	color: #FF492C;
	font-size: 26px!important;
	line-height: 1em;
	text-align: center;
	width: 100%;
}
.categories-col .et_pb_widget_area{
	border-right:none;
	padding-right: 0;
}
.categories-col .et_pb_widget li{
	margin-bottom: 5px;
}
.categories-col .et_pb_widget a:hover{
	color: #FF492C!important;
	border-color: #FF492C;
	transition: all .2s ease-in-out;
}
.categories-col .et_pb_widget a{
	color: #18191F!important;
	font-size: 16px!important;
	line-height: 1em!important;
	font-weight: 600;
	padding: 10px;
	background-color: transparent;
	border: 1px solid #18191F;
	border-radius: 15px;
	display: block;
	text-align: center;
	transition: all .2s ease-in-out;
}
.categories-col .et_pb_widget .wp-block-categories-list{
	padding-bottom: 30px!important;
}
.categories-col{
	box-shadow: 0px 10px 30px 0px #10331e1a;
	padding: 60px 20px;
	border-radius: 30px;
}
.categories-col .wp-block-tag-cloud a{
	background: transparent;
}
.blog-section article{
	border: none!important;
    box-shadow: 0px 10px 30px 0px #10331e1a;
    border-radius: 30px;
}
article .post-meta {
	margin-bottom: 15px;
}
article .more-link{
	display: inline-block!important;
    background-color: #fff;
    border: 1px solid #FC4237!important;
    border-radius: 6px;
    align-items: center!important;
    color: #FC4237!important;
    font-size: 14px!important;
    line-height: 20px!important;
    padding: 12px 32px!important;
	text-transform: capitalize;
	margin-top: 20px;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
}
article .more-link:hover{
	background-color: #FC4237!important;
	color: #fff!important;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
}
article .post-meta a{
	padding: 3px 7px;
	background-color: #fff;
	border: 1px solid #FC4237!important;
	border-radius: 15px;
	font-size: 12px!important;
	color: #FC4237!important;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
}
.article.home-header-section{
	background-position-y: -200px;
}
article .post-meta a:hover{
	background-color: #FC4237!important;
	color: #fff!important;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
}
.blog-section article .entry-featured-image-url{
	margin-bottom: 20px;
}
.blog-section article img{
	border-radius: 30px 30px 0 0;
}
article .entry-title{
	font-size: 24px!important;
	line-height: 1.2em;
}
article p{
	color: #2B3A42!important;
}
.blog-section article .et_pb_image_container{
	margin-bottom: 20px;
}
article a:hover{
	color: inherit;
}
.article-section .et_pb_column.et-last-child{
	padding: 20px;
}
.article-section h2{
	font-size: 40px!important;
	line-height: 1.2em;
}
.article-section h3{
	font-size: 30px!important;
	line-height: 1.2em;
}
.article h1{
	font-size: 50px!important;
	line-height: 1.2em;
}
.article-section h4{
	font-size: 24px!important;
	line-height: 1.2em;
	font-weight: 700
}
.article-section .categories-col a{
	width: 70%;
	margin: auto;
}
.article-section .categories-col .wp-block-tag-cloud a{
	margin-bottom: 5px;
}
.category-section img{
	border-radius: 30px 0 0 30px;
}
.category-section .entry-featured-image-url{
	width: 48%;
	float: left;
	margin-right: 40px;
}
.category-section h2.entry-title{
	padding-bottom: 0!important;
}
.menu-section .et_pb_menu{
	margin-bottom: 0!important;
}
.menu-section .et_pb_menu--with-logo a{
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	font-family: 'Inter';
	font-weight: 600;
	font-size: 14px;
	line-height: 20px!important;
	color: #18191F!important;
}
.menu-section .et_pb_menu--with-logo .sub-menu{
	border: none!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	width: auto!important;
}
.menu-section{
	box-shadow: 0px 4px 4px 0px #00000017;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999;
}
.menu-section .et_pb_menu--with-logo .sub-menu li{
	padding: 0!important;
}
.menu-section .et_pb_column{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu-section .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a{
	padding-bottom: 0!important;
}
.menu-section .primary-button a, .menu-section .primary-button a:hover{
	color: #fff!important;
}
.menu-section .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li{
	margin-top: 0!important;
}
.menu-section .et_pb_column.et-last-child .et_pb_menu__wrap{
	justify-content: flex-end;
}
.menu-section .et_pb_column.et-last-child{
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.menu-section .secondary-button:hover{
	background-color:#FA4616!important;
	color: #fff!important;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000)!important;
}
.menu-section .special a{
 	color: #FC4237!important;
	height: 30px!important;
	padding: 6px 12px!important;
	border-radius: 6px;
	border: 1px solid #fc4237!important;
}
.menu-section nav li{
	align-items: center!important;
}
.menu-section .secondary-button{
	margin-right: 14px!important;
	background-color: #fff;
	border: 1px solid #FC4237!important;
	border-radius: 6px;
	align-items: center!important;
	color: #FC4237!important;
	font-size: 14px!important;
	line-height: 20px!important;
}
.menu-section .primary-button{
	font-size: 14px;
	font-family: 'Inter'!important;
	line-height: 20px!important;
}
.menu-section .et_pb_button_module_wrapper{
	margin-bottom: 0!important;
}
#keyFeatures, #whoCanUse{
	padding-top: 90px!important;
}
/* Mobile & Tablet Responsive */
@media (max-width: 980px){
	.article-section.et_pb_section, .blog-section.et_pb_section, .faq-section.et_pb_section, .category-section.et_pb_section{
		padding-bottom: 0!important;
	}
	.cloud-section.et_pb_section{
		padding-top: 0!important;
	}
	.faq-section .et_pb_column.et-last-child{
		margin-bottom: 15px!important;
	}
	.faq-section .et_pb_toggle{
		margin-bottom: 5px!important;
	}
	.menu-section .mobile-logo img{
		width: 110px!important;
	}
	.privacy-policy .et_pb_text_inner{
		text-align: left!important;
	}
	#keyFeatures.et_pb_section, #whoCanUseMobile.et_pb_section, #howToEncrypt.et_pb_section{
		padding-top: 90px!important;
	}
	.et_pb_row{
		padding: 0!important;
		margin-bottom: 0!important;
	}
	.home-header-section .text-img-row .et_pb_column:first-of-type{
		padding: 0!important;
	}
	.home-header-section .full-width-row{
		padding-top: 100px!important;
	}
	.home-header-section .full-width-row h2:after{
		height: 1px;
		width: 100%;
		left: 0;
    	top: 100%;
	}
	.home-header-section .full-width-row .et_pb_column.et-last-child{
		margin-top: 10px!important;
	}
	.post-section .white-bg .blurb-title, .text-blurb-section .blurbs-row p{
		font-size: 20px;
	}
	.post-section .white-bg .et_pb_text{
		padding: 20px 10px;
	}
	.text-blurb-section .blurbs-row .et_pb_main_blurb_image{
		width: 60%;
    	display: block;
	}
	.floating-text-boxes-section .et_pb_row{
		bottom: 50px;
	}
	.blurbs-section h2{
		width: 100%;
		margin-bottom: 30px; 
	}
	.transparent-section{
		position: initial;
	}
	.transparent-section.two{
		padding: 50px 0!important;
	}
	.transparent-section.two .simple-blurbs .et_pb_column:first-of-type{
		margin-bottom: 0;
	}
	.transparent-section.two .simple-blurbs .et_pb_column.et-last-child{
		margin-bottom: 0!important;
	}
	.banner-section{
		padding-top: 50px!important;
	}
	.audit-section .et_pb_column.red-bg{
		border-radius: 0 0 16px 16px;
	}
	.banner-row.red-bg.et_pb_row{
		max-width: 100%;
	}
	.transparent-section .floating-transparent-row{
		padding: 40px 0!important;
	}
	.transparent-section .floating-transparent-row .et_pb_column{
		padding: 32px!important;
	}
	.audit-section .et_pb_column.red-bg{
		padding: 40px 30px;
	}
	.audit-section .et_pb_column.red-bg .et_pb_text_inner{
		text-align: left;
	}
	.full-dark-section .et_pb_column.et-last-child{
		justify-content: center;
	}
	.full-dark-section .et_pb_column.et-last-child .et_pb_button_module_wrapper {
		width: 100%;
		font-size: 20px;
	}
	.achievements-section h2{
		width: 100%;
	}
	.achievements-section h5{
		width: auto;
	}
	.cloud-section .pink-row .et_pb_blurb_container{
		padding-left: 20px!important;
	}
	.cloud-section .pink-row, .cloud-section .gray-column{
		padding: 40px!important
	}
	.cloud-section .cta-row h2{
		font-size: 28px!important;
		line-height: 38px!important;
		margin-top: 30px;
	}
	.footer-section{
		padding: 50px 0!important;
	}
	.et_pb_button{
		width: 100%;
		font-size: 20px!important;
	}
	.reverse-row{
		display: flex;
    	flex-direction: column-reverse;
	}
	.menu-section .et_pb_column .et_pb_menu{
		display: none;
	}
	.menu-section .et_pb_column.et-last-child{
		display: none;
	}
	.menu-section .et_pb_column--with-menu{
		width: 70%!important;
		margin-bottom: 0;
	}
	.menu-section .et_pb_column--with-menu .et_pb_image img{
		width: 100px;
	}
	.menu-section .et_pb_code{
		margin-bottom: 0!important;
	}
	.rmp-container a{
		font-family: 'Inter'!important;
		font-weight: 600!important;
		color: #18191F!important;
	}
	.rmp-container a{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.rmp-container li{
		padding-right: 20px!important;
		padding-left: 20px!important;
	}
	.rmp-container .secondary-button, .rmp-container .primary-button{
		width: 90%!important;
		margin: 10px auto!important;
	}
	.rmp-containerr .secondary-button a, .rmp-container .primary-button a{
		color: #fff!important;
		padding: 0;
		font-size: 18px!important;
		font-weight: 400!important;
	}
	.mobmenu-content{
		margin-top: 90px;
    	padding-bottom: 0px;
    	z-index: 1;
    	height: auto;
	}
}
/* Mobile Responsive */
@media (max-width: 374px){
	.cloud-section .cta-row .floating-img{
		top: -36px;
		width: 25%;
	}
}
@media (min-width: 375px) and (max-width: 400px){
	.cloud-section .cta-row .floating-img{
		top: -46px;
		width: 25%;
	}
}
@media (max-width: 400px){
	.cloud-section .cta-row h2{
		font-size: 22px!important;
	}
	.floating-text-boxes-section .et_pb_column{
		padding: 20px 65px 110px;
		background-size: 100%;
    	background-position-y: -130px;
	}
	.transparent-section{
		background-size: 700%;
	}
}
@media (min-width: 401px) and (max-width: 480px){
	.cloud-section .cta-row .floating-img{
		top: -58px;
		width: 25%;
	}
	.transparent-section{
		background-size: 400%;
	}
	.floating-text-boxes-section .et_pb_column{
		padding: 20px 70px 110px;
		background-size: 70%;
    	background-position-y: -130px;
	}
}
@media (max-width: 480px){
	.br-row{
		max-width: none!important;
		border-radius: 0;
	}
	.br-row .et_pb_column:nth-child(2n){
		margin-top: 30px;
	}
	.cloud-section.home .cta-row{
		padding-top: 50px!important;
	}
	.article-section .categories-col a{
		width: 100%!important;
	}
	.category-section .entry-featured-image-url{
		width: 100%;
		margin-right: 0;
	}
	article .entry-title, article .post-meta, article p{
		text-align: center;
	}
	.category-section img{
		border-radius: 30px;
	}
	.article-section h2{
		font-size: 30px!important;
	}
	.article-section h3{
		font-size: 24px!important;
	}
	.article-section h4{
		font-size: 20px!important;
	}
	.article h1{
		font-size: 40px!important;
		line-height: 1.2em;
	}
	.categories-col .et_pb_widget ul.wp-block-categories-list{
		padding-bottom: 20px!important;
	}
	.categories-col.et_pb_column{
		padding: 20px;
		margin-bottom: 20px!important;
		width: calc(100% + 35px)!important;
		margin-left: -20px!important;
		border-radius: 0;
	}
	article .more-link{
		width: 100%;
		text-align: center;
	}
	.categories-col h2{
		padding-bottom: 10px!important;
	}
	.faq-learn-more .et_pb_row{
		padding: 20px!important;
		max-width: none;
		border-radius: 0;
	}
	.faq-learn-more{
		padding: 0!important;
	}
	.home-header-section.faq.et_pb_section, .home-header-section.blog.et_pb_section, .home-header-section.article.et_pb_section{
		background-position-y:50%;
	}
	.home-header-section.article.et_pb_section{
		padding-bottom: 90px!important;	
	}
	.home-header-section .text-img-row .subtitle h3{
		padding-bottom:60px !important;
	}
	.floating-text-boxes-section .et_pb_row .et_pb_column{
		background-image:none;
		padding-left:0 !important;
		padding-right:0 !important;
		margin-bottom:0;
	}
	#keyFeatures.et_pb_section.blurbs-section{
		padding-top:30px !important;
	}
	.floating-text-boxes-section .et_pb_row .et_pb_text.center{
		box-shadow: 0 2px 18px 0 rgb(0 0 0 / 6%);
		padding:40px 20px;
		background-color:white;
	}
	.floating-text-boxes-section .et_pb_column{
		padding:20px 40px !important;
	}
	h1{
		font-size: 40px!important;
		line-height: 48px;
	}
	h2{
		font-size: 30px!important;
		line-height: 38px;
	}
	h3{
		font-size: 24px!important;
		line-height: 32px;
	}
	h4{
		font-size: 20px!important;
		line-height: 28px;
	}
	h5{
		font-size: 16px!important;
		line-height: 24px;
	}
	h6{
		font-size: 14px!important;
		line-height: 22px;
	}
	p,ul,li,ol{
		font-size: 16px!important;
		line-height: 26px!important;
	}
	.et_pb_text_inner{
		text-align: center;
	}
	.mobmenur-container i, .mob-icon-right-open:before{
		top: 18px;
	}
	.home-header-section {
		padding-top: 110px!important;
		padding-bottom: 50px!important;
		background-position-y: -220px;
    	background-position-x: 0px;
	}
	.header-section{
		background-size: 240%;
	}
	.home-header-section .et_pb_image{
		width: 40%;
		margin: auto;
	}
	.text-blurb-section .title-row.center h2{
		width: 89%;
	}
	.text-blurb-section .blurbs-row{
		margin-top: 30px;
	}
	.text-blurb-section .et_pb_row h3{
		font-size: 30px!important;
   	 	margin-top: 50px;
    	line-height: 38px;
	}
	.full-dark-section h2{
		font-size: 35px!important;
		line-height: 43px!important;
	}
	.achievements-section .et_pb_blurb:nth-child(2n) .et_pb_blurb_content{
		display: flex;
    	flex-direction: row;
    	justify-content: flex-end;
	}
	.cloud-section .pink-row .et_pb_main_blurb_image{
		width: 80%;
	}
	.footer-section .et_pb_social_media_follow{
		text-align: center;
	}
	.footer-section .logo{
		margin-left: auto;
		margin-right: auto;
	}
}
/* Tablet Responsive */
@media (min-width: 481px) and (max-width: 980px){
	.br-row .et_pb_column:nth-child(2n){
		margin-top: 30px;
	}
	.cloud-section .cta-row .floating-img{
		top: -41px;
	}
	article.et_pb_post{
		margin-bottom: 0;
	}
	.category-section .entry-featured-image-url{
		width: 45%;
		margin-right: 20px;
	}
	.category-section .more-link{
		margin-top: 12px;
	}
	.article-section .border-radius-image{
		width: 50%!important;
		margin-left:auto;
		margin-right:auto;
	}
	.categories-col .et_pb_widget ul.wp-block-categories-list{
		padding-bottom: 0!important;
	}
	.categories-col.et_pb_column{
		padding: 40px 20px;
		margin-bottom: 40px!important;
	}
	.home-header-section.faq.et_pb_section, .home-header-section.blog.et_pb_section{
		padding-top: 100px!important;
		padding-bottom: 150px!important;
	}
	.faq.home-header-section, .home-header-section.blog.et_pb_section, .article.home-header-section{
		background-position-y: 0;
	}
	.header-section{
		background-position-y: 60%;
	}
	.mobmenur-container i, .mob-icon-right-open:before{
		top: 20px;
	}
	.home-header-section .et_pb_image{
		width: 25%;
		margin: auto;
	}
	.home-header-section h1{
		font-size: 54px!important;
    	line-height: 62px;
	}
	.home-header-section {
		padding-top: 90px!important;
		padding-bottom: 50px!important;
		background-position-y: -155px;
    	background-position-x: 0px;
	}
	.home-header-section .full-width-row .et_pb_text_inner{
		text-align: center;
	}
	.text-blurb-section .title-row.center h2{
		width: 100%;
	}
	.text-blurb-section .blurbs-row{
		margin-top: 0px;
	}
	.floating-text-boxes-section .et_pb_column{
		padding: 20px 65px 130px;
		background-size: 100%;
    	background-position-y: -160px;
	}
	.transparent-section{
		background-size: 250%;
		padding-bottom: 90px!important;
	}
	.full-dark-section h2{
		text-align: center;
	}
	.cloud-section .cta-row{
		padding-top: 0!important;
	}
	.text-blurb-section .et_pb_row h3{
		margin-top: 50px;
	}
	.text-blurb-section .blurbs-row {
    	margin-top: 40px;
	}
	.audit-section .reverse-row .et_pb_image, .cloud-section .et_pb_image{
		width: 40%;
		margin: auto;
	}
	.cloud-section .et_pb_equal_columns .et_pb_column.et_pb_column_53{
		background-image: url('/wp-content/uploads/2021/10/Image.png');
		background-size: cover;
	}
	.cloud-section .et_pb_equal_columns .et_pb_column.et_pb_column_53:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: linear-gradient(129deg, rgba(255,255,255,1) 0%, rgba(239,249,254,0.5) 0%);
		opacity: 1;
    }
	.audit-section .et_pb_column.et-last-child:before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 16px 16px 0 0;
		background: linear-gradient(129deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 0%);
		opacity: 1;
	}
	.audit-section .et_pb_column.et-last-child{
		border-radius: 16px 16px 0 0;
	}
}
/* Low Desktop Resolutions */
@media (min-width: 1920px){
	.full-width-row.et_pb_row{
		max-width: 90%;
		padding-top: 110px;
	}
	.home-header-section{
		background-position-y: -150px;
	}
	.et_pb_row{
		max-width: 1440px;
	}
	.floating-text-boxes-section.pink .et_pb_column{
		padding: 130px 40px;
	}
	.floating-text-boxes-section .et_pb_column{
		padding:110px 40px;
	}
}
@media (max-width: 1439px){
	.et_pb_row{
		max-width: 90%;
	}
	br{
		display: none;
	}
}
@media (min-width: 1024px) and (max-width: 1279px){
	.menu-section nav li{
		padding-left: 6px!important;
		padding-right: 6px!important;
	}
	.cloud-section .cta-row .floating-img{
		top: -69px!important;
	}
	.text-blurb-section .title-row.center h2{
		width: 80%!important;
	}
	.cloud-section .gray-column{
		padding: 40px;
	}
	.achievements-section h2{
		width: 100%;
	}
	.achievements-section .et_pb_column:first-of-type{
		width: 39%;
	}
	.achievements-section .et_pb_column:nth-child(2), .achievements-section .et_pb_column.et-last-child{
		width: 25%;
	}
	.full-dark-section .et_pb_column:first-of-type{
		width: 65%;
	}
	.full-dark-section .et_pb_column.et-last-child{
		width: 33%;
	}
	.pink.floating-text-boxes-section .et_pb_column{
		padding: 90px 25px!important;
	}
	.pink.floating-text-boxes-section .et_pb_row{
		bottom: 95px;
	}
	.simple-blurbs .et_pb_column{
		width: 100%;
	}
	.simple-blurbs .et_pb_column:first-of-type{
		margin-bottom: 20px;
	}
	.blurbs-section h2{
		width: 70%;
	}
	.home-header-section .full-width-row h2{
		padding-left: 23%!important;
	}
	.menu-section .et_pb_column.et-last-child{
		width: 35%;
	}
	.menu-section .et_pb_column{
		width: 95%;
	}
	.home-header-section h1{
		font-size: 50px!important;
    	line-height: 65px!important;
	}
	.home-header-section h3{
		font-size: 32px!important;
    	line-height: 41px!important;
	}
	.floating-text-boxes-section .et_pb_column{
		padding: 75px 25px;
    	width: 26%;
    	margin-right: 0;
	}
	.floating-text-boxes-section .et_pb_row{
		bottom: 125px;
	}
	.transparent-section .floating-transparent-row .et_pb_column{
		padding: 64px 31px;
	}
	.transparent-section{
		bottom: 295px;
	}
}
@media (min-width: 1280px) and (max-width: 1439px){
	.menu-section nav li{
		padding-left: 8px!important;
		padding-right: 8px!important;
	}
	.cloud-section .cta-row .floating-img{
		top: -86px!important;
	}
	.blurbs-section h2{
		width: 55%;
	}
	.text-blurb-section .title-row.center h2{
		width: 60%!important;
	}
	.home-header-section .text-img-row .et_pb_image{
		width: 90%;
	}
	.floating-text-boxes-section.pink .et_pb_column{
		padding:110px 40px;
	}
	.full-background-section{
		background-position-y: 90px;
	}
	.banner-section.red-bg .subtitle-row .et_pb_text_inner{
		padding-right: 100px;
	}
	.text-blurb-section .et_pb_equal_columns .title  {
		padding-right: 50px;
	}
	.full-width-row.et_pb_row{
		max-width: 100%;
	}
	.home-header-section{
		background-position-y: 0px;
		padding-bottom:0px!important;
	}
	.home-header-section .text-img-row .et_pb_image{
		width: 100%;
	}
	.home-header-section .full-width-row h2{
		padding-left: 40%!important;
	}
	.home-header-section .full-width-row h3{
		padding-right: 30px;
	}
	.floating-text-boxes-section .et_pb_column{
		padding:80px 30px;
	}
	
	
}	
@media (min-width: 1440px) and (max-width: 1919px){
	.cloud-section .cta-row .floating-img{
		top: -96px!important;
	}
	.header-section{
		background-position-y: 60%;
	}
	.home-header-section h2:after{
		right: 7%;
		height: 85%;
	}
	br{
		display: none;
	}
	.floating-text-boxes-section .et_pb_column{
		padding:90px 40px;
	}
	.floating-text-boxes-section.pink .et_pb_column{
		padding:110px 40px;
	}
	.et_pb_row{
		max-width: 1280px;
	}
	.full-background-section{
		background-position-y: 90px;
	}
	.banner-section.red-bg .subtitle-row .et_pb_text_inner{
		padding-right: 100px;
	}
	.text-blurb-section .et_pb_equal_columns .title  {
		padding-right: 50px;
	}
	.full-width-row.et_pb_row{
		max-width: 100%;
	}
	.home-header-section{
		background-position-y: -30px;
	}
	.home-header-section .text-img-row .et_pb_image{
		width: 100%;
	}
	.home-header-section .full-width-row h2{
		padding-left: 45%!important;
	}
}
@media (min-width: 981px){
	.home-header-section.faq.et_pb_section, .home-header-section.blog.et_pb_section{
		padding-top: 100px;
		padding-bottom: 150px;
	}
	.home-header-section h2{
		padding-left: 52%!important;
	}	
	.transparent-section .simple-blurbs{
		padding-top: 100px!important;
		padding-bottom: 0!important;
	}
}