




/* ---------- Fonts ---------- */ 

@import url('/engine/fonts/Arial.css');
@import url('/engine/fonts/Rubik.css');



  


.slider .slides .slide-text {
	top: 55%;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    left: 25%;
    right: 25%;
}
	
.slider h2 {
	font-size:50px;
}

main section, main article {
	background-color: #FFFFFF;
}

 

/* ---------- Colors ---------- */ 

body {
	background:#FFFFFF;
	color: #545452;
}

p {
	color: #545452;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	color: #4169a6;
}
	


h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

header, .sticky {
	background:#FFFFFF;
}


.title-bar {
  background:#FFFFFF;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
  
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px; 
  background: #FFFFFF;
  padding: 5px;
  }
.menu-icon:hover {
  background: #FFFFFF;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #545452;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #545452, 0 14px 0 #545452; }
    
.menu-icon:hover::after {
    background: #4169a6;
    box-shadow: 0 7px 0 #4169a6, 0 14px 0 #4169a6; } 
 
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #545452 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-dropdown-submenu-parent.is-down-arrow > a::after {
	border-color:#545452 transparent transparent;
}

.is-dropdown-submenu-parent.is-down-arrow:hover > a::after {
	border-color:#4169a6 transparent transparent;
}

footer {
	background:#4169a6;
    color: #FFFFFF;
}

footer p, footer .fa, footer .fa-regular, footer .fa-solid, footer .fa-light, footer .fa-thin, footer .fa-duotone {
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #FFFFFF;
}

footer a .fa:hover, footer a .fa-regular:hover, footer a .fa-solid:hover, footer a .fa-light:hover, footer a .fa-thin:hover, footer a .fa-duotone:hover {
	color: #ffffff;
}

header .menu a,
.row_icons {
	color:#545452;
    font-size: 15px;
    font-family: 'Arial';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#545452;
    font-size: 15px;
}


a,
.accordion-title,
.speise h3 a {
	color: #4169a6;
}

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #4169a6;
	font-family: 'Arial';
	font-size: 15px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #4169a6;
	background:#EEEEEE;
	border: 0;
}

.tabs-title a:hover {
	color: #4169a6;
	background:#EEEEEE;
	border: 0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff; 
}
 
.tabs-title.is-active{
	background:#EEEEEE !important;
}     

.tabs > li.is-active > a {
background: #EEEEEE;
color: #4169a6;
}

header .menu a:hover {
			color: #4169a6 !important;
	}

.row_icons .fa, .row_icons_left .fa,.row_icons .fa-regular, .row_icons_left .fa-regular,.row_icons .fa-light, .row_icons_left .fa-light, .row_icons .fa-thin, .row_icons_left .fa-thin,.row_icons .fa-duotone, .row_icons_left .fa-duotone,.row_icons .fa-brands {
	color: #4169a6;
}
	
footer a {
	color:#FFFFFF;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#ffffff;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#FFFFFF;
	background:#4169a6;
}

.button:hover, button:hover,
.owl-theme .owl-controls .owl-page span:hover {
	background:#EEEEEE;color:#4169a6;}
	
.cd-top {
	background: #4169a6 url(../img/cd-top-arrow.svg) no-repeat center 50%;
}

.no-touch .cd-top:hover {
	background-color:#EEEEEE;
}
	
section .button, section button {
	background:#4169a6;
	color:#FFFFFF;
}
	
/*
.button:hover, button {
	background:#F18611;
}
*/
	
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub li {
	background:#EEEEEE;
}

label, input, textarea {
	/* color: #545452; */
}

textarea{
	height: 10em;
}
formselect.selected, .selected {
	color: #545452;
}




/* ---------- Typography ---------- */ 

body {
	font-family: 'Arial';
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: 'Arial';
}
	
	
a.button, button, [type='submit'] {
	font-family: 'Arial';
	font-style: normal;
}
	
.event-info p, .event-info p a,
.event-details p, .event-details p a {
	font-family: 'Arial';
	font-weight:400;
}
	

	
p, 
footer .sitemap ul li a,
.row_team a {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
}
	
p strong {
	font-style: normal;
	font-weight: 700;
}

.flexslider .slides .slide-text h2{
	font-family: 'Rubik';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #4169a6;
}



.flexslider .slides .slide-text p{
	margin: 0 0 20px 0;
    padding: 0;
    color: #4169a6;
    font-size: 28px;
}

.flexslider .slides li .slide-text {
    width: 80%;
    top: 28%;
}






.row_testimonials .flexslider h2 {
	color:#4169a6;
	font-size: 28px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#545452;
}

/* ---------- Logo ---------- */ 

h5#logo a, h5#logo-center a  {
	background-image: url(../../sites/site0263/media/logo/logo.svg);
	background-repeat: no-repeat;
}

h5#logo_footer a  {
	background-image: url(../../sites/site0263/media/logo/logo-weiss.svg);
	background-repeat: no-repeat;
    background-position: top left;
}

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#545452;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    margin-top: 10px;
}

.accor h1, .accor h2, .accor h3, .accor h4, .accor h5{
	color:#ffffff;
    margin:0;
	float:left;
	}

.accor.active, .accor:hover {
    background: #4169a6;
}

.accor:before{
    content: '+';
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 28px;
    font-weight: bold;
	margin: 0 15px 0 0;
}

.accor.active:before {
    content: "-";
}

.panel {
	max-height: 0;
    overflow: hidden;
	padding:0 20px;
    transition: 0.6s ease-in-out;
    opacity: 0;
    font-size: 18px;
    font-family: Arialpx;
}

.panel.show {
    opacity: 1;
    max-height: 5000px;
	padding: 20px;
}

.row_content_half .fa,.row_content_half .fa-regular,.row_content_half .fa-solid,.row_content_half .fa-thin,.row_content_half .fa-light,.row_content_half .fa-duotone,.row_content_half .fa-brands {
font-size: 55px;
margin: 10px 0;
}	





/* ---------- Speisekarte ----------- */	

.speise {
margin: 0 0 35px 0;
display: inline-block;
margin-left: -4px;
float: none;
vertical-align: top;
}
	
.speise h5:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    margin: 0 auto 30px;
}

.speise h5:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin-top: 25px;
}

.speise h3{
	float:left;
	font-size: 1.2em;
    font-family: Arial;
    color: #545452;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Arial;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Arial;
	margin:0;
	max-width:100%;
	}
	
.speise p{
	margin:0;
	font-size: 1em;
	clear:both;
	width: 80%; 
	}
.speise h4.preis{
	float:right;
	font-size: 1.6em;
    font-family: Arial;
	 margin: 0;
	}
	
.speise .allergene{
	float:none;
	clear:both;
	font-size: 11px;
    margin: 0 0 10px 0;
	}



<!-- .tabs-panel .speise:nth-of-type(2n+1) {
clear: both;
}
-->
	
/* Fiver Changes */

.row_content_third {
overflow: hidden;
}

.aos-init {
overflow: hidden;
}




/* Content-spezifische Styles */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/engine/fonts/roboto-v30-latin-300.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;
}


/* Page Loader Mobile Speed CSS */

.loader-added .loader-bg {
        opacity: 0;
        visibility: hidden;        
    }
    
.loader-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    z-index: 99999;
    transition: all 0.3s ease-in-out;
}

.loader-logo {
    position: fixed;
    top: 50%;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -75px;    
    animation: spinning 1.5s infinite ease-in-out;
}


@keyframes spinning {
	0% { transform:  scale(1) ;}
	50% { transform:  scale(0.8) ;}
	100% { transform:  scale(1) ;}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-logo:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-color:
    rgba(0,0,0,0);
 border-radius:100%;
 margin:-15px;
    box-shadow: 0 4px 0 0 #000;
    transition: all 1s linear;
    animation: lds-eclipse 1s linear infinite;
    left: -16px;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -90px;
}

#section-35723 h1 { color: #4169a6;}
#section-35723 h2 { color: #4169a6;}
#section-35723 h3 { color: #4169a6;}
#section-35723 p { color: #555555;}
#section-35723 {margin-top:0;}
#section-35724 {display:none;}
#section-35726 h1 { color: #FFFFFF;}
#section-35726 h2 { color: #FFFFFF;}
#section-35726 h3 { color: #FFFFFF;}
#section-35726 p { color: #EEEEEE;}
#section-35726 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-vorteile { background-color: #e1ded9;}
#section-vorteile li{padding-left:8px;}
#section-vorteile 
{border-top:1px solid #ddd;}
#section-Testimonials-Zitate {background:linear-gradient(to bottom,#43649a,#393955);}
#section-Testimonials-Zitate 
p center{color:white !important;}
#section-Testimonials-Zitate 
{padding-top:0px;color:#FFF;}
#section-Testimonials-Zitate 
h3{color:#FFF;}
#section-35732 { background-color: #CCCCCC;}
#section-35732 { background-image: url(/sites/site0263/media/backgrounds/hd_back-katze.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-35732 .large-6:nth-child(2){background-color:rgba(255,255,255,0.85);padding:20px;margin: 0;}
#section-35732 
{border-bottom:10px solid white;}
#section-Kontaktformular-allgemein { background-color: #e1ded9;}
#section-Kontaktformular-allgemein h1 { color: #FFFFFF;}
#section-Kontaktformular-allgemein h2 { color: #FFFFFF;}
#section-Kontaktformular-allgemein h3 { color: #FFFFFF;}
#section-Kontaktformular-allgemein p { color: #FFFFFF;}
#section-Kontaktformular-allgemein { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-Kontaktformular-allgemein h2{font-color:white !Important;}
#section-35736 { background-color: #e1ded9;}
#section-35739 h1 { color: #FFFFFF;}
#section-35739 h2 { color: #FFFFFF;}
#section-35739 h3 { color: #FFFFFF;}
#section-35739 p { color: #EEEEEE;}
#section-35739 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-35740 { background-color: #FFFFFF;}
#section-35740 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-35740 h2{margin-bottom:50px;}
#section-35742 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-35743 h1 { color: #FFFFFF;}
#section-35743 h2 { color: #FFFFFF;}
#section-35743 h3 { color: #FFFFFF;}
#section-35743 p { color: #EEEEEE;}
#section-35744 { background-color: #EEEEEE;}
#section-35744 h1{font-size:30px;}
#section-35744 
h2{font-size:30px;}
#section-35744 
.row{margin-bottom:60px;}
#section-35745 { background-color: #EEEEEE;}
#section-35745 h1{margin-bottom:20px;}
#section-35745 
bloghead{font-weight:bold;}
#section-35746 h1 { color: #FFFFFF;}
#section-35746 h2 { color: #FFFFFF;}
#section-35746 h3 { color: #FFFFFF;}
#section-35746 p { color: #EEEEEE;}
#section-35746 {background:linear-gradient(to bottom right,#333,#666);}
#section-35747 h2{margin-bottom:50px;}
#section-35748 { background-color: #EEEEEE;}
#section-35748 h1{margin-bottom:20px;}
#section-35748 
bloghead{font-weight:bold;}
#section-35749 h1 { color: #FFFFFF;}
#section-35749 h2 { color: #FFFFFF;}
#section-35749 h3 { color: #FFFFFF;}
#section-35749 p { color: #EEEEEE;}
#section-35749 {background:linear-gradient(to bottom right,#333,#666);}
#section-35750 h2{margin-bottom:50px;}
#section-35751 { background-color: #EEEEEE;}
#section-35751 h1{margin-bottom:20px;}
#section-35751 
bloghead{font-weight:bold;}
#section-35752 h1 { color: #FFFFFF;}
#section-35752 h2 { color: #FFFFFF;}
#section-35752 h3 { color: #FFFFFF;}
#section-35752 p { color: #EEEEEE;}
#section-35752 {background:linear-gradient(to bottom right,#333,#666);}
#section-35753 h2{margin-bottom:50px;}
#section-35754 { background-color: #EEEEEE;}
#section-35754 h1{margin-bottom:20px;}
#section-35754 
bloghead{font-weight:bold;}
#section-35755 h1 { color: #FFFFFF;}
#section-35755 h2 { color: #FFFFFF;}
#section-35755 h3 { color: #FFFFFF;}
#section-35755 p { color: #EEEEEE;}
#section-35755 {background:linear-gradient(to bottom right,#333,#666);}
#section-35756 h2{margin-bottom:50px;}
#section-35757 { background-color: #EEEEEE;}
#section-35757 h1{margin-bottom:20px;}
#section-35757 
bloghead{font-weight:bold;}
#section-35758 h1 { color: #FFFFFF;}
#section-35758 h2 { color: #FFFFFF;}
#section-35758 h3 { color: #FFFFFF;}
#section-35758 p { color: #EEEEEE;}
#section-35758 {background:linear-gradient(to bottom right,#333,#666);}
#section-35759 h2{margin-bottom:50px;}
#section-35760 { background-color: #EEEEEE;}
#section-35760 h1{margin-bottom:20px;}
#section-35760 
bloghead{font-weight:bold;}
#section-35761 h1 { color: #FFFFFF;}
#section-35761 h2 { color: #FFFFFF;}
#section-35761 h3 { color: #FFFFFF;}
#section-35761 p { color: #EEEEEE;}
#section-35761 {background:linear-gradient(to bottom right,#333,#666);}
#section-35762 h2{margin-bottom:50px;}
#section-35763 {background:linear-gradient(to bottom,#DDD,#EEE);}
#section-35764 h1 { color: #FFFFFF;}
#section-35764 h2 { color: #FFFFFF;}
#section-35764 h3 { color: #FFFFFF;}
#section-35764 p { color: #EEEEEE;}
#section-35766 { background-color: #EEEEEE;}
#section-36463 { background-color: #e1ded9;}
#section-36463 {padding-top:0;}
#section-36465 {border-top:1px solid #ddd;}
#section-36465 
h2{margin-bottom:50px;}
#section-36465 
h3{font-size:22px;font-weight:bold;}
#section-36466 {padding-top:0;}
#section-36466 
h2{margin-bottom:50px;}
#section-36466 
h3{font-size:22px;font-weight:bold;}
#section-Testimonials-Ueberschrift h1 { color: #FFFFFF;}
#section-Testimonials-Ueberschrift h2 { color: #FFFFFF;}
#section-Testimonials-Ueberschrift h3 { color: #FFFFFF;}
#section-Testimonials-Ueberschrift {padding-bottom:0px;background:linear-gradient(to bottom,#393955,#43649a);}
#section-36484 img{border-radius:50%;border: 8px solid #eee;}
#section-36485 h1 { color: #4169a6;}
#section-36485 h2 { color: #4169a6;}
#section-36485 h3 { color: #4169a6;}
#section-36485 p { color: #555555;}
#section-36485 {margin-top:0;display:none;text-align:center;}
#section-36683 { background-color: #e1ded9;}
#section-36683 {padding-top:0;}
#section-36683 
img{border:1px solid white;}
#section-36685 {padding-top:0;}
#section-36693 { background-color: #e1ded9;}
#section-36693 {padding-top:35;}
#section-36693 
img{border:1px solid white;}
#section-36702 { background-color: #e1ded9;}
#section-36702 img{border-radius:50%;border: 8px solid #eee;}
#section-36703 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-36703 
img:hover{border:1px solid #4169a6;}
#section-36703 
{padding-top:40px;text-align:center;}
#section-36703 
h3{font-size:18px;}
#section-36722 { background-color: #FFFFFF;}
#section-36722 img{border-radius:50%;border: 8px solid #eee;}
#section-36723 { background-color: #e1ded9;}
#section-36723 {padding-bottom:0;}
#section-36723 
img{border:1px solid white;}
#section-36725 { background-color: #e1ded9;}
#section-36725 {padding-top:0;}
#section-36732 img{border:1px solid white;}
#section-36732 
{padding-top:0px;}
#section-36733 img{border-radius:50%;border: 8px solid #eee;}
#section-36734 { background-color: #e1ded9;}
#section-36735 {padding-top:0;}
#section-36738 { background-color: #e1ded9;}
#section-36751 {padding-bottom:0px;}
#section-36752 {padding-top:0px;}
#section-36753 { background-color: #e1ded9;}
#section-36753 img{border-radius:50%;border: 8px solid #eee;}
#section-36755 {padding-top:0;}
#section-36756 { background-color: #e1ded9;}
#section-36756 img{border:1px solid white;}
#section-36757 { background-color: #e1ded9;}
#section-36757 {padding-top:0;}
#section-36757 
img{border:1px solid white;}
#section-36763 {padding-top:0;}
#section-36763 
img{border:1px solid white;}
#section-36765 {padding-top:0;}
#section-36766 { background-color: #e1ded9;}
#section-36766 img{border:1px solid white;}
#section-36767 {padding-top:0;}
#section-36767 
img{border:1px solid white;}
#section-36768 { background-color: #e1ded9;}
#section-36769 {padding-top:0;}
#section-36830 h1 { color: #FFFFFF;}
#section-36830 h2 { color: #FFFFFF;}
#section-36830 h3 { color: #FFFFFF;}
#section-36830 p { color: #EEEEEE;}
#section-36830 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-36840 h1 { color: #FFFFFF;}
#section-36840 h2 { color: #FFFFFF;}
#section-36840 h3 { color: #FFFFFF;}
#section-36840 p { color: #EEEEEE;}
#section-36840 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-36842 { background-color: #e1ded9;}
#section-36842 img{border:1px solid white;}
#section-36850 h1 { color: #FFFFFF;}
#section-36850 h2 { color: #FFFFFF;}
#section-36850 h3 { color: #FFFFFF;}
#section-36850 p { color: #EEEEEE;}
#section-36850 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-36852 { background-color: #e1ded9;}
#section-36852 img{border:1px solid white;}
#section-36860 h1 { color: #FFFFFF;}
#section-36860 h2 { color: #FFFFFF;}
#section-36860 h3 { color: #FFFFFF;}
#section-36860 p { color: #EEEEEE;}
#section-36860 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-37038 h1 { color: #FFFFFF;}
#section-37038 h2 { color: #FFFFFF;}
#section-37038 h3 { color: #FFFFFF;}
#section-37038 p { color: #EEEEEE;}
#section-37038 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-37044 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-37045 { background-color: #FFFFFF;}
#section-37045 h2{margin-bottom:50px;}
#section-37046 h1 { color: #FFFFFF;}
#section-37046 h2 { color: #FFFFFF;}
#section-37046 h3 { color: #FFFFFF;}
#section-37046 p { color: #EEEEEE;}
#section-37047 h1 { color: #FFFFFF;}
#section-37047 h2 { color: #FFFFFF;}
#section-37047 h3 { color: #FFFFFF;}
#section-37047 p { color: #EEEEEE;}
#section-37047 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-37050 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-37051 { background-color: #FFFFFF;}
#section-37051 h2{margin-bottom:50px;}
#section-37052 h1 { color: #FFFFFF;}
#section-37052 h2 { color: #FFFFFF;}
#section-37052 h3 { color: #FFFFFF;}
#section-37052 p { color: #EEEEEE;}
#section-37053 h1 { color: #FFFFFF;}
#section-37053 h2 { color: #FFFFFF;}
#section-37053 h3 { color: #FFFFFF;}
#section-37053 p { color: #EEEEEE;}
#section-37053 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-37056 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-37057 { background-color: #FFFFFF;}
#section-37057 h2{margin-bottom:50px;}
#section-37144 h1 { color: #FFFFFF;}
#section-37144 h2 { color: #FFFFFF;}
#section-37144 h3 { color: #FFFFFF;}
#section-37144 p { color: #FFFFFF;}
#section-37144 .fa, #section-37144 .fa-regular,#section-37144 .fa-solid,#section-37144 .fa-light,#section-37144 .fa-thin,#section-37144 .fa-duotone { color: #FFFFFF !important;}
#section-37144 .button, .button a { color: #000000;}
#section-37144 .button, .button a { background-color: #FFFFFF;}
#section-37144 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-37151 h1 { color: #FFFFFF;}
#section-37151 h2 { color: #FFFFFF;}
#section-37151 h3 { color: #FFFFFF;}
#section-37151 p { color: #EEEEEE;}
#section-37151 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-37154 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-37155 { background-color: #FFFFFF;}
#section-37155 h2{margin-bottom:50px;}
#section-37156 h1 { color: #FFFFFF;}
#section-37156 h2 { color: #FFFFFF;}
#section-37156 h3 { color: #FFFFFF;}
#section-37156 p { color: #EEEEEE;}
#section-37157 { background-color: #e1ded9;}
#section-37160 { background-color: #e1ded9;}
#section-37163 { background-color: #e1ded9;}
#section-37163 {padding-top:0px;}
#section-37167 { background-color: #e1ded9;}
#section-37167 img{border:1px solid white;}
#section-38093 img{border:1px solid white;}
#section-38093 
{padding-top:0px;}
#section-38094 img{border-radius:50%;border: 8px solid #eee;}
#section-38095 { background-color: #e1ded9;}
#section-38096 {padding-bottom:0px;}
#section-38096 
{padding-top:0px;}
#section-38097 {padding-top:35px;}
#section-38098 { background-color: #e1ded9;}
#section-38100 { background-color: #e1ded9;}
#section-38100 {padding-bottom:0px;}
#section-38100 
{padding-top:0px;}
#section-38101 h1 { color: #FFFFFF;}
#section-38101 h2 { color: #FFFFFF;}
#section-38101 h3 { color: #FFFFFF;}
#section-38101 p { color: #EEEEEE;}
#section-38101 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-38101 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-38102 { background-color: #e1ded9;}
#section-38103 { background-color: #FFFFFF;}
#section-38103 img{border-radius:50%;border: 8px solid #eee;}
#section-38104 {padding-bottom:0;}
#section-38104 
img{border:1px solid white;}
#section-38105 { background-color: #e1ded9;}
#section-38105 {padding-top:30px;}
#section-38107 { background-color: #e1ded9;}
#section-38107 {padding-top:30px;}
#section-38109 { background-color: #e1ded9;}
#section-38151 { background-color: #e1ded9;}
#section-38151 img{border-radius:50%;border: 8px solid #eee;}
#section-38162 { background-color: #e1ded9;}
#section-38162 img{border-radius:50%;border: 8px solid #eee;}
#section-38163 {padding-bottom:35px;}
#section-39971 {padding-top:0px;}
#section-39972 {padding-top:0px;}
#section-42026 .fa-solid{font-size:16px;color:#4169a6;}
#section-42028 {border-top:1px solid #e1ded9;}
#section-42029 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42029 
img:hover{border:1px solid #4169a6;}
#section-42029 
{padding-top:0px;text-align:center;}
#section-42029 
h3{font-size:18px;}
#section-42031 { background-color: #4169a6;}
#section-42031 h1 { color: #fffffF;}
#section-42031 h2 { color: #fffffF;}
#section-42031 h3 { color: #fffffF;}
#section-42031 p { color: #fffffF;}
#section-42031 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42032 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42032 
img:hover{border:1px solid #4169a6;}
#section-42033 .fa-solid{font-size:16px;color:#4169a6;}
#section-42035 {border-top:1px solid #e1ded9;}
#section-42036 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42036 
img:hover{border:1px solid #4169a6;}
#section-42036 
{padding-top:0px;text-align:center;}
#section-42036 
h3{font-size:18px;}
#section-42038 { background-color: #4169a6;}
#section-42038 h1 { color: #fffffF;}
#section-42038 h2 { color: #fffffF;}
#section-42038 h3 { color: #fffffF;}
#section-42038 p { color: #fffffF;}
#section-42038 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42039 .fa-solid{font-size:16px;color:#4169a6;}
#section-42041 {border-top:1px solid #e1ded9;}
#section-42042 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42042 
img:hover{border:1px solid #4169a6;}
#section-42042 
{padding-top:0px;text-align:center;}
#section-42042 
h3{font-size:18px;}
#section-42044 { background-color: #4169a6;}
#section-42044 h1 { color: #fffffF;}
#section-42044 h2 { color: #fffffF;}
#section-42044 h3 { color: #fffffF;}
#section-42044 p { color: #fffffF;}
#section-42044 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42045 .fa-solid{font-size:16px;color:#4169a6;}
#section-42047 {border-top:1px solid #e1ded9;}
#section-42048 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42048 
img:hover{border:1px solid #4169a6;}
#section-42048 
{padding-top:0px;text-align:center;}
#section-42048 
h3{font-size:18px;}
#section-42050 { background-color: #4169a6;}
#section-42050 h1 { color: #fffffF;}
#section-42050 h2 { color: #fffffF;}
#section-42050 h3 { color: #fffffF;}
#section-42050 p { color: #fffffF;}
#section-42050 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42052 .fa-solid{font-size:16px;color:#4169a6;}
#section-42054 {border-top:1px solid #e1ded9;}
#section-42055 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42055 
img:hover{border:1px solid #4169a6;}
#section-42055 
{padding-top:0px;text-align:center;}
#section-42055 
h3{font-size:18px;}
#section-42057 { background-color: #4169a6;}
#section-42057 h1 { color: #fffffF;}
#section-42057 h2 { color: #fffffF;}
#section-42057 h3 { color: #fffffF;}
#section-42057 p { color: #fffffF;}
#section-42057 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42058 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42058 
img:hover{border:1px solid #4169a6;}
#section-42058 
{padding-top:0px;text-align:center;}
#section-42058 
h3{font-size:18px;}
#section-42059 .fa-solid{font-size:16px;color:#4169a6;}
#section-42061 {border-top:1px solid #e1ded9;}
#section-42062 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42062 
img:hover{border:1px solid #4169a6;}
#section-42062 
{padding-top:0px;text-align:center;}
#section-42062 
h3{font-size:18px;}
#section-42064 { background-color: #4169a6;}
#section-42064 h1 { color: #fffffF;}
#section-42064 h2 { color: #fffffF;}
#section-42064 h3 { color: #fffffF;}
#section-42064 p { color: #fffffF;}
#section-42064 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42065 .fa-solid{font-size:16px;color:#4169a6;}
#section-42067 {border-top:1px solid #e1ded9;}
#section-42068 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42068 
img:hover{border:1px solid #4169a6;}
#section-42068 
{padding-top:0px;text-align:center;}
#section-42068 
h3{font-size:18px;}
#section-42070 { background-color: #4169a6;}
#section-42070 h1 { color: #fffffF;}
#section-42070 h2 { color: #fffffF;}
#section-42070 h3 { color: #fffffF;}
#section-42070 p { color: #fffffF;}
#section-42070 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42071 .fa-solid{font-size:16px;color:#4169a6;}
#section-42073 {border-top:1px solid #e1ded9;}
#section-42074 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42074 
img:hover{border:1px solid #4169a6;}
#section-42074 
{padding-top:0px;text-align:center;}
#section-42074 
h3{font-size:18px;}
#section-42076 { background-color: #4169a6;}
#section-42076 h1 { color: #fffffF;}
#section-42076 h2 { color: #fffffF;}
#section-42076 h3 { color: #fffffF;}
#section-42076 p { color: #fffffF;}
#section-42076 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42077 .fa-solid{font-size:16px;color:#4169a6;}
#section-42079 {border-top:1px solid #e1ded9;}
#section-42080 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42080 
img:hover{border:1px solid #4169a6;}
#section-42080 
{padding-top:0px;text-align:center;}
#section-42080 
h3{font-size:18px;}
#section-42082 { background-color: #4169a6;}
#section-42082 h1 { color: #fffffF;}
#section-42082 h2 { color: #fffffF;}
#section-42082 h3 { color: #fffffF;}
#section-42082 p { color: #fffffF;}
#section-42082 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42083 .fa-solid{font-size:16px;color:#4169a6;}
#section-42085 {border-top:1px solid #e1ded9;}
#section-42086 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42086 
img:hover{border:1px solid #4169a6;}
#section-42086 
{padding-top:0px;text-align:center;}
#section-42086 
h3{font-size:18px;}
#section-42088 { background-color: #4169a6;}
#section-42088 h1 { color: #fffffF;}
#section-42088 h2 { color: #fffffF;}
#section-42088 h3 { color: #fffffF;}
#section-42088 p { color: #fffffF;}
#section-42088 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42089 .fa-solid{font-size:16px;color:#4169a6;}
#section-42091 {border-top:1px solid #e1ded9;}
#section-42092 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42092 
img:hover{border:1px solid #4169a6;}
#section-42092 
{padding-top:0px;text-align:center;}
#section-42092 
h3{font-size:18px;}
#section-42094 { background-color: #4169a6;}
#section-42094 h1 { color: #fffffF;}
#section-42094 h2 { color: #fffffF;}
#section-42094 h3 { color: #fffffF;}
#section-42094 p { color: #fffffF;}
#section-42094 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42095 .fa-solid{font-size:16px;color:#4169a6;}
#section-42097 {border-top:1px solid #e1ded9;}
#section-42098 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42098 
img:hover{border:1px solid #4169a6;}
#section-42098 
{padding-top:0px;text-align:center;}
#section-42098 
h3{font-size:18px;}
#section-42100 { background-color: #4169a6;}
#section-42100 h1 { color: #fffffF;}
#section-42100 h2 { color: #fffffF;}
#section-42100 h3 { color: #fffffF;}
#section-42100 p { color: #fffffF;}
#section-42100 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42101 .fa-solid{font-size:16px;color:#4169a6;}
#section-42103 {border-top:1px solid #e1ded9;}
#section-42104 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42104 
img:hover{border:1px solid #4169a6;}
#section-42104 
{padding-top:0px;text-align:center;}
#section-42104 
h3{font-size:18px;}
#section-42106 { background-color: #4169a6;}
#section-42106 h1 { color: #fffffF;}
#section-42106 h2 { color: #fffffF;}
#section-42106 h3 { color: #fffffF;}
#section-42106 p { color: #fffffF;}
#section-42106 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42107 .fa-solid{font-size:16px;color:#4169a6;}
#section-42109 {border-top:1px solid #e1ded9;}
#section-42110 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42110 
img:hover{border:1px solid #4169a6;}
#section-42110 
{padding-top:0px;text-align:center;}
#section-42110 
h3{font-size:18px;}
#section-42112 { background-color: #4169a6;}
#section-42112 h1 { color: #fffffF;}
#section-42112 h2 { color: #fffffF;}
#section-42112 h3 { color: #fffffF;}
#section-42112 p { color: #fffffF;}
#section-42112 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42113 .fa-solid{font-size:16px;color:#4169a6;}
#section-42115 {border-top:1px solid #e1ded9;}
#section-42116 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42116 
img:hover{border:1px solid #4169a6;}
#section-42116 
{padding-top:0px;text-align:center;}
#section-42116 
h3{font-size:18px;}
#section-42118 { background-color: #4169a6;}
#section-42118 h1 { color: #fffffF;}
#section-42118 h2 { color: #fffffF;}
#section-42118 h3 { color: #fffffF;}
#section-42118 p { color: #fffffF;}
#section-42118 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42125 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42125 
img:hover{border:1px solid #4169a6;}
#section-42125 
{padding-top:0px;text-align:center;}
#section-42125 
h3{font-size:18px;}
#section-42342 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42342 
img:hover{border:1px solid #4169a6;}
#section-42352 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42352 
img:hover{border:1px solid #4169a6;}
#section-42353 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42353 
img:hover{border:1px solid #4169a6;}
#section-42354 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42354 
img:hover{border:1px solid #4169a6;}
#section-42385 .fa-solid{font-size:16px;color:#4169a6;}
#section-42386 {padding-top:0;}
#section-42386 
img{border:1px solid #e1ded9;}
#section-42387 {border-top:1px solid #e1ded9;}
#section-42388 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42388 
img:hover{border:1px solid #4169a6;}
#section-42388 
{padding-top:0px;text-align:center;}
#section-42388 
h3{font-size:18px;}
#section-42390 { background-color: #4169a6;}
#section-42390 h1 { color: #fffffF;}
#section-42390 h2 { color: #fffffF;}
#section-42390 h3 { color: #fffffF;}
#section-42390 p { color: #fffffF;}
#section-42390 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42423 .fa-solid{font-size:16px;color:#4169a6;}
#section-42424 {padding-top:0;}
#section-42424 
img{border:1px solid #e1ded9;}
#section-42425 {border-top:1px solid #e1ded9;}
#section-42426 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42426 
img:hover{border:1px solid #4169a6;}
#section-42426 
{padding-top:0px;text-align:center;}
#section-42426 
h3{font-size:18px;}
#section-42428 { background-color: #4169a6;}
#section-42428 h1 { color: #fffffF;}
#section-42428 h2 { color: #fffffF;}
#section-42428 h3 { color: #fffffF;}
#section-42428 p { color: #fffffF;}
#section-42428 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42429 .fa-solid{font-size:16px;color:#4169a6;}
#section-42430 {padding-top:0;}
#section-42430 
img{border:1px solid #e1ded9;}
#section-42431 {border-top:1px solid #e1ded9;}
#section-42432 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42432 
img:hover{border:1px solid #4169a6;}
#section-42432 
{padding-top:0px;text-align:center;}
#section-42432 
h3{font-size:18px;}
#section-42434 { background-color: #4169a6;}
#section-42434 h1 { color: #fffffF;}
#section-42434 h2 { color: #fffffF;}
#section-42434 h3 { color: #fffffF;}
#section-42434 p { color: #fffffF;}
#section-42434 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42435 .fa-solid{font-size:16px;color:#4169a6;}
#section-42436 {padding-top:0;}
#section-42436 
img{border:1px solid #e1ded9;}
#section-42437 {border-top:1px solid #e1ded9;}
#section-42438 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42438 
img:hover{border:1px solid #4169a6;}
#section-42438 
{padding-top:0px;text-align:center;}
#section-42438 
h3{font-size:18px;}
#section-42440 { background-color: #4169a6;}
#section-42440 h1 { color: #fffffF;}
#section-42440 h2 { color: #fffffF;}
#section-42440 h3 { color: #fffffF;}
#section-42440 p { color: #fffffF;}
#section-42440 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42441 .fa-solid{font-size:16px;color:#4169a6;}
#section-42442 {padding-top:0;}
#section-42442 
img{border:1px solid #e1ded9;}
#section-42443 {border-top:1px solid #e1ded9;}
#section-42444 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42444 
img:hover{border:1px solid #4169a6;}
#section-42444 
{padding-top:0px;text-align:center;}
#section-42444 
h3{font-size:18px;}
#section-42446 { background-color: #4169a6;}
#section-42446 h1 { color: #fffffF;}
#section-42446 h2 { color: #fffffF;}
#section-42446 h3 { color: #fffffF;}
#section-42446 p { color: #fffffF;}
#section-42446 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42447 .fa-solid{font-size:16px;color:#4169a6;}
#section-42448 {padding-top:0;}
#section-42448 
img{border:1px solid #e1ded9;}
#section-42449 {border-top:1px solid #e1ded9;}
#section-42450 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42450 
img:hover{border:1px solid #4169a6;}
#section-42450 
{padding-top:0px;text-align:center;}
#section-42450 
h3{font-size:18px;}
#section-42452 { background-color: #4169a6;}
#section-42452 h1 { color: #fffffF;}
#section-42452 h2 { color: #fffffF;}
#section-42452 h3 { color: #fffffF;}
#section-42452 p { color: #fffffF;}
#section-42452 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42459 .fa-solid{font-size:16px;color:#4169a6;}
#section-42460 {padding-top:0;}
#section-42460 
img{border:1px solid #e1ded9;}
#section-42461 {border-top:1px solid #e1ded9;}
#section-42462 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42462 
img:hover{border:1px solid #4169a6;}
#section-42462 
{padding-top:0px;text-align:center;}
#section-42462 
h3{font-size:18px;}
#section-42464 { background-color: #4169a6;}
#section-42464 h1 { color: #fffffF;}
#section-42464 h2 { color: #fffffF;}
#section-42464 h3 { color: #fffffF;}
#section-42464 p { color: #fffffF;}
#section-42464 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42465 .fa-solid{font-size:16px;color:#4169a6;}
#section-42466 {padding-top:0;}
#section-42466 
img{border:1px solid #e1ded9;}
#section-42467 {border-top:1px solid #e1ded9;}
#section-42468 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42468 
img:hover{border:1px solid #4169a6;}
#section-42468 
{padding-top:0px;text-align:center;}
#section-42468 
h3{font-size:18px;}
#section-42470 { background-color: #4169a6;}
#section-42470 h1 { color: #fffffF;}
#section-42470 h2 { color: #fffffF;}
#section-42470 h3 { color: #fffffF;}
#section-42470 p { color: #fffffF;}
#section-42470 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42477 .fa-solid{font-size:16px;color:#4169a6;}
#section-42478 {padding-top:0;}
#section-42478 
img{border:1px solid #e1ded9;}
#section-42480 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42480 
img:hover{border:1px solid #4169a6;}
#section-42480 
{padding-top:0px;text-align:center;}
#section-42480 
h3{font-size:18px;}
#section-42482 { background-color: #4169a6;}
#section-42482 h1 { color: #fffffF;}
#section-42482 h2 { color: #fffffF;}
#section-42482 h3 { color: #fffffF;}
#section-42482 p { color: #fffffF;}
#section-42482 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42496 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42496 
img:hover{border:1px solid #4169a6;}
#section-42496 
{padding-top:0px;text-align:center;}
#section-42496 
h3{font-size:18px;}
#section-42497 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42497 
img:hover{border:1px solid #4169a6;}
#section-42497 
{padding-top:0px;text-align:center;}
#section-42497 
h3{font-size:18px;}
#section-42498 .fa-solid{font-size:16px;color:#4169a6;}
#section-42499 {padding-top:0;}
#section-42499 
img{border:1px solid #e1ded9;}
#section-42500 {border-top:1px solid #e1ded9;}
#section-42501 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42501 
img:hover{border:1px solid #4169a6;}
#section-42501 
{padding-top:0px;text-align:center;}
#section-42501 
h3{font-size:18px;}
#section-42503 { background-color: #4169a6;}
#section-42503 h1 { color: #fffffF;}
#section-42503 h2 { color: #fffffF;}
#section-42503 h3 { color: #fffffF;}
#section-42503 p { color: #fffffF;}
#section-42503 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42504 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42504 
img:hover{border:1px solid #4169a6;}
#section-42504 
{padding-top:0px;text-align:center;}
#section-42504 
h3{font-size:18px;}
#section-42505 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42505 
img:hover{border:1px solid #4169a6;}
#section-42505 
{padding-top:0px;text-align:center;}
#section-42505 
h3{font-size:18px;}
#section-42506 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42506 
img:hover{border:1px solid #4169a6;}
#section-42506 
{text-align:center;}
#section-42506 
h3{font-size:18px;}
#section-42507 .fa-solid{font-size:16px;color:#4169a6;}
#section-42508 {padding-top:0;}
#section-42508 
img{border:1px solid #e1ded9;}
#section-42509 {border-top:1px solid #e1ded9;}
#section-42510 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42510 
img:hover{border:1px solid #4169a6;}
#section-42510 
{padding-top:0px;text-align:center;}
#section-42510 
h3{font-size:18px;}
#section-42512 { background-color: #4169a6;}
#section-42512 h1 { color: #fffffF;}
#section-42512 h2 { color: #fffffF;}
#section-42512 h3 { color: #fffffF;}
#section-42512 p { color: #fffffF;}
#section-42512 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42513 .fa-solid{font-size:16px;color:#4169a6;}
#section-42514 {padding-top:0;}
#section-42514 
img{border:1px solid #e1ded9;}
#section-42515 {border-top:1px solid #e1ded9;}
#section-42516 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42516 
img:hover{border:1px solid #4169a6;}
#section-42516 
{padding-top:0px;text-align:center;}
#section-42516 
h3{font-size:18px;}
#section-42518 { background-color: #4169a6;}
#section-42518 h1 { color: #fffffF;}
#section-42518 h2 { color: #fffffF;}
#section-42518 h3 { color: #fffffF;}
#section-42518 p { color: #fffffF;}
#section-42518 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42531 .fa-solid{font-size:16px;color:#4169a6;}
#section-42532 {padding-top:0;}
#section-42532 
img{border:1px solid #e1ded9;}
#section-42533 {border-top:1px solid #e1ded9;}
#section-42534 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42534 
img:hover{border:1px solid #4169a6;}
#section-42534 
{padding-top:0px;text-align:center;}
#section-42534 
h3{font-size:18px;}
#section-42536 { background-color: #4169a6;}
#section-42536 h1 { color: #fffffF;}
#section-42536 h2 { color: #fffffF;}
#section-42536 h3 { color: #fffffF;}
#section-42536 p { color: #fffffF;}
#section-42536 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42537 .fa-solid{font-size:16px;color:#4169a6;}
#section-42538 {padding-top:0;}
#section-42538 
img{border:1px solid #e1ded9;}
#section-42539 {border-top:1px solid #e1ded9;}
#section-42540 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42540 
img:hover{border:1px solid #4169a6;}
#section-42540 
{padding-top:0px;text-align:center;}
#section-42540 
h3{font-size:18px;}
#section-42542 { background-color: #4169a6;}
#section-42542 h1 { color: #fffffF;}
#section-42542 h2 { color: #fffffF;}
#section-42542 h3 { color: #fffffF;}
#section-42542 p { color: #fffffF;}
#section-42542 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42549 .fa-solid{font-size:16px;color:#4169a6;}
#section-42550 {padding-top:0;}
#section-42550 
img{border:1px solid #e1ded9;}
#section-42551 {border-top:1px solid #e1ded9;}
#section-42552 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42552 
img:hover{border:1px solid #4169a6;}
#section-42552 
{padding-top:0px;text-align:center;}
#section-42552 
h3{font-size:18px;}
#section-42554 { background-color: #4169a6;}
#section-42554 h1 { color: #fffffF;}
#section-42554 h2 { color: #fffffF;}
#section-42554 h3 { color: #fffffF;}
#section-42554 p { color: #fffffF;}
#section-42554 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42555 .fa-solid{font-size:16px;color:#4169a6;}
#section-42556 {padding-top:0;}
#section-42556 
img{border:1px solid #e1ded9;}
#section-42557 {border-top:1px solid #e1ded9;}
#section-42558 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42558 
img:hover{border:1px solid #4169a6;}
#section-42558 
{padding-top:0px;text-align:center;}
#section-42558 
h3{font-size:18px;}
#section-42560 { background-color: #4169a6;}
#section-42560 h1 { color: #fffffF;}
#section-42560 h2 { color: #fffffF;}
#section-42560 h3 { color: #fffffF;}
#section-42560 p { color: #fffffF;}
#section-42560 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42567 .fa-solid{font-size:16px;color:#4169a6;}
#section-42568 {padding-top:0;}
#section-42568 
img{border:1px solid #e1ded9;}
#section-42569 {border-top:1px solid #e1ded9;}
#section-42570 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42570 
img:hover{border:1px solid #4169a6;}
#section-42570 
{padding-top:0px;text-align:center;}
#section-42570 
h3{font-size:18px;}
#section-42572 { background-color: #4169a6;}
#section-42572 h1 { color: #fffffF;}
#section-42572 h2 { color: #fffffF;}
#section-42572 h3 { color: #fffffF;}
#section-42572 p { color: #fffffF;}
#section-42572 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42573 .fa-solid{font-size:16px;color:#4169a6;}
#section-42574 {padding-top:0;}
#section-42574 
img{border:1px solid #e1ded9;}
#section-42575 {border-top:1px solid #e1ded9;}
#section-42576 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42576 
img:hover{border:1px solid #4169a6;}
#section-42576 
{padding-top:0px;text-align:center;}
#section-42576 
h3{font-size:18px;}
#section-42578 { background-color: #4169a6;}
#section-42578 h1 { color: #fffffF;}
#section-42578 h2 { color: #fffffF;}
#section-42578 h3 { color: #fffffF;}
#section-42578 p { color: #fffffF;}
#section-42578 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42579 .fa-solid{font-size:16px;color:#4169a6;}
#section-42580 {padding-top:0;}
#section-42580 
img{border:1px solid #e1ded9;}
#section-42581 {border-top:1px solid #e1ded9;}
#section-42582 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42582 
img:hover{border:1px solid #4169a6;}
#section-42582 
{padding-top:0px;text-align:center;}
#section-42582 
h3{font-size:18px;}
#section-42584 { background-color: #4169a6;}
#section-42584 h1 { color: #fffffF;}
#section-42584 h2 { color: #fffffF;}
#section-42584 h3 { color: #fffffF;}
#section-42584 p { color: #fffffF;}
#section-42584 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42585 .fa-solid{font-size:16px;color:#4169a6;}
#section-42586 {padding-top:0;}
#section-42586 
img{border:1px solid #e1ded9;}
#section-42587 {border-top:1px solid #e1ded9;}
#section-42588 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42588 
img:hover{border:1px solid #4169a6;}
#section-42588 
{padding-top:0px;text-align:center;}
#section-42588 
h3{font-size:18px;}
#section-42590 { background-color: #4169a6;}
#section-42590 h1 { color: #fffffF;}
#section-42590 h2 { color: #fffffF;}
#section-42590 h3 { color: #fffffF;}
#section-42590 p { color: #fffffF;}
#section-42590 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42591 .fa-solid{font-size:16px;color:#4169a6;}
#section-42592 {padding-top:0;}
#section-42592 
img{border:1px solid #e1ded9;}
#section-42593 {border-top:1px solid #e1ded9;}
#section-42594 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42594 
img:hover{border:1px solid #4169a6;}
#section-42594 
{padding-top:0px;text-align:center;}
#section-42594 
h3{font-size:18px;}
#section-42596 { background-color: #4169a6;}
#section-42596 h1 { color: #fffffF;}
#section-42596 h2 { color: #fffffF;}
#section-42596 h3 { color: #fffffF;}
#section-42596 p { color: #fffffF;}
#section-42596 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42597 .fa-solid{font-size:16px;color:#4169a6;}
#section-42598 {padding-top:0;}
#section-42598 
img{border:1px solid #e1ded9;}
#section-42599 {border-top:1px solid #e1ded9;}
#section-42600 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42600 
img:hover{border:1px solid #4169a6;}
#section-42600 
{padding-top:0px;text-align:center;}
#section-42600 
h3{font-size:18px;}
#section-42602 { background-color: #4169a6;}
#section-42602 h1 { color: #fffffF;}
#section-42602 h2 { color: #fffffF;}
#section-42602 h3 { color: #fffffF;}
#section-42602 p { color: #fffffF;}
#section-42602 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42603 .fa-solid{font-size:16px;color:#4169a6;}
#section-42604 {padding-top:0;}
#section-42604 
img{border:1px solid #e1ded9;}
#section-42605 {border-top:1px solid #e1ded9;}
#section-42606 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42606 
img:hover{border:1px solid #4169a6;}
#section-42606 
{padding-top:0px;text-align:center;}
#section-42606 
h3{font-size:18px;}
#section-42608 { background-color: #4169a6;}
#section-42608 h1 { color: #fffffF;}
#section-42608 h2 { color: #fffffF;}
#section-42608 h3 { color: #fffffF;}
#section-42608 p { color: #fffffF;}
#section-42608 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42609 .fa-solid{font-size:16px;color:#4169a6;}
#section-42610 {padding-top:0;}
#section-42610 
img{border:1px solid #e1ded9;}
#section-42611 {border-top:1px solid #e1ded9;}
#section-42612 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42612 
img:hover{border:1px solid #4169a6;}
#section-42612 
{padding-top:0px;text-align:center;}
#section-42612 
h3{font-size:18px;}
#section-42614 { background-color: #4169a6;}
#section-42614 h1 { color: #fffffF;}
#section-42614 h2 { color: #fffffF;}
#section-42614 h3 { color: #fffffF;}
#section-42614 p { color: #fffffF;}
#section-42614 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42649 { background-color: #e1ded9;}
#section-42649 h2{margin-bottom:50px;}
#section-42653 { background-color: #e1ded9;}
#section-42653 h2{margin-bottom:50px;}
#section-42654 { background-color: #e1ded9;}
#section-42654 h2{margin-bottom:50px;}
#section-42655 { background-color: #e1ded9;}
#section-42655 h2{margin-bottom:50px;}
#section-42656 { background-color: #e1ded9;}
#section-42656 h2{margin-bottom:50px;}
#section-42657 { background-color: #e1ded9;}
#section-42657 h2{margin-bottom:50px;}
#section-42659 { background-color: #e1ded9;}
#section-42659 h2{margin-bottom:50px;}
#section-42660 { background-color: #e1ded9;}
#section-42660 h2{margin-bottom:50px;}
#section-42662 { background-color: #e1ded9;}
#section-42662 h2{margin-bottom:50px;}
#section-42664 { background-color: #e1ded9;}
#section-42664 h2{margin-bottom:50px;}
#section-42665 { background-color: #e1ded9;}
#section-42665 h2{margin-bottom:50px;}
#section-42666 { background-color: #e1ded9;}
#section-42666 h2{margin-bottom:50px;}
#section-42668 { background-color: #e1ded9;}
#section-42668 h2{margin-bottom:50px;}
#section-42669 { background-color: #e1ded9;}
#section-42669 h2{margin-bottom:50px;}
#section-42671 { background-color: #e1ded9;}
#section-42671 h2{margin-bottom:50px;}
#section-42672 { background-color: #e1ded9;}
#section-42672 h2{margin-bottom:50px;}
#section-42674 { background-color: #e1ded9;}
#section-42674 h2{margin-bottom:50px;}
#section-42675 { background-color: #e1ded9;}
#section-42675 h2{margin-bottom:50px;}
#section-42676 { background-color: #e1ded9;}
#section-42676 h2{margin-bottom:50px;}
#section-42677 { background-color: #e1ded9;}
#section-42677 h2{margin-bottom:50px;}
#section-42678 { background-color: #e1ded9;}
#section-42678 h2{margin-bottom:50px;}
#section-42679 { background-color: #e1ded9;}
#section-42679 h2{margin-bottom:50px;}
#section-42680 { background-color: #e1ded9;}
#section-42680 h2{margin-bottom:50px;}
#section-42681 { background-color: #e1ded9;}
#section-42681 h2{margin-bottom:50px;}
#section-42686 { background-color: #e1ded9;}
#section-42686 h2{margin-bottom:50px;}
#section-42687 { background-color: #e1ded9;}
#section-42687 h2{margin-bottom:50px;}
#section-42688 { background-color: #e1ded9;}
#section-42688 h2{margin-bottom:50px;}
#section-42689 { background-color: #e1ded9;}
#section-42689 h2{margin-bottom:50px;}
#section-42690 { background-color: #e1ded9;}
#section-42690 h2{margin-bottom:50px;}
#section-42691 { background-color: #e1ded9;}
#section-42691 h2{margin-bottom:50px;}
#section-42693 { background-color: #e1ded9;}
#section-42693 h2{margin-bottom:50px;}
#section-42694 { background-color: #e1ded9;}
#section-42694 h2{margin-bottom:50px;}
#section-42695 { background-color: #e1ded9;}
#section-42695 h2{margin-bottom:50px;}
#section-42696 { background-color: #e1ded9;}
#section-42696 h2{margin-bottom:50px;}
#section-42697 { background-color: #e1ded9;}
#section-42697 h2{margin-bottom:50px;}
#section-42698 { background-color: #e1ded9;}
#section-42698 h2{margin-bottom:50px;}
#section-42699 { background-color: #e1ded9;}
#section-42699 h2{margin-bottom:50px;}
#section-42700 { background-color: #e1ded9;}
#section-42700 h2{margin-bottom:50px;}
#section-42701 { background-color: #e1ded9;}
#section-42701 h2{margin-bottom:50px;}
#section-42800 .fa-solid{font-size:16px;color:#4169a6;}
#section-42801 {padding-top:0;}
#section-42801 
img{border:1px solid #e1ded9;}
#section-42802 {border-top:1px solid #e1ded9;}
#section-42803 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42803 
img:hover{border:1px solid #4169a6;}
#section-42803 
{padding-top:0px;text-align:center;}
#section-42803 
h3{font-size:18px;}
#section-42804 { background-color: #e1ded9;}
#section-42804 h2{margin-bottom:50px;}
#section-42805 { background-color: #4169a6;}
#section-42805 h1 { color: #fffffF;}
#section-42805 h2 { color: #fffffF;}
#section-42805 h3 { color: #fffffF;}
#section-42805 p { color: #fffffF;}
#section-42805 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42824 .fa-solid{font-size:16px;color:#4169a6;}
#section-42825 {padding-top:0;}
#section-42825 
img{border:1px solid #e1ded9;}
#section-42826 {border-top:1px solid #e1ded9;}
#section-42827 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42827 
img:hover{border:1px solid #4169a6;}
#section-42827 
{padding-top:0px;text-align:center;}
#section-42827 
h3{font-size:18px;}
#section-42828 { background-color: #e1ded9;}
#section-42828 h2{margin-bottom:50px;}
#section-42829 { background-color: #4169a6;}
#section-42829 h1 { color: #fffffF;}
#section-42829 h2 { color: #fffffF;}
#section-42829 h3 { color: #fffffF;}
#section-42829 p { color: #fffffF;}
#section-42829 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42830 .fa-solid{font-size:16px;color:#4169a6;}
#section-42831 {padding-top:0;}
#section-42831 
img{border:1px solid #e1ded9;}
#section-42832 {border-top:1px solid #e1ded9;}
#section-42833 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42833 
img:hover{border:1px solid #4169a6;}
#section-42833 
{padding-top:0px;text-align:center;}
#section-42833 
h3{font-size:18px;}
#section-42834 { background-color: #e1ded9;}
#section-42834 h2{margin-bottom:50px;}
#section-42835 { background-color: #4169a6;}
#section-42835 h1 { color: #fffffF;}
#section-42835 h2 { color: #fffffF;}
#section-42835 h3 { color: #fffffF;}
#section-42835 p { color: #fffffF;}
#section-42835 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42836 .fa-solid{font-size:16px;color:#4169a6;}
#section-42837 {padding-top:0;}
#section-42837 
img{border:1px solid #e1ded9;}
#section-42838 {border-top:1px solid #e1ded9;}
#section-42839 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42839 
img:hover{border:1px solid #4169a6;}
#section-42839 
{padding-top:0px;text-align:center;}
#section-42839 
h3{font-size:18px;}
#section-42840 { background-color: #e1ded9;}
#section-42840 h2{margin-bottom:50px;}
#section-42841 { background-color: #4169a6;}
#section-42841 h1 { color: #fffffF;}
#section-42841 h2 { color: #fffffF;}
#section-42841 h3 { color: #fffffF;}
#section-42841 p { color: #fffffF;}
#section-42841 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42842 .fa-solid{font-size:16px;color:#4169a6;}
#section-42843 {padding-top:0;}
#section-42843 
img{border:1px solid #e1ded9;}
#section-42844 {border-top:1px solid #e1ded9;}
#section-42845 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42845 
img:hover{border:1px solid #4169a6;}
#section-42845 
{padding-top:0px;text-align:center;}
#section-42845 
h3{font-size:18px;}
#section-42846 { background-color: #e1ded9;}
#section-42846 h2{margin-bottom:50px;}
#section-42847 { background-color: #4169a6;}
#section-42847 h1 { color: #fffffF;}
#section-42847 h2 { color: #fffffF;}
#section-42847 h3 { color: #fffffF;}
#section-42847 p { color: #fffffF;}
#section-42847 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42848 .fa-solid{font-size:16px;color:#4169a6;}
#section-42849 {padding-top:0;}
#section-42849 
img{border:1px solid #e1ded9;}
#section-42850 {border-top:1px solid #e1ded9;}
#section-42851 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42851 
img:hover{border:1px solid #4169a6;}
#section-42851 
{padding-top:0px;text-align:center;}
#section-42851 
h3{font-size:18px;}
#section-42852 { background-color: #e1ded9;}
#section-42852 h2{margin-bottom:50px;}
#section-42853 { background-color: #4169a6;}
#section-42853 h1 { color: #fffffF;}
#section-42853 h2 { color: #fffffF;}
#section-42853 h3 { color: #fffffF;}
#section-42853 p { color: #fffffF;}
#section-42853 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42854 .fa-solid{font-size:16px;color:#4169a6;}
#section-42855 {padding-top:0;}
#section-42855 
img{border:1px solid #e1ded9;}
#section-42856 {border-top:1px solid #e1ded9;}
#section-42857 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42857 
img:hover{border:1px solid #4169a6;}
#section-42857 
{padding-top:0px;text-align:center;}
#section-42857 
h3{font-size:18px;}
#section-42858 { background-color: #e1ded9;}
#section-42858 h2{margin-bottom:50px;}
#section-42859 { background-color: #4169a6;}
#section-42859 h1 { color: #fffffF;}
#section-42859 h2 { color: #fffffF;}
#section-42859 h3 { color: #fffffF;}
#section-42859 p { color: #fffffF;}
#section-42859 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42866 .fa-solid{font-size:16px;color:#4169a6;}
#section-42867 {padding-top:0;}
#section-42867 
img{border:1px solid #e1ded9;}
#section-42868 {border-top:1px solid #e1ded9;}
#section-42869 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42869 
img:hover{border:1px solid #4169a6;}
#section-42869 
{padding-top:0px;text-align:center;}
#section-42869 
h3{font-size:18px;}
#section-42870 { background-color: #e1ded9;}
#section-42870 h2{margin-bottom:50px;}
#section-42871 { background-color: #4169a6;}
#section-42871 h1 { color: #fffffF;}
#section-42871 h2 { color: #fffffF;}
#section-42871 h3 { color: #fffffF;}
#section-42871 p { color: #fffffF;}
#section-42871 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42884 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42884 
img:hover{border:1px solid #4169a6;}
#section-42884 
{text-align:center;}
#section-42884 
h3{font-size:18px;}
#section-42891 .fa-solid{font-size:16px;color:#4169a6;}
#section-42892 {padding-top:0;}
#section-42892 
img{border:1px solid #e1ded9;}
#section-42893 {border-top:1px solid #e1ded9;}
#section-42894 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42894 
img:hover{border:1px solid #4169a6;}
#section-42894 
{padding-top:0px;text-align:center;}
#section-42894 
h3{font-size:18px;}
#section-42895 { background-color: #e1ded9;}
#section-42895 h2{margin-bottom:50px;}
#section-42896 { background-color: #4169a6;}
#section-42896 h1 { color: #fffffF;}
#section-42896 h2 { color: #fffffF;}
#section-42896 h3 { color: #fffffF;}
#section-42896 p { color: #fffffF;}
#section-42896 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42897 .fa-solid{font-size:16px;color:#4169a6;}
#section-42898 {padding-top:0;}
#section-42898 
img{border:1px solid #e1ded9;}
#section-42899 {border-top:1px solid #e1ded9;}
#section-42900 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42900 
img:hover{border:1px solid #4169a6;}
#section-42900 
{padding-top:0px;text-align:center;}
#section-42900 
h3{font-size:18px;}
#section-42901 { background-color: #e1ded9;}
#section-42901 h2{margin-bottom:50px;}
#section-42902 { background-color: #4169a6;}
#section-42902 h1 { color: #fffffF;}
#section-42902 h2 { color: #fffffF;}
#section-42902 h3 { color: #fffffF;}
#section-42902 p { color: #fffffF;}
#section-42902 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42903 .fa-solid{font-size:16px;color:#4169a6;}
#section-42904 {padding-top:0;}
#section-42904 
img{border:1px solid #e1ded9;}
#section-42905 {border-top:1px solid #e1ded9;}
#section-42906 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42906 
img:hover{border:1px solid #4169a6;}
#section-42906 
{padding-top:0px;text-align:center;}
#section-42906 
h3{font-size:18px;}
#section-42907 { background-color: #e1ded9;}
#section-42907 h2{margin-bottom:50px;}
#section-42908 { background-color: #4169a6;}
#section-42908 h1 { color: #fffffF;}
#section-42908 h2 { color: #fffffF;}
#section-42908 h3 { color: #fffffF;}
#section-42908 p { color: #fffffF;}
#section-42908 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42909 .fa-solid{font-size:16px;color:#4169a6;}
#section-42910 {padding-top:0;}
#section-42910 
img{border:1px solid #e1ded9;}
#section-42911 {border-top:1px solid #e1ded9;}
#section-42912 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42912 
img:hover{border:1px solid #4169a6;}
#section-42912 
{padding-top:0px;text-align:center;}
#section-42912 
h3{font-size:18px;}
#section-42913 { background-color: #e1ded9;}
#section-42913 h2{margin-bottom:50px;}
#section-42914 { background-color: #4169a6;}
#section-42914 h1 { color: #fffffF;}
#section-42914 h2 { color: #fffffF;}
#section-42914 h3 { color: #fffffF;}
#section-42914 p { color: #fffffF;}
#section-42914 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42915 .fa-solid{font-size:16px;color:#4169a6;}
#section-42916 {padding-top:0;}
#section-42916 
img{border:1px solid #e1ded9;}
#section-42917 {border-top:1px solid #e1ded9;}
#section-42918 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42918 
img:hover{border:1px solid #4169a6;}
#section-42918 
{padding-top:0px;text-align:center;}
#section-42918 
h3{font-size:18px;}
#section-42919 { background-color: #e1ded9;}
#section-42919 h2{margin-bottom:50px;}
#section-42920 { background-color: #4169a6;}
#section-42920 h1 { color: #fffffF;}
#section-42920 h2 { color: #fffffF;}
#section-42920 h3 { color: #fffffF;}
#section-42920 p { color: #fffffF;}
#section-42920 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42921 .fa-solid{font-size:16px;color:#4169a6;}
#section-42922 {padding-top:0;}
#section-42922 
img{border:1px solid #e1ded9;}
#section-42923 {border-top:1px solid #e1ded9;}
#section-42924 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42924 
img:hover{border:1px solid #4169a6;}
#section-42924 
{padding-top:0px;text-align:center;}
#section-42924 
h3{font-size:18px;}
#section-42925 { background-color: #e1ded9;}
#section-42925 h2{margin-bottom:50px;}
#section-42926 { background-color: #4169a6;}
#section-42926 h1 { color: #fffffF;}
#section-42926 h2 { color: #fffffF;}
#section-42926 h3 { color: #fffffF;}
#section-42926 p { color: #fffffF;}
#section-42926 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42927 .fa-solid{font-size:16px;color:#4169a6;}
#section-42928 {padding-top:0;}
#section-42928 
img{border:1px solid #e1ded9;}
#section-42929 {border-top:1px solid #e1ded9;}
#section-42930 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42930 
img:hover{border:1px solid #4169a6;}
#section-42930 
{padding-top:0px;text-align:center;}
#section-42930 
h3{font-size:18px;}
#section-42931 { background-color: #e1ded9;}
#section-42931 h2{margin-bottom:50px;}
#section-42932 { background-color: #4169a6;}
#section-42932 h1 { color: #fffffF;}
#section-42932 h2 { color: #fffffF;}
#section-42932 h3 { color: #fffffF;}
#section-42932 p { color: #fffffF;}
#section-42932 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42933 .fa-solid{font-size:16px;color:#4169a6;}
#section-42934 {padding-top:0;}
#section-42934 
img{border:1px solid #e1ded9;}
#section-42935 {border-top:1px solid #e1ded9;}
#section-42936 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42936 
img:hover{border:1px solid #4169a6;}
#section-42936 
{padding-top:0px;text-align:center;}
#section-42936 
h3{font-size:18px;}
#section-42937 { background-color: #e1ded9;}
#section-42937 h2{margin-bottom:50px;}
#section-42938 { background-color: #4169a6;}
#section-42938 h1 { color: #fffffF;}
#section-42938 h2 { color: #fffffF;}
#section-42938 h3 { color: #fffffF;}
#section-42938 p { color: #fffffF;}
#section-42938 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42939 .fa-solid{font-size:16px;color:#4169a6;}
#section-42941 {border-top:1px solid #e1ded9;}
#section-42942 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42942 
img:hover{border:1px solid #4169a6;}
#section-42942 
{padding-top:0px;text-align:center;}
#section-42942 
h3{font-size:18px;}
#section-42943 { background-color: #e1ded9;}
#section-42943 h2{margin-bottom:50px;}
#section-42944 { background-color: #4169a6;}
#section-42944 h1 { color: #fffffF;}
#section-42944 h2 { color: #fffffF;}
#section-42944 h3 { color: #fffffF;}
#section-42944 p { color: #fffffF;}
#section-42944 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42945 .fa-solid{font-size:16px;color:#4169a6;}
#section-42947 {border-top:1px solid #e1ded9;}
#section-42948 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42948 
img:hover{border:1px solid #4169a6;}
#section-42948 
{padding-top:0px;text-align:center;}
#section-42948 
h3{font-size:18px;}
#section-42949 { background-color: #e1ded9;}
#section-42949 h2{margin-bottom:50px;}
#section-42950 { background-color: #4169a6;}
#section-42950 h1 { color: #fffffF;}
#section-42950 h2 { color: #fffffF;}
#section-42950 h3 { color: #fffffF;}
#section-42950 p { color: #fffffF;}
#section-42950 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42951 .fa-solid{font-size:16px;color:#4169a6;}
#section-42952 {padding-top:0;}
#section-42952 
img{border:1px solid #e1ded9;}
#section-42953 {border-top:1px solid #e1ded9;}
#section-42954 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42954 
img:hover{border:1px solid #4169a6;}
#section-42954 
{padding-top:0px;text-align:center;}
#section-42954 
h3{font-size:18px;}
#section-42955 { background-color: #e1ded9;}
#section-42955 h2{margin-bottom:50px;}
#section-42956 { background-color: #4169a6;}
#section-42956 h1 { color: #fffffF;}
#section-42956 h2 { color: #fffffF;}
#section-42956 h3 { color: #fffffF;}
#section-42956 p { color: #fffffF;}
#section-42956 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42963 .fa-solid{font-size:16px;color:#4169a6;}
#section-42964 {padding-top:0;}
#section-42964 
img{border:1px solid #e1ded9;}
#section-42965 {border-top:1px solid #e1ded9;}
#section-42966 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42966 
img:hover{border:1px solid #4169a6;}
#section-42966 
{padding-top:0px;text-align:center;}
#section-42966 
h3{font-size:18px;}
#section-42967 { background-color: #e1ded9;}
#section-42967 h2{margin-bottom:50px;}
#section-42968 { background-color: #4169a6;}
#section-42968 h1 { color: #fffffF;}
#section-42968 h2 { color: #fffffF;}
#section-42968 h3 { color: #fffffF;}
#section-42968 p { color: #fffffF;}
#section-42968 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42969 .fa-solid{font-size:16px;color:#4169a6;}
#section-42970 {padding-top:0;}
#section-42970 
img{border:1px solid #e1ded9;}
#section-42971 {border-top:1px solid #e1ded9;}
#section-42972 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42972 
img:hover{border:1px solid #4169a6;}
#section-42972 
{padding-top:0px;text-align:center;}
#section-42972 
h3{font-size:18px;}
#section-42973 { background-color: #e1ded9;}
#section-42973 h2{margin-bottom:50px;}
#section-42974 { background-color: #4169a6;}
#section-42974 h1 { color: #fffffF;}
#section-42974 h2 { color: #fffffF;}
#section-42974 h3 { color: #fffffF;}
#section-42974 p { color: #fffffF;}
#section-42974 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42975 .fa-solid{font-size:16px;color:#4169a6;}
#section-42976 {padding-top:0;}
#section-42976 
img{border:1px solid #e1ded9;}
#section-42977 {border-top:1px solid #e1ded9;}
#section-42978 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42978 
img:hover{border:1px solid #4169a6;}
#section-42978 
{padding-top:0px;text-align:center;}
#section-42978 
h3{font-size:18px;}
#section-42979 { background-color: #e1ded9;}
#section-42979 h2{margin-bottom:50px;}
#section-42980 { background-color: #4169a6;}
#section-42980 h1 { color: #fffffF;}
#section-42980 h2 { color: #fffffF;}
#section-42980 h3 { color: #fffffF;}
#section-42980 p { color: #fffffF;}
#section-42980 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42981 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42981 
img:hover{border:1px solid #4169a6;}
#section-42981 
{text-align:center;}
#section-42981 
h3{font-size:18px;}
#section-42982 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42982 
img:hover{border:1px solid #4169a6;}
#section-42982 
{text-align:center;}
#section-42982 
h3{font-size:18px;}
#section-42983 .fa-solid{font-size:16px;color:#4169a6;}
#section-42984 {padding-top:0;}
#section-42984 
img{border:1px solid #e1ded9;}
#section-42985 {border-top:1px solid #e1ded9;}
#section-42986 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42986 
img:hover{border:1px solid #4169a6;}
#section-42986 
{padding-top:0px;text-align:center;}
#section-42986 
h3{font-size:18px;}
#section-42987 { background-color: #e1ded9;}
#section-42987 h2{margin-bottom:50px;}
#section-42988 { background-color: #4169a6;}
#section-42988 h1 { color: #fffffF;}
#section-42988 h2 { color: #fffffF;}
#section-42988 h3 { color: #fffffF;}
#section-42988 p { color: #fffffF;}
#section-42988 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42989 .fa-solid{font-size:16px;color:#4169a6;}
#section-42990 {padding-top:0;}
#section-42990 
img{border:1px solid #e1ded9;}
#section-42991 {border-top:1px solid #e1ded9;}
#section-42992 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42992 
img:hover{border:1px solid #4169a6;}
#section-42992 
{padding-top:0px;text-align:center;}
#section-42992 
h3{font-size:18px;}
#section-42993 { background-color: #e1ded9;}
#section-42993 h2{margin-bottom:50px;}
#section-42994 { background-color: #4169a6;}
#section-42994 h1 { color: #fffffF;}
#section-42994 h2 { color: #fffffF;}
#section-42994 h3 { color: #fffffF;}
#section-42994 p { color: #fffffF;}
#section-42994 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-42995 .fa-solid{font-size:16px;color:#4169a6;}
#section-42996 {padding-top:0;}
#section-42996 
img{border:1px solid #e1ded9;}
#section-42997 {border-top:1px solid #e1ded9;}
#section-42998 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-42998 
img:hover{border:1px solid #4169a6;}
#section-42998 
{padding-top:0px;text-align:center;}
#section-42998 
h3{font-size:18px;}
#section-42999 { background-color: #e1ded9;}
#section-42999 h2{margin-bottom:50px;}
#section-43000 { background-color: #4169a6;}
#section-43000 h1 { color: #fffffF;}
#section-43000 h2 { color: #fffffF;}
#section-43000 h3 { color: #fffffF;}
#section-43000 p { color: #fffffF;}
#section-43000 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43001 .fa-solid{font-size:16px;color:#4169a6;}
#section-43002 {padding-top:0;}
#section-43002 
img{border:1px solid #e1ded9;}
#section-43003 {border-top:1px solid #e1ded9;}
#section-43004 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43004 
img:hover{border:1px solid #4169a6;}
#section-43004 
{padding-top:0px;text-align:center;}
#section-43004 
h3{font-size:18px;}
#section-43005 { background-color: #e1ded9;}
#section-43005 h2{margin-bottom:50px;}
#section-43006 { background-color: #4169a6;}
#section-43006 h1 { color: #fffffF;}
#section-43006 h2 { color: #fffffF;}
#section-43006 h3 { color: #fffffF;}
#section-43006 p { color: #fffffF;}
#section-43006 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43007 .fa-solid{font-size:16px;color:#4169a6;}
#section-43009 {border-top:1px solid #e1ded9;}
#section-43010 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43010 
img:hover{border:1px solid #4169a6;}
#section-43010 
{padding-top:0px;text-align:center;}
#section-43010 
h3{font-size:18px;}
#section-43011 { background-color: #e1ded9;}
#section-43011 h2{margin-bottom:50px;}
#section-43012 { background-color: #4169a6;}
#section-43012 h1 { color: #fffffF;}
#section-43012 h2 { color: #fffffF;}
#section-43012 h3 { color: #fffffF;}
#section-43012 p { color: #fffffF;}
#section-43012 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43013 .fa-solid{font-size:16px;color:#4169a6;}
#section-43015 {border-top:1px solid #e1ded9;}
#section-43016 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43016 
img:hover{border:1px solid #4169a6;}
#section-43016 
{padding-top:0px;text-align:center;}
#section-43016 
h3{font-size:18px;}
#section-43017 { background-color: #e1ded9;}
#section-43017 h2{margin-bottom:50px;}
#section-43018 { background-color: #4169a6;}
#section-43018 h1 { color: #fffffF;}
#section-43018 h2 { color: #fffffF;}
#section-43018 h3 { color: #fffffF;}
#section-43018 p { color: #fffffF;}
#section-43018 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43019 .fa-solid{font-size:16px;color:#4169a6;}
#section-43021 {border-top:1px solid #e1ded9;}
#section-43022 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43022 
img:hover{border:1px solid #4169a6;}
#section-43022 
{padding-top:0px;text-align:center;}
#section-43022 
h3{font-size:18px;}
#section-43023 { background-color: #e1ded9;}
#section-43023 h2{margin-bottom:50px;}
#section-43024 { background-color: #4169a6;}
#section-43024 h1 { color: #fffffF;}
#section-43024 h2 { color: #fffffF;}
#section-43024 h3 { color: #fffffF;}
#section-43024 p { color: #fffffF;}
#section-43024 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43025 .fa-solid{font-size:16px;color:#4169a6;}
#section-43027 {border-top:1px solid #e1ded9;}
#section-43028 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43028 
img:hover{border:1px solid #4169a6;}
#section-43028 
{padding-top:0px;text-align:center;}
#section-43028 
h3{font-size:18px;}
#section-43029 { background-color: #e1ded9;}
#section-43029 h2{margin-bottom:50px;}
#section-43030 { background-color: #4169a6;}
#section-43030 h1 { color: #fffffF;}
#section-43030 h2 { color: #fffffF;}
#section-43030 h3 { color: #fffffF;}
#section-43030 p { color: #fffffF;}
#section-43030 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43031 .fa-solid{font-size:16px;color:#4169a6;}
#section-43033 {border-top:1px solid #e1ded9;}
#section-43034 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43034 
img:hover{border:1px solid #4169a6;}
#section-43034 
{padding-top:0px;text-align:center;}
#section-43034 
h3{font-size:18px;}
#section-43035 { background-color: #e1ded9;}
#section-43035 h2{margin-bottom:50px;}
#section-43036 { background-color: #4169a6;}
#section-43036 h1 { color: #fffffF;}
#section-43036 h2 { color: #fffffF;}
#section-43036 h3 { color: #fffffF;}
#section-43036 p { color: #fffffF;}
#section-43036 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43037 .fa-solid{font-size:16px;color:#4169a6;}
#section-43039 {border-top:1px solid #e1ded9;}
#section-43040 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43040 
img:hover{border:1px solid #4169a6;}
#section-43040 
{padding-top:0px;text-align:center;}
#section-43040 
h3{font-size:18px;}
#section-43041 { background-color: #e1ded9;}
#section-43041 h2{margin-bottom:50px;}
#section-43042 { background-color: #4169a6;}
#section-43042 h1 { color: #fffffF;}
#section-43042 h2 { color: #fffffF;}
#section-43042 h3 { color: #fffffF;}
#section-43042 p { color: #fffffF;}
#section-43042 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43043 .fa-solid{font-size:16px;color:#4169a6;}
#section-43045 {border-top:1px solid #e1ded9;}
#section-43046 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43046 
img:hover{border:1px solid #4169a6;}
#section-43046 
{padding-top:0px;text-align:center;}
#section-43046 
h3{font-size:18px;}
#section-43047 { background-color: #e1ded9;}
#section-43047 h2{margin-bottom:50px;}
#section-43048 { background-color: #4169a6;}
#section-43048 h1 { color: #fffffF;}
#section-43048 h2 { color: #fffffF;}
#section-43048 h3 { color: #fffffF;}
#section-43048 p { color: #fffffF;}
#section-43048 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43055 .fa-solid{font-size:16px;color:#4169a6;}
#section-43057 {border-top:1px solid #e1ded9;}
#section-43058 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43058 
img:hover{border:1px solid #4169a6;}
#section-43058 
{padding-top:0px;text-align:center;}
#section-43058 
h3{font-size:18px;}
#section-43059 { background-color: #e1ded9;}
#section-43059 h2{margin-bottom:50px;}
#section-43060 { background-color: #4169a6;}
#section-43060 h1 { color: #fffffF;}
#section-43060 h2 { color: #fffffF;}
#section-43060 h3 { color: #fffffF;}
#section-43060 p { color: #fffffF;}
#section-43060 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43067 .fa-solid{font-size:16px;color:#4169a6;}
#section-43069 {border-top:1px solid #e1ded9;}
#section-43070 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43070 
img:hover{border:1px solid #4169a6;}
#section-43070 
{padding-top:0px;text-align:center;}
#section-43070 
h3{font-size:18px;}
#section-43071 { background-color: #e1ded9;}
#section-43071 h2{margin-bottom:50px;}
#section-43072 { background-color: #4169a6;}
#section-43072 h1 { color: #fffffF;}
#section-43072 h2 { color: #fffffF;}
#section-43072 h3 { color: #fffffF;}
#section-43072 p { color: #fffffF;}
#section-43072 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43073 .fa-solid{font-size:16px;color:#4169a6;}
#section-43075 {border-top:1px solid #e1ded9;}
#section-43076 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43076 
img:hover{border:1px solid #4169a6;}
#section-43076 
{padding-top:0px;text-align:center;}
#section-43076 
h3{font-size:18px;}
#section-43077 { background-color: #e1ded9;}
#section-43077 h2{margin-bottom:50px;}
#section-43078 { background-color: #4169a6;}
#section-43078 h1 { color: #fffffF;}
#section-43078 h2 { color: #fffffF;}
#section-43078 h3 { color: #fffffF;}
#section-43078 p { color: #fffffF;}
#section-43078 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43079 .fa-solid{font-size:16px;color:#4169a6;}
#section-43080 {padding-top:0;}
#section-43080 
img{border:1px solid #e1ded9;}
#section-43081 {border-top:1px solid #e1ded9;}
#section-43082 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43082 
img:hover{border:1px solid #4169a6;}
#section-43082 
{padding-top:0px;text-align:center;}
#section-43082 
h3{font-size:18px;}
#section-43083 { background-color: #e1ded9;}
#section-43083 h2{margin-bottom:50px;}
#section-43084 { background-color: #4169a6;}
#section-43084 h1 { color: #fffffF;}
#section-43084 h2 { color: #fffffF;}
#section-43084 h3 { color: #fffffF;}
#section-43084 p { color: #fffffF;}
#section-43084 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43085 .fa-solid{font-size:16px;color:#4169a6;}
#section-43086 {padding-top:0;}
#section-43086 
img{border:1px solid #e1ded9;}
#section-43087 {border-top:1px solid #e1ded9;}
#section-43088 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43088 
img:hover{border:1px solid #4169a6;}
#section-43088 
{padding-top:0px;text-align:center;}
#section-43088 
h3{font-size:18px;}
#section-43089 { background-color: #e1ded9;}
#section-43089 h2{margin-bottom:50px;}
#section-43090 { background-color: #4169a6;}
#section-43090 h1 { color: #fffffF;}
#section-43090 h2 { color: #fffffF;}
#section-43090 h3 { color: #fffffF;}
#section-43090 p { color: #fffffF;}
#section-43090 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43091 .fa-solid{font-size:16px;color:#4169a6;}
#section-43092 {padding-top:0;}
#section-43092 
img{border:1px solid #e1ded9;}
#section-43093 {border-top:1px solid #e1ded9;}
#section-43094 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43094 
img:hover{border:1px solid #4169a6;}
#section-43094 
{padding-top:0px;text-align:center;}
#section-43094 
h3{font-size:18px;}
#section-43095 { background-color: #e1ded9;}
#section-43095 h2{margin-bottom:50px;}
#section-43096 { background-color: #4169a6;}
#section-43096 h1 { color: #fffffF;}
#section-43096 h2 { color: #fffffF;}
#section-43096 h3 { color: #fffffF;}
#section-43096 p { color: #fffffF;}
#section-43096 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43097 .fa-solid{font-size:16px;color:#4169a6;}
#section-43098 {padding-top:0;}
#section-43098 
img{border:1px solid #e1ded9;}
#section-43099 {border-top:1px solid #e1ded9;}
#section-43100 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43100 
img:hover{border:1px solid #4169a6;}
#section-43100 
{padding-top:0px;text-align:center;}
#section-43100 
h3{font-size:18px;}
#section-43101 { background-color: #e1ded9;}
#section-43101 h2{margin-bottom:50px;}
#section-43102 { background-color: #4169a6;}
#section-43102 h1 { color: #fffffF;}
#section-43102 h2 { color: #fffffF;}
#section-43102 h3 { color: #fffffF;}
#section-43102 p { color: #fffffF;}
#section-43102 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43103 .fa-solid{font-size:16px;color:#4169a6;}
#section-43104 {padding-top:0;}
#section-43104 
img{border:1px solid #e1ded9;}
#section-43105 {border-top:1px solid #e1ded9;}
#section-43106 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43106 
img:hover{border:1px solid #4169a6;}
#section-43106 
{padding-top:0px;text-align:center;}
#section-43106 
h3{font-size:18px;}
#section-43107 { background-color: #e1ded9;}
#section-43107 h2{margin-bottom:50px;}
#section-43108 { background-color: #4169a6;}
#section-43108 h1 { color: #fffffF;}
#section-43108 h2 { color: #fffffF;}
#section-43108 h3 { color: #fffffF;}
#section-43108 p { color: #fffffF;}
#section-43108 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43835 {padding-top:0;background:linear-gradient(to bottom,#EEE,#FFF);}
#section-43838 { background-color: #e1ded9;}
#section-43848 { background-color: #e1ded9;}
#section-43879 h1 { color: #4169a6;}
#section-43879 h2 { color: #4169a6;}
#section-43879 h3 { color: #4169a6;}
#section-43879 p { color: #555555;}
#section-43879 {margin-top:0;}
#section-43880 {padding-bottom:0;}
#section-43881 { background-color: #e1ded9;}
#section-kontaktdaten-pilgersdorf h2{margin-bottom:50px;}
#section-43925 .fa-solid{font-size:16px;color:#4169a6;}
#section-43926 {padding-top:0;}
#section-43926 
img{border:1px solid #e1ded9;}
#section-43927 {border-top:1px solid #e1ded9;}
#section-43928 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-43928 
img:hover{border:1px solid #4169a6;}
#section-43928 
{padding-top:0px;text-align:center;}
#section-43928 
h3{font-size:18px;}
#section-43929 { background-color: #e1ded9;}
#section-43929 h2{margin-bottom:50px;}
#section-43930 { background-color: #4169a6;}
#section-43930 h1 { color: #fffffF;}
#section-43930 h2 { color: #fffffF;}
#section-43930 h3 { color: #fffffF;}
#section-43930 p { color: #fffffF;}
#section-43930 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44021 p{display:none;}
#section-44021 
img{margin-bottom:10px;}
#section-44021 
.row{margin-bottom:60px;}
#section-44022 h1 { color: #FFFFFF;}
#section-44022 h2 { color: #FFFFFF;}
#section-44022 h3 { color: #FFFFFF;}
#section-44022 p { color: #FFFFFF;}
#section-44022 .button, .button a { color: #4169a6;}
#section-44022 .button, .button a { background-color: #FFFFFF;}
#section-44022 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44080 img{border-radius:50%;border: 8px solid #eee;}
#section-44083 { background-color: #e1ded9;}
#section-44083 h1 { color: #4169a6;}
#section-44083 h2 { color: #4169a6;}
#section-44083 h3 { color: #4169a6;}
#section-44083 p { color: #000000;}
#section-44083 {padding-bottom:0px;}
#section-44083 
{padding-top:0px;}
#section-44084 {padding-top:35px;}
#section-44085 { background-color: #e1ded9;}
#section-44085 h1 { color: #4169a6;}
#section-44085 h2 { color: #4169a6;}
#section-44085 h3 { color: #4169a6;}
#section-44085 p { color: #000000;}
#section-44085 {padding-bottom:0px;}
#section-44085 
{padding-top:0px;}
#section-44088 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44088 
img:hover{border:1px solid #4169a6;}
#section-44088 
{padding-top:0px;text-align:center;}
#section-44088 
h3{font-size:18px;}
#section-44105 { background-color: #e1ded9;}
#section-44105 h1 { color: #4169a6;}
#section-44105 h2 { color: #4169a6;}
#section-44105 h3 { color: #4169a6;}
#section-44105 p { color: #000000;}
#section-44107 { background-color: #e1ded9;}
#section-44109 { background-color: #e1ded9;}
#section-44124 { background-color: #e1ded9;}
#section-44126 { background-color: #e1ded9;}
#section-44132 {padding-bottom:0px;}
#section-44135 { background-color: #e1ded9;}
#section-44136 {padding-top:0;}
#section-44137 { background-color: #e1ded9;}
#section-44137 img{border:1px solid white;}
#section-44141 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44141 
img:hover{border:1px solid #4169a6;}
#section-44141 
{padding-top:0px;text-align:center;}
#section-44141 
h3{font-size:18px;}
#section-44166 { background-color: #e1ded9;}
#section-44173 h1 { color: #FFFFFF;}
#section-44173 h2 { color: #FFFFFF;}
#section-44173 h3 { color: #FFFFFF;}
#section-44173 p { color: #EEEEEE;}
#section-44173 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44174 .fa-solid{font-size:16px;color:#4169a6;}
#section-44175 {padding-top:0;}
#section-44175 
img{border:1px solid #e1ded9;}
#section-44176 {border-top:1px solid #e1ded9;}
#section-44177 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44177 
img:hover{border:1px solid #4169a6;}
#section-44177 
{padding-top:0px;text-align:center;}
#section-44177 
h3{font-size:18px;}
#section-44178 { background-color: #e1ded9;}
#section-44178 h2{margin-bottom:50px;}
#section-44179 { background-color: #4169a6;}
#section-44179 h1 { color: #fffffF;}
#section-44179 h2 { color: #fffffF;}
#section-44179 h3 { color: #fffffF;}
#section-44179 p { color: #fffffF;}
#section-44179 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44483 .fa-solid{font-size:16px;color:#4169a6;}
#section-44484 {padding-top:0;}
#section-44484 
img{border:1px solid #e1ded9;}
#section-44485 {border-top:1px solid #e1ded9;}
#section-44486 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44486 
img:hover{border:1px solid #4169a6;}
#section-44486 
{padding-top:0px;text-align:center;}
#section-44486 
h3{font-size:18px;}
#section-44487 { background-color: #e1ded9;}
#section-44487 h2{margin-bottom:50px;}
#section-44488 { background-color: #4169a6;}
#section-44488 h1 { color: #fffffF;}
#section-44488 h2 { color: #fffffF;}
#section-44488 h3 { color: #fffffF;}
#section-44488 p { color: #fffffF;}
#section-44488 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44530 .fa-solid{font-size:16px;color:#4169a6;}
#section-44531 {padding-top:0;}
#section-44531 
img{border:1px solid #e1ded9;}
#section-44532 {border-top:1px solid #e1ded9;}
#section-44533 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44533 
img:hover{border:1px solid #4169a6;}
#section-44533 
{padding-top:0px;text-align:center;}
#section-44533 
h3{font-size:18px;}
#section-44534 { background-color: #e1ded9;}
#section-44534 h2{margin-bottom:50px;}
#section-44535 { background-color: #4169a6;}
#section-44535 h1 { color: #fffffF;}
#section-44535 h2 { color: #fffffF;}
#section-44535 h3 { color: #fffffF;}
#section-44535 p { color: #fffffF;}
#section-44535 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44536 .fa-solid{font-size:16px;color:#4169a6;}
#section-44537 {padding-top:0;}
#section-44537 
img{border:1px solid #e1ded9;}
#section-44538 {border-top:1px solid #e1ded9;}
#section-44539 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44539 
img:hover{border:1px solid #4169a6;}
#section-44539 
{padding-top:0px;text-align:center;}
#section-44539 
h3{font-size:18px;}
#section-44540 { background-color: #e1ded9;}
#section-44540 h2{margin-bottom:50px;}
#section-44541 { background-color: #4169a6;}
#section-44541 h1 { color: #fffffF;}
#section-44541 h2 { color: #fffffF;}
#section-44541 h3 { color: #fffffF;}
#section-44541 p { color: #fffffF;}
#section-44541 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44562 { background-color: #e1ded9;}
#section-44567 .fa-solid{font-size:16px;color:#4169a6;}
#section-44568 {padding-top:0;}
#section-44568 
img{border:1px solid #e1ded9;}
#section-44569 {border-top:1px solid #e1ded9;}
#section-44570 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44570 
img:hover{border:1px solid #4169a6;}
#section-44570 
{padding-top:0px;text-align:center;}
#section-44570 
h3{font-size:18px;}
#section-44571 { background-color: #e1ded9;}
#section-44571 h2{margin-bottom:50px;}
#section-44572 { background-color: #4169a6;}
#section-44572 h1 { color: #fffffF;}
#section-44572 h2 { color: #fffffF;}
#section-44572 h3 { color: #fffffF;}
#section-44572 p { color: #fffffF;}
#section-44572 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44573 .fa-solid{font-size:16px;color:#4169a6;}
#section-44574 {padding-top:0;}
#section-44574 
img{border:1px solid #e1ded9;}
#section-44575 {border-top:1px solid #e1ded9;}
#section-44576 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44576 
img:hover{border:1px solid #4169a6;}
#section-44576 
{padding-top:0px;text-align:center;}
#section-44576 
h3{font-size:18px;}
#section-44577 { background-color: #e1ded9;}
#section-44577 h2{margin-bottom:50px;}
#section-44578 { background-color: #4169a6;}
#section-44578 h1 { color: #fffffF;}
#section-44578 h2 { color: #fffffF;}
#section-44578 h3 { color: #fffffF;}
#section-44578 p { color: #fffffF;}
#section-44578 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44579 .fa-solid{font-size:16px;color:#4169a6;}
#section-44580 {padding-top:0;}
#section-44580 
img{border:1px solid #e1ded9;}
#section-44581 {border-top:1px solid #e1ded9;}
#section-44582 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44582 
img:hover{border:1px solid #4169a6;}
#section-44582 
{padding-top:0px;text-align:center;}
#section-44582 
h3{font-size:18px;}
#section-44583 { background-color: #e1ded9;}
#section-44583 h2{margin-bottom:50px;}
#section-44584 { background-color: #4169a6;}
#section-44584 h1 { color: #fffffF;}
#section-44584 h2 { color: #fffffF;}
#section-44584 h3 { color: #fffffF;}
#section-44584 p { color: #fffffF;}
#section-44584 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44585 .fa-solid{font-size:16px;color:#4169a6;}
#section-44586 {padding-top:0;}
#section-44586 
img{border:1px solid #e1ded9;}
#section-44587 {border-top:1px solid #e1ded9;}
#section-44588 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44588 
img:hover{border:1px solid #4169a6;}
#section-44588 
{padding-top:0px;text-align:center;}
#section-44588 
h3{font-size:18px;}
#section-44589 { background-color: #e1ded9;}
#section-44589 h2{margin-bottom:50px;}
#section-44590 { background-color: #4169a6;}
#section-44590 h1 { color: #fffffF;}
#section-44590 h2 { color: #fffffF;}
#section-44590 h3 { color: #fffffF;}
#section-44590 p { color: #fffffF;}
#section-44590 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44592 .fa-solid{font-size:16px;color:#4169a6;}
#section-44593 {padding-top:0;}
#section-44593 
img{border:1px solid #e1ded9;}
#section-44594 {border-top:1px solid #e1ded9;}
#section-44595 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44595 
img:hover{border:1px solid #4169a6;}
#section-44595 
{padding-top:0px;text-align:center;}
#section-44595 
h3{font-size:18px;}
#section-44596 { background-color: #e1ded9;}
#section-44596 h2{margin-bottom:50px;}
#section-44597 { background-color: #4169a6;}
#section-44597 h1 { color: #fffffF;}
#section-44597 h2 { color: #fffffF;}
#section-44597 h3 { color: #fffffF;}
#section-44597 p { color: #fffffF;}
#section-44597 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44598 .fa-solid{font-size:16px;color:#4169a6;}
#section-44599 {padding-top:0;}
#section-44599 
img{border:1px solid #e1ded9;}
#section-44600 {border-top:1px solid #e1ded9;}
#section-44601 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44601 
img:hover{border:1px solid #4169a6;}
#section-44601 
{padding-top:0px;text-align:center;}
#section-44601 
h3{font-size:18px;}
#section-44602 { background-color: #e1ded9;}
#section-44602 h2{margin-bottom:50px;}
#section-44603 { background-color: #4169a6;}
#section-44603 h1 { color: #fffffF;}
#section-44603 h2 { color: #fffffF;}
#section-44603 h3 { color: #fffffF;}
#section-44603 p { color: #fffffF;}
#section-44603 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44634 .fa-solid{font-size:16px;color:#4169a6;}
#section-44635 {padding-top:0;}
#section-44635 
img{border:1px solid #e1ded9;}
#section-44636 {border-top:1px solid #e1ded9;}
#section-44637 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44637 
img:hover{border:1px solid #4169a6;}
#section-44637 
{padding-top:0px;text-align:center;}
#section-44637 
h3{font-size:18px;}
#section-44638 { background-color: #e1ded9;}
#section-44638 h2{margin-bottom:50px;}
#section-44639 { background-color: #4169a6;}
#section-44639 h1 { color: #fffffF;}
#section-44639 h2 { color: #fffffF;}
#section-44639 h3 { color: #fffffF;}
#section-44639 p { color: #fffffF;}
#section-44639 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44640 .fa-solid{font-size:16px;color:#4169a6;}
#section-44641 {padding-top:0;}
#section-44641 
img{border:1px solid #e1ded9;}
#section-44642 {border-top:1px solid #e1ded9;}
#section-44643 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44643 
img:hover{border:1px solid #4169a6;}
#section-44643 
{padding-top:0px;text-align:center;}
#section-44643 
h3{font-size:18px;}
#section-44644 { background-color: #e1ded9;}
#section-44644 h2{margin-bottom:50px;}
#section-44645 { background-color: #4169a6;}
#section-44645 h1 { color: #fffffF;}
#section-44645 h2 { color: #fffffF;}
#section-44645 h3 { color: #fffffF;}
#section-44645 p { color: #fffffF;}
#section-44645 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44646 .fa-solid{font-size:16px;color:#4169a6;}
#section-44647 {padding-top:0;}
#section-44647 
img{border:1px solid #e1ded9;}
#section-44648 {border-top:1px solid #e1ded9;}
#section-44649 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44649 
img:hover{border:1px solid #4169a6;}
#section-44649 
{padding-top:0px;text-align:center;}
#section-44649 
h3{font-size:18px;}
#section-44650 { background-color: #e1ded9;}
#section-44650 h2{margin-bottom:50px;}
#section-44651 { background-color: #4169a6;}
#section-44651 h1 { color: #fffffF;}
#section-44651 h2 { color: #fffffF;}
#section-44651 h3 { color: #fffffF;}
#section-44651 p { color: #fffffF;}
#section-44651 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44652 .fa-solid{font-size:16px;color:#4169a6;}
#section-44653 {padding-top:0;}
#section-44653 
img{border:1px solid #e1ded9;}
#section-44654 {border-top:1px solid #e1ded9;}
#section-44655 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44655 
img:hover{border:1px solid #4169a6;}
#section-44655 
{padding-top:0px;text-align:center;}
#section-44655 
h3{font-size:18px;}
#section-44656 { background-color: #e1ded9;}
#section-44656 h2{margin-bottom:50px;}
#section-44657 { background-color: #4169a6;}
#section-44657 h1 { color: #fffffF;}
#section-44657 h2 { color: #fffffF;}
#section-44657 h3 { color: #fffffF;}
#section-44657 p { color: #fffffF;}
#section-44657 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44658 .fa-solid{font-size:16px;color:#4169a6;}
#section-44659 {padding-top:0;}
#section-44659 
img{border:1px solid #e1ded9;}
#section-44660 {border-top:1px solid #e1ded9;}
#section-44661 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44661 
img:hover{border:1px solid #4169a6;}
#section-44661 
{padding-top:0px;text-align:center;}
#section-44661 
h3{font-size:18px;}
#section-44662 { background-color: #e1ded9;}
#section-44662 h2{margin-bottom:50px;}
#section-44663 { background-color: #4169a6;}
#section-44663 h1 { color: #fffffF;}
#section-44663 h2 { color: #fffffF;}
#section-44663 h3 { color: #fffffF;}
#section-44663 p { color: #fffffF;}
#section-44663 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44664 .fa-solid{font-size:16px;color:#4169a6;}
#section-44665 {padding-top:0;}
#section-44665 
img{border:1px solid #e1ded9;}
#section-44666 {border-top:1px solid #e1ded9;}
#section-44667 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44667 
img:hover{border:1px solid #4169a6;}
#section-44667 
{padding-top:0px;text-align:center;}
#section-44667 
h3{font-size:18px;}
#section-44668 { background-color: #e1ded9;}
#section-44668 h2{margin-bottom:50px;}
#section-44669 { background-color: #4169a6;}
#section-44669 h1 { color: #fffffF;}
#section-44669 h2 { color: #fffffF;}
#section-44669 h3 { color: #fffffF;}
#section-44669 p { color: #fffffF;}
#section-44669 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44670 .fa-solid{font-size:16px;color:#4169a6;}
#section-44671 {padding-top:0;}
#section-44671 
img{border:1px solid #e1ded9;}
#section-44672 {border-top:1px solid #e1ded9;}
#section-44673 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44673 
img:hover{border:1px solid #4169a6;}
#section-44673 
{padding-top:0px;text-align:center;}
#section-44673 
h3{font-size:18px;}
#section-44674 { background-color: #e1ded9;}
#section-44674 h2{margin-bottom:50px;}
#section-44675 { background-color: #4169a6;}
#section-44675 h1 { color: #fffffF;}
#section-44675 h2 { color: #fffffF;}
#section-44675 h3 { color: #fffffF;}
#section-44675 p { color: #fffffF;}
#section-44675 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44676 .fa-solid{font-size:16px;color:#4169a6;}
#section-44677 {padding-top:0;}
#section-44677 
img{border:1px solid #e1ded9;}
#section-44678 {border-top:1px solid #e1ded9;}
#section-44679 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44679 
img:hover{border:1px solid #4169a6;}
#section-44679 
{padding-top:0px;text-align:center;}
#section-44679 
h3{font-size:18px;}
#section-44680 { background-color: #e1ded9;}
#section-44680 h2{margin-bottom:50px;}
#section-44681 { background-color: #4169a6;}
#section-44681 h1 { color: #fffffF;}
#section-44681 h2 { color: #fffffF;}
#section-44681 h3 { color: #fffffF;}
#section-44681 p { color: #fffffF;}
#section-44681 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44682 .fa-solid{font-size:16px;color:#4169a6;}
#section-44683 {padding-top:0;}
#section-44683 
img{border:1px solid #e1ded9;}
#section-44684 {border-top:1px solid #e1ded9;}
#section-44685 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44685 
img:hover{border:1px solid #4169a6;}
#section-44685 
{padding-top:0px;text-align:center;}
#section-44685 
h3{font-size:18px;}
#section-44686 { background-color: #e1ded9;}
#section-44686 h2{margin-bottom:50px;}
#section-44687 { background-color: #4169a6;}
#section-44687 h1 { color: #fffffF;}
#section-44687 h2 { color: #fffffF;}
#section-44687 h3 { color: #fffffF;}
#section-44687 p { color: #fffffF;}
#section-44687 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44688 .fa-solid{font-size:16px;color:#4169a6;}
#section-44689 {padding-top:0;}
#section-44689 
img{border:1px solid #e1ded9;}
#section-44690 {border-top:1px solid #e1ded9;}
#section-44691 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44691 
img:hover{border:1px solid #4169a6;}
#section-44691 
{padding-top:0px;text-align:center;}
#section-44691 
h3{font-size:18px;}
#section-44692 { background-color: #e1ded9;}
#section-44692 h2{margin-bottom:50px;}
#section-44693 { background-color: #4169a6;}
#section-44693 h1 { color: #fffffF;}
#section-44693 h2 { color: #fffffF;}
#section-44693 h3 { color: #fffffF;}
#section-44693 p { color: #fffffF;}
#section-44693 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44694 .fa-solid{font-size:16px;color:#4169a6;}
#section-44695 {padding-top:0;}
#section-44695 
img{border:1px solid #e1ded9;}
#section-44696 {border-top:1px solid #e1ded9;}
#section-44697 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44697 
img:hover{border:1px solid #4169a6;}
#section-44697 
{padding-top:0px;text-align:center;}
#section-44697 
h3{font-size:18px;}
#section-44698 { background-color: #e1ded9;}
#section-44698 h2{margin-bottom:50px;}
#section-44699 { background-color: #4169a6;}
#section-44699 h1 { color: #fffffF;}
#section-44699 h2 { color: #fffffF;}
#section-44699 h3 { color: #fffffF;}
#section-44699 p { color: #fffffF;}
#section-44699 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44700 .fa-solid{font-size:16px;color:#4169a6;}
#section-44701 {padding-top:0;}
#section-44701 
img{border:1px solid #e1ded9;}
#section-44702 {border-top:1px solid #e1ded9;}
#section-44703 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44703 
img:hover{border:1px solid #4169a6;}
#section-44703 
{padding-top:0px;text-align:center;}
#section-44703 
h3{font-size:18px;}
#section-44704 { background-color: #e1ded9;}
#section-44704 h2{margin-bottom:50px;}
#section-44705 { background-color: #4169a6;}
#section-44705 h1 { color: #fffffF;}
#section-44705 h2 { color: #fffffF;}
#section-44705 h3 { color: #fffffF;}
#section-44705 p { color: #fffffF;}
#section-44705 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44706 .fa-solid{font-size:16px;color:#4169a6;}
#section-44707 {padding-top:0;}
#section-44707 
img{border:1px solid #e1ded9;}
#section-44708 {border-top:1px solid #e1ded9;}
#section-44709 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44709 
img:hover{border:1px solid #4169a6;}
#section-44709 
{padding-top:0px;text-align:center;}
#section-44709 
h3{font-size:18px;}
#section-44710 { background-color: #e1ded9;}
#section-44710 h2{margin-bottom:50px;}
#section-44711 { background-color: #4169a6;}
#section-44711 h1 { color: #fffffF;}
#section-44711 h2 { color: #fffffF;}
#section-44711 h3 { color: #fffffF;}
#section-44711 p { color: #fffffF;}
#section-44711 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44713 .fa-solid{font-size:16px;color:#4169a6;}
#section-44715 {border-top:1px solid #e1ded9;}
#section-44716 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44716 
img:hover{border:1px solid #4169a6;}
#section-44716 
{padding-top:0px;text-align:center;}
#section-44716 
h3{font-size:18px;}
#section-44717 { background-color: #e1ded9;}
#section-44717 h2{margin-bottom:50px;}
#section-44718 { background-color: #4169a6;}
#section-44718 h1 { color: #fffffF;}
#section-44718 h2 { color: #fffffF;}
#section-44718 h3 { color: #fffffF;}
#section-44718 p { color: #fffffF;}
#section-44718 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44719 .fa-solid{font-size:16px;color:#4169a6;}
#section-44721 {border-top:1px solid #e1ded9;}
#section-44722 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44722 
img:hover{border:1px solid #4169a6;}
#section-44722 
{padding-top:0px;text-align:center;}
#section-44722 
h3{font-size:18px;}
#section-44724 { background-color: #4169a6;}
#section-44724 h1 { color: #fffffF;}
#section-44724 h2 { color: #fffffF;}
#section-44724 h3 { color: #fffffF;}
#section-44724 p { color: #fffffF;}
#section-44724 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44725 .fa-solid{font-size:16px;color:#4169a6;}
#section-44727 {border-top:1px solid #e1ded9;}
#section-44728 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44728 
img:hover{border:1px solid #4169a6;}
#section-44728 
{padding-top:0px;text-align:center;}
#section-44728 
h3{font-size:18px;}
#section-44730 { background-color: #4169a6;}
#section-44730 h1 { color: #fffffF;}
#section-44730 h2 { color: #fffffF;}
#section-44730 h3 { color: #fffffF;}
#section-44730 p { color: #fffffF;}
#section-44730 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44731 .fa-solid{font-size:16px;color:#4169a6;}
#section-44733 {border-top:1px solid #e1ded9;}
#section-44734 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44734 
img:hover{border:1px solid #4169a6;}
#section-44734 
{padding-top:0px;text-align:center;}
#section-44734 
h3{font-size:18px;}
#section-44736 { background-color: #4169a6;}
#section-44736 h1 { color: #fffffF;}
#section-44736 h2 { color: #fffffF;}
#section-44736 h3 { color: #fffffF;}
#section-44736 p { color: #fffffF;}
#section-44736 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44737 .fa-solid{font-size:16px;color:#4169a6;}
#section-44739 {border-top:1px solid #e1ded9;}
#section-44740 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44740 
img:hover{border:1px solid #4169a6;}
#section-44740 
{padding-top:0px;text-align:center;}
#section-44740 
h3{font-size:18px;}
#section-44742 { background-color: #4169a6;}
#section-44742 h1 { color: #fffffF;}
#section-44742 h2 { color: #fffffF;}
#section-44742 h3 { color: #fffffF;}
#section-44742 p { color: #fffffF;}
#section-44742 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44745 .fa-solid{font-size:16px;color:#4169a6;}
#section-44746 {padding-top:0;}
#section-44746 
img{border:1px solid #e1ded9;}
#section-44747 {border-top:1px solid #e1ded9;}
#section-44748 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44748 
img:hover{border:1px solid #4169a6;}
#section-44748 
{padding-top:0px;text-align:center;}
#section-44748 
h3{font-size:18px;}
#section-44749 { background-color: #e1ded9;}
#section-44749 h2{margin-bottom:50px;}
#section-44750 { background-color: #4169a6;}
#section-44750 h1 { color: #fffffF;}
#section-44750 h2 { color: #fffffF;}
#section-44750 h3 { color: #fffffF;}
#section-44750 p { color: #fffffF;}
#section-44750 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44751 .fa-solid{font-size:16px;color:#4169a6;}
#section-44752 {padding-top:0;}
#section-44752 
img{border:1px solid #e1ded9;}
#section-44753 {border-top:1px solid #e1ded9;}
#section-44754 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44754 
img:hover{border:1px solid #4169a6;}
#section-44754 
{padding-top:0px;text-align:center;}
#section-44754 
h3{font-size:18px;}
#section-44755 { background-color: #e1ded9;}
#section-44755 h2{margin-bottom:50px;}
#section-44756 { background-color: #4169a6;}
#section-44756 h1 { color: #fffffF;}
#section-44756 h2 { color: #fffffF;}
#section-44756 h3 { color: #fffffF;}
#section-44756 p { color: #fffffF;}
#section-44756 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44757 .fa-solid{font-size:16px;color:#4169a6;}
#section-44758 {padding-top:0;}
#section-44758 
img{border:1px solid #e1ded9;}
#section-44759 {border-top:1px solid #e1ded9;}
#section-44760 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44760 
img:hover{border:1px solid #4169a6;}
#section-44760 
{padding-top:0px;text-align:center;}
#section-44760 
h3{font-size:18px;}
#section-44761 { background-color: #e1ded9;}
#section-44761 h2{margin-bottom:50px;}
#section-44762 { background-color: #4169a6;}
#section-44762 h1 { color: #fffffF;}
#section-44762 h2 { color: #fffffF;}
#section-44762 h3 { color: #fffffF;}
#section-44762 p { color: #fffffF;}
#section-44762 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44763 .fa-solid{font-size:16px;color:#4169a6;}
#section-44764 {padding-top:0;}
#section-44764 
img{border:1px solid #e1ded9;}
#section-44765 {border-top:1px solid #e1ded9;}
#section-44766 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44766 
img:hover{border:1px solid #4169a6;}
#section-44766 
{padding-top:0px;text-align:center;}
#section-44766 
h3{font-size:18px;}
#section-44767 { background-color: #e1ded9;}
#section-44767 h2{margin-bottom:50px;}
#section-44768 { background-color: #4169a6;}
#section-44768 h1 { color: #fffffF;}
#section-44768 h2 { color: #fffffF;}
#section-44768 h3 { color: #fffffF;}
#section-44768 p { color: #fffffF;}
#section-44768 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44769 .fa-solid{font-size:16px;color:#4169a6;}
#section-44770 {padding-top:0;}
#section-44770 
img{border:1px solid #e1ded9;}
#section-44771 {border-top:1px solid #e1ded9;}
#section-44772 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44772 
img:hover{border:1px solid #4169a6;}
#section-44772 
{padding-top:0px;text-align:center;}
#section-44772 
h3{font-size:18px;}
#section-44773 { background-color: #e1ded9;}
#section-44773 h2{margin-bottom:50px;}
#section-44774 { background-color: #4169a6;}
#section-44774 h1 { color: #fffffF;}
#section-44774 h2 { color: #fffffF;}
#section-44774 h3 { color: #fffffF;}
#section-44774 p { color: #fffffF;}
#section-44774 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44775 .fa-solid{font-size:16px;color:#4169a6;}
#section-44776 {padding-top:0;}
#section-44776 
img{border:1px solid #e1ded9;}
#section-44777 {border-top:1px solid #e1ded9;}
#section-44778 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44778 
img:hover{border:1px solid #4169a6;}
#section-44778 
{padding-top:0px;text-align:center;}
#section-44778 
h3{font-size:18px;}
#section-44779 { background-color: #e1ded9;}
#section-44779 h2{margin-bottom:50px;}
#section-44780 { background-color: #4169a6;}
#section-44780 h1 { color: #fffffF;}
#section-44780 h2 { color: #fffffF;}
#section-44780 h3 { color: #fffffF;}
#section-44780 p { color: #fffffF;}
#section-44780 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-44781 .fa-solid{font-size:16px;color:#4169a6;}
#section-44782 {padding-top:0;}
#section-44782 
img{border:1px solid #e1ded9;}
#section-44783 {border-top:1px solid #e1ded9;}
#section-44784 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-44784 
img:hover{border:1px solid #4169a6;}
#section-44784 
{padding-top:0px;text-align:center;}
#section-44784 
h3{font-size:18px;}
#section-44785 { background-color: #e1ded9;}
#section-44785 h2{margin-bottom:50px;}
#section-44786 { background-color: #4169a6;}
#section-44786 h1 { color: #fffffF;}
#section-44786 h2 { color: #fffffF;}
#section-44786 h3 { color: #fffffF;}
#section-44786 p { color: #fffffF;}
#section-44786 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45266 { background-color: #e1ded9;}
#section-45273 { background-color: #e1ded9;}
#section-45275 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45276 { background-color: #FFFFFF;}
#section-45276 h2{margin-bottom:50px;}
#section-45277 h1 { color: #FFFFFF;}
#section-45277 h2 { color: #FFFFFF;}
#section-45277 h3 { color: #FFFFFF;}
#section-45277 p { color: #EEEEEE;}
#section-45279 { background-color: #EEEEEE;}
#section-45281 { background-color: #EEEEEE;}
#section-45283 { background-color: #EEEEEE;}
#section-45286 { background-color: #EEEEEE;}
#section-45288 { background-color: #EEEEEE;}
#section-45290 { background-color: #EEEEEE;}
#section-45292 { background-color: #EEEEEE;}
#section-45294 { background-color: #EEEEEE;}
#section-45296 { background-color: #EEEEEE;}
#section-45298 { background-color: #EEEEEE;}
#section-45300 { background-color: #EEEEEE;}
#section-45302 { background-color: #EEEEEE;}
#section-45304 { background-color: #EEEEEE;}
#section-45306 { background-color: #EEEEEE;}
#section-45308 { background-color: #EEEEEE;}
#section-45310 h1 { color: #FFFFFF;}
#section-45310 h2 { color: #FFFFFF;}
#section-45310 h3 { color: #FFFFFF;}
#section-45310 p { color: #EEEEEE;}
#section-45311 { background-color: #FFFFFF;}
#section-45311 h2{margin-bottom:50px;}
#section-45313 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45314 { background-color: #EEEEEE;}
#section-45316 { background-color: #EEEEEE;}
#section-45318 { background-color: #EEEEEE;}
#section-45320 { background-color: #EEEEEE;}
#section-45322 { background-color: #EEEEEE;}
#section-45324 { background-color: #EEEEEE;}
#section-45326 { background-color: #EEEEEE;}
#section-45328 { background-color: #EEEEEE;}
#section-45330 { background-color: #EEEEEE;}
#section-45332 { background-color: #EEEEEE;}
#section-45334 { background-color: #EEEEEE;}
#section-45336 { background-color: #EEEEEE;}
#section-45338 { background-color: #EEEEEE;}
#section-45340 { background-color: #EEEEEE;}
#section-45342 { background-color: #EEEEEE;}
#section-45344 { background-color: #EEEEEE;}
#section-45346 { background-color: #EEEEEE;}
#section-45348 { background-color: #EEEEEE;}
#section-45350 { background-color: #EEEEEE;}
#section-45354 h1 { color: #FFFFFF;}
#section-45354 h2 { color: #FFFFFF;}
#section-45354 h3 { color: #FFFFFF;}
#section-45354 p { color: #EEEEEE;}
#section-45355 { background-color: #FFFFFF;}
#section-45355 h2{margin-bottom:50px;}
#section-45357 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45946 .fa-solid{font-size:18px;color:green;}
#section-49905 .fa-solid{font-size:16px;color:#4169a6;}
#section-49906 {padding-top:0;}
#section-49906 
img{border:1px solid #e1ded9;}
#section-49907 {border-top:1px solid #e1ded9;}
#section-49908 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49908 
img:hover{border:1px solid #4169a6;}
#section-49908 
{padding-top:0px;text-align:center;}
#section-49908 
h3{font-size:18px;}
#section-49909 { background-color: #e1ded9;}
#section-49909 h2{margin-bottom:50px;}
#section-49910 { background-color: #4169a6;}
#section-49910 h1 { color: #fffffF;}
#section-49910 h2 { color: #fffffF;}
#section-49910 h3 { color: #fffffF;}
#section-49910 p { color: #fffffF;}
#section-49910 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-49911 .fa-solid{font-size:16px;color:#4169a6;}
#section-49912 {padding-top:0;}
#section-49912 
img{border:1px solid #e1ded9;}
#section-49913 {border-top:1px solid #e1ded9;}
#section-49914 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49914 
img:hover{border:1px solid #4169a6;}
#section-49914 
{padding-top:0px;text-align:center;}
#section-49914 
h3{font-size:18px;}
#section-49915 { background-color: #e1ded9;}
#section-49915 h2{margin-bottom:50px;}
#section-49916 { background-color: #4169a6;}
#section-49916 h1 { color: #fffffF;}
#section-49916 h2 { color: #fffffF;}
#section-49916 h3 { color: #fffffF;}
#section-49916 p { color: #fffffF;}
#section-49916 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-49917 .fa-solid{font-size:16px;color:#4169a6;}
#section-49918 {padding-top:0;}
#section-49918 
img{border:1px solid #e1ded9;}
#section-49919 {border-top:1px solid #e1ded9;}
#section-49920 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49920 
img:hover{border:1px solid #4169a6;}
#section-49920 
{padding-top:0px;text-align:center;}
#section-49920 
h3{font-size:18px;}
#section-49921 { background-color: #e1ded9;}
#section-49921 h2{margin-bottom:50px;}
#section-49922 { background-color: #4169a6;}
#section-49922 h1 { color: #fffffF;}
#section-49922 h2 { color: #fffffF;}
#section-49922 h3 { color: #fffffF;}
#section-49922 p { color: #fffffF;}
#section-49922 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-49923 .fa-solid{font-size:16px;color:#4169a6;}
#section-49924 {padding-top:0;}
#section-49924 
img{border:1px solid #e1ded9;}
#section-49925 {border-top:1px solid #e1ded9;}
#section-49926 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49926 
img:hover{border:1px solid #4169a6;}
#section-49926 
{padding-top:0px;text-align:center;}
#section-49926 
h3{font-size:18px;}
#section-49927 { background-color: #e1ded9;}
#section-49927 h2{margin-bottom:50px;}
#section-49928 { background-color: #4169a6;}
#section-49928 h1 { color: #fffffF;}
#section-49928 h2 { color: #fffffF;}
#section-49928 h3 { color: #fffffF;}
#section-49928 p { color: #fffffF;}
#section-49928 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-49929 .fa-solid{font-size:16px;color:#4169a6;}
#section-49930 {padding-top:0;}
#section-49930 
img{border:1px solid #e1ded9;}
#section-49931 {border-top:1px solid #e1ded9;}
#section-49932 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49932 
img:hover{border:1px solid #4169a6;}
#section-49932 
{padding-top:0px;text-align:center;}
#section-49932 
h3{font-size:18px;}
#section-49933 { background-color: #e1ded9;}
#section-49933 h2{margin-bottom:50px;}
#section-49934 { background-color: #4169a6;}
#section-49934 h1 { color: #fffffF;}
#section-49934 h2 { color: #fffffF;}
#section-49934 h3 { color: #fffffF;}
#section-49934 p { color: #fffffF;}
#section-49934 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-49935 .fa-solid{font-size:16px;color:#4169a6;}
#section-49936 {padding-top:0;}
#section-49936 
img{border:1px solid #e1ded9;}
#section-49937 {border-top:1px solid #e1ded9;}
#section-49938 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49938 
img:hover{border:1px solid #4169a6;}
#section-49938 
{padding-top:0px;text-align:center;}
#section-49938 
h3{font-size:18px;}
#section-49939 { background-color: #e1ded9;}
#section-49939 h2{margin-bottom:50px;}
#section-49940 { background-color: #4169a6;}
#section-49940 h1 { color: #fffffF;}
#section-49940 h2 { color: #fffffF;}
#section-49940 h3 { color: #fffffF;}
#section-49940 p { color: #fffffF;}
#section-49940 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-49941 .fa-solid{font-size:16px;color:#4169a6;}
#section-49942 {padding-top:0;}
#section-49942 
img{border:1px solid #e1ded9;}
#section-49943 {border-top:1px solid #e1ded9;}
#section-49944 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49944 
img:hover{border:1px solid #4169a6;}
#section-49944 
{padding-top:0px;text-align:center;}
#section-49944 
h3{font-size:18px;}
#section-49945 { background-color: #e1ded9;}
#section-49945 h2{margin-bottom:50px;}
#section-49946 { background-color: #4169a6;}
#section-49946 h1 { color: #fffffF;}
#section-49946 h2 { color: #fffffF;}
#section-49946 h3 { color: #fffffF;}
#section-49946 p { color: #fffffF;}
#section-49946 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-49947 .fa-solid{font-size:16px;color:#4169a6;}
#section-49948 {padding-top:0;}
#section-49948 
img{border:1px solid #e1ded9;}
#section-49949 {border-top:1px solid #e1ded9;}
#section-49950 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49950 
img:hover{border:1px solid #4169a6;}
#section-49950 
{padding-top:0px;text-align:center;}
#section-49950 
h3{font-size:18px;}
#section-49951 { background-color: #e1ded9;}
#section-49951 h2{margin-bottom:50px;}
#section-49952 { background-color: #4169a6;}
#section-49952 h1 { color: #fffffF;}
#section-49952 h2 { color: #fffffF;}
#section-49952 h3 { color: #fffffF;}
#section-49952 p { color: #fffffF;}
#section-49952 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-49953 .fa-solid{font-size:16px;color:#4169a6;}
#section-49954 {padding-top:0;}
#section-49954 
img{border:1px solid #e1ded9;}
#section-49955 {border-top:1px solid #e1ded9;}
#section-49956 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49956 
img:hover{border:1px solid #4169a6;}
#section-49956 
{padding-top:0px;text-align:center;}
#section-49956 
h3{font-size:18px;}
#section-49957 { background-color: #e1ded9;}
#section-49957 h2{margin-bottom:50px;}
#section-49958 { background-color: #4169a6;}
#section-49958 h1 { color: #fffffF;}
#section-49958 h2 { color: #fffffF;}
#section-49958 h3 { color: #fffffF;}
#section-49958 p { color: #fffffF;}
#section-49958 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-49960 {padding-top:0;}
#section-49960 
img{border:1px solid #e1ded9;}
#section-49961 {border-top:1px solid #e1ded9;}
#section-49962 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-49962 
img:hover{border:1px solid #4169a6;}
#section-49962 
{padding-top:0px;text-align:center;}
#section-49962 
h3{font-size:18px;}
#section-49963 { background-color: #e1ded9;}
#section-49963 h2{margin-bottom:50px;}
#section-49964 { background-color: #4169a6;}
#section-49964 h1 { color: #fffffF;}
#section-49964 h2 { color: #fffffF;}
#section-49964 h3 { color: #fffffF;}
#section-49964 p { color: #fffffF;}
#section-49964 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50012 { background-color: #000000;}
#section-50012 h1 { color: #FFFFFF;}
#section-50012 h2 { color: #FFFFFF;}
#section-50012 h3 { color: #FFFFFF;}
#section-50012 p { color: #FFFFFF;}
#section-50012 { background-image: url(/sites/site0263/media/tempur/hd_tempur_liegestudio_sonnleitner_fifestyle_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50016 h1 { color: #FFFFFF;}
#section-50016 h2 { color: #FFFFFF;}
#section-50016 h3 { color: #FFFFFF;}
#section-50016 p { color: #EEEEEE;}
#section-50016 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50017 h1 { color: #000000;}
#section-50017 h2 { color: #000000;}
#section-50017 h3 { color: #000000;}
#section-50017 p { color: #000000;}
#section-50017 { background-image: url(/sites/site0263/media/tempur/hd_tempur_liegestudio_sonnleitner_fifestyle_009.png); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50086 h1 { color: #000000;}
#section-50086 h2 { color: #000000;}
#section-50086 h3 { color: #000000;}
#section-50086 p { color: #000000;}
#section-50086 { background-image: url(/sites/site0263/media/tempur/hd_tempur_liegestudio_sonnleitner_fifestyle_009.png); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50091 h1 { color: #FFFFFF;}
#section-50091 h2 { color: #FFFFFF;}
#section-50091 h3 { color: #FFFFFF;}
#section-50091 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50092 h1 { color: #FFFFFF;}
#section-50092 h2 { color: #FFFFFF;}
#section-50092 h3 { color: #FFFFFF;}
#section-50092 p { color: #FFFFFF;}
#section-50092 { background-image: url(/sites/site0263/media/tempur/hd_tempur_liegestudio_sonnleitner_fifestyle_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50093 h1 { color: #FFFFFF;}
#section-50093 h2 { color: #FFFFFF;}
#section-50093 h3 { color: #FFFFFF;}
#section-50093 p { color: #FFFFFF;}
#section-50093 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50094 h1 { color: #FFFFFF;}
#section-50094 h2 { color: #FFFFFF;}
#section-50094 h3 { color: #FFFFFF;}
#section-50094 p { color: #FFFFFF;}
#section-50094 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50112 h1 { color: #FFFFFF;}
#section-50112 h2 { color: #FFFFFF;}
#section-50112 h3 { color: #FFFFFF;}
#section-50112 p { color: #FFFFFF;}
#section-50112 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50114 h1 { color: #FFFFFF;}
#section-50114 h2 { color: #FFFFFF;}
#section-50114 h3 { color: #FFFFFF;}
#section-50114 p { color: #FFFFFF;}
#section-50114 { background-image: url(/sites/site0263/media/tempur/hd_tempur_liegestudio_sonnleitner_fifestyle_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50115 h1 { color: #000000;}
#section-50115 h2 { color: #000000;}
#section-50115 h3 { color: #000000;}
#section-50115 p { color: #000000;}
#section-50115 { background-image: url(/sites/site0263/media/tempur/hd_tempur_liegestudio_sonnleitner_fifestyle_009.png); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-50214 { background-color: #e1ded9;}
#section-55035 h1 { color: #000000;}
#section-55035 h2 { color: #000000;}
#section-55035 h3 { color: #000000;}
#section-55035 p { color: #000000;}
#section-55746 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56681 { background-color: #e1ded9;}
#section-56684 { background-color: #e1ded9;}
#section-56686 { background-color: #e1ded9;}
#section-56688 { background-color: #e1ded9;}
#section-56690 { background-color: #e1ded9;}
#section-56804 h1 { color: #FFFFFF;}
#section-56804 h2 { color: #FFFFFF;}
#section-56804 h3 { color: #FFFFFF;}
#section-56804 p { color: #EEEEEE;}
#section-56804 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56805 { background-color: #e1ded9;}
#section-56807 { background-color: #e1ded9;}
#section-56809 { background-color: #e1ded9;}
#section-56811 { background-color: #e1ded9;}
#section-56813 { background-color: #e1ded9;}
#section-56815 { background-color: #e1ded9;}
#section-56825 h1 { color: #FFFFFF;}
#section-56825 h2 { color: #FFFFFF;}
#section-56825 h3 { color: #FFFFFF;}
#section-56825 p { color: #EEEEEE;}
#section-56825 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56830 { background-color: #e1ded9;}
#section-56832 { background-color: #e1ded9;}
#section-56834 { background-color: #e1ded9;}
#section-56836 h1 { color: #FFFFFF;}
#section-56836 h2 { color: #FFFFFF;}
#section-56836 h3 { color: #FFFFFF;}
#section-56836 p { color: #EEEEEE;}
#section-56836 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56838 { background-color: #e1ded9;}
#section-56841 { background-color: #e1ded9;}
#section-56847 { background-color: #e1ded9;}
#section-56849 { background-color: #e1ded9;}
#section-56851 h1 { color: #FFFFFF;}
#section-56851 h2 { color: #FFFFFF;}
#section-56851 h3 { color: #FFFFFF;}
#section-56851 p { color: #EEEEEE;}
#section-56851 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56852 h1 { color: #FFFFFF;}
#section-56852 h2 { color: #FFFFFF;}
#section-56852 h3 { color: #FFFFFF;}
#section-56852 p { color: #EEEEEE;}
#section-56852 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56855 { background-color: #e1ded9;}
#section-56856 h1 { color: #4169a6;}
#section-56856 h2 { color: #4169a6;}
#section-56856 h3 { color: #4169a6;}
#section-56856 p { color: #000000;}
#section-56872 { background-color: #e1ded9;}
#section-56875 h1 { color: #FFFFFF;}
#section-56875 h2 { color: #FFFFFF;}
#section-56875 h3 { color: #FFFFFF;}
#section-56875 p { color: #EEEEEE;}
#section-56875 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56876 { background-color: #e1ded9;}
#section-56878 { background-color: #e1ded9;}
#section-56880 { background-color: #e1ded9;}
#section-56882 { background-color: #e1ded9;}
#section-56930 { background-color: #e1ded9;}
#section-56931 { background-color: #e1ded9;}
#section-56932 { background-color: #e1ded9;}
#section-56935 { background-color: #e1ded9;}
#section-56946 { background-color: #e1ded9;}
#section-56947 { background-color: #e1ded9;}
#section-56948 { background-color: #e1ded9;}
#section-56950 { background-color: #e1ded9;}
#section-56951 { background-color: #e1ded9;}
#section-56952 p { color: #000000;}
#section-56985 h1 { color: #FFFFFF;}
#section-56985 h2 { color: #FFFFFF;}
#section-56985 h3 { color: #FFFFFF;}
#section-56985 p { color: #EEEEEE;}
#section-56985 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-56988 { background-color: #e1ded9;}
#section-56990 { background-color: #e1ded9;}
#section-57008 h1 { color: #FFFFFF;}
#section-57008 h2 { color: #FFFFFF;}
#section-57008 h3 { color: #FFFFFF;}
#section-57008 p { color: #EEEEEE;}
#section-57008 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57010 h1 { color: #FFFFFF;}
#section-57010 h2 { color: #FFFFFF;}
#section-57010 h3 { color: #FFFFFF;}
#section-57010 p { color: #EEEEEE;}
#section-57010 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57011 h1 { color: #FFFFFF;}
#section-57011 h2 { color: #FFFFFF;}
#section-57011 h3 { color: #FFFFFF;}
#section-57011 p { color: #EEEEEE;}
#section-57011 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57012 h1 { color: #FFFFFF;}
#section-57012 h2 { color: #FFFFFF;}
#section-57012 h3 { color: #FFFFFF;}
#section-57012 p { color: #EEEEEE;}
#section-57012 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57042 h1 { color: #FFFFFF;}
#section-57042 h2 { color: #FFFFFF;}
#section-57042 h3 { color: #FFFFFF;}
#section-57042 p { color: #EEEEEE;}
#section-57042 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57043 h1 { color: #FFFFFF;}
#section-57043 h2 { color: #FFFFFF;}
#section-57043 h3 { color: #FFFFFF;}
#section-57043 p { color: #EEEEEE;}
#section-57043 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57044 h1 { color: #FFFFFF;}
#section-57044 h2 { color: #FFFFFF;}
#section-57044 h3 { color: #FFFFFF;}
#section-57044 p { color: #EEEEEE;}
#section-57044 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57045 h1 { color: #FFFFFF;}
#section-57045 h2 { color: #FFFFFF;}
#section-57045 h3 { color: #FFFFFF;}
#section-57045 p { color: #EEEEEE;}
#section-57045 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57114 h1 { color: #FFFFFF;}
#section-57114 h2 { color: #FFFFFF;}
#section-57114 h3 { color: #FFFFFF;}
#section-57114 p { color: #EEEEEE;}
#section-57114 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57123 { background-color: #e1ded9;}
#section-57124 h1 { color: #FFFFFF;}
#section-57124 h2 { color: #FFFFFF;}
#section-57124 h3 { color: #FFFFFF;}
#section-57124 p { color: #EEEEEE;}
#section-57124 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57126 { background-color: #e1ded9;}
#section-57128 { background-color: #e1ded9;}
#section-57130 { background-color: #e1ded9;}
#section-57306 h1 { color: #FFFFFF;}
#section-57306 h2 { color: #FFFFFF;}
#section-57306 h3 { color: #FFFFFF;}
#section-57306 p { color: #EEEEEE;}
#section-57306 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57308 h1 { color: #FFFFFF;}
#section-57308 h2 { color: #FFFFFF;}
#section-57308 h3 { color: #FFFFFF;}
#section-57308 p { color: #EEEEEE;}
#section-57308 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57310 { background-color: #e1ded9;}
#section-57315 h1 { color: #FFFFFF;}
#section-57315 h2 { color: #FFFFFF;}
#section-57315 h3 { color: #FFFFFF;}
#section-57315 p { color: #EEEEEE;}
#section-57315 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57316 h1 { color: #FFFFFF;}
#section-57316 h2 { color: #FFFFFF;}
#section-57316 h3 { color: #FFFFFF;}
#section-57316 p { color: #EEEEEE;}
#section-57316 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57318 h1 { color: #FFFFFF;}
#section-57318 h2 { color: #FFFFFF;}
#section-57318 h3 { color: #FFFFFF;}
#section-57318 p { color: #EEEEEE;}
#section-57318 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57319 { background-color: #e1ded9;}
#section-57321 h1 { color: #FFFFFF;}
#section-57321 h2 { color: #FFFFFF;}
#section-57321 h3 { color: #FFFFFF;}
#section-57321 p { color: #EEEEEE;}
#section-57321 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57322 h1 { color: #FFFFFF;}
#section-57322 h2 { color: #FFFFFF;}
#section-57322 h3 { color: #FFFFFF;}
#section-57322 p { color: #EEEEEE;}
#section-57322 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57323 h1 { color: #FFFFFF;}
#section-57323 h2 { color: #FFFFFF;}
#section-57323 h3 { color: #FFFFFF;}
#section-57323 p { color: #EEEEEE;}
#section-57323 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57324 h1 { color: #FFFFFF;}
#section-57324 h2 { color: #FFFFFF;}
#section-57324 h3 { color: #FFFFFF;}
#section-57324 p { color: #EEEEEE;}
#section-57324 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57325 h1 { color: #FFFFFF;}
#section-57325 h2 { color: #FFFFFF;}
#section-57325 h3 { color: #FFFFFF;}
#section-57325 p { color: #EEEEEE;}
#section-57325 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57326 h1 { color: #FFFFFF;}
#section-57326 h2 { color: #FFFFFF;}
#section-57326 h3 { color: #FFFFFF;}
#section-57326 p { color: #EEEEEE;}
#section-57326 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57339 { background-color: #e1ded9;}
#section-57340 h1 { color: #FFFFFF;}
#section-57340 h2 { color: #FFFFFF;}
#section-57340 h3 { color: #FFFFFF;}
#section-57340 p { color: #EEEEEE;}
#section-57340 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57341 h1 { color: #FFFFFF;}
#section-57341 h2 { color: #FFFFFF;}
#section-57341 h3 { color: #FFFFFF;}
#section-57341 p { color: #EEEEEE;}
#section-57341 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57342 h1 { color: #FFFFFF;}
#section-57342 h2 { color: #FFFFFF;}
#section-57342 h3 { color: #FFFFFF;}
#section-57342 p { color: #EEEEEE;}
#section-57342 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57343 h1 { color: #FFFFFF;}
#section-57343 h2 { color: #FFFFFF;}
#section-57343 h3 { color: #FFFFFF;}
#section-57343 p { color: #EEEEEE;}
#section-57343 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57345 { background-color: #e1ded9;}
#section-57347 { background-color: #e1ded9;}
#section-57449 h1 { color: #FFFFFF;}
#section-57449 h2 { color: #FFFFFF;}
#section-57449 h3 { color: #FFFFFF;}
#section-57449 p { color: #EEEEEE;}
#section-57449 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57467 img{border:1px solid white;}
#section-57467 
{padding-top:0px;}
#section-59021 h1 { color: #FFFFFF;}
#section-59021 h2 { color: #FFFFFF;}
#section-59021 h3 { color: #FFFFFF;}
#section-59021 p { color: #EEEEEE;}
#section-59021 {background:linear-gradient(to bottom,#353456,#4f5e87);padding-top:60px;padding-bottom:40px;}
#section-59022 { background-color: #e1ded9;}
#section-59022 img{border:1px solid white;}
#section-59027 { background-color: #FFFFFF;}
#section-59028 { background-color: #e1ded9;}
#section-59029 { background-color: #FFFFFF;}
#section-63296 h1 { color: #FFFFFF;}
#section-63296 h2 { color: #FFFFFF;}
#section-63296 h3 { color: #FFFFFF;}
#section-63296 p { color: #FFFFFF;}
#section-63296 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-63298 { background-color: #e1ded9;}
#section-64250 .fa-solid{font-size:16px;color:#4169a6;}
#section-64251 {padding-top:0;}
#section-64251 
img{border:1px solid #e1ded9;}
#section-64253 {border-top:1px solid #e1ded9;}
#section-64254 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-64254 
img:hover{border:1px solid #4169a6;}
#section-64254 
{padding-top:0px;text-align:center;}
#section-64254 
h3{font-size:18px;}
#section-64255 { background-color: #e1ded9;}
#section-64255 h2{margin-bottom:50px;}
#section-64256 { background-color: #4169a6;}
#section-64256 h1 { color: #fffffF;}
#section-64256 h2 { color: #fffffF;}
#section-64256 h3 { color: #fffffF;}
#section-64256 p { color: #fffffF;}
#section-64256 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-64335 { background-color: #e1ded9;}
#section-64338 .fa-solid{font-size:16px;color:#4169a6;}
#section-64339 {padding-top:0;}
#section-64339 
img{border:1px solid #e1ded9;}
#section-64340 {border-top:1px solid #e1ded9;}
#section-64341 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-64341 
img:hover{border:1px solid #4169a6;}
#section-64341 
{padding-top:0px;text-align:center;}
#section-64341 
h3{font-size:18px;}
#section-64342 { background-color: #e1ded9;}
#section-64342 h2{margin-bottom:50px;}
#section-64343 { background-color: #4169a6;}
#section-64343 h1 { color: #fffffF;}
#section-64343 h2 { color: #fffffF;}
#section-64343 h3 { color: #fffffF;}
#section-64343 p { color: #fffffF;}
#section-64343 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-64344 .fa-solid{font-size:16px;color:#4169a6;}
#section-64345 {padding-top:0;}
#section-64345 
img{border:1px solid #e1ded9;}
#section-64346 {border-top:1px solid #e1ded9;}
#section-64347 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-64347 
img:hover{border:1px solid #4169a6;}
#section-64347 
{padding-top:0px;text-align:center;}
#section-64347 
h3{font-size:18px;}
#section-64348 { background-color: #e1ded9;}
#section-64348 h2{margin-bottom:50px;}
#section-64349 { background-color: #4169a6;}
#section-64349 h1 { color: #fffffF;}
#section-64349 h2 { color: #fffffF;}
#section-64349 h3 { color: #fffffF;}
#section-64349 p { color: #fffffF;}
#section-64349 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-64350 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-64350 
img:hover{border:1px solid #4169a6;}
#section-64350 
{padding-top:0px;text-align:center;}
#section-64350 
h3{font-size:18px;}
#section-65495 img{border:1px solid white;}
#section-65495 
{padding-top:0px;}
#section-65496 { background-color: #e1ded9;}
#section-65496 h1 { color: #4169a6;}
#section-65496 h2 { color: #4169a6;}
#section-65496 h3 { color: #4169a6;}
#section-65496 p { color: #000000;}
#section-65497 { background-color: #e1ded9;}
#section-65497 h1 { color: #4169a6;}
#section-65497 h2 { color: #4169a6;}
#section-65497 h3 { color: #4169a6;}
#section-65497 p { color: #000000;}
#section-65498 .fa-solid{font-size:16px;color:#4169a6;}
#section-65499 {padding-top:0;}
#section-65499 
img{border:1px solid #e1ded9;}
#section-65500 {border-top:1px solid #e1ded9;}
#section-65501 img{border:1px solid #e1ded9;margin-bottom:10px;}
#section-65501 
img:hover{border:1px solid #4169a6;}
#section-65501 
{padding-top:0px;text-align:center;}
#section-65501 
h3{font-size:18px;}
#section-65502 { background-color: #e1ded9;}
#section-65502 h2{margin-bottom:50px;}
#section-65503 { background-color: #4169a6;}
#section-65503 h1 { color: #fffffF;}
#section-65503 h2 { color: #fffffF;}
#section-65503 h3 { color: #fffffF;}
#section-65503 p { color: #fffffF;}
#section-65503 { background-image: url(/sites/site0263/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65840 .fa-solid{font-size:16px;color:#4169a6;}

/* Custom Styles */

body a:hover{color:black;}
h5#logo-center{margin-top:10px;margin-bottom:15px;}
header{box-shadow:4px 0 4px #000;}
.top-bar-right {font-weight:700;}
.button{font-size:15px;border-radius:8px;font-weight:bold;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:20px;color:#4169a6;font-family:Rubik;}
preis{background:#008000;color:white;font-weight:bold;padding:5px;font-size:1.2em;}
zitat{font-size:1.3em;font-style:italic;color:#4169a6;}
walter{position:relative;width:300px;height:139px;background-image:url(/sites/site0263/media/allgemein/walter-zitat.jpg);}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:20px;}
.icon-list i {font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.35em;margin: 10px 0;}
.icon-list .fa-solid{font-size:20px;color:#4169a6;}
li{font-size:18px !important;}

.flexslider .slides .slide-text h2{margin: 0;font-size: 60px;line-height:75px;}
.flexslider .slides .slide-text p{margin: 20px 0 20px 0;color: #FFF;font-size: 22px;line-height: 39px;}
.flexslider .slides li .slide-text {width: 85%; top: 50%;}
sliderhead{background:rgba(255,255,255,0.8);padding-left:10px;}
slidertext{padding-top:5px;padding-bottom:5px;background:rgba(255,255,255,0.8);padding-left:10px;}

/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
header{position:relative;background-color:white;}
#section-15034{display:block;} /* Öffnungszeiten Startseite mobil */
#section-35723{display:none;} /* Slider Startseite desktop */
#section-36485{display:block;} /* Slider Startseite mobil */
.flexslider .slides .slide-text h2{margin: 0;font-size: 30px;line-height:38px;}
.flexslider .slides .slide-text p{margin: 10px 0 20px 0;color: #FFF;font-size: 18px;line-height: 23px;}
.flexslider .slides li .slide-text {width: 85%; top: 38%;}
sliderhead{background:rgba(255,255,255,0.8);padding-left:10px;}
slidertext{padding-top:0px;padding-bottom:0px;background:rgba(255,255,255,0.8);padding-left:10px;padding-right:10px;}

}