/* ==========================================================================
   Base styles: Defaults
   ========================================================================== */

html {
  color: #666666;
  font-size: 16px;
  line-height: 1.65;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* ==========================================================================
   Base styles
   ========================================================================== */

body {
	font-family: 'Spartan', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	color: #666666;
	background: #2E4BBB;
	background: linear-gradient(55deg, rgba(67,93,226,1) 30%, rgba(9,43,119,1) 100%);
	min-height: 100vh;
}
.wrap {
	width: 100%;
	margin: 0;
	padding: 40px 25px;
	max-width: 450px;
    margin: 0 auto;
}
.wrap-bottom-small {
	padding-bottom: 25px !important;
}

a {
	color: #06edf9;
	text-decoration: none;
	font-weight: 600;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
	color: #e94963;
}
a:link {
	-webkit-tap-highlight-color : rgba( 0, 0, 0, 0.3 );
}
*:focus {
	outline: none !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .widgettitle {
	text-rendering: optimizelegibility;
	font-family: 'Spartan', sans-serif;
	font-weight: 700 !important;
	line-height: 1.2;
	color: #3656dd;
	margin: 0;
}
.subtitle {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 12px !important;
	margin-bottom: 10px;
}
.turq {
	color: #06edf9;
}
img {
	max-width: 100%;
	height: auto;
}
small, .small {
    font-size: 90%;
}
strong {
	font-weight: 600;
}
.light-content, .light-content h1, .light-content .h1, .light-content h2, .light-content .h2, .light-content h3, .light-content .h3, .light-content h4, .light-content .h4, .light-content h5, .light-content .h5, .light-content .widgettitle, .light-content a {
	color: #06edf9;
}
.light-content p, .light-content ul, .light-content li {
	color: #fff;
}
.light-content a:hover {
	color: #e94963;
}
.light-content a.button {
	background: #06edf9;
	color: #3656dd;
}
.light-content a.button:hover {
	opacity: 1;
	background: #e94963;
	color: #fff;
}
.light-content hr {
	border-color: #7a8cca;
}

h1, .h1 {
	font-size: 27px;
	letter-spacing: -0.5px;
	line-height: 1.2;
}
h2, .h2, .widgettitle {
	font-size: 27px;
	letter-spacing: -0.5px;
	line-height: 1.2;
}
h3, .h3 {
	font-size: 20px;
	letter-spacing: -0.25px;
	line-height: 1.25;
}
h4, .h4 {
	font-size: 18px;
	line-height: 1.3;
}
h5, .h5 {
	font-size: 16px;
	line-height: 1.35;
}

p {
	margin: 0;
}

strong {
	font-weight: 600;
}
.thin {
	font-weight: 400;
}

.nop-top {
	padding-top: 0px !important;
}
.nop-left {
	padding-left: 0px !important;
}
.nop-right {
	padding-right: 0px !important;
}
.nop-bottom {
	padding-bottom: 0px !important;
}
.nom-top {
	margin-top: 0px !important;
}
.nom-left {
	margin-left: 0px !important;
}
.nom-right {
	margin-right: 0px !important;
}
.nom-bottom {
	margin-bottom: 0px !important;
}
.m-bottom-small {
	margin-bottom: 8px;
}
.m-bottom {
	margin-bottom: 20px;
}
.m-top-small {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1029px) {
	.hide-tablet {
		display: none !important;
	}
}
@media only screen and (min-width: 1030px) {
	.hide-desktop {
		display: none !important;
	}
}
@media only screen and (min-width: 1100px) {
	.hide-xl-desktop {
		display: none !important;
	}
}

.button {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #3656dd;
	background: #6DEDCB;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	padding: 11px 18px 9px 18px;
	border-radius: 20px;
	border: 0;
	cursor: pointer;
	text-align: center;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	font-family: 'Spartan', sans-serif;
}
.button:hover {
	background: #e94963;
	color: #fff;
}
.button-green {
	background: #6DEDCB;
	color: #4350d2;
}
.button-green:hover {
	background: #e94963;
	color: #ffffff;
}
.button-blue {
	background: #4350d2;
	color: #fff;
}
.button-blue:hover {
	background: #e94963;
	color: #ffffff;
}
.button-white-outline {
	border: 2px solid #fff;
	background: none;
	color: #fff;
}
.button-white-outline:hover {
	border-color: #6DEDCB;
	background: #6DEDCB;
	color: #4350d2;
}

/* ==========================================================================
   Site styles
   ========================================================================== */

.header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 78px;
	z-index: 9999;
	transition: .5s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-inner {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 78px;
}
.header-left {
	float: left;
}
a.logo {
	width: 135px;
	display: block;
	position: relative;
	line-height: 0;
	margin-top: 4px;
}
.header-right {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-right .button {
	padding-top: 8px;
	padding-bottom: 6px;
}
.nav-icon {
	cursor: pointer;
	margin-left: 7px;
	padding: 3px;
	margin-right: -3px;
}
@media only screen and (min-width: 350px) {
	a.logo {
		width: 150px;
		margin-top: 2px; 
	}
}
@media only screen and (min-width: 370px) {
	a.logo {
		width: 160px;
		margin-top: 0px; 
	}
}
a.logo img {
	width: 100%;
	height: auto;
}
img.logo-icon {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(-35px, 35px, 0px);
	transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
img.logo-icon.active {
	transform: translate3d(0px, 0px, 0px);
}

.hide-next-section + section {
	display: none;
}

.contact svg, .pricing svg {
	width: 20px;
	height: auto;
}
.log-in {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	margin-right: 10px;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	display: inline-block;
}
.contact:hover, .log-in:hover, .pricing:hover {
	color: #6DEDCB;
}
.text-align-center {
	text-align: center;
}
.background-blue {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#13a1fd+0,4251d2+100 */
	background: rgb(19,161,253); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(19,161,253,1) 0%, rgba(66,81,210,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(19,161,253,1) 0%,rgba(66,81,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(19,161,253,1) 0%,rgba(66,81,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a1fd', endColorstr='#4251d2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.background-solid-blue {
    background: #2e3b89;
}
.background-gradient {
	background: rgb(246,246,246);
	background: linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 30%);
}
.background-white {
	background: #fff;
}
.background-grey {
	background: #F7F9FA;
}

.entry-content ul {
	margin:0 0 0 18px;
	padding: 0;
}
.entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
	margin-bottom: 20px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	margin-bottom: 20px;
	margin-top: 30px;
}
.section-title {
	margin-bottom: 20px;
}
.page-section {
	position: relative;
}
.mobile-top {
	margin-top: 30px;
}
.margin-top {
	margin-top: 25px;
}

.flex-wrap-3 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-bottom: -25px;
}
.flex-wrap-3 .flex-col {
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%;
	padding-left: 25px;
	margin-bottom: 25px;
}

.flex-wrap-5 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-bottom: -25px;
	justify-content: center;
}
.flex-wrap-5 .flex-col {
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%;
	padding-left: 25px;
	margin-bottom: 25px;
}

.blue {
	color: #4350d2;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;   
	display: block;
	height: 40px;
	line-height: 24px;
	font-weight: 700;
	font-size: 16px;
	padding: 8px 0px;
	margin-bottom: 15px;
	border-radius: 0px;
	font-family: 'Spartan', sans-serif;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #4350d2;
	box-shadow: none;
	width: 100%;
	color: #000;
	background: none;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	letter-spacing: -0.25px;
}

.white-inputs input[type="text"],
.white-inputs input[type="password"],
.white-inputs input[type="datetime"],
.white-inputs input[type="datetime-local"],
.white-inputs input[type="date"],
.white-inputs input[type="month"],
.white-inputs input[type="time"],
.white-inputs input[type="week"],
.white-inputs input[type="number"],
.white-inputs input[type="email"],
.white-inputs input[type="url"],
.white-inputs input[type="search"],
.white-inputs input[type="tel"],
.white-inputs input[type="color"],
.white-inputs select,
.white-inputs textarea,
.white-inputs .field {
	height: 40px;
	line-height: 34px;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 12px;
	margin-bottom: 10px;
	border-radius: 6px;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15); 
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15);
	width: 100%;
	color: #000;
	background: #fff;
}

.g-recaptcha {
	margin-bottom: 15px;
}
input:focus,
textarea:focus {
	border-color: #4350d2 !important;
	background: none;
	color: #000 !important;
	outline: none;
}
.white-inputs input:focus,
.white-inputs textarea:focus {
	border-color: #fff !important;
	background: #fff;
	color: #000 !important;
	outline: none;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
	font-size: 16px !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
	font-size: 16px !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #4350d2;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
	color: #4350d2;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
	color: #4350d2;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #4350d2;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 1;
}

.white-inputs input::-webkit-input-placeholder, .white-inputs textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #494949 !important;
	font-weight: 400;
}
.white-inputs input::-moz-placeholder, .white-inputs textarea::-moz-placeholder { /* Firefox 19+ */
	color: #494949 !important;
	font-weight: 400;
}
.white-inputs input:-ms-input-placeholder, .white-inputs textarea:-ms-input-placeholder { /* IE 10+ */
	color: #494949 !important;
	font-weight: 400;
}
.white-inputs input:-moz-placeholder, .white-inputs textarea:-moz-placeholder { /* Firefox 18- */
	color: #494949 !important;
	font-weight: 400;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #e94963;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Firefox 19+ */
	color: #e94963;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* IE 10+ */
	color: #e94963;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */
	color: #e94963;
}
.white-inputs input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff !important;
}
.white-inputs input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
}
.white-inputs input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* IE 10+ */
	color: #fff !important;
}
.white-inputs input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */
	color: #fff !important;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}

textarea {
	max-width: 100%;
	min-height: 85px;
	line-height: 1.4 !important;
	padding: 10px 12px;
	border: 1px solid #4350d2;
}

select {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	line-height: 40px !important;
}
.white-inputs textarea {
	border: none;
}
.white-inputs select {
	background: url('../images/chev.svg') no-repeat right 12px center scroll !important;
	background-size: 28px auto !important;
	border: 1px solid #fff;
	color: #fff !important;
}

label {
	font-size: 14px;
	font-weight: 600;
	padding: 8px 0px;
	color: #4350d2;
	display: block;
	line-height: 16px;
	letter-spacing: -0.25px;
}
.white-inputs label {
	color: #fff;
}

.robot-wrap {
	position: relative;
	pointer-events: none;
}
.nudged-robot {
	margin-left: -20px;
	margin-right: -38px;
}
.robot-wrap .background {
	position: relative;
	width: 100%;
	height: auto;
}
.robot-wrap .robot {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	animation-duration: 3.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: robot;
}
@keyframes robot {
	0% {
		transform: translateY(-1%);
	}
	50% {
		transform: translateY(-2.5%);
	}
	100% {
		transform: translateY(-1%);
	}
}
.robot-wrap .paper {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.paper-1 {
	opacity: 0;
	animation-duration: 9s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: paper;
}
.paper-2 {
	opacity: 0;
	animation-duration: 7s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: paper;
	animation-delay: 2s;
}
.paper-3 {
	opacity: 0;
	animation-duration: 6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: paper;
	animation-delay: 4s;
}
.paper-4 {
	opacity: 0;
	animation-duration: 11s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: paper;
}
@keyframes paper {
	0% {
		opacity: 0;
		transform: scale(0.92);
		transform-origin: center;
	}
	25% {
		opacity: 1;
		transform: scale(1);
		transform-origin: center;
	}
	60% {
		opacity: 0;
		transform: scale(0.92);
		transform-origin: center;
	}
	75% {
		opacity: 1;
		transform: scale(1);
		transform-origin: center;
	}
	100% {
		opacity: 0;
		transform: scale(0.92);
		transform-origin: center;
	}
}
.robot-wrap .plane {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.plane-inner {
	transform: translate(0%, 0%);
	animation-duration: 15s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-name: plane;
}
@keyframes plane {
	0% {
		transform: translate(-12.5%, 7%);
	}
	100% {
		transform: translate(0%, 0%);
	}
}
.robot-wrap .text {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	transform: translate(0%, 2%);
}
.text-1 {
	opacity: 0;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: text;
	animation-delay: 2s;
}
.text-2 {
	opacity: 0;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: text;
	animation-delay: 4s;
}
.text-3 {
	opacity: 0;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: text;
	animation-delay: 6s;
}
.text-4 {
	opacity: 0;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: text;
	animation-delay: 8s;
}
.text-5 {
	opacity: 0;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: text;
	animation-delay: 10s;
}
@keyframes text {
	0% {
		opacity: 0;
		transform: translate(0%, 2%);
	}
	4% {
		opacity: 1;
		transform: translate(0%, 0%);
	}
	18% {
		opacity: 1;
		transform: translate(0%, 0%);
	}
	22% {
		opacity: 0;
		transform: translate(0%, 2%);
	}
	100% {
		opacity: 0;
		transform: translate(0%, 2%);
	}
}
.robot-wrap .text-step-3 {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s ease-in-out;
	transform: translate(0%, 2%);
	-webkit-transition-delay:1.5s;
	transition-delay: 1.5s;
}
.active-onscreen .robot-wrap .text-step-3 {
	opacity: 1;
	transform: translate(0%, 0%);
	-webkit-transition-delay:1.5s;
	transition-delay: 1.5s;
}

.inner-box {
	padding: 30px 25px;
	background: rgba(8,16,100,0.18);
	border-radius: 18px;
}
.inner-box-white {
	background: #fff;
}
.header-robot .robot {
	z-index: 10;
}
.no-anim {
	opacity: 1 !important;
	left: 0!important;
}
.preview-screen {
	position: relative;
	overflow: hidden;
	pointer-events: none;
}
.preview-screen img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
}
.large-screen-wrap .preview-screen {
	pointer-events: all;
}
.large-screen-wrap .preview-screen .background-screen {
	pointer-events: none;
}
.preview-screen .iframe-wrap {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -152.2%;
	margin-top: -100.45%;
	height: 340.5%;
	width: 304.4%;
	transform: scale(0.25);
	-webkit-transform: scale(0.25);
	-moz-transform: scale(0.25);
	z-index: 5;
}
.preview-screen iframe {
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}


.white-link {
	display: block;
	color: #fff !important;
	text-decoration: underline;
	margin-top: 25px;
}
.white-link:hover {
	color: #06edf9 !important;
}
.white {
	color: #fff !important;
}

.footer-menu {
	margin: 15px 0 0 0px;
	padding: 0;
}
.footer-menu-ul {
	margin: 0px;
	padding: 0;
}
.footer-menu li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	font-weight: 600;
}
.footer-menu li a {
	color: #000;
}
.footer-menu li span {
	cursor: pointer;
	font-weight: 600;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-menu li span:hover,
.footer-menu li a:hover {
	color: #4350d2;
	opacity: 1 !important;
}
.footer-menu li:last-of-type {
	margin-right: 0px;
}
.copyright {
	font-size: 11px;
	color: #000;
	margin-top: 5px;
}
.copyright a {
	color: #4350d2;
}
.copyright a:hover {
	color: #e94963;
}

.overlay {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: auto;
}

@media only screen and (max-width: 767px) {
	.pricing-overlay {
		display: block !important;
		align-items: flex-start;
	}
}

.overlay.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.overlay .wrap {
	-ms-flex: 100%;
	flex: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.overlay .wrap .entry-content {
	position: relative;
}
.close-overlay {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
	font-weight: 600;
	cursor: pointer;
}
.close-overlay:hover {
	color: #6DEDCB;
}
input[type="submit"] {
	margin-top: 5px;
}
input[type="radio"] {
	display: inline-block;
}
.radio-label {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #6DEDCB;
	border-radius: 50%;
	transition: .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio-label:hover input ~ .checkmark {
  background-color: #fff;
}
.radio-label input:checked ~ .checkmark {
  background-color: #6DEDCB;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-label input:checked ~ .checkmark:after {
  display: block;
}
.radio-label .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4350d2;
}

.white-inputs .radio-label .checkmark {
	margin-top: -2px;
	border: 1px solid #fff;
}
.white-inputs .radio-label .checkmark {
	margin-top: -2px;
	background-color: #2F47BB;
}
.white-inputs .radio-label .checkmark:after {
	background: #2F47BB;
	top: 4px;
	left: 4px;
	width: 14px;
	height: 14px;
}
.radio-label input:checked ~ .checkmark {
	background-color: #2F47BB;
}
.radio-label input:checked ~ .checkmark:after {
	background-color: #6DEDCB;
}

#container {
	overflow: hidden;
}

.tab-button {
	border-bottom: 1px solid #494949;
    display: inline-block;
    float: none;
    background: none !important;
    border-radius: 0px !important;
    color: #4350d2 !important;
    text-align: left;
    padding: 0;
    margin: 0 10px 10px 0px;
}
.flex-col-left {
	margin-bottom: -10px;
}
.tab-button.active {
	background: none !important;
    color: #e94963 !important;
    pointer-events: none;
}
.tab-section {
	display: none;
}
.tab-section.initial {
	display: block;
}

.cookieconsent {
	position: fixed;
    padding: 10px;
    left: 0;
    bottom: 0;
    background-color: #4350d2;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 99999;
    font-size: 12px;
}
.cookieconsent a:hover {
	text-decoration: none !important;
}
.cookieconsent .button {
	padding: 2px 12px;
    font-size: 10px;
}
.cookie-buttons {
	display: block;
	margin-top: 5px;
	text-align: center;
}

.tick-list {
	margin-left: 38px !important;
}
.tick-list li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
}
.tick-list li:before {
	content: "";
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
	top: -2px;
	left: -38px;
	background: url(../images/tick-icon.svg) no-repeat center center scroll;
	background-size: 31px 31px;
}

.top-bottom-lines {
	display: block;
	border-top: 1px solid #b2b8f1;
	border-bottom: 1px solid #b2b8f1;
	padding: 15px 0;
}
.logo-section,
.top-section-outer {
	position: relative;
	z-index: 1;
}
.top-section .wrap {
	padding-top: 0px;
}
.over-plane {
	position: relative;
	z-index: 2;
}

.background-grey + footer,
.background-gradient + footer {
	background: #fff;
}

.no-click,
.no-click span,
.no-click p {
	pointer-events: none !important;
}

#typeit .Typewriter__wrapper *:first-child {
	margin-top: 0px !important;
}
.dash {
	margin-top: -25px !important;
	margin-bottom: 0px !important;
}

.large-screen-wrap {
	position: relative;
}
.stamp {
	position: absolute;
	top: -39px;
	right: -10px;
	z-index: 50;
}


@media only screen and (min-width: 450px) {
	.logo-wrap .logo-single img {
		max-height: 12px;
	}
	.min-height-mobile {
		min-height: 375px;
	}
}

@media only screen and (min-width: 768px) {
	
	.margin-top {
		margin-top: 35px;
	}
	.text-align-center-tablet {
		text-align: center;
		
	}
	.logo-wrap {
		margin-left: 0px;
	}
	.logo-wrap .logo-single {
		padding-left: 0px;
	}
	.logo-wrap .logo-single img {
		max-height: 2.2vw;
	}
	.cookieconsent {
		padding: 15px;
	}
	.cookie-buttons {
		display: inline-block;
		margin-top: 0px;
		text-align: inherit;
	}
	.cookie-buttons .button {
		margin-left: 5px;
	}
	.wrap {
		padding: 60px 50px;
		max-width: none;
	}
	
	.header-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	a.logo {
	    width: 200px;
		margin-bottom: -12px;
    }
	.header-right .button {
		padding-top: 9px;
		padding-bottom: 7px;
	}
    .header,
    .header-inner {
	    height: 107px;
    }
    .header-right {
	    margin-top: 3px;
    }
	.button {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
		margin-bottom: 25px;
	}
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
		margin-bottom: 25px;
		margin-top: 40px;
	}
	
	.capped-text {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.flex-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-left: -50px;
	}
	.flex-align-top {
		align-items: flex-start;
	}
	.flex-align-bottom {
		align-items: flex-end;
	}
	.flex-wrap-reverse {
		flex-direction: row-reverse;
	}
	.flex-col {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding-left: 50px;
	}
	.flex-col-2 {
		-ms-flex: 60%;
		flex: 60%;
		max-width: 60%;
	}
	.flex-col-3of4 {
		-ms-flex: 75%;
		flex: 75%;
		max-width: 75%;
	}
	.flex-col-1 {
		-ms-flex: 40%;
		flex: 40%;
		max-width: 40%;
	}
	.flex-col-1of4 {
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
	}
	.smaller-left-col-padd {
		padding-left: 25px;
	}
	
	.large-cta {
		padding: 16px 30px 14px 30px !important;
		border-radius: 25px !important;
	}
	.xl-large-cta {
		padding: 20px 50px 18px 50px !important;
		border-radius: 29px !important;
	}
	
	
	.fixed-robot {
		position: fixed;
		top: 107px;
		right: 50px;
		width: 41%;
	}
	
	.mobile-top {
		margin-top: 0;
	}
	.section-title {
    	margin-bottom: 25px;
	}
	.entry-content .button {
		margin-top: 10px;
	}
	.flex-wrap-3 {
	    margin-left: -50px;
	    margin-bottom: -50px;
	}
	.flex-wrap-3 .flex-col {
	    -ms-flex: 33.3333%;
	    flex: 33.3333%;
	    max-width: 33.3333%;
	    padding-left: 50px;
	    margin-bottom: 50px;
	}
	.flex-wrap-5 {
	    margin-left: -25px;
	    margin-bottom: -25px;
	}
	.flex-wrap-5 .flex-col {
	    -ms-flex: 20%;
	    flex: 20%;
	    max-width: 20%;
	    padding-left: 25px;
	    margin-bottom: 25px;
	}
	.top-m {
		margin-top: 50px;
	}
	#inner-footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#inner-footer a.logo {
	    width: 200px;
	    margin-bottom: -10px;
	}
	.flex-wrap-fields {
		display: flex;
		flex-wrap: wrap;
		margin-left: -50px;
	}
	.flex-wrap-fields .input-wrap {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding-left: 50px;
	}
	
	.onscreen .flex-col {
		opacity: 0;
		position: relative;
		left: -50px;
		transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}
	.onscreen .flex-col:nth-child(2) {
		left: 50px;	
	}
	.onscreen .flex-wrap-reverse .flex-col {
		left: 50px;
	}
	.onscreen .flex-wrap-reverse .flex-col:nth-child(2) {
		left: -50px;
	}
	.onscreen .image-shadow:before {
		top: 0px;
		left: 0px;
		transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}
	.onscreen .anim-top {
		opacity: 0;
		position: relative;
		top: -50px;
		transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}
	.onscreen .anim-left {
		opacity: 0;
		position: relative;
		left: -50px;
		transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}
	.onscreen .anim-bottom {
		opacity: 0;
		position: relative;
		top: 50px;
		transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}
	.onscreen .late-fade {
		opacity: 0;
		transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}
	.active-onscreen .flex-col,
	.active-onscreen .anim-left {
		opacity: 1;
		left: 0!important; 
	}
	.active-onscreen .anim-bottom,
	.active-onscreen .anim-top {
		opacity: 1;
		top: 0;
	}
	.active-onscreen .late-fade {
		opacity: 1;
	}
	.active-onscreen .image-shadow:before {
		top: 25px;
		left: 25px;
	}
	.flex-wrap-top {
		align-items: flex-start;
	}
	.flex-col-left {
		-ms-flex: 30%;
		flex: 30%;
		max-width: 30%;
		padding-left: 50px;
	}
	.flex-col-right {
		-ms-flex: 70%;
		flex: 70%;
		max-width: 70%;
		padding-left: 50px;
	}
	.tab-button {
		display: block !important;
		padding: 0px 0px 5px 0 !important;
	    margin: 0 0px 20px 0px !important;
	    font-size: 15px !important;
	}
	.image-stuck-bottom {
		margin-bottom: -100px;
	}
	.top-image-stuck-bottom {
		margin-bottom: -100px;
	}
	
	.fixed-robot-no-nudge {
		right: 12px;
	}
	.header-robot {
		margin-top: -70px;
		margin-bottom: -180px;
	}
	
	.large-screen-wrap .preview-screen .iframe-wrap {
		margin-left: -66%;
		margin-top: -44%;
		height: 145.5%;
		width: 132%;
		transform: scale(0.575);
		-webkit-transform: scale(0.575);
		-moz-transform: scale(0.575);
	}
	.stamp {
		top: -55px;
		right: 1.3%;
		width: 110px;
		height: 110px;
	}
	
}

@media only screen and (min-width: 1000px) {
	
	h1, .h1 {
		font-size: 35px;
		letter-spacing: -0.5px;
		line-height: 1.2;
	}
	h2, .h2, .widgettitle {
		font-size: 35px;
		letter-spacing: -0.5px;
		line-height: 1.2;
	}
	h3, .h3 {
		font-size: 26px;
		letter-spacing: -0.25px;
		line-height: 1.25;
	}
	h4, .h4 {
		font-size: 22px;
		line-height: 1.3;
	}
	h5, .h5 {
		font-size: 18px;
		line-height: 1.35;
	}
	
	.flex-col-3of5 {
		-ms-flex: 60%;
		flex: 60%;
		max-width: 60%;
	}
	.flex-col-2of5 {
		-ms-flex: 40%;
		flex: 40%;
		max-width: 40%;
	}
	.header {
		z-index: 8888;
	}
	.min-height {
		min-height: 470px;
	}
	
	.inner-box {
		padding: 45px 40px;
		border-radius: 20px;
	}
	.fixed-robot {
		width: 40%;
	}
	
	.stamp {
		top: -80px;
		right: 0.6%;
		width: 160px;
		height: 160px;
	}
	
	#inner-footer {
		padding-top: 50px;
		padding-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.extra-padd-1000 {
		padding-left: 10%;
	}
	.footer-menu {
		margin: 0 0 0 auto;
		line-height: 1;
	}
	.copyright {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 1030px) {
	
	.top-section .wrap {
		padding-top: 20px;
	}
	.header {
		margin-top: 20px;
	}
	.fixed-robot {
		top: 147px;
	}
	.stamp {
		right: 1%;
	}
	
	.wrap {
		max-width: 1200px;
	}
	.flex-wrap-3 {
		margin-bottom: -65px;
		margin-left: -100px;
	}
	.flex-wrap-3 .flex-col {
	    padding-left: 100px;
	    margin-bottom: 65px;
	}
	.flex-wrap-5 {
		margin-bottom: -50px;
		margin-left: -25px;
	}
	.flex-wrap-5 .flex-col {
	    padding-left: 25px;
	    margin-bottom: 50px;
	}
	
	.button {
		padding: 13px 30px 11px 30px;
		border-radius: 22px;
	}
	.sign-up {
		padding: 11px 30px 9px 30px;
	}
	.tab-button:hover {
		color: #363636 !important;
	}
	.tick-list li {
		margin-bottom: 15px;
	}
	
	.header-robot {
		margin-top: -90px;
		margin-bottom: -220px;
	}
	.wrap-bottom-small {
		padding-bottom: 35px !important;
	}
	
}

@media only screen and (min-width: 1200px) {
	.xl-margin-left {
		margin-left: 15px;
	}
	.fixed-robot {
		right: 50%;
		width: 495px;
		margin-right: -605px;
	}
	.stamp {
		right: 3px;
		width: 200px;
		height: 200px;
		top: -100px;
	}
}

@media only screen and (min-width: 1300px) {
	.tick-list {
		margin-left: 0px !important;
	}
	.tick-list li:before {
		left: -42px;
	}
	.padd-left-xl-desktop {
		padding-left: 92px;
	}
}