@charset "UTF-8";
@font-face {
  font-family: Circular;
  src: url("https://sp-bootstrap.global.ssl.fastly.net/8.9.0/fonts/circular-book.woff2") format("woff2"), url("https://sp-bootstrap.global.ssl.fastly.net/8.9.0/fonts/circular-book.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Circular;
  src: url("https://sp-bootstrap.global.ssl.fastly.net/8.9.0/fonts/circular-black.woff2") format("woff2"), url("https://sp-bootstrap.global.ssl.fastly.net/8.9.0/fonts/circular-black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
}

body {
	background: rgba(13,22,38,1);
	background: -moz-linear-gradient(45deg, rgba(13,22,38,1) 0%, rgba(73,146,127,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(13,22,38,1)), color-stop(100%, rgba(73,146,127,1)));
	background: -webkit-linear-gradient(45deg, rgba(13,22,38,1) 0%, rgba(73,146,127,1) 100%);
	background: -o-linear-gradient(45deg, rgba(13,22,38,1) 0%, rgba(73,146,127,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(13,22,38,1) 0%, rgba(73,146,127,1) 100%);
	background: linear-gradient(45deg, rgba(13,22,38,1) 0%, rgba(73,146,127,1) 100%);
	font-family:"Circular";
	color:white;
}

h1 {font-size: 80px;
	font-family: Circular;
    font-weight: 900;
	line-height: 1;}
h3 {	font-size: 30px;	}
h3, h4, h5, h6, p {font-weight:400;}
p {font-size: 16pt;}
.left {
	width: 43%;
	padding-left: 7%;
	float: left;
	}
.right {
	width: 50%;
	float: left;
	padding-top: 4%;
	text-align: center;
	}
.spoty {
	padding: 0 7%;
	clear: both;
	}