body {
  background-color: #f0f0f0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;

}
body, button, input, optgroup, select, textarea {
  color: var(--cs-text);
  font-family: Work Sans,Trebuchet MS,Arial,sans-serif;
  font-family: var(--font-family-sans);
  font-size: 1rem;
  font-size: var(--font-size-md);
  line-height: 1.33;
  line-height: var(--line-height-xl);
  word-wrap: break-word;
}
body {
  margin: 0;
}
.software-summary-left{
	float:left;
	width:400px;
}
.software-summary-right{
	float:right;
	padding-top:85px;
}
.software-summary{
	margin-top:50px;
	font-size:40px;
}
.header {
  position: fixed;
  z-index: 100;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.1);
  box-shadow: 0 4px 4px rgba(0,0,0,.1);
  top: 0;
  width: 100%;
  border-bottom: 5px solid var(--color-watermelon);
}
.push{
	height:84px;
}
.logo{
	float:left;
}
.logo img{
	width:150;
}
.menu{
	float:right;
	margin:20px 0px 20px 0px;
}
.menu li{
	display:inline-block;
}
.menu li a{
	display:block;
	padding: 10px 10px 8px 10px;
	border-bottom: 2px solid #f0f0f0;;
	color: var(--color-primary);
}
.menu li a:hover{
	border-bottom: 2px solid var(--color-light-moss-green);
}
.menu li.active{
	background-color: var(--color-light-moss-green);
}
.menu li.active a{
	border-bottom: 2px solid var(--color-light-moss-green);
}
.container{
	max-width: 64.375rem;
	margin-right:auto;
	margin-left:auto;
}
.clear{
	clear:both;
}
ul{
	list-style:none;
}
body,p,div,h1,h2,h3,h4,ul{
	padding:0;
	margin:0;
}
a{
	text-decoration:none;
	color: var(--cs-text);
}
.banner{
	background: var(--color-warm-blue);
	height:400px;
}
.banner-text{
	padding: 50px 0px 50px 0px;
	color:var(--color-white);
}
.platforms a{
	display:inline-block;
	margin-right:5px;
	margin-bottom:10px;
	border: 2px solid var(--color-warm-blue);
	font-weight:bold;
	font-size:15px;
	padding:8px;
	border-radius:40px;
}
.platforms a i{
	width:10px;
	margin-right:10px;
	color: #abb6b9;
}
.platforms a:hover{
	background: var(--color-light-moss-green);
	border: 2px solid var(--color-light-moss-green);
	color: var(--color-primary);
}
.footer{
	background-color: #293276;
	color:var(--color-white);
	margin-top:50px;
	padding: 50px 0px 50px 0px;
}
.footer-logo{
	float:left;
}
.footer-logo img{
	width:70;
}
.footer-links{
	float:right;
}
.footer-menu li{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	color:var(--color-white);
	margin-left: 100px;
}
.footer-menu li ul{
	margin-top:20px;
}
.footer-menu li ul li{
	display:block;
	margin-left:0px;
	text-transform:none;
}
.footer-menu li ul.social li{
	display:inline-block;
}
.footer-menu li ul.social li a{
	background: var(--color-watermelon);
	border-radius: 20px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	padding: 8px 8px 10px 8px;
	margin-left: 10px;
	color: #293276;
}
.footer-menu li ul.social li:first-child a{
	margin-left: 0px;
}
.footer-menu li ul.social li a:hover{
	background: var(--cs-indicator-over);
}
.footer-menu li ul li a{
	color:var(--color-white);
	display:block;
	padding:5px 0px 5px 0px;
}
.footer-menu li ul li a:hover{
	text-decoration:underline;
}
.login-left-content-container{
  position: absolute;
  width: 40%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f7f9fa;
  height: auto;
  z-index: 1;
}
.login-right-content-container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 0;
  width: auto;
  height: auto;
}
.login-left-content-wrapper {
  right: -10%;
  background: #fff;
  max-width: 400px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  display: grid;
  max-height: 600px;
  transform: translate(0,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 90%;
}
.login-left-content-wrapper-header-logo{
	float:left;
	padding:10px;
}
.login-left-content-wrapper-header-logo img{
	width:120px;
}
.login-left-content-wrapper-header-desc{
	float:right;
	padding:10px;
	font-weight:bold;
}
.login-left-content-wrapper-content{
	overflow: auto;
	padding: 20px 10px 10px 10px;
	max-height: 450px;
}
.login-left-content-wrapper-content ul li i{
	margin-right:10px;
}
.form-wrapper {
  max-width: 340px;
  text-align: center;
  margin: auto;
  padding: 0 20px;
  flex-direction: column;
  display: flex;
  height: 100%;
}
.form-wrapper.signup{
	max-width:600px;
}
.justify-center {
  justify-content: center;
}
.input-left{
	float:left;
	width:48%;
}
.input-right{
	float:right;
	width:48%;
}
input[type="text"],input[type="email"],input[type="phone"],input[type="password"]{
  color: #3f4547;
  width: 340px;
  padding: 15px 10px 15px 10px;
  outline-width: 0;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #d9dbe4;
  border-radius: 4px;
  -webkit-appearance: none;
}
.signup input[type="text"],.signup input[type="email"],.signup input[type="phone"],.signup input[type="password"]{
	width:100%;
}
.form-wrapper p{
	margin-bottom:20px;
}
.account-btn{
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  padding: 16px 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  outline: 0;
  display: inline-block;
  background-color: var(--color-main);
  font-weight: 700;
  font-family: inherit;
  border: 0;
  -webkit-appearance: none;
}
.account-link{
	color: var(--color-main);
}
.account-link:hover{
	text-decoration:underline;
}
.account-footer{
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	width: auto;
	height: auto;
	padding:20px 10px 20px 10px;
	text-align:center;
	background:#fff;
}
.account-footer ul li{
	display:inline-block;
}
.account-footer ul li a{
	display:block;
	padding:5px 10px 5px 10px;
}
.account-footer ul li a:hover{
	text-decoration:underline;
}
.spinner {
  height: 10px;
  width: 10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid var(--color-main);
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
#animation,#progress{
	display:none;
}
.error,.success,.warning,.information {
	background-repeat: no-repeat;
	background-position: 7px 4px;
	color: #fff;
	min-height: 46px;
}
.information {
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.error {
	background-color: #d35351;
	background-image: url('../images/error.png');
}
.success {
	background-color: #03a84e;
	background-image:url('../images/success.png');
}
.warning {
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.information p,.error p, .success p, .warning p,.validation p{
	padding: 8px 10px 10px 45px;
	font-size:14px;
}
.information p i,.error p i, .success p i, .warning p i,.validation p i{
	margin-left:10px;
}
.cursor{
	cursor:pointer;
}
#feedback{
	position: fixed;
	bottom: -10px;
	right: 0;
	z-index: 100000000000000000000;
}
.footer-section{
	color:var(--color-watermelon);
	font-weight:bold;
}
.powered-by{
	margin-top:20px;
}
.link:hover{
	text-decoration:underline;
}
#animation,#dialog_animation,#progress{
	display:none;
}
.bordered-btn{
	background:#ffffff ! important;
	border:1px solid var(--color-main) ! important;
	color:var(--color-main) ! important;
}
.bordered-btn:hover{
	background: var(--color-main)  ! important;
	color:#ffffff  ! important;
}
input[type="submit"],.button{
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 0px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 10px;
  white-space: nowrap;
  box-sizing: border-box;
  background: var(--color-main);
  color:#ffffff;
}
.ajax-form-spinner {
  height: 10px;
  width: 10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid var(--color-main);
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.dialog{
	position: fixed;
	z-index: 100000;
	content:'';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
}
.form-fields input[type="text"],.form-fields input[type="email"],.form-fields input[type="phone"],.form-fields input[type="password"],.form-fields TextArea{
  color: #3f4547;
  width: 100%;
  padding: 5px 10px 5px 10px;
  outline-width: 0;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #d9dbe4;
  border-radius: 4px;
  -webkit-appearance: none;
  margin-top:10px;
}
.form-fields TextArea{
	resize:none;
}
.remain-inline{
	display:inline-block;
	vertical-align:top;
}
.form-content{
	background:#ffffff;
}
.form-heading{
	padding:10px;
	color:#fa8c5c;
	font-weight:bold;
	border-bottom:1px solid #818a91;
}
.form-content-elements{
	padding: 10px 24px 20px 10px;
}
.form-content-elements p{
	margin-top:10px;
}
.dialog-content{
	margin: 1em auto;
	display:none;
	width: 95%;
	max-width: 900px;
	margin:50px auto 40px auto;
	position:relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align:left;
}
.dialog-content .dialog-body{
	max-height: 400px;
	overflow: auto;
	padding: 0.4em 0.8em;
	min-height: 5em;
}
.dialog-content .dialog-body select{
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	width:100%;
}
.dialog-content .dialog-footer {
  border-top: 1px solid #e5e5e5;
}
.dialog-footer {
  padding: 5px 10px 0px 10px;
}

.dialog-content .dialog-header {
  border-bottom: 1px solid #e5e5e5;
  border-bottom-color: rgb(229, 229, 229);
  padding: 0.4em 0.8em;
  font-weight:bold;
}
.contact{
	background: var(--color-secondary);
	border-radius: 50%;
	box-shadow: 1px 6px 24px 0 rgb(7 94 84/24%);
	cursor: pointer;
	transition: background-color .2s linear;
	color: #fff;
	font-size: 30px;
	width: 60px;
	display: block;
	height: 60px;
	text-align: center;
	margin-bottom:5px;
}
.contact:hover{
	background:#03a84e;
}
.contact i{
	margin: 15px 2px 5px 4px;
}
.whatsapp{
	background: #25d366;
	border-radius: 50%;
	box-shadow: 1px 6px 24px 0 rgb(7 94 84/24%);
	cursor: pointer;
	transition: background-color .2s linear;
	color: #fff;
	font-size: 40px;
	width: 60px;
	display: block;
	height: 60px;
	text-align: center;
}
.whatsapp:hover{
	background:#178b82;
}
.whatsapp i{
	margin: 9px 2px 5px 4px;
}
.float_buttons{
	position:fixed;
	right: 30px;
	bottom: 120px;
}
.contacts{
	color: rgba(255,255,255,.6);
	margin-top:20px;
}
.contact-type{
	color: var(--color-white);
	margin-right:10px;
}
.price-plan {
  width: 31.7%;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  height: 350px;
}
.price-plan:nth-child(3n){
	margin-right:0px;
}
.price-plan .title.subscription{
  background-color: #13a8ff;
  color: #fff;
}
.price-plan .title {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 14px;
  background-color: #D1D2D4;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 34px 20px 32px 20px;
}
.popular, .recommended-ribbon, .save75 {
  background-repeat: no-repeat;
  width: 90px;
  position: absolute;
}
.popular {
  margin-top: -7px;
  margin-right: -6px;
}
.popular {
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
}
.popular {
  background-position: 0 -5269px;
  background-image: url(../images/icons.png);
  top: 4px;
  right: 4px;
}
.price-plan .content {
  padding: 10px;
}
.price-plan .price {
  font-size: 36px;
  text-align: center;
}
.year{
  font-size: 13px;
  color: #808284;
}
.plain-info{
	margin-top:40px;
}
.plain-info p{
	margin-bottom:5px;
}
.plain-info p i{
	margin-right:5px;
}
.bold{
	font-weight:bold;
}
.price-info-margin{
	margin-left:26px;
	display: block;
}
table.cells{
    border-collapse: collapse;
    border: 1px solid #26343f;
}
table.cells td{
    border: 1px solid #26343f;
    padding: 10px 10px;
}
table.cells td.no-border {
    border: 0px solid #26343f;
    padding: 10px 10px;
}
table.cells td.cookie-coloumn{
	width:200px;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
.remain-inline{
	display:inline-block;
	vertical-align:top;
}
.pull-right{
	float:right;
}
.shop-top{
  background: white;
  width: calc(90% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 20px;
  position: fixed;
  margin-left: 5%;
  margin-right: 5%;
  top: -40px;
}
.shop-top-push{
	height:80px;
}
.menu-box{
	background:#fff;
	border-radius:20px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding: 10px 0px 10px 0px;
}
.cart-box{
	background:#fff;
	border-radius:20px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding: 10px 0px 10px 0px;
}
.menu-item{
	border-top:1px solid black;
	margin-top:20px;
	margin-bottom:20px;
}
.menu-item li{
	border-bottom:1px solid black;
	padding:5px 10px 5px 10px;
}
.menu-image{
	width:70px;
	display:inline-block;
	padding:3px;
	margin-right:5px;
}
.menu-image img{
	width:100%;
}
.menu-name{
	display:inline-block;
	vertical-align:top;
	margin-top: 10px;
}
.products{
	border-radius:20px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding: 10px 0px 10px 0px;
}
.product{
	display:inline-block;
	width:calc(50% - 13px);
	margin-right:20px;
	background:#fff;
	margin-bottom: 20px;
}
.products .product:nth-child(2n){
	margin-right:0px;
}
.products .product .button{
  display: block;
  text-align: center;
  margin:20px;
}
.products .product .name{
	font-weight:bold;
	padding:20px;
	text-align:center;
}
.products .product .price{
	font-size:20px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.products .product .image{
	height:300px;
	width:100%;
}
.products .product .image img{
	height:100%;
	width:100%;
}
.products .product .add-to-cart-spinner{
	margin-top:10px;
	margin-bottom:10px;
	display:none;
}
.animation-box{
	display:inline-block;
	margin-top:5px;
}
.animation{
	display:none;
}
.menu-right{
	float:right;
	margin-top: 20px;
}
.cart-item-box{
	position:relative;
	margin-left:15px;
}
.cart-item{
  position: absolute;
  background-color: var(--color-main);
  color: var(--color-white);
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  left: 8px;
  top:-10px;
  line-height: calc(1 + .1 / var(--font-body-scale));
}
@media only screen and (max-width: 800px) {
	.login-left-content-container{
		width:100% ! important;
		position:relative;
	}
	.login-left-content-wrapper{
		right: 0 ! important;
		width: 100% ! important;
		position: relative ! important;
		top: 0 ! important;
		box-shadow: none !important;
		max-width: 100% !important;
		transform: translate(0,0) ! important;
		-ms-transform: translate(0,0) ! important;
	}
	.login-right-content-container{
		width:100% ! important;
		position:relative;
	}
	.login-right-content-container {
	  left: 0 ! important;
	}
	.platforms a i{
		margin-right:20px ! important;
	}
	.form-wrapper {
		display:block ! important;
		margin-top:50px;
		max-width: 100% ! important;
	}
	.form-wrapper input{
		width: 100% ! important;
	}
	.software-summary-left{
		width:100% ! important;
	}
	.software-summary-right{
		padding-top:20px ! important;
		width:100% ! important;
	}
	.software-summary-right img{
		width:100% ! important;
	}
	.software-summary{
		margin-top:0px ! important;
	}
	.login-left-content-wrapper-header-desc {
	  padding: 30px 20px 0px 0px ! important;
	}
	.input-left{
		width:100% ! important;
	}
	.input-right{
		width:100% ! important;
	}
	.account-footer{
		position: fixed ! important;
	}
	.container{
		width:100% ! important;
	}
	.wrapper{
		padding:10px;
	}
	.powered-by{
		padding:10px;
	}
	.about-page{
		margin-top:20px;
	}
	.footer-links{
		width:100% ! important;
	}
	.footer-logo{
		display:none;
	}
	.footer-menu li{
		display:block ! important;
		margin-top:40px;
	}
	.footer-menu li.footer-contact-link{
		margin-top:-20px;
	}
	.social li{
		display:inline-block ! important;
	}
	.footer-menu li {
		margin-left:10px ! important;
	}
	.footer-menu li ul li{
		margin-left:0px ! important;
		margin-top:0px ! important;
	}
	.price-plan {
		width:100% ! important;
		margin-right:0px ! important;
		height:auto ! important;
		margin-bottom:15px;
	}
	table.cells td.cookie-coloumn{
		width:auto ! important;
	}
}
:root {
  --font-family-sans: "Work Sans","Trebuchet MS","Arial",sans-serif;
  --font-family-sans-heading: "utile","Trebuchet MS","Arial",sans-serif;
  --font-family-sans-heading-bold: "utile","Trebuchet MS","Arial",sans-serif;
  --font-mono: "Monaco","Consolas","Andale Mono","DejaVu Sans Mono",monospace;
  --font-size-xs: 0.75rem;
  --font-size-xxs: 0.875rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1rem;
  --font-size-xl: 1.125rem;
  --font-size-xxl: 1.25rem;
  --font-size-2xl: 1.375rem;
  --font-size-3xl: 1.5625rem;
  --font-size-4xl: 2.1875rem;
  --font-size-5xl: 2.8125rem;
  --font-size-6xl: 3.4375rem;
}
:root {
  --color-main: #27a8e0;
  --cs-indicator-over: var(--color-burnt-sienna);
  --cs-indicator: var(--color-coral-orange);
  --color-dark-blue: #181e56;
  --color-warm-blue: #293276;
  --color-light-warm-blue: #696f9f;
  --color-light-blue: #c9d9f2;
  --color-coral-orange: #f08261;
  --color-burnt-sienna: #e96243;
  --color-moss-green: #c7c703;
  --color-light-moss-green: #d6d569;
  --color-monza: #d70404;
  --color-mountain-meadow: #1ab95f;
  --color-watermelon: #eb8065;
  --color-white: #fff;
  --color-black: #000;
  --color-global-primary: var(--color-warm-blue);
  --color-global-primary-90: rgba(41,50,118,0.9);
  --color-global-secondary: var(--color-light-blue);
  --color-global-tertiary: var(--color-coral-orange);
  --color-global-quaternary: var(--color-moss-green);
  --color-global-background-primary: var(--color-global-primary);
  --color-global-background-secondary: var(--color-global-secondary);
  --color-global-background-tertiary: var(--color-global-quaternary);
  --color-global-color-primary: var(--color-global-primary);
  --color-global-color-secondary: var(--color-global-secondary);
  --color-global-color-tertiary: var(--color-global-tertiary);
  --color-global-color-quaternary: var(--color-global-quaternary);
  --color-social-bg: var(--color-coral-orange);
  --color-social-bg-hover: var(--color-burnt-sienna);
  --color-social-icon: var(--color-warm-blue);
  --color-hero-bg: var(--color-global-primary);
  --color-hero-bg-90: var(--color-global-primary-90);
  --color-hero-title: var(--color-global-color-tertiary);
  --color-hero-content: var(--color-global-color-secondary);
  --color-hero-breadcrumb: var(--color-white);
  --color-hero-bg-mobile: var(--color-global-primary);
  --color-hero-title-mobile: var(--color-global-color-tertiary);
  --color-hero-content-mobile: var(--color-global-secondary);
  --color-primary: var(--color-warm-blue);
  --color-primary-400: #4176a4;
  --color-primary-500: var(--color-primary);
  --color-primary-600: var(--color-warm-blue);
  --color-primary-linkedin-disruptor: #00366a;
  --color-secondary: var(--color-coral-orange);
  --color-secondary-500: var(--color-secondary);
  --color-grey: #4a4a4a;
  --color-grey-100: #f9f9f9;
  --color-grey-200: #f2f2f2;
  --color-grey-300: #ced4d9;
  --color-grey-400: #8e949f;
  --color-grey-500: var(--color-grey);
  --color-grey-600: #6c727f;
  --color-grey-666: #666;
  --color-grey-700: #61728f;
  --color-grey-800: #232323;
  --color-error: var(--color-monza);
  --color-validated: var(--color-mountain-meadow);
  --color-card-tags: #435b79;
  --color-primary-shadow: rgba(0,0,0,0.5);
  --color-secondary-shadow: rgba(108,114,127,0.3);
  --color-tertiary-shadow: hsla(0,0%,100%,0.3);
  --color-white-transparent: hsla(0,0%,100%,0.9);
  --color-white-transparent-75: hsla(0,0%,100%,0.75);
  --color-white-transparent-95: hsla(0,0%,100%,0.95);
  --color-facebook: #4d6bb3;
  --color-twitter: #6bcef5;
  --color-linkedin: #0078b7;
  --color-primary-light: var(--color-light-blue);
  --color-secondary-600: var(--color-coral-orange);
  --color-secondary-800: #ee673e;
  --color-grey-silver: #e7e7e7;
  --color-primary-linear-gradient: linear-gradient(90deg,#183e71,var(--color-primary-600) 50%,#183e71);
  --color-secondary-linear-gradient: linear-gradient(90deg,#fff,var(--color-grey-silver) 50%,#fff);
  --color-tertiary-linear-gradient: linear-gradient(90deg,#fddece,#d9eef8 50%,#fddece);
}