@charset "utf-8";

/* didact-gothic-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: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/didact-gothic-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/didact-gothic-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/didact-gothic-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/didact-gothic-v20-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/didact-gothic-v20-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/didact-gothic-v20-latin-regular.svg#DidactGothic') format('svg'); /* Legacy iOS */
}

:root {
    font-size: 16px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #666666;
    font-family: "Didact Gothic", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #e8e8e8;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
   
}
h1 {
    
       font-size: 30px;
    color: #000;
    margin:  0 0 25px;
}

h2 {
        color: #95bc17;
    font-size: 20px;
}

:is(a:link,a:visited,a:hover,a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap; 
}

p {
    margin: 0 0 35px;
}


ul {
    list-style: none;
    margin: 0 0 0.625rem 5px;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

h4 {
margin-bottom: .625rem}

.no_margin {
margin-bottom: 15px;}

article {
    padding:25px 25px 0;
}

a.btn {
        display: inline-block;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 22px;
        background-color: #95bc17;
    border-color: #95bc17;
    color: #fff;
    border-radius: 0;
    width: fit-content;
    margin: 0 10px 30px;
    text-align: center;
}

a.btn2 {
        background-color: #25D366;
    border-color: #25D366;
}

.btn:hover {
    background-color: #fff;
    border-color: #95bc17;
    color: #95bc17;
}

footer {
    text-align: center;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    
    article {
padding:.75rem}
    
    h1 {
font-size: 1.5rem;
    text-align: center}

p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
       margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 48rem) {}

@media only screen and (max-width: 30rem) {}

@media only screen and (max-width: 23.438rem) {

    
}
