<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFProText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-RegularItalic.woff2') format('woff2'),
        url('../fonts/SFProText-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-HeavyItalic.woff2') format('woff2'),
        url('../fonts/SFProText-HeavyItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'ArtBrush';
    src: url('../fonts/ArtBrush.woff2') format('woff2'),
        url('../fonts/ArtBrush.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'SF Pro Text', sans-serif;
  font-weight: 400;
  margin: 0;
  padding:0;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	line-height: initial;
}
h5 {
	font-size: 20px;
	text-align: center;
	font-style: italic;
	font-weight: 800;
}
h4{
	font-weight: 800;
	font-size: 28px;
}
h3{
	font-weight: 800;
	font-style: italic;
	font-size: 28px;
}
h2{
	font-size: 58px;
}
p{
	margin-top: 0;
	margin-bottom: 20px;
}
.font-montserrat{
	font-family: 'Montserrat';
}
.text-italic{
	font-style: italic;
}
.text-theme{
	color: #143E67;
}
.bg-theme{
	background: #143E67;
	color: #fff;
}
.text-secondary{
	color: #F8EE69;
}
.position-relative{
	position: relative;
}
a{
	color: #006AE3;
}
.clearfix{
	clear: both;
}
.mb-0{
	margin-bottom: 0 !important;
}
.py-0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.text-underline{
    text-decoration: underline !important;
}
.text-white{
	color: #fff;
}
.text-light{
	color: #4D4D4D;
}
.fw-400{
	font-weight: 400;
}
.fw-800{
    font-weight: 800;
}
.fs-md{
	font-size: 20px;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.font-italic{
	font-style: italic;
}
.d-flex{
	display: flex;
}
.d-block{
	display: block;
}
.align-items-center{
	align-items: center;
}
.img-fluid{
	max-width: 100%;
}
.grid-row{
	display: grid;
  	margin-left: -15px;
  	margin-right: -15px;
}
.grid-2{
	grid-template-columns: 50% 50%;
}
.grid-3{
	grid-template-columns: 33.33% 33.33% 33.33%;
}
.grid-4{
	grid-template-columns: 25% 25% 25% 25%;
}
.grid-col{
	padding: 10px 15px;
}
.step-col img{
	width: 100%;
}
.section-hero{
	background:linear-gradient(170deg, rgba(20,62,103,1) 42%,rgba(20,62,103,1) 42%,rgba(255,255,255,1) 42%);
	padding: 60px 0;
}
.section-hero h1 {
	font-size: 70px;
	color: #FBF7BF;
	padding: 40px 0 100px 0;
	font-style: italic;
	text-shadow: -3px 1px 0px #143e67, -3px 2px 0px #FF0;
	max-width: 800px;
	margin-bottom: 0;
}
.img-abs {
	position: absolute;
	right: 10px;
	width: 70px;
	top: 20%;
}
.img-rounded {
	border-radius: 20px;
}
.section-hero h2 span{
	text-shadow: none;
/*  	font-style: normal;*/
}
.btn-a {
	background: #F8DA5B;
	padding: 15px 20px;
	color: #143E67;
	font-size: 20px;
	font-weight: 800;
	font-family: montserrat;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0px 3px 0px #FBF7BF;
	margin-bottom: 10px;
	display: inline-block;
	border:none;
	cursor: pointer;
	text-align: center;
}
.btn-prime, .btn-prime:hover, .btn-prime:focus {
	background: #F8DA5B;
	color: #000;
	box-shadow: 0px 8px 5px #F8DA5B7a;
	outline: 4px solid #F8DA5B;
	border: 2px solid #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-theme{
	background: #006AE3;
	color: #fff;
	border-radius: 8px;
	box-shadow:none;
	font-weight: 400;
	font-family: 'SF Pro Text';
}
.btn-wapp {
	background: #3EB300;
	color: #fff;
	border-radius: 8px;
	box-shadow: none;
	font-weight: 400;
	font-family: 'SF Pro Text';
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	justify-content: center;
}
.btn-wapp span{
	margin-right: 4px;
}
.btn-group{
	display: flex;
}
.btn-group .btn{
	width: 49%;
	margin-left: 0.5%;
	font-weight: 800;
	margin-right: 0.5%;
}
.steps-section{
	background: #143E67;
	color: #fff;
	padding: 60px 0 30px 0;
	position: relative;
}
.steps-section h2{
	font-weight: 800;
	position: absolute;
	top: 0;
	padding-left: 400px;
}
.steps-section .graph-img{
	float: left;
	width: 700px;
	padding-right: 50px;
}
.steps-section .img-abs {
	position: absolute;
	left: 10px;
	width: 70px;
	top: -125px;
}
.float-left{
	float:left;
}
.step-hero{
	position: relative;
	padding-top: 90px;
	float: left;
	margin-bottom: 20px;
}
.step-hero p:first-of-type{
	margin-top: 90px;
}
.step-col{
	position: relative;
}
.step-col::after {
	position: absolute;
	content: '';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.3+100 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 8px;
}
.step-col img{
	width: 100%;
	border-radius: 8px;
	border:1px solid #fff;
	display: block;
}
.step-col h5 {
	position: absolute;
	bottom: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: 0px 4px 2px rgba(0,0,0,0.8);
	font-weight: 800;
	font-size: 25px;
	line-height: 1;
	z-index: 1;
}
.font-sm{
	font-size: 60% !important;
}
.font-md{
	font-size: 80% !important;
}
.sub-steps{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#143e67+45,ffffff+45 */
	background: linear-gradient(to bottom,  rgba(20,62,103,1) 45%,rgba(255,255,255,1) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
}
.tools-section{
	padding: 100px 0 40px 0;
}
.tools-section h2{
  	margin-bottom: 20px;
  	letter-spacing: -1px;
  	width: 650px;
}
.appPreview {
	padding-top: 50px;
}
.appPreview span {
	font-family: 'ArtBrush';
	color: #ec2024;
	font-size: 2.2rem;
	display: block;
	text-align: center;
	line-height: 1;
	max-width: 480px;
	text-shadow: 1px 0 0 #fff, 1px 0 0 #fff, 1.5px 0 0 #fff, 1.5px 0 0 #fff, 2px 0 0 #fff, 2px 0 0 #fff, 2.5px 0 #fff, 0 1px 0 #fff, 0 1.5px 0 #fff, 0 1.5px 0 #fff, 2.5px 0 #fff, 0 2.5px 0 #fff;
	position: absolute;
	top: -45px;
	margin: 0 auto;
	left: auto;
	right: 0;
	padding-left: 120px;
	z-index: 1;
}
.appPreview svg {
	width: 80px;
	height: 90px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 150px;
	transform: rotate(60deg);
	z-index: 2;
}
.appPreview svg .draw-arrow {
	 stroke-width: 5;
	 stroke: #ff3131;
	 fill: none;
	 stroke-dasharray: 400;
	 stroke-dashoffset: 400;
	 animation-duration: 3s;
	 animation-fill-mode: forwards;
	 animation-name: draw;
	 animation-timing-function:ease-out;
	 animation-iteration-count:infinite;
}
.appPreview svg .draw-arrow.tail-1 {
	 animation-delay: 0.5s;
}
.appPreview svg .draw-arrow.tail-2 {
	 animation-delay: 0.7s;
}

@keyframes draw {
	 to {
		 stroke-dashoffset: 0;
	}
}
.apps-icon {
	display: grid;
	position: absolute;
	grid-template-columns: 50% 50%;
	grid-column-gap: 10px;
	top: 50%;
	right: 42px;
}
.apps-icon img {
	max-width: 100px;
	box-shadow: 0px 0px 30px #8AB0DD;
	border-radius: 25px;
}
.appPreview img {
	width: 85%;
	margin-top: 60px;
}
.reviews-section{
	padding: 60px 0;
}
.pr-md-5{
	padding-right: 4rem;
}
.pl-md-5{
	padding-left: 4rem;
}
.mb-3{
	margin-bottom: 2rem;
}
.testimonial-quote {
	text-align: center;
	background-image: url(../img/join/graphic-3232.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 394px;
	padding: 20px 50px 20px 50px;
	margin: 0 auto;
	min-height: 144px;
}
.testimonials-row .flex-col{
	padding: 0 10px;
}
.contacts-section{
	background: #CFE0F0;
	padding: 60px 0;
}
.reviews-section h2{
  	margin-bottom: 20px;
/*  	letter-spacing: -3px;*/
}
.contacts-section h2 {
	width: 600px;
	margin-bottom: 20px;
}
.form-group {
	position: relative;
	margin-bottom: 10px;
}
.form-control {
	display: block;
	padding: 10px;
	border: 1px solid #fff;
	width: 100%;
	border-radius: 6px;
	font-size: 17px;
	letter-spacing: 1px;
}
.form-control:hover, .form-control:focus, .form-control:active{
	border: 1px solid #8fc5ff;
	outline: none;
	box-shadow: none;
}
.form-group label{
	margin-bottom: 5px;
}
.page-footer{
	padding: 30px 0;
}
.footer-logos{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.footer-logos img {
	margin-bottom: 15px;
	padding: 0 15px;
}
.reviews-section .img-abs {
	top: -125px;
}
.testimonials-row{
	display: flex;
}
.screen-preview{
	position: relative;
}
.screen-preview .screen-bottom {
	margin-left: -60px;
}
.screen-preview .screen-mid {
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.screen-preview .screen-top {
	position: absolute;
	left: 30px;
	bottom: 72px;
}
.footer-links{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-links a{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #006AE3;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 600;
}
.footer-bottom{
	padding: 20px 0;
}
.row{
	display: flex;
	margin-left: -15px;
	margin-inline: -15px;
	width: auto;
}
.col-md-9{
	width: 70%;
	padding: 0 15px;
}
.col-md-3{
	width: 30%;
	padding: 0 15px;
}
.disclaimer{
	border-right: 1px solid #000;
	padding-right: 40px;
	margin-right: 25px;
	font-size: 14px;
}
.copyright{
	font-weight: 600;
}
.icon-whatsapp{
	background-image: url(../img/join/whatsapp.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: contain;
}
@media screen and (max-width:1199px){
	.section-hero h1 {
	  font-size: 55px;
	  max-width: 700px;
	  padding-bottom: 50px;
	  margin-bottom: 15px;
	}
	h2 {
		font-size: 48px;
	}
	h5 {
	  font-size: 16px;
	}
	.steps-section h2 {
		padding-left: 0;
		margin-bottom: 0;
		width: 590px;
    	right: 0;
	}
	.steps-section .graph-img {
		width: 600px;
		padding-right: 30px;
	}
	.pr-md-5 {
		padding-right: 2rem;
	}
	.pl-md-5 {
		padding-left: 2rem;
	}
	.fs-md {
		font-size: 17px;
	}
	.step-hero p:first-of-type {
		margin-top: 60px;
	}
	.apps-icon img {
	  max-width: 100px;
	}
	.section-hero h4{
		color: #fff !important;
  		text-align: left !important;
	}
	.section-hero {
		background: linear-gradient(176deg, rgba(20,62,103,1) 48%,rgba(20,62,103,1) 48%,rgba(255,255,255,1) 48%);
		padding-top: 40px;
	}
	.appPreview span{
		font-size: 1.75rem;
	}
	.appPreview svg{
		top: -20px;
		width: 60px;
		left: 16%;
	}
	.tools-section h2{
		width: 100%;
	}
}
@media screen and (max-width:991px){
	.fs-md {
		font-size: 15px;
	}
	h2 {
		font-size: 40px;
	}
	.steps-section .graph-img {
	    width: 500px;
	}
	.steps-section h2 {
		width: 490px;
	}
	.section-hero h1{
		padding-bottom: 0;
	}
	.grid-4 {
		grid-template-columns: 50% 50%;
	}
	.section-hero h5{
		margin-bottom: 0;
	}
	.grid-4 .grid-col {
		max-width: 350px;
		margin: 0 auto;
	}
	.tools-section h2, .contacts-section h2{
		width: 100%;
	}
	.appPreview span{
		font-size: 1.75rem;
	}
	.appPreview img {
		width: 84%;
		margin-top: 0;
	}
	.footer-logos img {
		height: 80px;
		width: auto;
	}
	.testimonial-quote{
		padding: 0px 40px 00px 40px;
	}
	.section-hero .text-right{
		text-align: center;
	}
	.screen-preview .screen-mid, .screen-preview .screen-top{
		left: 0;
	}
	.col-md-3{
		width: 35%;
	}
	.col-md-9{
		width: 65%;
	}
	.disclaimer {
		padding-right: 15px;
		margin-right: 0;
	}
}
@media screen and (max-width:768px){
	.steps-section .graph-img {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.step-hero p:first-of-type {
		margin-top: 20px;
	}
	.step-hero{
		margin-bottom: 0;
	}
	.steps-section h2{
		position: relative;
		margin-bottom: 10px;
		width: auto;
	}
	.step-hero {
		padding-top: 0;
	}
	.appPreview span{
		padding-left: 0;
	}
	.appPreview {
		padding-top: 30px;
	}
	.appPreview img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		display: block;
	}
	.tools-section{
		padding-top: 50px;
	}
	.grid-2 {
		grid-template-columns: 100%;
	}
	.apps-icon {
		top: auto;
		right: 0;
		left: 0;
		position: relative;
		max-width: 200px;
		margin: 0 auto;
		margin-top: 0px;
	}
	.reviews-section p{
		margin-bottom: 0;
	}
	.testimonial-quote {
		padding-top: 30px;
		margin-bottom: 20px;
	}
	.testimonial-quote p {
		font-size: 14px;
	}
	.testimonials-row {
		justify-content: center;
		flex-wrap: wrap;
	}
	.testimonials-row .flex-col {
		padding: 0 10px;
		width: 50%;
	}
	.pr-md-5{
		padding-right: 15px;
	}
	.pl-md-5{
		padding-left: 15px;
	}
	.section-hero h1 {
		font-size: 40px;
	}
	.footer-logos{
		flex-wrap: wrap;
	}
	.appPreview span{
		top: 0;
		position: relative;
	}
	.screen-preview {
		margin: 0 auto;
		display: block;	
		max-width: 500px;
		padding-top: 65px;
	}
	.appPreview svg {
		top: 50px;
		width: 60px;
		left: 20%;
	}
	.screen-preview .screen-top{
		left: -30px;
	}
}
@media screen and (max-width:576px){
	.section-hero h1 {
		font-size: 37px;
		margin-bottom: 15px;
	}
	.h4{
		font-size: 25px;
	}
	h5 {
		font-size: 14px;
	}
	.step-col h5{
		font-size: 18px;
		padding-left: 10px;
  		padding-right: 10px;
	}
	.grid-row{
		margin-left: -10px;
  		margin-right: -10px;
	}
	.grid-col{
		padding: 10px
	}

	h2 {
		font-size: 30px;
	}
	.testimonials-row .flex-col {
		width: 100%;
	}
	.testimonial-quote p {
		max-width: 260px;
		margin: 0 auto;
		font-size: 17px;
	}
	.img-abs{
		display: none;
	}
	.appPreview svg {
		left: 5%;
		top: 95px;
		width: 26px;
	}
	.screen-preview{
		overflow-x:hidden ;
	}
	.col-md-9, .col-md-3{
		width: 100%;
	}
	.row{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.footer-links{
		margin-bottom: 20px;
	}
	.disclaimer{
		border-right: none;
		padding-right: 0;
	}
}</pre></body></html>