<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/subset-Raleway-Light.eot');
    src: url('../fonts/subset-Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Raleway-Light.woff2') format('woff2'),
        url('../fonts/subset-Raleway-Light.woff') format('woff'),
        url('../fonts/subset-Raleway-Light.ttf') format('truetype'),
        url('../fonts/subset-Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/subset-Raleway-Regular.eot');
    src: url('../fonts/subset-Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Raleway-Regular.woff2') format('woff2'),
        url('../fonts/subset-Raleway-Regular.woff') format('woff'),
        url('../fonts/subset-Raleway-Regular.ttf') format('truetype'),
        url('../fonts/subset-Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Londrina Solid';
    src: url('../fonts/subset-LondrinaSolid-Regular.eot');
    src: url('../fonts/subset-LondrinaSolid-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-LondrinaSolid-Regular.woff2') format('woff2'),
        url('../fonts/subset-LondrinaSolid-Regular.woff') format('woff'),
        url('../fonts/subset-LondrinaSolid-Regular.ttf') format('truetype'),
        url('../fonts/subset-LondrinaSolid-Regular.svg#LondrinaSolid-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #414042;
	line-height: 1.278;
}

/* Section */

.section {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
}


/* Welcome */

#welcome {
	text-align: center;
}

#welcome .heading em {
	font-style: normal;
}

#welcome .opening {
	color: #ff6600;
	padding: 22px 0;
	margin-bottom: 60px;
}

#welcome .opening span {
	position: relative;
}

#welcome .opening span:before {
	position: absolute;
	content: "";
	left: -3.875em;
	top: -0.25em;
	width: 3.175em;
	height: 1.9em;
	background: url(../images/fish-image.png) no-repeat;
	background-size: 100% 100%;
}

#welcome .opening span:after {
	position: absolute;
	content: "";
	right: -3.375em;
	top: -0.75em;
	width: 3.075em;
	height: 2.8em;
	background: url(../images/star-fish-image.png) no-repeat;
	background-size: 100% 100%;
}

/* Options */

#options {
	max-width: 990px;
	margin: 0 auto 70px;
}

#options ul {
	margin: 0 -15px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#options ul li {
	margin: 0 0 30px;
	padding: 0 15px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.33333333333333%;
}

#options ul li a {
	width: 100%;
	background: #99ccff;
	color: #fff;
	padding: 28px;
	text-align: center;
	border-radius: 7px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#options ul li a:hover {
	background-color: #a6dbff;
}

#options ul li img {
	display: block;
	height: 70px;
	margin: 0 auto 16px;
}

#options ul li span {
	display: block;
	font-family: 'Londrina Solid', Arial, sans-serif;
	font-size: 35px;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
}

/* Intro */

#intro .left {
	float: left;
	width: 50%;
	padding: 0 50px;
	text-align: center;
}

#intro .left .features&gt;:last-child {
	margin-bottom: 0;
}

#intro .facebook {
	min-height: 200px;
	background: url(../images/loading-fb.gif) no-repeat center;
}

#intro .right {
	float: right;
	width: 50%;
}

#intro .left .features {
	font-weight: normal;
}


/* Miscelleneous */

p {
	margin: 0 0 21px;
}

ul,ol {
	margin-bottom: 21px;
}

h1,h2,h3,h4,h5,h6,.heading {
	margin: 0 0 21px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	line-height: 1.2;
}

.heading {
	font-size: 40px;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ff6600;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}</pre></body></html>