<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
      html {
        box-sizing: border-box;
      }
      *,
      *:before,
      *:after {
        box-sizing: inherit;
      }
      body {
        font-family: "Montserrat", sans-serif;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
      }

 header {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 100%;
        max-width: 1600px;
        justify-content: space-between;
        padding: 30px 30px 0 30px;
        align-content: flex-start;
      }

      .wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        width: 100vw;
        min-height: 100vh;
        /*background-image: url(/images/frontbg.jpg);
        background-size: cover;
        background-repeat: no-repeat;*/
      }

      footer section {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        grid-gap: 20px;
      }

footer a {
	text-decoration:none;
	color:#fff;
}
  
   main {
          display: grid;
          padding: 0px 30px 0 30px;
          grid-auto-flow: row;
          grid-auto-columns: 1fr;
          margin-left: auto;
          margin-right: auto;
          max-width: 1600px;
          grid-gap: 10px;
			width:100%;
          flex: 1;
        }

      @media only screen and (min-width: 992px) {
        /*
             main {
              display: grid;
              grid-template-columns: 1fr 1fr 1fr;
              grid-template-rows: minmax(300px, 800px);
              grid-gap: 20px;
            }
      */
        main {
          display: grid;
          padding: 30px 30px 0 30px;
          grid-auto-flow: column;
          grid-auto-columns: 1fr;
          margin-left: auto;
          margin-right: auto;
          max-width: 1600px;
          grid-gap: 20px;
          height: 100%;
			width:100%;
          flex: 1;
        }

        footer section {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-template-rows: auto;

          height: fit-content;
          max-width: 1600px;
          margin: auto;

          grid-gap: 20px;
        }
      }

      .teaser {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        padding-bottom: 50px;
        background-size: cover;
        background-position: center;
        margin-top: 20px;
      }

      .teaser .button {
        display: flex;
        width: auto;
        padding: 20px 50px;
        font-weight: 600;
        font-size: 20px;
        background-color: #87a285;
        color: white;
        border-radius: 10px;
        margin-top: auto;
        text-decoration: none;
		  
      }

      .teaser h3 {
        font-weight: 300;
        display: flex;
        color: #fff;
        font-size: 28px;
        text-align: center;
      }

      aside {
        display: flex;
        flex-direction: row;
        max-width: 1600px;
        width: 100%;
        padding: 0 30px 20px 30px;
        margin: 20px auto 0px auto;
      }

      aside #ticker {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        background-color: #8d7216;
        font-size: 24px;
        margin-top: 20px;
        margin-right: 20px;
        overflow-x: hidden;
        color: #fff;
        flex: 1;
      }

      aside #ticker h2 {
        margin: 13px 20px 13px 40px;
        font-weight: 200;
        font-size: 30px;
        white-space: nowrap;
      }

      aside #ticker h2.title {
        font-weight: 600;
      }

      aside #ticker #track {
        flex: 1;
        overflow-x: hidden;
      }

      aside .button {
        display: flex;
        width: auto;
        padding: 20px 50px;
        font-weight: 600;
        font-size: 20px;
        background-color: #132528;
        color: white;
        border-radius: 10px;
        margin-top: auto;
        text-decoration: none;
      }

      main h2 {
        display: block;
        background-color: rgba(135, 162, 133, 0.5);
        text-align: center;
        text-transform: uppercase;
        font-weight: 200;
        padding: 10px;
        font-size: 36px;
        margin: 0;
      }

.teaser h2 {
     display: block;
        background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
        text-align: center;
		width:100%;
        text-transform: uppercase;
        font-weight: 400;
        padding: 10px;
        font-size: 36px;
        margin: 0;
}

.teaser h2 a {
color:#fff;
text-decoration:none;}

@media only screen and (max-width: 991px) {
	  .teaser {
        justify-content: flex-start;
	  }
		  
	.teaser h2 {
       text-align: left;
		font-size: 24px;	
	}
	
	.teaser .button, #track {
		display:none;
	}
	
	header {
        padding: 0px 30px 0 30px;
	}
	
	footer section {
    display: block;
}

}

      footer {
        background-color: #314a3e;
        color: white;
        text-align: center;
        padding: 10px;
        margin-top: auto;
        line-height: 150%;
        font-size: 18px;
        height: auto;
        border-top: 20px solid #fff;
      }

      footer div {
        padding: 20px;
        text-align: center;
      }

      footer p {
        margin: 0;
      }

      .marquee {
        overflow: hidden;
        display: flex;
      }

      .marquee h2 {
      }

      nav {
      }

      nav a {
        font-size: 48px;
        color: #000;
        text-decoration: none;
      }

     

      .navigation {
        display: flex;
        flex-direction: row;
      } 

      .social {
        display: flex;
		  flex:1;
			  margin-left:20px;
        flex-direction: row;
        margin-right: 00px;
        align-items: center;
      }

      .social img {
        display: inline-block;
        margin-left: 10px;
        margin-top: -2px;
      }

      .logo img {
        height: 70px;
        max-width: 30vw;
        /*width:1600px;*/
      }

header .button {
    background: rgba(0,0,0,0.8);
    border-color: #000;
	border-radius:10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration:none;
	padding: 11px 20px;
	margin-top:-5px;
	margin-right:20px;
    font-size: 11px!important;
}

      @media only screen and (max-width: 767px) {
        aside {
          flex-direction: row;
        }

        .logo {
          margin-bottom:0px;
        }

       /* .social {
          display: none;
        }*/

        aside #ticker h2 {
          margin: 13px 20px 13px 10px;
          font-weight: 200;
          font-size: 15px;
        }



        aside .button {
          display: block;
          margin-top: 10px;
          text-align: center;
			margin-left:20px;
          padding: 14px 20px;
          font-weight: 600;
          font-size: 14px;
          background-color: #132528;
          color: white;
          border-radius: 10px;
          margin-top: auto;
          text-decoration: none;
			flex:1;
        }

        aside #ticker {
          margin-top: 0px;
			        margin-right: 0;
			flex: none;
			margin-bottom:0px;
			border-radius: 10px;
        }

        .teaser {
          margin-bottom: 0px;
			margin-top:10px;
          padding-top: 0px;
          height: 150px;
        }
		  
		  header .button {
		  margin-right:0px;
		  white-space: nowrap;
		  }
      }


</pre></body></html>