<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: guard-x
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: guard-x
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&amp;family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--primaryColor: #395f7d;
	--secondaryColor: #6EC1E4;
	--primaryHover: #C38154;
	--textColor: #1B222B;
	--white: #ffffff;
}

body {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-size: 17px;
	color: #0A1A3F;
	line-height: 1.4;
	font-weight: 300;
	overflow-x: hidden;

}
.grecaptcha-badge { 
    visibility: hidden !important;
}
a,input,button {
	text-decoration: none;
	color: #0A1A3F;
	transition: all ease-in-out .3s;
	display: flex;
}
a:hover {
	text-decoration: underline;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

/*********Utility css start*********/
.row{
  display: flex;
  flex-wrap: wrap;
}
.text-center{
	text-align: center;
}

body .c-btn-primary button,
body .c-btn-primary a,
body .c-btn-gray button,
body .c-btn-gray a,
body input.c-btn-primary {
	padding: 14px !important;
	font-size: 15px !important;
	position: relative;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center;
	align-items: center;
	border: none;
	overflow: hidden;
	transition: all ease-in-out .3s !important;
	border-radius: 0;
	font-weight: 500 !important;
	font-family: "Epilogue", sans-serif;
	border: none!important;
	padding: 14px 24px 13px !important;
	text-align: center;
	cursor: pointer;
	border-radius: 0px !important;
}

body .c-btn-primary button:hover,
body .c-btn-primary a:hover,
body .c-btn-gray button:hover,
body .c-btn-gray a:hover,
body input.c-btn-primary:hover {
	transform: scale(1.05);
}


body .c-btn-primary button,
body .c-btn-primary a,
body input.c-btn-primary  {
	color: #ffffff!important;
	background-color: #0A1A3F!important;
}
body .c-btn-gray button,
body .c-btn-gray a {
	color: #0A1A3F !important;
	background-color: #E7EBF7!important;
}

body .c-btn-primary button:after ,
body .c-btn-primary a:after,
body .c-btn-gray button:after ,
body .c-btn-gray a:after,
body input.c-btn-primary:after {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	transition: all ease-in-out .3s;
	border-radius: 30px;
	margin-left: 8px;
	background-size: 12px !important;
	background-repeat: no-repeat !important;
	background-position: center;
}

.vc_btn3.vc_btn3-style-modern {
    background-image: none !important;
}

body .c-btn-primary button:hover:after ,
body .c-btn-primary a:hover:after,
body input.c-btn-primary:after
 {
	background-color: #0a1a3f78;
	/* transform: rotate(-35deg); */
}
body .c-btn-gray button:hover:after ,
body .c-btn-gray a:hover:after,
body input.c-btn-gray:after
 {
	background-color: #ffffff;
	/* transform: rotate(-45deg); */
}



body .c-btn-primary button:after ,
body .c-btn-primary a:after {
  background-image: url('./assets/images/btn-arrow-white.svg');
}
body .c-btn-gray button:after ,
body .c-btn-gray a:after {
  background-image: url('./assets/images/btn-arrow-blue.svg');
}

body .c-btn-primary button:hover,
body .c-btn-primary a:hover {
	background-color: #3369FF !important;
	border-radius: 0px 10px 0px 10px !important;
}
body .c-btn-gray button:hover,
body .c-btn-gray a:hover {
	border-radius: 0px 10px 0px 10px !important;
	background-color: #0a1a3f !important;
	color: #fff !important;
}

body p+p{
	margin-top: 10px;
}
.text-white{
	color: #fff;
}
p a{
	display: inline-block;
}
/*********Utility css end*********/

/*********Typography css star*********/

.section-name{
	margin-bottom:38px;
}
.section-name b {
	font-size: 17px;
	line-height: 22px;
	padding: 10px 30px;
	color: #000;
	background: #FF00FF;
	border-radius: 35px;
	display: inline-block;
}
.section-name b{
	font-weight: 600;
}
body .big-title {
	font-size: 80px;
	line-height:90px;
	font-weight: 800;
	margin-bottom: 40px;
}
body .medium-title {
	font-size: 40px;
	line-height:50px;
	font-weight: 800;
	margin-bottom: 40px;
}
body .section-title {
	font-size: 60px;
	font-weight: 800;
	line-height:70px;
	margin-bottom:38px;
	text-transform: uppercase;
}

.fs-140{
	font-size:140px;
	line-height: 1.2;
}
.fs-90{
	font-size:90px;
	line-height: 1.2;
}
.fs-80{
	font-size:80px;
	line-height: 1.2;
}
.fs-60{
	font-size:60px;
}
.fs-19 {
	font-size: 19px;
}
.fs-27{
	font-size:27px;
}
.fs-25{
	font-size:25px;
	margin-bottom: 25px;
}
.c-py-280{
	padding: 280px 0px !important;
}
.fw-semibold {
	font-weight: 500;
}
@media (max-width: 1400px) {
	.fs-140{
		font-size:130px;
	}	
}
@media (max-width: 1200px) {
	.c-py-280{
		padding: 200px 0px!important;
	}
	.fs-140{
		font-size:110px;
		line-height: 120px;
	}
	.fs-90{
		font-size:70px;
	}
	.fs-80{
		font-size:65px;
	}
	.fs-60{
		font-size:50px;
	}

	.fs-27{
		font-size:24px;
	}
	.fs-25{
		font-size:22px;
	}
	.fs-19 {
		font-size: 17px;
	}
}
@media (max-width: 991px) {
	.c-py-280{
		padding: 200px 0px !important;
	}
	.fs-140{
		font-size:80px;
		line-height: 100px;
	}
	.fs-90{
		font-size:60px;
	}
	.fs-80{
		font-size:55px;
	}
	.fs-60{
		font-size:50px;
	}
}
@media (max-width: 768px) {
	.c-py-280{
		padding: 150px 0px !important;
	}
	.fs-140{
		font-size:48px;
		line-height: 60px;
	}
	.fs-90{
		font-size:48px;
	}
	.fs-80{
		font-size:45px;
	}
	.fs-60{
		font-size:40px;
	}
	.fs-25{
		font-size:20px;
	}
	.fs-19 {
		font-size: 16px;
	}

}
@media (max-width: 576px) {
	body .c-btn-gray button, body .c-btn-gray a,
	body .c-btn-gray, body .c-btn-gray,
	body .c-btn-primary button, body .c-btn-primary a,
	body .c-btn-primary, body .c-btn-primary{
		width: 100%;
	}
	.fs-80{
		font-size:40px;
	}
}
/*********Typography css end*********/


/*********Section and container start*********/
section,
section.vc_section{
	padding: 75px 0px;
	overflow: visible;
	position: relative;
	display: flex;
  align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0px;
}
body .vc_section.vc_section-has-fill+.vc_section{
	padding-top: 75px;
}
.container {
	margin: 0 auto;
}
.container-fluid {
	max-width: 1750px;
  margin: 0 auto;
}
.container,
.vc_section&gt;.vc_row {
	width: 100%;
  max-width: 1434px !important;
	padding: 0 50px !important;
	left: 0 !important;
}
section .sec-title-wrap .vc_column-inner{
	max-width: 550px;
}
section .sec-title-wrap p{
	max-width: 485px;
}


@media (max-width: 1200px) {
	.container, .vc_section&gt;.vc_row {
		max-width: 950px !important;
    padding: 0 30px !important;
	}
	.border-top.vc_section::after{
		max-width: 890px;
		width: calc(100% - 60px);
	}

	
}
@media (max-width:767px) {
	/* section,
	section.vc_section{
	  padding: 50px 0px;
	}	 */
	.container, .vc_section&gt;.vc_row {
		padding: 0 15px !important;
	}
	.border-top.vc_section::after {
		width: calc(100% - 40px);
	}
}

/*********Section and container end*********/
</pre></body></html>