body {
background-color: #ffffff;
margin: 0px;
font-family: 'Open Sans', sans-serif !important;
font-size: 18px;
font-weight: 400 !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
color: #000000;
line-height: 25px;
vertical-align: middle;
text-align: left;
word-break: break-word;
-webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
 -moz-animation: fadein 1.5s; /* Firefox < 16 */
  -ms-animation: fadein 1.5s; /* Internet Explorer */
   -o-animation: fadein 1.5s; /* Opera < 12.1 */
      animation: fadein 1.5s;
}
#wrapper {
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: auto;
height: auto;
float: none;
position: relative;
}
#head {
max-width: 100%;
height: auto;
text-align: left;
margin: 0px auto;
margin-top: 0px;
margin-bottom: 50px;
padding: 25px;
overflow: hidden;
top: 0;
z-index: 1 !important;
border-bottom: 2px solid #89b8bf;
}
#content {
max-width: 800px;
height: auto;
text-align: left;
padding: 20px;
margin: 0px auto;
}
#content-intro {
max-width: 1000px;
height: auto;
text-align: left;
margin: 0px auto;
padding: 20px;
}
.intro-image {
border-radius: 15px;
}

#footer {
max-width: 100%;
height: auto;
background-color: none;
vertical-align: middle;
text-align: center;
margin: 0px auto;
font-size: 11px;
margin-top: 50px !important;
padding-top: 10px;
padding-bottom: 40px;
text-transform: none;
float: none;
}
#footer a {
color: #000;
text-decoration: none;
}


h1 {
font-weight: 400;
margin-bottom: 20px;
letter-spacing: -0.5px;
line-height: 37px;
}
h2 {
font-weight: 400;
margin-top: 40px;
margin-bottom: 20px;
letter-spacing: -0.5px;
line-height: 33px;
}
h3 {
font-weight: 500;
margin-top: 40px;
margin-bottom: 20px;
letter-spacing: -0.5px;
}


.hline {
height: 1px;
width: 100%;
background-color: #89b8bf;
margin-top: 40px;
margin-bottom: 40px;
display: block;
}










#content a {
color: #6aa7b0;
text-decoration: none;
}
#content a:hover {
color: #5dc4d3;
text-decoration: underline;
}




/* header */

.header {
  background-color: none;
  position: relative;
  max-width: 950px;
  margin: 0px auto;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: none;
}

.header li a {
  font-family: Open Sans !important;
  font-weight: 400 !important;
  font-size: 21px !important;
  color: #000;
  letter-spacing: 0px !important;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: none;
  color: #89b8bf !important;
  border-bottom: 0px !important;
}

.header .logo {
  display: block;
  float: left;
  margin-top: 10px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: .2s ease-in-out;
  /* transition: max-height .4s ease-in-out; */
  text-align: left;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #000;
  display: block;
  height: 3px;
  position: relative;
  transition: background .1s ease-out;
  width: 37px;
  border-radius: 5px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .1s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 10px;
  border-radius: 5px;
}

.header .menu-icon .navicon:after {
  top: -10px;
  border-radius: 5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 500px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



















.active-header {
color: #89b8bf !important;
}




@media (min-width: 900px) {

  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 10px;
    font-family: Open Sans !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #000;
    letter-spacing: -0.1px !important;
    display: block;
    padding-top: 15px;
    padding-bottom: 5px;
    text-decoration: none;
  }
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: none;
    color: #89b8bf !important;
    border-bottom: 0px solid #000 !important;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
.active-header {
  color: #89b8bf !important;
  }
}



.accordion {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  border-radius: 10px;
  border: 0px solid #46b;
}

.active, .accordion:hover {
  background-color: #fff;
  border: 0px solid #abf;
}

.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  font-size: 30px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 20px;
  border-radius: 10px;
}


#btn-callto {
width: 100%;
height: auto;
margin: 0px auto;
text-align: center;
margin-top: 50px;
}
.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #fff !important;
  font-size: 18px;
  /*background: #5690c9;*/
  background: #89b8bf;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 1px solid #99bcc1;
}

.btn:hover {
  /*background: #619dd8;*/
  background: #89b8bf;
  text-decoration: none !important;
}


/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../com/webfonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../com/webfonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../com/webfonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}











/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
  .col { 
    margin: 1% 0 1% 0%;
  }
}

@media only screen and (max-width: 900px) {
  .span_2_of_2, .span_1_of_2 { width: 100%; }
}














@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}