/* compiled by scssphp v0.6.6 on Thu, 11 Feb 2021 14:54:59 +0100 (0.7338s) */

@charset "UTF-8";
.font_h1, h1 {
  position: relative;
  margin: 0;
  margin-bottom: 25px;
  font-family: 'Neue Helvetica W05';
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  word-wrap: break-word; }
  @media (min-width: 650px) {
  .font_h1, h1 {
    font-size: 55px; } }
  @media (min-width: 1000px) {
  .font_h1, h1 {
    font-size: 70px; } }

.font_h2, .font_special, h2 {
  position: relative;
  margin: 0;
  margin-bottom: 25px;
  font-family: 'Neue Helvetica W05';
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  color: #4c7a21;
  word-wrap: break-word; }
  @media (min-width: 650px) {
  .font_h2, .font_special, h2 {
    font-size: 30px; } }

.font_h3, h3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Neue Helvetica W05';
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  color: #7fbf41;
  word-wrap: break-word; }
  @media (min-width: 650px) {
  .font_h3, h3 {
    font-size: 25px; } }

.font_h4, h4 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Neue Helvetica W05';
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #c9e28e;
  word-wrap: break-word; }
  @media (min-width: 650px) {
  .font_h4, h4 {
    font-size: 20px; } }

.font_h5, h5 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Neue Helvetica W05';
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  color: #4c7a21;
  word-wrap: break-word; }
  @media (min-width: 650px) {
  .font_h5, h5 {
    font-size: 20px; } }

.font_h6, h6 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Neue Helvetica W05';
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3em;
  color: #4c7a21;
  word-wrap: break-word; }
  @media (min-width: 650px) {
  .font_h6, h6 {
    font-size: 18px; } }

.font_text, body, p, ul, .button, .yform .btn, .yform .form-group label, .yform .form-group input[type=text], .yform .form-group textarea, .footer .footer__navigation nav > ul > li > a {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Neue Helvetica W05';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  color: #4c7a21; }
  @media (min-width: 650px) {
  .font_text, body, p, ul, .button, .yform .btn, .yform .form-group label, .yform .form-group input[type=text], .yform .form-group textarea, .footer .footer__navigation nav > ul > li > a {
    font-size: 17px; } }

.font_bold, b, strong {
  font-weight: 700; }

.font_medium {
  font-weight: 700; }

.font_regular, blockquote + p, .footer .footer__links a {
  font-weight: 400; }

.font_light {
  font-weight: 400; }

.font_italic, i {
  font-style: italic; }

.font_special {
  letter-spacing: 0em;
  line-height: 1em; }

.font_size_large {
  font-size: 18px; }
  @media (min-width: 650px) {
  .font_size_large {
    font-size: 20px; } }
  @media (min-width: 768px) {
  .font_size_large {
    font-size: 22px; } }

.font_size_regular {
  font-size: 15px; }
  @media (min-width: 650px) {
  .font_size_regular {
    font-size: 16px; } }

.font_size_small, small, .card .card__item.card__item_links a, .yform .alert ul li, .footer .footer__links a {
  font-size: 13px; }
  @media (min-width: 650px) {
  .font_size_small, small, .card .card__item.card__item_links a, .yform .alert ul li, .footer .footer__links a {
    font-size: 14px; } }

.font_uppercase, h2 {
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #4c7a21;
  transition: all 0.4s ease;
  display: inline-block; }

a:hover {
  text-decoration: none;
  opacity: 0.5; }

img {
  width: 100%;
  border: 0px;
  display: block; }

* {
  min-height: 0;
  min-width: 0;
  line-height: 1.5;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hypthens: auto;
  color-adjust: exact;
  outline: none; }

::-webkit-scrollbar {
  width: 4px;
  /* Remove scrollbar space */
  height: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

::-webkit-scrollbar-thumb {
  background: #4c7a21; }

* {
  scrollbar-color: #000;
  scrollbar-width: thin; }

html {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }
  html body {
    width: 100%;
    position: relative;
    right: 0px;
    margin: 0px;
    background-color: #fff;
    color: #333;
    overflow-x: hidden; }
  html.nav_show {
    height: 100%;
    overflow-y: hidden; }
  html.popup_show {
    height: 100%;
    overflow-y: hidden; }
/* *************************  HEADER  ************************* */
.header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 99;
  transition: background-color 0.4s ease, box-shadow 0.4s ease; }
  @media (min-width: 650px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px; } }
  @media (min-width: 1000px) {
  .header {
    padding-top: 0px;
    padding-bottom: 0px; } }
  .nav_show .header {
    background-color: #4c7a21; }
    @media (min-width: 1000px) {
  .nav_show .header {
    background-color: #fff; } }
  .header.sticky {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .header .header__inner {
    flex-flow: row nowrap;
    align-items: center;
    display: flex;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 25px;
    padding-right: 25px; }
    .header .header__inner::after {
      clear: both;
      content: "";
      display: block; }
    .header .header__inner::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 480px) {
  .header .header__inner {
    padding-left: 25px;
    padding-right: 25px; } }
    @media (min-width: 650px) {
  .header .header__inner {
    padding-left: 25px;
    padding-right: 25px; } }
    @media (min-width: 768px) {
  .header .header__inner {
    padding-left: 50px;
    padding-right: 50px; } }
    @media (min-width: 1000px) {
  .header .header__inner {
    padding-left: 50px;
    padding-right: 50px; } }
    @media (min-width: 1300px) {
  .header .header__inner {
    padding-left: 50px;
    padding-right: 50px; } }
    @media (min-width: 1500px) {
  .header .header__inner {
    padding-left: 50px;
    padding-right: 50px; } }
    @media (min-width: 1700px) {
  .header .header__inner {
    padding-left: 50px;
    padding-right: 50px; } }
  .header .header__logo {
    flex: 1 1 auto; }
    @media (min-width: 1000px) {
  .header .header__logo {
    flex: 0 0 auto;
    margin-right: 75px; } }
    @media (min-width: 1300px) {
  .header .header__logo {
    margin-right: 150px; } }
    .header .header__logo a {
      max-width: 65px;
      display: block; }
      @media (min-width: 650px) {
  .header .header__logo a {
    max-width: 80px; } }
      .header .header__navigation__button {
        flex: 0 0 50px;
        height: 50px;
        position: relative;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.4s ease; }
    @media (min-width: 1000px) {
  .header .header__navigation__button {
    display: none !important; } }
    .header .header__navigation__button .fal, .header .header__navigation__button .far, .header .header__navigation__button .fas, .header .header__navigation__button .fab {
      line-height: 50px;
      color: #4c7a21; }
    .header .header__navigation__button span {
      width: 50%;
      height: 2px;
      position: absolute;
      left: 50%;
      background-color: #4c7a21;
      display: block;
      transform: translateX(-50%);
      transition: background-color 0.4s ease, top 0.7s ease, transform 0.7s ease; }
      .header .header__navigation__button span:nth-child(1) {
        top: 40%; }
      .header .header__navigation__button span:nth-child(2) {
        top: 60%; }
    .nav_show .header .header__navigation__button .fal, .nav_show .header .header__navigation__button .far, .nav_show .header .header__navigation__button .fas, .nav_show .header .header__navigation__button .fab {
      color: #fff; }
      .nav_show .header .header__navigation__button span {
        left: 50%;
        top: 50%;
        background-color: #fff; }
        .nav_show .header .header__navigation__button span:nth-child(1) {
          transform: translate(-50%, -50%) rotate(-45deg); }
        .nav_show .header .header__navigation__button span:nth-child(2) {
          transform: translate(-50%, -50%) rotate(45deg); }
  .header .header__navigation {
    flex-flow: column nowrap;
    height: calc(100% - 70px);
    position: fixed;
    left: 0px;
    right: 0px;
    top: 70px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 75px;
    text-align: center;
    overflow-y: auto;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease; }
    .header .header__navigation::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
  .header .header__navigation {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px; } }
    @media (min-width: 1000px) {
  .header .header__navigation {
    flex: 1 1 auto;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 0px;
    background-color: transparent;
    opacity: 1;
    display: flex;
    overflow: visible; } }
    .nav_show .header .header__navigation {
      opacity: 1;
      background-color: #4c7a21;
      display: flex; }
      @media (min-width: 1000px) {
  .nav_show .header .header__navigation {
    background-color: transparent;
    display: flex; } }
    .header .header__navigation nav > ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      @media (min-width: 1000px) {
    .header .header__navigation nav > ul {
      flex-flow: row nowrap;
      display: flex; } }
      .header .header__navigation nav > ul > li {
        position: relative;
        margin-top: 25px;
        text-align: center; }
        @media (min-width: 1000px) {
    .header .header__navigation nav > ul > li {
      flex: 0 0 auto;
      margin-left: 30px;
      margin-top: 0px; } }
        @media (min-width: 1500px) {
    .header .header__navigation nav > ul > li {
      margin-left: 40px; } }
        .header .header__navigation nav > ul > li:first-child {
          margin-left: 0px;
          margin-top: 0px; }
        .header .header__navigation nav > ul > li > a {
          position: relative;
          margin-left: 0px;
          margin-bottom: 0px;
          font-size: 20px;
          text-decoration: none;
          color: #fff;
          display: inline-block;
          cursor: pointer; }
          @media (min-width: 1000px) {
    .header .header__navigation nav > ul > li > a {
      font-size: 17px;
      line-height: 90px;
      color: #4c7a21; } }
          .header .header__navigation nav > ul > li > a::after {
            content: "";
            width: 0%;
            height: 3px;
            position: absolute;
            left: 50%;
            bottom: 0px;
            background-color: transparent;
            transform: translate(-50%);
            display: block;
            transition: all 0.4s ease; }
          .header .header__navigation nav > ul > li > a:hover, .header .header__navigation nav > ul > li > a.rex-active, .header .header__navigation nav > ul > li > a.rex-current {
            opacity: 0.5; }
            @media (min-width: 1000px) {
    .header .header__navigation nav > ul > li > a:hover, .header .header__navigation nav > ul > li > a.rex-active, .header .header__navigation nav > ul > li > a.rex-current {
      opacity: 1; } }
        @media (min-width: 1000px) {
          .header .header__navigation nav > ul > li:hover > a::after {
            width: 100%;
            background-color: #7fbf41; } }
          @media (min-width: 1000px) {
      .header .header__navigation nav > ul > li:hover > ul {
        display: flex; } }
        .header .header__navigation nav > ul > li > ul {
          margin: 0px;
          padding: 0px;
          list-style: none; }
          @media (min-width: 1000px) {
    .header .header__navigation nav > ul > li > ul {
      flex-flow: row nowrap;
      justify-content: flex-start;
      display: flex;
      position: absolute;
      left: 0px;
      top: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      display: none; } }
          .header .header__navigation nav > ul > li > ul::before {
            content: "";
            width: 100vw;
            height: 65px;
            position: fixed;
            left: 0px;
            top: 90px;
            background-color: rgba(255, 255, 255, 0.9);
            display: none; }
            @media (min-width: 1000px) {
    .header .header__navigation nav > ul > li > ul::before {
      display: block; } }
          .header .header__navigation nav > ul > li > ul > li {
            margin-top: 5px;
            position: relative; }
            @media (min-width: 1000px) {
    .header .header__navigation nav > ul > li > ul > li {
      flex: 0 0 auto;
      margin-left: 30px;
      margin-top: 0px; } }
            @media (min-width: 1500px) {
    .header .header__navigation nav > ul > li > ul > li {
      margin-left: 40px; } }
            .header .header__navigation nav > ul > li > ul > li:first-child {
              margin-left: 0px; }
            .header .header__navigation nav > ul > li > ul > li > a {
              color: #fff; }
              @media (min-width: 1000px) {
    .header .header__navigation nav > ul > li > ul > li > a {
      color: #7fbf41; } }
              .header .header__navigation nav > ul > li > ul > li > a:hover, .header .header__navigation nav > ul > li > ul > li > a.rex-active, .header .header__navigation nav > ul > li > ul > li > a.rex-current {
                opacity: 0.5; }
/* *************************  MAIN  ************************* */
main {
  margin-top: 70px; }
  @media (min-width: 768px) {
  main {
    margin-top: 80px; } }
  @media (min-width: 1000px) {
  main {
    margin-top: 90px; } }
/* ---------  CONTAINER  --------- */
.container {
  overflow: hidden; }
  .container.container_fullheight {
    flex-flow: column;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px; }
    .container.container_fullheight .container__inner {
      flex: 0 0 auto;
      width: 100%; }
  .container.container_overflow_visible {
    overflow: visible; }
  .container.container__border_bottom {
    border-bottom: 5px solid #c9e28e; }
  .container.container__border_top {
    border-top: 5px solid #4c7a21; }
  @media (max-width: 1000px) {
    .container .padding-horizontal_mobile_reverse {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (min-width: 1000px) {
    .container .margin-left_laptop_reverse {
      margin-left: -50px; } }
  @media (min-width: 1000px) {
    .container .margin-right_laptop_reverse {
      margin-right: -50px; } }
  @media (min-width: 768px) {
      .container .container__inner.container__inner_split_tablet_left {
        max-width: calc(1700px / 2);
        margin-left: auto;
        margin-right: 0px; } }
    @media (min-width: 768px) {
    .container .container__inner.container__inner_split_tablet_right {
      max-width: calc(1700px / 2);
      margin-left: 0px;
      margin-right: auto; } }
  .container .container__background.container__background_textbox {
    margin-bottom: 250px;
    border-bottom: 5px solid #c9e28e; }
    .container .container__background.bg_semitransparent_80 {
      opacity: 0.8; }
    .container .container__background.bg_semitransparent_60 {
      opacity: 0.6; }
    .container .container__background.bg_semitransparent_40 {
      opacity: 0.4; }
    .container .container__background.container__background_split_right {
      height: 300px;
      position: relative; }
      @media (min-width: 650px) {
  .container .container__background.container__background_split_right {
    height: 350px; } }
      @media (min-width: 768px) {
  .container .container__background.container__background_split_right {
    height: 400px; } }
      @media (min-width: 1000px) {
  .container .container__background.container__background_split_right {
    height: auto;
    position: absolute;
    left: 50%;
    right: 0px;
    top: 0px;
    bottom: 0px; } }
      .container .container__background.container__background_split_right::after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        top: 25%;
        bottom: 0px;
        background: linear-gradient(to top, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 0) 100%);
        display: block; }
      @media (min-width: 1000px) {
    .container .container__background.container__background_split_right::after {
      top: 0px;
      background: linear-gradient(to right, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 0) 100%); } }
  .container .container__background_video video {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    display: block; }
  .container .bg_shadow_bottom::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25%;
    bottom: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    display: block; }
  .container .bg_shadow::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    display: block; }
  .container .container__color {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px; }

.align_mobile_center, .align_landscape_center, .align_minitablet_center, .align_tablet_center, .align_laptop_center, .align_desktop_center, .align_fullwidth_center, .align_widescreen_center {
  justify-content: center; }
  .align_mobile_center hr, .align_landscape_center hr, .align_minitablet_center hr, .align_tablet_center hr, .align_laptop_center hr, .align_desktop_center hr, .align_fullwidth_center hr, .align_widescreen_center hr {
    margin-left: auto;
    margin-right: auto; }

.bg_accent_1 {
  background-color: #4c7a21; }

.bg_accent_2 {
  background-color: #7fbf41; }

.bg_accent_3 {
  background-color: #c9e28e; }

.bg_white_1 {
  background-color: #fff; }

.bg_grey_1 {
  background-color: #999; }

.bg_grey_2 {
  background-color: #dadada; }

.bg_black_2 {
  background-color: #333;
  color: #fff; }
  .bg_black_2 * {
    color: #fff; }
  .bg_black_2 a {
    color: #4c7a21; }
    .bg_black_2 a * {
      color: inherit; }
  .bg_black_2 .card.text_white_1 * {
    color: #fff; }

.bg_black_3 {
  background-color: #454545;
  color: #fff; }
  .bg_black_3 * {
    color: #fff; }
  .bg_black_3 a {
    color: #4c7a21; }
    .bg_black_3 a * {
      color: inherit; }
  .bg_black_3 .card.text_white_1 * {
    color: #fff; }

.bg_image {
  background-image: url(/media/placeholder_background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.text_accent_1 {
  color: #4c7a21; }
  .text_accent_1 * {
    color: #4c7a21; }

.text_accent_2 {
  color: #7fbf41; }
  .text_accent_2 * {
    color: #7fbf41; }

.text_accent_3 {
  color: #c9e28e; }
  .text_accent_3 * {
    color: #c9e28e; }

.text_white_1 {
  color: #fff; }
  .text_white_1 * {
    color: #fff; }

.text_grey_1 {
  color: #999; }
  .text_grey_1 * {
    color: #999; }

.text_black_2 {
  color: #333; }
  .text_black_2 * {
    color: #333; }

.text_shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35); }

.text_transform_none {
  text-transform: none; }

.text_cropped_lines_mobile_1, .text_cropped_lines_mobile_2, .text_cropped_lines_mobile_3, .text_cropped_lines_mobile_4 {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.text_cropped_lines_mobile_1 {
  -webkit-line-clamp: 1; }
  h1.text_cropped_lines_mobile_1, h2.text_cropped_lines_mobile_1, h3.text_cropped_lines_mobile_1, h4.text_cropped_lines_mobile_1 {
    height: 1.2em; }
  p.text_cropped_lines_mobile_1 {
    height: 1.5em; }

.text_cropped_lines_mobile_2 {
  -webkit-line-clamp: 2; }
  h1.text_cropped_lines_mobile_2, h2.text_cropped_lines_mobile_2, h3.text_cropped_lines_mobile_2, h4.text_cropped_lines_mobile_2 {
    height: 2.4em; }
  p.text_cropped_lines_mobile_2 {
    height: 3em; }

.text_cropped_lines_mobile_3 {
  -webkit-line-clamp: 3; }
  h1.text_cropped_lines_mobile_3, h2.text_cropped_lines_mobile_3, h3.text_cropped_lines_mobile_3, h4.text_cropped_lines_mobile_3 {
    height: 3.6em; }
  p.text_cropped_lines_mobile_3 {
    height: 4.5em; }

.text_cropped_lines_mobile_4 {
  -webkit-line-clamp: 4; }
  h1.text_cropped_lines_mobile_4, h2.text_cropped_lines_mobile_4, h3.text_cropped_lines_mobile_4, h4.text_cropped_lines_mobile_4 {
    height: 4.8em; }
  p.text_cropped_lines_mobile_4 {
    height: 6em; }
/* ---------  HR  --------- */
hr {
  height: 2px;
  margin: 0px;
  border: 0px;
  background-color: #999;
  opacity: 0.3; }
/* ---------  ICON  --------- */
.icon {
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block; }
  .icon i {
    margin: 0px;
    font-size: 50px;
    line-height: 58px; }
  .icon.icon_small {
    width: 30px;
    height: 30px; }
    .icon.icon_small i {
      font-size: 16px;
      line-height: 28px; }
  .icon.icon_medium {
    width: 40px;
    height: 40px; }
    .icon.icon_medium i {
      font-size: 30px;
      line-height: 38px; }
  .icon.icon_large {
    width: 70px;
    height: 70px; }
    .icon.icon_large i {
      font-size: 60px;
      line-height: 70px; }
  .icon.icon_text {
    width: auto;
    height: auto;
    min-width: 75px; }
    .icon.icon_text p {
      margin-top: 5px;
      margin-bottom: 0px; }
/* ---------  ITEM  --------- */
.item {
  flex-flow: row nowrap;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden; }
  .item .item__icon {
    flex: 0 0 auto; }
    .item .item__icon:nth-child(2) {
      margin-left: 14px; }
  .item .item__text {
    flex: 1 1 auto; }
    .item .item__text > *:last-child {
      margin-bottom: 0px; }
    .item .item__text:nth-child(2) {
      margin-left: 10px; }
  .item.item_align_mobile_center {
    align-items: center; }
  .item.item_small .item__icon:nth-child(2) {
    margin-left: 6px; }
    .item.item_small .item__icon .icon {
      height: 20px; }
    .item.item_small .item__icon .icon .fal, .item.item_small .item__icon .icon .far, .item.item_small .item__icon .icon .fas, .item.item_small .item__icon .icon .fab {
      line-height: 18px; }
    .item.item_small .item__text:nth-child(2) {
      margin-left: 6px; }
  .item + .item {
    margin-top: 10px; }

.items {
  flex-flow: row nowrap;
  display: flex;
  margin-left: -20px;
  margin-top: -10px; }
  .items .item {
    margin-left: 20px;
    margin-top: 10px; }
/* ---------  SOCIAL  --------- */
.social {
  margin-top: 15px;
  margin-bottom: 15px; }
  .social .icon {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block; }
    .social .icon.icon_small {
      margin-left: 5px;
      margin-right: 5px; }
/* ---------  BUTTONS  --------- */
.button, .yform .btn {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #4c7a21;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  z-index: 3; }
  .button .fal, .yform .btn .fal, .button .far, .yform .btn .far, .button .fas, .yform .btn .fas, .button .fab, .yform .btn .fab {
    position: relative;
    left: 0px;
    right: 0px;
    margin-left: 15px;
    display: inline-block; }
  .button.button_reverse .fal, .yform .btn.button_reverse .fal, .button.button_reverse .far, .yform .btn.button_reverse .far, .button.button_reverse .fas, .yform .btn.button_reverse .fas, .button.button_reverse .fab, .yform .btn.button_reverse .fab {
    margin-left: 0px;
    margin-right: 15px; }
  .button.button_icon, .yform .btn.button_icon {
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 40px; }
    .button.button_icon .fal, .yform .btn.button_icon .fal, .button.button_icon .far, .yform .btn.button_icon .far, .button.button_icon .fas, .yform .btn.button_icon .fas, .button.button_icon .fab, .yform .btn.button_icon .fab {
      margin: 0px;
      margin-left: 1px; }
  .button.button_white_1, .yform .btn.button_white_1 {
    border-color: #fff;
    color: #fff; }
    .button.button_white_1 *, .yform .btn.button_white_1 * {
      color: #fff; }
  .button.button_accent_1, .yform .btn.button_accent_1 {
    border-color: #4c7a21;
    color: #4c7a21; }
    .button.button_accent_1 *, .yform .btn.button_accent_1 * {
      color: #4c7a21; }
  .button.button_fullwidth, .yform .btn.button_fullwidth {
    width: 100%; }
  .button:hover, .yform .btn:hover {
    padding-left: 23px;
    padding-right: 17px;
    background-color: #7fbf41;
    text-decoration: none;
    opacity: 1; }
    .button:hover *, .yform .btn:hover * {
      color: inherit; }
    .buttons {
      flex-flow: row wrap;
      display: flex;
      margin-left: -20px;
      margin-top: -20px;
      font-size: 0px; }
  .buttons .button, .buttons .yform .btn, .yform .buttons .btn {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px; }
  .buttons.align_mobile_center {
    justify-content: center; }
/* ---------  IMAGE  --------- */
.image {
  position: relative;
  display: block;
  overflow: hidden; }
  .image.image_background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .image.image_split {
    min-height: 300px; }
    @media (min-width: 650px) {
  .image.image_split {
    min-height: 350px; } }
    @media (min-width: 768px) {
  .image.image_split {
    min-height: 400px; } }
    @media (min-width: 1000px) {
  .image.image_split {
    min-height: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px; } }
  .image.image_text.image_text_left {
    z-index: -1; }
    @media (min-width: 1000px) {
    .image.image_text.image_text_left {
      margin-right: -50%; } }
    .image.image_text.image_text_right {
      z-index: -1; }
    @media (min-width: 1000px) {
    .image.image_text.image_text_right {
      margin-left: -50%; } }
  .image.image_book {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .image.image_book img {
      width: 100%;
      height: auto; }
  .image.image_icon {
    width: 150px;
    margin-left: auto;
    margin-right: 50px;
    margin-bottom: -75px;
    z-index: 1; }
    @media (min-width: 1000px) {
  .image.image_icon {
    width: 200px;
    margin-bottom: -100px; } }
  .image.image_border {
    border: 1px solid #999; }
  .image.image_hover_scale img {
    transform: scale(1);
    transition: transform 2s ease; }
    .image.image_hover_scale img:hover {
      transform: scale(1.1); }
/* ---------  VIDEO  --------- */
.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%; }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
/* ---------  BLOCKQUOTE  --------- */
blockquote {
  margin: 0px; }
  @media (min-width: 650px) {
  blockquote {
    margin-left: 20px;
    margin-right: 20px; } }
  blockquote::before {
    content: "";
    width: 35px;
    height: 35px;
    position: relative;
    margin-bottom: 30px;
    background-image: url(/theme/img/vector_quotes.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block; }
    @media (min-width: 650px) {
  blockquote::before {
    margin-bottom: 50px; } }
  blockquote p {
    font-size: 20px;
    line-height: 1.1em;
    color: #c9e28e !important; }
    @media (min-width: 650px) {
  blockquote p {
    font-size: 30px; } }
    @media (min-width: 768px) {
  blockquote p {
    font-size: 35px; } }
    @media (min-width: 1000px) {
  blockquote p {
    font-size: 40px; } }
  blockquote + p {
    margin-top: 30px;
    color: #c9e28e !important; }
    @media (min-width: 650px) {
  blockquote + p {
    font-size: 20px; } }
  .align_mobile_center blockquote::before {
    margin-left: auto;
    margin-right: auto; }
/* ---------  TEXT  --------- */
.text > *:last-child {
  margin-bottom: 0px; }
  .text.text_circle {
    position: relative; }
    .text.text_circle::after {
      content: "";
      width: 30%;
      height: 0px;
      position: absolute;
      left: 50%;
      top: 50%;
      padding-bottom: 30%;
      border-radius: 50%;
      background-color: #999;
      transform: translate(-50%, -50%);
      z-index: -1;
      display: block; }
/* ---------  CARD  --------- */
.card {
  flex-flow: column nowrap;
  align-content: flex-start;
  display: flex;
  height: 100%;
  overflow: hidden; }
  .card .card__background {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .card .card__background.bg_semitransparent_80 {
      opacity: 0.8; }
    .card .card__background.bg_semitransparent_60 {
      opacity: 0.6; }
    .card .card__background.bg_semitransparent_40 {
      opacity: 0.4; }
    .card .card__background.bg_shadow_bottom::after {
      content: "";
      position: absolute;
      left: 0px;
      right: 0px;
      top: 25%;
      bottom: 0px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      display: block; }
  .card.card__background_textbox {
    border-top: solid 3px #4c7a21;
    border-bottom: solid 3px #4c7a21;
    background-image: linear-gradient(#c9e28e, #7fbf41); }
  .card.card__shadow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
  .card .card__item {
    flex: 0 0 auto; }
    .card .card__item.card__item_grow {
      flex-grow: 1; }
    .card .card__item.card__item_separator {
      height: 1px;
      background-color: #999; }
    .card .card__item.card__item_icon {
      margin-left: -25px;
      margin-top: -25px;
      text-align: center; }
    .card .card__item.card__item_icon .icon {
      margin-left: 25px;
      margin-top: 25px; }
    .card .card__item.card__item_image {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .card .card__item.card__item_text > *:last-child {
      margin-bottom: 0px; }
    .card .card__item.card__item_text .card__item_text_line {
      position: relative;
      padding-left: 10px; }
    .card .card__item.card__item_text .card__item_text_line .line {
      width: 8px;
      height: 100%;
      position: absolute;
      left: -10px;
      top: 0px; }
    .card .card__item.card__item_checklist ul {
      width: 100%;
      max-width: 300px;
      margin: 0px;
      margin-left: auto;
      margin-right: auto;
      padding: 0px;
      list-style: none; }
    .card .card__item.card__item_checklist ul li {
      position: relative;
      margin-top: 10px;
      padding-left: 30px; }
      .card .card__item.card__item_checklist ul li:first-child {
        margin-top: 0px; }
      .card .card__item.card__item_checklist ul li::before {
        content: "\f00c";
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0px;
        top: 2px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        display: block; }
    .card .card__item.card__item_logo img {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
    @media (min-width: 768px) {
        .card .card__item.card__item_logo.align_tablet_right img {
          margin-right: 0px; } }
    @media (min-width: 1000px) {
        .card .card__item.card__item_logo.align_laptop_center img {
          margin-right: auto; } }
    .card .card__item.card__item_social {
      flex: 1 1 auto;
      flex-flow: row nowrap;
      justify-content: center;
      display: flex; }
    @media (min-width: 768px) {
      .card .card__item.card__item_social.align_tablet_right {
        justify-content: flex-end; } }
    @media (min-width: 1000px) {
      .card .card__item.card__item_social.align_laptop_center {
        justify-content: center; } }
    .card .card__item.card__item_social a {
      flex: 0 0 25px;
      height: 30px;
      margin-left: 10px;
      line-height: 30px;
      text-align: center;
      color: #333; }
    .card .card__item.card__item_social a:hover {
      color: #7fbf41; }
    .card .card__item.card__item_social a:first-child {
      margin-left: 0px; }
    .card .card__item.card__item_links a {
      margin-top: 10px;
      color: #333;
      display: block; }
    @media (min-width: 768px) {
      .card .card__item.card__item_links a {
        margin-left: 20px;
        display: inline-block; } }
    @media (min-width: 1000px) {
      .card .card__item.card__item_links a {
        margin-left: 0px;
        display: block; } }
    .card .card__item.card__item_links a:first-child {
      margin-left: 0px;
      margin-top: 0px; }
    .card .card__item.card__item_links a:hover {
      color: #4c7a21; }
    .card .card__item.card__item_heading .card__item_heading__inner {
      flex-flow: row nowrap;
      align-items: flex-end;
      display: flex;
      width: 100%;
      min-height: 300px; }
    @media (min-width: 650px) {
      .card .card__item.card__item_heading .card__item_heading__inner {
        min-height: 350px; } }
    @media (min-width: 768px) {
      .card .card__item.card__item_heading .card__item_heading__inner {
        min-height: 400px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (min-width: 1000px) {
      .card .card__item.card__item_heading .card__item_heading__inner {
        min-height: 450px; } }
    @media (min-width: 1300px) {
      .card .card__item.card__item_heading .card__item_heading__inner {
        min-height: 500px; } }
    .card .card__item.card__item_heading .card__item_heading__inner > * {
      max-width: 750px; }
      .card .card__item.card__item_heading .card__item_heading__inner > *:last-child {
        margin-bottom: 0px; }
    .card .card__item.card__item_teaser {
      position: relative;
      overflow: hidden; }
    .card .card__item.card__item_teaser .card__item_teaser__overlay {
      flex-flow: row nowrap;
      align-items: center;
      display: flex;
      min-height: 300px;
      position: relative;
      left: -100%;
      padding-left: calc(25px * 2);
      padding-right: calc(25px * 2);
      padding-top: calc(25px * 2);
      padding-bottom: calc(25px * 2);
      color: #fff;
      transition: left 0.8s ease; }
    .card .card__item.card__item_teaser .card__item_teaser__overlay::before {
      content: "";
      width: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      background-color: rgba(127, 191, 65, 0.85);
      transition: left 0.8s ease; }
    .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text {
      width: 100%;
      position: relative;
      text-align: center; }
      .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text * {
        color: #fff; }
      .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text a:hover {
        color: rgba(255, 255, 255, 0.5); }
      .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text > *:last-child {
        margin-bottom: 0px; }
      .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text .fal, .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text .far, .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text .fas, .card .card__item.card__item_teaser .card__item_teaser__overlay .card__item_teaser__overlay__text .fab {
        margin-left: 15px; }
    .card .card__item.card__item_teaser:hover .card__item_teaser__overlay {
      left: 0px; }
    .card .card__item.card__item_image_team {
      position: relative; }
    .card .card__item.card__item_image_team img {
      max-width: 250px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%; }
    .card .card__item.card__item_image_team .font_special {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 5px;
      font-size: 35px;
      text-align: center; }
    @media (min-width: 480px) {
      .card .card__item.card__item_image_team .font_special {
        font-size: 45px; } }
  @media (min-width: 768px) {
      .card.card_split_image .card__item {
        padding-left: 45%; } }
    @media (min-width: 768px) {
      .card.card_split_image .card__item.card__item_image {
        width: calc(45% - (25px));
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        padding: 0px; } }
    @media (min-width: 768px) {
        .card.card_split_image .card__item.card__item_image img {
          height: 100%;
          object-fit: cover; } }
  .card.card_padding {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 768px) {
  .card.card_padding {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px; } }
  .card.card_padding_double {
    padding-left: calc(25px * 2);
    padding-right: calc(25px * 2);
    padding-top: calc(25px * 2);
    padding-bottom: calc(25px * 2); }
    @media (min-width: 768px) {
  .card.card_padding_double {
    padding-left: calc(25px * 2);
    padding-right: calc(25px * 2);
    padding-top: calc(25px * 2);
    padding-bottom: calc(25px * 2); } }
  .card.card_border_radius {
    border-radius: 5px; }
  .card.card_hover .card__background {
    transform: scale(1);
    transition: opacity 1s ease, transform 1s ease; }
    .card.card_hover:hover .card__background {
      opacity: 1;
      transform: scale(1.1); }
/* ---------  EXPANDABLE  --------- */
.expandable {
  position: relative;
  margin-top: -1px;
  transition: all 0.4s ease; }
  .expandable .expandable__fixed {
    flex-flow: row nowrap;
    align-items: flex-start;
    display: flex;
    position: relative;
    cursor: pointer; }
    .expandable .expandable__fixed > * {
      position: relative; }
    .expandable .expandable__fixed > * > *:last-child {
      margin-bottom: 0px; }
    .expandable .expandable__fixed .expandable__fixed__title {
      flex: 1 1 auto;
      order: 1;
      margin-top: 7px;
      padding-right: 25px; }
    @media (min-width: 768px) {
    .expandable .expandable__fixed .expandable__fixed__title {
      flex: 1 1 auto; } }
    .expandable .expandable__fixed .expandable__button {
      flex: 0 0 auto;
      order: 2;
      position: relative;
      top: 4px;
      padding-right: 5px;
      cursor: pointer;
      transition: color 0.4s ease; }
    .expandable .expandable__fixed .expandable__button .fal, .expandable .expandable__fixed .expandable__button .far, .expandable .expandable__fixed .expandable__button .fas, .expandable .expandable__fixed .expandable__button .fab {
      transition: transform 0.4s ease;
      transform: rotate(0deg); }
    .active.expandable .expandable__fixed .expandable__button .fal, .active.expandable .expandable__fixed .expandable__button .far, .active.expandable .expandable__fixed .expandable__button .fas, .active.expandable .expandable__fixed .expandable__button .fab {
      transform: rotate(-180deg); }
    .expandable .expandable__fixed .expandable__button:hover {
      color: #4c7a21; }
  .expandable .expandable__hidden {
    padding-top: 25px; }
    @media (min-width: 768px) {
  .expandable .expandable__hidden {
    padding-top: 25px; } }
    .expandable .expandable__hidden ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
    .expandable .expandable__hidden ul li {
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #999; }
    .expandable .expandable__hidden ul li:first-child {
      border-top: 1px solid #999; }
/* ---------  CAROUSEL  --------- */
.carousel .slick-list .carousel__item {
  position: relative; }
  .carousel .slick-dots {
    flex-flow: row nowrap;
    justify-content: center;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    transform: translateX(-50%); }
    .carousel .slick-dots li {
      flex: 0 0 auto;
      margin-left: 25px; }
    .carousel .slick-dots li:first-child {
      margin-left: 0px; }
    .carousel .slick-dots li button {
      width: 14px;
      height: 14px;
      position: relative;
      margin: 0px;
      padding: 0px;
      border: 0px;
      border-radius: 50%;
      background-color: #fff;
      font-size: 0px;
      display: block;
      cursor: pointer; }
    .carousel .slick-dots li button::after {
      content: "";
      width: 14px;
      height: 14px;
      position: absolute;
      left: 50%;
      top: 50%;
      background-image: url(/theme/img/vector_dot_empty.svg);
      background-repeat: no-repeat;
      background-size: contain;
      transform: translate(-50%, -50%);
      display: block; }
    .carousel .slick-dots li.slick-active button {
      background-color: #7fbf41; }
      .carousel .slick-dots li.slick-active button::after {
        background-image: url(/theme/img/vector_dot_filled.svg); }
  .carousel .slick-arrow {
    width: 40px;
    height: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    background-color: transparent;
    font-size: 0px;
    line-height: 40px;
    text-align: center;
    color: #7fbf41;
    z-index: 99;
    cursor: pointer;
    transition: color 0.4s ease; }
    .carousel .slick-arrow::after {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-size: 22px;
      display: block; }
    .carousel .slick-arrow.slick-prev::after {
      content: "\f060"; }
    .carousel .slick-arrow.slick-next::after {
      content: "\f061"; }
    .carousel .slick-arrow:hover {
      color: #4c7a21; }
  .carousel.carousel_cards .slick-list {
    position: relative;
    margin-right: -30px; }
    .carousel.carousel_cards .slick-list .slick-track .carousel__item {
      margin-right: 30px; }
  @media (min-width: 1000px) {
    .carousel.carousel_slideshow {
      margin-right: -50%; } }
/* ---------  POPUP  --------- */
.popup__open {
  cursor: pointer; }

.popup {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100; }
  .popup.active {
    display: block !important; }
  .popup .popup__close {
    position: absolute;
    right: 35px;
    top: 30px;
    color: #000;
    cursor: pointer;
    transition: color 0.4s ease;
    z-index: 9; }
    @media (min-width: 650px) {
  .popup .popup__close {
    right: 25px;
    color: #fff; } }
    .popup .popup__close .icon .fal, .popup .popup__close .icon .far, .popup .popup__close .icon .fas, .popup .popup__close .icon .fab {
      font-size: 22px; }
    .popup .popup__close:hover {
      color: #999; }
  .popup .popup__content {
    width: calc(100vw - 50px);
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    padding-left: 25px;
    padding-top: 60px;
    padding-bottom: 25px;
    border-radius: 5px;
    background-color: #fff;
    text-align: left;
    transform: translateX(-50%); }
    @media (min-width: 650px) {
  .popup .popup__content {
    width: calc(100vw - 180px);
    max-width: 500px;
    max-height: 650px;
    top: 40px;
    bottom: 40px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px; } }
    .popup .popup__content .popup__content__scrollable {
      max-height: 100%;
      padding-right: 25px;
      padding-bottom: 10px;
      overflow-y: auto; }
    @media (min-width: 650px) {
    .popup .popup__content .popup__content__scrollable {
      padding-right: 25px; } }
    .popup .popup__content .popup__content__scrollable > *:last-child {
      margin-bottom: 0px; }
/* ---------  MAPS  --------- */
.gmap {
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 60%; }
  @media (min-width: 650px) {
  .gmap {
    padding-bottom: 50%; } }
  @media (min-width: 1000px) {
  .gmap {
    padding-bottom: 40%; } }
  @media (min-width: 1300px) {
  .gmap {
    padding-bottom: 30%; } }
  .gmap .gm-style .gm-style-iw-c {
    border-radius: 0px; }
    .gmap .gm-style .gm-style-iw-c .gm-style-iw-d .gmaps_info {
      padding: 10px; }
      .gmap .gm-style .gm-style-iw-c .gm-style-iw-d .gmaps_info > *:last-child {
        margin-bottom: 0px; }
  .gmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    display: block; }
/* ---------  VIDEO  --------- */
.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%; }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
/* ---------  FORM  --------- */
.yform .form-group {
  margin-top: 20px; }
  .yform .form-group:first-child {
    margin-top: 0px; }
  .yform .form-group label {
    display: block; }
  .yform .form-group input[type=text] {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 0px;
    background-color: #dadada; }
  .yform .form-group textarea {
    width: 100%;
    height: 200px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 0px;
    background-color: #dadada;
    resize: vertical; }
  .yform .form-group#yform-table-etx_contact-xmail {
    display: none !important; }
  .yform .btn {
    border: 0px; }
  .yform .alert {
    margin-bottom: 50px;
    text-align: center;
    color: #4c7a21; }
  .yform .alert ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  .yform .alert ul li {
    margin-bottom: 5px; }
/* *************************  FOOTER  ************************* */
.footer .container.bg_accent_1:nth-child(3) {
  padding-bottom: 20px; }
  .footer .container.bg_accent_2 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .footer a {
    color: #333; }
  .footer a:hover {
    color: #4c7a21; }
  .footer .footer__logo {
    max-width: 100px;
    position: relative; }
  .footer .footer__contact p {
    margin-bottom: 10px; }
  .footer .footer__contact p .fal, .footer .footer__contact p .far, .footer .footer__contact p .fas, .footer .footer__contact p .fab {
    width: 50px;
    display: inline-block; }
  .footer .footer__navigation nav > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center; }
  @media (min-width: 1000px) {
        .footer .footer__navigation nav > ul {
          flex-flow: row nowrap;
          align-items: flex-start;
          display: flex;
          text-align: left; } }
  .footer .footer__navigation nav > ul > li {
    margin-top: 15px; }
    @media (min-width: 1000px) {
        .footer .footer__navigation nav > ul > li {
          flex: 0 0 auto;
          margin-left: 40px;
          margin-top: 0px; } }
    .footer .footer__navigation nav > ul > li:first-child {
      margin-top: 0px; }
      @media (min-width: 1000px) {
        .footer .footer__navigation nav > ul > li:first-child {
          margin-left: 0px; } }
    .footer .footer__navigation nav > ul > li > a {
      margin-bottom: 5px;
      color: #fff; }
    .footer .footer__navigation nav > ul > li > ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      @media (min-width: 1000px) {
        .footer .footer__navigation nav > ul > li > ul {
          position: absolute; } }
      .footer .footer__navigation nav > ul > li > ul > li {
        margin-top: 5px; }
        .footer .footer__navigation nav > ul > li > ul > li:first-child {
          margin-top: 0px; }
        .footer .footer__navigation nav > ul > li > ul > li > a {
          color: rgba(255, 255, 255, 0.5); }
  .footer .footer__address {
    flex-flow: row wrap;
    justify-content: center;
    display: flex;
    text-align: center; }
  @media (min-width: 1000px) {
    .footer .footer__address {
      flex-flow: row nowrap;
      justify-content: flex-end; } }
  .footer .footer__address .footer__address__logo {
    flex: 0 0 100%; }
  @media (min-width: 1000px) {
      .footer .footer__address .footer__address__logo {
        flex: 0 0 120px;
        order: 2;
        margin-left: 20px; } }
  .footer .footer__address .footer__address__logo img {
    height: auto;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto; }
  .footer .footer__address .footer__address__text {
    flex: 1 1 auto;
    margin-top: 15px;
    text-align: center; }
  @media (min-width: 1000px) {
      .footer .footer__address .footer__address__text {
        order: 1;
        margin-top: 0px;
        text-align: right; } }
  .footer .footer__address .footer__address__text a {
    color: #fff; }
  .footer .footer__social {
    flex-flow: row nowrap;
    justify-content: center;
    display: flex; }
  .footer .footer__social a {
    flex: 0 0 30px;
    margin-left: 15px;
    font-size: 25px;
    text-align: center;
    color: #7fbf41; }
  .footer .footer__social a:first-child {
    margin-left: 0px; }
  .footer .footer__social a:hover {
    color: #c9e28e; }
  .footer .footer__copyright {
    margin-bottom: 0px; }
  @media (min-width: 768px) {
    .footer .footer__copyright {
      display: inline-block; } }
  .footer .footer__links {
    margin-bottom: 0px; }
  @media (min-width: 768px) {
    .footer .footer__links {
      margin-left: 20px;
      display: inline-block; } }
  .footer .footer__links a {
    margin-top: 5px;
    margin-left: 20px;
    display: inline-block;
    color: #fff; }
  .footer .footer__links a:hover {
    opacity: 0.5; }
  .footer .footer__links a:first-child {
    margin-top: 0px;
    margin-left: 0px; }
