@charset "UTF-8";

ol,
ul {
    box-sizing: border-box
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width:782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

@media only screen and (min-width: 1024px) {
    #mobile-menu {
        display: none;
    }
}

@media screen and (min-width:768px) {
    #logo {
        font-size: 60px
    }
}

#mobile-menu {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    background: #76a410;
    z-index: 999;
    position: relative
}

#mobile-menu:hover {
    opacity: .8
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    padding: 10px 15px;
}

.topnav nav {
    display: none;
    z-index: 9999
}

.top-menu {
    background: #76a410;
    position: absolute;
    z-index: 1000;
    width: 90%;
    left: 5%
}

.top-menu li {
    padding: 0;
    display: block
}

.top-menu li a,
.top-menu li span {
    display: block;
    padding: 15px 20px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

.top-menu li a:hover,
.top-menu li span:hover,
.top-menu li .sub-menu>li>a:hover,
.top-menu li .sub-menu>li>span:hover {
    background-color: rgba(255, 255, 255, .2)
}

.top-menu .current_page_item>a,
.top-menu .current_page_item>span,
.top-menu .current-menu-item>a,
.top-menu .current-menu-item>span {
    background-color: rgba(0, 0, 0, .22)
}

.top-menu .current-menu-item>a:hover,
.top-menu .current-menu-item>span:hover {
    color: #fff
}

.top-menu .sub-menu {
    margin: 0
}

@media screen and (min-width:1024px) {

    .top-menu .open-submenu:after,
    .top-menu .open-submenu {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .topnav {
        background: #76a410
    }

    .top-menu {
        margin-top: 1px;
        box-shadow: 2px 5px 15px rgba(0, 0, 0, .25)
    }

    .top-menu .sub-menu li a {
        padding: 10px 20px
    }

    .top-menu .sub-menu {
        margin: 0 0 0 20px;
        font-size: 14px
    }

    .top-menu li.menu-item-has-children {
        position: relative
    }

    .top-menu li.menu-item-has-children>.open-submenu {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(255, 255, 255, .3);
        box-sizing: border-box;
        font-size: 24px;
        line-height: 50px;
        padding: 0;
        text-align: center
    }

    .top-menu a {
        border-bottom: 1px solid #ffffff1a
    }

    .top-menu .sub-menu li.menu-item-has-children>.open-submenu {
        height: 40px;
        line-height: 40px
    }

    .top-menu .sub-menu.closed {
        display: none
    }

    .top-menu .submenu-opened .sub-menu.closed {
        display: none
    }

    .top-menu .open-submenu:before {
        content: '+';
        position: absolute;
        width: 100%;
        top: 0;
        left: 0
    }

    .top-menu .submenu-opened>.open-submenu:before {
        content: '–'
    }
}

html.has-modal-open {
    overflow: hidden
}

.link-ui-tools {
    border-top: 1px solid #f0f0f0;
    padding: 8px
}

.link-ui-block-inserter {
    padding-top: 8px
}

.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase
}

.components-popover-pointer-events-trap {
    background-color: initial;
    cursor: pointer;
    inset: 0;
    position: fixed;
    z-index: 1000000
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.editor-styles-wrapper,
.entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

a[data-fn].fn:after {
    content: "["counter(footnotes) "]";
    float: left;
    text-indent: 0
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flex {
    display: flex
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

body .is-layout-flex>* {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

body .is-layout-grid>* {
    margin: 0
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

a:focus {
    outline: 0
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ''
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

embed,
img,
object,
video {
    max-width: 100%
}

embed,
object,
video {
    width: 100%
}

img {
    height: auto;
    vertical-align: middle;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.grid {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.grid [class*=col] {
    width: 100%;
    margin-left: 0
}

@media screen and (min-width:1024px) {
    .grid {
        width: 100%
    }

    .grid [class*=col] {
        float: left
    }

    .grid .newrow:before,
    .grid:after,
    .grid:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .grid .newrow,
    .grid .newrow:before,
    .grid:after {
        clear: both
    }

    .grid [class*=col] {
        margin-left: 1.694915254%;
        margin-right: 0
    }

    .grid .newrow,
    .grid [class*=col]:first-of-type {
        margin-left: 0
    }

    .grid .col1 {
        width: 6.779661017%
    }

    .grid .col2 {
        width: 15.25423729%
    }

    .grid .col3 {
        width: 23.72881356%
    }

    .grid .col4 {
        width: 32.20338983%
    }

    .grid .col5 {
        width: 40.6779661%
    }

    .grid .col6 {
        width: 49.15254237%
    }

    .grid .col7 {
        width: 57.62711864%
    }

    .grid .col8 {
        width: 66.10169492%
    }

    .grid .col9 {
        width: 74.57627119%
    }

    .grid .col10 {
        width: 83.05084746%
    }

    .grid .col11 {
        width: 91.52542373%
    }

    .grid .col12 {
        width: 100%
    }
}

.fl {
    float: left
}

.fr {
    float: right
}

.b {
    font-weight: 700
}

.i {
    font-style: italic
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.pn {
    padding: 0
}

.mn {
    margin: 0
}

.hide {
    display: none
}

html {
    height: 100%
}

body {
    width: 100%;
    min-width: 280px;
    background: #fff
}

.wrapper {
    margin: 0 auto
}

#header {
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
}

#main {
    padding: 20px 0;
    margin: 0 auto;
    position: relative
}

#content {
    width: 100%;
    float: none
}

#sidebar {
    display: none
}

#sidebar.block {
    display: block
}

#footer {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    background: #76a410
}

.maxwidth {
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 1140px
}

body.custom-background .wrapper {
    margin: 0 auto;
    background: #fff;
    max-width: 90vw;
    border: 1px solid #eee
}

@media screen and (min-width:1024px) {
    .header-image {
        margin: 0 auto;
        position: relative;
        width: 90%;
        max-width: 1080px
    }

    #content {
        width: 67.12962962962963%;
        float: left
    }

    #sidebar {
        width: 27.77777777777778%;
        margin-top: 0;
        float: right;
        display: block
    }

    .layout-leftbar #sidebar {
        float: left
    }

    .layout-leftbar #content {
        float: right
    }

    .layout-full #sidebar {
        display: none
    }

    .layout-full #content {
        float: none;
        width: 100%
    }

    .layout-center #sidebar {
        display: none
    }

    .layout-center #content {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }

    .wrapper {
        width: 100%
    }
}

body {
    font-family: Georgia, serif;
    font-size: 1.15em;
    line-height: 1.7;
    color: #000;
    word-wrap: break-word
}

a {
    color: #76a410;
    text-decoration: none
}

a:hover {
    color: #76a410
}

p {
    padding: 0 0 1em;
    text-align: justify
}

p:last-child {
    padding-bottom: 0
}

.title,
.wtitle,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0 0 .5em;
    line-height: 1.1;
    color: #76a410;
    font-family: Helvetica, Arial, sans-serif;
    display: block;
    text-decoration: none;
    font-weight: 700
}

h1 {
    font-size: 36px;
    padding: 0
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5,
h6 {
    font-size: 18px
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 36px;
        padding: 0
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5,
    h6 {
        font-size: 18px
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none
}

blockquote,
q {
    position: relative;
    padding: 30px 30px 30px 80px;
    margin: 10px 0 20px 30px;
    color: #444;
    font: normal 1em/1.2 'PT Serif', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    background: #efefef;
    border-left: 3px solid #76a410;
    border-radius: 3px;
    display: block
}

blockquote:after {
    content: '”';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 4em;
    line-height: 1
}

table th {
    background: #ddd;
    border-right: 1px solid #fff;
    padding: 10px 20px
}

table tr th:last-child {
    border-right: 1px solid #ddd
}

table td {
    padding: 5px 20px;
    border: 1px solid #ddd
}

pre {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    text-shadow: 1px 1px rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 1.25;
    margin: 0 0 1em;
    overflow: auto
}

sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

button,
input,
select,
textarea {
    padding: 10px 10px 10px 0;
    border-color: #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: 300 16px/1.25 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
    color: #222
}

textarea {
    min-height: 90px;
    max-width: 100%;
    box-sizing: border-box
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    padding: 9px 10px;
    border-width: 1px;
    border-style: solid;
    min-height: 20px
}

input[type=search] {
    height: 40px
}

input[type=color] {
    padding: 0;
    border: 0;
    background: #fff
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: #76a410;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .08)
}

.button,
.submit,
button,
input[type=button],
input[type=submit] {
    padding: 10px 20px;
    min-height: 20px;
    line-height: 20px;
    border: 0;
    background-color: #76a410;
    color: #fff;
    cursor: pointer
}

.button:hover,
.submit:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    opacity: .9
}

.sitetitle {
    text-align: center
}

.logo {
    margin: 0 auto
}

#logo {
    display: block;
    margin: 0;
    padding: 0;
    color: #76a410;
    text-decoration: none;
    font: bold 20px/.83 'PT Serif', Tahoma, Verdana, Segoe, sans-serif;
    letter-spacing: -.02em
}

#logo:hover {
    opacity: .9
}

.sitedescription {
    padding-top: 10px
}

.sitetitle.center .custom-logo {
    margin-left: auto;
    margin-right: auto
}

.sitetitle.right .custom-logo {
    margin-left: auto;
    margin-right: 0
}

.custom-logo-top {
    display: block;
    margin-bottom: 20px
}

.custom-logo-bottom {
    display: block;
    margin-top: 20px
}

.sitetitle .custom-logo-left {
    float: left;
    margin-right: 20px
}

.sitetitle .custom-logo-right {
    float: right;
    margin-left: 20px
}

.sitetitle.left .custom-logo-right,
.sitetitle.right .custom-logo-right {
    margin-left: 20px;
    margin-right: 0
}

.sitetitle.left .custom-logo-left,
.sitetitle.right .custom-logo-left {
    margin-left: 0;
    margin-right: 20px
}

@media screen and (min-width:768px) {
    #logo {
        font-size: 30px
    }
}

#mobile-menu {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    background: #76a410;
    z-index: 999;
    position: relative
}

#mobile-menu:hover {
    opacity: .8
}

.top-menu {
    background: #76a410;
    position: absolute;
    z-index: 1000;
    width: 90%;
    left: 5%
}

.top-menu li {
    padding: 0;
    display: block
}

.top-menu li a,
.top-menu li span {
    display: block;
    padding: 15px 20px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

.top-menu li .sub-menu>li>a:hover,
.top-menu li .sub-menu>li>span:hover,
.top-menu li a:hover,
.top-menu li span:hover {
    background-color: rgba(255, 255, 255, .2)
}

.top-menu .current-menu-item>a,
.top-menu .current-menu-item>span,
.top-menu .current_page_item>a,
.top-menu .current_page_item>span {
    background-color: rgba(0, 0, 0, .22)
}

.top-menu .current-menu-item>a:hover,
.top-menu .current-menu-item>span:hover {
    color: #fff
}

.top-menu .sub-menu {
    margin: 0
}

@media screen and (min-width:1024px) {

    .top-menu .open-submenu,
    .top-menu .open-submenu:after {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .topnav {
        background: #76a410
    }

    .top-menu {
        margin-top: 1px;
        box-shadow: 2px 5px 15px rgba(0, 0, 0, .25)
    }

    .top-menu .sub-menu li a {
        padding: 10px 20px
    }

    .top-menu .sub-menu {
        margin: 0 0 0 20px;
        font-size: 14px
    }

    .top-menu li.menu-item-has-children {
        position: relative
    }

    .top-menu li.menu-item-has-children>.open-submenu {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(255, 255, 255, .3);
        box-sizing: border-box;
        font-size: 24px;
        line-height: 50px;
        padding: 0;
        text-align: center
    }

    .top-menu a {
        border-bottom: 1px solid #ffffff1a
    }

    .top-menu .sub-menu li.menu-item-has-children>.open-submenu {
        height: 40px;
        line-height: 40px
    }

    .top-menu .sub-menu.closed {
        display: none
    }

    .top-menu .submenu-opened .sub-menu.closed {
        display: none
    }

    .top-menu .open-submenu:before {
        content: '+';
        position: absolute;
        width: 100%;
        top: 0;
        left: 0
    }

    .top-menu .submenu-opened>.open-submenu:before {
        content: '–'
    }
}

.entry-box {
    margin: 30px 0 0
}

.entry-box .entry {
    padding-bottom: 30px
}

.entry-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 20px
}

.entry-box ol,
.entry-box ul {
    margin: .5em 0 1em 0
}

.entry-box ol {
    list-style: decimal
}

.entry-box ol ol,
.entry-box ol ul,
.entry-box ul ol,
.entry-box ul ul {
    margin-top: 0;
    margin-bottom: 0
}

.entry-box li {
    padding-top: 5px
}

.entry-box ul li {
    padding-left: 5px;
    position: relative
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 1em
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.comment-body ol,
.comment-body ul {
    margin: .2em 0 .5em 40px
}

.comment-body ul {
    list-style-type: disc
}

.comment-body ol {
    margin-left: 40px;
    list-style-type: decimal
}

.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    padding-top: 30px;
    padding-bottom: 10px
}

.sticky {
    border: 5px solid #eee;
    padding: 30px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.anons {
    margin-bottom: 60px
}

.anons h2 {
    font-size: 30px;
    padding-bottom: 0
}

.anons-thumbnail.show {
    display: block
}

.anons img {
    margin-bottom: 15px;
    margin-top: 5px;
    max-width: 100%;
    height: auto
}

.medium,
.thumbnail {
    float: left;
    margin: 5px 1.5em .5em 0
}

.medium {
    max-width: 50%;
    height: auto
}

.thumbnail {
    max-width: 30%;
    height: auto
}

.more-link-box {
    text-align: right
}

.more-link {
    display: inline-block;
    padding: 10px 20px;
    background: #76a410;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    position: relative
}

.more-link:after {
    content: '➤';
    float: right;
    margin-left: 10px;
    margin-right: -5px
}

.more-link:hover {
    opacity: .8;
    color: #fff
}

.meta {
    margin: 10px 0 0;
    font-size: 12px
}

.meta span {
    padding-right: 20px
}

.meta span.hide {
    display: none
}

.meta .fa {
    padding: 0 5px 0 0
}

.meta,
.meta a {
    color: #999
}

.meta a {
    text-decoration: none
}

.meta a:hover {
    text-decoration: underline
}

.inform {
    margin-bottom: 2em;
    border-bottom: 1px dotted #e2e2e2;
    background: #f9f7f9
}

.inform h1 {
    padding-bottom: .5em
}

.inform .archive-desc {
    margin-bottom: 1em
}

.psb,
.share42-item {
    transition: top .3s;
    position: relative;
    top: 0
}

.psb:hover,
.share42-item:hover {
    position: relative;
    top: 3px
}

.fb {
    background-position: 0 0
}

.ok {
    background-position: -80px 0
}

.tw {
    background-position: -40px 0
}

.vk {
    background-position: -120px 0
}

.gp {
    background-position: -160px 0
}

.entry iframe {
    max-width: 100%
}

.entry img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 8px
}

.entry .attachment,
.entry .caption,
.entry .gallery-caption {
    text-align: center
}

.entry .attachment .navigation {
    height: 150px
}

.attachment img,
.wp-caption {
    text-align: center;
    max-width: 100%
}

.wp-caption img {
    margin-top: 0;
    margin-bottom: 0
}

.wp-caption p.wp-caption-text,
.wp-caption-text {
    font-size: 12px;
    color: #222;
    margin: 0 0 15px
}

.entry .wp-smiley {
    margin: 0;
    padding: 0;
    border: 0
}

.gallery {
    border: 2px solid #eee;
    padding: 15px 20px;
    margin: 20px 0 30px
}

.gallery:after {
    content: '';
    display: table;
    clear: both
}

.gallery-item img {
    display: block;
    margin: 0 auto
}

.nav-links {
    line-height: 40px
}

.nav-links a {
    text-decoration: none
}

.nav-links .page-numbers {
    padding: 4px 12px 6px;
    margin-right: 5px;
    background: #ddd;
    color: #444;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background, color .3s;
    transition: background, color .3s
}

.nav-links .current,
.nav-links a:hover {
    background: #76a410;
    color: #fff
}

.nav-links .total {
    margin-right: 5px
}

#comments,
#respond {
    margin: 60px 0 0
}

#reply-title,
.comments-title {
    font-size: 30px;
    padding: 20px 0 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.comments-title .cnt {
    float: right;
    font-size: .7em
}

.comment-list {
    margin: 10px 0 0
}

.comment-body {
    margin: 0 0 20px;
    padding: 20px 20px 20px 100px;
    background: #f9f9f9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

.comment-body a {
    text-decoration: none
}

.comment-body a:hover {
    text-decoration: underline
}

.comment .avatar {
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.comment-author {
    float: left;
    margin-right: 10px;
    line-height: 20px
}

.comment-metadata {
    font-size: .7em;
    line-height: 17px;
    padding-top: 3px
}

.says {
    display: none
}

.comment-content {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.3;
    clear: both
}

.comment-reply-link {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #c5c5c5;
    position: absolute;
    bottom: 5px;
    right: 10px
}

.bypostauthor .comment-body {
    background: #efefef
}

.rcomment,
.rinput {
    margin-bottom: 10px
}

.rinput input {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%
}

.rcomment textarea {
    width: 100%
}

#cancel-comment-reply-link {
    font-size: 14px;
    float: right
}

.comment #respond {
    margin: -20px 0 60px
}

#widgetlist {
    margin: 0;
    padding: 0;
    list-style: none
}

#widgetlist>li:last-child {
    margin-bottom: 0
}

#widgetlist>li,
.categories,
.widget {
    margin-bottom: 60px;
    padding: 0
}

.wtitle {
    padding: 0 0 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #555;
    color: #555;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase
}

.widget li {
    padding: 5px 0 5px 5px
}

.widget .children {
    margin-left: 20px
}

.widget_calendar td,
.widget_calendar th {
    padding: 10px
}

.widget a {
    text-decoration: none
}

.widget a:hover {
    text-decoration: underline
}

.search-results .inform {
    margin-bottom: 4em
}

.searchform {
    width: 100%;
    max-width: 400px;
    margin: 0;
    padding: 0;
    position: relative
}

#header .searchform {
    display: none;
    margin: 30px auto;
    max-width: 300px
}

#content .searchform {
    margin: 30px 0
}

input.s {
    width: 90%
}

input.search_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
    margin-bottom: 0;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff
}

#wp-bbp_reply_content-editor-container {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#qt_bbp_reply_content_toolbar {
    border-radius: 6px 6px 0 0
}

#footer {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none
}

#footer a {
    color: #fff;
    transition: opacity .3s
}

#footer a:hover {
    color: #999;
    text-decoration: underline
}

#footer .maxwidth {
    position: relative
}

.footer-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 30px
}

.footmenu {
    padding: 0 0 20px;
    margin: 0;
    text-align: center
}

.footer-menu li {
    display: inline-block;
    padding: 5px 10px
}

#footer .footer-menu a:hover {
    color: #fff;
    opacity: .7
}

#copy {
    text-align: center
}

#designedby {
    text-align: center;
    opacity: .8
}

#toTop {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    margin: 0;
    padding: 14px 12px;
    display: none;
    cursor: pointer;
    background: #222;
    color: #fff !important;
    border-radius: 3px;
    transform: rotate(-90deg);
    font-size: 24px;
    text-align: center
}

#toTop:hover {
    background: #999;
    text-decoration: none !important;
    border-radius: 3px
}

@media only screen and (min-width:768px) {
    .sitetitle {
        text-align: left
    }

    .sitetitle.center {
        text-align: center
    }

    .sitetitle.right {
        text-align: right
    }

    #header {
        background-size: auto
    }

    #header .searchform {
        display: block;
        float: right;
        margin: 35px 0 0
    }

    body.custom-background #header {
        background-size: contain
    }

    .anons-thumbnail {
        display: block
    }

    .rinput {
        display: inline-block;
        width: 30%;
        margin-right: 4%
    }

    .rurl {
        margin-right: 0
    }

    #copy {
        text-align: left;
        padding-bottom: 0
    }

    #designedby {
        text-align: right
    }
}

@media only screen and (min-width:1024px) {
    body.custom-background #header .menu {
        width: 100%;
        margin: 0;
        padding: 0 40px;
        border-radius: 0
    }

    body.custom-background .wrapper {
        border-radius: 10px
    }

    body.custom-background #footer {
        border-radius: 0 0 10px 10px
    }

    #mobile-menu {
        display: none
    }

    .topnav nav {
        display: block
    }

    .top-menu {
        border-radius: 5px;
        position: static;
        text-align: center
    }

    .top-menu li {
        display: inline-block;
        position: relative
    }

    .top-menu li a {
        border-bottom: 0;
        font-weight: 400;
        color: #fff;
        -webkit-transition: background .3s;
        transition: background .3s
    }

    .top-menu>li:hover>a {
        background: rgba(255, 255, 255, .3)
    }

    .top-menu .children,
    .top-menu .sub-menu {
        display: none;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        background: #76a410;
        width: 300px;
        z-index: 1000;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, .1)
    }

    .top-menu .children li,
    .top-menu .sub-menu li {
        display: block;
        text-align: left
    }

    .top-menu .children li a,
    .top-menu .sub-menu li a {
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }

    .top-menu li:hover>.children,
    .top-menu li:hover>.sub-menu {
        display: block
    }

    .top-menu .children .children,
    .top-menu .sub-menu .sub-menu {
        display: none;
        top: 0;
        left: 100%;
        padding: 0;
        border-top: 0;
        border-left: 3px solid #fff
    }

    .top-menu .children li:hover>.children,
    .top-menu .sub-menu li:hover>.sub-menu {
        display: block
    }

    .top-menu .menu-item-has-children>a:after,
    .top-menu .menu-item-has-children>span:after,
    .top-menu .page_item_has_children>a:after,
    .top-menu .page_item_has_children>span:after {
        content: '»';
        position: absolute;
        right: 20px;
        margin: 1px 0 0 15px;
        transform: rotate(90deg)
    }

    .top-menu .children>.page_item_has_children>a:after,
    .top-menu .children>.page_item_has_children>span:after,
    .top-menu .sub-menu>.menu-item-has-children>a:after,
    .top-menu .sub-menu>.menu-item-has-children>span:after {
        content: '»';
        margin: 0;
        transform: none
    }

    .top-menu .menu-item-has-children>a,
    .top-menu .menu-item-has-children>span,
    .top-menu .page_item_has_children>a,
    .top-menu .page_item_has_children>span {
        padding-right: 40px
    }
}

@media only screen and (min-width:1280px) {
    body.custom-background #header {
        border-radius: 10px 10px 0 0
    }

    #navpages li {
        padding-left: 10px
    }

    #navpages .sub-menu {
        margin-left: 10px
    }

    #navpages .sub-menu .sub-menu {
        left: 190px
    }

    #navpages li a {
        font-size: 16px;
        padding: 10px
    }

    .comment-list ul.children {
        margin: 0 0 50px 30px
    }
}

.addtoany_content {
    clear: both;
    margin: 16px auto
}

.addtoany_header {
    margin: 0 0 16px
}

.addtoany_list {
    display: inline;
    line-height: 16px
}

.a2a_kit a:empty,
.a2a_kit a[class^=a2a_button_]:has(.a2a_s_undefined) {
    display: none
}

.addtoany_list a,
.widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle
}

.addtoany_list a img {
    border: 0;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    vertical-align: baseline
}

.addtoany_list a span {
    display: inline-block;
    float: none
}

.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px
}

.addtoany_list a .a2a_count {
    position: relative;
    vertical-align: top
}

.addtoany_list a:hover,
.site .a2a_kit.addtoany_list a:focus,
.widget .addtoany_list a:hover {
    background: 0 0;
    border: 0;
    box-shadow: none
}

.addtoany_list a:hover img,
.addtoany_list a:hover span {
    opacity: .7
}

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
    display: none
}

a.addtoany_share img {
    border: 0;
    width: auto;
    height: auto
}

@media screen and (max-width:980px) {
    .a2a_floating_style.a2a_vertical_style {
        display: none
    }
}

#logo {
    color: #76a410
}

#logo,
.bx-controls a:hover .fa,
a:hover {
    color: #76a410
}

a:hover {
    color: #76a410
}

blockquote,
input:focus,
q,
select:focus,
textarea:focus {
    border-color: #76a410
}

#footer,
#mobile-menu,
.button,
.more-link,
.nav-links .current,
.nav-links a:hover,
.submit,
.top-menu,
.top-menu .children,
.top-menu .sub-menu,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
button,
input[type=button],
input[type=submit] {
    background-color: #76a410
}

@media screen and (max-width:1023px) {
    .topnav {
        background-color: #76a410
    }
}

#content {
    min-height: 475px
}

#before-header {
    padding-bottom: 25px;
    background: url(data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%28%00%00%00%1A%08%04%00%00%00oE%D6%40%00%00%01%05IDATH%C7%ED%D5%B1N%C30%10%06%E0%3Fu%87%18%A1%AAWX%E8%E8%B5%23%2Bc%FA%1Ay%28FV%C6%BC%82_%C1C%25%94%09y%28%127%D1%932TV%972D%8D%E5B%A9%A0%99P~%EB%E4%C9%9F~y%B9l%BFG%AF%19%F5%CB%0D%E0%00%0E%E0%BF%017%AE_P-i%E7n%1F%FA%E2%DC%93%2A%E7%0D%8B%9D-%C6t%29%16d%F5%28%B5%2A5%24%F0%DAN%B5%5E%5C%C2%BD%5B%F7%1Cj%B0%2A5%18%80%B0%DB%F9k%F3%B7%9E%C1%AF%AA7%0B%86%07%AB%12%85x%20%00%0D%AF%ED%88s%3D%9E%FF%0E%7B%AD%5E%AAP%83%C1%10HvX%29%96%00%10%08D%E6%AE%98%DD%E7%E6%FC%9Fm%1C%3B%F1%90%EE%A0%88%60Gv%EC%8D%99%98%2B%03%CA%29e%20%5B%DF%F8%0F%11%0F%01%0ET%CB%01Y%BA%F4l%FB%98%10%F1v%D2H2%02%B4%18%F0%05%3C%EA%1A1J%B0xK%A4~%00%93%B6%A7%1A%E2%98%3A%0B~C%9Fdb%3E%01%27%F1s%F3J%05x%3B%00%00%00%00IEND%AEB%60%82) repeat-x
}

.vk {
    display: none
}

.ok {
    display: none
}

#mobile-menu,
.more-link,
.top-menu {
    background-color: #76a410
}

.top-menu {
    max-width: 90vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

body.custom-background .wrapper {
    border-radius: 0
}

body.custom-background #footer {
    border-radius: 0
}

#footer {
    background: #fff;
    padding-bottom: 0;
    padding-top: 25px
}

#footer-wrapper {
    background-color: #76a410
}

.footmenu {
    padding: 0;
    align-self: center
}

.footmenu a {
    font-size: 14px;
    font-weight: 700
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0;
    margin-bottom: 0;
    max-width: 90vw;
}

@media (max-width: 992px) {
    .footer-menu{
        flex-direction: column-reverse;
        padding: 20px 0;
        gap: 20px;
    }
}

.footer-menu li {
    padding: 5px
}

#footer-t {
    background: url(data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%28%00%00%00%0A%08%04%00%00%00l%93%D4%DB%00%00%00%D6IDAT%28%CF%A5%D11%0A%C20%18%05%E0%97%AD8%08%7F%5D%14%1C%248%08nz%85%5C%A1W%F0%0A%BD%8BWi%8E%60F%1D%83%83%E8T%1F8%88%5B%1Dj%9B%06%85%A2%3EH%FE%29%1F%2F%89%AA%F0%1E%2B%00%04h%F70%01F%93%80a%F7%AC%AA%DE%29%40%D0%90%12a%5D4%2C%02%81%ED%806%00%02%11%3D%D2C%3D%D0%90%24%02%1F%04%EF%FE%E6K%D2%B7%20C%D7%16%B4%1Djb%D2u%A2%D1%93%07%AF%EE%E2%E8_%24kR%15b%18%B0%B9%19%9Bd%DDGE%AC%3F%DA%93%0B%A8%2A4X_tjf%9B%FE%5E%9F%D1%BD%A5%03%E1AU%D4%7Dd%B5I%B3_%B0%26g%7B%B05%98%01%22%CB%FC%B7n%F1%9B%EE%B7%F4%AA%C8%A7%B2%C8%FF%C5%9A%B8%AD%2Aw%E9W%9F%D0%97%27C%DC%5D3%02%8D%A8n%00%00%00%00IEND%AEB%60%82) top repeat-x;
    height: 10px
}

.social-icons {
    display: flex
}

.social-icons li {
    width: 40px
}

.fb-icon {
    content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20112.2%20112.2%22%3E%3Ccircle%20cx%3D%2256.1%22%20cy%3D%2256.1%22%20r%3D%2256.1%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M70.2%2058.3h-10v36.7H45V58.3h-7.2V45.4h7.2v-8.3c0-6%202.8-15.3%2015.3-15.3L71.6%2021.8v12.5h-8.2c-1.3%200-3.2%200.7-3.2%203.5v7.6h11.3L70.2%2058.3z%22%20fill%3D%22%23E02F76%22%2F%3E%3C%2Fsvg%3E)
}

.twitter-icon {
    content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20112.2%20112.2%22%3E%3Ccircle%20cx%3D%2256.1%22%20cy%3D%2256.1%22%20r%3D%2256.1%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M90.5%2040.3c-2.4%201.1-5%201.8-7.7%202.1%202.8-1.7%204.9-4.3%205.9-7.4%20-2.6%201.5-5.5%202.7-8.5%203.3%20-2.4-2.6-5.9-4.2-9.8-4.2%20-7.4%200-13.4%206-13.4%2013.4%200%201.1%200.1%202.1%200.3%203.1%20-11.1-0.6-21-5.9-27.6-14%20-1.2%202-1.8%204.3-1.8%206.7%200%204.7%202.4%208.8%206%2011.2%20-2.2-0.1-4.3-0.7-6.1-1.7%200%200.1%200%200.1%200%200.2%200%206.5%204.6%2011.9%2010.8%2013.1%20-1.1%200.3-2.3%200.5-3.5%200.5%20-0.9%200-1.7-0.1-2.5-0.2%201.7%205.3%206.7%209.2%2012.5%209.3%20-4.6%203.6-10.4%205.7-16.7%205.7%20-1.1%200-2.1-0.1-3.2-0.2%205.9%203.8%2013%206%2020.6%206%2024.7%200%2038.2-20.4%2038.2-38.2%200-0.6%200-1.2%200-1.7C86.4%2045.4%2088.7%2043%2090.5%2040.3L90.5%2040.3z%22%20fill%3D%22%23E02F76%22%2F%3E%3C%2Fsvg%3E)
}

.entry-box hr {
    border: solid .5px #d8d8d8
}

.anons {
    margin-bottom: 30px
}

.anons img {
    min-width: 100%
}

@media only screen and (min-width:768px) {
    .anons img {
        min-width: 30%
    }
}

/* form */
.contact-us {

    div.wpforms-container-full,
    div.wpforms-container-full .wpforms-form * {
        background: 0 0;
        border: 0;
        border-radius: 0;
        float: none;
        font-size: 100%;
        height: auto;
        letter-spacing: normal;
        list-style: none;
        outline: 0;
        position: static;
        text-decoration: none;
        text-indent: 0;
        text-shadow: none;
        text-transform: none;
        width: auto;
        visibility: visible;
        overflow: visible;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        box-shadow: none
    }

    div.wpforms-container-full {
        margin-left: auto;
        margin-right: auto
    }

    div.wpforms-container-full .wpforms-form amp-img>img {
        position: absolute
    }

    div.wpforms-container-full .wpforms-form button,
    div.wpforms-container-full .wpforms-form input,
    div.wpforms-container-full .wpforms-form label,
    div.wpforms-container-full .wpforms-form select,
    div.wpforms-container-full .wpforms-form textarea {
        margin: 0;
        border: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        background: 0 0;
        height: auto;
        box-sizing: border-box
    }

    div.wpforms-container-full .wpforms-form textarea {
        max-width: 100%;
        width: 100%
    }

    div.wpforms-container-full .wpforms-form ul,
    div.wpforms-container-full .wpforms-form ul li {
        background: 0 0 !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important
    }

    div.wpforms-container-full .wpforms-form ul li {
        margin-bottom: 5px !important
    }

    div.wpforms-container-full .wpforms-form ul li:last-of-type {
        margin-bottom: 0 !important
    }

    div.wpforms-container-full .wpforms-form hr {
        border-top: 1px solid #ccc;
        margin: .5em auto
    }

    div.wpforms-container-full .wpforms-form fieldset {
        min-width: 0
    }

    .wpforms-container .wpforms-form .wpforms-error-alert {
        border: 1px solid #ccc;
        text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
        padding: 10px 15px;
        font-size: 14px;
        margin: 0 0 10px;
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7
    }

    div[style*="z-index:2147483647"] div[style*="border-width:11px"][style*="position:absolute"][style*="pointer-events:none"] {
        border-style: none
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
    div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
    div.wpforms-container-full .wpforms-form select.wpforms-field-medium {
        max-width: 60%
    }

    div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
        height: 120px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small,
    div.wpforms-container-full .wpforms-form input.wpforms-field-small,
    div.wpforms-container-full .wpforms-form select.wpforms-field-small {
        max-width: 25%
    }

    div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
        height: 70px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large,
    div.wpforms-container-full .wpforms-form input.wpforms-field-large,
    div.wpforms-container-full .wpforms-form select.wpforms-field-large {
        max-width: 100%
    }

    div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
        height: 220px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field {
        padding: 10px 0;
        clear: both
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-description,
    div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
        font-size: 13px;
        line-height: 1.3;
        margin: 8px 0 0;
        word-break: break-word;
        word-wrap: break-word
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
        background-color: #fff;
        border: 1px solid #ddd;
        color: #444;
        padding: 15px 15px 0;
        margin-top: 15px;
        height: 125px;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 12px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description p {
        color: #444;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-description-before,
    div.wpforms-container-full .wpforms-form .wpforms-field-description.before {
        margin: 0 0 8px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-label {
        display: block;
        font-weight: 700;
        font-size: 16px;
        float: none;
        line-height: 1.3;
        margin: 0 0 4px;
        padding: 0;
        word-break: break-word;
        word-wrap: break-word
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
        display: block;
        font-size: 13px;
        float: none;
        font-weight: 400;
        line-height: 1.3;
        margin: 4px 0 0;
        padding: 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.before {
        margin: 0 0 4px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
        display: inline;
        vertical-align: baseline;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        word-break: break-word
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide,
    div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide {
        position: absolute;
        top: -99999px;
        left: -99999px
    }

    div.wpforms-container-full .wpforms-form .wpforms-required-label {
        color: red;
        font-weight: 400
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-row {
        margin-bottom: 8px;
        position: relative
    }

    div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-of-type {
        margin-bottom: 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-row:before {
        content: "";
        display: table
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-row:after {
        clear: both;
        content: "";
        display: table
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-one-half:only-child {
        margin-left: 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-five-sixths,
    div.wpforms-container-full .wpforms-form .wpforms-four-fifths,
    div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
    div.wpforms-container-full .wpforms-form .wpforms-one-fifth,
    div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
    div.wpforms-container-full .wpforms-form .wpforms-one-half,
    div.wpforms-container-full .wpforms-form .wpforms-one-sixth,
    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-three-fifths,
    div.wpforms-container-full .wpforms-form .wpforms-three-fourths,
    div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
    div.wpforms-container-full .wpforms-form .wpforms-two-fifths,
    div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
    div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
        float: left;
        margin-left: 20px;
        clear: none
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-half,
    div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
    div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
        width: calc(50% - 10px)
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: calc(33.33333% - 20px)
    }

    div.wpforms-container-full .wpforms-form .wpforms-one-third.wpforms-first,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths.wpforms-first {
        width: 33.33333%
    }

    div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
    div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
        width: calc(66.66667% - 20px)
    }

    div.wpforms-container-full .wpforms-form .wpforms-first {
        clear: both !important;
        margin-left: 0 !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul,
    div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul,
    div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
    div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul,
    div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul,
    div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap
    }

    div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li {
        width: 50%;
        display: block;
        padding-right: 26px !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li {
        width: 33.3333%;
        display: block;
        padding-right: 26px !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-half {
        float: left;
        width: 48%;
        clear: both
    }

    div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-half {
        float: right;
        width: 48%;
        clear: none
    }

    div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-third {
        float: left;
        width: 30.666666667%;
        clear: both
    }

    div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-middle-third {
        float: left;
        width: 30.666666667%;
        margin-left: 4%;
        clear: none
    }

    div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-third {
        float: right;
        width: 30.666666667%;
        clear: none
    }

    div.wpforms-container-full .wpforms-form div.wpforms-last {
        float: right !important;
        margin-right: 0 !important;
        clear: none
    }

    div.wpforms-container-full .wpforms-form input[type=date],
    div.wpforms-container-full .wpforms-form input[type=datetime-local],
    div.wpforms-container-full .wpforms-form input[type=datetime],
    div.wpforms-container-full .wpforms-form input[type=email],
    div.wpforms-container-full .wpforms-form input[type=month],
    div.wpforms-container-full .wpforms-form input[type=number],
    div.wpforms-container-full .wpforms-form input[type=password],
    div.wpforms-container-full .wpforms-form input[type=range],
    div.wpforms-container-full .wpforms-form input[type=search],
    div.wpforms-container-full .wpforms-form input[type=tel],
    div.wpforms-container-full .wpforms-form input[type=text],
    div.wpforms-container-full .wpforms-form input[type=time],
    div.wpforms-container-full .wpforms-form input[type=url],
    div.wpforms-container-full .wpforms-form input[type=week],
    div.wpforms-container-full .wpforms-form select,
    div.wpforms-container-full .wpforms-form textarea {
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 2px;
        color: #333;
        -moz-box-sizing: border-box;
        display: block;
        float: none;
        font-size: 16px;
        font-family: inherit;
        border: 1px solid #ccc;
        padding: 6px 10px;
        height: 38px;
        width: 100%;
        line-height: 1.3
    }

    div.wpforms-container-full .wpforms-form textarea {
        min-height: 38px;
        resize: vertical
    }

    div.wpforms-container-full .wpforms-form input[type=checkbox],
    div.wpforms-container-full .wpforms-form input[type=radio] {
        border: 1px solid #ccc;
        background-color: #fff;
        width: 14px;
        height: 14px;
        margin: 0 10px 0 3px;
        display: inline-block;
        vertical-align: baseline
    }

    div.wpforms-container-full .wpforms-form input[type=radio] {
        border-radius: 50%
    }

    div.wpforms-container-full .wpforms-form select {
        max-width: 100%;
        text-transform: none;
        white-space: nowrap
    }

    div.wpforms-container-full .wpforms-form select[multiple] {
        height: auto;
        overflow-y: scroll;
        background-image: none
    }

    div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear:hover {
        background-color: red
    }

    div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-small+.wpforms-datepicker-clear {
        right: calc(75% + 10px)
    }

    div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-medium+.wpforms-datepicker-clear {
        right: calc(40% + 10px)
    }

    div.wpforms-container-full .wpforms-form .wpforms-captcha-math input {
        display: inline-block;
        width: 70px;
        vertical-align: inherit;
        margin: 0 0 0 5px
    }

    div.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
        font-size: 16px
    }

    div.wpforms-container-full .wpforms-form .wpforms-captcha-question {
        margin: 0 0 4px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-rating-item {
        padding-right: 6px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-rating svg {
        cursor: pointer;
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        opacity: .6
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.hover svg,
    div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.selected svg {
        transform: scale(1.3);
        opacity: 1
    }

    .wpforms-preview-notice p {
        margin: 0
    }

    div.wpforms-container-full {
        margin: 24px auto
    }

    div.wpforms-container-full .wpforms-form h3 {
        font-size: 24px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-hp {
        display: none !important;
        position: absolute !important;
        left: -9000px !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-hidden {
        display: none;
        padding: 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-screen-reader-element {
        position: absolute !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        width: 1px !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        word-wrap: normal !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-limit-text {
        font-size: 13px;
        display: block
    }

    body.rtl .wpforms-field-phone input[type=tel] {
        direction: ltr;
        unicode-bidi: embed;
        text-align: right
    }

    body.rtl .wpforms-container-full .wpforms-form .wpforms-first {
        float: right
    }

    body.rtl .wpforms-container-full .wpforms-form .wpforms-first+.wpforms-one-half {
        margin-right: 4%;
        margin-left: 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-error-container ul li {
        list-style: inside !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-error-container ol li {
        list-style: inside decimal !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-error-container a {
        text-decoration: underline !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
        display: none
    }

    div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout) {
        overflow-x: hidden
    }

    div.wpforms-container-full .wpforms-form .wpforms-field {
        padding-right: 1px;
        padding-left: 1px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field>* {
        max-width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-mobile-full {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large,
    div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
    div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small,
    div.wpforms-container-full .wpforms-form input.wpforms-field-large,
    div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
    div.wpforms-container-full .wpforms-form input.wpforms-field-small,
    div.wpforms-container-full .wpforms-form select.wpforms-field-large,
    div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
    div.wpforms-container-full .wpforms-form select.wpforms-field-small {
        max-width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li {
        float: none;
        width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
        margin: 0 10px 0 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
        margin: 20px 0 15px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
        width: 30px;
        height: 30px
    }

    .grid {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .grid [class*=col] {
        width: 100%;
        margin-left: 0
    }

    @media screen and (min-width:1024px) {
        .grid {
            width: 100%
        }

        .grid [class*=col] {
            float: left
        }

        .grid .newrow:before,
        .grid:after,
        .grid:before {
            display: table;
            line-height: 0;
            content: ""
        }

        .grid .newrow,
        .grid .newrow:before,
        .grid:after {
            clear: both
        }

        .grid [class*=col] {
            margin-left: 1.694915254%;
            margin-right: 0
        }

        .grid .newrow,
        .grid [class*=col]:first-of-type {
            margin-left: 0
        }

        .grid .col1 {
            width: 6.779661017%
        }

        .grid .col2 {
            width: 15.25423729%
        }

        .grid .col3 {
            width: 23.72881356%
        }

        .grid .col4 {
            width: 32.20338983%
        }

        .grid .col5 {
            width: 40.6779661%
        }

        .grid .col6 {
            width: 49.15254237%
        }

        .grid .col7 {
            width: 57.62711864%
        }

        .grid .col8 {
            width: 66.10169492%
        }

        .grid .col9 {
            width: 74.57627119%
        }

        .grid .col10 {
            width: 83.05084746%
        }

        .grid .col11 {
            width: 91.52542373%
        }

        .grid .col12 {
            width: 100%
        }
    }

    .fl {
        float: left
    }

    .fr {
        float: right
    }

    .b {
        font-weight: 700
    }

    .i {
        font-style: italic
    }

    .tl {
        text-align: left
    }

    .tc {
        text-align: center
    }

    .tr {
        text-align: right
    }

    .pn {
        padding: 0
    }

    .mn {
        margin: 0
    }

    .hide {
        display: none
    }

    html {
        height: 100%
    }

    body {
        width: 100%;
        min-width: 280px;
        background: #fff
    }

    .wrapper {
        margin: 0 auto
    }

    #header {
        min-height: 100px;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover
    }

    #main {
        padding: 20px 0;
        margin: 0 auto;
        position: relative
    }

    #content {
        width: 100%;
        float: none
    }

    #sidebar {
        display: none
    }

    #sidebar.block {
        display: block
    }

    #footer {
        width: 100%;
        padding: 20px 0;
        margin: 0;
        background: #76a410
    }

    .maxwidth {
        margin: 0 auto;
        position: relative;
        width: 90%;
        max-width: 1080px
    }

    body.custom-background .wrapper {
        margin: 0 auto;
        background: #fff;
        max-width: 1160px
    }

    .sitetitle {
        text-align: center
    }

    .logo {
        margin: 0 auto
    }

    #logo {
        display: block;
        margin: 0;
        padding: 0;
        color: #76a410;
        text-decoration: none;
        font: 700 26px/.83 "PT Serif", Tahoma, Verdana, Segoe, sans-serif;
        letter-spacing: -.02em
    }

    #logo:hover {
        opacity: .9
    }

    .sitedescription {
        padding-top: 10px
    }

    .sitetitle.center .custom-logo {
        margin-left: auto;
        margin-right: auto
    }

    .sitetitle.right .custom-logo {
        margin-left: auto;
        margin-right: 0
    }

    .custom-logo-top {
        display: block;
        margin-bottom: 20px
    }

    .custom-logo-bottom {
        display: block;
        margin-top: 20px
    }

    .sitetitle .custom-logo-left {
        float: left;
        margin-right: 20px
    }

    .sitetitle .custom-logo-right {
        float: right;
        margin-left: 20px
    }

    .sitetitle.left .custom-logo-right,
    .sitetitle.right .custom-logo-right {
        margin-left: 20px;
        margin-right: 0
    }

    .sitetitle.left .custom-logo-left,
    .sitetitle.right .custom-logo-left {
        margin-left: 0;
        margin-right: 20px
    }

    #mobile-menu {
        display: block;
        padding: 15px 0;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        font-weight: 500;
        cursor: pointer;
        background: #76a410;
        z-index: 999;
        position: relative
    }

    #mobile-menu:hover {
        opacity: .8
    }

    @media only screen and (min-width: 1024px) {
        .topnav nav {
            display: block;
        }
    }

    /* .topnav nav{display:none;z-index:9999} */
    .top-menu {
        background: #76a410;
        position: absolute;
        z-index: 1000;
        width: 90%;
        left: 5%
    }

    .top-menu li {
        padding: 0;
        display: block
    }

    .top-menu li a,
    .top-menu li span {
        display: block;
        padding: 15px 20px;
        color: #fff;
        line-height: 20px;
        font-weight: 500;
        text-decoration: none;
        position: relative;
        cursor: pointer
    }

    .top-menu li .sub-menu>li>a:hover,
    .top-menu li .sub-menu>li>span:hover,
    .top-menu li a:hover,
    .top-menu li span:hover {
        background-color: hsla(0, 0%, 100%, .2)
    }

    .top-menu .current-menu-item>a,
    .top-menu .current-menu-item>span,
    .top-menu .current_page_item>a,
    .top-menu .current_page_item>span {
        background-color: rgba(0, 0, 0, .22)
    }

    .top-menu .current-menu-item>a:hover,
    .top-menu .current-menu-item>span:hover {
        color: #fff
    }

    .top-menu .sub-menu {
        margin: 0
    }

    .entry-box {
        margin: 30px 0 0
    }

    #main-content {
        padding: 0 15px !important;
    }

    .entry-box .entry {
        padding-bottom: 30px
    }

    .entry-image {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        margin-bottom: 20px
    }

    .entry-box ol,
    .entry-box ul {
        margin: .5em 0 1em 50px
    }

    .entry-box ol {
        list-style: decimal
    }

    .entry-box ol ol,
    .entry-box ol ul,
    .entry-box ul ol,
    .entry-box ul ul {
        margin-top: 0;
        margin-bottom: 0
    }

    .entry-box li {
        padding-top: 5px
    }

    .entry-box ul li {
        padding-left: 5px;
        position: relative
    }

    .entry h1,
    .entry h2,
    .entry h3,
    .entry h4,
    .entry h5,
    .entry h6,
    .sticky {
        border: 5px solid #eee;
        padding: 30px
    }

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden
    }

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

    .entry iframe,
    .entry img {
        max-width: 100%
    }
}


@media (max-width:1023px) {
    #header{
        display: flex;
        justify-content: space-between;
        min-height: auto;
    }

    #header .header-top-wrap .sitetitle{
        width: auto;
    }

    .topnav {
        background-color: #fff;
    }

    #mobile-menu{
        background: transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
background-color: transparent;
padding: 0;
background-repeat: no-repeat;
padding: 0 0 0 25px;
font-size: 0;
width: 30px;
height: 30px;
margin-top: 5px;
    }

    h1 {
        font-size: 30px;
    }

    .inform {
        margin-bottom: 1em;
    }

    .anons h2 {
        font-size: 25px;
    }

    .entry-box {
        margin: 15px 0 0;
    }
}

@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 20px;
    width: 100%;
    min-height: 250px;
    clear: both;
}

.t_de {
  clear: both;
    height: 0.2rem;
    width: 100%;
    clear: both;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}