@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,500;0,700;1,500;1,700&display=swap');

/* 
 * General
 */
* {
margin: 0;
padding: 0;
}

html {
background-color: #FFFFFF;
}

body {
line-height: 1.3;
margin: 0;
padding: 0;
font-family: 'Plus Jakarta Sans', sans-serif;
font-size: 18px;
color: #000000;
-webkit-text-size-adjust: 100%;
font-weight: 500;
min-width: 320px;
}

h1 {
font-size: 48px;
line-height: 1.1;
}

h2 {
font-size: 36px;
line-height: 1.1;
}

h3 {
font-size: 30px;
line-height: 1.2;
}

h4 {
font-size: 24px;
}

h5, h6 {
font-size: 18px;
}

a {
color: #ff7700;
outline: none;
transition: .15s ease-out;
-moz-transition: .15s ease-out;
-webkit-transition: .15s ease-out;
transition-property: color, background-color, border-color, opacity, left;
-moz-transition-property: color, background-color, border-color, opacity, left;
-webkit-transition-property: color, background-color, border-color, opacity, left;
}

a:hover {
color: #e3c3a7;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}

.clearfix {
display: block
}

#Header {
background: #e5e5e5;
}

.tpl-header {
max-width: 1320px;
margin: 0 auto;
padding: 30px;
}

.tpl-header .tpl-logo {
float: left;
font-size: 24px;
}

.tpl-header .tpl-logo span {
display: inline-block;
}

.tpl-header .tpl-logo .tpl-highlight {
color: #2391fb;
font-weight: bold;
}

.tpl-content {
max-width: 1320px;
margin: 0 auto;
padding: 60px 30px;
}

.tpl-text-image-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
align-items: center;
}

.tpl-text-image-row .tpl-text-image-column {
width: 50%;
box-sizing: border-box;
}

.tpl-text-image-row .tpl-text-column {
padding-right: 120px;
font-size: 24px;
}

.tpl-text-image-row .tpl-text-column h1 {
color: #2391fb;
padding-bottom: 30px;
font-weight: 500;
}

.tpl-text-image-row .tpl-text-column .tpl-button {
display: block;
padding: 20px 30px;
text-align: center;
color: #FFFFFF;
font-size: 18px;
text-transform: uppercase;
line-height: 20px;
background: #2391fb;
max-width: 300px;
box-sizing: border-box;
text-decoration: none;
margin-top: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}

.tpl-text-image-row .tpl-text-column .tpl-button:hover {
background: #68b5ff;
}

.tpl-text-image-row .tpl-image-column img {
display: block;
width: 100%;
height: auto;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}

.tpl-footer {
max-width: 1320px;
margin: 0 auto;
padding: 0px 30px;
}

.tpl-footer-content {
padding: 60px 0;
border-top: 2px solid #e5e5e5;
}

.tpl-footer-row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 0 -30px -60px -30px;
}

.tpl-footer-row .tpl-footer-column {
width: 25%;
padding: 0 30px 60px 30px;
box-sizing: border-box;
text-align: center;
}

.tpl-footer-row .tpl-footer-column .tpl-title {
color: #2391fb;
font-weight: bold;
padding-bottom: 15px;
}

@media screen and (max-width: 1080px) {
	.tpl-text-image-row .tpl-text-image-column {
	width: 100%;
	}
	
	.tpl-text-image-row .tpl-text-column {
	padding-right: 0;
	padding-bottom: 60px;
	}
	
	.tpl-footer-row .tpl-footer-column {
	width: 33.33%;
	}
}

@media screen and (max-width: 680px) {
	h1 {
	font-size: 36px;
	}
	
	.tpl-text-image-row .tpl-text-column {
	font-size: 18px;
	}
	
	.tpl-footer-row .tpl-footer-column {
	width: 100%;
	}
}