:root {
	--sectionbg: #F2F4F6;
	--body-color: #002646;
	--head-color: #002646;
	--body-color-rgb: 0, 38, 70;
    --body-color-light:rgba(var(--body-color-rgb),0.75);
	--body-sub-color: #8092A2;
	--border-color: #E5E9EC;
	--border-color-alt:#EAEEF0;

	--green: #00A99F;
    --green-rgb:0, 169, 159;
    --blue:#00AFD7;
    --blue-rgb:0, 175, 215;
	--pink: #E7217B;
	--orange: #F49911;
	--purple: #6655DF;
	--red-rgb:211, 47, 47;

	--primary-color:#F98807;
	--primary-color-hover:#EC7B00;

	--body-font: 'Inter', sans-serif;
	/* --head-font: 'Inter', sans-serif;
	--subhead-font: 'Inter', sans-serif; */
	--head-font: "mozaic-geo-variable",sans-serif;
	--subhead-font: "mozaic-hum-variable",sans-serif;	
	--svg-anim-stroke: 28px;


	--primary-color-new:#F98807;
	--primary-color-hover-new:#EC7B00;
	--dark-bg:#002646;
    --dark-bg-rgb: 0, 38, 70;
    --light-bg:#F6F9FC;

	--white-rgb:255, 255, 255;

    --box-bg:rgba(0, 175, 215, 0.03);
    --container-width: 100%;
}

html,body{ height:100%; }

body{font-family: var(--body-font); background:#fff; color: rgba(var(--body-color-rgb),0.75); padding-right:0!important; font-size:.9375rem; letter-spacing: 0.25px; 

--bs-border-color:rgba(var(--body-color-rgb),0.1);

}

@media (min-width: 576px){
	:root {
		--container-width: 540px;
	}
}
@media (min-width: 768px){
	:root {
		--container-width: 720px;
	}
}
@media (min-width: 992px){
	:root {
		--container-width: 960px;
        /* --header-size:80px;
        --standard-sec-pad:5rem;
        --standard-sec-pad-lg:10rem;
        --standard-inner-margin:5rem;
        --map-height: 650px; */
	}
}
@media (min-width: 1200px){
	:root {
		--container-width: 1140px;
	}
}
@media (min-width: 1200px){
	:root {
		--container-width: 1140px;
	}

}
@media (min-width: 1400px){
	:root {
		--container-width: 1320px;
	}
}
/* @media (min-width: 1600px) {
	:root {
		--container-width: 1520px;
	}	
	 .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{ max-width:1520px; }

}  */





.outercontainer{ max-width: 2500px; margin:0 auto; overflow: hidden; min-height: 100%; display: flex; flex-direction: column;}
.outercontainerw{max-width: 2500px; margin:0 auto;}
.maxoutercontainer{max-width: 1920px; margin:0 auto;}

/* @media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{ max-width:1520px; }
} */
@media (max-width: 767.999px) {
	.container{--bs-gutter-x:1.75rem;}
}


.innercontainer{ max-width: 968px; }

/*  */

a{  color:var(--primary-color);  text-decoration: none; transition:all 0.3s ease; }
a i, a:before{ transition:all 0.3s ease; color: var(--primary-color); }
a:hover{ color:var(--primary-color-hover); }
/*
a.blink{ color: #0F133B;;}
a.blink:hover{ color:#376DD3;}

.page-link{color:#376DD3; }
.page-link:hover{color:#376DD3; }
.page-item.active .page-link{ background-color: #376DD3; border-color: #376DD3; }

 */
 /* strong{  } */

 .offcanvas{ /* background: rgba(236, 236, 238,0.95); */ background:#fff; }
 .offcanvas-start{top:60px;}



.linkarrow a{ position: relative; display: inline-block; padding-right: 18px;   }
.linkarrow a::after{content:''; position: absolute; width:10px; height: 100%; right:0; top:0; background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.51559 2.56066L1.06066 9.0156L0 7.95495L6.45494 1.5H0.765615V0H9.01559V8.25H7.51559V2.56066Z" fill="%23F98807"/></svg>'); background-repeat: no-repeat; background-position: center; }



img,iframe,embed{ max-width: 100%; }
svg{ max-width: 100%; height: auto;}

.white-bg{background-color:#fff;}
.altbg{ background-color:var(--light-bg)!important; }
.primary-orange{color:var(--primary-color); }
.primary-color{color:var(--primary-color); }
.body-color-bg{ background-color: var(--body-color); color:#fff; }
.body-light-color{ color: var(--body-sub-color); }
.color-white,.white{ color:#fff!important; }
/* .body-font{font-family:var(--body-font);} */


.grey-bg{background:var(--light-bg);}
.dark-bg{background:var(--dark-bg); color: rgba(255,255,255,.75); }
.light-bg{background:var(--light-bg); }
.vdark-bg{background:#171717; color: #fff;  }
.grey-white-bg{background: linear-gradient(180deg, rgba(236,236,238,1) 0%, rgba(255,255,255,1) 100%);}
.section-bg{background:var(--sectionbg)}

.white-faint-bg-5{ background: rgba(var(--white-rgb), 0.05); }
.white-faint-bg-10{ background: rgba(var(--white-rgb), 0.10); }
.white-faint-75{ color: rgba(var(--white-rgb), 0.75); }

.sec-intro{  font-size:1.125rem;  }
@media (min-width: 992px) {
	/* .sec-intro{  font-size:1.625rem; } */
}

.colbg1{ background-color: var(--green); }
.colbg2{ background-color: var(--pink); }
.colbg3{ background-color: var(--orange); }
.colbg4{ background-color: var(--purple); }


/* .h1,.h2,.h3,.h4,.h5,.h6{}
.h2{font-size:2.8125rem;}
.h3{font-size:2.5rem;}
.h4{font-size:2rem;} */


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family: var(--head-font), sans-serif; color: var(--head-color);  }
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6{ color: #fff; }
.display-font{font-family: var(--head-font), sans-serif;}
h2+h2.mt-5 {
	margin-top:0!important;
}

.headbreak{ max-width:160px; margin-bottom:0; }
.bodyfont{ font-family: var(--body-font); }
.headfont{ font-family: var(--head-font); }

@media (max-width: 767.9999px) {
	/* h3, .h3{ font-size:1.75rem; } */
	h3, .h3{ font-size:1.375rem; }
}
@media (min-width: 992px) {
	h1, .h1{ font-size: 3.75rem; }
	h2, .h2{ font-size: 2.5rem; }
    .h2-lg{ font-size:2.8125rem; }
	h3, .h3{ font-size:1.125rem; font-weight: 600; }
	.h3-lg{ font-size:2rem;  }

}




/* h2,.h2{ font-size:1.75rem; } */
/*h1, h2, h3{ margin-bottom: 1rem;}
h5{ margin-bottom: 1rem;}
h1{ } */

/* .hhead{ font-weight:700; font-size: 1.375rem; } */

/* .htag::after{ height:3px; width:50px; background: #1D2466; content:" "; display:block; margin-top:10px;} */
/* #maincontent .container h1::after, .htagb::after{ height:3px; width:50px; background: #376DD3;; content:" "; display:block; margin-top:10px;} */

/* .text-header{ font-size: 1.3rem; } */
.shead{ font-size:1.75rem; font-weight: 500; }


.btn{  padding:.4375rem 1rem; /* width:100%; */ display: inline-flex; align-items: center; border-radius: .25; font-weight:600;  }
.btn-lg{ font-size:1rem; }
.btn span{padding-top: .125rem;}
@media (min-width: 576px) {
	.btn{ width:auto;font-size:1.125rem; }
	.btn-lg{ font-size:1.125rem; }
}

/* .btn-lg{padding:0.594rem 0.75rem;} */
.btn-sm{ font-size:.875rem; }

/* .btn-outline-dark{ color:#342D45; border-color:#342D45; }
.btn-outline-dark:hover{background:#342D45;}

.btn-outline-secondary{ color:var(--primary-color); border-color:var(--primary-color); }
.btn-outline-secondary:hover{background:var(--primary-color);} */

.btn-primary{ background:var(--primary-color);  border-color: var(--primary-color); color: #fff;   }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{ background:var(--primary-color-hover); border-color: var(--primary-color-hover); color: #fff; }



.bp-icon{ position: relative; padding-left:3rem; }
.bp-icon::before{content:''; position: absolute;left:.75rem; top:8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.82 11'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff%3Bfill-rule:evenodd%3B%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='a' points='6.28 0 4.86 1.42 8.06 4.52 0 4.52 0 6.49 8.06 6.49 4.86 9.58 6.28 11 11.82 5.51 6.28 0'/%3E%3C/svg%3E"); background-size:50%; background-repeat: no-repeat; background-position: center;
	width:25px; height:25px; border-radius:50%; background-color:var(--primary-color);
}
.bp-icon:hover::before{background-color:var(--body-color);}


.btn-secondary{ background:var(--primary-color); border-color: solid 2.5px #fff; color: #fff;font-family: var(--head-font)!important; }
.btn-secondary:hover, .btn-secondary:active{ background:#fff; border-color:var(--primary-color); color: var(--body-color); text-decoration: none!important; }

.btn-white{ background:#fff; border-color:#fff;  color:var(--body-color);   }
.btn-white:hover, .btn-white:active{ background:#f9f9f9; border-color:#fff;   color:var(--body-color);;  }




.white-color{ color:#fff;  }
a.white-color:hover{color:var(--primary-color);}

.btn-outline-light{ color: #fff; border-color: #fff;; }



p.caption{margin-top: 1rem; margin-bottom: 1.5rem;}


main{position:relative; z-index: 0;}
 .navbar.nb-old{position: absolute; z-index: 1;    font-size:1.125rem; padding-top:0; padding-bottom:0; /* position: relative; */ transition:background-color 0.3s ease; color:var(--body-color); font-weight: 500;}


/* .navbar { background: var(--dark-bg); color: #fff; padding:0; }
	.navbar .navbar-brand{ width:102px; padding: .75rem 0; }
	.navbar .navbar-toggler{ border: none; }
	.navbar .navbar-toggler:focus{ box-shadow: none;  }


	.navbar .nav-item.dropdown{ padding-right: var(--bs-navbar-nav-link-padding-x); }



	.navbar .nav-link{ color: #fff; }
	.navbar .nav-link:hover, .navbar .nav-item.active .nav-link{ color: var(--primary-color-new); }

	.navbar .dropdown .dropdown-toggle{ display: inline-block; }
	.navbar .dropdown-toggle::after{display: none!important;}


	.navbar .dropdown .drop-icon svg{ width:10px; height: auto; }

	.navbar .dropdown-menu{ border: none; border-radius: 0;}
	.navbar .dropdown-menu .dropdown-item{ color: rgba(var(--body-color-rgb),0.75);}
	.navbar .dropdown-menu .dropdown-item:hover{ background: none; color: var(--primary-color-new);}	

	.navbar .dropdown-menu[data-bs-popper]{margin-top:0; }

	

	.nav-open .nb-new .openmenu{ display: none; }
	.nav-closed .nb-new .closemenu{ display: none; }
	.nb-new .openmenu svg,.nb-new .closemenu svg{ height: 27px; width: auto;}




@media (min-width: 992px) {


	.navbar .nav-link{ --bs-nav-link-padding-y:1.4375rem; font-size: .9375rem; font-weight: 500; }
	.navbar a.btn{font-size: .9375rem; font-weight: 500;}

	.navbar .nav-item.active{ position: relative; }
	.navbar .nav-item.active::after{ position: absolute; content:''; bottom:0; left:0; width:100%; height: 2px; background: var(--primary-color-new); }





	.navbar .dropdown-menu {
		position: fixed !important;
		top: 68.5px; 
		left: 0 !important;
		width: 100vw !important;
		margin: 0;
		padding: 1.25rem 0;
		border: none;
		border-radius: 0;
		background: #fff; 
	}

	.navbar .dropdown-menu ul {display: flex; justify-content: center; gap: 1.5rem; }	
	.navbar .dropdown-menu .dropdown-item{white-space: nowrap;font-size: .875rem;text-align: center;}

    .dropdown:hover>.dropdown-menu { display: block; top:100%; left:0;  }	    

}	 */













.navbar { background: var(--dark-bg); color: #fff; padding:0; }
	.navbar .navbar-brand{ width:102px; padding: .75rem 0; }
	.navbar .navbar-toggler{ border: none; }
	.navbar .navbar-toggler:focus{ box-shadow: none;  }


	.navbar .nav-item.dropdown{ padding-right: var(--bs-navbar-nav-link-padding-x); }



	.navbar .nav-link{ color: #fff; }
	.navbar .nav-link:hover, .navbar .nav-item.active .nav-link, .dropdown:hover a{ color: var(--primary-color-new); }

	.navbar .dropdown .dropdown-toggle{ display: inline-block; }
	.navbar .dropdown-toggle::after{display: none!important;}


	.navbar .dropdown .drop-icon svg,.drop-icon-svg{ width:14px; height: auto;  }
	.dropdown .drop-icon-svg path{ transition:all 0.3s ease;}
	.dropdown:hover .drop-icon-svg path{ fill:var(--primary-color)!important;}

	.navbar .dropdown-menu{ /* background: var(--dark-bg-new); */ border: none; border-radius: 0; background: rgba(var(--white-rgb), 0.05);}
	.navbar .dropdown-menu .dropdown-item{ color: rgba(var(--body-color-rgb),0.75); color: #fff;}
	.navbar .dropdown-menu .dropdown-item:hover{ background: none; color: var(--primary-color-new);}
	.navbar .dropdown-menu .dropdown-item.active{background: none; color: var(--primary-color)!important; }	

	.navbar .dropdown-menu[data-bs-popper]{margin-top:0; }

	

	.nav-open  .openmenu{ display: none; }
	.nav-closed  .closemenu{ display: none; }
	.openmenu svg, .closemenu svg{ height: 27px; width: auto;}

	.navbar.nav-white-bg{ background:#fff; color: var(--body-color);}
	.navbar.nav-white-bg .navbar-toggler .mio-st{ stroke:var(--body-color);}
	.navbar.nav-white-bg .nav-link{ color:var(--body-color); }
	.navbar.nav-white-bg .nav-link:hover, .navbar.nav-white-bg .nav-item.active .nav-link{ color: var(--primary-color-new); }
	.navbar.nav-white-bg .dropdown .drop-icon-svg path{ fill: var(--body-color);}

	.navbar.nav-white-bg .dropdown-menu .dropdown-item{ color: rgba(var(--body-color-rgb),0.75);}
	.navbar.nav-white-bg .dropdown-menu .dropdown-item:hover{ color: var(--primary-color-new);}


@media (min-width: 992px) {


	.navbar .nav-link{ --bs-nav-link-padding-y:1.4375rem; font-size: .9375rem; font-weight: 500; }
	.navbar a.btn{font-size: .9375rem; font-weight: 500;}

	.navbar .nav-item.active{ position: relative; }
	.navbar .nav-item.active::after{ position: absolute; content:''; bottom:0; left:0; width:100%; height: 2px; background: var(--primary-color-new); }

	.navbar .dropdown .drop-icon svg,.drop-icon-svg{ width:10px; }

 	.navbar .dropdown{ display: flex; align-items: center; } 
    .dropdown:hover>.dropdown-menu { display: block; /* top:100%; left:0; */  }	

	.navbar .dropdown-menu {
		position: fixed !important;
		top: 68.5px; /* adjust to your navbar height */
		left: 0 !important;
		width: 100vw !important;
		margin: 0;
		padding: 1.25rem 0;
		border: none;
		border-radius: 0;
		background: #fff; /* same color as navbar or your preference */
	}

	/* Center items inline */
	.navbar .dropdown-menu ul {display: flex; justify-content: center; gap: 1.5rem; }	
	.navbar .dropdown-menu .dropdown-item{white-space: nowrap;font-size: .875rem;text-align: center; color: rgba(var(--body-color-rgb),0.75);}

}






footer{
	--head-color: #fff;
	margin-top:auto;
	position: relative;
	}
	.marketplace footer{ margin-top:-5%; }
	.footer-topbg{margin-bottom:-4px}
	


	footer a{ color:#fff; }
	footer a:hover{color:var(--primary-color); }

	.footcontent{background: var(--dark-bg); color: #fff;  position: relative; color: #fff; }


footer .footnav .fhead{ font-size:.9375rem; font-weight: 500; margin-bottom:.5rem; }
footer .footnav ul{margin-bottom:1.5rem;}
footer .footnav ul li{margin-bottom:.375rem;}
footer .footnav ul li a, .footnewlink a{ color: rgba(255,255,255,0.75); font-size: .875rem; font-weight: 400;}
footer .fn-col .footnewlink:last-of-type{ margin-bottom:0; }

.footnewlink{ margin-bottom:.375rem; }

.newtheme .footcontent a:hover{ text-decoration: none; }
.newtheme .footcontent .mainlinks a:hover{ color: var(--primary-color);}

footer .footcontent { padding:4rem 0; }
.footbox{ padding:1.5rem; }
.footbox-icon{ width:48px; height: 48px; display: flex; align-items: center; justify-content: center; }

.footbox .footbox-link svg{ transition:all 0.3s ease;  }
.footbox:hover { background:rgba(255,255,255,0.025) }
.footbox:hover .footbox-link svg{ transform: translateX(5px); }

@media (min-width: 992px) {
	footer .footcontent { padding:7rem 0 4rem 0; }

	.footbox{ padding:2.5rem; }
}



	.sociallinks a{ margin: 0 7px;  }
	.sociallinks a img{ max-height: 24px; width:auto; max-width:34px;}
	.sociallinks a:hover{ text-decoration: none; }
	.sociallinks a:hover img{ opacity: 0.85;}


	/* .arrow-bottom-img{ position: absolute; bottom:0; left:50%; width:100%; min-width:1200px;  transform: translateX(-50%);
	} */




.svg-container{ height:100%; width:100%; }
.svg-container svg{ max-height:100%; width:100%; height:100% }
.halfTwinitComponents .svg-container{ padding:85px 0 50px 0; }
@media (min-width: 768px) {
	.halfTwinitComponents .svg-container{ padding:185px 0 50px 0; }
}
@media (min-width: 992px) {
	.halfTwinitComponents .svg-container{ padding:50px 0; }
}


.herocontentcontainer{ position: absolute; z-index: 1; height: 100%; width: 100%; }
	.herocontent{position:relative; z-index: 2;  width:100%;}
	.hero-footnote{ position: absolute; bottom:15px; left:0; color:#8092A2; font-size:.75rem; }
	.herooverlay{ width:100%; }
	.hero-sec{ color:var(--primary-color);  font-weight:700; font-size:0.875rem ; }
	.hero-title{/* color:#fff; */ font-size:1.75rem;  }

	.homehero{ position: relative; }
	.homehero .herocontent{ padding-bottom: 5rem; }
	.homeherobg{ position: absolute; height: 100%; width:100%; top:0; left:0; top:0; background: url('/images/home-header-all-min-1.png') no-repeat; background-position: right center; background-size: auto 100%; background-position: 60vw center; }
	.homeherobg svg{ height:100%; width: auto;}
	.homehero .hero-title{ font-size: 1.75rem; line-height: 1;}
	/* .homehero::after{ content:''; position: absolute; width:100%; height:100%; top:0; left:0; background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%); } */
	/* .homeheroplay{ display: block; position: relative; z-index: 5; background:none; border:none; } */

	.hero-desc{/* color:#fff; */ font-size:1rem; font-weight:500;  }
	/* .mainhero .hero-desc{font-size:.875rem!important;  } */
	.mainhero{ background-position: center center; background-repeat: no-repeat; background-size: cover; }
	

	.vidmodbody embed{ width:100%; height:100%;}



	.hero-desc p:last-of-type{ margin-bottom:0rem;}
	.hero-desc strong{}

	


	/* gen hero */
	.hero{position: relative; /* height:400px; */  /* background-attachment: fixed; */ /* max-height: 100vh; */ }
	.newspage .hero, .standardTextOnly .hero, .hero.newsfeature{ height:200px; min-height: auto;}
	
	.h-standard{ max-width:1000px; position: relative; }
	.hero-navbar-padding{ padding-top:85px; }
	.hero-arrow{ position: relative; }
	/* .hero-arrow::after { position: absolute; content:''; z-index: 1;  bottom:-10px; left:calc( 50% - 11px );  width: 0;height: 0;border-style: solid;border-width: 10px 10px 0 10px;border-color: #333F48 transparent transparent transparent;} */


	/* .herovideo{ position: absolute; top:0; left:0; width:100%; height: 100%; object-fit:cover; object-position: center center;  } */

	/* below to fix bug on iOS when background attachment fixed */
	@supports ( -webkit-touch-callout : none) {
		.hero {
			background-attachment:scroll
		}
	}
	.heroc{ width:100%; height:100%; /* background:#2A2B3C; */ position: relative; }
	.heroc.nobgasset{background-color: rgba(38,38,38,1);}

	.homehero{  /* height:700px; */  position: relative; background-size: cover; background-position: center center; padding-top:90px;  }

	.homehero .herovideocontainer{ position: absolute; top:0; left:0; width:100%; height:100%;background: #eee;overflow: hidden;padding: 0;}
	.homehero .herovideocontainer iframe{ width:100%; height:100%; object-fit: cover; 
		box-sizing: border-box;
		height: 56.25vw;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		width: 177.77777778vh;
	}

	.herovideo{ position: absolute; top:0; left:0; width:100%; height: 100%; object-fit:cover; object-position: center center;  }
	.homehero .videocontainer .ratio iframe{ z-index: 1; }
	.homehero .videocontainer .ratio::after{ content:''; position: absolute; width:100%; height:100%; background: #6655DF; right:-7px; bottom:-7px; z-index: 0;  }
	.reshero .hero{ background-color:#333F48; background-size: 100%; background-position: center bottom; height: 250px; }

	.halfGreyCircle{background-image: url("data:image/svg+xml,%3Csvg width='1094px' height='740px' viewBox='0 0 1094 740' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 3%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0 1094 0 1094 740 0 740'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='visuals' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='platform-desktop-visual-2' transform='translate(-586.000000  0.000000)'%3E%3Cg id='Group-3' transform='translate(586.000000  0.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M1094 740 L1094 0 L0 0 C0 282.51205 102.891382 540.979608 273.219736 740 L1094 740 Z' id='Fill-1' fill='%23F2F4F6' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-position: right top; background-size: auto 100%;}

	.halfWhiteCircle{background-image: url('data:image/svg+xml,<svg width="794" height="900" viewBox="0 0 794 900" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M107.264 0C38.6759 135.109 0 288.035 0 450C0 611.965 38.6759 764.891 107.264 900H793.514V7.20963e-05L107.264 0Z" fill="white"/></svg>'); background-position: right top; background-size: auto 100%; background-color: var(--sectionbg); background-repeat: no-repeat;}
	@media (min-width: 992px) {
		.halfWhiteCircle{ height: 900px!important;}		
	}



	.hero.headingLeftTextRight{ height: auto; padding-top:100px; }
	.headingLeftTextRight .hero-desc{ border-top:solid 3px var(--body-color); padding-top:1.75rem;}

	.hero.half-image{ padding-top:85px;}

	/* @media (min-width: 992px) { */
		.hero.half-image.half-logo .hero-hi-img img{ width:60%;}		
	/* } */
	


	.hbg-navBarBlueCircle .navbar::before{
		background-image: url("data:image/svg+xml,%3Csvg width='1071.30181px' height='329.992666px' viewBox='0 0 1071.30181 329.992666' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cg id='visuals' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ecosystem-overview-page-desktop-1680' transform='translate(-457.849097  -0.007334)' fill='%232691BF'%3E%3Cpath d='M1529.1509 0.00733386048 C1430.47424 195.744188 1227.66568 330 993.5 330 C759.334317 330 556.525759 195.744188 457.849097 0.00733386048 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: 220px top;
	}
	.hero.halfGreenCircle{
		background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1680 740' style='enable-background:new 0 0 1680 740%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.hgreencirc-st0%7Bfill:%2300A69B%3B%7D%3C/style%3E%3Cpath class='hgreencirc-st0' d='M942.9 370c0 138.3 44.7 266.2 120.4 370H1680V0h-616.7C987.6 103.8 942.9 231.7 942.9 370z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		
		background-size:auto 100%;
		/* background-position: right top; */
	}

	.hero.quarterPinkCircle{
		background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1680 740' style='enable-background:new 0 0 1680 740%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.hpinkcircle-st0%7Bfill:%23FF267D%3B%7D%3C/style%3E%3Cpath class='hpinkcircle-st0' d='M946.8 740H1680V0h-472.4C1060 213 966.4 466.2 946.8 740z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		
		background-size:auto;
		background-position: left top;
	
	}
	.hero.halfPinkCircle{
		background-image: url('data:image/svg+xml,<svg width="458" height="678" viewBox="0 0 458 678" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 338.507C0 216.671 29.1705 101.634 80.9014 0C80.9014 5.41219 80.9349 10.7796 81 16.1041V0H458V677H81V676.7C80.9672 676.804 80.9343 676.909 80.9014 677.014C29.1705 575.38 0 460.343 0 338.507Z" fill="%23FF267D"/></svg>');
		background-repeat: no-repeat;
		
		background-size:auto 100%;
		background-position: 90%;
	
	}	
	.hero.halfOrangeCircle{
		background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1680 740' style='enable-background:new 0 0 1680 740%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.hocirc-st0%7Bfill:%23FB9900%3B%7D%3C/style%3E%3Cpath class='hocirc-st0' d='M1090.2 563.5c0 60.2 5.5 119.2 15.9 176.5H1680V0h-411.1C1156.4 159.3 1090.2 353.7 1090.2 563.5z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		
		background-size:auto 100%;
		background-position: 80%;
	}
	.hero.halfOrangeCircles{
		background-image: url("data:image/svg+xml,%3Csvg width='1680px' height='328px' viewBox='0 0 1680 328' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EOval Copy%3C/title%3E%3Cdefs%3E%3Crect id='path-1' x='0' y='0' width='1680' height='328'%3E%3C/rect%3E%3C/defs%3E%3Cg id='visuals' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Oval-Copy'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23FFFFFF' xlink:href='%23path-1'%3E%3C/use%3E%3Cellipse fill='%23FFFFFF' mask='url(%23mask-2)' cx='535' cy='163.5' rx='593' ry='486.5'%3E%3C/ellipse%3E%3Cpath d='M1091.31791 443 L1679.74847 443 L1679.74847 0 L1190.85717 0 C1116.41349 81.1104677 1070.96319 189.23131 1070.96319 307.968904 C1070.96319 354.982977 1078.0915 400.330861 1091.31791 443 Z' id='Fill-1' fill='%23FB9900' mask='url(%23mask-2)'%3E%3C/path%3E%3Ccircle id='Oval' stroke='%23F7BF00' stroke-width='150' mask='url(%23mask-2)' cx='325.5' cy='542' r='800.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		background-repeat: no-repeat;
		
		background-size:auto 100%;
		background-position: 80%;
	}
	.hero.resourcesBg{
		background-image: url('data:image/svg+xml,<svg width="1680" height="328" viewBox="0 0 1680 328" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Oval Copy"><rect id="Mask" width="1680" height="328" fill="white"/><mask id="mask0_0_16632" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="1680" height="328"><rect id="Mask_2" width="1680" height="328" fill="white"/></mask><g mask="url(%23mask0_0_16632)"><ellipse id="Oval Copy_2" cx="535" cy="163.5" rx="593" ry="486.5" fill="white"/><path id="Fill 1" fill-rule="evenodd" clip-rule="evenodd" d="M1091.32 443H1679.75V0H1190.86C1116.41 81.1105 1070.96 189.231 1070.96 307.969C1070.96 354.983 1078.09 400.331 1091.32 443Z" fill="%2300A99E"/></g></g></svg>');		

		background-repeat: no-repeat;
		
		background-size:auto 100%;
		background-position: 80%;
	}
	.hero.faqsBg{
		background-image: url('/images/faq-header.png');		

		background-repeat: no-repeat;
		
		background-size:auto 100%;
		background-position: right;
		background-color: var(--sectionbg);

	}		

	.hero.marketplace{

		background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1838 1080" style="enable-background:new 0 0 1838 1080;" xml:space="preserve"><style type="text/css">.mphead-st0{fill:%2300A59A;}.mphead-st1{fill:%23002646;}.mphead-st2{fill:%23F49911;}.mphead-st3{fill:%2300A99F;}.mphead-st4{fill:%23FFFFFF;}.mphead-st5{fill:%23E7217B;}.mphead-st6{clip-path:url(%23SVGID_00000051376766829504421060000015936992665575538079_);}.mphead-st7{fill:%23FEC80A;}.mphead-st8{fill:%2301192E;}.mphead-st9{fill:%237BC6B8;}.mphead-st10{fill:%23F7F8F8;}.mphead-st11{fill:%23EAE9EA;}.mphead-st12{fill:%2340AF9C;}.mphead-st13{fill:%23E2A300;}</style><path class="mphead-st0" d="M1838,1080H0c68.7-165,105.9-349.1,105.9-547c0-192.1-36.3-371.6-103.4-533H1838V1080z"/><g><g><path class="mphead-st1" d="M314.4,391.5c0-50.7,41.1-91.9,91.9-91.9h454.8c50.7,0,91.9,41.1,91.9,91.9v413.3c0,50.7-41.1,91.9-91.9,91.9H406.3c-50.7,0-91.9-41.1-91.9-91.9V391.5z"/></g><path class="mphead-st2" d="M721.2,662.7c8,0,14.4-6.2,14.4-13.8s-6.5-13.8-14.4-13.8c-8,0-14.4,6.2-14.4,13.8S713.3,662.7,721.2,662.7z"/><path class="mphead-st3" d="M808,734.9c8,0,14.4-6.2,14.4-13.8c0-7.6-6.5-13.8-14.4-13.8c-8,0-14.4,6.2-14.4,13.8C793.5,728.8,800,734.9,808,734.9z"/><path class="mphead-st4" d="M703.2,692.6v40.8h-21.1v-36.2c0-7.1-2.2-11.2-10.8-11.2c-8.3,0-12.5,3.9-12.5,12.9v34.6h-21.1v-65.2h21.1v7.3c5-5.8,11.3-8.9,19.7-8.9C693.9,666.7,703.2,676.7,703.2,692.6z"/><path class="mphead-st4" d="M584,668.2l-9.8,39.3l-9.8-39.3h-24.9l-9.8,39.3l-9.8-39.3H499l18.1,65.1h25.1l9.7-40.4l9.7,40.4h25.1l18.1-65.1H584z"/><path class="mphead-st4" d="M494.5,713.1L494.5,713.1c-5.9,1.7-10.3,3.1-14.1,3.1c-5.3,0-8.7-3-8.7-9.2v-19.8h23v-19h-23v-17.8l-21.1,4.4v53.3c0,19.4,12.9,26.8,26.1,26.8c10.6,0,20.1-4.5,22.1-6.2L494.5,713.1z"/><path class="mphead-st4" d="M783.1,713.1L783.1,713.1c-5.9,1.7-10.3,3.1-14.1,3.1c-5.3,0-8.7-3-8.7-9.2v-19.8h23v-19h-23v-17.8l-21.1,4.4v53.3c0,19.4,12.9,26.8,26.1,26.8c10.6,0,20.1-4.5,22.1-6.2L783.1,713.1z"/><path class="mphead-st4" d="M710.7,668.2h21.1v65.1h-21.1V668.2z"/><path class="mphead-st4" d="M630.2,668.2h-21.1v65.1h21.1V668.2z"/><path class="mphead-st5" d="M619.7,662.7c8,0,14.4-6.2,14.4-13.8s-6.5-13.8-14.4-13.8c-8,0-14.4,6.2-14.4,13.8S611.7,662.7,619.7,662.7z"/><path class="mphead-st1" d="M801.1,668.2l-1.6,1.9l-1.7-1.9h-1.3v5.1h1.6v-2.8l1.3,1.5h0.2l1.3-1.4v2.7h1.6v-5.1H801.1z M790.9,669.5h1.5v3.8h1.6v-3.8h1.5v-1.3H791L790.9,669.5L790.9,669.5z"/><g><defs><rect id="SVGID_1_" x="236.3" y="183.3" width="796" height="381.2"/></defs><clipPath id="SVGID_00000117636821085629653720000005049005001296739721_"><use xlink:href="%23SVGID_1_" style="overflow:visible;"/></clipPath><g style="clip-path:url(%23SVGID_00000117636821085629653720000005049005001296739721_);"><path class="mphead-st7" d="M954.8,183.3h-641v114.4h641V183.3z"/><path class="mphead-st8" d="M313.8,564.5c0.7,0,1.4,0.1,2.1,0.1c44,0,79.6-30.8,79.6-68.8c0,38,35.6,68.8,79.6,68.8s79.6-30.8,79.6-68.8c0,38,35.6,68.8,79.6,68.8c44,0,79.6-30.8,79.6-68.8c0,38,35.6,68.8,79.6,68.8c44,0,79.6-30.8,79.6-68.8c0,38,35.7,68.8,79.6,68.8V297.8H313.8V564.5L313.8,564.5z"/><path class="mphead-st9" d="M713.9,459.1c0,38-35.6,68.9-79.6,68.9c-44,0-79.6-30.8-79.6-68.9V244.3h159.2L713.9,459.1L713.9,459.1z"/><path class="mphead-st9" d="M1032.4,459.1c0,38-35.7,68.9-79.6,68.9s-79.6-30.8-79.6-68.9l-34.4-214.8h116.1L1032.4,459.1L1032.4,459.1z"/><path class="mphead-st10" d="M873.1,459.1c0,38-35.6,68.9-79.6,68.9s-79.6-30.8-79.6-68.9V244.3h124.8L873.1,459.1L873.1,459.1z"/><path class="mphead-st11" d="M793.6,527.9c44,0,79.6-30.8,79.6-68.9H714C714,497.1,749.6,527.9,793.6,527.9L793.6,527.9z"/><path class="mphead-st12" d="M634.3,527.9c44,0,79.6-30.8,79.6-68.9H554.7C554.7,497.1,590.4,527.9,634.3,527.9L634.3,527.9z"/><path class="mphead-st12" d="M952.7,527.9c44,0,79.6-30.8,79.6-68.9H873.1C873.1,497.1,908.8,527.9,952.7,527.9L952.7,527.9z"/><path class="mphead-st9" d="M236.3,459.1c0,38,35.6,68.9,79.6,68.9c44,0,79.6-30.8,79.6-68.9l34.4-214.8H313.8L236.3,459.1z"/><path class="mphead-st10" d="M395.5,459.1c0,38,35.6,68.9,79.6,68.9s79.6-30.8,79.6-68.9V244.3H429.9L395.5,459.1z"/><path class="mphead-st11" d="M475.1,527.9c-44,0-79.6-30.8-79.6-68.9h159.2C554.7,497.1,519.1,527.9,475.1,527.9z"/><path class="mphead-st12" d="M315.9,527.9c-44,0-79.6-30.8-79.6-68.9h159.2C395.5,497.1,359.9,527.9,315.9,527.9z"/><path class="mphead-st13" d="M954.8,217.4h-641v26.9h641V217.4z"/></g></g></g></svg>');
		background-repeat: no-repeat;
		
		background-size:auto 100%;
		background-position: calc(100vw - 175px) center;
	}
	.hero.quarterDonutDots.half-image .hero-hi-img{ justify-content: end!important; }
	.hero.quarterDonutDots.half-image .hero-hi-img img{ max-height: 420px;  }
	.hero.quarterDonutDots::before{
		content:'';
		position: absolute;
		width:100%;
		height:200%;
		background-image: url('/images/quarter-donut-dots.svg');		

		background-repeat: no-repeat;
		
		background-size:100%;
		background-position:right top;
		z-index: -1;
	}
	@media (min-width: 992px) {
		.hero.quarterDonutDots::before{
			background-size:auto;
		}
	}	
	.hero.halfDonutDots{
		background-image: url('/images/half-donut-dots.svg');		

		background-repeat: no-repeat;
		
		background-size:70% auto;
		background-position:  80% top;
	}		
	@media (min-width: 992px) {
		.hero.halfDonutDots{
			background-image: url('/images/half-donut-dots.svg');		
	
			background-repeat: no-repeat;
			
			background-size:auto 75%;
			background-position:  80% top;
		}			
	}	

	.hero.whiteDonutGreyDots{
		background-color: var(--sectionbg);
		background-image: url('/images/white-donut-grey-dots.png');		

		background-repeat: no-repeat;
		
		background-size:auto 100%;
		background-position:  center bottom;
	}
	.hero.whiteDonutGreyDots.half-image .hero-hi-img{ justify-content: end!important; }
	.hero.whiteDonutGreyDots.half-image .hero-hi-img img{ max-height: 420px;  }

	.hero.marketplace .hero-desc{ max-width:450px;}
		@media (min-width: 576px) {

			.hero-title{ font-size:2.25rem ;}
			.hero-desc {font-size:1.25rem ;}
			
			.pherotitle h1{ font-size:2.5rem; }
			.product-hero .hero-title{ font-size:1.5rem; }
			
			.reshero .hero{ height:325px; }
			.homehero .hero-title span{ bottom:0px}
			.homehero .hero-title{ font-size: 2.25rem;}

			.hbg-navBarBlueCircle .navbar::before{background-position: 300px top;}
			.hero.marketplace{background-position: calc(100vw - 240px) center;}

		} 
		@media (min-width: 768px) {


			.reshero .hero{ height:425px; }
			
			.homehero{ padding: 200px 0 60px 0; }
			.homehero .hero-title{ font-size: 2.75rem;}
			.hero.headingLeftTextRight{ padding-top:220px; }

			.hero.half-image{ padding-top:185px;}
			.hero-navbar-padding{ padding-top:185px; }

			.hbg-navBarBlueCircle .navbar::before{background-position: calc(100vw /3) top;}
			.hero.marketplace{background-position: calc(100vw - 340px) center;}
			

		}
		@media (min-width: 992px) {
			.hero{ height:740px;}
			.hero.small-hero{ height: 328px; }
			.hero.small-hero-no-height{ height: 140px; margin-top:120px; }
			.newspage .hero, .standardTextOnly .hero, .hero.newsfeature{ height:400px;}
			.homehero{  height:700px; }
			.homeherobg{ right:0; left:0; background-position: right center; }


			.hero-title{ font-size:2.75rem ;}
			

			.homehero .hero-title{ font-size: 2.5rem;}
			.hero-desc {font-size:1.125rem ;}

			.hero.half-image{ padding-top:0;}
			.hero-navbar-padding{ padding-top:0px; }


			/* .herocontent{ margin-top:180px;} */

			.reshero .hero{ height:487px; }	 

			.hero.halfOrangeCircle{ background-position: right center; }
			.hero.halfOrangeCircles{ background-position: right center; }
			.hero.resourcesBg{
				background-position: right center;}
			.hero.halfGreenCircle{background-position: right center; }
			.hero.marketplace{ background-position: right center; }

			.hero.resourcesBg .hero-desc, .hero.faqsBg .hero-desc{ max-width:400px; margin-top:2rem;}
			

			.hero.smallMarketplace .hero-title{ margin-left:260px; margin-top:47px;}
			.hero.halfPinkCircle{
				background-size:auto 100%;
				background-position: right center;
			}	

			.hbg-halfNavyCircle  .openmenu svg g{ stroke:#fff;}
			.hero.halfNavyCircle{
				background-image: url('data:image/svg+xml,<svg width="840" height="678" viewBox="0 0 840 678" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M840 0V677H81V676.697C80.9669 676.803 80.9345 676.908 80.9014 677.014C29.1705 575.38 0 460.343 0 338.507C1.46157e-05 216.671 29.1705 101.634 80.9014 0C80.9014 5.31773 80.9371 10.5922 81 15.8252V0H840Z" fill="%23002646"/></svg>')!important;
				background-repeat: no-repeat;
				
				background-size:auto 100%;
				background-position: calc(100vw / 2) center;
			}	


		}
		@media (min-width: 1200px) {
			.homehero{  height:850px;}

			
			.pherotitle h1{ font-size:3.125rem; }
			.hero-title{ font-size:3rem ;}
			.homehero .hero-title{ font-size: 3rem;}
			.hero-desc {font-size:1.375rem ;}
			.headingLeftTextRight .hero-desc {font-size:1.375rem ;}
			.hero.halfQuarterCircle{
				background-size:auto 100%;
				background-position: right top;
			}


			.hero.resourcesBg{
				background-image: url('data:image/svg+xml,<svg width="1680" height="328" viewBox="0 0 1680 328" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Oval Copy"><rect id="Mask" width="1680" height="328" fill="white"/><mask id="mask0_0_16632" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="1680" height="328"><rect id="Mask_2" width="1680" height="328" fill="white"/></mask><g mask="url(%23mask0_0_16632)"><ellipse id="Oval Copy_2" cx="535" cy="163.5" rx="593" ry="486.5" fill="white"/><path id="Fill 1" fill-rule="evenodd" clip-rule="evenodd" d="M1091.32 443H1679.75V0H1190.86C1116.41 81.1105 1070.96 189.231 1070.96 307.969C1070.96 354.983 1078.09 400.331 1091.32 443Z" fill="%2300A99E"/><circle id="Oval" cx="325.5" cy="542" r="800.5" stroke="%23193C58" stroke-width="150"/></g></g></svg>');}	
			.hero.marketplace{ background-position: right center; }

			.hero.marketplace .hero-desc{ max-width:none;}


			 
		}
		@media (min-width: 1400px) {
			.hero-title{ font-size:3.25rem ;}
			.homehero .hero-title{ font-size: 3.25rem;}
			.headingLeftTextRight .hero-desc {font-size:1.5rem; padding-top:2rem;}

			
			
		}
		@media (min-width: 1600px) {
			.hero-title{ font-size:3.75rem ;}
			.homehero .hero-title{ font-size: 3.375rem;}
			.headingLeftTextRight .hero-desc {font-size:1.625rem ;}


		
	   	}

		@media (max-width: 767.9999px) {
			
		}



	.hero.textOnlyCentre, .hero.textOnlyLeft{
		height: auto; 
	}
	.hero.textOnlyCentre .h-standard, .hero.textOnlyLeft  .h-standard{
		padding:4rem 0 3rem 0;
	}	
	@media (min-width: 992px) {
		.hero.textOnlyCentre .h-standard, .hero.textOnlyLeft  .h-standard{
			padding:7rem 0 4rem 0;
		}	
	}

.hh-container{position: relative; overflow: hidden;}
.hh-container .nhh-bg{ position: absolute; width: 102%; height: 102%; left:-1%; top:-1%; }
.hh-container .nhh-bg svg{ width:100%; height: 100%; object-fit: cover;  display: block;}




.newhomehero{ padding:5rem 0; display: flex; align-items: center; /* background: radial-gradient(circle,rgba(0, 38, 70, 1) 0%, rgba(0, 38, 70, 0.57) 50%, rgba(0, 38, 70, 0) 100%); */ 
	background:radial-gradient(circle,rgba(0, 38, 70, 1) 0%, rgba(0, 38, 70, 0.37) 20%, rgba(0, 38, 70, 0) 100%);position: relative; z-index: 1;}

.newhomehero:has(#collapseHero.show) {
    background-color: rgba(var(--dark-bg-rgb),0.8);
}


.homeherocontent{ width:900px; max-width: 100%; }

@media (min-width: 992px) {
    .newhomehero{ min-height:708px;}
}

/* make sure the svg is rotatable and animates smoothly */
.collapse-arrow svg {
  display: inline-block;            /* needed so transform behaves predictably */
  transform-origin: center center;  /* rotate around center */
  transform-box: fill-box;         /* for some SVGs to use their own box as the transform box */
  transition: transform 200ms ease; /* smooth animation */
}

/* when aria-expanded is true rotate 180deg */
.collapse-arrow[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease; /* slightly slower & smoother */
}

.collapse.show {
  height: auto;
  transition: height 0.25s ease;
}




.standard-sec{ padding: 2.5rem 0; background-position: center center; background-repeat: no-repeat; background-size: cover; position:relative; }

@media (min-width: 576px) {

	.standard-sec{ padding: 2.5rem 0;}

	
} 
@media (min-width: 768px) {
	.standard-sec{ padding: 4rem 0;}
	 
}

@media (min-width: 992px) {
	.standard-sec{ padding: 5.5rem 0;}
}
@media (min-width: 1200px) {
	.standard-sec{ padding: 7rem 0;}
}

.standard-sec .row.mt-5:first-of-type{ margin-top: 0!important; }
.standard-sec .row.mb-5:last-of-type{ margin-bottom: 0!important; }
/* #maincontent section:last-of-type{padding-bottom:calc(100vw/5)} */

.hero-section.hs-dark{ background-color:#2a2b3c; color: #fff;}
.hero-section .container{ max-width:620px; text-align: center; position: relative; z-index: 1;}

.hero-section .container h2:first-of-type,.hero-section .container h3:first-of-type{margin-top:0!important}

.hero-section .container.hasbgimg{   padding-top:100px; padding-bottom:100px;}

@media (min-width: 992px) {
	.hero-section .container.hasbgimg{  padding-top:150px; padding-bottom:150px;}
}
@media (min-width: 1200px) {
	.hero-section .container.hasbgimg{  padding-top:250px; padding-bottom:250px;}
}






.hltext h3{ margin-bottom: 0;}



.arrow-top, .arrow-bottom{ position: relative; overflow: hidden;}
.arrow-top-img{ position: absolute; top:0;}
.arrow-bottom-img{ position: absolute; bottom:0; left:50%; width:100%; min-width:1200px;  transform: translateX(-50%);
}



#solutions p{ color:#777B87; font-size:1.125rem;}
#solutions ul{ font-weight:500; margin-bottom:0; }
#solutions ul li{ margin-bottom:.5rem;}









/* Case Studies */
#hcase{ background:#F1F1F1; }
	.hhead{ font-size:2.8125rem; }


	.filterbut{ border-radius:15px; border:solid 2px #2a2b3c;  background: #fff; line-height: 1; font-weight:500; color:#2a2b3c; padding:.5rem .5rem; }
	.filterbut:hover{ color:#2a2b3c; background:#eee;}
	.clearbut{ display: inline-block; color:var(--body-color);border: 2px solid var(--body-color); border-radius: 24px; display: flex; align-items: center; padding:.5rem 1.25rem; font-size:1.125rem; font-weight:500; }

	.sidefilters ul li a{ color:#2a2b3c; opacity: 0.5; /* display: flex; justify-content: space-between; */}
	.sidefilters ul li a:hover,.sidefilters ul li a.active{ opacity: 1;}

	.sidefilters ul.type-filter li{ /* display: inline-block; */}
	.sidefilters ul li a.post-type{ 
	
		display: inline-block; color: var(--body-color); font-weight:600; border:solid 3px var(--border-color); border-radius: 24px; padding:.375rem .75rem; opacity: 1;

	}
	.sidefilters ul li a.post-type:hover, .sidefilters ul li a.post-type.active{ /* border:solid 2px #2a2b3c; */ border-color: var(--green); }

	.sidefilters ul li a.mk-type{ opacity: 1; padding: .25rem .875rem;  border: 2px solid #E0E0E0; color:var(--pink); margin-left:0; }
	.sidefilters ul li a.mk-type.active{  background:#b2b2b2  }


	.topfilters ul li{ display: inline; margin:0 .5rem; }
	.topfilters ul li a{ display: inline; color: var(--body-color); font-weight:600; border:solid 3px var(--border-color); border-radius: 24px; padding:.375rem .75rem; }
	.topfilters ul li a:hover, .topfilters ul li a.active{border-color: var(--green);}

	.search .input-group{ box-shadow: 0px 0px 5px 0px #E5E9EC; }
	.search .input-group-text{background:#fff;border-top-right-radius: 50rem; border-bottom-right-radius: 50rem; }
	.search .input-group input{border-right:none; border-top-left-radius: 50rem; border-bottom-left-radius: 50rem;}

	.case-image{ max-width:250px; }
	.herocaseimage{ display:flex; align-items: center; justify-content: center; height: 100%; }
	.herocaseimage img{ max-height:270px; }



	.post{ position: relative; color:var(--body-color);  transition:all 0.3s ease; border-bottom:solid 3px var(--body-color) ; display: block; height: 100%;}
	/* .post:hover, .post:hover .post-type{ color:var(--body-color); } */
	.post:hover h2{ color:var(--primary-color-hover); }
	.post .post-type{ text-transform: uppercase; font-weight:600; } 


	.dmp-link{ height: 20px; }

	.news-post{border-radius: 6px; transition:all 0.3s ease; box-shadow: 0 0 12px 0 #D6D9DA; color: #333F48; }
	
	.np-img{ overflow: hidden; flex-shrink: 0; }
	.news-post img{ transition:all 0.3s ease;}
	.news-post:hover img{ transform: scale(1.1);}

	.news-post-main{ padding:2rem; }
	@media (min-width: 992px) {
		.news-post-main h2{ font-size:1.75rem; }
	}
	.news-post-desc p:last-of-type{ margin-bottom: 0; }


	.sidenews .np-img img{filter: grayscale(100%); transition:all 0.3s ease; }
	.sidenews .np-img{ position: relative; }
	.sidenews .np-img::before{position: absolute; content:''; width:100%; height:100%; top:0; left:0; background:#99BAC5; opacity: 0.5; z-index: 1;  transition:all 0.3s ease;}

	.sidenews .news-post:hover img{filter:none; transform: none;}
	.sidenews .news-post:hover .np-img::before{ background:none;}


	.post-article h1{ font-size:1.75rem; font-weight: 500;}
	.post-back{  }
	/* .post-back:hover{  color:#fff;  } */
	.post-article .post-type{display: inline-block;  background:var(--body-color); color:#fff;  font-size:.875rem; padding:.25rem .75rem; border-radius: 24px; font-weight:600;}
	.post-article .post-date{ font-size:.875rem;  /* color:#ccc; */}
	.post-article .post-related { color:rgba(61, 66, 84,0.35);}
	.post-article .mk-type{ border: 1px solid #E20613; }

	.aimg img{ max-width:57px; }
	.post-author{ font-size:1.125rem; display: block;  font-weight:600;}
	.post-position{ font-size:.875rem; display: block; color: #ccc;}

	.post-a-social{ display: flex; align-items: flex-end; }
	.post-a-social a{ margin-right:15px; display: inline-block; line-height: 1;}
	.post-a-social a img{ height: 17px; }
	.post-a-social a img.email-icon{ height: 13px; }

	/* .post-main-contaner .textblock:first-of-type p:first-of-type { font-size:1.75rem;  font-weight:500; line-height: 2.25rem;} */

	.post-latest-block{ background:var(--sectionbg);  }
	.post-latest-block a{color:var(--body-color)}
	.post-latest-block a:hover{color:var(--primary-color-hover);}

	.post-follow{color: #fff; font-weight:bold; }


	.post-cs-block{ margin-bottom:4rem; padding:0 2rem; background: linear-gradient(180deg, #ffffff 0%, #ffffff 15%, #f7f7f7 15%, #f7f7f7 100% );     max-width:1164px; margin-left: auto; margin-right: auto; }
	.post-cs-desc{ font-size:1.125rem;}

	.post-cs-short-desc{font-size:1.125rem; font-weight: 700;}


	.cf label{display: none;}
	.cf button.btn{ width:100%;}
	.cf .mb-3{ margin-bottom:2rem!important; }
	.cf .mb-3 p{ margin-bottom:0}

	/* Modals */
	.modal-backdrop{background-color: #2A2B3C;}
	.modal-backdrop.show{opacity: .8;}
	.modal-content{background:#1E1F2D; border-radius: 0;}
	#contactModal .modal-header{ border:none; }
	#contactModal .modal-header .btn-close{ background:none; opacity: 1; width:1.75rem; position: relative; z-index: 1070;}
	

	.keyinfotable tr{ background:#f7f7f7; border-color: #fff; border-width: 2px;  }
	.keyinfotable tr th{ background:#efefef; min-width:200px; }
	.keyinfotable tr th, .keyinfotable tr td{ padding:1rem; }
	.keyinfotable tr td p:last-of-type{ margin-bottom: 0;  }

	.post-white-header{ max-width: 900px;}
	.postget{font-size:2rem; text-transform: uppercase; font-weight:700;}

	@media (min-width: 768px) {
		.postget{font-size:3rem;}

		.post-cs-block{padding:3.5rem 0; background: linear-gradient(90deg, #ffffff 0%, #ffffff 15%, #f7f7f7 15%, #f7f7f7 100% );}
		.post-cs-alt{background: linear-gradient(270deg, #ffffff 0%, #ffffff 15%, #f7f7f7 15%, #f7f7f7 100% );}
	}


	.mcatheader h1{ font-size: 3.625rem; text-transform: uppercase; font-weight:700;}
	.mcatheader .h3{ font-weight:500; }

	.subcathead{ font-size:1.75rem; color:#fff; font-weight:500; font-size:1.75rem; text-transform: uppercase; text-align: center; position: relative;  }
	.subcathead span{ display: inline-block; /* background: #171717; */ padding:0 25px; position: relative; z-index: 2; }

	.subcathead::before{ content:''; position: absolute; top:50%; left:0; width:38%; height:1px; background:#979797; z-index: 1; }
	.subcathead::after{ content:''; position: absolute; top:50%; right:0; width:38%; height:1px; background:#979797; z-index: 1; }


	
	.mcatbox{ position: relative; overflow: hidden; display: block; }
	.mcatbox img {
		transition: transform .5s ease;
	}
	.mcatbox:hover img{transform: scale(1.25);}
	.mcatboxtitle{ position: absolute; width:100%; height:100%; top:0; left:0; display: flex; align-items: center; text-align: center; color:#fff; font-size:1.75rem; font-weight:500; text-transform: uppercase; justify-content: center; background: rgba(0,0,0,0.4); padding:1.5rem; }


	/* .featurecase{background:var(--primary-color); color:#fff;}
	.fc-title{  font-size: 1.5rem; line-height:1.25}
	.sec-head{ color:var(--primary-color); text-transform: uppercase; font-size:0.875rem ; letter-spacing: 2px;}
	@media (min-width: 1200px) {
		.fc-content{padding-right:130px!important;}
	}
	a .fc-main{  font-size:1.125rem;  padding:1.5rem 1rem; color:#1F262C; text-decoration: none; }
	a .fc-mainhome{ border-bottom-color: var(--primary-color); padding:1rem; }
	.case-cat{ font-size:.75rem; text-transform: uppercase; } */

	/* .cfilters col{}
	.cfilters a{ display: block; border: solid 1px #F1F1F1; text-transform: uppercase; font-weight: 700; font-size:.875rem; padding:1rem 2rem; color:#1F262C}
	.cfilters a:hover,.cfilters a.active{ color:#fff; background:#551766;} */


	.servrange{ font-size: 1.125rem;}

	.srvlist{display:grid; grid-template-columns: 1fr;}
	.srvlist li{position: relative; margin-left:70px;}
	.srvlist li:before{ content:'';  width:50px; height:1px; background:var(--primary-color); position: absolute; left:-70px; top:13px;  }	
	@media (min-width: 768px) {
	/*@media (min-width: 992px) { */
		.srvlist{ grid-template-columns: 1fr 1fr; }
	}
	@media (min-width: 1200px) {
		.srvlist{ padding-right:280px;}
	}

	.cstitle{color:var(--primary-color); text-transform:uppercase ; font-size:.875rem; margin-bottom:1.5rem; font-weight:500;}
	.altbg .cstitle{ color:#551766; }
	.csmain{ font-size:1.5rem;}
	.csdetail{ font-size:1.125rem;}

	.fvidc{ position:absolute; width:100%; height:100%; top:0; left:0; display:flex; align-items: center; justify-content: center;  }
	.fvid { width: 63px; height: 63px; border-radius: 50%; border: 2px solid #fff; display: inline-flex; align-items: center; justify-content: center; margin-right: 14px; color:#fff;}
	.fvid i{ font-size: 1.5rem; color:#fff; margin-top:-1px; margin-left:1px;}



	.rmore{font-size:.75rem; text-transform: uppercase;}


/* Hover effect on Images */
.nimg{ position: relative; overflow: hidden; }
	.nimg img {
		transition: transform .5s ease;
	}
	a:hover .nimg img{transform: scale(1.1);}

.nvideo::after{content:''; position: absolute; top:0; left:0; width:100%; height:100%; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--><path d="M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zM40 256c0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216zm331.7-18l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM192 335.8V176.9c0-4.7 5.1-7.6 9.1-5.1l134.5 81.7c3.9 2.4 3.8 8.1-.1 10.3L201 341c-4 2.3-9-.6-9-5.2z" style="fill:%23eeeeee;opacity:0.6;"/></svg>'); background-position: center center;background-repeat:no-repeat; background-size: 60px 60px;} 


.carousel-indicators [data-bs-target]{ background-color:#F1F1F1; opacity: 1;}
.carousel-indicators [data-bs-target].active{ background-color:var(--primary-color); }



/* Home Client Logos */
#carouselClients{ padding-bottom:100px; }
	#carouselClients .carousel-indicators [data-bs-target]{ background-color:#F1F1F1; opacity: 1;}
	#carouselClients .carousel-indicators [data-bs-target].active{ background-color:var(--primary-color); }

	#carouselClients .carousel-item a:hover{filter: invert(67%) sepia(81%) saturate(437%) hue-rotate(348deg) brightness(101%) contrast(98%);}

.imagecontentcarousel{ padding-bottom:60px; }


/* News Block */
.nb-container{display:grid; grid-template-columns: 1fr;}

	.nb-col1{background: #342D45;}
	.nb-col2{background: var(--primary-color);}
	.nb-col3{background: var(--primary-color);}
	.nb-col4{background: var(--primary-color);}
	
	.nb-col1a{background: var(--primary-color);}
	.nb-col2a{background: var(--primary-color);}

	.nb-head{ color:#fff; font-weight:400; font-size:1.125rem; line-height:1.5; }
	.nb-more{ color:#fff; font-size:.75rem; text-transform: uppercase;}
	
	.nb-statno{ color:#fff; font-size:2.75rem; text-transform: uppercase; font-weight:700 }

	@media (min-width: 768px) {
		.nb-container{ grid-template-columns: 1fr 1fr; }
	}
	@media (min-width:1200px) {
		.nb-stat{ max-width:200px;}
	}
	.nm-date{ color: var(--primary-color); text-transform: uppercase; }
	/* .nm-title{font-size:3rem!important; } */
	

/* Home Careers */
	#careers{ background:#F1F1F1; position:relative;}
	.hs-head{ font-size:1.875rem;}
	.car-lm{ color:var(--primary-color); font-size:1.125rem; }
	.career-welcome p:first-of-type{ font-size:1.125rem;}
	.shapebg{ position: relative; overflow: hidden; }

	.shapebg:after{position: absolute; content: '';width: 0; height: 0; border-style: solid; border-width: 372px 334.5px 0 334.5px; border-color: #1f262c transparent transparent transparent; opacity: 0.05; top:0; right:0;}


	@media (min-width: 992px) {
		.shapebg:before{ position: absolute; content: ''; width:370px; height:370px; border-radius: 50%; background: #1F262C; opacity: 0.03; top:0; left:-185px;  }		
	}


/* Services */

	.servcont h2{ color: var(--primary-color); font-weight:700; font-size:1.0625rem; text-transform: uppercase; letter-spacing: 3px;}
	.altbg .servcont h2{ color: var(--primary-color);}
	.servmain{ font-size:1.125rem; }

	@media (min-width: 1200px) {
		.servp{ padding-right:10rem; }
		.casep{ padding-right:40%; }
	}
	.servcslink{ color: var(--primary-color); font-size:.75rem; text-transform: uppercase;}
	.altbg .servcslink{ color: #342D45;}




	 .mce-pagination .page-item .page-link{ background:none; border:none; color: #333F48; font-size:1rem; border-radius:4px; }
	 .mce-pagination .page-item .page-link-alt{ background: #555563;}
	 .mce-pagination .page-item .page-link:hover{ color:var(--primary-color);}
	.mce-pagination .page-item.active .page-link{  background:#d6e3e8;   }
	.mce-pagination .page-item.active .page-link:hover{ color: var(--primary-color); }




/* Contact */


	.office{ background:#ECECEE; }
	.office a{color:#2a2b3c}
	.office a:hover{color:#00B3FF;}
	.office .cinfo img{ max-width:20px;}
	.officeimg{background-repeat: no-repeat; background-size: cover; background-position: center; min-height:300px;}

	.contact-social a{ margin:0 10px; display: inline-block; }
	.contact-social a img{ width:45px; }

	@media (max-width: 767.999px) {
		.contact-social span{ display: block; margin-bottom:1rem;}
		.contact-social a{ margin:6px; }
	}


/*Contact Section*/

	/* .cinfo{background:var(--primary-color);}
	.cinfomain{color:#fff; padding:40px 40px;}
	.cmain{font-size:1.25rem;}
	.cmain a{ color:#fff; }
	.contactmap{ height:468px;}
	
	@media (min-width: 768px) {
		
	}
	@media (min-width: 992px) {
		.cinfomain{ padding:10px 80px;}
	}
	@media (min-width: 1200px) {
		
	}

	.enqform .form-group{margin-bottom:1rem;}
	.enqform .form-group label{display: none;}
	.enqform .form-control{ border:solid 1px #707070; padding:15px 25px; }
	.enqform .form-control::placeholder{text-transform: uppercase; color:#342D45;}


	.enqform .btn-primary{ background:#342D45; border: #342D45 solid 1px; font-size:1rem;  font-weight:400;  }
	.enqform .btn-primary:hover{ background:#342D45; border: #342D45 solid 1px; opacity: .9;  } */

	/* .form-control, .form-check input{ border-color: #8092A2; } */
	.enqform label{ margin-bottom:.5rem; font-weight:600; font-size:.875rem;  }
	

	@media (min-width: 992px) {

		/* .contactform form div.form-group:nth-of-type(2),.contactform form div.form-group:nth-of-type(4){width:49.5%; padding-right:5%; display: inline-block;}
		.contactform form div.form-group:nth-of-type(3),.contactform form div.form-group:nth-of-type(5){width:49.5%; padding-left:5%; display: inline-block;}
		.contactform form div.form-group:nth-of-type(6){ padding-right:8px;} */

		/* .fg_0, .fg_2{width:49.5%; padding-right:5%; display: inline-block;}
		.fg_1, .fg_3{width:49.5%; padding-left:5%; display: inline-block;}
		.fg_4{padding-right:8px;} */

	}


/* Staff */

	.staffcathead{ text-transform: uppercase; letter-spacing: 2.67px; margin-bottom:2rem; display: flex; align-items: center; }
	.staffcathead strong{ flex-shrink: 0; }
	.staffcathead span{ height:3px; background: #333F48; flex-grow: 1;}
	



	/* .staff-main{ background:#EAF1F3; color:#333F48; font-size:1rem; text-decoration: none; display: flex; flex-direction: column; border-radius: 8px;}
	.staff-con{ padding:1rem; flex-grow: 1;}
	.staff-name{ font-size: 1.125rem; }
	.staff-pos{ font-size:1.125rem;    } */
	.staffpiccontainer{ position: relative; }
	.staffpiccontainer::before{position: absolute; content:''; width:100%; height:100%; top:0; left:0; background:#99BAC5; opacity: 0.5; z-index: 1;  transition:all 0.3s ease;}
	.staffpic{ filter:grayscale(100%); transition: all .3s ease; border-radius:8px 8px 0 0; }
	.staff-main:hover .staffpiccontainer::before{ opacity: 0;}
	.staff-main:hover .staffpic{ filter:grayscale(0); }
	/* .staff-main-img{border-radius: 50%;} */
	.staff-main-bio{ font-size:1rem; }
	.staff-main-bio p{ margin-bottom:.5rem; }

	.staff-main{  font-size:1rem;  padding:1.25rem 0;  text-decoration: none; }
	.staff-name{  font-size:1.25rem; color:var(--body-color); font-weight:500; }
	.staff-pos{ font-size:1.25rem; font-weight:500; color:#B2B2B2; }
	.staff-main-img{border-radius: 50%;}

	.staff-links a{ margin-right:1rem; color:#006EB7; font-weight:600; }
	.staff-links a:hover{ color:#2a2b3c;}

	.staff-modal .modal-content .modal-header{ border-bottom:none }
	.staff-modal .modal-content {background:#2a2b3c; color:#fff; }
	.staff-modal .modal-content .btn-close{ color:#fff; background: none; opacity: .9; }

	
	.teambut::after{ content:'';  border:none; margin: 0;}
	.teamfilter a:hover{ cursor: pointer;}

	@media (min-width: 360px) {

		.stafffilter{ margin-top:-8rem; }
	}


	@media (min-width: 768px) {
		

		/* a .staff-main{ padding:2rem 4rem;  }		 */
	}
	.stafflinks a{ width:34px; height:34px; line-height: 34px; display: inline-block;  text-align: center; /*display: flex; align-items: center; justify-content: center; */ background: #fff; border-radius: 50%; margin-right: 10px;}



/*  */
	.jobbox{ color:#fff; background:var(--primary-color); display: flex; align-items: center; justify-content: center; font-size:1.875rem; min-height: 200px; text-align: center; }
	#carouselJobs .carousel-control-next, #carouselJobs .carousel-control-prev{ color:#787878; width:auto;}
	#carouselJobs .carousel-control-prev{ left:-48px; }
	#carouselJobs .carousel-control-next{ right:-48px; }

	@media (min-width: 768px) { 
		.jobbox{ min-height: 250px;}
	}
	@media (min-width: 992px) { 
		.jobbox{ min-height: 300px;}
	}






/* .sidehead{  font-weight: 700; font-size:1.5rem; margin-bottom: 0.6rem; line-height: 1}
.sidemenu{  padding: 0; margin: 0; margin-bottom: 3rem; list-style: none;  position:relative; background:url('/images/side-uniform.jpg') center top no-repeat; background-size:cover; }
 	.sidemenu::before{  position:absolute; width:100%; height:100%; top:0; left:0; content:" "; z-index: 0;}
	.sidemenu li{ padding: 0; margin:0; 
	.sidemenu li a{ color: #fff; display: block; padding: 0rem 1rem ; position: relative; line-height: 2.5rem; font-weight:700;  background: rgba(29,36,102,0.8);  }
	.fixsidemenu li a{ line-height: 2.5em; }
	.sidemenu li a:hover{ color: #fff;  text-decoration: none;background: rgba(55,109,211,0.9);	}
	.sidemenu li a i{ position: absolute; right: 5px; line-height: 2.5rem; display:none;  }
	.sidemenu li.active > a{ color: #fff; background: rgba(55,109,211,0.9);  }
	.sidemenu li.active a:hover{}

		.sidemenu li ul{ padding: 0; margin: 0; list-style: none;}
		.sidemenu li ul li{ padding: 0; margin: 0 }
		.sidemenu li ul li a{ padding-left: 2rem; line-height: 2rem; }
		.sidemenu li ul li a i{ line-height: 2rem; }
		.sidemenu li ul li a:hover{ background: rgba(55,109,211,0.9); color: #fff; }
		.sidemenu li ul li.active > a{color: #fff; background: rgba(55,109,211,0.9);}

		.sidemenu li ul li.active ul li a{ padding-left: 3rem; font-weight: 400;  }
		.sidemenu li ul li.active ul li.active a{ font-weight: 700;}

	.sidemenu-subheading{ background: #376DD3; color: #fff; padding: 0 1rem!important;  line-height: 2.5rem; } */


.fbgal a{ position: relative; display: block; }
.fbgal a:before{position: absolute; width: 100%; height: 100%; z-index: 3; content: ''; opacity: 1; display: block; transition: all .3s ease;}
.fbgal a:hover:before{ background: rgba(0, 0, 0,0.6); }
.fbgal span{ position: absolute;  display: inline-block; background: none; color: #fff; z-index: -1; transition: all .2s ease; }
.fbgal a:hover span{z-index: 4; }







	.module{ position: relative; }
	.module h2{ color: #fff; }
	.module-overlay{  width: 100%; height: 100%; max-width: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.5);  }
	.module-overlay:hover{background: rgba(0,0,0,0.2);  }
	.module-content{  }





	#carouselNews .carousel-control-next, #carouselNews .carousel-control-prev{ width: auto; }
			@media (min-width: 576px) {

			}
			@media (min-width: 768px) {

			}
			@media (min-width: 992px) {

			}
			@media (min-width: 1240px) {
					#carouselNews .carousel-control-prev{ left:-55px; }
					#carouselNews .carousel-control-next{ right:-55px; }
			}

	#hnews{}
		#hnews .container{ position: relative;}
		.hn-all{ position:absolute; right: 0; top:0; }

		.hn-container{display:grid; grid-template-columns: 1fr; gap:20px 20px;}
			.hn-item a{display:block; }
			.hn-item a:hover{ text-decoration: none;}
			.hn-content{ font-size:.875rem;}
			.hn-head{  font-weight:700; color:#0F133B}
			.hn-date{ color:#376DD3; font-weight:500; margin-bottom:5px;}
			.hn-body{ color:#0F133B}

			.hn-item a:hover .hn-head{  color:#376DD3; }

		@media (min-width: 576px) {
			.hn-container{ grid-template-columns: 1fr 1fr; }
		}
	
	#keyinfo{background: #E1E9EF;}
		.ki-container{display:grid; grid-template-columns: 1fr; gap:20px 20px;}
		.ki-item a{display:block;  background: #fff; transition: all .5s;}
		.ki-item a:hover{ text-decoration: none; background: #EAF2F8;}
		.ki-content{ padding:15px;}
		.ki-head{  font-weight:700; color:#0F133B; margin-bottom:8px; display:block;}
		.ki-desc{color:#0F133B;}
		.ki-item .icol{position: relative; overflow:hidden;}
		.ki-item .icol span{ position: absolute; bottom:0; right:0; width:30px; height:30px; display:flex; align-items:center; justify-content:center; background:#376DD3; color:#fff;}	

		.ki-img{ width:100%; height:100%; background-size: cover!important; min-height:150px; transition: all .5s;}

			.ki-item a:hover .ki-img{transform: scale(1.2); }
			

		/*.ki-item a:hover .hn-head{  color:#376DD3; }*/

	@media (min-width: 576px) {
		.ki-container{ grid-template-columns: 1fr 1fr; }
	}		


.aw-container{display:grid; grid-template-columns: 1fr 1fr; gap:20px 20px; text-align: center;}
.aw-container img{ max-height:150px;}

	@media (min-width: 576px) {
		.aw-container{ grid-template-columns: 1fr 1fr 1fr 1fr; }
	}	



	.ev-container{max-width:960px;}
	.ev-item{ background:#fff; padding:2rem;margin-bottom: 2rem; }
	.ev-content{}
	.ev-head{ font-size:1.75rem;}
	.evinfo{margin-bottom:.75rem; font-size:1.125rem;font-weight:500; }
	.evinfo-title{display: inline-block; width:100px;font-weight:400; }


/*Testimonials*/
	/* .testimonial{ background: #f4f4f4;  }
		.tcontent{ padding: 1rem 2rem; z-index: 2; position: relative; }

		.ttitle{text-align: center; font-size: 1.5rem;}

		.tcompany{text-align: center; text-transform: uppercase; color: #376DD3; font-size: 1.5rem; font-weight: 700; padding: .5rem 0;}
		.ttext{} */







/*Downloads*/
	.card{ border-radius: 0; }
	.card-header{ padding:0; }

	ul.downloadlist{ list-style: none; padding: 0 }
	ul.downloadlist li{ padding: 0;  }
	ul.downloadlist li a{ display: block; padding:8px 0 8px 10px; border-bottom: solid 1px #e1e1e1; }
	ul.downloadlist li a:hover{ background: #eee;  }
	ul.downloadlist li a i{ margin-right: 10px; }

	.fa-file-pdf{ color: #a00;}
	.fa-file-word{ color: #007;}
	.fa-file-excel{ color: #090;}





/*Sponsors Home*/
	#carouselSponsors{ padding-bottom: 50px; }
	#carouselSponsors .carousel-indicators{}
	#carouselSponsors .carousel-indicators li{ background: #ddd; }
	#carouselSponsors .carousel-indicators .active{ background: #bbb; }
	#carouselSponsors img{ max-height: 100px; }


	#carouselSponsors .carousel-control-next, #carouselSponsors .carousel-control-prev{ color: #aaa; }




.primary-colour{ color: var(--primary-color); }
.secondary-color{ color:var(--primary-color); }
.body-color, a.body-color{ color: var(--body-color);  }



.fs-12{font-size:0.75rem!important}
.fs-13{font-size:0.8125rem!important}
.fs-14{font-size:.875rem!important}
.fs-18{font-size:1.125rem!important}
.fs-22{font-size:1.375rem!important}
.fs-24{font-size:1.5rem!important}
.fs-28{font-size:1.75rem!important}
.fs-normal{ font-size:1rem!important}
.mb-sec{ margin-bottom:4rem;}
.fw-600{font-weight:500;}



.bandtop{ position: absolute;  left:0; width:100%; z-index: 3;}
.bandbottom{ position: absolute;  left:0; width:100%; z-index: 3;}

.bandtop.bandtopdown{top:calc((-100vw*38/375));}
.bandtop.bandtopup{top:-4px;}
.bandtop.bandtopdowninner{top:0;}
.bandtop.bandtopupinner{top: calc((-100vw*39/375));}
.bandbottom.bandbottomdowninner{bottom: calc((-100vw*40/375));}

.band-top.band-top-up .container{ padding-top:2rem; }

.bandbottom.bandbottomup{bottom:calc((-100vw*38/375));}
.bandbottom.bandbottomdown{bottom:-2px;}
.band-bottom.band-bottom-down .container{ padding-bottom:2rem; }

@media (min-width: 576px) {
	.bandtop.bandtopdown{top:calc((-100vw*65/1680));}
	.bandbottom.bandbottomup{bottom:calc((-100vw*65/1680));}
	.bandtop.bandtopupinner{top: calc((-100vw*68/1680));}
	.bandbottom.bandbottomdowninner{bottom: calc((-100vw*65/1680));}
}

@media (min-width: 2500px) {
	.bandtop.bandtopdown{top:calc((-2500px*65/1680));}
	.bandbottom.bandbottomup{bottom:calc((-2500px*65/1680));}
	.bandtop.bandtopupinner{top: calc((-2500px*68/1680));}
	.bandbottom.bandbottomdowninner{bottom: calc((-2500px*65/1680));}

	.bandtop svg, .bandbottom svg{width:102%; margin-left:-1%;}
}




.standard-skew{position:relative; }

@media (min-width: 992px) {
	.standard-sec.standard-skew{ padding:12rem 0; }
}

/* .standard-skew.skew-top::before, .standard-skew.skew-bot::after{content:' '; padding-top: 10%; width:100%; position: absolute;  left:0; right:0; z-index: 2;}

.standard-skew.skew-top::before{top:calc(-100vw*0.10); margin-top:2px;}
.standard-skew.skew-bot::after{bottom:calc(-100vw/10); margin-bottom: 2px;}

.skew-top.skew-l::before{ clip-path:polygon(0 100%, 0% 98%, 100% 0%, 100% 100%);  }
.skew-bot.skew-l::after{ clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 2%);    }

.skew-top.skew-r::before{ clip-path:polygon(0 0%, 100% 98%, 100% 100%, 0% 100%);  }
.skew-bot.skew-r::after{ clip-path:polygon(0% 0%, 100% 0%, 100% 2%, 0% 100%);    }

.standard-skew.grey-white-bg:before{background:rgba(236,236,238,1);}
.standard-skew.altbg:before, .standard-skew.altbg:after{background:#f7f7f7;}
.standard-skew.white-bg:before, .standard-skew.white-bg:after{background:#fff;}
.standard-skew.darkgreybg:before, .standard-skew.darkgreybg:after{background:#efefef;} */



.standard-skew.skew-top.skew-bot.skew-l{ clip-path:polygon(0 8vw, 100% 0, 100% 100%, 0 calc(100% - 8vw))}
.standard-skew.skew-top.skew-bot.skew-r{ clip-path:polygon(0 0, 100% 8vw, 100% calc(100% - 8vw), 0 100%)}

.standard-skew.skew-top.skew-bot.skew-l-down{ clip-path:polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%)}
.standard-skew.skew-top.skew-bot.skew-r-down{ clip-path:polygon(0 0, 100% 8vw, 100% 100%, 0 calc(100% - 8vw))}


.standard-skew.skew-top.skew-l{clip-path:polygon(0 8vw, 100% 0, 100% 100%, 0 100%)}
.standard-skew.skew-top.skew-r{clip-path:polygon(0 0, 100% 8vw, 100% 100%, 0 100%)}

.standard-skew.skew-bot.skew-l{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 8vw))}
.standard-skew.skew-bot.skew-r{clip-path:polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%)}

.standard-skew.skew-bot{ margin-bottom: -8vw; }

.skew-bot.bc-fade::after{ content:' '; position:absolute; width:50%; height: 8vw; bottom:0; left:0; background: linear-gradient(90deg, #00B3FF 0%, var(--primary-color) 25%, #7604B0 50%, #D81C8C 70%); }

.skew-r.bc-fade::after{clip-path:polygon(0 0, 100% 50%, 0% 100%)}

.testimonial-block{ position: relative; z-index: 1; background-repeat: no-repeat; background-size: cover; background-position: center center ; /* padding-bottom:12px; */}






/* background: linear-gradient(270deg, rgba(38,38,38,0) 0%, rgba(38,38,38,0.57) 25.27%, #2a2b3c 43.39%, #2a2b3c 100%); */










.sec-overlay{position: absolute; width:100%; height:100%; top:0; left:0; z-index: 1;}

.lr-white-fade .sec-overlay{background: linear-gradient(91.87deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.93) 40%, rgba(255,255,255,0) 100% ); }



@media (min-width: 1500px) {
	.color-lines-light,.color-lines-dark{ background-position-y: top; }
}

.contact-section{ background:url('/images/contact-bg.jpg') center top no-repeat #efefef; background-size: 100% auto;}

.contact-col{ border-top: solid 3px var(--body-color); padding-top:1.25rem;}
@media (min-width: 1500px) {
	.contact-col{ padding-top:2.5rem;}
}

/* .homePage .contact-block{ */
.contact-block{
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='806px' height='556px' viewBox='0 0 806 556' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 3%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0 806 0 806 556 0 556'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='visuals' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='home-desktop-1680-4' transform='translate(0.000000  -6831.000000)'%3E%3Cg id='Group-3' transform='translate(403.000000  7109.000000) scale(-1  -1) translate(-403.000000  -7109.000000) translate(0.000000  6831.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M656.758015 556 C708.070124 556 758.021674 550.182692 806 539.196589 L806 338.662272 C759.067621 354.320435 708.887011 362.825627 656.758015 362.825627 C433.932704 362.825627 246.655787 207.828029 197.021609 0 L0 0 C52.3525363 315.456511 326.44028 556 656.758015 556' id='Fill-1' fill='%23FF267D' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	padding-bottom:10rem!important; 
	margin-bottom: -3rem!important;
	background-size: 40% auto;
}
.partner-contact .contact-block{
		

	background-image: url("data:image/svg+xml,%3Csvg width='818px' height='564px' viewBox='0 0 818 564' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 3%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0 818 0 818 564 0 564'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='visuals' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='get-in-touch-page-desktop-1680' transform='translate(0.000000  -958.000000)'%3E%3Cg id='Group-3' transform='translate(409.000000  1240.000000) scale(-1  1) translate(-409.000000  -1240.000000) translate(0.000000  958.000000)'%3E%3Cpath d='M666.53605 564 C718.612111 564 769.307356 558.098989 818 546.954813 L818 343.535111 C770.368876 359.418571 719.44116 368.046139 666.53605 368.046139 C440.393241 368.046139 250.328082 210.81836 199.954933 0 L0 0 C53.1319786 319.995454 331.300433 564 666.53605 564' id='Fill-1' fill='%2300A99E'%3E%3C/path%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");



	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom:15rem!important; 
	margin-bottom: -3rem!important;
	background-size: 60% auto ;

	margin-top:0!important;
	padding-top:5rem!important
}

@media (min-width: 768px) {
	.contact-block{
		margin-bottom: -10rem!important;		
	}
	.partner-contact .contact-block{
		margin-bottom: -6rem!important;		
	}	

}
@media (min-width: 768px) {
	
	.partner-contact .contact-block{
		background-size: 50% auto ;
	}	

}


@media (min-width: 1400px) {

	.partner-contact .contact-block{
		background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 867.7 1134.7' style='enable-background:new 0 0 867.7 1134.7%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.cpbg-st0%7Bfill:%2300A99E%3B%7D.cpbg-st1%7Bfill:%23E5E9EC%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='cpbg-st0' d='M160.7 1134.7c-55.2 0-109-6.3-160.7-18.1V900.7c50.5 16.9 104.6 26 160.7 26c239.9 0 441.5-166.9 495-390.6h212.1C811.4 875.7 516.3 1134.7 160.7 1134.7z'/%3E%3Cpath class='cpbg-st1' d='M353.8 147.5c0 4.4 6.6 4.4 6.6 0S353.8 143.1 353.8 147.5z M353.8 123.4c0 4.4 6.6 4.4 6.6 0S353.8 119 353.8 123.4z M353.8 171.5c0 4.4 6.6 4.4 6.6 0S353.8 167.2 353.8 171.5z M353.8 243.7c0 4.4 6.6 4.4 6.6 0S353.8 239.4 353.8 243.7z M353.8 99.4c0 4.4 6.6 4.4 6.6 0S353.8 95 353.8 99.4z M353.8 219.7c0 4.4 6.6 4.4 6.6 0S353.8 215.3 353.8 219.7z M353.8 195.6c0 4.4 6.6 4.4 6.6 0S353.8 191.2 353.8 195.6z M342.8 448.7c0 4.4 6.6 4.4 6.6 0S342.8 444.4 342.8 448.7z M353.8 75.3c0 4.4 6.6 4.4 6.6 0S353.8 70.9 353.8 75.3z M342.8 520.9c0 4.4 6.6 4.4 6.6 0S342.8 516.6 342.8 520.9z M353.8 267.8c0 4.4 6.6 4.4 6.6 0S353.8 263.4 353.8 267.8z M342.8 400.6c0 4.4 6.6 4.4 6.6 0S342.8 396.2 342.8 400.6z M342.8 472.8c0 4.4 6.6 4.4 6.6 0S342.8 468.4 342.8 472.8z M331.9 99.4c0 4.4 6.6 4.4 6.6 0S331.9 95 331.9 99.4z M353.8 51.2c0 4.4 6.6 4.4 6.6 0S353.8 46.9 353.8 51.2z M353.8 27.2c0 4.4 6.6 4.4 6.6 0S353.8 22.8 353.8 27.2z M342.8 424.7c0 4.4 6.6 4.4 6.6 0S342.8 420.3 342.8 424.7z M364.7 15.1c0 4.4 6.6 4.4 6.6 0S364.7 10.8 364.7 15.1z M358.2 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C360.3 1.4 359.4 0.4 358.2 0z M364.7 39.2c0 4.4 6.6 4.4 6.6 0S364.7 34.8 364.7 39.2z M353.8 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C360.3 383.7 353.8 383.7 353.8 388.1z M397.5 195.6c0 4.4 6.6 4.4 6.6 0S397.5 191.2 397.5 195.6z M353.8 484.8c0 4.4 6.6 4.4 6.6 0S353.8 480.5 353.8 484.8z M353.8 291.9c0 4.4 6.6 4.4 6.6 0S353.8 287.5 353.8 291.9z M364.7 87.3c0 4.4 6.6 4.4 6.6 0S364.7 82.9 364.7 87.3z M364.7 111.4c0 4.4 6.6 4.4 6.6 0S364.7 107 364.7 111.4z M353.8 340c0 4.4 6.6 4.4 6.6 0S353.8 335.6 353.8 340z M353.8 315.9c0 4.4 6.6 4.4 6.6 0S353.8 311.5 353.8 315.9z M353.8 508.9c0 4.4 6.6 4.4 6.6 0S353.8 504.5 353.8 508.9z M353.8 364c0 4.4 6.6 4.4 6.6 0S353.8 359.7 353.8 364z M353.8 460.8c0 4.4 6.6 4.4 6.6 0S353.8 456.4 353.8 460.8z M353.8 436.7c0 4.4 6.6 4.4 6.6 0S353.8 432.3 353.8 436.7z M353.8 412.7c0 4.4 6.6 4.4 6.6 0S353.8 408.3 353.8 412.7z M331.9 147.5c0 4.4 6.6 4.4 6.6 0S331.9 143.1 331.9 147.5z M331.9 364c0 4.4 6.6 4.4 6.6 0S331.9 359.7 331.9 364z M331.9 315.9c0 4.4 6.6 4.4 6.6 0S331.9 311.5 331.9 315.9z M331.9 412.7c0 4.4 6.6 4.4 6.6 0S331.9 408.3 331.9 412.7z M331.9 340c0 4.4 6.6 4.4 6.6 0S331.9 335.6 331.9 340z M331.9 436.7c0 4.4 6.6 4.4 6.6 0S331.9 432.3 331.9 436.7z M331.9 460.8c0 4.4 6.6 4.4 6.6 0S331.9 456.4 331.9 460.8z M331.9 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C338.5 383.7 331.9 383.7 331.9 388.1z M331.9 508.9c0 4.4 6.6 4.4 6.6 0S331.9 504.5 331.9 508.9z M331.9 484.8c0 4.4 6.6 4.4 6.6 0S331.9 480.5 331.9 484.8z M331.9 171.5c0 4.4 6.6 4.4 6.6 0S331.9 167.2 331.9 171.5z M331.9 291.9c0 4.4 6.6 4.4 6.6 0S331.9 287.5 331.9 291.9z M331.9 195.6c0 4.4 6.6 4.4 6.6 0S331.9 191.2 331.9 195.6z M331.9 123.4c0 4.4 6.6 4.4 6.6 0S331.9 119 331.9 123.4z M364.7 135.4c0 4.4 6.6 4.4 6.6 0S364.7 131.1 364.7 135.4z M331.9 219.7c0 4.4 6.6 4.4 6.6 0S331.9 215.3 331.9 219.7z M331.9 267.8c0 4.4 6.6 4.4 6.6 0S331.9 263.4 331.9 267.8z M331.9 243.7c0 4.4 6.6 4.4 6.6 0S331.9 239.4 331.9 243.7z M342.8 376.1c0 4.4 6.6 4.4 6.6 0C349.4 371.7 342.8 371.7 342.8 376.1z M342.8 231.7c0 4.4 6.6 4.4 6.6 0S342.8 227.3 342.8 231.7z M342.8 255.8c0 4.4 6.6 4.4 6.6 0S342.8 251.4 342.8 255.8z M342.8 207.6c0 4.4 6.6 4.4 6.6 0S342.8 203.3 342.8 207.6z M342.8 279.8c0 4.4 6.6 4.4 6.6 0S342.8 275.4 342.8 279.8z M342.8 303.9c0 4.4 6.6 4.4 6.6 0S342.8 299.5 342.8 303.9z M342.8 352c0 4.4 6.6 4.4 6.6 0S342.8 347.6 342.8 352z M342.8 183.6c0 4.4 6.6 4.4 6.6 0S342.8 179.2 342.8 183.6z M342.8 327.9c0 4.4 6.6 4.4 6.6 0S342.8 323.6 342.8 327.9z M342.8 159.5c0 4.4 6.6 4.4 6.6 0S342.8 155.1 342.8 159.5z M342.8 39.2c0 4.4 6.6 4.4 6.6 0S342.8 34.8 342.8 39.2z M342.8 63.3c0 4.4 6.6 4.4 6.6 0S342.8 58.9 342.8 63.3z M336.3 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C338.5 1.4 337.5 0.4 336.3 0z M342.8 15.1c0 4.4 6.6 4.4 6.6 0S342.8 10.8 342.8 15.1z M342.8 135.4c0 4.4 6.6 4.4 6.6 0S342.8 131.1 342.8 135.4z M342.8 111.4c0 4.4 6.6 4.4 6.6 0S342.8 107 342.8 111.4z M342.8 87.3c0 4.4 6.6 4.4 6.6 0S342.8 82.9 342.8 87.3z M342.8 496.9c0 4.4 6.6 4.4 6.6 0S342.8 492.5 342.8 496.9z M386.6 207.6c0 4.4 6.6 4.4 6.6 0S386.6 203.3 386.6 207.6z M364.7 159.5c0 4.4 6.6 4.4 6.6 0S364.7 155.1 364.7 159.5z M386.6 159.5c0 4.4 6.6 4.4 6.6 0S386.6 155.1 386.6 159.5z M386.6 111.4c0 4.4 6.6 4.4 6.6 0S386.6 107 386.6 111.4z M386.6 303.9c0 4.4 6.6 4.4 6.6 0S386.6 299.5 386.6 303.9z M386.6 231.7c0 4.4 6.6 4.4 6.6 0S386.6 227.3 386.6 231.7z M386.6 279.8c0 4.4 6.6 4.4 6.6 0S386.6 275.4 386.6 279.8z M375.7 508.9c0 4.4 6.6 4.4 6.6 0S375.7 504.5 375.7 508.9z M386.6 135.4c0 4.4 6.6 4.4 6.6 0S386.6 131.1 386.6 135.4z M380.1 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C382.2 1.4 381.3 0.4 380.1 0z M375.7 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C382.2 383.7 375.7 383.7 375.7 388.1z M375.7 484.8c0 4.4 6.6 4.4 6.6 0S375.7 480.5 375.7 484.8z M386.6 63.3c0 4.4 6.6 4.4 6.6 0S386.6 58.9 386.6 63.3z M386.6 15.1c0 4.4 6.6 4.4 6.6 0S386.6 10.8 386.6 15.1z M386.6 87.3c0 4.4 6.6 4.4 6.6 0S386.6 82.9 386.6 87.3z M386.6 39.2c0 4.4 6.6 4.4 6.6 0S386.6 34.8 386.6 39.2z M386.6 255.8c0 4.4 6.6 4.4 6.6 0S386.6 251.4 386.6 255.8z M397.5 99.4c0 4.4 6.6 4.4 6.6 0S397.5 95 397.5 99.4z M397.5 51.2c0 4.4 6.6 4.4 6.6 0S397.5 46.9 397.5 51.2z M397.5 75.3c0 4.4 6.6 4.4 6.6 0S397.5 70.9 397.5 75.3z M386.6 496.9c0 4.4 6.6 4.4 6.6 0S386.6 492.5 386.6 496.9z M397.5 27.2c0 4.4 6.6 4.4 6.6 0S397.5 22.8 397.5 27.2z M386.6 327.9c0 4.4 6.6 4.4 6.6 0S386.6 323.6 386.6 327.9z M397.5 123.4c0 4.4 6.6 4.4 6.6 0S397.5 119 397.5 123.4z M397.5 147.5c0 4.4 6.6 4.4 6.6 0S397.5 143.1 397.5 147.5z M397.5 171.5c0 4.4 6.6 4.4 6.6 0S397.5 167.2 397.5 171.5z M386.6 376.1c0 4.4 6.6 4.4 6.6 0C393.2 371.7 386.6 371.7 386.6 376.1z M386.6 352c0 4.4 6.6 4.4 6.6 0S386.6 347.6 386.6 352z M386.6 520.9c0 4.4 6.6 4.4 6.6 0S386.6 516.6 386.6 520.9z M386.6 400.6c0 4.4 6.6 4.4 6.6 0S386.6 396.2 386.6 400.6z M386.6 424.7c0 4.4 6.6 4.4 6.6 0S386.6 420.3 386.6 424.7z M386.6 472.8c0 4.4 6.6 4.4 6.6 0S386.6 468.4 386.6 472.8z M386.6 448.7c0 4.4 6.6 4.4 6.6 0S386.6 444.4 386.6 448.7z M386.6 183.6c0 4.4 6.6 4.4 6.6 0S386.6 179.2 386.6 183.6z M364.7 448.7c0 4.4 6.6 4.4 6.6 0S364.7 444.4 364.7 448.7z M364.7 400.6c0 4.4 6.6 4.4 6.6 0S364.7 396.2 364.7 400.6z M364.7 424.7c0 4.4 6.6 4.4 6.6 0S364.7 420.3 364.7 424.7z M364.7 352c0 4.4 6.6 4.4 6.6 0S364.7 347.6 364.7 352z M364.7 376.1c0 4.4 6.6 4.4 6.6 0C371.3 371.7 364.7 371.7 364.7 376.1z M375.7 27.2c0 4.4 6.6 4.4 6.6 0S375.7 22.8 375.7 27.2z M364.7 472.8c0 4.4 6.6 4.4 6.6 0S364.7 468.4 364.7 472.8z M364.7 520.9c0 4.4 6.6 4.4 6.6 0S364.7 516.6 364.7 520.9z M364.7 496.9c0 4.4 6.6 4.4 6.6 0S364.7 492.5 364.7 496.9z M364.7 327.9c0 4.4 6.6 4.4 6.6 0S364.7 323.6 364.7 327.9z M364.7 207.6c0 4.4 6.6 4.4 6.6 0S364.7 203.3 364.7 207.6z M364.7 183.6c0 4.4 6.6 4.4 6.6 0S364.7 179.2 364.7 183.6z M364.7 231.7c0 4.4 6.6 4.4 6.6 0S364.7 227.3 364.7 231.7z M364.7 303.9c0 4.4 6.6 4.4 6.6 0S364.7 299.5 364.7 303.9z M364.7 279.8c0 4.4 6.6 4.4 6.6 0S364.7 275.4 364.7 279.8z M364.7 255.8c0 4.4 6.6 4.4 6.6 0S364.7 251.4 364.7 255.8z M375.7 364c0 4.4 6.6 4.4 6.6 0S375.7 359.7 375.7 364z M375.7 315.9c0 4.4 6.6 4.4 6.6 0S375.7 311.5 375.7 315.9z M375.7 291.9c0 4.4 6.6 4.4 6.6 0S375.7 287.5 375.7 291.9z M375.7 267.8c0 4.4 6.6 4.4 6.6 0S375.7 263.4 375.7 267.8z M375.7 340c0 4.4 6.6 4.4 6.6 0S375.7 335.6 375.7 340z M375.7 460.8c0 4.4 6.6 4.4 6.6 0S375.7 456.4 375.7 460.8z M375.7 436.7c0 4.4 6.6 4.4 6.6 0S375.7 432.3 375.7 436.7z M375.7 412.7c0 4.4 6.6 4.4 6.6 0S375.7 408.3 375.7 412.7z M375.7 243.7c0 4.4 6.6 4.4 6.6 0S375.7 239.4 375.7 243.7z M375.7 75.3c0 4.4 6.6 4.4 6.6 0S375.7 70.9 375.7 75.3z M375.7 123.4c0 4.4 6.6 4.4 6.6 0S375.7 119 375.7 123.4z M375.7 99.4c0 4.4 6.6 4.4 6.6 0S375.7 95 375.7 99.4z M375.7 51.2c0 4.4 6.6 4.4 6.6 0S375.7 46.9 375.7 51.2z M375.7 171.5c0 4.4 6.6 4.4 6.6 0S375.7 167.2 375.7 171.5z M375.7 195.6c0 4.4 6.6 4.4 6.6 0S375.7 191.2 375.7 195.6z M375.7 147.5c0 4.4 6.6 4.4 6.6 0S375.7 143.1 375.7 147.5z M375.7 219.7c0 4.4 6.6 4.4 6.6 0S375.7 215.3 375.7 219.7z M364.7 63.3c0 4.4 6.6 4.4 6.6 0S364.7 58.9 364.7 63.3z M277.2 496.9c0 4.4 6.6 4.4 6.6 0S277.2 492.5 277.2 496.9z M277.2 520.9c0 4.4 6.6 4.4 6.6 0S277.2 516.6 277.2 520.9z M331.9 75.3c0 4.4 6.6 4.4 6.6 0S331.9 70.9 331.9 75.3z M288.2 27.2c0 4.4 6.6 4.4 6.6 0S288.2 22.8 288.2 27.2z M292.6 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C294.7 1.4 293.8 0.4 292.6 0z M277.2 448.7c0 4.4 6.6 4.4 6.6 0S277.2 444.4 277.2 448.7z M288.2 75.3c0 4.4 6.6 4.4 6.6 0S288.2 70.9 288.2 75.3z M288.2 123.4c0 4.4 6.6 4.4 6.6 0S288.2 119 288.2 123.4z M288.2 51.2c0 4.4 6.6 4.4 6.6 0S288.2 46.9 288.2 51.2z M277.2 279.8c0 4.4 6.6 4.4 6.6 0S277.2 275.4 277.2 279.8z M277.2 303.9c0 4.4 6.6 4.4 6.6 0S277.2 299.5 277.2 303.9z M277.2 424.7c0 4.4 6.6 4.4 6.6 0S277.2 420.3 277.2 424.7z M277.2 255.8c0 4.4 6.6 4.4 6.6 0S277.2 251.4 277.2 255.8z M277.2 327.9c0 4.4 6.6 4.4 6.6 0S277.2 323.6 277.2 327.9z M277.2 400.6c0 4.4 6.6 4.4 6.6 0S277.2 396.2 277.2 400.6z M277.2 376.1c0 4.4 6.6 4.4 6.6 0C283.8 371.7 277.2 371.7 277.2 376.1z M277.2 352c0 4.4 6.6 4.4 6.6 0S277.2 347.6 277.2 352z M288.2 147.5c0 4.4 6.6 4.4 6.6 0S288.2 143.1 288.2 147.5z M288.2 436.7c0 4.4 6.6 4.4 6.6 0S288.2 432.3 288.2 436.7z M288.2 340c0 4.4 6.6 4.4 6.6 0S288.2 335.6 288.2 340z M288.2 460.8c0 4.4 6.6 4.4 6.6 0S288.2 456.4 288.2 460.8z M288.2 364c0 4.4 6.6 4.4 6.6 0S288.2 359.7 288.2 364z M288.2 412.7c0 4.4 6.6 4.4 6.6 0S288.2 408.3 288.2 412.7z M288.2 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C294.7 383.7 288.2 383.7 288.2 388.1z M288.2 508.9c0 4.4 6.6 4.4 6.6 0S288.2 504.5 288.2 508.9z M288.2 484.8c0 4.4 6.6 4.4 6.6 0S288.2 480.5 288.2 484.8z M288.2 291.9c0 4.4 6.6 4.4 6.6 0S288.2 287.5 288.2 291.9z M288.2 195.6c0 4.4 6.6 4.4 6.6 0S288.2 191.2 288.2 195.6z M288.2 171.5c0 4.4 6.6 4.4 6.6 0S288.2 167.2 288.2 171.5z M288.2 219.7c0 4.4 6.6 4.4 6.6 0S288.2 215.3 288.2 219.7z M288.2 267.8c0 4.4 6.6 4.4 6.6 0S288.2 263.4 288.2 267.8z M277.2 231.7c0 4.4 6.6 4.4 6.6 0S277.2 227.3 277.2 231.7z M288.2 315.9c0 4.4 6.6 4.4 6.6 0S288.2 311.5 288.2 315.9z M288.2 243.7c0 4.4 6.6 4.4 6.6 0S288.2 239.4 288.2 243.7z M288.2 99.4c0 4.4 6.6 4.4 6.6 0S288.2 95 288.2 99.4z M266.3 195.6c0 4.4 6.6 4.4 6.6 0S266.3 191.2 266.3 195.6z M266.3 219.7c0 4.4 6.6 4.4 6.6 0S266.3 215.3 266.3 219.7z M266.3 171.5c0 4.4 6.6 4.4 6.6 0S266.3 167.2 266.3 171.5z M266.3 147.5c0 4.4 6.6 4.4 6.6 0S266.3 143.1 266.3 147.5z M266.3 243.7c0 4.4 6.6 4.4 6.6 0S266.3 239.4 266.3 243.7z M266.3 315.9c0 4.4 6.6 4.4 6.6 0S266.3 311.5 266.3 315.9z M266.3 267.8c0 4.4 6.6 4.4 6.6 0S266.3 263.4 266.3 267.8z M266.3 291.9c0 4.4 6.6 4.4 6.6 0S266.3 287.5 266.3 291.9z M266.3 123.4c0 4.4 6.6 4.4 6.6 0S266.3 119 266.3 123.4z M266.3 27.2c0 4.4 6.6 4.4 6.6 0S266.3 22.8 266.3 27.2z M255.3 496.9c0 4.4 6.6 4.4 6.6 0S255.3 492.5 255.3 496.9z M266.3 340c0 4.4 6.6 4.4 6.6 0S266.3 335.6 266.3 340z M255.3 520.9c0 4.4 6.6 4.4 6.6 0S255.3 516.6 255.3 520.9z M266.3 51.2c0 4.4 6.6 4.4 6.6 0S266.3 46.9 266.3 51.2z M266.3 99.4c0 4.4 6.6 4.4 6.6 0S266.3 95 266.3 99.4z M266.3 75.3c0 4.4 6.6 4.4 6.6 0S266.3 70.9 266.3 75.3z M277.2 87.3c0 4.4 6.6 4.4 6.6 0S277.2 82.9 277.2 87.3z M277.2 111.4c0 4.4 6.6 4.4 6.6 0S277.2 107 277.2 111.4z M277.2 207.6c0 4.4 6.6 4.4 6.6 0S277.2 203.3 277.2 207.6z M266.3 364c0 4.4 6.6 4.4 6.6 0S266.3 359.7 266.3 364z M277.2 39.2c0 4.4 6.6 4.4 6.6 0S277.2 34.8 277.2 39.2z M277.2 63.3c0 4.4 6.6 4.4 6.6 0S277.2 58.9 277.2 63.3z M277.2 183.6c0 4.4 6.6 4.4 6.6 0S277.2 179.2 277.2 183.6z M277.2 135.4c0 4.4 6.6 4.4 6.6 0S277.2 131.1 277.2 135.4z M277.2 159.5c0 4.4 6.6 4.4 6.6 0S277.2 155.1 277.2 159.5z M277.2 15.1c0 4.4 6.6 4.4 6.6 0S277.2 10.8 277.2 15.1z M266.3 436.7c0 4.4 6.6 4.4 6.6 0S266.3 432.3 266.3 436.7z M266.3 412.7c0 4.4 6.6 4.4 6.6 0S266.3 408.3 266.3 412.7z M266.3 460.8c0 4.4 6.6 4.4 6.6 0S266.3 456.4 266.3 460.8z M266.3 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C272.8 383.7 266.3 383.7 266.3 388.1z M270.7 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C272.8 1.4 271.9 0.4 270.7 0z M266.3 508.9c0 4.4 6.6 4.4 6.6 0S266.3 504.5 266.3 508.9z M266.3 484.8c0 4.4 6.6 4.4 6.6 0S266.3 480.5 266.3 484.8z M277.2 472.8c0 4.4 6.6 4.4 6.6 0S277.2 468.4 277.2 472.8z M321 39.2c0 4.4 6.6 4.4 6.6 0S321 34.8 321 39.2z M321 87.3c0 4.4 6.6 4.4 6.6 0S321 82.9 321 87.3z M321 63.3c0 4.4 6.6 4.4 6.6 0S321 58.9 321 63.3z M321 15.1c0 4.4 6.6 4.4 6.6 0S321 10.8 321 15.1z M310 315.9c0 4.4 6.6 4.4 6.6 0S310 311.5 310 315.9z M314.4 0h-2.3C311 0.4 310 1.4 310 3.1c0 4.4 6.6 4.4 6.6 0C316.6 1.4 315.6 0.4 314.4 0z M321 111.4c0 4.4 6.6 4.4 6.6 0S321 107 321 111.4z M321 135.4c0 4.4 6.6 4.4 6.6 0S321 131.1 321 135.4z M310 436.7c0 4.4 6.6 4.4 6.6 0S310 432.3 310 436.7z M310 412.7c0 4.4 6.6 4.4 6.6 0S310 408.3 310 412.7z M310 364c0 4.4 6.6 4.4 6.6 0S310 359.7 310 364z M310 340c0 4.4 6.6 4.4 6.6 0S310 335.6 310 340z M321 183.6c0 4.4 6.6 4.4 6.6 0S321 179.2 321 183.6z M310 460.8c0 4.4 6.6 4.4 6.6 0S310 456.4 310 460.8z M310 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C316.6 383.7 310 383.7 310 388.1z M310 484.8c0 4.4 6.6 4.4 6.6 0S310 480.5 310 484.8z M310 508.9c0 4.4 6.6 4.4 6.6 0S310 504.5 310 508.9z M321 159.5c0 4.4 6.6 4.4 6.6 0S321 155.1 321 159.5z M321 448.7c0 4.4 6.6 4.4 6.6 0S321 444.4 321 448.7z M321 472.8c0 4.4 6.6 4.4 6.6 0S321 468.4 321 472.8z M321 424.7c0 4.4 6.6 4.4 6.6 0S321 420.3 321 424.7z M321 520.9c0 4.4 6.6 4.4 6.6 0S321 516.6 321 520.9z M331.9 51.2c0 4.4 6.6 4.4 6.6 0S331.9 46.9 331.9 51.2z M321 400.6c0 4.4 6.6 4.4 6.6 0S321 396.2 321 400.6z M321 496.9c0 4.4 6.6 4.4 6.6 0S321 492.5 321 496.9z M331.9 27.2c0 4.4 6.6 4.4 6.6 0S331.9 22.8 331.9 27.2z M321 327.9c0 4.4 6.6 4.4 6.6 0S321 323.6 321 327.9z M321 279.8c0 4.4 6.6 4.4 6.6 0S321 275.4 321 279.8z M321 255.8c0 4.4 6.6 4.4 6.6 0S321 251.4 321 255.8z M321 231.7c0 4.4 6.6 4.4 6.6 0S321 227.3 321 231.7z M321 352c0 4.4 6.6 4.4 6.6 0S321 347.6 321 352z M321 303.9c0 4.4 6.6 4.4 6.6 0S321 299.5 321 303.9z M321 376.1c0 4.4 6.6 4.4 6.6 0C327.5 371.7 321 371.7 321 376.1z M321 207.6c0 4.4 6.6 4.4 6.6 0S321 203.3 321 207.6z M310 219.7c0 4.4 6.6 4.4 6.6 0S310 215.3 310 219.7z M299.1 279.8c0 4.4 6.6 4.4 6.6 0S299.1 275.4 299.1 279.8z M299.1 255.8c0 4.4 6.6 4.4 6.6 0S299.1 251.4 299.1 255.8z M299.1 231.7c0 4.4 6.6 4.4 6.6 0S299.1 227.3 299.1 231.7z M299.1 207.6c0 4.4 6.6 4.4 6.6 0S299.1 203.3 299.1 207.6z M299.1 303.9c0 4.4 6.6 4.4 6.6 0S299.1 299.5 299.1 303.9z M299.1 376.1c0 4.4 6.6 4.4 6.6 0C305.7 371.7 299.1 371.7 299.1 376.1z M299.1 327.9c0 4.4 6.6 4.4 6.6 0S299.1 323.6 299.1 327.9z M299.1 352c0 4.4 6.6 4.4 6.6 0S299.1 347.6 299.1 352z M299.1 39.2c0 4.4 6.6 4.4 6.6 0S299.1 34.8 299.1 39.2z M310 291.9c0 4.4 6.6 4.4 6.6 0S310 287.5 310 291.9z M299.1 87.3c0 4.4 6.6 4.4 6.6 0S299.1 82.9 299.1 87.3z M299.1 400.6c0 4.4 6.6 4.4 6.6 0S299.1 396.2 299.1 400.6z M299.1 111.4c0 4.4 6.6 4.4 6.6 0S299.1 107 299.1 111.4z M299.1 159.5c0 4.4 6.6 4.4 6.6 0S299.1 155.1 299.1 159.5z M299.1 135.4c0 4.4 6.6 4.4 6.6 0S299.1 131.1 299.1 135.4z M299.1 183.6c0 4.4 6.6 4.4 6.6 0S299.1 179.2 299.1 183.6z M299.1 63.3c0 4.4 6.6 4.4 6.6 0S299.1 58.9 299.1 63.3z M310 195.6c0 4.4 6.6 4.4 6.6 0S310 191.2 310 195.6z M299.1 424.7c0 4.4 6.6 4.4 6.6 0S299.1 420.3 299.1 424.7z M310 99.4c0 4.4 6.6 4.4 6.6 0S310 95 310 99.4z M310 123.4c0 4.4 6.6 4.4 6.6 0S310 119 310 123.4z M310 147.5c0 4.4 6.6 4.4 6.6 0S310 143.1 310 147.5z M310 267.8c0 4.4 6.6 4.4 6.6 0S310 263.4 310 267.8z M299.1 15.1c0 4.4 6.6 4.4 6.6 0S299.1 10.8 299.1 15.1z M310 243.7c0 4.4 6.6 4.4 6.6 0S310 239.4 310 243.7z M310 171.5c0 4.4 6.6 4.4 6.6 0S310 167.2 310 171.5z M299.1 472.8c0 4.4 6.6 4.4 6.6 0S299.1 468.4 299.1 472.8z M299.1 448.7c0 4.4 6.6 4.4 6.6 0S299.1 444.4 299.1 448.7z M299.1 520.9c0 4.4 6.6 4.4 6.6 0S299.1 516.6 299.1 520.9z M299.1 496.9c0 4.4 6.6 4.4 6.6 0S299.1 492.5 299.1 496.9z M310 51.2c0 4.4 6.6 4.4 6.6 0S310 46.9 310 51.2z M310 75.3c0 4.4 6.6 4.4 6.6 0S310 70.9 310 75.3z M310 27.2c0 4.4 6.6 4.4 6.6 0S310 22.8 310 27.2z M561.6 472.8c0 4.4 6.6 4.4 6.6 0S561.6 468.4 561.6 472.8z M496 279.8c0 4.4 6.6 4.4 6.6 0S496 275.4 496 279.8z M496 159.5c0 4.4 6.6 4.4 6.6 0S496 155.1 496 159.5z M496 183.6c0 4.4 6.6 4.4 6.6 0S496 179.2 496 183.6z M496 111.7c0.1 0.8 0.3 1.4 0.7 1.8C496.5 112.9 496.2 112.3 496 111.7z M496 231.7c0 4.4 6.6 4.4 6.6 0S496 227.3 496 231.7z M496 255.8c0 4.4 6.6 4.4 6.6 0S496 251.4 496 255.8z M485 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C491.6 383.7 485 383.7 485 388.1z M496 207.6c0 4.4 6.6 4.4 6.6 0S496 203.3 496 207.6z M496 135.4c0 4.4 6.6 4.4 6.6 0S496 131.1 496 135.4z M485 340c0 4.4 6.6 4.4 6.6 0S485 335.6 485 340z M506.9 291.9c0 4.4 6.6 4.4 6.6 0S506.9 287.5 506.9 291.9z M485 412.7c0 4.4 6.6 4.4 6.6 0S485 408.3 485 412.7z M485 315.9c0 4.4 6.6 4.4 6.6 0S485 311.5 485 315.9z M485 364c0 4.4 6.6 4.4 6.6 0S485 359.7 485 364z M463.2 412.7c0 4.4 6.6 4.4 6.6 0S463.2 408.3 463.2 412.7z M485 436.7c0 4.4 6.6 4.4 6.6 0S485 432.3 485 436.7z M485 460.8c0 4.4 6.6 4.4 6.6 0S485 456.4 485 460.8z M485 484.8c0 4.4 6.6 4.4 6.6 0S485 480.5 485 484.8z M506.9 171.5c0 4.4 6.6 4.4 6.6 0S506.9 167.2 506.9 171.5z M506.9 195.6c0 4.4 6.6 4.4 6.6 0S506.9 191.2 506.9 195.6z M510.1 150.7c-0.7-1.9-1.3-3.9-2-5.8c-0.7 0.5-1.2 1.4-1.2 2.6C506.9 149.6 508.5 150.7 510.1 150.7z M496 496.9c0 4.4 6.6 4.4 6.6 0S496 492.5 496 496.9z M506.9 219.7c0 4.4 6.6 4.4 6.6 0S506.9 215.3 506.9 219.7z M496 520.9c0 4.4 6.6 4.4 6.6 0S496 516.6 496 520.9z M506.9 267.8c0 4.4 6.6 4.4 6.6 0S506.9 263.4 506.9 267.8z M506.9 243.7c0 4.4 6.6 4.4 6.6 0S506.9 239.4 506.9 243.7z M496 376.1c0 4.4 6.6 4.4 6.6 0C502.5 371.7 496 371.7 496 376.1z M496 352c0 4.4 6.6 4.4 6.6 0S496 347.6 496 352z M496 327.9c0 4.4 6.6 4.4 6.6 0S496 323.6 496 327.9z M496 472.8c0 4.4 6.6 4.4 6.6 0S496 468.4 496 472.8z M496 303.9c0 4.4 6.6 4.4 6.6 0S496 299.5 496 303.9z M496 400.6c0 4.4 6.6 4.4 6.6 0S496 396.2 496 400.6z M496 448.7c0 4.4 6.6 4.4 6.6 0S496 444.4 496 448.7z M496 424.7c0 4.4 6.6 4.4 6.6 0S496 420.3 496 424.7z M485 291.9c0 4.4 6.6 4.4 6.6 0S485 287.5 485 291.9z M474.1 207.6c0 4.4 6.6 4.4 6.6 0S474.1 203.3 474.1 207.6z M474.1 159.5c0 4.4 6.6 4.4 6.6 0S474.1 155.1 474.1 159.5z M474.1 183.6c0 4.4 6.6 4.4 6.6 0S474.1 179.2 474.1 183.6z M474.1 135.4c0 4.4 6.6 4.4 6.6 0S474.1 131.1 474.1 135.4z M474.1 279.8c0 4.4 6.6 4.4 6.6 0S474.1 275.4 474.1 279.8z M474.1 111.4c0 4.4 6.6 4.4 6.6 0S474.1 107 474.1 111.4z M474.1 231.7c0 4.4 6.6 4.4 6.6 0S474.1 227.3 474.1 231.7z M474.1 255.8c0 4.4 6.6 4.4 6.6 0S474.1 251.4 474.1 255.8z M463.2 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C469.7 383.7 463.2 383.7 463.2 388.1z M463.2 508.9c0 4.4 6.6 4.4 6.6 0S463.2 504.5 463.2 508.9z M463.2 460.8c0 4.4 6.6 4.4 6.6 0S463.2 456.4 463.2 460.8z M463.2 436.7c0 4.4 6.6 4.4 6.6 0S463.2 432.3 463.2 436.7z M474.1 303.9c0 4.4 6.6 4.4 6.6 0S474.1 299.5 474.1 303.9z M463.2 484.8c0 4.4 6.6 4.4 6.6 0S463.2 480.5 463.2 484.8z M477.8 66.5c-0.8-1.9-1.7-3.9-2.5-5.8c-0.7 0.5-1.2 1.4-1.2 2.6C474.1 65.6 476 66.7 477.8 66.5z M474.1 87.3c0 4.4 6.6 4.4 6.6 0S474.1 82.9 474.1 87.3z M485 243.7c0 4.4 6.6 4.4 6.6 0S485 239.4 485 243.7z M485 123.4c0 4.4 6.6 4.4 6.6 0S485 119 485 123.4z M485 147.5c0 4.4 6.6 4.4 6.6 0S485 143.1 485 147.5z M491.5 100.1c-0.5-1.2-0.9-2.3-1.4-3.5c-1.9-1.2-5.1-0.3-5.1 2.8C485 103.5 490.8 103.7 491.5 100.1z M474.1 496.9c0 4.4 6.6 4.4 6.6 0S474.1 492.5 474.1 496.9z M485 171.5c0 4.4 6.6 4.4 6.6 0S485 167.2 485 171.5z M485 267.8c0 4.4 6.6 4.4 6.6 0S485 263.4 485 267.8z M485 195.6c0 4.4 6.6 4.4 6.6 0S485 191.2 485 195.6z M485 219.7c0 4.4 6.6 4.4 6.6 0S485 215.3 485 219.7z M474.1 472.8c0 4.4 6.6 4.4 6.6 0S474.1 468.4 474.1 472.8z M474.1 520.9c0 4.4 6.6 4.4 6.6 0S474.1 516.6 474.1 520.9z M474.1 400.6c0 4.4 6.6 4.4 6.6 0S474.1 396.2 474.1 400.6z M474.1 352c0 4.4 6.6 4.4 6.6 0S474.1 347.6 474.1 352z M474.1 376.1c0 4.4 6.6 4.4 6.6 0C480.7 371.7 474.1 371.7 474.1 376.1z M474.1 424.7c0 4.4 6.6 4.4 6.6 0S474.1 420.3 474.1 424.7z M474.1 327.9c0 4.4 6.6 4.4 6.6 0S474.1 323.6 474.1 327.9z M474.1 448.7c0 4.4 6.6 4.4 6.6 0S474.1 444.4 474.1 448.7z M485 508.9c0 4.4 6.6 4.4 6.6 0S485 504.5 485 508.9z M539.7 448.7c0 4.4 6.6 4.4 6.6 0S539.7 444.4 539.7 448.7z M539.7 400.6c0 4.4 6.6 4.4 6.6 0S539.7 396.2 539.7 400.6z M539.7 520.9c0 4.4 6.6 4.4 6.6 0S539.7 516.6 539.7 520.9z M539.7 424.7c0 4.4 6.6 4.4 6.6 0S539.7 420.3 539.7 424.7z M539.7 472.8c0 4.4 6.6 4.4 6.6 0S539.7 468.4 539.7 472.8z M539.7 496.9c0 4.4 6.6 4.4 6.6 0S539.7 492.5 539.7 496.9z M550.7 340c0 4.4 6.6 4.4 6.6 0S550.7 335.6 550.7 340z M553.9 319.2c-0.4-2.1-0.8-4.2-1.2-6.3c-1.1 0.4-2 1.4-2 3.1C550.7 318.1 552.2 319.2 553.9 319.2z M506.9 315.9c0 4.4 6.6 4.4 6.6 0S506.9 311.5 506.9 315.9z M528.8 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C535.3 383.7 528.8 383.7 528.8 388.1z M541.1 258.5c-0.3-1.4-0.7-2.9-1-4.3c-0.2 0.4-0.4 1-0.4 1.6C539.7 257 540.3 257.9 541.1 258.5z M546.2 280.7c-0.2-1-0.5-2.1-0.7-3.1c-1.7-1.9-5.8-1.2-5.8 2.2C539.7 283.9 545.3 284.2 546.2 280.7z M528.8 484.8c0 4.4 6.6 4.4 6.6 0S528.8 480.5 528.8 484.8z M539.7 376.1c0 4.4 6.6 4.4 6.6 0C546.3 371.7 539.7 371.7 539.7 376.1z M539.7 352c0 4.4 6.6 4.4 6.6 0S539.7 347.6 539.7 352z M539.7 303.9c0 4.4 6.6 4.4 6.6 0S539.7 299.5 539.7 303.9z M539.7 327.9c0 4.4 6.6 4.4 6.6 0S539.7 323.6 539.7 327.9z M550.7 508.9c0 4.4 6.6 4.4 6.6 0S550.7 504.5 550.7 508.9z M255.3 472.8c0 4.4 6.6 4.4 6.6 0S255.3 468.4 255.3 472.8z M561.6 496.9c0 4.4 6.6 4.4 6.6 0S561.6 492.5 561.6 496.9z M561.6 424.7c0 4.4 6.6 4.4 6.6 0S561.6 420.3 561.6 424.7z M550.7 412.7c0 4.4 6.6 4.4 6.6 0S550.7 408.3 550.7 412.7z M561.6 520.9c0 4.4 6.6 4.4 6.6 0S561.6 516.6 561.6 520.9z M4.3 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C10.9 528.6 4.3 528.6 4.3 533z M573.4 530.7c-0.5 0.5-0.8 1.3-0.8 2.3c0 1 0.3 1.7 0.9 2.3C573.4 533.7 573.4 532.2 573.4 530.7z M573.1 507c-0.3 0.5-0.5 1.1-0.5 1.9c0 0.8 0.2 1.5 0.6 2C573.1 509.6 573.1 508.3 573.1 507z M561.6 448.7c0 4.4 6.6 4.4 6.6 0S561.6 444.4 561.6 448.7z M550.7 460.8c0 4.4 6.6 4.4 6.6 0S550.7 456.4 550.7 460.8z M550.7 436.7c0 4.4 6.6 4.4 6.6 0S550.7 432.3 550.7 436.7z M566.2 403.6c-0.2-2.1-0.5-4.2-0.7-6.2c-1.8-0.3-3.9 0.8-3.9 3.2C561.6 403.4 564.3 404.4 566.2 403.6z M528.8 508.9c0 4.4 6.6 4.4 6.6 0S528.8 504.5 528.8 508.9z M550.7 484.8c0 4.4 6.6 4.4 6.6 0S550.7 480.5 550.7 484.8z M563.2 378.9c-0.2-1.7-0.5-3.5-0.7-5.2c-0.6 0.5-0.9 1.3-0.9 2.4C561.6 377.5 562.3 378.4 563.2 378.9z M550.7 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C557.2 383.7 550.7 383.7 550.7 388.1z M550.7 364c0 4.4 6.6 4.4 6.6 0S550.7 359.7 550.7 364z M517.8 231.7c0 4.4 6.6 4.4 6.6 0S517.8 227.3 517.8 231.7z M517.8 352c0 4.4 6.6 4.4 6.6 0S517.8 347.6 517.8 352z M517.8 255.8c0 4.4 6.6 4.4 6.6 0S517.8 251.4 517.8 255.8z M506.9 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C513.5 383.7 506.9 383.7 506.9 388.1z M521.7 186.8c-0.6-2.1-1.3-4.2-1.9-6.2c-1.1 0.4-1.9 1.4-1.9 3C517.8 186 519.9 187.1 521.7 186.8z M517.8 327.9c0 4.4 6.6 4.4 6.6 0S517.8 323.6 517.8 327.9z M517.8 303.9c0 4.4 6.6 4.4 6.6 0S517.8 299.5 517.8 303.9z M517.8 279.8c0 4.4 6.6 4.4 6.6 0S517.8 275.4 517.8 279.8z M517.8 207.6c0 4.4 6.6 4.4 6.6 0S517.8 203.3 517.8 207.6z M506.9 364c0 4.4 6.6 4.4 6.6 0S506.9 359.7 506.9 364z M506.9 412.7c0 4.4 6.6 4.4 6.6 0S506.9 408.3 506.9 412.7z M506.9 340c0 4.4 6.6 4.4 6.6 0S506.9 335.6 506.9 340z M528.8 460.8c0 4.4 6.6 4.4 6.6 0S528.8 456.4 528.8 460.8z M506.9 484.8c0 4.4 6.6 4.4 6.6 0S506.9 480.5 506.9 484.8z M506.9 460.8c0 4.4 6.6 4.4 6.6 0S506.9 456.4 506.9 460.8z M506.9 436.7c0 4.4 6.6 4.4 6.6 0S506.9 432.3 506.9 436.7z M506.9 508.9c0 4.4 6.6 4.4 6.6 0S506.9 504.5 506.9 508.9z M528.8 340c0 4.4 6.6 4.4 6.6 0S528.8 335.6 528.8 340z M528.8 291.9c0 4.4 6.6 4.4 6.6 0S528.8 287.5 528.8 291.9z M528.8 315.9c0 4.4 6.6 4.4 6.6 0S528.8 311.5 528.8 315.9z M528.8 243.7c0 4.4 6.6 4.4 6.6 0S528.8 239.4 528.8 243.7z M528.8 267.8c0 4.4 6.6 4.4 6.6 0S528.8 263.4 528.8 267.8z M528.8 436.7c0 4.4 6.6 4.4 6.6 0S528.8 432.3 528.8 436.7z M528.8 412.7c0 4.4 6.6 4.4 6.6 0S528.8 408.3 528.8 412.7z M528.8 364c0 4.4 6.6 4.4 6.6 0S528.8 359.7 528.8 364z M517.8 424.7c0 4.4 6.6 4.4 6.6 0S517.8 420.3 517.8 424.7z M517.8 376.1c0 4.4 6.6 4.4 6.6 0C524.4 371.7 517.8 371.7 517.8 376.1z M397.5 219.7c0 4.4 6.6 4.4 6.6 0S397.5 215.3 397.5 219.7z M517.8 400.6c0 4.4 6.6 4.4 6.6 0S517.8 396.2 517.8 400.6z M517.8 472.8c0 4.4 6.6 4.4 6.6 0S517.8 468.4 517.8 472.8z M532.1 222.9c-0.6-2-1.1-4.1-1.7-6.1c-0.9 0.5-1.6 1.4-1.6 2.9C528.8 221.9 530.4 223 532.1 222.9z M517.8 496.9c0 4.4 6.6 4.4 6.6 0S517.8 492.5 517.8 496.9z M517.8 520.9c0 4.4 6.6 4.4 6.6 0S517.8 516.6 517.8 520.9z M517.8 448.7c0 4.4 6.6 4.4 6.6 0S517.8 444.4 517.8 448.7z M419.4 243.7c0 4.4 6.6 4.4 6.6 0S419.4 239.4 419.4 243.7z M419.4 267.8c0 4.4 6.6 4.4 6.6 0S419.4 263.4 419.4 267.8z M419.4 412.7c0 4.4 6.6 4.4 6.6 0S419.4 408.3 419.4 412.7z M419.4 219.7c0 4.4 6.6 4.4 6.6 0S419.4 215.3 419.4 219.7z M419.4 340c0 4.4 6.6 4.4 6.6 0S419.4 335.6 419.4 340z M408.5 520.9c0 4.4 6.6 4.4 6.6 0S408.5 516.6 408.5 520.9z M419.4 364c0 4.4 6.6 4.4 6.6 0S419.4 359.7 419.4 364z M419.4 195.6c0 4.4 6.6 4.4 6.6 0S419.4 191.2 419.4 195.6z M419.4 291.9c0 4.4 6.6 4.4 6.6 0S419.4 287.5 419.4 291.9z M419.4 75.3c0 4.4 6.6 4.4 6.6 0S419.4 70.9 419.4 75.3z M419.4 27.2c0 4.4 6.6 4.4 6.6 0S419.4 22.8 419.4 27.2z M419.4 51.2c0 4.4 6.6 4.4 6.6 0S419.4 46.9 419.4 51.2z M419.4 171.5c0 4.4 6.6 4.4 6.6 0S419.4 167.2 419.4 171.5z M408.5 496.9c0 4.4 6.6 4.4 6.6 0S408.5 492.5 408.5 496.9z M419.4 99.4c0 4.4 6.6 4.4 6.6 0S419.4 95 419.4 99.4z M463.2 364c0 4.4 6.6 4.4 6.6 0S463.2 359.7 463.2 364z M419.4 123.4c0 4.4 6.6 4.4 6.6 0S419.4 119 419.4 123.4z M419.4 315.9c0 4.4 6.6 4.4 6.6 0S419.4 311.5 419.4 315.9z M430.3 159.5c0 4.4 6.6 4.4 6.6 0S430.3 155.1 430.3 159.5z M430.3 135.4c0 4.4 6.6 4.4 6.6 0S430.3 131.1 430.3 135.4z M430.3 111.4c0 4.4 6.6 4.4 6.6 0S430.3 107 430.3 111.4z M430.3 87.3c0 4.4 6.6 4.4 6.6 0S430.3 82.9 430.3 87.3z M430.3 183.6c0 4.4 6.6 4.4 6.6 0S430.3 179.2 430.3 183.6z M430.3 255.8c0 4.4 6.6 4.4 6.6 0S430.3 251.4 430.3 255.8z M430.3 207.6c0 4.4 6.6 4.4 6.6 0S430.3 203.3 430.3 207.6z M430.3 231.7c0 4.4 6.6 4.4 6.6 0S430.3 227.3 430.3 231.7z M419.4 508.9c0 4.4 6.6 4.4 6.6 0S419.4 504.5 419.4 508.9z M419.4 436.7c0 4.4 6.6 4.4 6.6 0S419.4 432.3 419.4 436.7z M419.4 460.8c0 4.4 6.6 4.4 6.6 0S419.4 456.4 419.4 460.8z M430.3 63.3c0 4.4 6.6 4.4 6.6 0S430.3 58.9 430.3 63.3z M419.4 484.8c0 4.4 6.6 4.4 6.6 0S419.4 480.5 419.4 484.8z M430.3 15.1c0 4.4 6.6 4.4 6.6 0S430.3 10.8 430.3 15.1z M423.8 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C426 1.4 425 0.4 423.8 0z M419.4 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C426 383.7 419.4 383.7 419.4 388.1z M397.5 291.9c0 4.4 6.6 4.4 6.6 0S397.5 287.5 397.5 291.9z M397.5 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C404.1 383.7 397.5 383.7 397.5 388.1z M397.5 484.8c0 4.4 6.6 4.4 6.6 0S397.5 480.5 397.5 484.8z M397.5 508.9c0 4.4 6.6 4.4 6.6 0S397.5 504.5 397.5 508.9z M397.5 460.8c0 4.4 6.6 4.4 6.6 0S397.5 456.4 397.5 460.8z M408.5 63.3c0 4.4 6.6 4.4 6.6 0S408.5 58.9 408.5 63.3z M401.9 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C404.1 1.4 403.1 0.4 401.9 0z M397.5 436.7c0 4.4 6.6 4.4 6.6 0S397.5 432.3 397.5 436.7z M408.5 15.1c0 4.4 6.6 4.4 6.6 0S408.5 10.8 408.5 15.1z M408.5 39.2c0 4.4 6.6 4.4 6.6 0S408.5 34.8 408.5 39.2z M397.5 267.8c0 4.4 6.6 4.4 6.6 0S397.5 263.4 397.5 267.8z M430.3 279.8c0 4.4 6.6 4.4 6.6 0S430.3 275.4 430.3 279.8z M397.5 412.7c0 4.4 6.6 4.4 6.6 0S397.5 408.3 397.5 412.7z M397.5 243.7c0 4.4 6.6 4.4 6.6 0S397.5 239.4 397.5 243.7z M397.5 364c0 4.4 6.6 4.4 6.6 0S397.5 359.7 397.5 364z M397.5 315.9c0 4.4 6.6 4.4 6.6 0S397.5 311.5 397.5 315.9z M397.5 340c0 4.4 6.6 4.4 6.6 0S397.5 335.6 397.5 340z M408.5 183.6c0 4.4 6.6 4.4 6.6 0S408.5 179.2 408.5 183.6z M408.5 327.9c0 4.4 6.6 4.4 6.6 0S408.5 323.6 408.5 327.9z M408.5 376.1c0 4.4 6.6 4.4 6.6 0C415 371.7 408.5 371.7 408.5 376.1z M408.5 352c0 4.4 6.6 4.4 6.6 0S408.5 347.6 408.5 352z M408.5 303.9c0 4.4 6.6 4.4 6.6 0S408.5 299.5 408.5 303.9z M408.5 400.6c0 4.4 6.6 4.4 6.6 0S408.5 396.2 408.5 400.6z M408.5 448.7c0 4.4 6.6 4.4 6.6 0S408.5 444.4 408.5 448.7z M408.5 279.8c0 4.4 6.6 4.4 6.6 0S408.5 275.4 408.5 279.8z M408.5 424.7c0 4.4 6.6 4.4 6.6 0S408.5 420.3 408.5 424.7z M408.5 159.5c0 4.4 6.6 4.4 6.6 0S408.5 155.1 408.5 159.5z M408.5 135.4c0 4.4 6.6 4.4 6.6 0S408.5 131.1 408.5 135.4z M408.5 87.3c0 4.4 6.6 4.4 6.6 0S408.5 82.9 408.5 87.3z M408.5 111.4c0 4.4 6.6 4.4 6.6 0S408.5 107 408.5 111.4z M408.5 255.8c0 4.4 6.6 4.4 6.6 0S408.5 251.4 408.5 255.8z M408.5 472.8c0 4.4 6.6 4.4 6.6 0S408.5 468.4 408.5 472.8z M408.5 231.7c0 4.4 6.6 4.4 6.6 0S408.5 227.3 408.5 231.7z M408.5 207.6c0 4.4 6.6 4.4 6.6 0S408.5 203.3 408.5 207.6z M419.4 147.5c0 4.4 6.6 4.4 6.6 0S419.4 143.1 419.4 147.5z M452.2 352c0 4.4 6.6 4.4 6.6 0S452.2 347.6 452.2 352z M452.2 327.9c0 4.4 6.6 4.4 6.6 0S452.2 323.6 452.2 327.9z M452.2 303.9c0 4.4 6.6 4.4 6.6 0S452.2 299.5 452.2 303.9z M452.2 63.3c0 4.4 6.6 4.4 6.6 0S452.2 58.9 452.2 63.3z M452.2 424.7c0 4.4 6.6 4.4 6.6 0S452.2 420.3 452.2 424.7z M452.2 376.1c0 4.4 6.6 4.4 6.6 0C458.8 371.7 452.2 371.7 452.2 376.1z M452.2 255.8c0 4.4 6.6 4.4 6.6 0S452.2 251.4 452.2 255.8z M452.2 400.6c0 4.4 6.6 4.4 6.6 0S452.2 396.2 452.2 400.6z M452.2 207.6c0 4.4 6.6 4.4 6.6 0S452.2 203.3 452.2 207.6z M452.2 111.4c0 4.4 6.6 4.4 6.6 0S452.2 107 452.2 111.4z M452.2 135.4c0 4.4 6.6 4.4 6.6 0S452.2 131.1 452.2 135.4z M452.2 87.3c0 4.4 6.6 4.4 6.6 0S452.2 82.9 452.2 87.3z M452.2 448.7c0 4.4 6.6 4.4 6.6 0S452.2 444.4 452.2 448.7z M452.2 159.5c0 4.4 6.6 4.4 6.6 0S452.2 155.1 452.2 159.5z M452.2 231.7c0 4.4 6.6 4.4 6.6 0S452.2 227.3 452.2 231.7z M430.3 303.9c0 4.4 6.6 4.4 6.6 0S430.3 299.5 430.3 303.9z M452.2 279.8c0 4.4 6.6 4.4 6.6 0S452.2 275.4 452.2 279.8z M463.2 219.7c0 4.4 6.6 4.4 6.6 0S463.2 215.3 463.2 219.7z M463.2 267.8c0 4.4 6.6 4.4 6.6 0S463.2 263.4 463.2 267.8z M463.2 243.7c0 4.4 6.6 4.4 6.6 0S463.2 239.4 463.2 243.7z M463.2 195.6c0 4.4 6.6 4.4 6.6 0S463.2 191.2 463.2 195.6z M463.2 340c0 4.4 6.6 4.4 6.6 0S463.2 335.6 463.2 340z M463.2 171.5c0 4.4 6.6 4.4 6.6 0S463.2 167.2 463.2 171.5z M463.2 291.9c0 4.4 6.6 4.4 6.6 0S463.2 287.5 463.2 291.9z M463.2 315.9c0 4.4 6.6 4.4 6.6 0S463.2 311.5 463.2 315.9z M452.2 496.9c0 4.4 6.6 4.4 6.6 0S452.2 492.5 452.2 496.9z M452.2 472.8c0 4.4 6.6 4.4 6.6 0S452.2 468.4 452.2 472.8z M452.2 520.9c0 4.4 6.6 4.4 6.6 0S452.2 516.6 452.2 520.9z M463.2 51.2c0 4.4 6.6 4.4 6.6 0S463.2 46.9 463.2 51.2z M463.2 147.5c0 4.4 6.6 4.4 6.6 0S463.2 143.1 463.2 147.5z M463.2 75.3c0 4.4 6.6 4.4 6.6 0S463.2 70.9 463.2 75.3z M463.2 123.4c0 4.4 6.6 4.4 6.6 0S463.2 119 463.2 123.4z M463.2 99.4c0 4.4 6.6 4.4 6.6 0S463.2 95 463.2 99.4z M452.2 183.6c0 4.4 6.6 4.4 6.6 0S452.2 179.2 452.2 183.6z M441.3 27.2c0 4.4 6.6 4.4 6.6 0S441.3 22.8 441.3 27.2z M441.3 51.2c0 4.4 6.6 4.4 6.6 0S441.3 46.9 441.3 51.2z M441.3 75.3c0 4.4 6.6 4.4 6.6 0S441.3 70.9 441.3 75.3z M430.3 496.9c0 4.4 6.6 4.4 6.6 0S430.3 492.5 430.3 496.9z M441.3 99.4c0 4.4 6.6 4.4 6.6 0S441.3 95 441.3 99.4z M430.3 520.9c0 4.4 6.6 4.4 6.6 0S430.3 516.6 430.3 520.9z M441.3 147.5c0 4.4 6.6 4.4 6.6 0S441.3 143.1 441.3 147.5z M441.3 123.4c0 4.4 6.6 4.4 6.6 0S441.3 119 441.3 123.4z M430.3 400.6c0 4.4 6.6 4.4 6.6 0S430.3 396.2 430.3 400.6z M430.3 352c0 4.4 6.6 4.4 6.6 0S430.3 347.6 430.3 352z M452.2 39.2c0 4.4 6.6 4.4 6.6 0S452.2 34.8 452.2 39.2z M430.3 472.8c0 4.4 6.6 4.4 6.6 0S430.3 468.4 430.3 472.8z M430.3 327.9c0 4.4 6.6 4.4 6.6 0S430.3 323.6 430.3 327.9z M441.3 171.5c0 4.4 6.6 4.4 6.6 0S441.3 167.2 441.3 171.5z M430.3 448.7c0 4.4 6.6 4.4 6.6 0S430.3 444.4 430.3 448.7z M430.3 424.7c0 4.4 6.6 4.4 6.6 0S430.3 420.3 430.3 424.7z M430.3 376.1c0 4.4 6.6 4.4 6.6 0C436.9 371.7 430.3 371.7 430.3 376.1z M441.3 460.8c0 4.4 6.6 4.4 6.6 0S441.3 456.4 441.3 460.8z M441.3 484.8c0 4.4 6.6 4.4 6.6 0S441.3 480.5 441.3 484.8z M441.3 508.9c0 4.4 6.6 4.4 6.6 0S441.3 504.5 441.3 508.9z M441.3 436.7c0 4.4 6.6 4.4 6.6 0S441.3 432.3 441.3 436.7z M441.3 412.7c0 4.4 6.6 4.4 6.6 0S441.3 408.3 441.3 412.7z M455.9 18.4c-0.9-1.9-1.8-3.8-2.7-5.6c-0.6 0.5-1 1.3-1 2.4C452.2 17.5 454.2 18.6 455.9 18.4z M445.7 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C447.8 1.4 446.9 0.4 445.7 0z M441.3 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C447.8 383.7 441.3 383.7 441.3 388.1z M441.3 219.7c0 4.4 6.6 4.4 6.6 0S441.3 215.3 441.3 219.7z M441.3 243.7c0 4.4 6.6 4.4 6.6 0S441.3 239.4 441.3 243.7z M441.3 195.6c0 4.4 6.6 4.4 6.6 0S441.3 191.2 441.3 195.6z M441.3 364c0 4.4 6.6 4.4 6.6 0S441.3 359.7 441.3 364z M441.3 267.8c0 4.4 6.6 4.4 6.6 0S441.3 263.4 441.3 267.8z M441.3 340c0 4.4 6.6 4.4 6.6 0S441.3 335.6 441.3 340z M441.3 315.9c0 4.4 6.6 4.4 6.6 0S441.3 311.5 441.3 315.9z M441.3 291.9c0 4.4 6.6 4.4 6.6 0S441.3 287.5 441.3 291.9z M430.3 39.2c0 4.4 6.6 4.4 6.6 0S430.3 34.8 430.3 39.2z M91.8 123.4c0 4.4 6.6 4.4 6.6 0S91.8 119 91.8 123.4z M80.9 135.4c0 4.4 6.6 4.4 6.6 0S80.9 131.1 80.9 135.4z M80.9 231.7c0 4.4 6.6 4.4 6.6 0S80.9 227.3 80.9 231.7z M80.9 39.2c0 4.4 6.6 4.4 6.6 0S80.9 34.8 80.9 39.2z M80.9 63.3c0 4.4 6.6 4.4 6.6 0S80.9 58.9 80.9 63.3z M80.9 207.6c0 4.4 6.6 4.4 6.6 0S80.9 203.3 80.9 207.6z M80.9 159.5c0 4.4 6.6 4.4 6.6 0S80.9 155.1 80.9 159.5z M80.9 183.6c0 4.4 6.6 4.4 6.6 0S80.9 179.2 80.9 183.6z M80.9 111.4c0 4.4 6.6 4.4 6.6 0S80.9 107 80.9 111.4z M80.9 15.1c0 4.4 6.6 4.4 6.6 0S80.9 10.8 80.9 15.1z M70 508.9c0 4.4 6.6 4.4 6.6 0S70 504.5 70 508.9z M70 460.8c0 4.4 6.6 4.4 6.6 0S70 456.4 70 460.8z M70 412.7c0 4.4 6.6 4.4 6.6 0S70 408.3 70 412.7z M70 436.7c0 4.4 6.6 4.4 6.6 0S70 432.3 70 436.7z M74.4 0h-2.3C70.9 0.4 70 1.4 70 3.1c0 4.4 6.6 4.4 6.6 0C76.5 1.4 75.6 0.4 74.4 0z M70 484.8c0 4.4 6.6 4.4 6.6 0S70 480.5 70 484.8z M70 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C76.5 383.7 70 383.7 70 388.1z M70 364c0 4.4 6.6 4.4 6.6 0S70 359.7 70 364z M80.9 496.9c0 4.4 6.6 4.4 6.6 0S80.9 492.5 80.9 496.9z M80.9 448.7c0 4.4 6.6 4.4 6.6 0S80.9 444.4 80.9 448.7z M80.9 472.8c0 4.4 6.6 4.4 6.6 0S80.9 468.4 80.9 472.8z M91.8 27.2c0 4.4 6.6 4.4 6.6 0S91.8 22.8 91.8 27.2z M80.9 520.9c0 4.4 6.6 4.4 6.6 0S80.9 516.6 80.9 520.9z M91.8 99.4c0 4.4 6.6 4.4 6.6 0S91.8 95 91.8 99.4z M124.7 183.6c0 4.4 6.6 4.4 6.6 0S124.7 179.2 124.7 183.6z M91.8 75.3c0 4.4 6.6 4.4 6.6 0S91.8 70.9 91.8 75.3z M80.9 400.6c0 4.4 6.6 4.4 6.6 0S80.9 396.2 80.9 400.6z M80.9 303.9c0 4.4 6.6 4.4 6.6 0S80.9 299.5 80.9 303.9z M80.9 327.9c0 4.4 6.6 4.4 6.6 0S80.9 323.6 80.9 327.9z M80.9 279.8c0 4.4 6.6 4.4 6.6 0S80.9 275.4 80.9 279.8z M80.9 352c0 4.4 6.6 4.4 6.6 0S80.9 347.6 80.9 352z M80.9 255.8c0 4.4 6.6 4.4 6.6 0S80.9 251.4 80.9 255.8z M80.9 424.7c0 4.4 6.6 4.4 6.6 0S80.9 420.3 80.9 424.7z M80.9 376.1c0 4.4 6.6 4.4 6.6 0C87.5 371.7 80.9 371.7 80.9 376.1z M80.9 87.3c0 4.4 6.6 4.4 6.6 0S80.9 82.9 80.9 87.3z M59 448.7c0 4.4 6.6 4.4 6.6 0S59 444.4 59 448.7z M59 255.8c0 4.4 6.6 4.4 6.6 0S59 251.4 59 255.8z M59 63.3c0 4.4 6.6 4.4 6.6 0S59 58.9 59 63.3z M59 279.8c0 4.4 6.6 4.4 6.6 0S59 275.4 59 279.8z M59 303.9c0 4.4 6.6 4.4 6.6 0S59 299.5 59 303.9z M59 424.7c0 4.4 6.6 4.4 6.6 0S59 420.3 59 424.7z M59 376.1c0 4.4 6.6 4.4 6.6 0C65.6 371.7 59 371.7 59 376.1z M59 400.6c0 4.4 6.6 4.4 6.6 0S59 396.2 59 400.6z M59 327.9c0 4.4 6.6 4.4 6.6 0S59 323.6 59 327.9z M59 135.4c0 4.4 6.6 4.4 6.6 0S59 131.1 59 135.4z M59 111.4c0 4.4 6.6 4.4 6.6 0S59 107 59 111.4z M59 87.3c0 4.4 6.6 4.4 6.6 0S59 82.9 59 87.3z M59 231.7c0 4.4 6.6 4.4 6.6 0S59 227.3 59 231.7z M59 207.6c0 4.4 6.6 4.4 6.6 0S59 203.3 59 207.6z M59 183.6c0 4.4 6.6 4.4 6.6 0S59 179.2 59 183.6z M59 159.5c0 4.4 6.6 4.4 6.6 0S59 155.1 59 159.5z M59 352c0 4.4 6.6 4.4 6.6 0S59 347.6 59 352z M70 195.6c0 4.4 6.6 4.4 6.6 0S70 191.2 70 195.6z M70 147.5c0 4.4 6.6 4.4 6.6 0S70 143.1 70 147.5z M59 472.8c0 4.4 6.6 4.4 6.6 0S59 468.4 59 472.8z M70 171.5c0 4.4 6.6 4.4 6.6 0S70 167.2 70 171.5z M70 243.7c0 4.4 6.6 4.4 6.6 0S70 239.4 70 243.7z M70 267.8c0 4.4 6.6 4.4 6.6 0S70 263.4 70 267.8z M70 315.9c0 4.4 6.6 4.4 6.6 0S70 311.5 70 315.9z M70 291.9c0 4.4 6.6 4.4 6.6 0S70 287.5 70 291.9z M70 219.7c0 4.4 6.6 4.4 6.6 0S70 215.3 70 219.7z M70 27.2c0 4.4 6.6 4.4 6.6 0S70 22.8 70 27.2z M59 496.9c0 4.4 6.6 4.4 6.6 0S59 492.5 59 496.9z M59 520.9c0 4.4 6.6 4.4 6.6 0S59 516.6 59 520.9z M70 51.2c0 4.4 6.6 4.4 6.6 0S70 46.9 70 51.2z M70 99.4c0 4.4 6.6 4.4 6.6 0S70 95 70 99.4z M70 123.4c0 4.4 6.6 4.4 6.6 0S70 119 70 123.4z M70 75.3c0 4.4 6.6 4.4 6.6 0S70 70.9 70 75.3z M70 340c0 4.4 6.6 4.4 6.6 0S70 335.6 70 340z M113.7 171.5c0 4.4 6.6 4.4 6.6 0S113.7 167.2 113.7 171.5z M113.7 195.6c0 4.4 6.6 4.4 6.6 0S113.7 191.2 113.7 195.6z M113.7 147.5c0 4.4 6.6 4.4 6.6 0S113.7 143.1 113.7 147.5z M113.7 219.7c0 4.4 6.6 4.4 6.6 0S113.7 215.3 113.7 219.7z M113.7 291.9c0 4.4 6.6 4.4 6.6 0S113.7 287.5 113.7 291.9z M113.7 123.4c0 4.4 6.6 4.4 6.6 0S113.7 119 113.7 123.4z M113.7 267.8c0 4.4 6.6 4.4 6.6 0S113.7 263.4 113.7 267.8z M113.7 243.7c0 4.4 6.6 4.4 6.6 0S113.7 239.4 113.7 243.7z M113.7 51.2c0 4.4 6.6 4.4 6.6 0S113.7 46.9 113.7 51.2z M102.8 520.9c0 4.4 6.6 4.4 6.6 0S102.8 516.6 102.8 520.9z M102.8 496.9c0 4.4 6.6 4.4 6.6 0S102.8 492.5 102.8 496.9z M113.7 99.4c0 4.4 6.6 4.4 6.6 0S113.7 95 113.7 99.4z M102.8 448.7c0 4.4 6.6 4.4 6.6 0S102.8 444.4 102.8 448.7z M102.8 472.8c0 4.4 6.6 4.4 6.6 0S102.8 468.4 102.8 472.8z M113.7 75.3c0 4.4 6.6 4.4 6.6 0S113.7 70.9 113.7 75.3z M113.7 315.9c0 4.4 6.6 4.4 6.6 0S113.7 311.5 113.7 315.9z M113.7 27.2c0 4.4 6.6 4.4 6.6 0S113.7 22.8 113.7 27.2z M124.7 63.3c0 4.4 6.6 4.4 6.6 0S124.7 58.9 124.7 63.3z M124.7 39.2c0 4.4 6.6 4.4 6.6 0S124.7 34.8 124.7 39.2z M124.7 87.3c0 4.4 6.6 4.4 6.6 0S124.7 82.9 124.7 87.3z M118.1 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C120.3 1.4 119.3 0.4 118.1 0z M124.7 15.1c0 4.4 6.6 4.4 6.6 0S124.7 10.8 124.7 15.1z M91.8 147.5c0 4.4 6.6 4.4 6.6 0S91.8 143.1 91.8 147.5z M124.7 159.5c0 4.4 6.6 4.4 6.6 0S124.7 155.1 124.7 159.5z M124.7 111.4c0 4.4 6.6 4.4 6.6 0S124.7 107 124.7 111.4z M124.7 135.4c0 4.4 6.6 4.4 6.6 0S124.7 131.1 124.7 135.4z M113.7 508.9c0 4.4 6.6 4.4 6.6 0S113.7 504.5 113.7 508.9z M113.7 412.7c0 4.4 6.6 4.4 6.6 0S113.7 408.3 113.7 412.7z M113.7 436.7c0 4.4 6.6 4.4 6.6 0S113.7 432.3 113.7 436.7z M113.7 364c0 4.4 6.6 4.4 6.6 0S113.7 359.7 113.7 364z M113.7 460.8c0 4.4 6.6 4.4 6.6 0S113.7 456.4 113.7 460.8z M113.7 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C120.3 383.7 113.7 383.7 113.7 388.1z M113.7 484.8c0 4.4 6.6 4.4 6.6 0S113.7 480.5 113.7 484.8z M113.7 340c0 4.4 6.6 4.4 6.6 0S113.7 335.6 113.7 340z M102.8 424.7c0 4.4 6.6 4.4 6.6 0S102.8 420.3 102.8 424.7z M96.3 0H94c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C98.4 1.4 97.4 0.4 96.3 0z M91.8 340c0 4.4 6.6 4.4 6.6 0S91.8 335.6 91.8 340z M91.8 412.7c0 4.4 6.6 4.4 6.6 0S91.8 408.3 91.8 412.7z M91.8 364c0 4.4 6.6 4.4 6.6 0S91.8 359.7 91.8 364z M102.8 400.6c0 4.4 6.6 4.4 6.6 0S102.8 396.2 102.8 400.6z M91.8 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C98.4 383.7 91.8 383.7 91.8 388.1z M91.8 508.9c0 4.4 6.6 4.4 6.6 0S91.8 504.5 91.8 508.9z M91.8 484.8c0 4.4 6.6 4.4 6.6 0S91.8 480.5 91.8 484.8z M91.8 436.7c0 4.4 6.6 4.4 6.6 0S91.8 432.3 91.8 436.7z M91.8 219.7c0 4.4 6.6 4.4 6.6 0S91.8 215.3 91.8 219.7z M91.8 315.9c0 4.4 6.6 4.4 6.6 0S91.8 311.5 91.8 315.9z M91.8 171.5c0 4.4 6.6 4.4 6.6 0S91.8 167.2 91.8 171.5z M91.8 195.6c0 4.4 6.6 4.4 6.6 0S91.8 191.2 91.8 195.6z M91.8 291.9c0 4.4 6.6 4.4 6.6 0S91.8 287.5 91.8 291.9z M91.8 243.7c0 4.4 6.6 4.4 6.6 0S91.8 239.4 91.8 243.7z M91.8 267.8c0 4.4 6.6 4.4 6.6 0S91.8 263.4 91.8 267.8z M91.8 460.8c0 4.4 6.6 4.4 6.6 0S91.8 456.4 91.8 460.8z M102.8 15.1c0 4.4 6.6 4.4 6.6 0S102.8 10.8 102.8 15.1z M102.8 303.9c0 4.4 6.6 4.4 6.6 0S102.8 299.5 102.8 303.9z M102.8 255.8c0 4.4 6.6 4.4 6.6 0S102.8 251.4 102.8 255.8z M102.8 231.7c0 4.4 6.6 4.4 6.6 0S102.8 227.3 102.8 231.7z M102.8 376.1c0 4.4 6.6 4.4 6.6 0C109.3 371.7 102.8 371.7 102.8 376.1z M102.8 207.6c0 4.4 6.6 4.4 6.6 0S102.8 203.3 102.8 207.6z M102.8 327.9c0 4.4 6.6 4.4 6.6 0S102.8 323.6 102.8 327.9z M102.8 352c0 4.4 6.6 4.4 6.6 0S102.8 347.6 102.8 352z M102.8 279.8c0 4.4 6.6 4.4 6.6 0S102.8 275.4 102.8 279.8z M102.8 63.3c0 4.4 6.6 4.4 6.6 0S102.8 58.9 102.8 63.3z M102.8 87.3c0 4.4 6.6 4.4 6.6 0S102.8 82.9 102.8 87.3z M102.8 39.2c0 4.4 6.6 4.4 6.6 0S102.8 34.8 102.8 39.2z M102.8 183.6c0 4.4 6.6 4.4 6.6 0S102.8 179.2 102.8 183.6z M102.8 111.4c0 4.4 6.6 4.4 6.6 0S102.8 107 102.8 111.4z M102.8 159.5c0 4.4 6.6 4.4 6.6 0S102.8 155.1 102.8 159.5z M102.8 135.4c0 4.4 6.6 4.4 6.6 0S102.8 131.1 102.8 135.4z M91.8 51.2c0 4.4 6.6 4.4 6.6 0S91.8 46.9 91.8 51.2z M8.8 0H6.5C5.3 0.4 4.3 1.4 4.3 3.1c0 4.4 6.6 4.4 6.6 0C10.9 1.4 9.9 0.4 8.8 0z M4.3 484.8c0 4.4 6.6 4.4 6.6 0S4.3 480.5 4.3 484.8z M4.3 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C10.9 383.7 4.3 383.7 4.3 388.1z M4.3 508.9c0 4.4 6.6 4.4 6.6 0S4.3 504.5 4.3 508.9z M15.3 15.1c0 4.4 6.6 4.4 6.6 0S15.3 10.8 15.3 15.1z M15.3 63.3c0 4.4 6.6 4.4 6.6 0S15.3 58.9 15.3 63.3z M15.3 39.2c0 4.4 6.6 4.4 6.6 0S15.3 34.8 15.3 39.2z M4.3 460.8c0 4.4 6.6 4.4 6.6 0S4.3 456.4 4.3 460.8z M15.3 87.3c0 4.4 6.6 4.4 6.6 0S15.3 82.9 15.3 87.3z M4.3 315.9c0 4.4 6.6 4.4 6.6 0S4.3 311.5 4.3 315.9z M4.3 219.7c0 4.4 6.6 4.4 6.6 0S4.3 215.3 4.3 219.7z M4.3 267.8c0 4.4 6.6 4.4 6.6 0S4.3 263.4 4.3 267.8z M4.3 243.7c0 4.4 6.6 4.4 6.6 0S4.3 239.4 4.3 243.7z M4.3 291.9c0 4.4 6.6 4.4 6.6 0S4.3 287.5 4.3 291.9z M4.3 340c0 4.4 6.6 4.4 6.6 0S4.3 335.6 4.3 340z M4.3 412.7c0 4.4 6.6 4.4 6.6 0S4.3 408.3 4.3 412.7z M4.3 364c0 4.4 6.6 4.4 6.6 0S4.3 359.7 4.3 364z M4.3 436.7c0 4.4 6.6 4.4 6.6 0S4.3 432.3 4.3 436.7z M15.3 352c0 4.4 6.6 4.4 6.6 0S15.3 347.6 15.3 352z M15.3 376.1c0 4.4 6.6 4.4 6.6 0C21.8 371.7 15.3 371.7 15.3 376.1z M15.3 400.6c0 4.4 6.6 4.4 6.6 0S15.3 396.2 15.3 400.6z M15.3 303.9c0 4.4 6.6 4.4 6.6 0S15.3 299.5 15.3 303.9z M15.3 111.4c0 4.4 6.6 4.4 6.6 0S15.3 107 15.3 111.4z M15.3 472.8c0 4.4 6.6 4.4 6.6 0S15.3 468.4 15.3 472.8z M15.3 448.7c0 4.4 6.6 4.4 6.6 0S15.3 444.4 15.3 448.7z M15.3 424.7c0 4.4 6.6 4.4 6.6 0S15.3 420.3 15.3 424.7z M59 39.2c0 4.4 6.6 4.4 6.6 0S59 34.8 59 39.2z M15.3 159.5c0 4.4 6.6 4.4 6.6 0S15.3 155.1 15.3 159.5z M15.3 279.8c0 4.4 6.6 4.4 6.6 0S15.3 275.4 15.3 279.8z M15.3 135.4c0 4.4 6.6 4.4 6.6 0S15.3 131.1 15.3 135.4z M15.3 183.6c0 4.4 6.6 4.4 6.6 0S15.3 179.2 15.3 183.6z M15.3 207.6c0 4.4 6.6 4.4 6.6 0S15.3 203.3 15.3 207.6z M15.3 255.8c0 4.4 6.6 4.4 6.6 0S15.3 251.4 15.3 255.8z M15.3 231.7c0 4.4 6.6 4.4 6.6 0S15.3 227.3 15.3 231.7z M15.3 327.9c0 4.4 6.6 4.4 6.6 0S15.3 323.6 15.3 327.9z M397.5 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C404.1 528.6 397.5 528.6 397.5 533z M353.8 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C360.3 528.6 353.8 528.6 353.8 533z M222.5 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C229.1 528.6 222.5 528.6 222.5 533z M375.7 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C382.2 528.6 375.7 528.6 375.7 533z M310 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C316.6 528.6 310 528.6 310 533z M288.2 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C294.7 528.6 288.2 528.6 288.2 533z M244.4 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C251 528.6 244.4 528.6 244.4 533z M266.3 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C272.8 528.6 266.3 528.6 266.3 533z M331.9 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C338.5 528.6 331.9 528.6 331.9 533z M528.8 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C535.3 528.6 528.8 528.6 528.8 533z M550.7 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C557.2 528.6 550.7 528.6 550.7 533z M506.9 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C513.5 528.6 506.9 528.6 506.9 533z M463.2 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C469.7 528.6 463.2 528.6 463.2 533z M441.3 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C447.8 528.6 441.3 528.6 441.3 533z M4.3 195.6c0 4.4 6.6 4.4 6.6 0S4.3 191.2 4.3 195.6z M419.4 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C426 528.6 419.4 528.6 419.4 533z M485 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C491.6 528.6 485 528.6 485 533z M4.3 99.4c0 4.4 6.6 4.4 6.6 0S4.3 95 4.3 99.4z M4.3 51.2c0 4.4 6.6 4.4 6.6 0S4.3 46.9 4.3 51.2z M4.3 75.3c0 4.4 6.6 4.4 6.6 0S4.3 70.9 4.3 75.3z M4.3 27.2c0 4.4 6.6 4.4 6.6 0S4.3 22.8 4.3 27.2z M4.3 123.4c0 4.4 6.6 4.4 6.6 0S4.3 119 4.3 123.4z M4.3 171.5c0 4.4 6.6 4.4 6.6 0S4.3 167.2 4.3 171.5z M26.2 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C32.8 528.6 26.2 528.6 26.2 533z M4.3 147.5c0 4.4 6.6 4.4 6.6 0S4.3 143.1 4.3 147.5z M113.7 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C120.3 528.6 113.7 528.6 113.7 533z M156.9 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C163.5 528.6 156.9 528.6 156.9 533z M178.8 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C185.3 528.6 178.8 528.6 178.8 533z M138.6 529.7c-1.7-0.1-3.6 0.9-3.6 3.3c0 1.1 0.4 1.9 1.1 2.5h5c0.6-0.5 1.1-1.4 1.1-2.5C142.2 530.7 140.3 529.6 138.6 529.7z M70 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C76.5 528.6 70 528.6 70 533z M200.7 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C207.2 528.6 200.7 528.6 200.7 533z M48.1 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C54.7 528.6 48.1 528.6 48.1 533z M91.8 533c0 1.1 0.4 1.9 1.1 2.5h4.4c0.6-0.5 1.1-1.4 1.1-2.5C98.4 528.6 91.8 528.6 91.8 533z M15.3 520.9c0 4.4 6.6 4.4 6.6 0S15.3 516.6 15.3 520.9z M37.2 520.9c0 4.4 6.6 4.4 6.6 0S37.2 516.6 37.2 520.9z M48.1 51.2c0 4.4 6.6 4.4 6.6 0S48.1 46.9 48.1 51.2z M48.1 171.5c0 4.4 6.6 4.4 6.6 0S48.1 167.2 48.1 171.5z M37.2 496.9c0 4.4 6.6 4.4 6.6 0S37.2 492.5 37.2 496.9z M48.1 27.2c0 4.4 6.6 4.4 6.6 0S48.1 22.8 48.1 27.2z M48.1 147.5c0 4.4 6.6 4.4 6.6 0S48.1 143.1 48.1 147.5z M48.1 123.4c0 4.4 6.6 4.4 6.6 0S48.1 119 48.1 123.4z M48.1 99.4c0 4.4 6.6 4.4 6.6 0S48.1 95 48.1 99.4z M48.1 75.3c0 4.4 6.6 4.4 6.6 0S48.1 70.9 48.1 75.3z M37.2 352c0 4.4 6.6 4.4 6.6 0S37.2 347.6 37.2 352z M37.2 376.1c0 4.4 6.6 4.4 6.6 0C43.7 371.7 37.2 371.7 37.2 376.1z M37.2 279.8c0 4.4 6.6 4.4 6.6 0S37.2 275.4 37.2 279.8z M37.2 303.9c0 4.4 6.6 4.4 6.6 0S37.2 299.5 37.2 303.9z M37.2 327.9c0 4.4 6.6 4.4 6.6 0S37.2 323.6 37.2 327.9z M37.2 400.6c0 4.4 6.6 4.4 6.6 0S37.2 396.2 37.2 400.6z M37.2 448.7c0 4.4 6.6 4.4 6.6 0S37.2 444.4 37.2 448.7z M37.2 424.7c0 4.4 6.6 4.4 6.6 0S37.2 420.3 37.2 424.7z M37.2 472.8c0 4.4 6.6 4.4 6.6 0S37.2 468.4 37.2 472.8z M48.1 508.9c0 4.4 6.6 4.4 6.6 0S48.1 504.5 48.1 508.9z M48.1 484.8c0 4.4 6.6 4.4 6.6 0S48.1 480.5 48.1 484.8z M48.1 460.8c0 4.4 6.6 4.4 6.6 0S48.1 456.4 48.1 460.8z M48.1 436.7c0 4.4 6.6 4.4 6.6 0S48.1 432.3 48.1 436.7z M48.1 412.7c0 4.4 6.6 4.4 6.6 0S48.1 408.3 48.1 412.7z M48.1 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C54.7 383.7 48.1 383.7 48.1 388.1z M59 15.1c0 4.4 6.6 4.4 6.6 0S59 10.8 59 15.1z M52.5 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C54.7 1.4 53.7 0.4 52.5 0z M48.1 364c0 4.4 6.6 4.4 6.6 0S48.1 359.7 48.1 364z M48.1 195.6c0 4.4 6.6 4.4 6.6 0S48.1 191.2 48.1 195.6z M48.1 219.7c0 4.4 6.6 4.4 6.6 0S48.1 215.3 48.1 219.7z M48.1 267.8c0 4.4 6.6 4.4 6.6 0S48.1 263.4 48.1 267.8z M48.1 243.7c0 4.4 6.6 4.4 6.6 0S48.1 239.4 48.1 243.7z M15.3 496.9c0 4.4 6.6 4.4 6.6 0S15.3 492.5 15.3 496.9z M48.1 291.9c0 4.4 6.6 4.4 6.6 0S48.1 287.5 48.1 291.9z M48.1 315.9c0 4.4 6.6 4.4 6.6 0S48.1 311.5 48.1 315.9z M48.1 340c0 4.4 6.6 4.4 6.6 0S48.1 335.6 48.1 340z M26.2 291.9c0 4.4 6.6 4.4 6.6 0S26.2 287.5 26.2 291.9z M26.2 267.8c0 4.4 6.6 4.4 6.6 0S26.2 263.4 26.2 267.8z M26.2 243.7c0 4.4 6.6 4.4 6.6 0S26.2 239.4 26.2 243.7z M26.2 219.7c0 4.4 6.6 4.4 6.6 0S26.2 215.3 26.2 219.7z M26.2 340c0 4.4 6.6 4.4 6.6 0S26.2 335.6 26.2 340z M26.2 315.9c0 4.4 6.6 4.4 6.6 0S26.2 311.5 26.2 315.9z M26.2 364c0 4.4 6.6 4.4 6.6 0S26.2 359.7 26.2 364z M26.2 195.6c0 4.4 6.6 4.4 6.6 0S26.2 191.2 26.2 195.6z M26.2 147.5c0 4.4 6.6 4.4 6.6 0S26.2 143.1 26.2 147.5z M26.2 51.2c0 4.4 6.6 4.4 6.6 0S26.2 46.9 26.2 51.2z M26.2 75.3c0 4.4 6.6 4.4 6.6 0S26.2 70.9 26.2 75.3z M37.2 255.8c0 4.4 6.6 4.4 6.6 0S37.2 251.4 37.2 255.8z M26.2 27.2c0 4.4 6.6 4.4 6.6 0S26.2 22.8 26.2 27.2z M26.2 412.7c0 4.4 6.6 4.4 6.6 0S26.2 408.3 26.2 412.7z M26.2 99.4c0 4.4 6.6 4.4 6.6 0S26.2 95 26.2 99.4z M26.2 123.4c0 4.4 6.6 4.4 6.6 0S26.2 119 26.2 123.4z M26.2 171.5c0 4.4 6.6 4.4 6.6 0S26.2 167.2 26.2 171.5z M37.2 63.3c0 4.4 6.6 4.4 6.6 0S37.2 58.9 37.2 63.3z M37.2 135.4c0 4.4 6.6 4.4 6.6 0S37.2 131.1 37.2 135.4z M37.2 159.5c0 4.4 6.6 4.4 6.6 0S37.2 155.1 37.2 159.5z M37.2 87.3c0 4.4 6.6 4.4 6.6 0S37.2 82.9 37.2 87.3z M37.2 111.4c0 4.4 6.6 4.4 6.6 0S37.2 107 37.2 111.4z M37.2 183.6c0 4.4 6.6 4.4 6.6 0S37.2 179.2 37.2 183.6z M37.2 231.7c0 4.4 6.6 4.4 6.6 0S37.2 227.3 37.2 231.7z M26.2 436.7c0 4.4 6.6 4.4 6.6 0S26.2 432.3 26.2 436.7z M37.2 207.6c0 4.4 6.6 4.4 6.6 0S37.2 203.3 37.2 207.6z M26.2 484.8c0 4.4 6.6 4.4 6.6 0S26.2 480.5 26.2 484.8z M26.2 508.9c0 4.4 6.6 4.4 6.6 0S26.2 504.5 26.2 508.9z M26.2 460.8c0 4.4 6.6 4.4 6.6 0S26.2 456.4 26.2 460.8z M30.6 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C32.8 1.4 31.8 0.4 30.6 0z M37.2 15.1c0 4.4 6.6 4.4 6.6 0S37.2 10.8 37.2 15.1z M37.2 39.2c0 4.4 6.6 4.4 6.6 0S37.2 34.8 37.2 39.2z M26.2 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C32.8 383.7 26.2 383.7 26.2 388.1z M140 0h-2.7C136 0.4 135 1.4 135 3.1c0 2.3 1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3C142.2 1.4 141.2 0.4 140 0z M211.6 400.6c0 4.4 6.6 4.4 6.6 0S211.6 396.2 211.6 400.6z M211.6 352c0 4.4 6.6 4.4 6.6 0S211.6 347.6 211.6 352z M211.6 376.1c0 4.4 6.6 4.4 6.6 0C218.2 371.7 211.6 371.7 211.6 376.1z M211.6 327.9c0 4.4 6.6 4.4 6.6 0S211.6 323.6 211.6 327.9z M211.6 303.9c0 4.4 6.6 4.4 6.6 0S211.6 299.5 211.6 303.9z M211.6 520.9c0 4.4 6.6 4.4 6.6 0S211.6 516.6 211.6 520.9z M211.6 472.8c0 4.4 6.6 4.4 6.6 0S211.6 468.4 211.6 472.8z M211.6 448.7c0 4.4 6.6 4.4 6.6 0S211.6 444.4 211.6 448.7z M211.6 424.7c0 4.4 6.6 4.4 6.6 0S211.6 420.3 211.6 424.7z M222.5 412.7c0 4.4 6.6 4.4 6.6 0S222.5 408.3 222.5 412.7z M211.6 135.4c0 4.4 6.6 4.4 6.6 0S211.6 131.1 211.6 135.4z M211.6 183.6c0 4.4 6.6 4.4 6.6 0S211.6 179.2 211.6 183.6z M211.6 111.4c0 4.4 6.6 4.4 6.6 0S211.6 107 211.6 111.4z M211.6 255.8c0 4.4 6.6 4.4 6.6 0S211.6 251.4 211.6 255.8z M211.6 279.8c0 4.4 6.6 4.4 6.6 0S211.6 275.4 211.6 279.8z M211.6 231.7c0 4.4 6.6 4.4 6.6 0S211.6 227.3 211.6 231.7z M211.6 207.6c0 4.4 6.6 4.4 6.6 0S211.6 203.3 211.6 207.6z M222.5 171.5c0 4.4 6.6 4.4 6.6 0S222.5 167.2 222.5 171.5z M222.5 243.7c0 4.4 6.6 4.4 6.6 0S222.5 239.4 222.5 243.7z M222.5 267.8c0 4.4 6.6 4.4 6.6 0S222.5 263.4 222.5 267.8z M222.5 219.7c0 4.4 6.6 4.4 6.6 0S222.5 215.3 222.5 219.7z M222.5 291.9c0 4.4 6.6 4.4 6.6 0S222.5 287.5 222.5 291.9z M222.5 195.6c0 4.4 6.6 4.4 6.6 0S222.5 191.2 222.5 195.6z M222.5 364c0 4.4 6.6 4.4 6.6 0S222.5 359.7 222.5 364z M222.5 315.9c0 4.4 6.6 4.4 6.6 0S222.5 311.5 222.5 315.9z M222.5 340c0 4.4 6.6 4.4 6.6 0S222.5 335.6 222.5 340z M222.5 99.4c0 4.4 6.6 4.4 6.6 0S222.5 95 222.5 99.4z M222.5 75.3c0 4.4 6.6 4.4 6.6 0S222.5 70.9 222.5 75.3z M211.6 87.3c0 4.4 6.6 4.4 6.6 0S211.6 82.9 211.6 87.3z M222.5 27.2c0 4.4 6.6 4.4 6.6 0S222.5 22.8 222.5 27.2z M222.5 51.2c0 4.4 6.6 4.4 6.6 0S222.5 46.9 222.5 51.2z M211.6 496.9c0 4.4 6.6 4.4 6.6 0S211.6 492.5 211.6 496.9z M222.5 147.5c0 4.4 6.6 4.4 6.6 0S222.5 143.1 222.5 147.5z M222.5 123.4c0 4.4 6.6 4.4 6.6 0S222.5 119 222.5 123.4z M211.6 159.5c0 4.4 6.6 4.4 6.6 0S211.6 155.1 211.6 159.5z M200.7 75.3c0 4.4 6.6 4.4 6.6 0S200.7 70.9 200.7 75.3z M200.7 51.2c0 4.4 6.6 4.4 6.6 0S200.7 46.9 200.7 51.2z M200.7 99.4c0 4.4 6.6 4.4 6.6 0S200.7 95 200.7 99.4z M189.7 496.9c0 4.4 6.6 4.4 6.6 0S189.7 492.5 189.7 496.9z M200.7 27.2c0 4.4 6.6 4.4 6.6 0S200.7 22.8 200.7 27.2z M200.7 171.5c0 4.4 6.6 4.4 6.6 0S200.7 167.2 200.7 171.5z M200.7 147.5c0 4.4 6.6 4.4 6.6 0S200.7 143.1 200.7 147.5z M200.7 123.4c0 4.4 6.6 4.4 6.6 0S200.7 119 200.7 123.4z M189.7 472.8c0 4.4 6.6 4.4 6.6 0S189.7 468.4 189.7 472.8z M189.7 520.9c0 4.4 6.6 4.4 6.6 0S189.7 516.6 189.7 520.9z M189.7 352c0 4.4 6.6 4.4 6.6 0S189.7 347.6 189.7 352z M189.7 400.6c0 4.4 6.6 4.4 6.6 0S189.7 396.2 189.7 400.6z M189.7 376.1c0 4.4 6.6 4.4 6.6 0C196.3 371.7 189.7 371.7 189.7 376.1z M189.7 424.7c0 4.4 6.6 4.4 6.6 0S189.7 420.3 189.7 424.7z M200.7 195.6c0 4.4 6.6 4.4 6.6 0S200.7 191.2 200.7 195.6z M189.7 448.7c0 4.4 6.6 4.4 6.6 0S189.7 444.4 189.7 448.7z M200.7 243.7c0 4.4 6.6 4.4 6.6 0S200.7 239.4 200.7 243.7z M189.7 327.9c0 4.4 6.6 4.4 6.6 0S189.7 323.6 189.7 327.9z M200.7 484.8c0 4.4 6.6 4.4 6.6 0S200.7 480.5 200.7 484.8z M200.7 508.9c0 4.4 6.6 4.4 6.6 0S200.7 504.5 200.7 508.9z M200.7 436.7c0 4.4 6.6 4.4 6.6 0S200.7 432.3 200.7 436.7z M200.7 460.8c0 4.4 6.6 4.4 6.6 0S200.7 456.4 200.7 460.8z M211.6 39.2c0 4.4 6.6 4.4 6.6 0S211.6 34.8 211.6 39.2z M211.6 15.1c0 4.4 6.6 4.4 6.6 0S211.6 10.8 211.6 15.1z M205.1 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C207.2 1.4 206.3 0.4 205.1 0z M200.7 412.7c0 4.4 6.6 4.4 6.6 0S200.7 408.3 200.7 412.7z M200.7 291.9c0 4.4 6.6 4.4 6.6 0S200.7 287.5 200.7 291.9z M200.7 267.8c0 4.4 6.6 4.4 6.6 0S200.7 263.4 200.7 267.8z M211.6 63.3c0 4.4 6.6 4.4 6.6 0S211.6 58.9 211.6 63.3z M200.7 219.7c0 4.4 6.6 4.4 6.6 0S200.7 215.3 200.7 219.7z M200.7 364c0 4.4 6.6 4.4 6.6 0S200.7 359.7 200.7 364z M200.7 340c0 4.4 6.6 4.4 6.6 0S200.7 335.6 200.7 340z M200.7 315.9c0 4.4 6.6 4.4 6.6 0S200.7 311.5 200.7 315.9z M200.7 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C207.2 383.7 200.7 383.7 200.7 388.1z M244.4 412.7c0 4.4 6.6 4.4 6.6 0S244.4 408.3 244.4 412.7z M244.4 460.8c0 4.4 6.6 4.4 6.6 0S244.4 456.4 244.4 460.8z M244.4 171.5c0 4.4 6.6 4.4 6.6 0S244.4 167.2 244.4 171.5z M244.4 436.7c0 4.4 6.6 4.4 6.6 0S244.4 432.3 244.4 436.7z M244.4 508.9c0 4.4 6.6 4.4 6.6 0S244.4 504.5 244.4 508.9z M255.3 15.1c0 4.4 6.6 4.4 6.6 0S255.3 10.8 255.3 15.1z M248.8 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C251 1.4 250 0.4 248.8 0z M244.4 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C251 383.7 244.4 383.7 244.4 388.1z M244.4 484.8c0 4.4 6.6 4.4 6.6 0S244.4 480.5 244.4 484.8z M244.4 243.7c0 4.4 6.6 4.4 6.6 0S244.4 239.4 244.4 243.7z M244.4 219.7c0 4.4 6.6 4.4 6.6 0S244.4 215.3 244.4 219.7z M244.4 267.8c0 4.4 6.6 4.4 6.6 0S244.4 263.4 244.4 267.8z M244.4 195.6c0 4.4 6.6 4.4 6.6 0S244.4 191.2 244.4 195.6z M244.4 340c0 4.4 6.6 4.4 6.6 0S244.4 335.6 244.4 340z M244.4 291.9c0 4.4 6.6 4.4 6.6 0S244.4 287.5 244.4 291.9z M244.4 364c0 4.4 6.6 4.4 6.6 0S244.4 359.7 244.4 364z M244.4 315.9c0 4.4 6.6 4.4 6.6 0S244.4 311.5 244.4 315.9z M255.3 39.2c0 4.4 6.6 4.4 6.6 0S255.3 34.8 255.3 39.2z M255.3 303.9c0 4.4 6.6 4.4 6.6 0S255.3 299.5 255.3 303.9z M255.3 327.9c0 4.4 6.6 4.4 6.6 0S255.3 323.6 255.3 327.9z M255.3 352c0 4.4 6.6 4.4 6.6 0S255.3 347.6 255.3 352z M255.3 279.8c0 4.4 6.6 4.4 6.6 0S255.3 275.4 255.3 279.8z M255.3 376.1c0 4.4 6.6 4.4 6.6 0C261.9 371.7 255.3 371.7 255.3 376.1z M255.3 255.8c0 4.4 6.6 4.4 6.6 0S255.3 251.4 255.3 255.8z M255.3 424.7c0 4.4 6.6 4.4 6.6 0S255.3 420.3 255.3 424.7z M255.3 400.6c0 4.4 6.6 4.4 6.6 0S255.3 396.2 255.3 400.6z M255.3 207.6c0 4.4 6.6 4.4 6.6 0S255.3 203.3 255.3 207.6z M255.3 111.4c0 4.4 6.6 4.4 6.6 0S255.3 107 255.3 111.4z M255.3 87.3c0 4.4 6.6 4.4 6.6 0S255.3 82.9 255.3 87.3z M255.3 135.4c0 4.4 6.6 4.4 6.6 0S255.3 131.1 255.3 135.4z M255.3 183.6c0 4.4 6.6 4.4 6.6 0S255.3 179.2 255.3 183.6z M255.3 63.3c0 4.4 6.6 4.4 6.6 0S255.3 58.9 255.3 63.3z M255.3 159.5c0 4.4 6.6 4.4 6.6 0S255.3 155.1 255.3 159.5z M255.3 231.7c0 4.4 6.6 4.4 6.6 0S255.3 227.3 255.3 231.7z M233.5 63.3c0 4.4 6.6 4.4 6.6 0S233.5 58.9 233.5 63.3z M233.5 159.5c0 4.4 6.6 4.4 6.6 0S233.5 155.1 233.5 159.5z M233.5 111.4c0 4.4 6.6 4.4 6.6 0S233.5 107 233.5 111.4z M233.5 135.4c0 4.4 6.6 4.4 6.6 0S233.5 131.1 233.5 135.4z M222.5 436.7c0 4.4 6.6 4.4 6.6 0S222.5 432.3 222.5 436.7z M233.5 87.3c0 4.4 6.6 4.4 6.6 0S233.5 82.9 233.5 87.3z M233.5 231.7c0 4.4 6.6 4.4 6.6 0S233.5 227.3 233.5 231.7z M233.5 207.6c0 4.4 6.6 4.4 6.6 0S233.5 203.3 233.5 207.6z M233.5 183.6c0 4.4 6.6 4.4 6.6 0S233.5 179.2 233.5 183.6z M226.9 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C229.1 1.4 228.1 0.4 226.9 0z M222.5 508.9c0 4.4 6.6 4.4 6.6 0S222.5 504.5 222.5 508.9z M222.5 484.8c0 4.4 6.6 4.4 6.6 0S222.5 480.5 222.5 484.8z M222.5 460.8c0 4.4 6.6 4.4 6.6 0S222.5 456.4 222.5 460.8z M222.5 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C229.1 383.7 222.5 383.7 222.5 388.1z M233.5 15.1c0 4.4 6.6 4.4 6.6 0S233.5 10.8 233.5 15.1z M233.5 255.8c0 4.4 6.6 4.4 6.6 0S233.5 251.4 233.5 255.8z M244.4 147.5c0 4.4 6.6 4.4 6.6 0S244.4 143.1 244.4 147.5z M233.5 39.2c0 4.4 6.6 4.4 6.6 0S233.5 34.8 233.5 39.2z M233.5 496.9c0 4.4 6.6 4.4 6.6 0S233.5 492.5 233.5 496.9z M244.4 27.2c0 4.4 6.6 4.4 6.6 0S244.4 22.8 244.4 27.2z M233.5 520.9c0 4.4 6.6 4.4 6.6 0S233.5 516.6 233.5 520.9z M233.5 279.8c0 4.4 6.6 4.4 6.6 0S233.5 275.4 233.5 279.8z M233.5 472.8c0 4.4 6.6 4.4 6.6 0S233.5 468.4 233.5 472.8z M244.4 75.3c0 4.4 6.6 4.4 6.6 0S244.4 70.9 244.4 75.3z M244.4 123.4c0 4.4 6.6 4.4 6.6 0S244.4 119 244.4 123.4z M244.4 99.4c0 4.4 6.6 4.4 6.6 0S244.4 95 244.4 99.4z M244.4 51.2c0 4.4 6.6 4.4 6.6 0S244.4 46.9 244.4 51.2z M233.5 448.7c0 4.4 6.6 4.4 6.6 0S233.5 444.4 233.5 448.7z M233.5 303.9c0 4.4 6.6 4.4 6.6 0S233.5 299.5 233.5 303.9z M233.5 352c0 4.4 6.6 4.4 6.6 0S233.5 347.6 233.5 352z M233.5 327.9c0 4.4 6.6 4.4 6.6 0S233.5 323.6 233.5 327.9z M233.5 424.7c0 4.4 6.6 4.4 6.6 0S233.5 420.3 233.5 424.7z M233.5 400.6c0 4.4 6.6 4.4 6.6 0S233.5 396.2 233.5 400.6z M233.5 376.1c0 4.4 6.6 4.4 6.6 0C240 371.7 233.5 371.7 233.5 376.1z M138.6 120.2c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 120 138.6 120.2z M146 231.7c0 4.4 6.6 4.4 6.6 0S146 227.3 146 231.7z M146 255.8c0 4.4 6.6 4.4 6.6 0S146 251.4 146 255.8z M146 207.6c0 4.4 6.6 4.4 6.6 0S146 203.3 146 207.6z M146 279.8c0 4.4 6.6 4.4 6.6 0S146 275.4 146 279.8z M146 303.9c0 4.4 6.6 4.4 6.6 0S146 299.5 146 303.9z M146 352c0 4.4 6.6 4.4 6.6 0S146 347.6 146 352z M138.6 384.8c-1.7-0.1-3.6 0.9-3.6 3.3c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 2.3 1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C142.2 385.8 140.3 384.7 138.6 384.8z M156.9 267.8c0 4.4 6.6 4.4 6.6 0S156.9 263.4 156.9 267.8z M146 63.3c0 4.4 6.6 4.4 6.6 0S146 58.9 146 63.3z M146 376.1c0 4.4 6.6 4.4 6.6 0C152.5 371.7 146 371.7 146 376.1z M146 39.2c0 4.4 6.6 4.4 6.6 0S146 34.8 146 39.2z M146 15.1c0 4.4 6.6 4.4 6.6 0S146 10.8 146 15.1z M146 159.5c0 4.4 6.6 4.4 6.6 0S146 155.1 146 159.5z M255.3 448.7c0 4.4 6.6 4.4 6.6 0S255.3 444.4 255.3 448.7z M146 87.3c0 4.4 6.6 4.4 6.6 0S146 82.9 146 87.3z M146 135.4c0 4.4 6.6 4.4 6.6 0S146 131.1 146 135.4z M146 111.4c0 4.4 6.6 4.4 6.6 0S146 107 146 111.4z M146 327.9c0 4.4 6.6 4.4 6.6 0S146 323.6 146 327.9z M156.9 123.4c0 4.4 6.6 4.4 6.6 0S156.9 119 156.9 123.4z M156.9 147.5c0 4.4 6.6 4.4 6.6 0S156.9 143.1 156.9 147.5z M156.9 171.5c0 4.4 6.6 4.4 6.6 0S156.9 167.2 156.9 171.5z M156.9 99.4c0 4.4 6.6 4.4 6.6 0S156.9 95 156.9 99.4z M156.9 243.7c0 4.4 6.6 4.4 6.6 0S156.9 239.4 156.9 243.7z M156.9 195.6c0 4.4 6.6 4.4 6.6 0S156.9 191.2 156.9 195.6z M156.9 75.3c0 4.4 6.6 4.4 6.6 0S156.9 70.9 156.9 75.3z M156.9 219.7c0 4.4 6.6 4.4 6.6 0S156.9 215.3 156.9 219.7z M156.9 27.2c0 4.4 6.6 4.4 6.6 0S156.9 22.8 156.9 27.2z M156.9 51.2c0 4.4 6.6 4.4 6.6 0S156.9 46.9 156.9 51.2z M146 472.8c0 4.4 6.6 4.4 6.6 0S146 468.4 146 472.8z M146 424.7c0 4.4 6.6 4.4 6.6 0S146 420.3 146 424.7z M146 448.7c0 4.4 6.6 4.4 6.6 0S146 444.4 146 448.7z M146 520.9c0 4.4 6.6 4.4 6.6 0S146 516.6 146 520.9z M146 400.6c0 4.4 6.6 4.4 6.6 0S146 396.2 146 400.6z M146 496.9c0 4.4 6.6 4.4 6.6 0S146 492.5 146 496.9z M146 183.6c0 4.4 6.6 4.4 6.6 0S146 179.2 146 183.6z M124.7 448.7c0 4.4 6.6 4.4 6.6 0S124.7 444.4 124.7 448.7z M124.7 472.8c0 4.4 6.6 4.4 6.6 0S124.7 468.4 124.7 472.8z M124.7 400.6c0 4.4 6.6 4.4 6.6 0S124.7 396.2 124.7 400.6z M124.7 424.7c0 4.4 6.6 4.4 6.6 0S124.7 420.3 124.7 424.7z M138.6 72c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 71.9 138.6 72z M138.6 48c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 47.8 138.6 48z M124.7 496.9c0 4.4 6.6 4.4 6.6 0S124.7 492.5 124.7 496.9z M138.6 23.9c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 23.8 138.6 23.9z M124.7 520.9c0 4.4 6.6 4.4 6.6 0S124.7 516.6 124.7 520.9z M124.7 376.1c0 4.4 6.6 4.4 6.6 0C131.2 371.7 124.7 371.7 124.7 376.1z M124.7 279.8c0 4.4 6.6 4.4 6.6 0S124.7 275.4 124.7 279.8z M124.7 231.7c0 4.4 6.6 4.4 6.6 0S124.7 227.3 124.7 231.7z M124.7 255.8c0 4.4 6.6 4.4 6.6 0S124.7 251.4 124.7 255.8z M124.7 352c0 4.4 6.6 4.4 6.6 0S124.7 347.6 124.7 352z M124.7 303.9c0 4.4 6.6 4.4 6.6 0S124.7 299.5 124.7 303.9z M124.7 327.9c0 4.4 6.6 4.4 6.6 0S124.7 323.6 124.7 327.9z M138.6 288.6c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 288.5 138.6 288.6z M138.6 360.8c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 360.6 138.6 360.8z M138.6 336.7c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 336.6 138.6 336.7z M138.6 409.4c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 409.3 138.6 409.4z M138.6 312.7c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 312.5 138.6 312.7z M138.6 505.6c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 505.5 138.6 505.6z M138.6 481.6c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 481.4 138.6 481.6z M138.6 433.5c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 433.3 138.6 433.5z M138.6 457.5c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 457.4 138.6 457.5z M138.6 192.3c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 192.2 138.6 192.3z M138.6 144.2c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 144.1 138.6 144.2z M124.7 207.6c0 4.4 6.6 4.4 6.6 0S124.7 203.3 124.7 207.6z M138.6 264.5c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 264.4 138.6 264.5z M138.6 168.3c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 168.1 138.6 168.3z M138.6 240.5c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 240.3 138.6 240.5z M138.6 96.1c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 96 138.6 96.1z M138.6 216.4c-1.7-0.1-3.6 0.9-3.6 3.3s1.8 3.4 3.6 3.3c1.7 0.1 3.6-0.9 3.6-3.3S140.3 216.3 138.6 216.4z M178.8 51.2c0 4.4 6.6 4.4 6.6 0S178.8 46.9 178.8 51.2z M178.8 243.7c0 4.4 6.6 4.4 6.6 0S178.8 239.4 178.8 243.7z M178.8 315.9c0 4.4 6.6 4.4 6.6 0S178.8 311.5 178.8 315.9z M178.8 291.9c0 4.4 6.6 4.4 6.6 0S178.8 287.5 178.8 291.9z M178.8 267.8c0 4.4 6.6 4.4 6.6 0S178.8 263.4 178.8 267.8z M178.8 460.8c0 4.4 6.6 4.4 6.6 0S178.8 456.4 178.8 460.8z M178.8 436.7c0 4.4 6.6 4.4 6.6 0S178.8 432.3 178.8 436.7z M178.8 364c0 4.4 6.6 4.4 6.6 0S178.8 359.7 178.8 364z M178.8 412.7c0 4.4 6.6 4.4 6.6 0S178.8 408.3 178.8 412.7z M178.8 340c0 4.4 6.6 4.4 6.6 0S178.8 335.6 178.8 340z M189.7 303.9c0 4.4 6.6 4.4 6.6 0S189.7 299.5 189.7 303.9z M178.8 75.3c0 4.4 6.6 4.4 6.6 0S178.8 70.9 178.8 75.3z M178.8 123.4c0 4.4 6.6 4.4 6.6 0S178.8 119 178.8 123.4z M178.8 147.5c0 4.4 6.6 4.4 6.6 0S178.8 143.1 178.8 147.5z M178.8 195.6c0 4.4 6.6 4.4 6.6 0S178.8 191.2 178.8 195.6z M178.8 219.7c0 4.4 6.6 4.4 6.6 0S178.8 215.3 178.8 219.7z M178.8 171.5c0 4.4 6.6 4.4 6.6 0S178.8 167.2 178.8 171.5z M178.8 99.4c0 4.4 6.6 4.4 6.6 0S178.8 95 178.8 99.4z M189.7 207.6c0 4.4 6.6 4.4 6.6 0S189.7 203.3 189.7 207.6z M189.7 159.5c0 4.4 6.6 4.4 6.6 0S189.7 155.1 189.7 159.5z M189.7 183.6c0 4.4 6.6 4.4 6.6 0S189.7 179.2 189.7 183.6z M189.7 111.4c0 4.4 6.6 4.4 6.6 0S189.7 107 189.7 111.4z M189.7 135.4c0 4.4 6.6 4.4 6.6 0S189.7 131.1 189.7 135.4z M178.8 508.9c0 4.4 6.6 4.4 6.6 0S178.8 504.5 178.8 508.9z M189.7 231.7c0 4.4 6.6 4.4 6.6 0S189.7 227.3 189.7 231.7z M189.7 255.8c0 4.4 6.6 4.4 6.6 0S189.7 251.4 189.7 255.8z M189.7 279.8c0 4.4 6.6 4.4 6.6 0S189.7 275.4 189.7 279.8z M189.7 87.3c0 4.4 6.6 4.4 6.6 0S189.7 82.9 189.7 87.3z M178.8 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C185.3 383.7 178.8 383.7 178.8 388.1z M178.8 484.8c0 4.4 6.6 4.4 6.6 0S178.8 480.5 178.8 484.8z M183.2 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C185.3 1.4 184.4 0.4 183.2 0z M189.7 63.3c0 4.4 6.6 4.4 6.6 0S189.7 58.9 189.7 63.3z M189.7 39.2c0 4.4 6.6 4.4 6.6 0S189.7 34.8 189.7 39.2z M189.7 15.1c0 4.4 6.6 4.4 6.6 0S189.7 10.8 189.7 15.1z M167.8 448.7c0 4.4 6.6 4.4 6.6 0S167.8 444.4 167.8 448.7z M167.8 135.4c0 4.4 6.6 4.4 6.6 0S167.8 131.1 167.8 135.4z M161.3 0h-2.3c-1.2 0.4-2.2 1.4-2.2 3.1c0 4.4 6.6 4.4 6.6 0C163.5 1.4 162.5 0.4 161.3 0z M167.8 15.1c0 4.4 6.6 4.4 6.6 0S167.8 10.8 167.8 15.1z M156.9 388.1c0 0.1 0 0.2 0 0.2c0 0.1 0 0.2 0 0.2c0 4.4 6.6 4.4 6.6 0c0-0.1 0-0.2 0-0.2c0-0.1 0-0.2 0-0.2C163.5 383.7 156.9 383.7 156.9 388.1z M167.8 87.3c0 4.4 6.6 4.4 6.6 0S167.8 82.9 167.8 87.3z M167.8 111.4c0 4.4 6.6 4.4 6.6 0S167.8 107 167.8 111.4z M156.9 484.8c0 4.4 6.6 4.4 6.6 0S156.9 480.5 156.9 484.8z M167.8 63.3c0 4.4 6.6 4.4 6.6 0S167.8 58.9 167.8 63.3z M167.8 39.2c0 4.4 6.6 4.4 6.6 0S167.8 34.8 167.8 39.2z M156.9 364c0 4.4 6.6 4.4 6.6 0S156.9 359.7 156.9 364z M156.9 340c0 4.4 6.6 4.4 6.6 0S156.9 335.6 156.9 340z M156.9 315.9c0 4.4 6.6 4.4 6.6 0S156.9 311.5 156.9 315.9z M156.9 460.8c0 4.4 6.6 4.4 6.6 0S156.9 456.4 156.9 460.8z M156.9 412.7c0 4.4 6.6 4.4 6.6 0S156.9 408.3 156.9 412.7z M156.9 508.9c0 4.4 6.6 4.4 6.6 0S156.9 504.5 156.9 508.9z M156.9 436.7c0 4.4 6.6 4.4 6.6 0S156.9 432.3 156.9 436.7z M167.8 327.9c0 4.4 6.6 4.4 6.6 0S167.8 323.6 167.8 327.9z M156.9 291.9c0 4.4 6.6 4.4 6.6 0S156.9 287.5 156.9 291.9z M167.8 424.7c0 4.4 6.6 4.4 6.6 0S167.8 420.3 167.8 424.7z M167.8 352c0 4.4 6.6 4.4 6.6 0S167.8 347.6 167.8 352z M167.8 376.1c0 4.4 6.6 4.4 6.6 0C174.4 371.7 167.8 371.7 167.8 376.1z M167.8 400.6c0 4.4 6.6 4.4 6.6 0S167.8 396.2 167.8 400.6z M167.8 472.8c0 4.4 6.6 4.4 6.6 0S167.8 468.4 167.8 472.8z M167.8 496.9c0 4.4 6.6 4.4 6.6 0S167.8 492.5 167.8 496.9z M167.8 520.9c0 4.4 6.6 4.4 6.6 0S167.8 516.6 167.8 520.9z M167.8 183.6c0 4.4 6.6 4.4 6.6 0S167.8 179.2 167.8 183.6z M167.8 207.6c0 4.4 6.6 4.4 6.6 0S167.8 203.3 167.8 207.6z M167.8 159.5c0 4.4 6.6 4.4 6.6 0S167.8 155.1 167.8 159.5z M167.8 231.7c0 4.4 6.6 4.4 6.6 0S167.8 227.3 167.8 231.7z M167.8 279.8c0 4.4 6.6 4.4 6.6 0S167.8 275.4 167.8 279.8z M167.8 303.9c0 4.4 6.6 4.4 6.6 0S167.8 299.5 167.8 303.9z M178.8 27.2c0 4.4 6.6 4.4 6.6 0S178.8 22.8 178.8 27.2z M167.8 255.8c0 4.4 6.6 4.4 6.6 0S167.8 251.4 167.8 255.8z'/%3E%3C/g%3E%3C/svg%3E");
			
		background-size: auto 100% ;	
	}	

}


/* .freemodform label{  font-size: 0.6875rem; text-transform: uppercase;}
.freemodform input{ margin-bottom:.5rem;}

.side-zform label{ display: none; }
.side-zform input,.side-zform textarea{  margin-bottom:1rem;}
.side-zform #message_container{ color:#c00; font-weight:500; }

.footer-zform label{ display: none; }
.footer-zform input,.footer-zform textarea{  margin-bottom:2rem;}
.footer-zform #message_container{ color:#c00; font-weight:500; }



.fancybox-slide--inline > div:first-of-type{ min-width:100%; }
@media (min-width: 768px) {
	.fancybox-slide--inline > div:first-of-type{ min-width:95%; }
} */


.cta-box{ background: #EAF1F3; border-radius: 8px; padding:2rem; }

.cta{ display: flex; flex-direction: column; padding:2.5rem 3rem; align-items: center;}
.cta p{ font-weight:500; font-size:1.125rem; margin-bottom:2rem; text-align: center;}

.cta-white-box{ background:#fff; padding: 80px 30px; }


.cta-but{  font-size:1.125rem; }
.cta-but span{ display: inline-block; }
.cta-but span a{ display: block; width:144px; height:44px; background:url("/images/news-arrow-button.svg") center center no-repeat; display: flex; align-items: center; background-size: cover; padding-left:1.75rem; color:#333F48;}
.cta-but span a:hover{color:var(--primary-color); }




@media (min-width: 992px) {
	.cta-box{  padding:3rem; }
}


/*Matrix Fields*/
	/* heading */
	.sec-head{font-size: 2.25rem;}
	.sectionHeading{ font-size: 1.75rem; }
	@media (min-width: 992px) {
		.sectionHeading{  font-size: 2.5rem; }
	}
	@media (min-width: 992px) {
		.sec-head{font-size: 3.375rem;}
		.sectionHeading{ font-size:3.375rem; }
	}


	/* text-block */
	.textblockdouble{line-height: 2;}
	@media (min-width: 992px) {

		/* .textblock{ font-size:1.125rem;} */
		.textblockdouble{ font-size:1.25rem;}
		.gridblock .textblock{font-size:1rem;}
		.gridblock .textblock p:first-of-type{font-size:1.25rem;}
	}

	/*image*/

	.standard-sec .container .matrix-img:first-of-type{margin-top:0!important; padding-top:0!important;}

	/* video */
	/* .videocontainer{ max-width:1200px; margin: 8rem auto; } */

	/*Grid*/

	.grid-container{display:grid; grid-template-columns: 1fr 1fr; gap:20px 20px; text-align: center;}

	/* .grid-grey{ background:#342D45; color:#fff; }
	.grid-purple{ background:var(--primary-color); color:#fff; }
	.grid-grey .gridhead,.grid-purple .gridhead{ color: var(--primary-color);}

	.grid-yellow{ background:var(--primary-color); color:#fff; }
	.grid-white{ background:#fff; }
	.grid-yellow .gridhead,.grid-pwhite .gridhead{ color: var(--primary-color);} */

	@media (min-width: 992px) {
		.grid-container{ grid-template-columns: 1fr 1fr 1fr 1fr; }
	}	




	.grid-skew{display:grid; grid-template-columns: 1fr; gap:80px;}
	
	.grid-skew-item{ position: relative;}
	/* .skewbox{background:#fff; padding:3rem 3rem 5rem 3rem; clip-path: polygon(0% 10%,100% 0%,100% 100%,0% 90%);position: relative; z-index: 2; width:100%; height: 100%;}
	.skewbg{ position: absolute; width:100%; height:100%; right:-8px; bottom:-8px;  z-index: 1; clip-path: polygon(0% 10%,100% 0%,100% 100%,0% 90%);}

	.skewbg-1{background: linear-gradient(270deg, #FB9900 0%, #F13F24 100%);}
	.skewbg-2{background: linear-gradient(90deg, #00B3FF 0%, var(--primary-color) 100%);}
	.skewbg-3{background: linear-gradient(270deg, #7604B0 0%, var(--primary-color) 100%);}
	.skewbg-4{background: linear-gradient(270deg, #D81C8C 0%, #7604B0 100%);} */



	/* .gridhead{ font-size: 1.375rem; font-weight:500; }	
	.gridsubhead{ font-size:1.25rem; font-weight: 400; color: var(--body-sub-color); }
	@media (min-width: 992px) {
		.gridhead{ font-size: 1.625rem;  }
		.gridsubhead{ font-size:1.4375rem;}
		.grid-skew{ grid-template-columns: 1fr 1fr;}
	}	 */



	.info-blocks{ margin:5rem 0 9rem 0;}
	.info-blocks .grid-c{ background: #fff; padding:2rem; display: block; color:#2a2b3c; transition: transform .5s ease; }
	.info-blocks a.grid-c{transition: transform .5s ease; }
	.info-blocks a.grid-c:hover{transform: scale(1.125);}

	.info-blocks a:hover .grid-c{transform: scale(1.125);}

	.info-blocks.color-links .grid-c{border: 0.5px solid #E0E0E0; box-shadow: 0 0 10px 0 #E0E0E0; padding:2.25rem;}

	.info-blocks .grid-c p:last-of-type{ margin-bottom:0; }
	.info-blocks .gridhead{ font-size:.75rem; color:#BC8226; text-transform: uppercase; letter-spacing: 2px;}

	@media (min-width: 992px) {
		.info-blocks .grid-c{ font-size:1.125rem;  }
		.info-blocks.color-links .grid-c{ font-size:1.75rem; padding:3rem; }

	}
	@media (min-width: 1400px) {

		.info-blocks.color-links .grid-c{ padding-right:120px; }
	}	

	/* .grid-c-standard{ font-size:1.125rem; } */
	/* .grid-c-standard a{ font-weight:700; background: linear-gradient(90deg, #00B3FF 0%, var(--primary-color) 100%);  
	-webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	
	} */

	.gridbord{ border-top:solid 3px var(--body-color); }
	.gridbord svg{ min-width: 48px; }
	.st-icon{ max-width:55px;}

	.color-links .cl1{color: #18793F;}
	.color-links .cl2{color: #A466D3;}


	.tabbox .grid-c{ border-top:solid 3px #8092A2; color:#8092A2; cursor: pointer; transition:all 0.3s ease; }
	.tabbox .grid-c .grid-c-standard{ visibility: hidden; }

	.tabbox .grid-c.active, .tabbox .grid-c:hover{ border-top:solid 3px var(--primary-color); color:var(--body-color);}
	.tabbox .grid-c .tickmarkcircle {transition:all 0.3s ease;}
	.tabbox .grid-c.active .tickmarkcircle, .tabbox .grid-c:hover .tickmarkcircle{ fill:var(--primary-color); }
	.tabbox .grid-c.active .grid-c-standard{ visibility: visible; }


	.tc-bg{ background:url(/images/backgr-home-platform-secion.png) right bottom no-repeat; background-size: auto 100%;	}
	@media (min-width: 1600px) {
		.tc-bg h2.h1{ font-size: 3.75rem; }
	}
	.pb-bg{position: relative; background:url("data:image/svg+xml,%3Csvg width='1680px' height='537px' viewBox='0 0 1680 537' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EOval Copy 2%3C/title%3E%3Cdefs%3E%3Cpath d='M0 463.341 C272.702 511.737 553.4 537 840 537 C1126.6 537 1407.298 511.737 1680 463.341 L1680 0 L0 0 L0 463.341 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='visuals' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='home-desktop-1680-4' transform='translate(0.000000  -5588.000000)'%3E%3Cg id='Oval-Copy-2' transform='translate(0.000000  5588.000000)'%3E%3Cg id='Oval-Copy' transform='translate(840.000000  268.500000) scale(1  -1) translate(-840.000000  -268.500000) '%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23193C58' xlink:href='%23path-1'%3E%3C/use%3E%3Ccircle fill='%23002646' mask='url(%23mask-2)' cx='357.5' cy='42' r='936.5'%3E%3C/circle%3E%3Ccircle fill='%2300A99E' mask='url(%23mask-2)' cx='226.5' cy='-189' r='936.5'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center top no-repeat; background-size: cover; padding:5rem 0;}

		.pb-bg-container{ position:absolute; width:100%; height:100%; }
		.pb-bg-container svg{ width:100%; }

		@media (min-width: 1200px) {
			.pb-bg{ padding:8rem 0;}
		}
	
	.info-icon{ width:30px; height:30px; }
	.iconstt-icon svg{ width:90px; }
	.ic-tt{ position: relative; display: inline-block; cursor: pointer; }
		.ic-tt-i{ position: absolute; top:0; right:-5px; }


		.custom-popover {
			--bs-popover-max-width: 400px;
			--bs-popover-border-color: #fff;
			--bs-popover-box-shadow:  var(--bs-popover-box-shadow);			
			--bs-popover-header-bg: #fff;
			--bs-popover-header-color: var(--body-color);
			--bs-popover-body-color: var(--body-color);
			--bs-popover-body-padding-x: 1rem;
			--bs-popover-body-padding-y: .5rem;
			box-shadow: 0px 0px 6px rgba(0,38,70,0.3);

		}
		.popover-header{ font-weight: 600; padding-bottom:0; font-size:1.125rem; }
		.popover-body{padding-top:.125rem; font-size:1rem;}


	.colorHoverBoxes .gridcontent{position: relative;}
	.colorHoverBoxes .gridcontent .mainimg{ width:100%; }
	.colorHoverBoxes .gridcontent .grid-c{ position: absolute; top:0; left:0; width:100%; height:100%; padding: .75rem; color: #fff; cursor: pointer; transition:all 0.3s ease; border-radius: 4px; }

	.colorHoverBoxes .gridcontent .grid-c .grid-c-standard{ opacity: 0; transition:all 0.3s ease; color: var(--body-color); }
	.colorHoverBoxes .gridcontent .grid-c:hover{ background-color: #fff; color: var(--body-color); box-shadow: 0px 0px 15px 0px #E5E9EC; }
	.colorHoverBoxes .gridcontent .grid-c:hover .grid-c-standard{ opacity: 1; }
	.colorBoxIcon{ position: absolute; bottom:.75rem;transition:all 0.3s ease;  }
	.colorHoverBoxes .gridcontent .grid-c:hover .colorBoxIcon{ opacity: 0; }

	@media (min-width: 768px) {
		.colorHoverBoxes .gridcontent .grid-c{  padding: 2rem;}
		.colorBoxIcon{ position: absolute; bottom:2rem;}
		.colorHoverBoxes .gridcontent .grid-c:hover .colorBoxIcon{ opacity: 1; }
	}


    .topIconCB .box{
        --ib-color:var(--green-rgb);

        background: rgba(var(--ib-color),0.03);
        border:solid 2px rgba(var(--ib-color),0.5);
    }
    .topIconCB .topIcon-ic{background: rgba(var(--ib-color),0.05); width:3rem; height: 3rem; display: flex; align-items: center; justify-content: center;}
    .topIconCB .topIcon-ic svg{ max-width: 55px;}


    .topIconCB .topIconCB-cont:nth-of-type(2) .box{
        --ib-color:var(--blue-rgb);
    }

	.topIconCB .collapse-arrow.collapsed .rl{ display: none; }
	.topIconCB .collapse-arrow:not(.collapsed) .rl{display: inline;}
	.topIconCB .collapse-arrow.collapsed .rm{ display: inline; }
	.topIconCB .collapse-arrow:not(.collapsed) .rm{display: none;}



	.topIconCompB .box{
        --ib-color:var(--green-rgb);

        background: rgba(var(--ib-color),0.03);
        border:solid 2px rgba(var(--ib-color),0.5);

	}
    .topIconCompB .topIconCompB-cont:nth-of-type(1) .box{
        --ib-color:var(--red-rgb);
    }
	.topIconCompB .topIconCompB-cont:nth-of-type(1) .box h3{ color: rgb(var(--red-rgb));}	
	.topIconCompB{} .topIconCompB-cont{}
    .topIconCompB .topIcon-ic{background: rgba(var(--ib-color),0.05); width:3rem; height: 3rem; display: flex; align-items: center; justify-content: center;}
    .topIconCompB .topIcon-ic svg{ max-width: 55px;}



	/*Downloads*/
	.doclist{ list-style: none; padding-left: 0;  }
	.doclist li{ font-size: 1.1em; clear: both; border-bottom: solid 1px #eee;}
	.doclist li:hover{ background: #eee;}
	.doclist li i{/*padding-top:10px; padding-bottom: 10px;*/ color: #000; padding-right: 20px;  }

	.doclist li a{ display: block; padding-top:10px; padding-bottom: 10px;}
	.doclist li a:hover{ background: #eee;}
	.doclist span{ display: inline-block;}
	.doclist .docmain{ width: 75%; padding-left: 2%; padding-right: 2%; font-weight: bold;}
	.doclist .doctitle{  font-weight: bold; }
	.doclist .docdesc{  color: #000; }
	.doclist .docdown{ width: 14%; padding-left: 2%; text-align: center;}

	.table .thead-light th{background: var(--primary-color); color:var(--primary-color);}
	.table-striped tbody tr:nth-of-type(odd){background: #E1E9EF;}

	/* .accordion .accordion-item{ margin-bottom: 10px; }
	.accordion .accordion-header{background: var(--primary-color); color:var(--primary-color);}
	.accordion .accordion-header:first-child{ border-radius: 0; }
	.accordion .accordion-header .btn-link{color:#2a2b3c; text-align: left; text-decoration: none; white-space: normal;} */
	.accordion-container{ max-width: 960px; margin-left: auto; margin-right: auto; }
	.accordion-item{margin-bottom:1rem; background:none;  /* border-radius: 0!important; */ border:none; position: relative; transition:all 0.3s ease;}

	.accordion-button{color: var(--body-color); background:#F7F8F9; font-size:1.5rem; /* padding-left:4rem; */ position: relative; padding:2rem 1rem;  border-radius: 0px!important; border-top:none; font-weight:500;}
	.accordion-button span{ padding-right: 2rem; display: inline-block; }
	.accordion-button:not(.collapsed){ color: var(--body-color); background:#F7F8F9; box-shadow: none;  border-bottom-left-radius: 0!important; border-bottom-right-radius: 0!important; border-top:none;}
	.accordion-button:focus{ box-shadow: none; border-color: var(--primary-color);}
	.accordion-button::after{ background-size: 1.5rem; width:1.5rem; height: 1.5rem;  }
	.accordion-collapse{background:#F7F8F9;  border-bottom-left-radius: 6px!important; border-bottom-right-radius: 6px!important; }
	.accordion-body{  padding: 1rem 1rem; color: var(--body-color-light); }

	/* .accordion-item.acc-box-shadow, .accordion-item:hover{-webkit-box-shadow: 10px 10px 0px 0px #99BAC5;
		-moz-box-shadow: 10px 10px 0px 0px #99BAC5;
		box-shadow: 10px 10px 0px 0px #99BAC5;} */

	.accordion-button::after{  /* position: absolute; left:1.25rem; */
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23002646'%3e%3cpath fill-rule='evenodd' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3e%3c/svg%3e");
		
	}
	.accordion-button:not(.collapsed)::after{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23002646'%3e%3cpath fill-rule='evenodd' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3e%3c/svg%3e");
	}	
	@media (min-width: 992px) {
		.accordion-button{font-size:1.625rem;  padding:2rem;}
		.accordion-body{ font-size:1.125rem; padding: 1rem 2rem; }


	}

	#accordionContact .accordion-item{ background:none; margin-bottom:2rem;  }
	#accordionContact .accordion-button img{ width: 30px;}
	#accordionContact .accordion-button.noafter::after{content:none;}
	#accordionContact .accordion-button .btn{ font-size:1.125rem; border-radius:20px; padding:.5rem .75rem; font-weight:700; }


	/* #accordionContact .accordion-header button{height: 113px; border-radius: 56.5px;} */
	#accordionContact .accordion-header .accordion-button{height: 113px; border-radius: 56.5px;padding:1rem 36px; font-size:1.75rem; font-weight: 500;}
	@media (min-width: 992px) {
		#accordionContact .accordion-button .btn{  padding:.5rem 2rem; }
		#accordionContact .accordion-header .accordion-button{padding:1rem 56px; }
	}

	/* General Carousel */
	.carousel-gen{ max-width:1200px; margin-left:auto; margin-right:auto; }
	.carousel-gen .carousel-control-prev img{ padding-left: 4px;}
	.carousel-gen .carousel-control-next img{ padding-right: 4px;}

	.carousel-gen .carousel-item{ text-align: center; }
	.carousel-gen .carousel-item img{ max-height: 600px; }

	@media (min-width: 768px) {
		.carousel-gen .carousel-control-prev img, .carousel-gen .carousel-control-next img { max-width:80px; }		
	}


	@media (min-width: 992px) {
		.carousel-gen .carousel-control-prev img, .carousel-gen .carousel-control-next img { max-width:91px; }		
	}

	@media (min-width: 1200px) {
		.carousel-gen .carousel-control-prev{ left:-30px; }
		.carousel-gen .carousel-control-next{ right:-30px; }
		.carousel-gen .carousel-control-prev:hover,.carousel-gen .carousel-control-next:hover{  opacity: 1;}	
		.carousel-gen .carousel-control-prev img, .carousel-gen .carousel-control-next img {  padding: 0; }				
	}


	@media (min-width: 1600px) {
		.carousel-gen .carousel-control-prev{ left:-20px; opacity: 0.8;}
		.carousel-gen .carousel-control-next{ right:-20px; opacity: 0.8;}
		.carousel-gen .carousel-control-prev:hover,.carousel-gen .carousel-control-next:hover{  opacity: 1;}			
	}
	.carcaption{ min-height:76px;}
		.captitle{}
		.capdesc{}

	/* Text/image */
	/* .textimg  */.skew-left{clip-path: polygon(0% 0%,100% 10%,100% 90%,0% 100%);}
	/*.textimg */.skew-right{clip-path: polygon(0% 10%,100% 0%,100% 100%,0% 90%);}
	.textimg{ position: relative; z-index: 2;}

	.textimg .textimg-img{ max-height:600px; }
	.textimg .lg-head{ font-size:2rem; }
	@media (min-width: 992px) {
		.textimg .lg-head{ font-size:3rem; }
	}


	.textimg .textblock > ul{ list-style:none;  padding:0; }
	.textimg .textblock > ul > li{ position: relative; padding:1rem 0 1rem 2.5rem; }
	.textimg .textblock ul > li:before{position: absolute; content:''; width:24px; height:24px; display: inline-block; background-image: url('/images/checklist.svg'); background-repeat: none; background-size: contain; left:0px; top:15px;}

	.img-short-desc{ font-size:.875rem; color: #AAAAB1;}

	.stat{ font-size: 5.625rem; color:var(--primary-color); line-height: 1; margin-bottom: 1rem;}
	.stattitle{ font-size:1.75rem;}
	.statdesc{ font-size:1.25rem; }
	.statdesc p:last-of-type{ margin-bottom:0; }
	.statcarcontainer{ min-height: 190px; }


	@media (min-width: 768px) {
		.statdesc{ font-size:1.75rem; }
			


	}



	hr.divider{ border-top:solid 3px var(--body-color); opacity: 1; margin:4rem 0; }


	/* .statinfobox{ position: relative; margin:4rem 0 3rem 0;}
		.statinfoboxcontent{ position: absolute; top:0; left:0; width:100%; height: 100%; padding:.75rem; }

		.statibhead{ color:#19EABE; font-weight:500; font-size:1.25rem; line-height: normal; }
		.statibhead small{font-weight:500; font-size:.875rem;}
		.statibinfo{ font-size:.875rem; }


		@media (min-width: 576px) {

			.statinfoboxcontent{ padding:2rem; }
			.statibhead{ font-size:2.5rem;}
			.statibhead small{font-size:1.5rem;}
			.statibinfo{ font-size:1.25rem; }			
		}
		@media (min-width: 768px) {
			


		}

		@media (min-width: 1200px) {
			
			.statibhead{ font-size:2.75rem;}
			.statibhead small{font-size:1.75rem;}
			.statibinfo{ font-size:1.375rem; }
		}


		@media (min-width: 1400px) {
			
			.statibhead{ font-size:3.75rem;}
			.statibhead small{font-size:1.75rem;}
			.statibinfo{ font-size:1.625rem; }
		}

		@media (max-width: 767.999px) {
		
		.textimg .statibhead{ font-size:2.75rem;}
		.textimg .statibhead small{font-size:1.5rem;}
		.textimg .statibinfo{ font-size:1.5rem; }
		}


	.statbox{ height:100%; border-left:solid 4px #ECECEE; padding: 1rem 0 1rem 1rem; }
		.statno{ color:#19EABE; font-size:3.5rem; margin-bottom:1rem; line-height: 1; }
		.statinfo{ font-size:1.125rem;}
		@media (min-width: 992px) {
			.statno{font-size:4.5rem;}
		}	 */
	

	/* .tis-img{ position: relative; }
	.tis-img img{ position: relative; z-index: 1;  }
	.tis-img-pulse{ position:absolute; top:0; left:0; width:100%; height: 100%; display: flex; align-items: center; justify-content: center; opacity: 0.2; }

	.tis-img-pulse.pulse-full .hero-pulse, .tis-img-pulse.pulse-full .hero-pulse svg{ width:100%; height:100%; }
	.tis-img-pulse{ z-index: 2;}
	.tis-img-pulse.pulse-behind{ z-index: 0;} */


	
	.spec-box{}
		.spec-title{ font-weight:600; border: solid 1px #00725a; border-radius:6px; font-size:1rem; padding:.75rem 1rem; display: inline-block; color:#fff;  }
		a.spec-title:hover{color:#fff; opacity: 0.6;}




	/* Services Block */
	.serv-block img{ margin-bottom:1rem; clip-path: polygon(0% 10%,100% 0%,100% 100%,0% 90%);}
	.serv-block h2{ font-size:1.75rem;}
	@media (min-width: 992px) {
		.serv-block p{ font-size:1.125rem; /*  */}
	}

	/* Testimonial Block */	
	.testcarousel{display: flex; align-items: center; position: relative; }
	.testcarousel .carousel-item{ min-height:50%; }
	.testbox{ border-top: solid 6px var(--primary-color); padding-top:1rem; margin-top:7%; }

	.testfixed{ position: absolute; top:0; left:0; width:100%; height:100%; }
	.testheadtext{ font-size:3.5rem; line-height: 3rem; }
	.testbg{ max-width:50%; }

	.testcarousel .carousel-control-prev, .testcarousel .carousel-control-next{ background:#D6E3E8; top:auto; bottom:auto; width:30px; height:30px; opacity: .5; }
	.testcarousel .carousel-control-prev img, .testcarousel .carousel-control-next img{ max-height:50%; }


	.testcarousel .carousel-control-prev{ border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
	.testcarousel .carousel-control-next{ border-top-left-radius: 10px; border-bottom-left-radius: 10px; }


	html:not(.no-js) .testcarousel [data-aos=fade-left]{-webkit-transform:translate3d(200px,0,0); transform: translate3d(200px,0,0); }




	.testtext{   font-size:1.75rem; }
	.testinfo{    margin-top:.75rem; }

	/* .testcarousel .carousel-item{ display: flex; align-items: center; } */

	@media (min-width: 576px) {

	}
	@media (min-width: 768px) {
		.testcarousel .carousel-control-prev, .testcarousel .carousel-control-next{  width:55px; height:55px; opacity: 1; }
		.testcarousel .carousel-control-prev img, .testcarousel .carousel-control-next img{ max-height:50%; }		
		
	}
	@media (min-width: 992px) {
		.testcarousel .carousel-item{ min-height:510px; }
		.testbox{ border-top-width:12px; max-width:740px; margin-left:32%;   }
		.testtext{  font-size:1.75rem; }

		.testheadtext, .testbox{ margin-top:140px; }
		.testheadtext{ line-height:5rem; font-size:5.625rem; }
		.testbg{ max-width:none; }
		
	}
	@media (min-width: 1200px) {
		.testcarousel .carousel-control-prev, .testcarousel .carousel-control-next{  width:75px; height:75px; }
	}
	@media (min-width: 1600px) {
		.testcarousel .carousel-control-prev, .testcarousel .carousel-control-next{  width:110px; height:110px; }
		.testcarousel .carousel-control-prev img, .testcarousel .carousel-control-next img{ max-height:auto; }
	}	



	.twocolmaintext{ font-size:1.25rem;}
	.twocolimg{ padding:2rem; border-radius: 8px; color: #fff; position: relative; background-position: center; background-size: cover;}
	.twocolimg::before{ content:''; position: absolute; top:0; left:0; width:100%; height:100%; background-color: #333F48; z-index: 1; opacity: .75; }
	.twocolimgcontent{position: relative; z-index: 2; }
	
	@media (min-width: 768px) {
		.twocolmaintext{ font-size:1.75rem;}
		.twocolimg{ padding:2.75rem;}
	}


	.logos-block img{ max-height:80px;}
	#logos2 .carousel{ min-height:400px; }
	@media (min-width: 576px) {
		#logos2 .carousel{ min-height:275px; }
	}
	
	@media (min-width: 992px) {
		#logos2 .carousel{ min-height:155px; }
		
	}

	.video-local{ text-align: center; }
	.video-local video{ width:100%; }



.tabblock{}
    .tabblock .nav-underline{
        --bs-nav-underline-gap:0;
        --bs-nav-underline-link-active-color:var(--primary-color);
        --bs-nav-link-color:var(--body-color-light);
        --bs-nav-link-font-weight:500;
    }

    
    .tabblock .nav-underline .nav-link{ border-color:var(--border-color-alt); padding-left: .375rem; padding-right:.375rem; }
    .tabblock .nav-underline .nav-link:hover{ color: var(--body-color);}
	.tabblock .nav-underline .nav-link.active{ font-weight: var(--bs-nav-link-font-weight); color: var(--body-color);border-color:var(--primary-color); }
    .tabblock .nav-underline .nav-link.active svg path{ fill: var(--primary-color); fill-opacity: 1;  }

    .tabblock .tab-popup{ background: rgba(var(--dark-bg-rgb),0.95); color:#fff; width: 374px; max-width: 95%; position: absolute; top:1rem; left:1rem; opacity: 0;
  transition: opacity 1s ease;  }
    .tabblock .tab-pane.show .tab-popup{ opacity: 1; transition-delay: 0.5s; }

    .tabblock .tab-popup .pop-icon{background: rgba(255, 255, 255, 0.05); width:48px; height: 48px; display: flex; align-items: center; justify-content: center; flex-shrink:0;}
    @media (min-width: 992px) {
        .tabblock .tab-popup{ top:1rem; left:1rem;  }
    }



	.small{ font-size:.8125rem;}


.mk-olist{ font-size:1.125rem;}
	.mk-olist ol{ list-style: none; counter-reset: item; padding: 0;}
	.mk-olist li{ margin-bottom: 3rem; position: relative; padding-left:4rem; counter-increment: item; } 
	.mk-olist li::before{ content: counter(item); font-size:3rem; position: absolute; left:0;top:0; line-height: 1;}


.cform .form-group{ margin-bottom:.75rem; }
.cform .row label{ font-size:.75rem; font-weight:500; }

@media (min-width: 576px) {
	.cform .submit-align-right{ text-align: right; }
}


@media (min-width: 992px) {
	
	.cf-wrapper{ display: flex; justify-content: space-between; }
	.cfc1, .cfc2{ width: 45%; }

	.cf-wrapper .cfc2 textarea{height:118px;}

	
}


.loc-box{ background:#fff; padding:1.25rem; display: flex; flex-direction: column;  }
	.loc-title{ font-size:1.75rem; font-weight:500; color:var(--body-color); margin-bottom:1rem;}
	.loc-address{ font-size:1.125rem;color:#2a2b3c; margin-bottom:1rem; }
	.loc-tel a{font-size:1.125rem; font-weight:700; color:var(--body-color);}
	.loc-tel img{ max-height: 20px; margin-right: 5px; max-width:20px; }

.white-bg .loc-box{ background: #F2F4F6!important; }


/* Icon Info Blocks */
	/* .ibic{ max-width: 70px;}
	.ibiconheading{ font-size:1.125rem; font-weight:700; color:#2a2b3c; }
	.ibheading{ font-size:1.75rem; font-weight:500; }
	.ibsubheading{ font-size:1.3125rem; font-weight:500; }
	.ibdesc{  font-size:1.125rem;}
	.ibinfoic{ max-width: 58px;}





.market-box{ text-align: center; display: flex; align-items:flex-end; justify-content: center;}
.market-box a{ display: block;}
.market-box img{ width:120px;  transition:all 0.3s ease; }
.market-box a:hover img{ transform: scale(1.2);}
.market-title{ text-transform:uppercase; border: solid 2px #555563; height:40px; border-radius: 20px; margin-top:1.5rem; color:#fff; font-size:1rem; display: flex; align-items: center; justify-content: center; width: fit-content; padding: 0 1.5rem; letter-spacing: 3.56px; }
.market-box a:hover .market-title{ background:#555563;}


.product-box a{ color:#fff;}
.product-box a .product-title{ font-size:1.75;  }
.product-box img{ transition:all 0.3s ease; }
.product-box a:hover img{ transform: scale(1.1);} */


.mpbox{ background:#fff; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;  }
	.mpicon{ width:75px; height:75px; display: flex; align-items: center; justify-content: center; }
	.mptitlebox{ position: relative; width: 188px; height:188px; color: #fff; background:var(--body-color); display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 5px; overflow: hidden; }
	.mptitlebox svg{position: absolute; top:0; left:0; width:101%; height:101%; z-index: 0;}
	.mptitlebox h3{position: relative; z-index: 1;}
	@media (min-width: 992px) {
		.mptitlebox h3{ font-size:1.625rem; }
	}
	.companylogo svg, .companylogo img{ height:42px; }

	.mpbox .btn-secondary{ border-color: var(--primary-color); color: var(--body-color); }

	.mpfilters .form-check-input{ width:20px; height:20px; }
	.mpfilters .form-check-input:checked{ background-color: var(--primary-color); border-color: var(--primary-color); color:var(--body-color); 
	; }

	.mp-infoicon a{ display: inline-block; }
	.mp-infoicon a svg{ width:30px; height: 30px; max-width:188px;}




.locsectionbg{ background-size: 90% auto; }
@media (min-width: 1600px) {
	.locsectionbg{ background-size: auto; }
}
@media (min-width: 2150px) {
	.locsectionbg{ background-size: 1500px auto; }
}

.quotetext{ font-size:2.5rem; font-weight:500; }
.quoteperson{ margin-top:.25rem; }
.quoteimage{ max-width:225px; }


.post-article .quotetext{ font-size:1.5rem;  }

.stext{ font-size:.9375rem; }
@media (min-width: 992px) {
	.stext{ font-size:.9375rem; }
	.row-cols-lg-7>*{
		flex:0 0 auto;
		width:14.2857143%;
	}
	.row-cols-lg-8>*{
		flex:0 0 auto;
		width:12.5%;
	}
}


.career-item{ background: #EFEFEF; padding:1.5rem;}
.career-item a{ color:#2a2b3c;  }
.carlocation{ font-size:1.125rem; }
.carlocation span{ text-transform: uppercase; font-weight: 700; display: inline-block; padding-left: .5rem; }


.careerdetail-container{ max-width: 870px; }

.career-apply{ background:#EFEFEF; margin-bottom:8rem; }

video{max-width:100%;}
.videosquare .ratio-16x9{--bs-aspect-ratio:100%;}
@media (min-width: 992px) {
	.videoscale .ratio{transform: scale(1.25);}
	.videoscale video{transform: scale(1.25);}

}

.featureHeading{ font-size:2.75rem; line-height: 1; margin-top:125px!important; margin-bottom:75px!important;}
@media (min-width: 992px) {
	.featureHeading{ font-size:5.625rem;margin-top:200px!important;}
}





.iconheading svg{ width:128px;}

.mp-banner svg{ max-width:100%; height: auto; }

.oldcontent blockquote{   font-size: 1.5rem; }
.oldcontent blockquote cite{ font-size: 1rem; } 
@media (min-width: 768px) {
	.oldcontent blockquote{ font-size: 1.75rem; }
}



.textIconSection{ background: var(--sectionbg); }

.textIconImg .img-container{  background: #fff; border-radius:50%; aspect-ratio: 1 / 1; width:100%; display: flex; align-items: center; justify-content: center;}


.icongridcarousel .carousel-indicators{ flex-wrap: wrap; margin-left: 0; margin-right:0; justify-content:flex-start ; }
.icongridcarousel .carousel-indicators [data-bs-target]{ width:auto; height: auto; background-color: var(--body-color); border-radius: 5px; box-shadow: 0px 0px 10px 0px #E5E9EC; text-indent:0;  width:110px; color: #fff; margin:0;  }
.icongridcarousel .carousel-indicators [data-bs-target].active{  background-color: #6655DF; }
.icongridcarousel .carousel-indicators .svg-container{height: 30px; }
.icongridcarousel .carousel-indicators .svg-container svg{ max-height: 100%;  }

@media (min-width: 992px) {
	.textIconSection{ background: var(--sectionbg); background:linear-gradient(90deg, rgba(242,244,246,1) 0%, rgba(242,244,246,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%); }
	.textIconImg{ height: 700px!important;  border-radius: none; aspect-ratio:auto ;
	
		background-image: url('data:image/svg+xml,<svg width="794" height="900" viewBox="0 0 794 900" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M107.264 0C38.6759 135.109 0 288.035 0 450C0 611.965 38.6759 764.891 107.264 900H793.514V7.20963e-05L107.264 0Z" fill="white"/></svg>'); background-position: left center; background-size: auto 100%;  background-repeat: no-repeat;}
	

}
@media (min-width: 1400px) {
	.textIconImg{ height: 900px!important;}

	.icongridcarousel .carousel-indicators [data-bs-target]{width:160px;  }
	.icongridcarousel .carousel-indicators .svg-container{height: 52px; }

}



.benefitcarousel .carousel-item h3{ font-size:1.875rem;  font-weight:700;}





/* Custom Blocks */

.com-list{ margin-top:2rem; list-style: none; padding:0;}
.com-list li{ background: #fff; border-radius: 0 100px 100px 0; padding:1.5rem; border-left:solid 8px #F13F24; font-weight: 600; margin-bottom:1rem;}
.com-list.ours li{border-color: var(--primary-color);}
.sol-list li{border-color: var(--primary-color); background:#F2F4F6;}


.hover-modules{ border-top:solid 3px var(--body-color); border-bottom:solid 3px var(--body-color); margin:2.5rem 0; padding:2.5rem 0}
	.hovmod{ border-radius: 10px; /* background: var(--body-color); */ aspect-ratio: 1 / 1; position: relative; color: #fff; cursor: pointer; overflow: hidden; }
	.hm-icon{ position:absolute; top:0; left:0; height:100%; width:100%;transition:all 0.5s ease; transform: scale(1.3)}
	.hm-icon svg, .hm-icon img{ width:100%; height:100%;}

	.hm-content, .hm-hcontent{ position:absolute; top:0; left:0; height:100%; width:100%; display: flex; align-items: center; flex-direction: column;justify-content: center; text-align: center; z-index: 1; padding:1rem; transition:all 0.5s ease;}
	.hm-hcontent{ top:100%; /* background: #000; */ }

	.hovmod:hover .hm-icon{ transform: rotate(90deg) scale(1.5);  }
	.hovmod:hover .hm-content{ top:-100%; }
	.hovmod:hover .hm-hcontent{ top:0; }

	.hm-title{ width:100%; }
	@media (min-width: 992px) {
		.hover-modules{ margin:5rem 0; padding:5rem 0}
	}
	@media (min-width: 1400px) {
		.hm-title{ width:auto; }
	}


.tc-an{
	animation-duration: 10s;
	animation-iteration-count: infinite;
	/* transform-origin: center center;
	transform-box: fill-box; */
	stroke-width: 0px; 
	stroke-opacity: 0.5;  
	fill:transparent;

}

.tc-st0{animation-name: circle1; stroke:#CCD4DA; }
.tc-st13{animation-name: circle2; stroke:#8092A2; }
.tc-st14{animation-name: circle3; stroke:#00A99E; }
.tc-st12{animation-name: circle4; stroke:#18793F; }

.tc-st11{animation-name: circle5; stroke:#88CF46; }
.tc-st10{animation-name: circle6; stroke:#F7BF00; }
.tc-st9{animation-name: circle7; stroke:#FB9900; }
.tc-st8{animation-name: circle8; stroke:#F13F24; }

.tc-st7{animation-name: circle9; stroke:#FF267D; }
.tc-st6{animation-name: circle10; stroke:#8739C1; }
.tc-st5{animation-name: circle11; stroke:#4F007E; }
.tc-st4{animation-name: circle12; stroke:#00388C; }

.tc-st15{animation-name: circle13; stroke:#2691BF; }
.tc-st3{animation-name: circle14; stroke:#00B3FF; }

/* .tc-st5{animation-name: circle15; stroke:#4F007E; } */


/* .tc-st3{animation-name: circle1; stroke:#00B3FF; } */

.ind-nav .splide__slide{ border:none!important;}
.ind-nav .splide__slide .ind-nav-item{ text-align: center; border-bottom:solid 2px var(--border-color-alt); padding:.5rem .5rem; font-weight:500;}
.ind-nav .splide__slide.is-active{ border:none!important;}
.ind-nav .splide__slide.is-active .ind-nav-item{  border-bottom:solid 2px var(--primary-color); color: var(--body-color); }

.indslide .splide__track{ padding-right: 5%!important; }

.indslide .ind-box{ position: relative;}
.indslide .ind-box::after{ position: absolute; content:''; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.4);background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 60%);

 }
.indslide .ind-box .ind-content{ position: absolute; width:100%; height:100%; top:0; left:0; display: flex; align-items: end; padding: 2.5rem; color: #fff; z-index: 2;}
@media (min-width: 992px) {
	.indslide .ind-box .ind-content .ind-desc{ max-height: 0; transition:max-height 0.15s ease; overflow: hidden;  }
	.indslide .ind-box:hover .ind-content .ind-desc{ max-height:300px;transition: max-height 0.5s ease; }
}




/* 


	0% {stroke-width: var(--svg-anim-stroke);}
	0.4% {stroke-width: 0;}
	99.99% {stroke-width: var(--svg-anim-stroke);}
*/

.csh-bg{ position: relative; }
.csh-bg-img{  }
.csh-head{ position: absolute; top: 0; left:0; height: 100%; width:100%; display: flex; align-items: center; }

.csh-bg h1{ font-size:2.25rem; position: absolute;}

.csh .carousel-indicators{ position: static; margin-bottom:0; margin-top:1.5rem; bottom:-2rem; }
.carousel-indicators [data-bs-target] { width:12px; height:12px; background-color:#000 ; border-radius: 50%; border: none; }
.carousel-indicators [data-bs-target].active { background-color: var(--primary-color); }


.carousel-control-prev, .carousel-control-next{ width:auto; top: auto;}
.carousel-control-prev img, .carousel-control-next img{ width:16px;}

@media (min-width: 992px) {
	.carousel-control-prev, .carousel-control-next{ top:0;}
	.carousel-control-prev{ left:-2rem; }
	.carousel-control-next{ right:-2rem; }
}


.csh .carousel-item{ min-height: 325px;  position: relative; }
.csh .carousel-item .cicontent{ height: 100%;  position: absolute; left:0; top:0; width:100%; display: flex; align-items: center; }


@media (min-width: 576px) {
	.csh-bg h1{ font-size:2.75rem; }
}
@media (min-width: 1400px) {
	.csh-bg h1{ font-size:3.375rem; }
}

.probsolcarousel{  }
.probsolcarousel .psbox{  padding:2.5rem 1.5rem; }
.probsolcarousel .probbox{ background-image: url('/images/problem-solution-x-background.svg'); background-position: center center; background-size: auto 100%; background-repeat: no-repeat; }

@media (min-width: 992px) {
	.probsolcarousel .psbox{ min-height: 390px; padding:2.25rem 3rem;  }
}

.faqsSection #maincontent{ background:url('/images/faqsbg.png') no-repeat; background-size:100% auto; background-position: center 20vw; }

.faq-sideblock{ display: block; border-radius: 10px; overflow: hidden;  }
.faq-sbinfo{ background:url('/images/sb-bg.svg') no-repeat right center; background-size:auto 100%; min-height: 121px; width: 83%;flex:0 0 auto; color: #fff; position: relative;}
.faq-sbinfo::before{ content:''; position: absolute; left:0; top:0; width:80%; height:100%; background: var(--body-color); z-index: 0;}
.faq-sbinfo span{ z-index: 1; }
.faq-sbarrow{ width: 17%; flex:0 0 auto; position: relative;transition:all 0.3s ease; }
.faq-sbarrow .faq-sbarrow svg{ transition:all 0.3s ease; }
.faq-sideblock:hover .faq-sbarrow svg{margin-left:1rem;}




.expanding-panels{ display: flex; flex-direction: column;}
.ex-panel{ flex:1; height: 480px; padding:2.5rem 3rem 2.5rem 1.5rem ; transition: all 0.3s ease; border:solid 1px var(--border-color-alt); border-top:none; display: flex; flex-direction: column; justify-content:space-between;}
.ex-panel:first-of-type{ border-top:solid 1px var(--border-color-alt); }

.ex-panel:hover{ background: rgba(249, 136, 7, 0.05); flex:1.25 }


.ex-panel .exp-desc{ max-height: 0; overflow: hidden; transition: all 0.3s ease;  opacity: 0; }
.ex-panel:hover .exp-desc{ max-height:200px;opacity: 1; transition: max-height 0.5s ease, opacity 0.4s ease;  transition-delay: 0.3s; }

.ex-panel .exp-arrow{transition: all 0.3s ease; opacity: 1 }
.ex-panel:hover .exp-arrow{ opacity: 0; }
@media (min-width: 992px) {
	.expanding-panels{ flex-direction: row;}
	.ex-panel{ height: 480px;border:none; border-top:solid 1px var(--border-color-alt); border-right:solid 1px var(--border-color-alt); }
	.ex-panel:first-of-type{ border-left:solid 1px var(--border-color-alt); }
}








.img-zoom{ overflow: hidden; display: block; }
.img-zoom img{transition:all 0.3s ease; height: auto;}
.img-zoom:hover img, a:hover .img-zoom img{ transform: scale(1.05); }



.leftcmargin-mob{ margin-left: calc(var(--bs-gutter-x) * .5);}
@media (min-width: 576px) {
	.leftcmargin{ margin-left: calc((100vw - 540px) / 2);}
	.leftcmargin-mob{ margin-left: calc((100vw - 540px) / 2);}

}
@media (min-width: 768px) {
	.leftcmargin{ margin-left: calc((100vw - 720px) / 2);}
	.leftcmargin-mob{ margin-left: calc((100vw - 720px) / 2);}
}
@media (min-width: 992px) {
	.leftcmargin{ margin-left: calc((100vw - 960px) / 2);}
	.leftcmargin-lg{ margin-left: calc((100vw - 960px) / 2);}
	.leftcmargin-mob{ margin-left: 0;}
}
@media (min-width: 1200px) {
	.leftcmargin{ margin-left: calc((100vw - 1140px) / 2);}
	.leftcmargin-lg{ margin-left: calc((100vw - 1140px) / 2);}
}
@media (min-width: 1400px) {
	.leftcmargin{ margin-left: calc((100vw - 1320px) / 2);}
	.leftcmargin-lg{ margin-left: calc((100vw - 1320px) / 2);}
}
@media (min-width: 1600px) {
	.leftcmargin{ margin-left: calc((100vw - 1520px) / 2);}
	.leftcmargin-lg{ margin-left: calc((100vw - 1520px) / 2);}
}




.cookie-pref{ position:fixed; bottom:0; left:0; z-index: 1030;  margin:16px;  padding:5px; background: rgba(255,255,255,0.95);display: inline-block; width:34px; height:34px; text-align: center; border-radius: 5px; border:solid 1px #ccc; color:var(--primary-color); color:#00B3FF; }

@media (max-width: 600px) {
	.freeprivacypolicy-com---nb-simple{max-width:100%!important; left:auto!important; right:auto!important;}
}


.maxc-sm .container{ max-width: 576px; }
.maxc-md .container{ max-width: 800px; }
.maxc-lg .container{ max-width: 1024px; }

.maxc-fluid .container{ max-width: 100%; }
/* .maxc-full .container{ max-width: 100%; padding:0; } */
.maxc-full .standard-sec > .container {max-width: 100%; padding: 0;}

.mw-sm{ max-width: 576px; margin-left: auto; margin-right: auto; }
.mw-md{ max-width: 800px; margin-left: auto; margin-right: auto; }
.mw-lg{ max-width: 1024px; margin-left: auto; margin-right: auto; }


.mw-sm.ps-0,.mw-md.ps-0, .mw-lg.ps-0{ margin-left:0; }


.mw-150{ max-width:150px; }
.mw-200{ max-width:200px; }

@media (min-width: 768px) {
	.mw-md-200{ max-width:200px; }
	.mw-md-300{ max-width:300px; }
	.mw-md-400{ max-width:400px; }
	.mw-md-500{ max-width:500px; }
}



.sec-pad-none{padding: 0 0;}
.sec-pad-sm{ padding: 2.75rem 0!important; }
.sec-pad-lg{padding: 8rem 0!important;}
.sec-pad-xl{padding: 11rem 0!important;}
.sec-pad-xxl{padding: 16rem 0!important;}
.sec-pad-xxxl{padding: 19rem 0!important;}
.sec-pad-xxxxl{padding: 22rem 0!important;}

@media (min-width: 1400px) {
	.sec-pad-lg{padding: 12rem 0;}
	.sec-pad-xl{padding: 16rem 0;}

}

@media (min-width: 1800px) {
	.sec-pad-lg{padding: 17rem 0;}
	.sec-pad-xl{padding: 18rem 0;}

}

.standard-sec .container .secblock:first-child{margin-top:0!important;}
.standard-sec .container .secblock:last-child{margin-bottom:0!important;}





.ls-1{ letter-spacing: 2px; }
.ls-2{ letter-spacing: 4px; }
.ls-3{ letter-spacing: 6px; }
.ls-4{ letter-spacing: 8px; }
.ls-5{ letter-spacing: 10px; }
.ls-6{ letter-spacing: 12px; }

.lastpnomargin p:last-of-type{ margin-bottom:0; }

.rounded-4_5{ border-radius: 1.5rem; }


.py-4_5{ padding-top: 2.25rem; padding-bottom: 2.25rem; }

.my-standard{ margin-top: 5rem; margin-bottom:5rem;}
.mt-standard{ margin-top: 5rem;}
.mb-standard{ margin-bottom:5rem;}

.mt-standard-34{ margin-top: 3.5rem;}
.mb-standard-34{ margin-bottom:3.5rem;}

.mt-standard-half{ margin-top: 2.5rem;}
.mb-standard-half{ margin-bottom:2.5rem;}

.pt-standard{ padding-top: 5rem;}
.pb-standard{ padding-bottom:5rem;}

.pt-standard-34{ padding-top: 3.5rem;}
.pb-standard-34{ padding-bottom:3.5rem;}

.pt-standard-half{ padding-top: 2.5rem;}
.pb-standard-half{ padding-bottom:2.5rem;}

.secblock.textimg  + .st-icon-block.mt-standard{ margin-top:2.5rem; }


.mb-100{margin-bottom:100px!important;}
.mb-200{margin-bottom:200px!important;}
.mb-300{margin-bottom:300px!important;}
.mbn-100{margin-bottom:-100px!important;}
.mbn-200{margin-bottom:-200px!important;}
.mbn-300{margin-bottom:-300px!important;}
.mt-0{margin-top:0!important;}
.mt-100{margin-top:100px!important;}
.mt-200{margin-top:200px!important;}
.mt-300{margin-top:300px!important;}
.pb-100{padding-bottom:100px!important;}
.pb-200{padding-bottom:200px!important;}
.pb-300{padding-bottom:300px!important;}
.pt-100{padding-top:100px!important;}
.pt-200{padding-top:200px!important;}
.pt-300{padding-top:300px!important;}

.pt-0{padding-top:0!important;}
.pb-0{padding-bottom:0!important;}

@media (min-width: 992px) {
	.mt-n5{ margin-top:-3rem; }
}

.g-4_5, .gy-4_5{
	--bs-gutter-y: 2.5rem
}

.g-6, .gy-6{
	--bs-gutter-y: 4.5rem
}
.g-6, .gx-6{
	--bs-gutter-x: 4.5rem
}
.g-7, .gy-7{
	--bs-gutter-y: 6rem
}
.g-7, .gx-7{
	--bs-gutter-x: 6rem
}

.g-8, .gy-8{
	--bs-gutter-y: 8rem
}
.g-8, .gx-8{
	--bs-gutter-x: 8rem
}

@media (min-width: 992px) {
	.g-lg-4_5, .gy-lg-4_5{
		--bs-gutter-y: 2.5rem
	}	
	.g-lg-6, .gy-lg-6{
		--bs-gutter-y: 4.5rem
	}
	.g-lg-6, .gx-lg-6{
		--bs-gutter-x: 4.5rem
	}
	.g-lg-7, .gy-lg-7{
		--bs-gutter-y: 6rem
	}
	.g-lg-7, .gx-lg-7{
		--bs-gutter-x: 6rem
	}
	
	.g-lg-8, .gy-lg-8{
		--bs-gutter-y: 8rem
	}
	.g-lg-8, .gx-lg-8{
		--bs-gutter-x: 8rem
	}
	
}


@media (min-width: 1200px) {
	/* .row-cols-xl-8 .col{
		flex: 0 0 auto;
		width:12.5%;
	} */
	.g-xl-7, .gy-xl-7{
		--bs-gutter-y: 6rem
	}
	.g-xl-7, .gx-xl-7{
		--bs-gutter-x: 6rem
	}	
	.col-xl-1_5{flex: 0 0 auto; width:12.5%;}
}

.hlogos img{ opacity: 0.4; }
/* .hlogos img:hover{ opacity: 1; } */



.pleading{ font-size: 1.75em; font-weight: 500;	}
.h2outline h2{ text-shadow: 2px 2px 0px #FFFFFF;}

.freeprivacypolicy-com---reset,.freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs{font-family: 'Inter', sans-serif!important;}
.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb,.freeprivacypolicy-com---palette-light .cc-nb-title,.freeprivacypolicy-com---palette-light .cc-nb-text,.freeprivacypolicy-com---palette-light .cc-nb-changep, .freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-title,.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-text,.freeprivacypolicy-com---palette-light .cc-pc-head-title-headline{ color: #2a2b3c!important; }
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save, .cc-nb-buttons-container button{ background:var(--primary-color)!important; color:#fff!important;}
.cc-nb-buttons-container button.cc-nb-changep{background:#fff!important; color:#2A2B3C!important;}


@media (min-width: 992px) {
	#healthtop .textimg{ padding-top:0!important; margin-top:-3rem!important; z-index: 6; }
}
@media (min-width: 1400px) {
	#healthtop .textimg{  margin-top:-7rem!important; }
}
@media (min-width: 1600px) {
	#healthtop .textimg{  margin-top:-9rem!important; }
}

.sk_branding{ opacity: 0; display: none; }

/* .leftcmargin{ margin-left:.75rem; }
.rightcmargin{ margin-right:.75rem; }
@media (min-width: 576px) {
    .leftcmargin{ margin-left: calc(((100vw - var(--container-width)) / 2) + .25rem);}
    .rightcmargin{ margin-right: calc(((100vw - var(--container-width)) / 2) + .25rem);}
} */
.leftcpadding{ padding-left: calc(((100vw - var(--container-width)) / 2) + (1.5rem * .5))!important;}
/* .leftcpadding{ padding-left: calc(((100vw - var(--container-width)) / 2) + (1.75rem))!important;} */
.rightcpadding{ padding-right: calc(((100vw - var(--container-width)) / 2) + (1.5rem * .5))!important;}