/** Generated: Monday, 16th of March 2026, 08:18:08 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/Ukd0sOIY4JZgcODPuj2G3Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/GsNxiN0oIzsS201cnUag6w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/ie2Ux11tIT0C_JTksRPlKA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/I0dEfRgGNE90_hXZq7bjyw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v11/4vqKRIwnQQGUQQh-PnvdMA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

:root {
	--blue:#81bbc3;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

* {
    padding:0;
    margin:0;
    box-sizing: border-box;
	font-family:inherit;
	color:inherit;
}

img {
	display:block;
	max-width:100%;
}

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

#burger,
#mobnav {
  display:none;
}

body {
    font-size:62.5%;
	font-family: 'Lato', sans-serif;
	color:#666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', sans-serif;
	color:#81bbc3; /* blue */
	font-weight:normal;
	margin-bottom:1em;
	font-size:3em;
}

header {
    width:100%;
}

	#bg_clouds {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index: -1;
	}
	
	#logo {
      width:477px;
	  max-width:100%;
	  margin:0 auto;
	  display:block;
	  margin-bottom:5em;
    }

    nav {
      float:left;
	  clear:left;
	  width:100%;
    }
  
      nav ul {
		margin:0 auto;
		float:none;
		display:block;
        list-style: none;
		text-align: center;
      }
	  
		nav ul li {
			display:inline-block;
			vertical-align:top;
			text-align: center;
		}
		
			nav ul li a {
				float:left;
				font-size:1.6em;
				color:#81bbc3; /* blue */
				padding:0.75em;
				text-decoration: none;
			}
			
			#mainnav li a:hover,
			#mainnav .active{
				color:#9cc381; /* green */
			}

.flex {
  display:-webkit-flex;
  display:flex;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

.fcw {
  float:left;
  clear:left;
  width:100%;
}

.ds {
	border-radius:2.5em;
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-bottom:3em;
}

.buttons {
	
}

	.buttons a {
		float:left;
		width:31.333333333%;
		margin-right:3%;
		padding:3em;
	}
	
		.buttons a:nth-of-type(3n) {
			margin-right:0;
		}
	
		.buttons a:hover img {
			opacity:0.5;
		}

.two-col {
	display:grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap:3em;
}

.three-col {
	display:grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap:3em;
}

.blue-bg {
	background-color:#81bbc3; /* blue */
	border-radius: 2.5em;
	padding:2em;
	color:#fff;
}

h1 {
	font-size:3em;
	margin-bottom:1em;
}

.main p,
.main li{
	font-size:1.4em;
	line-height:1.6;
	margin-bottom:1em;
}

	.main p a,
	.main li a {
		color:#81bbc3; /* blue */
	}

.main ul,
.main ol {
  margin:2em;
}

  .main li {
    padding-left:1em;
  }

.main h2 {
	font-size:2.5em;
}

.main h3 {
	font-size:2.2em;
}

.main h4 {
	font-size:1.9em;
}

.main h5 {
	font-size:1.6em;
}

.main h6 {
	font-size:1.3em;
}

.main table {
	width:100%;
	border-collapse: collapse;
	margin-bottom:2em;
}

	.main td,
	.main th{
		padding:1em;
		border:1px solid #ddd;
		font-size:1.4em;
	}
	
	.main th {
		background-color:#9cc381; /* green */
		color:#fff;
	}

.align_left {
  float:left;
}

.align_right {
  float:right;
}

.align_center {
  text-align: center;
}

img.align_left {
  margin:0.5em 1em 1em 0;
}

img.align_right {
  margin:0.5em 0 1em 1em;
}

img.align_center {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
  
footer {
  clear:both;
}

	.copyright {
		padding:2em;
		text-align: center;
	}

#bg_hall {
	float:left;
	clear:left;
	width:100%;
	margin-top:-50px;
}
  
@media screen and (max-width:959px) {
  #burger{
    display:block;
  }
  
  #mainnav {
    display:none;
  }
  
  #burger {
    width:32px;
	margin:0 auto 1em;
	display:block;
  }
  
    #burger img {
      max-width:100%;
      display:block;
    }

	#mobnav,
	#mobnav li,
	#mobnav li a {
		float:left;
		clear:left;
		width:100%;
		text-align: center;
	}
	
		#mobnav li a {
			border-bottom:2px dotted #eee;
		}
		
		#mobnav li:last-of-type a {
			border-bottom:0;
		}
  
	#mobnav li a.tri {
	  position:absolute;
	  float:none;
	  clear:none;
	  right: 0;
	  top: 0;
	  width: 3em;
	  height: 100%;
	  border:none;
	  padding:0;
	}
	
	  .tri img {
		float:left;
		width:23px;
		margin-left:0.5em;
		margin-top:0.8em;
		height:11px;
		display:block;
	  }
}

@media screen and (max-width:799px){
	
	.buttons {
		grid-gap:2em;
	}
	
	.buttons a {
		padding:2.5em 1.5em;
	}
	
	.two-col {
		display:block;
	}
}

@media screen and (max-width:499px){
	
	.main td,
	.main th {
		font-size:1em;
		padding:0.75em;
	}
	
	.ds {
		margin-bottom:1em;
	}
	
	.buttons {
		display:block;
		margin-bottom:1em;
	}
	
	.buttons a {
		float:left;
		clear:left;
		width:100%;
		margin-bottom:1em;
		text-align: center;
	}
	
		.buttons a img {
			margin:0 auto;
		}
}
.hero {
	padding:2em;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  border-radius:1em;
  }
  
	.rslides h2 {
		position:absolute;
		top:15%;
		left:0;
		color:#fff;
		font-size:3em;
		z-index:10;
		background-color:rgba(129,187,198,0.9);
		overflow: visible;
		padding:0.5em;
		border-radius:0 1em 1em 0;
	}
  
.slideimg-mob {
	display:none !important;
}

.intro {
	margin-bottom:3em;
}

	.text {
		width:64.6%;
		float:left;
		
	}
	
		.text p {
			font-size:1.4em;
			line-height: 1.6;
			margin-bottom:1em;
		}
	
	.bullets {
		float:right;
		width:32.33333333%;
		padding:3em;
	}
	
		.bullets h3 {
			color:#fff;
			font-size:2em;
		}
		
		.bullets li {
			margin-bottom:0.25em;
		}

@media screen and (max-width:799px){
	.intro {
		display:block;
	}
	
	.text {
		float:left;
		width:50%;
		padding-right:2em;
	}
	
	.bullets {
		float:left;
		width:50%;
	}
	
	.rslides h2 {
		font-size:1.8em;
		font-size:4vw;
	}
}

@media screen and (max-width:599px){
	
	.hero {
		padding:1.5em;
	}
	
	.text{
		width:100%;
		padding:0;
		margin-bottom:1em;
	}
	
	.bullets {
		width:100%;
	}
}
