<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,400,400i,600,700,800,900');
@font-face {
    font-family: InterUIBold;
    src: url('../fonts/Inter-UI-Bold.otf');
}
@font-face {
    font-family: InterUIRegular;
    src: url('../fonts/Inter-UI-Regular.otf');
}
.security{
	font-family: 'Nunito', sans-serif;
	background: url("../img/container-bg.jpg");
	background-position: top 72px right;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
}
.security .topSlider{
	/*background: url("../img/container-bg.jpg");
	background-position: top right;
	background-size:cover;
	background-repeat:no-repeat;*/
	padding: 20px 0 25px 0;
}
.security .topSlider h1 {
    font-size: 46px;
    line-height: 40px;
    font-family: InterUIBold;
    color: #2b5b8c;
}
.security .topSlider p {
    font-size: 20px;
    line-height: 24px;
    max-width: 750px;
    padding-top: 5px;
    font-weight: 400;
}
.security .topSlider p span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 12px;
    color: #222;
}
.pr-15{
    padding-right: 15px;
}
.compareSec{padding: 0px 0 20px 0;}
.compareSec .secHeading{
    font-size: 30px;
    color: #333333;
    line-height: 28px;
    font-weight: 400;
}
.compareSec .fullWidth{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.compareSec .fullWidth .box img{max-width: 200px;}
.comRating {
    padding: 10px 0 5px 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
.compareSec .fullWidth .box {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    overflow: hidden;
}
.compareSec .fullWidth .box .boxInnerData {
    /* padding: 20px 24px; */
	padding: 15px;
    display: inline-block;
    width: 100%;
}
.compareSec .fullWidth .box .totalMovers {
	background: #2b5b8c;
	color: #fff;
	font-size: 18px;
	padding: 12px 24px;
}
.compareSec .fullWidth .box .leftB {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.compareSec .fullWidth .box .leftB p i {
    font-size: 28px;
    color: #0ca537;
    margin: 2px;
}
.compareSec .fullWidth .box .bigOrgBtn {
    font-size: 16px;
    color: #fff;
    background: #f56400;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: .3px;
}
header .bigOrgBtn {
    font-size: 14px;
    color: #fff;
    background: #f56400;
    padding: 4px 16px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .3px;
    display: inline-block;
    border-radius: 4px;
    line-height: 18px;
    margin-top: 10px;
}
header .bigOrgBtn span {
    font-size: 20px;
    font-family: InterUIBold;
    display: block;
    padding-top: 1px;
    line-height: 20px;
    padding-bottom: 4px;
}
.compareSec .fullWidth .box .bigOrgBtn:hover,
.compareSec .fullWidth .box .bigOrgBtn:focus,
header .bigOrgBtn:hover,
header .bigOrgBtn:focus {
	color: #fff;
	background: #e05700;
}
header .visitWebBtn {
    margin-top: 16px;
    padding: 8px 15px;
    width: auto;
    font-weight: 500;
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
	font-size: 16px;
}
header .headerRightLogo {
	display: inline-block;
	vertical-align: top;
	margin: 14px 14px 0 0;
}
header .ourNoOne {
    display: inline-block;
    vertical-align: top;
    margin: 25px 5px 0 0;
    font-size: 18px;
    font-weight: 400;
}
.compareSec .fullWidth .box .bigOrgBtn span {
    font-size: 30px;
    font-family: InterUIBold;
    display: block;
    padding-top: 2px;
    line-height: 32px;
}
.visitWebBtn {
	color: #29598a;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 14px;
	padding: 1.1rem 1rem;
	width: 100%;
	text-align: center;
	font-weight: 600;
	border-radius: 4px;
	text-transform: capitalize;
	border: 1px solid #29598a;
	box-shadow: 0 2px 8px 0 hsla(0,0%,65%,.3);
	text-decoration: none;
	transition: all .3s ease;
	letter-spacing:.5px;
}
.visitWebBtn:hover, .visitWebBtn:focus {
	background: #29598a;
    color: #fff;
    border: 1px solid #29598a;
}
.item-offer {
    border: 1px solid #0e9c3f;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 hsla(0,0%,65%,.3);
    color: #0e9c3f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 4px;
    outline: none;
    padding: 1.1rem 1rem;
    text-decoration: none;
    transition: all .3s ease;
    width: 100%;
    margin-bottom: 4px;
	text-align: center;
	letter-spacing:.5px;
}
.item-offer:hover, .item-offer:focus {
	background: #0e9c3f;
    color: #fff;
    border: 1px solid #0e9c3f;
}
.compareSec .fullWidth .box .centerB h2 {
    font-size: 38px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.compareSec .fullWidth .box .centerB p {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 15px;
}
.compareSec .fullWidth .box .centerB ul, ul.disclosureList{
    list-style: none;
    padding: 0;
    margin: 0;
}
.compareSec .fullWidth .box .centerB ul li, ul.disclosureList li {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 6px;
	background: url("../img/orgTick.png");  
	background-position: top 4px left;
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 28px;
}
.compareSec .fullWidth .box .centerB ul li i, ul.disclosureList li i{
    color: #f3641f;
    margin-right: 10px;
	display:none;
}
.compareSec .fullWidth .box h5.avgPrice {
    font-size: 16px;
    color: #666;
    margin: 10px 0 10px 0;
    text-align: left;
}
.compareSec .fullWidth .box h5 span {
    font-size: 30px;
    color: #f56400;
    display: block;
    font-weight: 700;
    padding-top: 2px;
}
.compareSec .fullWidth .box .rightB a p{
    margin: 0;
    line-height: 17px;
}
.compareSec .fullWidth .box .rightB a i{
    margin-right: 12px;
    font-size: 28px;
}
.compareSec .fullWidth .box .rightB a:last-child i{
    font-size: 16px;
    transform: rotate(80deg);
}

.compareSec .fullWidth .box .rightB a:last-child{
    background: #29598a;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 10px;
    letter-spacing: 0.5px;
}

.compareSec .fullWidth .box .rightB a:last-child:after{
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
    position: absolute;
    border-left: 1px solid #29598a;
    border-top: 1px solid #29598a;
}
.compareSec .fullWidth .box .rightB a:last-child:before{
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    right: -4px;
    bottom: -4px;
    position: absolute;
    border-right: 1px solid #29598a;
    border-bottom: 1px solid #29598a;
}
.compareSec .fullWidth .box .rightB a:hover{
    background: #e05b02;
}
.compareSec .fullWidth .box .rightB a:last-child:hover{
    background: #0d457c;
}
.compareSec .fullWidth .box .rightB a:hover:after{
    animation: border 0.5s linear;
}
.compareSec .fullWidth .box .rightB a:hover:before{
    animation: border 0.5s linear;
}
.disclamer{padding-bottom:20px;}
.disclamer h4{ font-size:18px;}

@keyframes border{
    0%{width: 0;
        height: 0;}
    100%{width: calc(100% + 8px);
        height: calc(100% + 8px);}
}

.compareSec .fullWidth.halfWidth{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}
.compareSec .fullWidth.halfWidth .box{
    width: calc(50% - 15px);
    flex-wrap: wrap;
}
.compareSec .fullWidth.halfWidth .box .leftB, .compareSec .fullWidth.halfWidth .box .rightB{
    width: 50%;
    max-width: 50%;
}
.compareSec .fullWidth.halfWidth .box .centerB{
    order: 3;
    width: calc(100% + 20px);
    border-top: 1px solid #dddddd;
    margin: 10px -10px 0;
    padding: 15px 15px 5px;
}
.compareSec .fullWidth.halfWidth .rightB a{width: 206px;}
.security .disclosureHead {
    color: #ee7e00;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
	cursor:pointer;
}
.security .disclosure{
    position: absolute;
    left: 15px;
    color: #3e3d3f;
    max-width: 100%;
    box-shadow: 0 0 30px hsla(0,0%,60%,.6);
    background-color: #fff;
    border-radius: 4px;
    z-index: 1;
	display:none;
	max-width: 950px;
	padding: 20px 38px 15px 30px;   
}
.security .disclosure p{
	font-size: 16px !important;
	line-height: 24px;
	max-width: 100%;
}
.security .disclosure .close {
    color: #3e3d3f;
    opacity: 1;
    position: absolute;
    right: 13px;
    top: 6px;
    font-size: 28px;
}
.security .disclosure .close:hover, .security .disclosure .close:focus {
    color: #ee7e00;
}


@media(max-width:991px){
    .compareSec .fullWidth .box{
        flex-wrap: wrap;
    }
    /*.compareSec .fullWidth .box .leftB,.compareSec .fullWidth .box .rightB{
        width: 50%;
        max-width: 50%;
    }*/
    .compareSec .fullWidth .box .centerB{
        order: 3;       
        margin: 10px 0px 0;
        padding: 0px 15px 5px;
    }
    .compareSec .fullWidth.halfWidth .box{
        width: 100%;
        max-width: 100%;
    }
    .compareSec .fullWidth .box .rightB a{
        width: 206px;
    }
    .security .topSlider .outerRight h1 span {
        font-size: 35px;
    }
    .security .topSlider .outerRight h1 {
        font-size: 28px;
        line-height: 34px;
    }
	header .visitWebBtn {display: none;}
}


@media(max-width:767px){
.security .topSlider .outerRight{
	flex-direction: column;
	max-width: 100%;
}
.security .topSlider .outerRight h1 {
	font-size: 28px;
	line-height: 36px;
}   
.security .topSlider .outerRight .outerimg.hide{
	display: block !important;
	margin: 5px -15px 10px;
}
.security .topSlider .outerRight{
	padding-bottom: 10px;
}
.security .topSlider {padding: 20px 0 20px 0;}
.security .topSlider h1 {
    font-size: 30px;
    margin: 0;
    line-height: 36px;
}	
.security .topSlider p {font-size: 18px; line-height: 22px;}	
.security .topSlider p span {
    font-size: 24px;
    padding-bottom: 8px;
}
.compareSec .fullWidth .box .boxInnerData {padding: 10px 15px;}	
.compareSec .fullWidth .box {margin-bottom: 20px;}
.compareSec .fullWidth .box .totalMovers {
    font-size: 16px;
    padding: 10px 22px;
}
.compareSec .fullWidth .box .leftB p i {font-size: 18px;}
.comRating {font-size: 16px;}
.compareSec .fullWidth .box .bigOrgBtn span {
	font-size: 26px;
	padding-top: 3px;
	line-height: 25px;
}
.compareSec .fullWidth .box .bigOrgBtn {
    font-size: 14px;
    padding: 10px;
}
/*.visitWebBtn {
    font-size: 20px;
    padding: 12px;
}*/
.compareSec .fullWidth .box .centerB h2 {font-size: 30px;}
.compareSec .fullWidth .box h5 span {font-size: 32px; padding-top: 2px;}
.compareSec .fullWidth .box h5.avgPrice {font-size: 16px;}
.compareSec .fullWidth .box .centerB h2 {white-space: inherit;}
.security {background-position: top 58px right;}
.security .disclosure {
    box-shadow: 0 0 20px hsla(0,0%,60%,.6);
    max-width: calc(100% - 30px);
    padding: 10px 30px 15px 18px;
}
header .headerRightLogo {
    margin: 14px 10px 0 0;
    max-width: 94px;
}
header .bigOrgBtn {margin-top: 3px;}
header .ourNoOne{ display:none;}
}
.headerPhone{ display:none;}
@media(max-width:559px){
    .compareSec .fullWidth .box .leftB,.compareSec .fullWidth .box .rightB, .compareSec .fullWidth.halfWidth .box .leftB, .compareSec .fullWidth.halfWidth .box .rightB{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .compareSec .fullWidth .box .leftB{
        border: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .compareSec .fullWidth.halfWidth .box .leftB{
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .compareSec .secHeading {
        font-size: 24px;
    }
    .security .topSlider .outerRight h1 {
        font-size: 25px;
        line-height: 33px;
    }
    .security .topSlider .outerRight h1 span {
        font-size: 30px;
    }
header .headerRightLogo, header .bigOrgBtn { display:none;}
.headerPhone{ display:inline-block;}
}

@media(min-width:768px) and (max-width:1199px){
.compareSec .fullWidth .box img {max-width: 100%;}
.compareSec .fullWidth .box .centerB h2, 
.compareSec .fullWidth .box h5 span, 
.compareSec .fullWidth .box .bigOrgBtn span {font-size: 30px;}
.compareSec .fullWidth .box .bigOrgBtn {font-size: 12px;}	
.visitWebBtn {
    font-size: 22px;
    padding: 16px 10px;
}
.security .topSlider h1 {
    font-size: 34px;
    line-height: 36px;
}
.security .topSlider p {
    font-size: 18px;
    line-height: 22px;
}
.security .topSlider p span {
    font-size: 24px;
    padding-bottom: 8px;
}
.quoteCall, header .ourNoOne{ display:none;}
}
	</pre></body></html>