<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Blinker', sans-serif;
}
.tp-gradient-1 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(231,30,255);
	background: -moz-linear-gradient(90deg, rgba(231,30,255,1) 0%, rgba(75,6,76,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(231,30,255,1) 0%, rgba(75,6,76,1) 100%);
	background: linear-gradient(90deg, rgba(231,30,255,1) 0%, rgba(75,6,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e71eff",endColorstr="#4b064c",GradientType=1);
	/*mix-blend-mode: color;*/
	opacity: 89%;
}
.tp-gradient-2 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #030d19;
	mix-blend-mode: soft-light;
	opacity: 66%;
}
.tp-hero-title {
	font-size: 156px;
	font-weight: 200;
	color: #ffffff;
	line-height: 142px;
	animation-fill-mode: forwards;
}
.tp-hero-title strong {
	font-family: 'Prototype', arial, sans-serif;
	font-size: 0.9em;
}
.tp-hero-subheading {
	color: #fff;
	font-weight: 200;
	line-height: 47px;
	max-width: 1300px;
	margin: 0 auto;
	animation-fill-mode: forwards;
}

.tp-hero-gradient {
	background: rgb(0,35,45);
	background: -moz-linear-gradient(90deg, rgba(0,35,45,0.8) 0%, rgba(55,13,1,0.8) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,35,45,0.8) 0%, rgba(55,13,1,0.8) 100%);
	background: linear-gradient(90deg, rgba(0,35,45,0.8) 0%, rgba(55,13,1,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00232d",endColorstr="#370d01",GradientType=1);
	mix-blend-mode: hard-light;
}
@-webkit-keyframes slowOpacitySwing {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.37;
	}
	100% {
		opacity: 1;
	}
}

@keyframes slowOpacitySwing {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.37;
	}
	100% {
		opacity: 1;
	}
}
.gentle-opacity-swing {
	-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
			transform-origin: center center;
	-webkit-animation: slowOpacitySwing 24s ease 5s infinite;
			animation: slowOpacitySwing 24s ease 5s infinite;
}

/* Body of the page - general stuff */

.tp-body-heading {
	font-size: 64px;
	line-height: 68px;
	color: #ffffff;
	font-weight: 100;
	text-transform: uppercase;
}
.tp-body-heading strong {
	font-weight: 700;
}
.tp-spacer-xl {
	height: 190px;
}
.tp-spacer-l {
	height: 170px;
}
.tp-spacer-m {
	height: 90px;
}

.tp-body-heading.tp-body-heading-sm {
	font-size: 40px;
	line-height: 45px;
}

/* Demo Selection Section */



.tp-demo-select {
	background: #fff;
}


/* Preview Thumbnails - Homepages */

.pa-home-all-thumbs-flex-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.tp-home-single-thumb-flex-wrapper {
	width: 33.2%;

	margin-bottom: 45px;
	cursor: pointer;
}

/* Preview Thumbnails - Blog Pages */

.tp-blog-all-thumbs-flex-wrapper{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.tp-blog-single-thumb-flex-wrapper {
	width: 23.729%;

	margin-bottom: 45px;
	cursor: pointer;
}

/* universal thumbnail styles */

.tp-thumb-img-holder {
	/*overflow: hidden;*/
	position: relative;
}
.tp-image-link, 
.tp-image-link img {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
/*.tp-image-link:hover img {
	-webkit-transition: -webkit-filter 0.6s, -webkit-transform 4s cubic-bezier(.12,.72,.31,.65) 0.1s;
	transition: -webkit-filter 0.6s, -webkit-transform 4s cubic-bezier(.12,.72,.31,.65) 0.1s;
	-o-transition: filter 0.6s, transform 4s cubic-bezier(.12,.72,.31,.65) 0.1s;
	transition: filter 0.6s, transform 4s cubic-bezier(.12,.72,.31,.65) 0.1s;
	transition: filter 0.6s, transform 4s cubic-bezier(.12,.72,.31,.65) 0.1s, -webkit-filter 0.6s, -webkit-transform 4s cubic-bezier(.12,.72,.31,.65) 0.1s;
    -webkit-filter: grayscale(100%) sepia(0.7) brightness(35%) hue-rotate(167deg);
    filter: grayscale(100%) sepia(0.7) brightness(35%) hue-rotate(167deg);
    -webkit-filter: brightness(54%) contrast(1.2) saturate(2) grayscale(0.7) sepia(0.5);
    filter: brightness(54%) contrast(1.2) saturate(2) grayscale(0.7) sepia(0.5);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}*/
.tp-image-link:hover img {
	transform: translateY(-5px);
	box-shadow: 0 4px 30px 0 rgba(0,0,0,0.85);
}

.tp-caption {
	color: #000;
	font-size: 21px;
	font-weight: 300;
	margin-top: 35px;
	text-transform: uppercase;
}
.tp-caption a:link{
	color: #000;
}
.tp-caption a:visited {color: #000;}
.tp-caption a:hover   {color:#939;}
.tp-caption a:active {color: #000;}

.tp-caption strong {
	font-weight: 700;
}

/* GIF Section */

.tp-zigzag-section-1 {
	background: #1c2432;
}
.tp-zigzag-section-2:not(.menus-present) {
	background: #222c3d;
}
.tp-zigzag-section-1.forms-present {
	background: rgb(182,63,255);
	background: -moz-linear-gradient(90deg, rgba(182,63,255,0.8883928571428571) 0%, rgba(255,33,145,0.6979166666666667) 100%);
	background: -webkit-linear-gradient(90deg, rgba(182,63,255,0.8883928571428571) 0%, rgba(255,33,145,0.6979166666666667) 100%);
	background: linear-gradient(90deg, rgba(182,63,255,0.8883928571428571) 0%, rgba(255,33,145,0.6979166666666667) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b63fff",endColorstr="#ff2191",GradientType=1);
}
.tp-zigzag { /* col */
	padding: 9%;
}
.tp-gifs-section img {
	max-width: 540px;
}
.tp-zigzag span.pa-feed-styler {
	cursor: initial;
	color: rgba(255,255,255,0.55);
}
.tp-zigzag span.pa-feed-styler:hover {
	color: rgba(255,255,255,0.55);
}
.city-mix-lumin {
	background: url(../image/service-item.jpg);
	mix-blend-mode: luminosity;
	opacity: 62%;
}
.tp-zigzag.form-zag {
	padding: 4% 0;
}
.tp-zigzag.form-text-zag {
	padding: 9% 4%;
}
.form-text-zag .tp-hero-subheading {
	line-height: 33px;
}
.menus-present img {
	max-width: 547px;
}

@media all and (min-width: 1941px) {
	.pa-ultracontainer.container, 
	.pa-ultracontainer.container-lg, 
	.pa-ultracontainer.container-md, 
	.pa-ultracontainer.container-sm, 
	.pa-ultracontainer.container-xl {
		max-width: 2198px;
	}
	.pa-megacontainer.container, 
	.pa-megacontainer.container-lg, 
	.pa-megacontainer.container-md, 
	.pa-megacontainer.container-sm, 
	.pa-megacontainer.container-xl {
		max-width: 1800px;
	}
}
@media all and (min-width: 1740px) and (max-width: 1940px) {
	.pa-ultracontainer.container, 
	.pa-ultracontainer.container-lg, 
	.pa-ultracontainer.container-md, 
	.pa-ultracontainer.container-sm, 
	.pa-ultracontainer.container-xl {
		max-width: 1680px;
	}
	.pa-megacontainer.container, 
	.pa-megacontainer.container-lg, 
	.pa-megacontainer.container-md, 
	.pa-megacontainer.container-sm, 
	.pa-megacontainer.container-xl {
		max-width: 1680px;
	}
}
@media all and (min-width: 1500px) and (max-width: 1739px) {
	.pa-ultracontainer.container, 
	.pa-ultracontainer.container-lg, 
	.pa-ultracontainer.container-md, 
	.pa-ultracontainer.container-sm, 
	.pa-ultracontainer.container-xl {
		max-width: 1460px;
	}
	.pa-megacontainer.container, 
	.pa-megacontainer.container-lg, 
	.pa-megacontainer.container-md, 
	.pa-megacontainer.container-sm, 
	.pa-megacontainer.container-xl {
		max-width: 1460px;
	}
}








@media all and (min-width: 1500px) { /* xxl */
	/* no need - base styles are it */
}
@media all and (min-width: 1200px) and (max-width: 1499px) { /* xl */
	.tp-hero-title {
		font-size: 117px;
		line-height: 103px;
	}
	.tp-hero-subheading {
		font-size: 28px;
		line-height: 37px;
	}
	/* body stuff */
	.tp-body-heading {
		font-size: 49px;
		line-height: 56px;
	}
	.tp-body-heading.tp-body-heading-sm {
		font-size: 33px;
		line-height: 39px;
	}
	.form-text-zag .tp-hero-subheading {
		font-size: 23px;
		line-height: 31px;
	}
}
@media all and (min-width: 992px) and (max-width: 1199px) { /* lg */
	.tp-hero-title {
		font-size: 106px;
		line-height: 94px;
	}
	.tp-hero-subheading {
		font-size: 23px;
		line-height: 37px;
	}
	/* body stuff */
	.tp-body-heading {
		font-size: 49px;
		line-height: 56px;
	}
	.tp-body-heading.tp-body-heading-sm {
		font-size: 33px;
		line-height: 39px;
	}
	.form-text-zag .tp-hero-subheading {
		font-size: 23px;
		line-height: 31px;
	}
}
@media all and (min-width: 768px) and (max-width: 991px) { /* md */
	.tp-hero-title {
		font-size: 117px;
		line-height: 103px;
	}
	.tp-hero-subheading {
		font-size: 28px;
		line-height: 37px;
		max-width: 510px;
	}
	/* body stuff */
	.tp-body-heading {
		font-size: 43px;
		line-height: 46px;
	}
	.tp-body-heading.tp-body-heading-sm {
		font-size: 33px;
		line-height: 39px;
	}
	.tp-zigzag:first-child {
		padding-bottom: 20px;
		padding-top: 10%;
	}
	.tp-zigzag.tp-zagfix-1:first-child {
		padding-bottom: 63px;
		padding-top: 10%;
	}
	.tp-zigzag:nth-child(2) {
		padding-top: 10px;
		padding-bottom: 10%;
	}
	.tp-gifs-section img {
		max-height: 540px;
		width: auto;
	}
	.form-text-zag .tp-hero-subheading {
		font-size: 23px;
		line-height: 31px;
	}
}
@media all and (min-width: 576px) and (max-width: 767px) { /* sm */
	.tp-hero-title {
		font-size: 99px;
		line-height: 91px;
	}
	.tp-hero-subheading {
		font-size: 28px;
		line-height: 37px;
		max-width: 510px;
	}
	/* body stuff */
	.tp-body-heading {
		font-size: 43px;
		line-height: 46px;
	}
	.tp-home-single-thumb-flex-wrapper {
		margin-bottom: 30px;
	}
	.tp-caption {
		font-size: 16px;
		margin-top: 11px;
	}
	.tp-body-heading.tp-body-heading-sm {
		font-size: 33px;
		line-height: 39px;
	}
	.tp-zigzag.tp-zagfix-1:first-child {
		padding: 9% 9% 25px;
	}
	.tp-gifs-section img {
		max-width: 80%;
	}
	.form-text-zag .tp-hero-subheading {
		font-size: 19px;
		line-height: 24px;
	}
	.form-zag img {
		padding-bottom: 20px;
		padding-top: 10%;
	}
}
@media all and (max-width: 575px) { /* xs */
	.pa-theme-preview .p.pa-p-v1 {
		line-height: 22px;
	}
	.tp-hero-title {
		font-size: 54px;
		line-height: 55px;
	}
	.tp-hero-subheading {
		font-size: 17px;
		line-height: 26px;
	}
	/* body stuff */
	.tp-body-heading {
		font-size: 24px;
		line-height: 29px;
	}
	.tp-body-heading.tp-body-heading-sm {
		font-size: 24px;
		line-height: 29px;
	}
	.tp-spacer-xl {
		height: 70px;
	}
	.tp-spacer-l {
		height: 70px;
	}
	.tp-spacer-m {
		height: 40px;
	}
	.tp-home-single-thumb-flex-wrapper {
		width: 100%;
		margin-bottom: 30px;
	}
	.tp-blog-single-thumb-flex-wrapper {
		width: 48.5%;
		margin-bottom: 35px;
		cursor: pointer;
	}
	.tp-caption {
		font-size: 18px;
		line-height: 23px;
		margin-top: 8px;
	}
	.tp-zigzag {
		padding: 14% 9% 0%;
	}
	.tp-zigzag.tp-zagfix-1:first-child {
		padding: 14% 9% 30px;
	}
	.tp-gifs-section img {
		max-width: 80%;
	}
	.form-text-zag .tp-hero-subheading {
		font-size: 16px;
		line-height: 26px;
	}
	.form-zag img {
		padding-bottom: 20px;
		padding-top: 10%;
	}
	.menus-present img {
		max-width: 80%;
	}
}


.tp_hce_particle_style:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgb(231,30,255);
	background: -moz-linear-gradient(90deg, rgba(231,30,255,1) 0%, rgba(75,6,76,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(231,30,255,1) 0%, rgba(75,6,76,1) 100%);
	background: linear-gradient(90deg, rgba(231,30,255,1) 0%, rgba(75,6,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e71eff",endColorstr="#4b064c",GradientType=1);*/
	background: rgb(54,32,50);
	background: -moz-linear-gradient(90deg, rgba(54,32,50,1) 0%, rgba(102,56,117,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(54,32,50,1) 0%, rgba(102,56,117,1) 100%);
	background: linear-gradient(90deg, rgba(54,32,50,1) 0%, rgba(102,56,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#362032",endColorstr="#663875",GradientType=1);
	/*mix-blend-mode: color;*/
	opacity: 89%;
	z-index: 1;
}
.tp_hce_particle_style:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #030d19;
	mix-blend-mode: soft-light;
	opacity: 66%;
	z-index: 2;
}
.parallax-mirror.tp_hce_particle_style {
	mix-blend-mode: initial;
}
.tp_hce_particle_emulated { /* closest match with CSS filters - compatible */
	-webkit-filter: grayscale(1) sepia(0.15) contrast(88%) saturate(6) hue-rotate(176deg) brightness(46%);
			filter: grayscale(1) sepia(0.15) contrast(88%) saturate(6) hue-rotate(176deg) brightness(46%);
}</pre></body></html>