@font-face {
	font-family:"Gilroy";
	src:	url("../fonts/gilroy-light.woff2") format("woff2"),
		url("../fonts/gilroy-light.woff") format("woff");
	font-weight:300;
	font-style:normal;
}

@font-face {
	font-family:"Gilroy";
	src:	url("../fonts/gilroy-regular.woff2") format("woff2"),
		url("../fonts/gilroy-regular.woff") format("woff");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:"Gilroy";
	src:	url("../fonts/gilroy-medium.woff2") format("woff2"),
		url("../fonts/gilroy-regular.woff") format("woff");
	font-weight:500;
	font-style:normal;
}

@font-face {
	font-family:"Gilroy";
	src:	url("../fonts/gilroy-semibold.woff2") format("woff2"),
		url("../fonts/gilroy-semibold.woff") format("woff");
	font-weight:700;
	font-style:normal;
}

@font-face {
	font-family:"Gilroy";
	src:	url("../fonts/gilroy-extrabold.woff2") format("woff2"),
		url("../fonts/gilroy-extrabold.woff") format("woff");
	font-weight:900;
	font-style:normal;
}

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

@font-face {
	font-family:'Bicubic';
	src:	url("../fonts/bicubic.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'Jura';
	src:	url("../fonts/jura.otf") format("opentype");
	font-weight:normal;
	font-style:normal;
}


[class^="icon-"],[class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
	content: "\e901";
}



* {
	margin: 0;
	padding: 0;
}

html,body,div,button,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,section {
	display: block;
}

nav {
	display: flex;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #02A8A3;
}

html * {
	max-height: 999999px;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	box-sizing: border-box;
}

*:before,*:after {
	box-sizing: border-box;
}

.icon {
	vertical-align: middle;
	width: 1.5lh;
	margin-bottom: 0.25lh;
	margin-right: 0.25lh;
}



.page-container {
	height: 100%;
	overflow: hidden;
}

.page-container._inner-page {
	overflow: visible;
}

.container {
	position: relative;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	max-width: 1755px;
	width: 100%;
}

body {
	position: relative;
	font-family: "Gilroy", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

h1 {
	font-family: "Bicubic", sans-serif;
	font-size: 56px;
	font-weight: 800;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 0.5lh;
}

h2 {
	font-size: 42px;
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 0.5lh;
}

p {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 0.5lh;
}

li {
	font-size: 24px;
}

.small {
	font-size: 18px;
	line-height: 1.15;
	color: #fff;
}


.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 6;
	padding: 5px 10px;
	max-width: 258px;
	width: 100%;
	min-height: 60px;
	transition: 0.5s ease;
	font-size: 24px;
	cursor: pointer;
	background-color: #02A8A3;
	color: #fff;
	margin-top: 24px;
	margin-right: 12px;
	border-style: solid;
	border-color: #0C7D7A;
	border-width: 1px;
}

.btn:hover {
	background-color: #0C7D7A;
    	color: #fff;
}

.text-block {
	max-width: 60%;
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.btn-block {
	display: flex;
	position: relative;
}

.text-block ul {
	margin-left: 0.5lh;
	margin-top: 0px;
	color: white;
	line-height: 1.25;
	list-style-type: '✓ ';
}

.text-block .faded {
	opacity: 0.5;
	margin-top: 1em;
	margin-right: 3em;
	text-align: right;
}



.lnk {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 6;
	padding: 5px 10px;
	max-width: 258px;
	width: 100%;
	min-height: 60px;
	background-color: #02A8A3;
	transition: 0.5s ease;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
}

.lnk:hover {
	background-color: #0C7D7A;
}

.hidden {
    display: none;
}




@media all and (max-width: 1400px) {

.container {
	max-width: 1205px;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 36px;
}

p {
	font-size: 24px;
}

li {
	font-size: 20px;
}

.small {
	font-size: 16px;
}

.btn {
	max-width: 220px;
	min-height: 48px;
	font-size: 20px;
}

}



@media all and (max-width: 1000px) {

.page-container {
	height: 100%;
	overflow: visible;
}

.container {
	max-width: 910px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 28px;
}

p {
	font-size: 20px;
}

li {
	font-size: 18px;
}

.small {
	font-size: 14px;
}

.page-title {
	max-width: 745px;
}

.btn {
	max-width: 220px;
	min-height: 48px;
	font-size: 18px;
}

.text-block {
    max-width: 100%;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 24px;
    margin-bottom: 12px;
}

}



@media all and (max-width: 700px) {

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

p {
	font-size: 18px;
}

.small {
	font-size: 12px;
}


li {
	font-size: 16px;
}

.btn {
	max-width: 160px;
	min-height: 40px;
	font-size: 16px;
}

}
