*, *::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: 410px;
    top: 492px; }
  .character--2 {
    left: 3px;
    top: 341px; }
  .character--3 {
    left: 51px;
    top: 483px; }
  .character--4 {
    left: 746px;
    top: 504px; }
  .character--5 {
    left: 678px;
    top: 224px; }
  .character--6 {
    left: 545px;
    top: 372px; }
  .character--7 {
    left: 731px;
    top: 332px; }
  .character--8 {
    left: 10px;
    top: 195px;
    z-index: 2; }
  .character--9 {
    left: 43px;
    top: 77px;
    z-index: 2; }
  .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);
  width: 1920px;
  will-change: transform; }
  .flat--mountains {
    top: 0;
    z-index: 1; }
  .flat--buildings {
    top: 60px;
    transform: translateY(-100px);
    z-index: 2; }
  .flat--mid-ground {
    top: 83px;
    transform: translateY(-300px);
    z-index: 3; }
  .flat--foreground {
    top: 200px;
    transform: translateY(-450px);
    z-index: 4; }
  .flat--trees-wrapper {
    height: 100%;
    z-index: 5; }
  .flat--trees-left, .flat--trees-right {
    bottom: 11px;
    top: auto;
    transform: translateY(-450px) scale(1.1);
    transform-origin: 0 100%;
    width: 50%; }
  .flat--trees-right {
    bottom: 10px;
    left: auto;
    right: 0;
    transform-origin: 100% 100%; }
  .flat--tractor {
    left: 16px;
    margin-left: 0;
    top: 201px;
    width: auto;
    z-index: 2; }

.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: 33.33333%; }
    .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 {
    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: inline-block;
    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--1::before, .hotspot--4::before, .hotspot--5::before, .hotspot--7::before, .hotspot--10::before {
    left: auto;
    right: 100%;
    transform: translateX(30px); }
  .hotspot--1:hover::before, .hotspot--4:hover::before, .hotspot--5:hover::before, .hotspot--7:hover::before, .hotspot--10:hover::before {
    transform: translateX(0); }
  .hotspot--1 {
    animation-delay: 0.2s;
    left: 490px;
    top: 430px; }
    .hotspot--1 .hotspot__dot {
      animation-delay: 2.2s; }
  .hotspot--2 {
    animation-delay: 0.4s;
    left: 85px;
    top: 350px; }
    .hotspot--2::before {
      min-width: 225px; }
    .hotspot--2 .hotspot__dot {
      animation-delay: 2.4s; }
  .hotspot--3 {
    animation-delay: 0.6s;
    left: 180px;
    top: 445px; }
    .hotspot--3 .hotspot__dot {
      animation-delay: 2.6s; }
  .hotspot--4 {
    animation-delay: 0.8s;
    left: 690px;
    top: 490px; }
    .hotspot--4::before {
      min-width: 200px; }
    .hotspot--4 .hotspot__dot {
      animation-delay: 2.8s; }
  .hotspot--5 {
    animation-delay: 1s;
    left: 710px;
    top: 170px; }
    .hotspot--5 .hotspot__dot {
      animation-delay: 3s; }
  .hotspot--6 {
    animation-delay: 1.2s;
    left: 540px;
    top: 310px; }
    .hotspot--6::before {
      min-width: 225px; }
    .hotspot--6 .hotspot__dot {
      animation-delay: 3.2s; }
  .hotspot--7 {
    animation-delay: 1.4s;
    left: 720px;
    top: 330px; }
    .hotspot--7 .hotspot__dot {
      animation-delay: 3.4s; }
  .hotspot--8 {
    animation-delay: 1.6s;
    left: 35px;
    top: 145px;
    z-index: 3; }
    .hotspot--8::before {
      min-width: 200px; }
    .hotspot--8 .hotspot__dot {
      animation-delay: 3.6s; }
  .hotspot--9 {
    animation-delay: 1.8s;
    left: 160px;
    top: 60px; }
    .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: 836px;
  opacity: 0;
  position: relative;
  transition: opacity 1s; }
  .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; }
    .page-stage__inner.hotspots--background {
      z-index: 2; }
    .page-stage__inner.hotspots--mid-ground {
      z-index: 3; }
    .page-stage__inner.hotspots--foreground {
      z-index: 4; }
  @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; }
  .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: 600px; }
      .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; }
    .popover__heading br {
      display: none; }
  .popover__h3 {
    color: #3B3B3B;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1; }
  .popover__stats {
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 0 150px;
    max-width: 710px; }
    .popover__stats:empty {
      display: none; }
  .popover__stat {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    line-height: 1;
    text-align: center; }
  .popover__stat-icon {
    -ms-flex-align: center;
        align-items: center;
    background-color: #FDB100;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto;
    width: 50px; }
    .popover__stat-icon svg {
      height: 50%; }
  .popover__stat-text {
    line-height: 1.2;
    margin: 15px 0;
    padding: 0 15px; }
  .popover__stat-stat {
    color: #48831e;
    display: block;
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 5px; }
    .popover__stat-stat sup {
      color: #3B3B3B;
      font-size: 18px;
      vertical-align: text-top; }
  .popover__stat-unit {
    display: block;
    font-size: 24px;
    font-weight: bold; }
  .popover__car {
    background-color: #ECEDF0;
    line-height: 1.2;
    margin: 50px 0 0 150px;
    max-width: 710px;
    padding: 20px; }
  .popover__car-text {
    margin-top: 0; }
  .popover__car-animation {
    overflow: hidden; }
  .popover__car-miles {
    background-image: url(../img/assets/car.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: transparent;
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    padding-left: 15px;
    transform: translateX(-100%);
    transition: transform 1.5s ease-out, color 0.5s 1s; }
    .popover__car-miles::after {
      content: " miles";
      font-size: 24px;
      font-weight: normal; }
      [lang=cy-gb] .popover__car-miles::after {
        content: " o filltiroedd";
        font-size: 21px; }
    .popover__car-miles.is-visible {
      color: #3B3B3B;
      transform: translateX(0); }
  .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__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;
      padding-right: 30px; }
    .popover__icon {
      height: 70px;
      right: -60px;
      top: 75px;
      width: 70px; }
    .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__stats {
      display: block;
      margin-top: 30px; }
    .popover__stat {
      margin-bottom: 30px; }
    .popover__cta {
      margin-bottom: 50px;
      padding: 30px 15px; }
    .popover__cta-heading {
      font-size: 24px; }
    .popover__car {
      margin: 0 auto 30px;
      max-width: 600px;
      overflow: hidden; }
    .popover__car-animation {
      margin: 0 -200px 0 -20px; }
    .popover__car-miles {
      background-position: right;
      background-size: 600px auto;
      font-size: 24px;
      padding-left: 20px;
      /*[lang=cy-gb] & {
        background-size: 800px auto;
        font-size: 18px;
        height: 60px;
        line-height: 1;
        padding-top: 10px;
      }

      &::after {
        font-size: 16px;

        [lang=cy-gb] & {
          display: block;
          font-size: 14px;
        }
      }*/ }
      .popover__car-miles::after {
        font-size: 16px; }
    .popover__mobile-cta {
      display: block; } }

.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; }
