*, *::before, *::after {
  box-sizing: border-box; }

html, body {
  scroll-behavior: smooth;
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity; }

body {
  color: #666666;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
  padding: 0; }
  body.is-no-scroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px; }
  .inner--header {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px; }

.position-relative {
  position: relative; }

.page-main {
  overflow-x: hidden; }

.text-primary {
  color: #48831e; }

.text-hotspot {
  color: #FDB100; }

.text-hotspot_dark {
  color: #F89B0B; }

.text-light-grey {
  color: #ECEDF0; }

.text-mid-grey {
  color: #666666; }

.text-dark-grey {
  color: #3B3B3B; }

.text-trees-grey {
  color: #f1efe7; }

.text-link {
  color: #006699; }

h1 {
  color: #3B3B3B;
  font-size: 48px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 24px; } }

ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative; }
  ul li::before {
    background-color: #48831e;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    left: -18px;
    position: absolute;
    top: 13px;
    width: 6px; }

p, h1, h2, h3, h4, h5, h6, ul, ol {
  margin-top: 0; }

ol {
  counter-reset: ordered-list;
  font-size: 13px;
  list-style-type: none;
  padding: 0; }
  ol li {
    margin-bottom: 5px; }
    ol li::before {
      content: counter(ordered-list) " ";
      counter-increment: ordered-list;
      font-size: 10px;
      vertical-align: super; }

a, .btn-link {
  background: none;
  border: none;
  box-shadow: inset 0 -1px currentColor;
  color: #48831e;
  font-size: 1rem;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  transition: color 0.15s; }
  a:hover, .btn-link:hover {
    color: #004466; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.card {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: solid 1px #ECEDF0;
  box-shadow: 0 0 9px -3px rgba(0, 0, 0, 0.05);
  color: #666666;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  margin: 0 15px 30px;
  padding: 50px 30px 30px;
  transition: background-color 0.15s;
  width: calc(33.33333% - 30px); }
  .card--1 {
    -ms-flex-order: 1;
        order: 1; }
  .card--2 {
    -ms-flex-order: 2;
        order: 2; }
  .card--3 {
    -ms-flex-order: 3;
        order: 3; }
  .card--4 {
    -ms-flex-order: 4;
        order: 4; }
  .card--5 {
    -ms-flex-order: 5;
        order: 5; }
  .card--6 {
    -ms-flex-order: 9;
        order: 9; }
  .card--7 {
    -ms-flex-order: 6;
        order: 6; }
  .card--8 {
    -ms-flex-order: 7;
        order: 7; }
  .card--9 {
    -ms-flex-order: 8;
        order: 8; }
  .card--10 {
    -ms-flex-order: 10;
        order: 10; }
  .card:hover {
    background-color: #48831e; }
    .card:hover .card__icon {
      background-color: rgba(0, 0, 0, 0.25); }
    .card:hover .card__heading {
      color: #fff; }
  .card__icon {
    -ms-flex-align: center;
        align-items: center;
    border: solid 5px #FDB100;
    border-radius: 50%;
    color: #FDB100;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto 30px;
    transition: background-color 0.15s;
    width: 64px; }
    .card__icon svg {
      width: 24px; }
  .card__heading {
    color: #48831e;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    transition: color 0.15s; }
  @media screen and (max-width: 767px) {
    .card {
      -ms-flex-align: center;
          align-items: center;
      background-color: #48831e;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99 163'%3E%3Cpolygon points='18,163 1,146 65,82 0,17 17,0 99,82' fill='%23fff'/%3E%3C/svg%3E%0A");
      background-position: calc(100% - 20px) center;
      background-repeat: no-repeat;
      background-size: 14px;
      border-bottom: solid 2px #fff;
      box-shadow: none;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      min-height: 65px;
      padding: 0 50px 0 0;
      width: 100%; }
      .card__icon {
        background-color: #FDB100;
        border: solid 3px white;
        color: #fff;
        height: 40px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        line-height: 40px;
        margin: 0 15px;
        width: 40px; }
        .card__icon svg {
          width: 18px; }
      .card__heading {
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        padding-top: 15px;
        text-align: left; }
      .card__intro {
        display: none; } }

.character {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: 0.15s;
  z-index: 6; }
  .character--1 {
    left: -81px;
    top: 555px; }
  .character--2 {
    left: 472px;
    top: 625px; }
  .character--3 {
    left: -249px;
    top: 426px; }
  .character--4 {
    left: -462px;
    top: 572px; }
  .character--5 {
    left: 731px;
    top: 340px; }
  .character--6 {
    left: -174px;
    top: 634px; }
  .character--7 {
    left: 358px;
    top: 726px; }
  .character--8 {
    left: 767px;
    top: 520px; }
  .character--9 {
    left: 285px;
    top: 372px; }
  .character--10 {
    left: 455px;
    top: 150px; }

.circles {
  position: absolute;
  top: 0;
  width: 100%; }
  .circles::before, .circles::after {
    border-radius: 50%;
    content: "";
    position: absolute; }
  .circles--left {
    background-image: url(../img/assets/top-left-circle.png);
    background-position: 0 -200px;
    background-repeat: no-repeat;
    height: 562px;
    width: 521px; }
    .circles--left::before {
      background-color: #FDB100;
      height: 150px;
      left: 300px;
      opacity: 0.1;
      top: 220px;
      width: 150px; }
  .circles--right {
    height: 500px;
    overflow: hidden; }
    .circles--right::before {
      background-color: #48831e;
      height: 600px;
      opacity: 0.25;
      right: -200px;
      top: -250px;
      width: 600px; }
  .circles--reduction {
    height: 250px;
    opacity: 0.25;
    right: -250px;
    top: 50px;
    width: 250px; }
    .circles--reduction .circles__icon {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 64px; }
  .circles__outer-circle {
    fill: #FDB100; }
  .circles__inner-circle {
    fill: none;
    stroke: #F89B0B;
    stroke-width: 5px; }
  @media screen and (max-width: 1399px) {
    .circles--reduction {
      right: -120px; } }
  @media screen and (max-width: 1199px) {
    .circles--reduction {
      display: none; } }
  @media screen and (max-width: 767px) {
    .circles {
      display: none; } }

.farming-header {
  background-color: #48831e;
  padding: 20px 0; }
  .farming-header__logo-link {
    margin-right: auto; }
  .farming-header__link {
    box-shadow: inset 0 -1px 0 transparent;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-left: 15px;
    transition: 0.15s; }
    .farming-header__link:hover {
      box-shadow: inset 0 -1px 0 currentColor;
      color: #fff; }
  .farming-header img {
    display: block;
    height: 50px; }
  .farming-header__right {
    margin-left: auto;
    text-align: right; }
  .farming-header__sub-nav {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
  .farming-header__button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    display: inline-block;
    font-weight: bold;
    margin-left: auto;
    padding: 2px 10px; }
    .farming-header__button:hover {
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0.75); }
  .farming-header__tel {
    font-size: 24px;
    font-weight: bold; }
  .farming-header__menu-toggle {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    color: #fff;
    display: none;
    margin: -10px 15px -15px -15px;
    padding: 0 12px;
    width: 50px; }
  @media screen and (max-width: 767px) {
    .farming-header {
      padding: 10px 0;
      position: relative; }
      .farming-header .inner--header {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .farming-header__logo-link {
        width: 100%; }
      .farming-header__menu-toggle {
        display: block; }
      .farming-header__left {
        display: -ms-flexbox;
        display: flex; }
      .farming-header__right {
        background-color: #3B3B3B;
        margin: 15px -15px -10px -15px;
        max-height: 0;
        overflow: hidden;
        text-align: left;
        transition: 0.3s;
        width: calc(100% + 30px); }
        .farming-header__right.is-open {
          max-height: 350px; }
      .farming-header__button {
        background-color: transparent; }
      .farming-header__link, .farming-header__button {
        border-bottom: solid 1px rgba(255, 255, 255, 0.15);
        display: block;
        font-weight: bold;
        margin-left: 0;
        padding: 15px;
        width: 100%; }
        .farming-header__link--language, .farming-header__button--language {
          background-color: #fff;
          border-radius: 50%;
          color: #000;
          height: 40px;
          font-size: 0;
          line-height: 40px;
          padding: 0;
          position: absolute;
          right: 15px;
          text-align: center;
          top: 15px;
          transition: none;
          width: 40px; }
          .farming-header__link--language::before, .farming-header__button--language::before {
            content: attr(data-lang-code);
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase; }
          .farming-header__link--language:hover, .farming-header__button--language:hover {
            color: #000; }
      .farming-header__tel {
        display: none; } }

.flat {
  backface-visibility: hidden;
  left: 50%;
  margin-left: -960px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: 1s;
  width: 1920px;
  will-change: transform; }
  .flat--mountains {
    top: 145px;
    z-index: 1; }
  .flat--background {
    top: 225px;
    transform: translateY(0);
    z-index: 2; }
  .flat--mid-ground {
    top: 350px;
    transform: translateY(0);
    z-index: 3; }
  .flat--buildings {
    top: 380px;
    transform: translateY(0);
    z-index: 4; }
  .flat--foreground {
    top: 655px;
    transform: translateY(0);
    z-index: 5; }
  .flat--trees-wrapper {
    height: 100%;
    z-index: 6; }
  .flat--trees-left, .flat--trees-right {
    bottom: 10px;
    top: auto;
    transform: translateY(0) scale(1.1);
    transform-origin: 0 100%;
    width: 50%; }
  .flat--trees-right {
    bottom: 9px;
    left: auto;
    right: 0;
    transform-origin: 100% 100%; }

.footer {
  background-color: #ccc;
  margin-top: 20px;
  padding: 15px 0 30px; }
  .footer__links {
    font-size: 0;
    list-style: none;
    padding: 0; }
    .footer__links li {
      border-right: solid 1px #999;
      display: inline-block;
      line-height: 1.2;
      margin-bottom: 0;
      margin-right: 10px;
      padding-right: 10px; }
      .footer__links li::before {
        display: none; }
      .footer__links li:last-of-type {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
    .footer__links a {
      box-shadow: none;
      color: #3B3B3B;
      font-size: 14px;
      font-weight: normal; }
      .footer__links a:hover {
        text-decoration: underline; }
  .footer__lower {
    display: -ms-flexbox;
    display: flex;
    margin: 30px -15px 0; }
  .footer__wg-logo, .footer__erdf-logo {
    padding: 0 15px;
    width: 20%; }
    .footer__wg-logo a, .footer__erdf-logo a {
      box-shadow: none;
      display: block; }
  .footer__license {
    color: #3B3B3B;
    font-size: 14px;
    padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .footer {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 15px 15px 30px; }
      .footer__links {
        margin-bottom: 60px; }
        .footer__links li {
          border: none;
          display: block; }
          .footer__links li::before {
            background-color: transparent;
            border: solid 5px transparent;
            border-left: solid 7px #999;
            border-radius: 0;
            display: inline-block;
            position: static;
            margin-right: 5px; }
          .footer__links li + li {
            margin: 10px 0 0;
            padding: 0; }
      .footer__lower {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .footer__wg-logo, .footer__erdf-logo {
        margin-bottom: 30px;
        width: 100%; } }

.hotspot {
  animation: bounce-in 1s linear forwards;
  cursor: pointer;
  display: none;
  height: 60px;
  opacity: 0;
  position: absolute;
  transition: 0.15s, opacity 0.15s linear;
  width: 60px;
  z-index: 6; }
  .hotspot__dot {
    animation: pulse 6s 2s linear infinite forwards;
    background-color: #FDB100;
    border: solid 3px white;
    border-radius: 50%;
    box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.5);
    height: 40px;
    left: 50%;
    line-height: 40px;
    position: absolute;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.3s;
    top: 50%;
    width: 40px; }
    .hotspot__dot::before, .hotspot__dot::after {
      animation: concentric-pulse 1.5s linear infinite 1s;
      border: solid 1px #FDB100;
      border-radius: 50%;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transform: scale(1.2);
      width: 100%; }
    .hotspot__dot::after {
      animation-delay: 1.4s; }
  .hotspot:hover {
    z-index: 7; }
    .hotspot:hover::before {
      opacity: 1;
      transform: translateX(0);
      transition: opacity 0.2s 0.1s, visibility 0.15s 0.15s, transform 0.2s;
      visibility: visible; }
    .hotspot:hover::after {
      opacity: 0; }
    .hotspot:hover + .character {
      opacity: 1; }
    .hotspot:hover .hotspot__dot {
      animation: none;
      background-color: #48831e;
      border: none;
      border-radius: 0;
      height: 60px;
      width: 60px; }
      .hotspot:hover .hotspot__dot::before, .hotspot:hover .hotspot__dot::after {
        animation: none; }
  .hotspot::before {
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99 163'%3E%3Cpolygon points='18,163 1,146 65,82 0,17 17,0 99,82' fill='%2348831e'/%3E%3C/svg%3E%0A");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 14px;
    box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.5);
    content: attr(data-hotspot);
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    padding: 10px 35px 10px 15px;
    position: absolute;
    height: 60px;
    left: 100%;
    margin-top: -30px;
    min-width: 275px;
    text-align: left;
    transform: translateX(-30px);
    transition: 0.15s;
    top: 50%;
    visibility: hidden;
    will-change: opacity, visibility, transform; }
  .hotspot--2::before, .hotspot--5::before, .hotspot--7::before, .hotspot--8::before {
    left: auto;
    right: 100%;
    transform: translateX(30px); }
  .hotspot--2:hover::before, .hotspot--5:hover::before, .hotspot--7:hover::before, .hotspot--8:hover::before {
    transform: translateX(0); }
  .hotspot--1 {
    animation-delay: 0.2s;
    left: 206px;
    top: 550px; }
    .hotspot--1 .hotspot__dot {
      animation-delay: 2.2s; }
  .hotspot--2 {
    animation-delay: 0.4s;
    left: 533px;
    top: 666px; }
    .hotspot--2::before {
      min-width: 225px; }
    .hotspot--2 .hotspot__dot {
      animation-delay: 2.4s; }
  .hotspot--3 {
    animation-delay: 0.6s;
    left: 134px;
    top: 460px; }
    .hotspot--3::before {
      min-width: 200px; }
    .hotspot--3 .hotspot__dot {
      animation-delay: 2.6s; }
  .hotspot--4 {
    animation-delay: 0.8s;
    left: 333px;
    top: 614px; }
    .hotspot--4::before {
      min-width: 200px; }
    .hotspot--4 .hotspot__dot {
      animation-delay: 2.8s; }
  .hotspot--5 {
    animation-delay: 1s;
    left: 724px;
    top: 346px; }
    .hotspot--5 .hotspot__dot {
      animation-delay: 3s; }
  .hotspot--6 {
    animation-delay: 1.2s;
    left: 78px;
    top: 685px; }
    .hotspot--6::before {
      min-width: 225px; }
    .hotspot--6 .hotspot__dot {
      animation-delay: 3.2s; }
  .hotspot--7 {
    animation-delay: 1.4s;
    left: 526px;
    top: 744px; }
    .hotspot--7::before {
      min-width: 250px; }
    .hotspot--7 .hotspot__dot {
      animation-delay: 3.4s; }
  .hotspot--8 {
    animation-delay: 1.6s;
    left: 724px;
    top: 540px; }
    .hotspot--8::before {
      min-width: 235px; }
    .hotspot--8 .hotspot__dot {
      animation-delay: 3.6s; }
  .hotspot--9 {
    animation-delay: 1.8s;
    left: 343px;
    top: 353px; }
    .hotspot--9::before {
      min-width: 140px; }
    .hotspot--9 .hotspot__dot {
      animation-delay: 3.8s; }
  .hotspot--10 {
    animation-delay: 2s;
    left: 440px;
    top: 110px; }
    .hotspot--10::before {
      min-width: 200px; }
    .hotspot--10 .hotspot__dot {
      animation-delay: 4s; }
  .hotspot__icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
    .hotspot__icon svg {
      color: #fff;
      display: block;
      height: 20px; }
  .hotspot__popover-content {
    display: none; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.5), 0 0 1px 1px rgba(0, 0, 0, 0.25); }
  8% {
    box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.5), 0 0 1px 9px rgba(0, 0, 0, 0.25); }
  16% {
    box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.5), 0 0 1px 18px rgba(0, 0, 0, 0); }
  17% {
    box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(0, 0, 0, 0); }
  18% {
    box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(0, 0, 0, 0.25); } }

@keyframes concentric-pulse {
  0% {
    opacity: 0;
    transform: scale(1); }
  50% {
    opacity: 0.8;
    transform: scale(1.5); }
  90% {
    opacity: 0;
    transform: scale(2); }
  100% {
    opacity: 0;
    transform: scale(1.2); } }

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(1); }
  25% {
    opacity: 1;
    transform: scale(1.2); }
  50% {
    opacity: 1;
    transform: scale(1); }
  75% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.mobile-stage {
  display: none;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .mobile-stage {
      display: block; } }

.page-stage {
  height: 1080px;
  opacity: 0;
  position: relative;
  transition: opacity 1s;
  z-index: 1; }
  .page-stage.is-loaded {
    opacity: 1; }
  .page-stage.is-focused .hotspot {
    display: block; }
  .page-stage.is-focused .flat {
    transform: translateY(0); }
  .page-stage__overflow-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  .page-stage__inner {
    height: 100%;
    left: 50%;
    margin-left: -480px;
    max-width: 960px;
    position: absolute;
    transition: 1s; }
    .page-stage__inner.hotspots--background {
      z-index: 2; }
    .page-stage__inner.hotspots--mid-ground {
      z-index: 3; }
    .page-stage__inner.hotspots--buildings {
      z-index: 4; }
    .page-stage__inner.hotspots--foreground {
      z-index: 5; }
  @media screen and (max-width: 960px) {
    .page-stage {
      margin-left: 130px; } }
  @media screen and (max-width: 767px) {
    .page-stage {
      display: none; } }

.page-static {
  background-color: #f1efe7;
  overflow: auto;
  margin-top: -15px;
  padding-top: 80px;
  position: relative;
  text-align: center;
  z-index: 2; }
  .page-static__heading {
    color: #3B3B3B;
    font-size: 36px;
    font-weight: bold; }
  .page-static__intro {
    margin: 0 auto;
    max-width: 500px; }
  .page-static__hotspots {
    margin: 30px -15px; }
  .page-static__cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-static__mobile-toggle, .page-static__mobile-intro {
    display: none;
    text-align: left; }
  .page-static__mobile-toggle {
    background: #FDB100;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
    position: relative;
    width: 100%; }
  .page-static__mobile-toggle-icon {
    fill: #fff;
    position: absolute;
    right: 20px;
    transform: rotate(90deg);
    width: 12px; }
  @media screen and (max-width: 767px) {
    .page-static {
      background-color: #fff;
      margin-top: 0;
      padding-top: 0; }
      .page-static__hotspots {
        margin: 0 0 30px; }
      .page-static__mobile-toggle, .page-static__mobile-intro {
        display: block; }
      .page-static__cards {
        max-height: 0;
        overflow: hidden;
        transition: 0.5s; }
      .page-static__mobile-toggle.is-active {
        background: #ECEDF0; }
        .page-static__mobile-toggle.is-active .page-static__mobile-toggle-icon {
          fill: #000;
          transform: rotate(-90deg); }
        .page-static__mobile-toggle.is-active ~ .page-static__cards {
          max-height: 900px; }
      .page-static__heading, .page-static__intro {
        display: none; } }

.page-intro {
  font-size: 18px;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 50px;
  position: relative;
  min-height: calc(100vh - 62px - 96px - 100px); }
  .page-intro__intro {
    margin: 0 auto 50px;
    max-width: 600px; }
  .page-intro__help {
    font-weight: bold;
    margin-top: 60px; }
  .page-intro__more {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s; }
    .page-intro__more.is-visible {
      max-height: 1000px; }
      .page-intro__more.is-visible + .page-intro__more-link .page-intro__more-icon {
        transform: rotate(180deg); }
    .page-intro__more p:first-of-type {
      margin-top: 0; }
  .page-intro__more-link {
    box-shadow: inset 0 -1px 0 transparent;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal; }
    .page-intro__more-link:hover {
      box-shadow: inset 0 -1px currentColor; }
  .page-intro__more-icon {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    width: 16px; }
    .page-intro__more-icon path {
      fill: currentColor; }
  .page-intro__scroller {
    background-color: #48831e;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.15s;
    width: 100px;
    z-index: 99; }
    .page-intro__scroller:hover {
      background-color: #315a14;
      color: #fff; }
    .page-intro__scroller::after {
      animation: scroll-bounce 2.5s forwards infinite 3s;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M252.485 343.03l-7.07-7.071c-4.686-4.686-12.284-4.686-16.971 0L145 419.887V44c0-6.627-5.373-12-12-12h-10c-6.627 0-12 5.373-12 12v375.887l-83.444-83.928c-4.686-4.686-12.284-4.686-16.971 0l-7.07 7.071c-4.686 4.686-4.686 12.284 0 16.97l116 116.485c4.686 4.686 12.284 4.686 16.971 0l116-116.485c4.686-4.686 4.686-12.284-.001-16.97z'%3E%3C/path%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      height: 35px;
      left: 50%;
      margin-left: -8px;
      position: absolute;
      top: 47%;
      width: 16px; }
  @media screen and (max-width: 767px) {
    .page-intro {
      min-height: 0;
      padding-bottom: 0;
      padding-top: 20px;
      text-align: left; }
      .page-intro__intro, .page-intro__scroller {
        display: none; } }

@keyframes scroll-bounce {
  0% {
    transform: translateY(0); }
  15% {
    transform: translateY(10px); }
  30% {
    transform: translateY(0); }
  45% {
    transform: translateY(10px); }
  70% {
    transform: translateY(0); } }

.popover-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .popover-content > * {
    width: 100%; }

.popover {
  background-color: rgba(139, 205, 157, 0.5);
  height: 100%;
  left: 0;
  line-height: 1.8;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 103; }
  .popover.is-visible {
    opacity: 1;
    visibility: visible; }
    .popover.is-visible .popover__inner {
      transform: translateX(0); }
  .popover__click-area {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .popover__inner {
    background-color: #fff;
    height: 100%;
    max-width: 1150px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 0.3s;
    width: 100%; }
    .popover__inner::before {
      background-color: #48831e;
      border-radius: 50%;
      content: "";
      display: block;
      height: 700px;
      left: 300px;
      opacity: 0.5;
      position: absolute;
      top: 0;
      transform: translate(50%, -50%);
      width: 700px; }
  .popover__close {
    -ms-flex-align: center;
        align-items: center;
    background-color: #ECEDF0;
    border: none;
    color: #48831e;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    font-size: 52px;
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    line-height: 100px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px; }
    .popover__close svg {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 33%; }
  .popover__header {
    margin: 50px 0 0 150px;
    max-width: 565px;
    position: relative; }
  .popover__icon {
    -ms-flex-align: center;
        align-items: center;
    background-color: #48831e;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    right: -50px;
    top: 50px;
    width: 80px; }
    .popover__icon svg {
      max-height: 50%;
      max-width: 50%;
      width: 100%; }
  .popover__subheading {
    color: #48831e;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.2;
    padding-top: 15px;
    text-transform: uppercase; }
  .popover__heading {
    color: #3B3B3B;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 30px;
    max-width: 490px;
    min-height: 100px; }
    .popover__heading br {
      display: none; }
  .popover__h3 {
    color: #3B3B3B;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1; }
  .popover__benefits {
    margin-bottom: 40px;
    padding: 0; }
    .popover__benefits li {
      -ms-flex-align: center;
          align-items: center;
      background-color: #f1efe7;
      display: -ms-flexbox;
      display: flex;
      font-weight: bold;
      line-height: 1;
      padding: 20px; }
      .popover__benefits li::before {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        height: 45px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        left: 0;
        margin-right: 20px;
        position: static;
        width: 45px; }
  .popover__support {
    padding: 0; }
    .popover__support li::before {
      display: none; }
  .popover__support-link {
    border: solid 2px #f1efe7;
    box-shadow: none;
    color: #666666;
    display: block;
    line-height: 1;
    font-size: 21px;
    padding: 20px 100px 20px 20px;
    position: relative;
    transition: border-color 0.15s, color 0.15s; }
    .popover__support-link::after {
      background-color: #FDB100;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px;
      content: "";
      height: 40px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      transition: background-color 0.15s;
      width: 40px; }
    .popover__support-link:hover {
      border-color: #48831e;
      color: #48831e; }
      .popover__support-link:hover::after {
        background-color: #48831e;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E"); }
  .popover__support-tag {
    color: #48831e;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px; }
  .popover__content {
    border-bottom: solid 1px #FDB100;
    margin: 50px 0 0 150px;
    max-width: 710px;
    padding-bottom: 30px; }
    .popover__content p:last-of-type {
      margin-bottom: 0; }
  .popover__references {
    line-height: 1.1;
    margin: 50px 0 0 150px;
    max-width: 710px;
    padding-bottom: 50px; }
  .popover__more-info, .popover__additional, .popover__intro {
    margin: 50px 0 0 150px;
    max-width: 710px; }
    .popover__more-info:empty, .popover__additional:empty, .popover__intro:empty {
      display: none; }
  .popover__intro {
    max-width: 550px; }
  .popover__cta {
    background-color: #ECEDF0;
    color: #3B3B3B;
    line-height: 1.4;
    margin-top: 50px;
    padding: 50px 15px;
    text-align: center; }
  .popover__cta-inner {
    margin: 0 auto;
    max-width: 610px; }
  .popover__cta-heading {
    font-size: 32px;
    margin: 0 0 15px; }
  .popover__cta-button {
    background-color: #48831e;
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    margin-bottom: 15px;
    padding: 10px 30px;
    transition: background-color 0.15s; }
    .popover__cta-button:hover {
      background-color: #315a14;
      color: #fff; }
  .popover__additional.is-hidden, .popover__car.is-hidden {
    display: none; }
  .popover__mobile-cta {
    bottom: 0;
    background-color: #48831e;
    color: #fff;
    display: none;
    font-size: 21px;
    left: 0;
    margin-top: 50px;
    padding: 10px 30px;
    position: fixed;
    text-align: center;
    width: 100%; }
  .popover__mobile-cta-icon {
    margin-bottom: -2px;
    margin-left: 20px;
    vertical-align: baseline;
    width: 12px; }
  @media screen and (max-width: 1200px) {
    .popover__inner {
      padding: 63px 15px 15px; }
    .popover__close {
      font-size: 36px;
      height: 48px;
      line-height: 48px;
      width: 48px; } }
  @media screen and (max-width: 767px) {
    .popover {
      font-size: 16px; }
      .popover__inner {
        height: 100%;
        margin: 0;
        padding: 15px;
        width: 100%; }
      .popover__close {
        left: auto;
        right: 0; }
      .popover__header, .popover__content, .popover__intro, .popover__stats, .popover__car, .popover__more-info, .popover__additional, .popover__references {
        margin: 0;
        max-width: 100%; }
      .popover__header {
        margin-bottom: 30px;
        max-width: calc(100% - 60px); }
      .popover__subheading {
        max-width: calc(100% - 30px);
        min-height: 50px; }
      .popover__heading {
        font-size: 24px;
        min-height: 0; }
      .popover__icon {
        height: 50px;
        right: -60px;
        top: 75px;
        width: 50px; }
      .popover__h3 {
        font-size: 21px; }
      .popover__intro {
        border-top: solid 1px #FDB100;
        padding-top: 30px; }
      .popover__content {
        border-bottom: none;
        border-top: solid 1px #FDB100;
        padding-top: 30px; }
      .popover__benefits li {
        -ms-flex-align: start;
            align-items: flex-start;
        line-height: 1.2;
        padding: 20px 10px; }
        .popover__benefits li::before {
          background-size: 12px;
          height: 24px;
          margin-right: 10px;
          width: 24px; }
      .popover__support-link {
        font-size: 16px;
        line-height: 1.2;
        padding-right: 50px; }
        .popover__support-link::after {
          background-size: 8px;
          height: 20px;
          right: 10px;
          width: 20px; } }

.bvd-bullet {
  display: none; }
  .popover.show-bvd-bullet .bvd-bullet {
    display: list-item; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

.top-footer {
  color: #3B3B3B;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin: 50px -15px 0; }
  .top-footer__section {
    padding: 0 15px;
    width: 33.33333%; }
  .top-footer__heading {
    font-size: 24px;
    line-height: 1.1; }
  .top-footer__social-list {
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .top-footer__social-list li::before {
      display: none; }
    .top-footer__social-list li + li {
      margin-left: 10px; }
  .top-footer__social {
    -ms-flex-align: center;
        align-items: center;
    background-color: red;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    line-height: 32px;
    -ms-flex-pack: center;
        justify-content: center;
    width: 32px; }
    .top-footer__social:hover {
      color: #fff; }
    .top-footer__social svg {
      max-height: 20px;
      max-width: 20px;
      width: 100%; }
    .top-footer__social--facebook {
      background-color: #3f5598; }
      .top-footer__social--facebook:hover {
        background-color: #304174; }
    .top-footer__social--linkedin {
      background-color: #007bb6; }
      .top-footer__social--linkedin:hover {
        background-color: #005983; }
    .top-footer__social--twitter {
      background-color: #2aa9e0; }
      .top-footer__social--twitter:hover {
        background-color: #1b8bbc; }
    .top-footer__social--youtube {
      background-color: #f00; }
      .top-footer__social--youtube:hover {
        background-color: #cc0000; }
    .top-footer__social--instagram {
      background-color: #2a5b83; }
      .top-footer__social--instagram:hover {
        background-color: #1e405c; }
  .top-footer__button {
    background-color: #e30613;
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px; }
    .top-footer__button:hover {
      background-color: #950106;
      color: #fff; }
  .top-footer__tel {
    box-shadow: none;
    color: #3B3B3B;
    font-size: 32px; }
  @media screen and (max-width: 767px) {
    .top-footer {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-footer__section {
        margin-bottom: 30px;
        width: 100%; } }

.wg-header {
  background-color: #333;
  padding: 10px 0; }
  .wg-header img {
    display: block; }
