<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
	--max-width-out: 100%; /*1437px;*/
	--max-width-in: 1400px;
}

* {
	margin: 			0;
	padding: 			0;
	border: 			0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;

    -webkit-appearance: none;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
}


/*
*:not(html) {
    -webkit-transform: 	translate3d(0, 0, 0);
}
*/

::selection {
	background: 		#008800;
	color: #ffffff;
}

::-moz-selection {
	background: 		#008800;
	color: #ffffff;
}

html {
	width:				100%;
	height: 			100%;
	overflow-y: 		scroll;
	font-family: 		'poppinsregular',Arial,Georgia,Courier;
	font-weight:		normal;
	background: 		#cacaca;
}

body {
	width:				100%;
	height: 			100%;
	font-size:			14px;
	line-height:		18px;
	font-weight: 		normal;
	text-align:			left;
	color:				#282B2D;
}

b{
	font-family: 		'poppinssemibold',Arial,Georgia,Courier;
	font-weight:		normal;
}

#main{
	position:			relative;

	min-height: 		100%;
	height: 			auto !important;

	margin: 			0 auto -0px auto;

	width:				100%;
	max-width:			var(--max-width-out);
	background: 		#ffffff;
	overflow: 			hidden;
    }



#main-in{
	position: 			relative;
	overflow:			visible;
	padding-bottom: 	0px;
}



#header{
	position: 			relative;
	width: 				100%;
	height: 			auto;
	font-size: 			14px;
	line-height:		20px;
	color: 				#222222;
	text-align: 		center;
	padding:			30px 0px;
	z-index: 			2;
}

#header .menu{
	position: relative;
	text-align: left;
}

#header .menu .mobile-menu-access{
	position: relative;
	width: 30px;
	float: right;
	margin: 10px 0px 10px 20px;
	cursor: pointer;
}

#header .menu .mobile-menu-access &gt; p{
	display: block;
	width: 100%;
	height: 4px;
	margin: 4px 0px;
	background: #444444;
}

#header .menu .menu-opt-bt-demo{
	position: relative;
	margin: 6px 0px 10px 0px;
	float: right;
	background: #ffffff;
	border-radius: 8px;
	color: #000000;
	text-align: center;
	padding: 0px 16px;
	cursor: pointer;
	font-weight: normal;
	font-family: 'poppinssemibold',Arial,Georgia,Courier;
	font-size: 13px;
	line-height: 40px;
}

#header .menu .menu-opt-bt-demo:hover{
	margin: 3px 0px 10px 0px;
	box-shadow: 0px 0px 23px 3px #bbffbb80;
	transition: margin 0.3s;
}


#header .menu .menu-opt-bt-demo2{
	position: relative;
	margin: 6px 0px 10px 0px;
	float: right;
	background: #33A922;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	padding: 0px 16px;
	cursor: pointer;
	font-weight: normal;
	font-family: 'poppinssemibold',Arial,Georgia,Courier;
	font-size: 13px;
	line-height: 40px;
}

#header .menu .menu-opt-bt-demo2:hover{
	margin: 3px 0px 10px 0px;
	box-shadow: 0px 0px 23px 3px #bbffbb80;
	transition: margin 0.3s;
}

#header .menu .menu-opt-bt-login{
	position: relative;
	margin: 6px 14px 10px 0px;
	float: right;
	background: #ffffff30;
	border-radius: 8px;
	color: #000000;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	font-family: 'poppinsmedium',Arial,Georgia,Courier;
	font-size: 13px;
	line-height: 40px;
}

#header .menu .menu-opt-bt-login:hover{
	margin: 3px 14px 10px 0px;
	box-shadow: 0px 0px 23px 3px #bbffbb80;
	transition: margin 0.3s;
}

#header .menu .menu-opt-bt-login a{
	display: block;
	padding: 0px 16px;
	line-height: 40px;	
	text-decoration: none;
	color: inherit;
}


#header .menu .menu-opt-bt-login2{
	position: relative;
	margin: 6px 14px 10px 0px;
	float: right;
	background: #ffffff30;
	border-radius: 8px;
	color: #33A922;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	font-family: 'poppinsmedium',Arial,Georgia,Courier;
	font-size: 13px;
	line-height: 38px;
	border: 1px solid #33A922;
}

#header .menu .menu-opt-bt-login2:hover{
	margin: 3px 14px 10px 0px;
	box-shadow: 0px 0px 23px 3px #bbffbb80;
	transition: margin 0.3s;
}

#header .menu .menu-opt-bt-login2 a{
	display: block;
	padding: 0px 16px;
	line-height: 38px;	
	text-decoration: none;
	color: inherit;
}


#header .menu .menu-opt{
	position: relative;
	/*margin: 18px 35px 10px 0px;*/
	margin: 6px 14px 10px 0px;
	font-weight: normal;
	font-family: 'poppinsmedium',Arial,Georgia,Courier;
	font-size: 14px;
	line-height: 21px;
	background: #ffffff30;
	border-radius: 8px;
}

#header .menu .menu-opt[data-align="logo"]{
	float: left;
	margin: 0px 60px 0px 0px;
	background: transparent;
}

#header .menu .menu-opt[data-align="left"]{
	float: left;
}

#header .menu .menu-opt[data-align="right"]{
	float: right;
}

#header .menu .menu-opt &gt; p{
	position: relative;
	cursor: pointer;
	line-height: 40px;
	padding: 0px 24px 0px 16px;	
}

#header .menu .menu-opt &gt; p &gt; a{
	text-decoration: none;
	color: inherit;
}

#header .menu .menu-opt &gt; p span{
	position: absolute;
	right: -3px;
	top: 8px;
	width: 17px;
	height: 16px;
}

#header .menu .menu-opt &gt; div{
	display: none;
	position: absolute;
	left: -10px;
	top: 32px;
	width: auto;
	min-width: 100px;
	min-height: 48px;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.03);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.03);
	z-index: 2;
	background: #ffffff;
	white-space: nowrap;
	padding: 8px 0px;
	border-radius: 8px;
	font-family: 'poppinsregular',Arial,Georgia,Courier;
}

#header .menu .menu-opt &gt; div a{
	display: block;
	position: relative;
	padding: 0px 20px 0px 50px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

#header .menu .menu-opt &gt; div a:hover{
	background: #d9efd3;
}

#header .menu .menu-opt &gt; div a img{
	position: absolute;
	left: 15px;
	top: 50%;
	width: 21px;
	transform: translate(0,-50%);
}


#header .menu .menu-opt p span[data-ico="dw"]{
	background: url(../img/menu-arrow-dw.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 17px;
	width: 17px;
	height: 16px;
}

#header .menu .menu-opt p span[data-ico="up"]{
	background: url(../img/menu-arrow-dw.svg);
	background-repeat: no-repeat;
	transform: rotate(180deg);
	position: absolute;
	right: 7px;
	top: 6px;
	width: 17px;
	height: 16px;
}

#header .menu .menu-opt &gt; div &gt; div{
	padding-left: 20px;
}

#header .ratenow-logo{
	display: block;
	height: 58px;
	margin: 0px 0px 0px 0px;
}



#footer{
	position: 			relative;
	font-size: 			14px;
	line-height:		20px;
	color: 				#ffffff;
	background: 		#242729;
	height: 			auto;
	padding:			100px 0px 0px 0px;
	text-align:			left;
	width:				100%;
	max-width:			var(--max-width-out);
	margin: 			0px auto;
}

#footer .footer-column{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: left;
	font-family: 'poppinsregular';
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
}

#footer .footer-column[data-nc="0"]{ width: 14%; margin-bottom: 50px; }
#footer .footer-column[data-nc="1"]{ width: 24%; }
#footer .footer-column[data-nc="2"]{ width: 27%; }
#footer .footer-column[data-nc="3"]{ width: 21%; }
#footer .footer-column[data-nc="4"]{ width: 14%; }

#footer .footer-column[data-nc="0"] img { display: block; margin: 0px; }
#footer .footer-column[data-nc="0"] a { padding: 0px; margin: 0px; }

#footer .footer-column &gt; h1{
	font-size: 15px;
	line-height: 25px;
	font-family: 'poppinsbold';
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

#footer .footer-column &gt; div{
	margin: 0px 0px 50px 0px;
	
}

#footer .footer-column a{
	text-decoration: none;
	color: inherit;
}

#footer .footer-column a:hover{
	text-decoration: underline;
	color: #249927;
}

#footer hr{
	color: #bbbbbb;
	background: #3b3b3b;
	height: 1px;
}

#footer .footer-copy{
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	padding: 20px 0px 15px 14%;
	margin-top: 0px;
	color: #bbbbbb;
}

.centerer{
	position: 			relative;
	width:				100%;
	max-width:			var(--max-width-in);
	margin: 			0px auto;
	padding:			0px 20px;
}

.client-logos{
	position: relative;
	background: #f6f6f6;
	color: #596871; 
	padding: 20px 0px;
}

.client-logos h1{
	font-size: 18px;
	font-family: 'exo_2regular',Arial;
	line-height: 22px;
	text-align: left;
	margin-bottom: 24px;
}

.client-logos h1 b{
	font-family: 'exo_2semibold',Arial;
	font-weight: normal;
}

.client-logos &gt; div{
	position: relative;
	height: auto;
	overflow: hidden;
}

.client-logos &gt; div &gt; div{
	position: absolute;
	width: auto;
	height: auto;
	white-space: nowrap;
}

.client-logos &gt; div &gt; div &gt; p{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0px;
}

.client-logos &gt; div &gt; div &gt; p &gt; img{
	margin: 10px 25px;
	transform: scale(100%);
}

.client-logos-fadeout-left{
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background: linear-gradient(90deg, rgba(246,246,246,1) 0%, rgba(246,246,246,0) 100%);
}

.client-logos-fadeout-right{
	position: absolute; 
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background: linear-gradient(90deg, rgba(246,246,246,0) 0%, rgba(246,246,246,1) 100%);
}

.numbers{
	position: relative;
	background: #ffffff;
	color: #282B2D; 
	padding: 50px 0px 20px 0px;
	overflow: hidden;
}	

.numbers-back{
	position: absolute;
	left: -550px;
	top: 30%;
	width: auto;
	height: auto;
	transform: rotate(200deg);
}

.numbers .centerer{
	position: relative;
}

.numbers .centerer .columns{
	margin: 0px -10px;
}

.numbers .centerer h1{
	font-size: 18px;
	font-family: 'exo_2semibold',Arial;
	line-height: 21px;
	text-align: left;
	color: #596871;
}

.numbers .centerer .column{
	position: relative;
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: top;
	font-family: 'exo_2semibold',Arial;
	font-weight: normal;
	padding: 20px 10px;
}

.numbers .centerer .column &gt; div{
	box-shadow: 0px 7px 10px 0px #231F200A;
	padding: 20px 30px 20px 30px;
	border-radius: 10px;
	background: #ffffff;
}

.numbers .centerer .column &gt; div &gt; h1{
	text-align: center;
	padding: 0px 0px;
	font-family: 'poppinsregular';
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	min-height: 48px;
	color: #596871;
}

.numbers .centerer .column &gt; div &gt; p{
	text-align: center;
	font-family: 'exo_2regular',Arial;
	font-weight: normal;
	font-size: 42px;
	margin: 20px 0px 30px 0px;
	color: #7FBB00;
}



.security-logos{
	position: relative;
	background: #f6f6f6;
	color: #282B2D; 
	padding: 50px 0px 30px 0px;
}

.security-logos .centerer &gt; div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.security-logos h1{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-family: 'exo_2semibold',Arial;
	line-height: 26px;
	text-align: left;
	color: #596871;
}

.security-logos img{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px 10px 50px;
}



.featured-logos{
	position: relative;
	background: #f6f6f6;
	color: #000000; 
	padding: 20px 0px;
}

.featured-logos .centerer &gt; div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.featured-logos .centerer &gt; div &gt; div{ 
	width: 80%; 
	display: flex;	
	flex-direction: row; 
	justify-content: space-between; 
	align-items: center; 
}

.featured-logos h1{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-family: 'exo_2regular',Arial;
	line-height: 22px;
	text-align: left;
	color: #596871;
	margin-bottom: 0px;
}

.featured-logos img{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px 10px 0px;
	zoom: 1.0; 
}


.collaboration-logos{
	position: relative;
	background: #f6f6f6;
	color: #000000; 
	padding: 20px 0px;
}

.collaboration-logos .centerer &gt; div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.collaboration-logos .centerer &gt; div &gt; div{ 
	width: 80%; 
	display: flex;	
	flex-direction: row; 
	justify-content: space-between; 
	align-items: center; 
}

.collaboration-logos h1{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-family: 'exo_2regular',Arial;
	line-height: 22px;
	text-align: left;
	color: #596871;
	margin-bottom: 0px;
}

.collaboration-logos img{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px 10px 0px;
	zoom: 1.0; 
}

/*
.collaboration-logos{
	position: relative;
	background: #f6f6f6;
	color: #000000; 
	padding: 50px 0px 30px 0px;
}

.collaboration-logos .centerer &gt; div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.collaboration-logos h1{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-family: 'exo_2semibold',Arial;
	line-height: 26px;
	text-align: left;
	color: #596871;
}

.collaboration-logos img{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0px 10px 50px;
	max-height: 80px;
}
*/


.contactclaim{
	position: relative;
	background: #f6f6f6;
	padding: 48px 0px;
}


.contactclaim-in{
	position: relative;
	background: #ffffff;
	border-radius: 6px;
	padding: 50px 0px 50px 40px;
	overflow: hidden;
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.1);
}

.contactclaim-in h1{
	position: relative;
}

.contactclaim-in .text{
	position: relative;
	font-family: 'poppinsregular';
	font-weight: normal;
	font-size: 16px;
	line-height: 38px;
	color: #596871;
	margin: 30px 0px 10px 0px;
}

.contactclaim-in div.but{
	position: absolute;
	left: 65%;
	top: 40%;
	right: 0px;
	text-align: center;
}

.contactclaim-in div.but button{
	background: #242729;
	color: #ffffff;
	font-family: 'poppinssemibold';
	font-weight: normal;
	font-size: 14px;
	min-width: 200px;
	line-height: 50px;
	border-radius: 7px;
	margin: 0px auto;
	padding: 0px 10px;
	box-shadow: 0px 13px 13.8px -7px #231F204D;
	cursor: pointer;
}

.contactclaim-in div.but p{
	color: #ffffff;
	font-family: 'poppinsregular';
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin: 20px 0px 10px 0px;
}

.contactclaim-in-back{
	display: block; 
	position: absolute;
	left: 100%;
	top: 70%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
}

span.visto{
	position: relative;
	margin-right: 24px;
}

span.visto &gt; img{
	position: absolute;
	left: 0px;
	top: 3px;
}

.vistoline{
	position: relative;
	padding: 0px 0px 0px 30px;
	margin-bottom: 8px;
}

.vistoline &gt; img{
	position: absolute;
	/*top: 4px;*/
	left: 0px;
	width: 20px;
	top: 50%;
	transform: translate(0%,-50%);
}

.vistoline-no{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin-bottom: 8px;
}


.industry-shortcuts{
	position: relative;
	background: #f6f6f6;
	padding: 32px 0px;
}



.industry-shortcuts .shortcuts{
	position: relative;
	margin: 30px -10px;
}

.industry-shortcuts .shortcut{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	width: 33.333%;
}


.industry-shortcuts .shortcut &gt; a{
	text-decoration: none;
	color: inherit;
	padding: 0px;
	margin: 0px;
}


.industry-shortcuts .shortcut &gt; a &gt; div{
	position: relative;
	background: #ffffff;
	border-radius: 7px;
	padding: 0px 0px;
	overflow: hidden;
	box-shadow: 0px 7px 10px 0px #231F200A;
}

.industry-shortcuts .shortcut .industry-up{
	padding-bottom: 20px;
}

.industry-shortcuts .shortcut .industry-up &gt; h2{
	position: relative;
	margin: 32px 0px 26px 0px;
	padding: 0px 100px 0px 32px;
	font-family: 'exo_2semibold';
	font-weight: normal;
	font-size: 22px;
	line-height: 27px;
}

.industry-shortcuts .shortcut &gt; a &gt; div &gt; div.industry-imgs{
	position: relative;
	overflow: hidden;
}

.industry-shortcuts .shortcut &gt; a &gt; div &gt; div.industry-txt{
	padding: 0px 32px;
	font-family: 'poppinsregular';
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	color: #596871;
}


.industry-shortcuts .shortcut &gt; a &gt; div img{
	display: block;
}

.industry-shortcuts .shortcut &gt; a &gt; div img.industry-img{
	position: relative;
	width: 100%;
	left: -3px;
}

.industry-shortcuts .shortcut &gt; a &gt; div img.industry-img-over{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	transition: width 0.3s ease-in;
}

.industry-shortcuts .shortcut:hover &gt; a &gt; div img.industry-img-over{
	width: 106%;
}



.industry-shortcuts .shortcut .arrow-right{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0%,-50%);
}

.rndots{
	display: block;
	margin: 7px 0px;
}


.stepsprogram{
	position: relative;
	padding: 40px 0px 30px 0px;
	overflow: hidden;
}

.stepsprogram h1{
	font-family: 'exo_2semibold',Arial;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	color: #282B2D;
}

.stepsprogram-back{
	position: absolute;
	right: -30px;
	top: 10px;
}

.stepsprogram .columns{
	position: relative;
	margin: 0px 0px;
	padding: 20px 0px 10px 0px;
}

.stepsprogram .columns .column{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	padding: 10px 0px;
}

.stepsprogram .columns .column p{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	background: #eeb300;
	border-radius: 50%;
	font-family: 'exo_2semibold',Arial;
	font-weight: normal;
	font-size: 14px;
	transform: translate(0%,-50%);
}

.stepsprogram .columns .column div{
	position: relative;
	padding: 0px 20px 0px 25px;
	font-family: 'poppinsregular';
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #596871;
}

.stepsprogram .columns .column div b{
	font-family: 'poppinssemibold';
}

.channels-shortcuts{
	position: relative;
	background: #f6f6f6;
	padding: 32px 0px 32px 0px;
}


.channels-shortcuts .shortcuts{
	position: relative;
	margin: 30px 0px 0px 0px;
}

.channels-shortcuts .shortcuts .shortcut{
	position: relative;
	background: #ffffff;
	border-radius: 8px;
	padding: 40px 30px;
	margin: 20px 0px;
	box-shadow: 0px 7px 10px 0px #231F200A;
	overflow: hidden;
}

.channels-shortcuts .shortcuts .shortcut h2{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #282B2D;
	font-size: 22px;
	line-height: 26px;
	font-family: 'exo_2semibold',Arial;
	font-weight: normal;
}

.channels-shortcuts .shortcuts .shortcut h2 .arrow-right{
	position: absolute;
	right: -100px;
	top: -2px;
}


.channels-shortcuts .shortcuts .shortcut &gt; div{
	position: relative;
	margin: 48px 0px 0px 0px;
}

.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0px 10px 10px 10px;
}

.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature-in{
	position: relative;
}

.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature img{
	display: block;
	width: 100%;
}

.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature p{
	position: relative;
	text-align: center;
	font-family: 'poppinsregular';
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #596871;
	margin: 8px 0px 0px 0px;
}

.channels-shortcuts .shortcuts .shortcut a{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.channels-shortcuts-back{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

.subhead{
	position: relative;
	min-height: 520px;
	padding: 0px 0px 20px 0px;
	font-family: 'poppinsregular',Arial;
	font-weight: normal;
	font-size: 16px;
}



.subhead .half{
	position: relative;
	width: 55%;
}

.subhead .half &gt; div{
	font-family: 'poppinsregular',Arial;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #596871;

}

.subhead h1{
	color: #282B2D;
	font-family: 'exo_2bold',Arial;
	font-weight: normal;
	font-size: 55px;
	line-height: 66px;
	margin-bottom: 30px;
}

.subhead h1 &gt; div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*line-height: 66px;*/
	height: 66px;
	width: auto;
	overflow: hidden;
}

.subhead h1 &gt; div &gt; i{
	display: block;
	height: 4px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0px;
	background: #F4B123;
}

.subhead h1 &gt; div &gt; p{
	display: block;
	line-height: 66px;
	margin-top: 190px;
}

.subhead h1 &gt; div &gt; p &gt; span{
	line-height: 66px;
}

.subhead span.visto{
	margin-right: 34px;
}

.subhead span.visto img{
	width: 20px;
}

.subhead .buttons{
	position: relative;
	min-height: 100px;
	padding: 50px 0px 10px 0px;
}

.subhead .buttons &gt; div[data-button]{
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
	position: relative;
	border-radius: 8px;
	line-height: 50px;
	padding: 0px 60px 0px 20px;
	border: 1px solid #33A922;
	cursor: pointer;
	box-shadow: 2px 2px 2px 2px #44444420;
	font-family: 'poppinssemibold',Arial;
	font-weight: normal;
	font-size: 14px;
}

.subhead .buttons &gt; div[data-button]:hover{
	box-shadow: 0px 0px 23px 3px #bbffbb80;
}

.subhead .buttons &gt; div[data-button] img{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0%,-50%);
}

.subhead .buttons &gt; div[data-button="demo"]{
	background: #33A922;
	color: #ffffff;
}

.subhead .buttons &gt; div[data-button="demo"] img{
	animation: ani0 1s ease-in-out infinite;
}

.subhead .buttons &gt; div[data-button="showvideo"]{
	background: #ffffff;
	color: #33A922;
}

.subhead .buttons &gt; div[data-button="showvideo"][data-video=""]{
	display: none;
}



.subhead .image{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

.subhead .image &gt; .centerer{
	position: relative;
	height: 100%;
}


.subhead .image img{
	display: block;
	width: 60%;
	position: absolute;
	right: -12%;
	bottom: 0px;
}



@keyframes ani0 {
	0% {
		right: 25px;
		width: 16px;
	}

	50% {
		right: 15px;
		width: 20px;
	}

	100% {
		right: 25px;
		width: 16px;
	}
}






.casestudies-shortcuts{
	position: relative;
	background: #f6f6f6;
	padding: 32px 0px;
}

.casestudies-shortcuts .title{
	float: left;
}


.casestudies-shortcuts .shortcuts{
	position: relative;
	margin: 32px -10px 12px -10px;
	white-space: nowrap;
	transition: transform 0.5s ease-in;
}

.casestudies-shortcuts .shortcut{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px 20px 10px;
	width: 60%;
	white-space: initial;
}

.casestudies-shortcuts .shortcut &gt; div{
	position: relative;
	background: #33A922;
	border-radius: 7px;
	padding: 0px;
	overflow: hidden;
	color: #ffffff;
	height: 360px;
	box-shadow: 0px 10px 20px 0px #D0D2DB40;
}

.casestudies-shortcuts .shortcut &gt; div &gt; .half-left{
	position: relative;
	float: left;
	width: 50%;
	padding: 32px 48px 32px 32px;
}

.casestudies-shortcuts .shortcut &gt; div &gt; .half-right{
	position: relative;
	float: left; 
	width: 50%; 
	height: 100%; 
	padding: 0px;
}

.casestudies-shortcuts .shortcut &gt; div &gt; a{
	position: absolute;
	left: 32px;
	bottom: 32px;
	color: #ffffff;
	font-family: 'poppinsregular',Arial;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.casestudies-shortcuts .shortcut &gt; div &gt; a &gt; img{
	position: absolute;
	right: -24px;
	top: 0px;
}

.casestudies-shortcuts .shortcut .logo{
	display: block;
	margin-bottom: 32px;
}

.casestudies-shortcuts .shortcut .intro{
	padding: 0px;
	font-family: 'poppinsregular',Arial;
	font-size: 16px;
	line-height: 26px;
}

.casestudies-shortcuts .shortcut .arrow-right{
	position: absolute;
	right: 30px;
	top: 40px;
}

.casestudies-shortcuts h2 &gt; a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'poppinssemibold',Arial;
	font-weight: normal;
	font-size: 17px;
	line-height: 26px;
	color: #33A922;
	text-decoration: none;
}

.casestudies-shortcuts h2 &gt; a &gt; img{
	position: absolute;
	right: -36px;
	top: -2px;
}


.ball-arrows{
	position: relative;
	float: right;
}

.ball-arrow{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 54px;
	height: 54px;
	margin-left: 24px;
	border-radius: 50%;
	box-shadow: 0px 4px 20px 0px #B8BBCE40;
	cursor: pointer;
}

.ball-arrow &gt; div{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 21px;
	height: 20px;
	transform: translate(-50%,-50%);
}

.ball-arrow[data-status="enabled"]{
	background: #33A922;
}

.ball-arrow[data-status="disabled"]{
	background: #ffffff;
}

.ball-arrow[data-dir="left"][data-status="enabled"] &gt; div{
	background: url(../img/arrow-little-white-left.png) no-repeat center center scroll; 
	background-size: cover;
}

.ball-arrow[data-dir="left"][data-status="disabled"] &gt; div{
	background: url(../img/arrow-little-gray-left.png) no-repeat center center scroll; 
	background-size: cover;
}

.ball-arrow[data-dir="right"][data-status="enabled"] &gt; div{
	background: url(../img/arrow-little-white-right.png) no-repeat center center scroll; 
	background-size: cover;
}

.ball-arrow[data-dir="right"][data-status="disabled"] &gt; div{
	background: url(../img/arrow-little-gray-right.png) no-repeat center center scroll; 
	background-size: cover;
}



.blogs-shortcuts{
	position: relative;
	background: #f6f6f6;
	padding: 32px 0px 48px 0px; 
}

.blogs-shortcuts .title{
	float: left;
}


.blogs-shortcuts .shortcuts{
	position: relative;
	margin: 32px -10px 12px -10px;
	white-space: nowrap;
	transition: transform 0.5s ease-in;
}

.blogs-shortcuts &gt; .centerer{
	overflow: hidden;
}

.blogs-shortcuts .shortcut{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px 20px 10px;
	width: 25%;
	white-space: initial;
}

.blogs-shortcuts .shortcut &gt; div{
	position: relative;
	background: #ffffff;
	border-radius: 7px;
	padding: 0px;
	overflow: hidden;
	color: #282B2D;
	height: auto;
	box-shadow: 0px 10px 20px 0px #D0D2DB40;
}

.blogs-shortcuts .shortcut &gt; div &gt; .half-up{
	position: relative;
	width: 100%;
	aspect-ratio: 600/375;
}

.blogs-shortcuts .shortcut &gt; div &gt; .half-down{
	position: relative;
	padding: 32px 32px 32px 32px;
	height: 250px;
}


.blogs-shortcuts .shortcut .logo{
	display: block;
	margin-bottom: 32px;
}

.blogs-shortcuts .shortcut .half-down &gt; p{
	padding: 0px;
	font-family: 'poppinssemibold',Arial;
	font-size: 13px;
	line-height: 16px;
	color: #596871;
	margin-bottom: 20px;
}


.blogs-shortcuts .shortcut .half-down &gt; a{
	position: relative;
	display: block;
	/*
	left: 32px;
	right: 32px;	
	bottom: 32px;
	*/
	color: #33A922;
	font-family: 'poppinsregular',Arial;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.blogs-shortcuts .shortcut .half-down &gt; a &gt; img{
	position: absolute;
	right: 0px;
	top: 0px;
}

.blogs-shortcuts .shortcut .intro{
	padding: 0px;
	font-family: 'exo_2semibold',Arial;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	height: 128px;
	overflow: hidden;
	margin-bottom: 10px;
}

.blogs-shortcuts .shortcut .arrow-right{
	position: absolute;
	right: 30px;
	top: 40px;
}

.blogs-shortcuts h2 &gt; a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'poppinssemibold',Arial;
	font-weight: normal;
	font-size: 17px;
	line-height: 26px;
	color: #33A922;
	text-decoration: none;
}

.blogs-shortcuts h2 &gt; a &gt; img{
	position: absolute;
	right: -36px;
	top: -2px;
}


.pageblock h1{
	font-family: 'exo_2semibold',Arial;
	font-weight: normal;
	font-size: 34px;
	line-height: 40px;
	color: #282B2D;
}

.tabmodules{
	position: relative;
	padding: 20px 0px 50px 0px;
	background: #f6f6f6;
}

.tabmodule{
	padding: 40px 0px;
	position: relative;
}

.tabmodule h2{
	font-family: 'poppinsregular',Arial;
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	color: #596871;
}

.tabmodule h3{
	font-family: 'poppinsregular',Arial;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #596871;
	margin-bottom: 10px;
}


.tabmodule .tabs{
	position: relative;
	margin: 20px -10px 20px -10px;
}

.tabmodule .tabs &gt; .tab{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 260px;
	font-family: 'exo_2regular',Arial;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #33A922;
	background: #ffffff;
	border-radius: 12px;
	margin: 0px 10px 10px 10px;
	cursor: pointer;
	color: #282B2D;
}


.tabmodule .tabs &gt; .tab &gt; .tab-in{
	position: relative;
	display: flex;           
    flex-direction: column;  
    justify-content: center; 
    align-items: left;     
    height: 90px;
	width: 100%;
}

.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; img{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
}


.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; p{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 60px);
	padding-right: 10px;
}

.tabmodule .tabs &gt; .tab:hover{
	box-shadow: 0px 10px 20px 0px #33A92233;
	border: 1px solid #33A922;
	color: #33A922;
}

.tabmodule .tabs &gt; .tab:hover &gt; div &gt; div &gt; img{
	filter: invert(26%) sepia(89%) saturate(1583%) hue-rotate(95deg) brightness(96%) contrast(106%);
}

.tabmodule .tabs &gt; .tab.actv{
	box-shadow: 0px 10px 20px 0px #33A92233;
	border: 1px solid #33A922;
	color: #33A922;
}

.tabmodule .tabs &gt; .tab.actv&gt; div &gt; div &gt; img{
	filter: invert(26%) sepia(89%) saturate(1583%) hue-rotate(95deg) brightness(96%) contrast(106%);
}



.tabmodule .tabs &gt; .tab span[data-ico="dw"]{
	background: url(../img/menu-arrow-dw.svg);
	background-repeat: no-repeat;
	transform: rotate(0deg);
	position: absolute;
	right: 12px;
	top: 32px;
	width: 10px;
	height: 10px;
}

.tabmodule .tabs &gt; .tab.actv span[data-ico="dw"]{
	transform: rotate(180deg);
	position: absolute;
	right: 12px;
	top: 26px;
	width: 10px;
	height: 10px;
}



.tabmodule .tabs .tab .tabcont{
	position: relative;
	box-shadow: 10px 30px 40px 0px #33A9221A;
	background: #ffffff;
	min-height: 500px;
	font-family: 'poppinsregular',Arial;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	padding: 40px 32px 40px 48px;
	display: none;
	border-radius: 12px;
	color: #222222;
}


.tabmodule .tabs .tab .tabcont span.visto{
	margin-right: 30px;
}

.tabmodule .tabs .tab .tabcont span.visto img{
	width: 20px;
	top: 4px;
}




.tabmodule .content{
	position: relative;
	box-shadow: 10px 30px 40px 0px #33A9221A;
	border: 1px solid #33A922;
	border-radius: 16px;
	background: #ffffff;
	min-height: 500px;
	height: auto;
	font-family: 'poppinsregular',Arial;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	padding: 40px 32px 40px 48px;
}


.tabmodule .content &gt; div[data-code]{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 440px;
	display: block;
}

.tabmodule .content &gt; div &gt; div[data-code]{
	position: relative;
	width: 55%;
}

.tabmodule .content &gt; div &gt; div[data-media]{
	position: absolute;
	width: 36%;
	height: auto;
	left: 78%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.tabmodule .content span.visto{
	margin-right: 30px;
}

.tabmodule .content span.visto img{
	width: 20px;
	top: 4px;
}

.tabmodule .discover-more{
	position: relative;
	/*left: 32px;
	bottom: 32px;*/
	color: #33A922;
	font-family: 'poppinsregular',Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
}

.tabmodule .discover-more &gt; img{
	position: absolute;
	right: -27px;
	top: 0px;
	width: 18px;
}


.module-faq{
	position: relative;
	background: #f6f6f6;
	font-family: 'poppinsregular',Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 29px;
	text-align: left;
	color: #374151;
	padding: 80px 0px 60px 0px;
}

.module-faq &gt; .centerer &gt; p{
	padding: 20px 0px;
}

.module-faq .faq-question{
	position: relative;
	background: #ffffff;
	padding: 32px 32px;
	box-shadow: 0px 4px 20px 0px #BDC8E340;
	border-radius: 12px;
	margin: 20px 0px;
	cursor: pointer;
}

.module-faq .faq-question &gt; h2{
	position: relative;
	font-family: 'exo_2semibold',Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	text-align: left;
	padding: 0px 40px 0px 0px;
}

.module-faq .faq-question &gt; h2 &gt; img{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0%,-50%);
}

.module-faq .faq-question &gt; div{
	padding: 32px 0px;
	overflow: hidden;
	transition: height 0.3s ease-in, padding 0.3s ease-in;
}

.module-faq .faq-question[data-open="0"] &gt; h2 &gt; img[data-a="up"]{
	display: none;
}

.module-faq .faq-question[data-open="0"] &gt; div{
	padding: 0px 0px;
	height: 0px;
}

.module-faq .faq-question[data-open="1"] &gt; h2 &gt; img[data-a="dw"]{
	display: none;
}

.module-faq .faq-question[data-open="1"] &gt; div{
	padding: 32px 0px;
	height: auto;
}


.landing-block{
	position: relative;
	color: #282B2D;
	padding: 40px 25px;

}

.landing-block h1{
	margin: 14px 0px 24px 0px;
}

.landing-block h2{
	font-family: 'exo_2semibold',Arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 29px;
	text-align: left;
	color: #282B2D;
	margin-bottom: 8px;
}

.landing-block h3{
	font-family: 'poppinsregular',Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	color: #596871;

}

.landing-block .imgmobile{
	position: relative;
	width: 25%;
}

.landing-block .imgmobile &gt; img{
	position: relative;
	width: 100%;
}

.landing-block .text{
	font-family: 'poppinsregular',Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 29px;
	text-align: left;
	padding: 0px 12%;

}

.landing-block .half{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0px 0px 0px 0px;
}

.landing-block .half[data-h="img"]{
	display: inline-block;
	vertical-align: middle;
}

.landing-block .half[data-h="txt"]{
	display: inline-block;
	vertical-align: middle;
}

.landing-block .half &gt; img{
	position: relative;
	display: block;
	width: 100%;
}

.landing-block .half .bright{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40%;
	height: 40%;
	background: #bbffbb40;
	border-radius: 64px;
	transform: translate(-50%,-50%);
	box-shadow: 0px 0px 40px 200px #bbffbb40;
}

.landing-block .imgmobile .bright{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40%;
	height: 40%;
	background: #bbffbb40;
	border-radius: 64px;
	transform: translate(-50%,-50%);
	box-shadow: 0px 0px 40px 40px #bbffbb40;
}

.blog{
	position: relative;
	background: #f6f6f6;
	padding: 50px 0px 50px 0px;
}

.blog .menuup{
	position: relative;
	padding: 0px 0px 0px 0px;
}

.blog .menuup &gt; div{
	position: relative;
	text-align: right;
	margin-bottom: 24px;
}

.blog .menuup &gt; div &gt; div{
	display: inline-block;
	vertical-align: middle;
}

.blog .menuup h1{
	font-family: 'exo_2regular',Arial;
	font-size: 44px;
	font-weight: normal;
	line-height: 52px;
	text-align: left;
	color: #282B2D;
	margin-bottom: 16px;
}


.blog .menuup h3{
	font-family: 'exo_2semibold',Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	text-align: left;
	color: #282B2D;
	display: inline-block;
	vertical-align: middle;
	margin: 8px 10px;
}

.blog .menuup select{
	font-family: 'exo_2regular',Arial;
	background: #ffffff;
	line-height: 40px;
	font-weight: normal;
	padding: 0px 8px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 8px 0px;
}

.blog .menu{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 22%;
	padding: 0px 20px 0px 0px;
}

.blog .menu h1{
	font-family: 'exo_2regular',Arial;
	font-size: 44px;
	font-weight: normal;
	line-height: 52px;
	text-align: left;
	color: #282B2D;
}

.blog .menu &gt; div{
	position: relative;
}

.blog .menu h2{
	font-family: 'exo_2semibold',Arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	color: #282B2D;
	margin: 32px 0px 20px 0px;
}

.blog .menu &gt; div &gt; div &gt; a{
	position: relative;
	display: block;
	padding-left: 28px;
	cursor: pointer;
	font-family: 'poppinslight',Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	margin-bottom: 8px;
	color: inherit;
	text-decoration: none;
}

.blog .menu &gt; div &gt; div &gt; a &gt; span{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #222222;
	border-radius: 50%;
	background: #ffffff;
}

.blog .menu &gt; div &gt; div &gt; a &gt; span &gt; img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-65%,-50%);
	display: none;
}

.blog .menu &gt; div &gt; div &gt; a[data-actv="1"] &gt; span{
	background: #33A922;
}

.blog .menu &gt; div &gt; div &gt; a[data-actv="1"] &gt; span &gt; img{
	display: block;
}

.blog .index{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 78%;
	overflow: hidden;
	margin: 0px 0px;
}

.blog .index &gt; div{
	margin: 0px -10px;
}

.blog .index .shortcut{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 33.333%;
	padding: 10px 10px;
	text-decoration: none;
}

.blog .index .shortcut &gt; div{
	position: relative;
	background: #ffffff;
	border-radius: 8px;
	height: auto;
	overflow: hidden;	
	border: 1px solid #E1E8F1
}

.blog .index .shortcut &gt; div &gt; div &gt; img{
	display: block;
	width: 100%;
}


.blog .index .shortcut .shortcut-body{
    height: auto; 
	position: relative;
	padding: 20px 20px;
	font-family: 'poppinsregular';
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	color: #596871;
}

.blog .index .shortcut .shortcut-body &gt; p{
	position: relative;
	font-family: 'poppinsmedium',Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	color: #596871;
}

.blog .index .shortcut .shortcut-body &gt; h1{
	position: relative;
	font-family: 'exo_2semibold',Arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
	color: #282B2D;
	margin: 10px 0px;
}

.blog .index .shortcut .shortcut-body &gt; div{
	position: relative;
}



.blog .index .shortcut[data-mode="cta"] &gt; div &gt; div &gt; img{
	display: block;
	width: 100%;
	margin: 0px auto;
}


.blog .index .shortcut[data-mode="cta"] &gt; div{
	background: rgba(51, 169, 34, 0.1);
}

.blog .index .shortcut[data-mode="cta"] button{
	background: #33A922;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 48px;
	cursor: pointer;
	font-family: 'poppinssemibold';
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 5px;
	margin: 20px 0px;
}

.blog .index .shortcut[data-mode="cta"] button:hover{
	background: #33A922B0;
}

.blog .index .shortcut-main{
	position: relative;
	padding: 0px 10px;
	margin-bottom: 40px;
}

.blog .index .shortcut-main &gt; div{
	width: 100%;
	height: auto;
	position: relative;
	background: #ffffff;
}

.blog .index .shortcut-main .shortcut-image{
	/*position: absolute;
	left: 0px;
	top: 0px;
	width: 45%;
	height: 100%;*/
	position: relative;
	display: inline-block;
	width: 45%;
	height: auto;
	background: #ffffff;
	overflow: hidden;
}

.blog .index .shortcut-main .shortcut-image img{
	/*position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
	*/
	position: relative;
	display: block;
}


.blog .index .shortcut-main .shortcut-body{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 55%;
	padding: 20px 20px 20px 48%;
	font-family: 'poppinsregular';
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	color: #596871;
}


.blog .index .shortcut-main .shortcut-body p{
	font-family: 'poppinsmedium',Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	color: #596871;
}

.blog .index .shortcut-main .shortcut-body h1{
	font-family: 'exo_2semibold',Arial;
	font-size: 28px;
	font-weight: normal;
	line-height: 37px;
	text-align: left;
	color: #282B2D;
	margin: 10px 0px;
}


.blog .index .shortcut-main .shortcut-body a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px 0px 0px 0px;
	color: #33A922;
	font-family: 'poppinsregular',Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
}

.blog .index .shortcut-main .shortcut-body a &gt; img{
	position: absolute;
	right: -20px;
	top: 4px;
	width: 18px;
}


.pager{
	position: relative;
	text-align: center;
	margin: 24px 0px;
}

.pager .num{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #DADEE3;
	font-family: 'poppinsmedium',Arial;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background: #ffffff;
	color: #282B2D;
	cursor: pointer;
	border-radius: 50%;
	margin: 0px 6px 6px 6px;
	text-decoration: none;
}

.pager .num[data-mode="current"]{
	border: 1px solid #33A922;
	color: #33A922;
}

.pager .num[data-mode="enabled"]:hover{
	border: 1px solid #33A922;
	color: #33A922;	
}

.pager .num[data-mode="disabled"]{
	background: #C8CED5;
	color: #ffffff;
	pointer-events: none;
}

.modallayer{
    position: fixed;
    display: none;
    background: #ffffffb0;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    z-index: 3000;
    text-align: center;
}

.mobile-menu{
	position: relative;
	min-height: 100%;
	background: #ffffff;
	color: #222222;
	padding: 30px 0px;
	display: none;
}

.mobile-menu h1{
	position: relative;
	text-align: left;
	font-family: 'exo_2regular',Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}


.mobile-menu h1 span[data-ico="rt"]{
	background: url(../img/menu-arrow-dw.svg);
	background-repeat: no-repeat;
	transform: rotate(270deg);
	position: absolute;
	right: 4px;
	top: 20px;
	width: 10px;
	height: 10px;
}

.mobile-menu h1[data-opened="1"] span[data-ico="rt"]{
	transform: rotate(0deg);
	position: absolute;
	right: 7px;
	top: 23px;
	width: 10px;
	height: 10px;
}


.mobile-menu .mobile-section{
	display: none;
}

.mobile-menu h2{
	position: relative;
	padding: 0px 0px 0px 30px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-family: 'exo_2regular',Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	cursor: pointer;
}

.mobile-menu a{
	text-decoration: none;
	color: inherit;
}

.mobile-menu h2 img{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(-50%,-50%);
	zoom: 0.7;
}

.mobile-menu .mobile-section div{
	padding-left: 20px;
}

.mobile-menu .menu-opt-bt-demo{
	position: relative;
	margin: 6px 0px 10px 0px;
	float: right;
	background: #ffffff;
	border-radius: 8px;
	color: #000000;
	text-align: center;
	padding: 0px 16px;
	cursor: pointer;
	font-weight: normal;
	font-family: 'poppinssemibold',Arial,Georgia,Courier;
	font-size: 13px;
	line-height: 40px;
}

.mobile-menu .menu-opt-bt-demo:hover{
	margin: 3px 0px 10px 0px;
	box-shadow: 0px 0px 23px 3px #bbffbb80;
	transition: margin 0.3s;
}


.mobile-menu .menu-opt-bt-demo2{
	position: relative;
	margin: 6px 0px 10px 0px;
	float: right;
	background: #33A922;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	padding: 0px 16px;
	cursor: pointer;
	font-weight: normal;
	font-family: 'poppinssemibold',Arial,Georgia,Courier;
	font-size: 13px;
	line-height: 40px;
}

.mobile-menu .menu-opt-bt-demo2:hover{
	margin: 3px 0px 10px 0px;
	box-shadow: 0px 0px 23px 3px #bbffbb80;
	transition: margin 0.3s;
}


.mobile-menu .close{
	font-family: arial;
	font-size: 40px;
	line-height: 40px;
	cursor: pointer;
	font-weight: 100;
	position: relative;
	width: auto;
	float: right;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
}

.mobile-menu .ratenow-logo{
	float: left;
	display: block;
	height: 30px;
	margin: 10px 0px 0px 0px;
}



.cta-form{
    position: relative;
    display: none;
    background: #d8d7d7;
    width: 90%;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0px 8px 30px 0px #00000040;
    min-height: 70%;
    padding: 30px 40px 30px 40px;
    color: #575756;
	border-radius: 16px;
}

.cta-form .in-left{
    float: left;
    width: 40%;
    padding: 30px 0px 30px 0px;
}

.cta-form .in-right{
    float: left;
    width: 60%;
    padding: 40px 30px 30px 30px;
}

.cta-form .in-right h1{
	font-family: 'exo_2regular',Arial;
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
	margin-bottom: 30px;
	color: #282B2D;
}

.cta-form .in-right h2{
	font-family: 'exo_2regular',Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	text-align: center;
	color: #282B2D;
}

.cta-form .in-right h1 b{
	font-family: 'exo_2bold',Arial;
}

.cta-form .in-right a{
    text-decoration: none;
    font-family: 'exo_2bold';
    color: #575756;
}

.cta-form .team{
    margin: 50px 0px 0px 0px;
}

.cta-form .team-item{
    display: inline-block;
    vertical-align: top;
    margin: 0px 20px 20px 20px;
}

.cta-form .team-item  div{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #33A922;
    margin-bottom: 10px;
}

.cta-form .team-item  div p{
	font-family: 'exo_2regular',Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}

.cta-form .goodcompany{
    margin: 50px 0px 30px 0px;
	font-family: 'exo_2semibold',Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #000000;
}

.cta-form .dw{
    margin-top: 50px;
	font-family: 'exo_2regular',Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #282B2D;
}

.cta-form .dw b{
	font-family: 'exo_2bold',Arial;
}

.cta-form .logos{

}

.cta-form .logo-item{
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 20px 0px;
    padding: 0px 20px;
    width: 15%;
}

.cta-form .logo-item div{
    position: relative;
}

.cta-form .logo-item div img{
    width: 100%;
}

.cta-form .close{
    position: absolute;
    right: 15px;
    top: 7px;
    font-family: arial;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 100;
}

.cta-form .cta-form-thanks{
    position: relative;
    background: #f6f6f6;
	box-shadow: 0px 15px 30px 0px #989DB740;
    width: 80%;
	border-radius: 12px;
    max-width: 640px;
    margin: 0px auto 20px auto;
}

.cta-form .cta-form-thanks-in{
    padding: 40px 10px;
}

.cta-form .cta-form-thanks-exit{
	display: inline-block;
	vertical-align: top;
	padding: 0px 16px;
	border-radius: 6px;
	color: #ffffff;
	background: #33A922;
	cursor: pointer;
	font-family: 'exo_2bold';
	font-size: 16px;
	font-weight: normal;
	box-shadow: 0px 10px 40px 0px #33A9224D;
	line-height: 48px;
}

.cta-form .mini-form{
    position: relative;
    box-shadow: 0px 15px 30px 0px #989DB740;
    background: #ffffff;
    max-width: 440px;
    margin: 0px auto;
	padding: 0px 20px;
	border-radius: 12px;
}


.cta-form .mini-form h1{
	font-family: 'exo_2semibold',Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	margin: 20px 0px;
}

.cta-form .in-left .mini-form{
    display: block;
}

.cta-form .in-right .mini-form{
    display: none;
}

.cta-form .mini-form-in{
    position: relative;
    padding: 10px 0px 30px 0px;
    margin: 0px auto;
}

.cta-form .legaltxt{
	position: relative;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 30px;
}


.cta-form .mini-form a{
    color: inherit;
    text-decoration: underline;
    font-family: inherit;
}

.cta-form .mini-form input[type=text]{
    position: relative;
    width: 100%;
    height: 40px;
    text-align: left;
    background: #F5F5F5;
    border-radius: 8px;
    color: #9E9FA2;
    margin-bottom: 20px;
	font-family: 'exo_2regular',Arial;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 16px;
}

.cta-form .mini-form textarea{
    position: relative;
    resize: none;
    width: 100%;
    height: 110px;
    text-align: left;
    background: #F5F5F5;
    border-radius: 8px;
    color: #9E9FA2;
    margin-bottom: 20px;
    font-family: 'exo_2regular',Arial;
	font-size: 16px;
	font-weight: normal;
	padding: 8px 16px;
}

.cta-form .mini-form .emuleplaceholder{
    color: #c0c0c0;
}

.cta-form .mini-form select{
    position: relative;
    width: 100%;
    height: 40px;
    text-align: left;
    background: #F5F5F5;
    border-radius: 7px;
    color: #9E9FA2;
    margin-bottom: 20px;
    padding: 0px 16px;
}

.cta-form .mini-form button{
    position: relative;
    resize: none;
    width: 100%;
    height: 48px;
    background: #33A922;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    margin: 10px 0px 0px 0px;

	box-shadow: 0px 10px 40px 0px #33A9224D;
	
	font-family: 'exo_2bold';
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}


.cta-form .mini-form button:hover{
    background: #33A922B0;
    color: #ffffff;
}


.video-popup{
    position: absolute;
    display: none;
    background: #d8d7d7;
    left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	text-align: center;
    box-shadow: 0px 8px 30px 0px #00000040;
    padding: 30px 40px 30px 40px;
    color: #575756;
	border-radius: 16px;
}

.video-popup .video-popup-in{
	position: relative;
	width: 100%;
	height: 100%;
}


.video-popup .close{
    position: absolute;
    right: 15px;
    top: 7px;
    font-family: arial;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 100;
}


.fakecheck{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #222222;
	border-radius: 4px;
	background: #ffffff;
	cursor: pointer;
}

.fakecheck &gt; img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: none;
}

.fakecheck[data-actv="1"]{
	background: #33A922;
}

.fakecheck[data-actv="1"] &gt; img{
	display: block;
}

.legal{
	position: relative;
	background: #f6f6f6;
	padding: 50px 0px 50px 0px;
	color: #282B2D;
	font-family: 'poppinsregular',Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

.legal b{
	font-family: 'poppinssemibold',Arial;
	font-weight: normal;
}

.legal h1{
	font-family: 'exo_2semibold',Arial;
	font-size: 34px;
	font-weight: normal;
	line-height: 42px;
	text-align: left;
	margin-bottom: 20px;
}



.blog-article-centerer{
	position: 			relative;
	width:				100%;
	max-width: 			1128px;
	margin: 			0px auto;
	padding:			0px 20px;
}


.blog-article{
    text-align: left;
    padding: 50px 0px 100px 0px;
	background: #f6f6f6;
}

.blog-article .header{
	font-family: 'poppinsregular',Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 29px;
	text-align: left;
	color: #596871;
}

.blog-article .header .headimage{
	position: relative;
	margin: 20px 0px 40px 0px;
}

.blog-article .header .headimage &gt; .headimage-img{
	position: relative;
	display: block;
    width: 100%;
    margin-bottom: 20px;
}


.blog-article .header .breadcrumbs{
	font-family: 'poppinsregular',Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

.blog-article .header .breadcrumbs &gt; a{
	display: inline-block;
	vertical-align: middle;
}

.blog-article .header .breadcrumbs &gt; span{
	display: inline-block;
	vertical-align: middle;
}

.blog-article .header .publishdate{
    font-family: 'poppinsregular',Arial;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
    color: #596871;
    padding: 10px 5px;
}

.blog-article .header .publishdate &gt; img{
	display: inline-block;
	vertical-align: middle;
	height: 12px;
}

.blog-article .header .publishdate &gt; span{
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
}


.blog-article .header h1{
    font-family: 'exo_2bold';
	font-size: 38px;
	font-weight: normal;
	line-height: 50px;
	text-align: left;
	color: #282B2D;
	margin: 26px 0px;
}

.blog-article h2{
    font-family: 'exo_2bold';
	font-size: 28px;
	font-weight: normal;
	line-height: 42px;
	text-align: left;
	color: #282B2D;
	margin: 20px 0px;
}

.blog-article .body{
	font-family: 'poppinsregular',Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 29px;
	text-align: left;
	color: #000000;
}

.blog-article .body h1{
    font-family: 'exo_2bold';
	font-size: 28px;
	font-weight: normal;
	line-height: 42px;
	text-align: left;
	color: #000000;
}

.blog-article .body h2{
    font-family: 'exo_2bold';
	font-size: 22px;
	font-weight: normal;
	line-height: 34px;
	text-align: left;
	color: #000000;
}

.blog-article .body h3{
    font-family: 'exo_2bold';
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
	color: #000000;
}

.blog-article li{
	list-style-position: inside;
}

.blog-article a{
	font-family: 'exo_2bold';
	font-weight: normal;
    text-decoration: none;
    color: #33A922;
}

.blog-article .greenline{
    padding: 0px 0px 0px 20px;
    border-left: 5px solid #33A922;
    font-style: italic;
}

.blog-article-images-block div{
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.blog-article-images-block img{
    width: 100%;
}

.blog-article-images-block-1{
    margin: 0px 0px;
}
.blog-article-images-block-1 div{
    width: 100%;
    padding: 0px 0px;
}


.blog-article-images-block-2{
    margin: 0px -20px;
}
.blog-article-images-block-2 div{
    width: 50%;
    padding: 0px 20px;
}


.blog-article-images-block-3{
    margin: 0px -20px;
}
.blog-article-images-block-3 div{
    width: 33.333%;
    padding: 0px 20px;
}


.share-on-social-networks{
    padding: 50px 0px 20px 0px;
    text-align: left;
	background: #f6f6f6;
}

.fb-share-button{
    display: inline-block;
    vertical-align:top;
    margin: 0px;
}

.twitter-share-button{
    display: inline-block;
    vertical-align:top;
    margin: 0px;
}

.linkedin-share-button{
    display: inline-block;
    vertical-align:top;
    margin: 0px;
    font-size: 12px;
    line-height: 27px;
    background: #225982;
    padding: 0px 5px;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.8;
}


.linkedin-share-button:hover{
    opacity:1.0;
}

.linkedin-share-button span,img{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}
.linkedin-share-button img{
    height: 18px;
}


.whatsapp-share-button{
    display: inline-block;
    vertical-align:top;
    margin: 0px;
    font-size: 12px;
    line-height: 27px;
    background: #54cc61;
    padding: 0px 5px;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.8;
}


.whatsapp-share-button:hover{
    opacity:1.0;
}

.whatsapp-share-button span,img{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}
.whatsapp-share-button img{
    height: 18px;
}

a.whatsapp-share-button{
    color: #ffffff;
}



.circles[data-mode="0"]{
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translate(-20%,-20%);
}
.circles[data-mode="1"]{
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translate(20%,-20%);
}
.circles[data-mode="2"]{
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: translate(-20%,20%);
}
.circles[data-mode="3"]{
	position: absolute;
	right: 0px;
	bottom: 0px;
	transform: translate(20%,20%);
}


.mainbreadcrumbs{
	position: relative;
	font-family: 'poppinsmedium',Arial;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	min-height: 16px;
}

.mainbreadcrumbs a{
	color: #33A922;
	text-decoration: none;
	margin-right: 0px;
}


.mainbreadcrumbs p{
	display: inline;
	color: #596871;
	padding: 0px;
	margin: 0px;
}

.bannermessage{
	position: relative;
	background: #434C51;
	color: #FFFFFF;
	font-family: 'exo_2regular',Arial;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 16px 60px;
	text-align: center;
	z-index: 3;
}

.bannermessage &gt; p{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	cursor: pointer;
}

.bannermessage &gt; p &gt; span{
	position: absolute;
	font-family: Courier;
	font-weight: 600;
	font-size: 30px;
	width: auto;
	height: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}

@media screen and (min-width: 0px) {


	.centerer{ padding:	0px 15px; }

	.pageblock h1{ font-size: 28px;	line-height: 34px; }

	#header .menu .mobile-menu-access{ display: block;	width: 20px; padding: 10px 0px; margin: 0px 0px 0px 10px; }
	#header .menu .mobile-menu-access &gt; p{ height: 4px; margin: 4px 0px; }
	#header .menu .menu-opt-bt-demo{ display: block; margin: 6px 0px 10px 0px; padding: 0px 8px; font-size: 10px; line-height: 40px; }
	#header .menu .menu-opt-bt-demo2{ display: block; margin: 6px 0px 10px 0px; padding: 0px 8px; font-size: 10px; line-height: 40px; }
	#header .menu .menu-opt-bt-login{ display: none; margin: 6px 14px 10px 0px;}
	#header .menu .menu-opt-bt-login2{ display: none; margin: 6px 14px 10px 0px; }
	#header .menu .menu-opt[data-align="left"]{ display: none; }
	#header .menu .menu-opt[data-align="right"]{ display: none; }
	#header .menu .menu-opt{ margin: 6px 14px 10px 0px; }
	#header .menu .menu-opt[data-align="logo"]{	margin: 0px 60px 0px 0px; }
	#header .menu .menu-opt &gt; p{ padding-right: 24px; }
	#header .ratenow-logo{ height: 30px; margin: 10px 0px 0px 0px; }
	#header .menu .menu-opt-bt-demo:hover{ margin: 6px 0px 10px 0px; }
	#header .menu .menu-opt-bt-demo2:hover{ margin: 6px 0px 10px 0px; }

	.mobile-menu .close{ font-size: 40px; line-height: 40px; margin: 4px 0px 0px 7px; }
	.mobile-menu .ratenow-logo{	height: 30px; margin: 10px 0px 0px 0px; 	}
	.mobile-menu .menu-opt-bt-demo{ display: block; margin: 6px 0px 10px 0px; padding: 0px 8px; font-size: 10px; line-height: 40px; }
	.mobile-menu .menu-opt-bt-demo2{ display: block; margin: 6px 0px 10px 0px; padding: 0px 8px; font-size: 10px; line-height: 40px; }
	.mobile-menu .menu-opt-bt-demo:hover{ margin: 6px 0px 10px 0px; }
	.mobile-menu .menu-opt-bt-demo2:hover{ margin: 6px 0px 10px 0px; }

	.cta-form{ width: 99%; }

	.cta-form .in-left{ float: left; width: 100%; padding: 30px 0px 30px 0px; /*display: none;*/ }
    .cta-form .in-right{ display: none; float: left; width: 100%; padding: 40px 0px 30px 0px;  }

    .cta-form{ padding: 60px 10px 30px 10px;  }

    .cta-form .logo-item{ padding: 0px 20px; width: 50%; }

    .cta-form .cta-form-thanks{ width: 95%; }

	#footer{ padding: 40px 0px 0px 0px; }
	#footer .footer-column[data-nc="0"]{ width: 100%; text-align: left; }
	#footer .footer-column[data-nc="1"]{ width: 100%; }
	#footer .footer-column[data-nc="2"]{ width: 100%; }
	#footer .footer-column[data-nc="3"]{ width: 100%; }
	#footer .footer-column[data-nc="4"]{ width: 100%; }
	#footer .footer-copy{ padding: 20px 0px 15px 0px; }


	.contactclaim{ padding: 8px 0px; }
	.contactclaim-in{ padding: 50px 10px 50px 10px; }
	.contactclaim-in .text{	font-size: 16px; line-height: 38px;	margin: 30px 0px 10px 0px; }
	.contactclaim-in div.but{ position: relative; left: 0px; top: 30px; text-align: center; }
	.contactclaim-in div.but p{	color: #596871; margin: 20px 0px 10px 0px; }
	.contactclaim-in-back{ display: none; position: absolute; left: 100%; top: 70%; width: auto; height: auto;	transform: translate(-50%,-50%); }


	.stepsprogram{ padding: 40px 0px 30px 0px; }
	.stepsprogram h1{ font-size: 22px; line-height: 26px; }
	.stepsprogram-back{	display: none; position: absolute;	right: -30px; top: 10px; }
	.stepsprogram .columns{ padding: 20px 0px 10px 0px; }
	.stepsprogram .columns .column{	width: 100%; padding: 10px 0px; }
	.stepsprogram .columns .column p{ position: absolute; left: 0px; top: 50%; width: 34px; height: 34px; transform: translate(0%,-50%); }
	.stepsprogram .columns .column div{ padding: 0px 20px 0px 25px;	font-size: 16px; line-height: 24px; }

	.security-logos{ padding: 50px 0px 30px 0px; }
	.security-logos .centerer &gt; div{ display: block; flex-direction: row; justify-content: space-between; align-items: center; }
	.security-logos h1{ width: 100%; font-size: 18px; line-height: 26px; margin-bottom: 20px; }
	.security-logos img{ display: inline-block;	vertical-align: middle;	margin: 10px 5% 30px 0px; max-width: 25%; }

	.featured-logos{ padding: 20px 0px; }
	.featured-logos .centerer &gt; div{ display: block; }
	.featured-logos .centerer &gt; div &gt; div{ width: 100%; display: flex;	flex-direction: row; justify-content: space-between; align-items: center; }
	.featured-logos h1{ width: auto; font-size: 18px; line-height: 22px; margin-bottom: 10px; }
	.featured-logos img{ display: inline-block;	vertical-align: middle;	margin: 10px 0px 10px 0px; zoom: 0.4; }

	.collaboration-logos{ padding: 20px 0px; }
	.collaboration-logos .centerer &gt; div{ display: block; }
	.collaboration-logos .centerer &gt; div &gt; div{ width: 100%; display: flex;	flex-direction: row; justify-content: space-between; align-items: center; }
	.collaboration-logos h1{ width: auto; font-size: 18px; line-height: 22px; margin-bottom: 10px; }
	.collaboration-logos img{ display: inline-block;	vertical-align: middle;	margin: 10px 0px 10px 0px; zoom: 0.4; }

	/*
	.collaboration-logos{ padding: 50px 0px 30px 0px; }
	.collaboration-logos .centerer &gt; div{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
	.collaboration-logos h1{ width: 100%; font-size: 18px; line-height: 26px; }
	.collaboration-logos img{ display: inline-block; vertical-align: middle; margin: 10px 0px 10px 0px; max-height: 80px; }
	*/

	.numbers{ padding: 50px 0px 20px 0px; }	
	.numbers-back{ left: -550px; top: 30%; width: auto; height: auto; transform: rotate(200deg); }
	.numbers .centerer .columns{ margin: 0px -5px; }
	.numbers .centerer .column{	width: 50%; padding: 10px 5px; }
	.numbers .centerer .column &gt; div{ padding: 20px 0px 20px 0px; }
	.numbers .centerer .column &gt; div &gt; h1{ font-size: 12px; }
	.numbers .centerer .column &gt; div &gt; p{ font-size: 28px; margin: 20px 0px 10px 0px; }
		
	.blogs-shortcuts{ padding: 32px 0px 48px 0px; }
	.blogs-shortcuts .shortcuts{ margin: 32px -10px 12px -10px; }
	.blogs-shortcuts .shortcut{	padding: 0px 10px 20px 10px; width: 100%; }
	.blogs-shortcuts .shortcut &gt; div &gt; .half-up{  width: 100%; height: auto; }
	.blogs-shortcuts .shortcut &gt; div &gt; .half-down{ padding: 32px 32px 32px 32px; height: 250px; }
	.blogs-shortcuts .shortcut .intro{ height: 128px; }

	.module-faq{ padding: 80px 0px 60px 0px; }
	.module-faq &gt; .centerer &gt; p{ padding: 20px 0px; }
	.module-faq .faq-question{ padding: 32px 32px; margin: 20px 0px; }
	.module-faq .faq-question &gt; h2{ font-size: 20px; padding: 0px 40px 0px 0px; }
	.module-faq .faq-question &gt; div{ padding: 32px 0px; }
	.module-faq .faq-question[data-open="1"] &gt; div{	padding: 32px 0px; }

	.casestudies-shortcuts{	padding: 32px 0px;}
	.casestudies-shortcuts .shortcuts{ margin: 32px -10px 12px -10px; }
	.casestudies-shortcuts .shortcut{ padding: 0px 10px 20px 10px; width: 100%; }
	.casestudies-shortcuts .shortcut &gt; div{	height: 360px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-left{ width: 100%; padding: 32px 48px 32px 32px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-right{ width: 0%; height: 100%; padding: 0px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a{	font-size: 16px; line-height: 20px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a &gt; img{ right: -24px;	top: 0px; }
	.casestudies-shortcuts .shortcut .logo{	display: block;	margin-bottom: 32px; }
	.casestudies-shortcuts .shortcut .intro{ font-size: 16px; line-height: 26px; }

	.subhead{ min-height: auto; }
	.subhead .half{	width: 100%; }
	.subhead .half &gt; div{ font-size: 16px; line-height: 24px; }
	.subhead h1{ font-size: 30px; line-height: 40px; margin-bottom: 30px; }
	.subhead h1 &gt; div{ height: 40px; }
	.subhead h1 &gt; div &gt; p{ line-height: 40px; margin-top: 190px; }
	.subhead h1 &gt; div &gt; p &gt; span{ line-height: 40px; }
	.subhead span.visto{ margin-right: 34px; }
	.subhead span.visto img{ width: 20px; }
	.subhead .buttons{ min-height: 100px; padding: 50px 0px 10px 0px; }
	.subhead .buttons &gt; div[data-button]{ line-height: 50px; padding: 0px 60px 0px 20px; }
	
	.subhead .image img{ display: block; width: 60%; right: -12%; opacity: 0.5; }

	.landing-block{	padding: 40px 10px 0px 10px; }
	.landing-block h1{ margin: 14px 0px 24px 0px; }
	.landing-block h2{ font-size: 20px;	line-height: 30px; }
	.landing-block h3{ font-size: 16px;	line-height: 22px; }
	.landing-block .text{ font-size: 14px; line-height: 22px; padding: 0px 10px; }
	.landing-block .half{ width: 100%; padding: 0px 0px 0px 0px; }
	.landing-block .imgmobile{ display: block; width: 100%; margin: 20px auto 0px auto;}
	.landing-block .imgmobile .bright{	left: 50%; top: 50%; width: 40%; height: 40%; }
	.landing-block .half[data-h="img"]{	display: none; }
	.landing-block .half[data-h="txt"]{	display: inline-block; }
	.landing-block .half &gt; img{	display: block;	width: 100%; }
	.landing-block .half .bright{ left: 50%; top: 50%; width: 40%; height: 40%; }



	.tabmodules{ padding: 20px 0px 50px 0px; }
	.tabmodule{	padding: 40px 0px; }
	.tabmodule h2{ font-size: 20px;	line-height: 24px; }
	.tabmodule h3{ font-size: 20px;	line-height: 24px; }
	.tabmodule .tabs{ margin: 20px 0px 20px 0px; }
	.tabmodule .tabs &gt; .tab{ height: auto; width: 100%;	font-size: 16px; line-height: 20px; margin: 0px 0px 10px 0px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in{ height: 70px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; img{ margin: 0px 10px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; p{	width: calc(100% - 60px); }
	.tabmodule .content{ display: none; min-height: auto;	padding: 20px 10px 80px 20px; font-size: 18px; line-height: 24px; }
	.tabmodule .content &gt; div[data-code]{ display: none; }
	.tabmodule .content &gt; div &gt; div[data-code]{ width: auto; display: block; }
	.tabmodule .content &gt; div &gt; div[data-media]{ display: none; width: 36%; left: 78%; top: 50%;  }
	.tabmodule .content span.visto{ margin-right: 34px; }
	.tabmodule .content span.visto img{ width: 20px; }
	.tabmodule .discover-more{ font-size: 16px; line-height: 24px; }

	.tabmodule .tabs .tab .tabcont[data-actv="1"]{ min-height: auto; padding: 0px 10px 20px 10px; font-size: 18px; line-height: 24px; display: block; }
	.tabmodule .tabs .tab span{ display: inline; }


	.industry-shortcuts{ padding: 32px 0px; }
	.industry-shortcuts .shortcuts{	margin: 30px -10px; }
	.industry-shortcuts .shortcut{ padding: 0px 0px; margin: 0px 0px 20px 0px; width: 100%; }
	.industry-shortcuts .shortcut .industry-up .industry-txt{	padding: 0px 10px; font-size: 16px;	line-height: 20px;  }


	.channels-shortcuts{ padding: 32px 0px 32px 0px; }
	.channels-shortcuts .shortcuts{ margin: 30px 0px 0px 0px; }
	.channels-shortcuts .shortcuts .shortcut{ padding: 40px 10px; margin: 20px 0px; }
	.channels-shortcuts .shortcuts .shortcut h2{ font-size: 22px; line-height: 26px; }
	.channels-shortcuts .shortcuts .shortcut h2 .arrow-right{ right: -100px; top: -2px; }
	.channels-shortcuts .shortcuts .shortcut &gt; div{	margin: 48px 0px 0px 0px; }
	.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature{ width: 50%; padding: 0px 2px 5px 2px; }
	.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature img{ width: 100%; }
	.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature p{ font-size: 16px; line-height: 24px; margin: 8px 0px 0px 0px; }
	.channels-shortcuts-back{ display: none; }

	.blog{ padding: 50px 0px 50px 0px; }
	.blog .menuup { display: block; }
	.blog .menuup &gt; div{ margin-bottom: 24px; }
	.blog .menuup h1{ font-size: 44px; line-height: 52px; }
	.blog .menuup h3{ font-size: 16px; line-height: 24px; }
	.blog .menu{ display: none; width: 22%; padding: 0px 20px 0px 0px; }
	.blog .menu h1{	font-size: 44px; line-height: 52px; }
	.blog .menu h2{	font-size: 20px; line-height: 24px; margin: 32px 0px 20px 0px; }
	.blog .menu &gt; div &gt; div &gt; a{ display: block; padding-left: 28px; font-size: 16px; line-height: 20px; }
	.blog .menu &gt; div &gt; div &gt; a &gt; span &gt; img{ left: 50%; top: 50%; transform: translate(-65%,-50%); }
	.blog .index{ width: 100%; }
	.blog .index .shortcut{	width: 100%; }
	.blog .index .shortcut .shortcut-body{ padding: 20px 20px; font-size: 14px; line-height: 22px; }
	.blog .index .shortcut .shortcut-body &gt; p{ font-size: 13px;	line-height: 16px; }
	.blog .index .shortcut .shortcut-body &gt; h1{	font-size: 20px; line-height: 26px; margin: 10px 0px; }
	.blog .index .shortcut-main{ padding: 0px 10px;	margin-bottom: 40px; }
	.blog .index .shortcut-main .shortcut-image{ position: relative; width: 100%; height: auto; }
	.blog .index .shortcut-main .shortcut-image img{ position: relative; left: 0px;	top: 0px; width: 100%; min-width: 100%; min-height: 0px; transform: none; }
	.blog .index .shortcut-main .shortcut-body{	width: 100%; padding: 20px 20px 20px 20px; font-size: 14px; line-height: 22px; }
	.blog .index .shortcut-main .shortcut-body p{ font-size: 13px;	line-height: 16px; }
	.blog .index .shortcut-main .shortcut-body h1{ font-size: 28px;	line-height: 37px; margin: 10px 0px; }
	.blog .index .shortcut-main .shortcut-body a{ margin: 16px 0px 0px 0px;	font-size: 16px; line-height: 24px; }
	.blog .index .shortcut-main .shortcut-body a &gt; img{	right: -20px; top: 4px;	width: 18px; }

	.client-logos{ padding: 20px 0px; }
	.client-logos h1{ font-size: 18px; line-height: 22px; margin-bottom: 12px; }
	.client-logos &gt; div &gt; div &gt; p{ padding: 10px 0px; }
	.client-logos &gt; div &gt; div &gt; p &gt; img{ margin: 10px 20px; zoom: 0.4; }

	.ball-arrows{ float: right;	width: 100%; }
	.ball-arrow{ width: 40px; height: 40px; margin-left: 0px; margin-right: 8px; margin-top: 10px; }

	.bannermessage{ padding: 16px 60px 16px 20px; }
	.bannermessage &gt; p{	width: 60px; }
	
}

@media screen and (min-width: 480px) {

	.centerer{ padding:	0px 20px; }

	.pageblock h1{ font-size: 30px;	line-height: 36px; }

	#header .menu .mobile-menu-access{ display: block;	width: 30px; padding: 10px 0px; margin: 0px 0px 0px 10px; }
	#header .menu .mobile-menu-access &gt; p{ height: 4px; margin: 4px 0px; }
	#header .menu .menu-opt-bt-demo{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px; line-height: 40px; }
	#header .menu .menu-opt-bt-demo2{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px; line-height: 40px; }
	#header .ratenow-logo{ height: 45px; margin: 6px 0px 0px 0px; }
	
	.mobile-menu .close{ font-size: 40px; line-height: 40px; margin: 4px 0px 0px 17px; }
	.mobile-menu .ratenow-logo{	height: 45px; margin: 6px 0px 0px 0px; 	}
	.mobile-menu .menu-opt-bt-demo{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px; line-height: 40px; }
	.mobile-menu .menu-opt-bt-demo2{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px; line-height: 40px; }

	.cta-form{ width: 90%; }

    .cta-form .logo-item{ padding: 0px 20px; width: 30%; }

    .cta-form .cta-form-thanks{ width: 80%; }

	.casestudies-shortcuts{	padding: 32px 0px;}
	.casestudies-shortcuts .shortcuts{ margin: 32px -10px 12px -10px; }
	.casestudies-shortcuts .shortcut{ padding: 0px 10px 20px 10px; width: 100%; }
	.casestudies-shortcuts .shortcut &gt; div{	height: 360px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-left{ width: 80%; padding: 32px 48px 32px 32px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-right{ width: 20%; height: 100%; padding: 0px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a{	font-size: 16px; line-height: 20px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a &gt; img{ right: -24px;	top: 0px; }
	.casestudies-shortcuts .shortcut .logo{	display: block;	margin-bottom: 32px; }
	.casestudies-shortcuts .shortcut .intro{ font-size: 16px; line-height: 26px; }

	.client-logos{ padding: 20px 0px; }
	.client-logos h1{ font-size: 18px; line-height: 22px; margin-bottom: 14px; }
	.client-logos &gt; div &gt; div &gt; p{ padding: 10px 0px; }
	.client-logos &gt; div &gt; div &gt; p &gt; img{ margin: 10px 20px; zoom: 0.5; }

	.featured-logos img{ zoom: 0.6; }
	.collaboration-logos img{ zoom: 0.6; }

	.numbers .centerer .column &gt; div &gt; h1{ font-size: 16px; }
	.numbers .centerer .column &gt; div &gt; p{ font-size: 42px; margin: 20px 0px 30px 0px; }

	.bannermessage{ padding: 16px 60px 16px 60px; }
	.bannermessage &gt; p{	width: 60px; }
}

@media screen and (min-width: 640px) {

	.cta-form .logo-item{ padding: 0px 20px; width: 30%; }

	#footer{ padding: 40px 0px 0px 0px; }
	#footer .footer-column[data-nc="0"]{ width: 100%; text-align: left; }
	#footer .footer-column[data-nc="1"]{ width: 50%; }
	#footer .footer-column[data-nc="2"]{ width: 50%; }
	#footer .footer-column[data-nc="3"]{ width: 50%; }
	#footer .footer-column[data-nc="4"]{ width: 50%; }
	#footer .footer-copy{ padding: 20px 0px 15px 0px; }

	.contactclaim{ padding: 28px 0px; }
	.contactclaim-in{ padding: 50px 10px 50px 10px; }
	.contactclaim-in .text{	font-size: 16px; line-height: 38px;	margin: 30px 0px 10px 0px; }
	.contactclaim-in div.but{ position: relative; left: 0px; top: 30px; text-align: center; }
	.contactclaim-in div.but p{	color: #596871; margin: 20px 0px 10px 0px; }
	.contactclaim-in-back{ display: block; position: absolute; left: 100%; top: 70%; width: auto; height: auto;	transform: translate(-50%,-50%); }

	.numbers{ padding: 50px 0px 20px 0px; }	
	.numbers-back{ left: -550px; top: 30%; width: auto; height: auto; transform: rotate(200deg); }
	.numbers .centerer .columns{ margin: 0px -10px; }
	.numbers .centerer .column{	width: 50%; padding: 20px 10px; }
	.numbers .centerer .column &gt; div{ padding: 20px 30px 20px 30px; }
	

	.blogs-shortcuts{ padding: 32px 0px 48px 0px; }
	.blogs-shortcuts .shortcuts{ margin: 32px -10px 12px -10px; }
	.blogs-shortcuts .shortcut{	padding: 0px 10px 20px 10px; width: 50%; }
	.blogs-shortcuts .shortcut &gt; div &gt; .half-up{  width: 100%; height: auto; }
	.blogs-shortcuts .shortcut &gt; div &gt; .half-down{ padding: 32px 32px 32px 32px; height: 250px; }
	.blogs-shortcuts .shortcut .intro{ height: 128px; }

	.subhead{ min-height: auto; }
	.subhead .half{	width: 100%; }
	.subhead .half &gt; div{ font-size: 16px; line-height: 24px; }
	.subhead h1{ font-size: 36px; line-height: 46px; margin-bottom: 30px; }
	.subhead h1 &gt; div{ height: 46px; }
	.subhead h1 &gt; div &gt; p{ line-height: 46px; margin-top: 190px; }
	.subhead h1 &gt; div &gt; p &gt; span{ line-height: 46px; }
	.subhead span.visto{ margin-right: 34px; }
	.subhead span.visto img{ width: 20px; }
	.subhead .buttons{ min-height: 100px; padding: 50px 0px 10px 0px; }
	.subhead .buttons &gt; div[data-button]{ line-height: 50px; padding: 0px 60px 0px 20px; }
	
	.subhead .image img{ display: block; width: 60%; right: -12%; opacity: 0.6; }

	.landing-block{	padding: 40px 10px 0px 10px; }
	.landing-block h1{ margin: 14px 0px 24px 0px; }
	.landing-block h2{ font-size: 22px;	line-height: 27px; }
	.landing-block h3{ font-size: 18px;	line-height: 22px; }
	.landing-block .text{ font-size: 16px; line-height: 26px; padding: 0px 10px; }
	.landing-block .half{ width: 100%; padding: 0px 0px 0px 0px; }
	.landing-block .imgmobile{ display: block; width: 80%; margin: 20px auto 0px auto; }
	.landing-block .imgmobile .bright{	left: 50%; top: 50%; width: 40%; height: 40%; }
	.landing-block .half[data-h="img"]{	display: none; }
	.landing-block .half[data-h="txt"]{	display: inline-block; }
	.landing-block .half &gt; img{	display: block;	width: 100%; }
	.landing-block .half .bright{ left: 50%; top: 50%; width: 40%; height: 40%; }

	.tabmodules{ padding: 20px 0px 50px 0px; }
	.tabmodule{	padding: 40px 0px; }
	.tabmodule h2{ font-size: 24px;	line-height: 28px; }
	.tabmodule h3{ font-size: 22px;	line-height: 26px; }
	.tabmodule .tabs{ margin: 20px -10px 20px -10px; }
	.tabmodule .tabs &gt; .tab{ height: auto; width: auto;	font-size: 18px; line-height: 22px; margin: 0px 10px 10px 10px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in{ height: 80px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; img{ margin: 0px 10px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; p{	width: calc(100% - 60px); }
	.tabmodule .content{ display: block; min-height: 500px;	padding: 40px 32px 40px 48px; font-size: 20px; line-height: 26px; }
	.tabmodule .content &gt; div[data-code]{ display: none; }
	.tabmodule .content &gt; div[data-code][data-actv="1"]{ display: block; }
	.tabmodule .content &gt; div &gt; div[data-code]{ width: auto; display: block; }
	.tabmodule .content &gt; div &gt; div[data-media]{ display: none; width: 36%; left: 78%; top: 50%; }
	.tabmodule .content span.visto{ margin-right: 34px; }
	.tabmodule .content span.visto img{ width: 20px; }
	.tabmodule .discover-more{ font-size: 16px; line-height: 24px; }
	
	.tabmodule .tabs .tab .tabcont[data-actv]{ min-height: 500px; padding: 40px 32px 40px 48px; font-size: 20px; line-height: 26px; display: none; }
	.tabmodule .tabs .tab span{ display: none; }

	.industry-shortcuts{ padding: 32px 0px; }
	.industry-shortcuts .shortcuts{	margin: 30px -10px; }
	.industry-shortcuts .shortcut{ padding: 0px 10px; margin: 0px 0px 20px 0px; width: 50%; }
	.industry-shortcuts .shortcut .industry-up .industry-txt{	padding: 0px 10px; font-size: 16px;	line-height: 24px; }


	.channels-shortcuts{ padding: 32px 0px 32px 0px; }
	.channels-shortcuts .shortcuts{ margin: 30px 0px 0px 0px; }
	.channels-shortcuts .shortcuts .shortcut{ padding: 40px 10px; margin: 20px 0px; }
	.channels-shortcuts .shortcuts .shortcut h2{ font-size: 22px; line-height: 26px; }
	.channels-shortcuts .shortcuts .shortcut h2 .arrow-right{ right: -100px; top: -2px; }
	.channels-shortcuts .shortcuts .shortcut &gt; div{	margin: 48px 0px 0px 0px; }
	.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature{ width: 25%; padding: 0px 10px 10px 10px; }
	.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature img{ width: 100%; }
	.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature p{ font-size: 16px; line-height: 24px; margin: 8px 0px 0px 0px; }
	.channels-shortcuts-back{ display: block; }

	.blog{ padding: 50px 0px 50px 0px; }
	.blog .menuup { display: block; }
	.blog .menuup &gt; div{ margin-bottom: 24px; }
	.blog .menuup h1{ font-size: 44px; line-height: 52px; }
	.blog .menuup h3{ font-size: 16px; line-height: 24px; }
	.blog .menu{ display: none; width: 22%; padding: 0px 20px 0px 0px; }
	.blog .menu h1{	font-size: 44px; line-height: 52px; }
	.blog .menu h2{	font-size: 20px; line-height: 24px; margin: 32px 0px 20px 0px; }
	.blog .menu &gt; div &gt; div &gt; a{ display: block; padding-left: 28px; font-size: 16px; line-height: 20px; }
	.blog .menu &gt; div &gt; div &gt; a &gt; span &gt; img{ left: 50%; top: 50%; transform: translate(-65%,-50%); }
	.blog .index{ width: 100%; }
	.blog .index .shortcut{	width: 50%; }
	.blog .index .shortcut .shortcut-body{ padding: 20px 20px; font-size: 14px; line-height: 22px; }
	.blog .index .shortcut .shortcut-body &gt; p{ font-size: 13px;	line-height: 16px; }
	.blog .index .shortcut .shortcut-body &gt; h1{	font-size: 20px; line-height: 26px; margin: 10px 0px; }
	.blog .index .shortcut-main{ padding: 0px 10px;	margin-bottom: 40px; }
	.blog .index .shortcut-main .shortcut-image{ position: relative; width: 100%; height: auto; }
	.blog .index .shortcut-main .shortcut-image img{ position: relative; left: 0px;	top: 0px; width: 100%; min-width: 100%; min-height: 0px; transform: none; }
	.blog .index .shortcut-main .shortcut-body{	padding: 20px 20px 20px 20px; font-size: 14px; line-height: 22px; }
	.blog .index .shortcut-main .shortcut-body p{ font-size: 13px;	line-height: 16px; }
	.blog .index .shortcut-main .shortcut-body h1{ font-size: 28px;	line-height: 37px; margin: 10px 0px; }
	.blog .index .shortcut-main .shortcut-body a{ margin: 16px 0px 0px 0px;	font-size: 16px; line-height: 24px; }
	.blog .index .shortcut-main .shortcut-body a &gt; img{	right: -20px; top: 4px;	width: 18px; }

	.client-logos{ padding: 20px 0px; }
	.client-logos h1{ font-size: 18px; line-height: 22px; margin-bottom: 16px; }
	.client-logos &gt; div &gt; div &gt; p{ padding: 10px 0px; }
	.client-logos &gt; div &gt; div &gt; p &gt; img{ margin: 10px 20px; zoom: 0.6; }

	.featured-logos img{ zoom: 0.8; }
	.collaboration-logos img{ zoom: 0.8; }

	.ball-arrows{ float: right;	width: auto; }
	.ball-arrow{ width: 54px; height: 54px; margin-left: 24px; margin-right: 0px;  margin-top: 0px; }
}

@media screen and (min-width: 768px) {

	.pageblock h1{ font-size: 32px;	line-height: 38px; }

	#header .menu .mobile-menu-access{ display: block;	width: 30px; padding: 10px 0px; margin: 0px 0px 0px 20px; }
	#header .menu .mobile-menu-access &gt; p{ height: 4px; margin: 4px 0px; }
	#header .menu .menu-opt-bt-demo{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px;	line-height: 40px; }
	#header .menu .menu-opt-bt-demo2{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px;	line-height: 40px; }
	#header .menu .menu-opt-bt-login{ display: block; margin: 6px 14px 10px 0px;}
	#header .menu .menu-opt-bt-login2{ display: block; margin: 6px 14px 10px 0px; }
	#header .menu .menu-opt[data-align="left"]{ display: none; }
	#header .menu .menu-opt[data-align="right"]{ display: block; }
	#header .menu .menu-opt{ margin: 6px 14px 10px 0px; }
	#header .menu .menu-opt[data-align="logo"]{	margin: 0px 60px 0px 0px; }
	#header .menu .menu-opt &gt; p{ padding-right: 24px; }
	#header .ratenow-logo{ height: 48px; margin: 3px 0px 0px 0px; }
	
	#header .menu .menu-opt-bt-demo:hover{ margin: 3px 0px 10px 0px; }
	#header .menu .menu-opt-bt-demo2:hover{ margin: 3px 0px 10px 0px; }

	.mobile-menu .close{ font-size: 40px; line-height: 40px; margin: 4px 0px 0px 27px; }
	.mobile-menu .ratenow-logo{	height: 48px; margin: 3px 0px 0px 0px; 	}
	.mobile-menu .menu-opt-bt-demo{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px;	line-height: 40px; }
	.mobile-menu .menu-opt-bt-demo2{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px;	line-height: 40px; }
	.mobile-menu .menu-opt-bt-demo:hover{ margin: 6px 0px 10px 0px; }
	.mobile-menu .menu-opt-bt-demo2:hover{ margin: 6px 0px 10px 0px; }

	.cta-form .logo-item{ padding: 0px 20px; width: 15%; }

	.casestudies-shortcuts{	padding: 32px 0px;}
	.casestudies-shortcuts .shortcuts{ margin: 32px -10px 12px -10px; }
	.casestudies-shortcuts .shortcut{ padding: 0px 10px 20px 10px; width: 100%; }
	.casestudies-shortcuts .shortcut &gt; div{	height: 360px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-left{ width: 50%; padding: 32px 48px 32px 32px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-right{ width: 50%; height: 100%; padding: 0px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a{	font-size: 16px; line-height: 20px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a &gt; img{ right: -24px;	top: 0px; }
	.casestudies-shortcuts .shortcut .logo{	display: block;	margin-bottom: 32px; }
	.casestudies-shortcuts .shortcut .intro{ font-size: 16px; line-height: 26px; }

	.subhead{ min-height: auto; }
	.subhead .half{	width: 100%; }
	.subhead .half &gt; div{ font-size: 16px; line-height: 24px; }
	.subhead h1{ font-size: 40px; line-height: 50px; margin-bottom: 30px; }
	.subhead h1 &gt; div{ height: 50px; }
	.subhead h1 &gt; div &gt; p{ line-height: 50px; margin-top: 190px; }
	.subhead h1 &gt; div &gt; p &gt; span{ line-height: 50px; }
	.subhead span.visto{ margin-right: 34px; }
	.subhead span.visto img{ width: 20px; }
	.subhead .buttons{ min-height: 100px; padding: 50px 0px 10px 0px; }
	.subhead .buttons &gt; div[data-button]{ line-height: 50px; padding: 0px 60px 0px 20px; }
	
	.subhead .image img{ display: block; width: 60%; right: -12%; opacity: 0.7; }

	.client-logos{ padding: 20px 0px; }
	.client-logos h1{ font-size: 18px; line-height: 22px; margin-bottom: 18px; }
	.client-logos &gt; div &gt; div &gt; p{ padding: 10px 0px; }
	.client-logos &gt; div &gt; div &gt; p &gt; img{ margin: 10px 20px; zoom: 0.7; }
}

@media screen and (min-width: 1024px) {

	.pageblock h1{ font-size: 34px;	line-height: 40px; }

	.cta-form .logo-item{ padding: 0px 20px; width: 15%; }

	#footer{ padding: 40px 0px 0px 0px; }
	#footer .footer-column[data-nc="0"]{ width: 100%; text-align: left; }
	#footer .footer-column[data-nc="1"]{ width: 25%; }
	#footer .footer-column[data-nc="2"]{ width: 30%; }
	#footer .footer-column[data-nc="3"]{ width: 20%; }
	#footer .footer-column[data-nc="4"]{ width: 25%; }
	#footer .footer-copy{ padding: 20px 0px 15px 0px; }

	.contactclaim{ padding: 48px 0px; }
	.contactclaim-in{ padding: 50px 0px 50px 40px; }
	.contactclaim-in .text{	font-size: 16px; line-height: 38px;	margin: 30px 0px 10px 0px; }
	.contactclaim-in div.but{ position: absolute; left: 65%; top: 40%; text-align: center; }
	.contactclaim-in div.but p{	color: #ffffff; margin: 20px 0px 10px 0px; }
	.contactclaim-in-back{ display: block; position: absolute; left: 100%; top: 70%; width: auto; height: auto;	transform: translate(-50%,-50%); }

	.stepsprogram{ padding: 40px 0px 30px 0px; }
	.stepsprogram h1{ font-size: 22px; line-height: 26px; }
	.stepsprogram-back{	display: block; position: absolute;	right: -30px; top: 10px; }
	.stepsprogram .columns{ padding: 20px 0px 10px 0px; }
	.stepsprogram .columns .column{	width: 30%;	padding: 10px 0px; }
	.stepsprogram .columns .column p{ position: absolute; left: 0px; top: 50%; width: 34px; height: 34px; transform: translate(0%,-50%); }
	.stepsprogram .columns .column div{ padding: 0px 20px 0px 25px;	font-size: 16px; line-height: 24px; }


	.security-logos{ padding: 50px 0px 30px 0px; }
	.security-logos .centerer &gt; div{ display: flex;	flex-direction: row; justify-content: space-between; align-items: center; }
	.security-logos h1{ width: auto; font-size: 18px; line-height: 26px; }
	.security-logos img{ display: inline-block;	vertical-align: middle;	margin: 10px 0px 10px 50px; }

	.featured-logos{ padding: 20px 0px; }
	.featured-logos .centerer &gt; div{ display: flex;	flex-direction: row; justify-content: space-between; align-items: center; }
	.featured-logos .centerer &gt; div &gt; div{ width: 80%; display: flex;	flex-direction: row; justify-content: space-between; align-items: center; }
	.featured-logos h1{ width: auto; font-size: 18px; line-height: 22px; margin-bottom: 0px; }
	.featured-logos img{ display: inline-block;	vertical-align: middle;	margin: 10px 0px 10px 0px; zoom: 1.0; }

	.collaboration-logos{ padding: 20px 0px; }
	.collaboration-logos .centerer &gt; div{ display: flex;	flex-direction: row; justify-content: space-between; align-items: center; }
	.collaboration-logos .centerer &gt; div &gt; div{ width: 80%; display: flex;	flex-direction: row; justify-content: space-between; align-items: center; }
	.collaboration-logos h1{ width: auto; font-size: 18px; line-height: 22px; margin-bottom: 0px; }
	.collaboration-logos img{ display: inline-block;	vertical-align: middle;	margin: 10px 0px 10px 0px; zoom: 1.0; }

	/*
	.collaboration-logos{ padding: 50px 0px 30px 0px; }
	.collaboration-logos .centerer &gt; div{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
	.collaboration-logos h1{ width: auto; font-size: 18px; line-height: 26px; }
	.collaboration-logos img{ display: inline-block; vertical-align: middle; margin: 10px 0px 10px 50px; max-height: 80px; }
	*/

	.blogs-shortcuts{ padding: 32px 0px 48px 0px; }
	.blogs-shortcuts .shortcuts{ margin: 32px -10px 12px -10px; }
	.blogs-shortcuts .shortcut{	padding: 0px 10px 20px 10px; width: 33.333%; }
	.blogs-shortcuts .shortcut &gt; div &gt; .half-up{  width: 100%; height: auto;  }
	.blogs-shortcuts .shortcut &gt; div &gt; .half-down{ padding: 32px 32px 32px 32px; height: 250px; }
	.blogs-shortcuts .shortcut .intro{ height: 128px; }

	.casestudies-shortcuts{	padding: 32px 0px;}
	.casestudies-shortcuts .shortcuts{ margin: 32px -10px 12px -10px; }
	.casestudies-shortcuts .shortcut{ padding: 0px 10px 20px 10px; width: 80%; }
	.casestudies-shortcuts .shortcut &gt; div{	height: 360px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-left{ width: 50%; padding: 32px 48px 32px 32px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-right{ width: 50%; height: 100%; padding: 0px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a{	font-size: 16px; line-height: 20px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a &gt; img{ right: -24px;	top: 0px; }
	.casestudies-shortcuts .shortcut .logo{	display: block;	margin-bottom: 32px; }
	.casestudies-shortcuts .shortcut .intro{ font-size: 16px; line-height: 26px; }

	.subhead{ min-height: auto; }
	.subhead .half{	width: 60%; }
	.subhead .half &gt; div{ font-size: 16px; line-height: 24px; }
	.subhead h1{ font-size: 48px; line-height: 58px; margin-bottom: 30px; }
	.subhead h1 &gt; div{ height: 58px; }
	.subhead h1 &gt; div &gt; p{ line-height: 58px; margin-top: 190px; }
	.subhead h1 &gt; div &gt; p &gt; span{ line-height: 58px; }
	.subhead span.visto{ margin-right: 34px; }
	.subhead span.visto img{ width: 20px; }
	.subhead .buttons{ min-height: 100px; padding: 50px 0px 10px 0px; }
	.subhead .buttons &gt; div[data-button]{ line-height: 50px; padding: 0px 60px 0px 20px; }
	
	.subhead .image img{ display: block; width: 60%; right: -12%; opacity: 0.8; }

	.tabmodules{ padding: 20px 0px 50px 0px; }
	.tabmodule{	padding: 40px 0px; }
	.tabmodule h2{ font-size: 26px;	line-height: 30px; }
	.tabmodule h3{ font-size: 24px;	line-height: 28px; }
	.tabmodule .tabs{ margin: 20px -10px 20px -10px; }
	.tabmodule .tabs &gt; .tab{ height: auto; width: 260px;	font-size: 20px; line-height: 24px; margin: 0px 10px 10px 10px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in{ height: 90px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; img{ margin: 0px 10px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; p{	width: calc(100% - 60px); }
	.tabmodule .content{ min-height: 500px;	padding: 40px 32px 40px 48px; font-size: 22px; line-height: 30px; }
	.tabmodule .content &gt; div[data-code]{ display: none; }
	.tabmodule .content &gt; div &gt; div[data-code]{ width: 55%; display: block; }
	.tabmodule .content &gt; div &gt; div[data-media]{ display: block; width: 36%; left: 78%; top: 50%; }
	.tabmodule .content span.visto{ margin-right: 34px; }
	.tabmodule .content span.visto img{ width: 20px; }
	.tabmodule .discover-more{ font-size: 16px; line-height: 24px; }
	
	.tabmodule .tabs .tab .tabcont{ min-height: 500px; padding: 40px 32px 40px 48px; font-size: 22px; line-height: 30px; }

	.industry-shortcuts{ padding: 32px 0px; }
	.industry-shortcuts .shortcuts{	margin: 30px -10px; }
	.industry-shortcuts .shortcut{ padding: 0px 10px; margin: 0px 0px 20px 0px; width: 33.333%; }
	.industry-shortcuts .shortcut .industry-up .industry-txt{	padding: 0px 10px; font-size: 16px;	line-height: 28px; }

	.blog{ padding: 50px 0px 50px 0px; }
	.blog .menuup { display: block; }
	.blog .menuup &gt; div{ margin-bottom: 24px; }
	.blog .menuup h1{ font-size: 44px; line-height: 52px; }
	.blog .menuup h3{ font-size: 16px; line-height: 24px; }
	.blog .menu{ display: none; width: 22%; padding: 0px 20px 0px 0px; }
	.blog .menu h1{	font-size: 44px; line-height: 52px; }
	.blog .menu h2{	font-size: 20px; line-height: 24px; margin: 32px 0px 20px 0px; }
	.blog .menu &gt; div &gt; div &gt; a{ display: block; padding-left: 28px; font-size: 16px; line-height: 20px; }
	.blog .menu &gt; div &gt; div &gt; a &gt; span &gt; img{ left: 50%; top: 50%; transform: translate(-65%,-50%); }
	.blog .index{ width: 100%; }
	.blog .index .shortcut{	width: 33.333%; }
	.blog .index .shortcut .shortcut-body{ padding: 20px 20px; font-size: 14px; line-height: 22px; }
	.blog .index .shortcut .shortcut-body &gt; p{ font-size: 13px;	line-height: 16px; }
	.blog .index .shortcut .shortcut-body &gt; h1{	font-size: 20px; line-height: 26px; margin: 10px 0px; }
	.blog .index .shortcut-main{ padding: 0px 10px;	margin-bottom: 40px; }

	.blog .index .shortcut-main .shortcut-image{ position: relative; display: inline-block;	width: 45%;	height: auto; }
	.blog .index .shortcut-main .shortcut-image img{ position: relative; display: block; }
	/*
	.blog .index .shortcut-main .shortcut-image{ position: absolute; width: 45%; height: 100%; }
	.blog .index .shortcut-main .shortcut-image img{ position: absolute; left: 50%;	top: 50%; width: auto; min-width: 100%; min-height: 100%; transform: translate(-50%,-50%); }
	*/
	.blog .index .shortcut-main .shortcut-body{	width: 55%; padding: 20px 20px 20px 20px; font-size: 14px; line-height: 22px; }
	.blog .index .shortcut-main .shortcut-body p{ font-size: 13px;	line-height: 16px; }
	.blog .index .shortcut-main .shortcut-body h1{ font-size: 28px;	line-height: 37px; margin: 10px 0px; }
	.blog .index .shortcut-main .shortcut-body a{ margin: 16px 0px 0px 0px;	font-size: 16px; line-height: 24px; }
	.blog .index .shortcut-main .shortcut-body a &gt; img{	right: -20px; top: 4px;	width: 18px; }

	.landing-block{	padding: 40px 25px; }
	.landing-block h1{ margin: 14px 0px 24px 0px; }
	.landing-block h2{ font-size: 24px;	line-height: 29px; }
	.landing-block h3{ font-size: 18px;	line-height: 22px; }
	.landing-block .text{ font-size: 18px; line-height: 29px; padding: 0px 12%; }
	.landing-block .half{ width: 50%; padding: 0px 0px 0px 0px; }
	.landing-block .imgmobile{ display: none; width: 25%; }
	.landing-block .imgmobile .bright{ left: 50%; top: 50%; width: 40%; height: 40%; }
	.landing-block .half[data-h="img"]{	display: inline-block; }
	.landing-block .half[data-h="txt"]{	display: inline-block; }
	.landing-block .half &gt; img{	display: block;	width: 100%; }
	.landing-block .half .bright{	left: 50%; top: 50%; width: 40%; height: 40%; }
	
	.client-logos{ padding: 20px 0px; }
	.client-logos h1{ font-size: 18px; line-height: 22px; margin-bottom: 20px; }
	.client-logos &gt; div &gt; div &gt; p{ padding: 10px 0px; }
	.client-logos &gt; div &gt; div &gt; p &gt; img{ margin: 10px 20px; zoom: 0.8; }
}


@media screen and (min-width: 1200px) {


	.pageblock h1{ font-size: 34px;	line-height: 40px; }


	#header .menu .mobile-menu-access{ display: none; width: 30px; padding: 10px 0px; margin: 0px 0px 0px 20px; }
	#header .menu .mobile-menu-access &gt; p{ height: 4px; margin: 4px 0px; }
	#header .menu .menu-opt-bt-demo{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px;	line-height: 40px; }
	#header .menu .menu-opt-bt-demo2{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px;	line-height: 40px; }
	#header .menu .menu-opt-bt-login{ margin: 6px 14px 10px 0px;}
	#header .menu .menu-opt-bt-login2{ margin: 6px 14px 10px 0px; }
	#header .menu .menu-opt[data-align="left"]{ display: block; }
	#header .menu .menu-opt{ margin: 6px 14px 10px 0px; }
	#header .menu .menu-opt[data-align="logo"]{	margin: 0px 60px 0px 0px; }
	#header .menu .menu-opt &gt; p{ padding-right: 24px; }
	#header .ratenow-logo{ height: 58px; margin: 0px 0px 0px 0px; }

	.mobile-menu .close{ font-size: 40px; line-height: 40px; margin: 0px 0px 0px 10px; }
	.mobile-menu .ratenow-logo{	height: 58px; margin: 0px 0px 0px 0px; 	}
	.mobile-menu .menu-opt-bt-demo{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px;	line-height: 40px; }
	.mobile-menu .menu-opt-bt-demo2{ display: block; margin: 6px 0px 10px 0px; padding: 0px 16px; font-size: 13px;	line-height: 40px; }

	.cta-form .in-left{ float: left; width: 40%; padding: 30px 0px 30px 0px; display: block; }
    .cta-form .in-right{ display: block; float: left; width: 60%; padding: 40px 30px 30px 30px;  }

    /*
    .cta-form .in-left .mini-form{ display: block;  }
    .cta-form .in-right .mini-form{ display: none;  }
    */

    .cta-form .logo-item{ padding: 0px 10px; width: 15%; }

	
	.numbers{ padding: 50px 0px 20px 0px; }	
	.numbers-back{ left: -550px; top: 30%; width: auto; height: auto; transform: rotate(200deg); }
	.numbers .centerer .columns{ margin: 0px -10px; }
	.numbers .centerer .column{	width: 25%;	padding: 20px 10px; }
	.numbers .centerer .column &gt; div{ padding: 20px 30px 20px 30px; }


	.blogs-shortcuts{ padding: 32px 0px 48px 0px; }
	.blogs-shortcuts .shortcuts{ margin: 32px -10px 12px -10px; }
	.blogs-shortcuts .shortcut{	padding: 0px 10px 20px 10px; width: 25%; }
	.blogs-shortcuts .shortcut &gt; div &gt; .half-up{  width: 100%; height: auto; }
	.blogs-shortcuts .shortcut &gt; div &gt; .half-down{ padding: 32px 32px 32px 32px; height: 250px; }
	.blogs-shortcuts .shortcut .intro{ height: 128px; }


	.module-faq{ padding: 80px 0px 60px 0px; }
	.module-faq &gt; .centerer &gt; p{ padding: 20px 0px; }
	.module-faq .faq-question{ padding: 32px 32px; margin: 20px 0px; }
	.module-faq .faq-question &gt; h2{ font-size: 24px; padding: 0px 40px 0px 0px; }
	.module-faq .faq-question &gt; div{ padding: 32px 0px; }
	.module-faq .faq-question[data-open="1"] &gt; div{	padding: 32px 0px; }



	.casestudies-shortcuts{	padding: 32px 0px;}
	.casestudies-shortcuts .shortcuts{ margin: 32px -10px 12px -10px; }
	.casestudies-shortcuts .shortcut{ padding: 0px 10px 20px 10px; width: 60%; }
	.casestudies-shortcuts .shortcut &gt; div{	height: 360px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-left{ width: 50%; padding: 32px 48px 32px 32px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; .half-right{ width: 50%; height: 100%; padding: 0px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a{	font-size: 16px; line-height: 20px; }
	.casestudies-shortcuts .shortcut &gt; div &gt; a &gt; img{ right: -24px;	top: 0px; }
	.casestudies-shortcuts .shortcut .logo{	display: block;	margin-bottom: 32px; }
	.casestudies-shortcuts .shortcut .intro{ font-size: 16px; line-height: 26px; }


	.subhead{ min-height: 520px; }
	.subhead .half{	width: 55%; }
	.subhead .half &gt; div{ font-size: 16px; line-height: 24px; }
	.subhead h1{ font-size: 55px; line-height: 66px; margin-bottom: 30px; }
	.subhead h1 &gt; div{ height: 66px; }
	.subhead h1 &gt; div &gt; p{ line-height: 66px; margin-top: 190px; }
	.subhead h1 &gt; div &gt; p &gt; span{ line-height: 66px; }
	.subhead span.visto{ margin-right: 34px; }
	.subhead span.visto img{ width: 20px; }
	.subhead .buttons{ min-height: 100px; padding: 50px 0px 10px 0px; }
	.subhead .buttons &gt; div[data-button]{ line-height: 50px; padding: 0px 60px 0px 20px; }
	
	.subhead .image img{ display: block; width: 60%; right: -12%; opacity: 0.9; }


	.tabmodules{ padding: 20px 0px 50px 0px; }
	.tabmodule{	padding: 40px 0px; }
	.tabmodule h2{ font-size: 26px;	line-height: 30px; }
	.tabmodule h3{ font-size: 24px;	line-height: 28px; }
	.tabmodule .tabs{ margin: 20px -10px 20px -10px; }
	.tabmodule .tabs &gt; .tab{ height: auto; width: 260px;	font-size: 20px; line-height: 24px; margin: 0px 10px 10px 10px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in{ height: 90px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; img{ margin: 0px 10px; }
	.tabmodule .tabs &gt; .tab &gt; .tab-in &gt; div &gt; p{	width: calc(100% - 60px); }
	.tabmodule .content{ min-height: 500px;	padding: 40px 32px 40px 48px; font-size: 22px; line-height: 30px; }
	.tabmodule .content &gt; div[data-code]{ display: none; }
	.tabmodule .content &gt; div &gt; div &gt; div[data-code]{ width: 55%; display: block; }
	.tabmodule .content &gt; div &gt; div &gt; div[data-media]{ display: block; width: 36%; left: 78%; top: 50%; }
	.tabmodule .content span.visto{ margin-right: 34px; }
	.tabmodule .content span.visto img{ 	width: 20px; }
	.tabmodule .discover-more{  font-size: 16px; line-height: 24px; }
	
	.tabmodule .tabs .tab .tabcont{ min-height: 500px;	padding: 40px 32px 40px 48px; font-size: 22px; line-height: 30px; }
	
	.industry-shortcuts{ padding: 32px 0px; }
	.industry-shortcuts .shortcuts{	margin: 30px -10px; }
	.industry-shortcuts .shortcut{ padding: 0px 10px; margin: 0px 0px 20px 0px; width: 33.333%; }
	.industry-shortcuts .shortcut .industry-up .industry-txt{	padding: 0px 32px; font-size: 16px;	line-height: 32px; }

	.channels-shortcuts{ padding: 32px 0px 32px 0px; }
	.channels-shortcuts .shortcuts{ margin: 30px 0px 0px 0px; }
	.channels-shortcuts .shortcuts .shortcut{ padding: 40px 30px; margin: 20px 0px; }
	.channels-shortcuts .shortcuts .shortcut h2{ font-size: 22px; line-height: 26px; }
	.channels-shortcuts .shortcuts .shortcut h2 .arrow-right{ right: -100px; top: -2px; }
	.channels-shortcuts .shortcuts .shortcut &gt; div{	margin: 48px 0px 0px 0px; }
	.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature{ width: 25%; padding: 0px 10px 10px 10px; }
	.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature img{ width: 100%; }
	.channels-shortcuts .shortcuts .shortcut &gt; div &gt; .feature p{ font-size: 16px; line-height: 24px; margin: 8px 0px 0px 0px; }


	.blog{ padding: 50px 0px 50px 0px; }
	.blog .menuup { display: none; }
	.blog .menuup &gt; div{ margin-bottom: 24px; }
	.blog .menuup h1{ font-size: 44px; line-height: 52px; }
	.blog .menuup h3{ font-size: 16px; line-height: 24px; }
	.blog .menu{ display: inline-block; width: 22%; padding: 0px 20px 0px 0px; }
	.blog .menu h1{	font-size: 44px; line-height: 52px; }
	.blog .menu h2{	font-size: 20px; line-height: 24px; margin: 32px 0px 20px 0px; }
	.blog .menu &gt; div &gt; div &gt; a{ display: block; padding-left: 28px; font-size: 16px; line-height: 20px; }
	.blog .menu &gt; div &gt; div &gt; a &gt; span &gt; img{ left: 50%; top: 50%; transform: translate(-65%,-50%); }
	.blog .index{ width: 78%; }
	.blog .index .shortcut{	width: 33.333%; }
	.blog .index .shortcut .shortcut-body{ padding: 20px 20px; font-size: 14px; line-height: 22px; }
	.blog .index .shortcut .shortcut-body &gt; p{ font-size: 13px;	line-height: 16px; }
	.blog .index .shortcut .shortcut-body &gt; h1{	font-size: 20px; line-height: 26px; margin: 10px 0px; }
	.blog .index .shortcut-main{ padding: 0px 10px;	margin-bottom: 40px; }

	.blog .index .shortcut-main .shortcut-image{ position: relative; display: inline-block;	width: 45%;	height: auto; }
	.blog .index .shortcut-main .shortcut-image img{ position: relative; display: block; }
	/*
	.blog .index .shortcut-main .shortcut-image{ position: absolute; width: 45%; height: 100%; }
	.blog .index .shortcut-main .shortcut-image img{ position: absolute; left: 50%;	top: 50%; width: auto; min-width: 100%; min-height: 100%; transform: translate(-50%,-50%); }
	*/
	.blog .index .shortcut-main .shortcut-body{	padding: 20px 20px 20px 20px; font-size: 14px; line-height: 22px; }
	.blog .index .shortcut-main .shortcut-body p{ font-size: 13px;	line-height: 16px; }
	.blog .index .shortcut-main .shortcut-body h1{ font-size: 28px;	line-height: 37px; margin: 10px 0px; }
	.blog .index .shortcut-main .shortcut-body a{ margin: 16px 0px 0px 0px;	font-size: 16px; line-height: 24px; }
	.blog .index .shortcut-main .shortcut-body a &gt; img{	right: -20px; top: 4px;	width: 18px; }

	.client-logos{ padding: 20px 0px; }
	.client-logos h1{ font-size: 18px; line-height: 22px; margin-bottom: 24px; }
	.client-logos &gt; div &gt; div &gt; p{ padding: 10px 0px; }
	.client-logos &gt; div &gt; div &gt; p &gt; img{ margin: 10px 20px; zoom: 1; }
}

@media screen and (min-width: 1400px) {

	.cta-form .logo-item{ padding: 0px 20px; width: 15%; }

	.subhead .image img{ display: block; width: 60%; right: -12%; opacity: 1; }

}

@media screen and (min-width: 1600px) {

	.cta-form .logo-item{ padding: 0px 20px; width: 15%; }

	#footer{ padding: 100px 0px 0px 0px; }
	#footer .footer-column[data-nc="0"]{ width: 14%; text-align: left; }
	#footer .footer-column[data-nc="1"]{ width: 24%; }
	#footer .footer-column[data-nc="2"]{ width: 27%; }
	#footer .footer-column[data-nc="3"]{ width: 21%; }
	#footer .footer-column[data-nc="4"]{ width: 14%; }
	#footer .footer-copy{ padding: 20px 0px 15px 14%; }

	
}

@media screen and (min-width: 1800px) {

	.cta-form .logo-item{ padding: 0px 20px; width: 15%; }

}





</pre></body></html>