.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 140px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
        float: left;
    }

    .daterangepicker {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }

    .daterangepicker .ranges, .daterangepicker .drp-calendar {
        float: left;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

@keyframes a{0%{opacity:0}to{opacity:1}}@keyframes b{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes c{0%{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes d{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(6px)}25%{transform:scale(1.3) translateX(8px)}40%{transform:scale(1.2) translateX(6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(6px)}75%{transform:scale(.7) translateX(8px)}90%{transform:scale(.8) translateX(6px)}to{transform:scale(1)}}@keyframes e{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(-6px)}25%{transform:scale(1.3) translateX(-8px)}40%{transform:scale(1.2) translateX(-6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(-6px)}75%{transform:scale(.7) translateX(-8px)}90%{transform:scale(.8) translateX(-6px)}to{transform:scale(1)}}.lum-lightbox{background:rgba(0,0,0,.6)}.lum-lightbox-inner{top:2.5%;right:2.5%;bottom:2.5%;left:2.5%}.lum-lightbox-inner img{position:relative}.lum-lightbox-inner .lum-lightbox-caption{margin:0 auto;color:#fff;max-width:700px;text-align:center}.lum-loading .lum-lightbox-loader{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:66px;height:20px;animation:c 1.8s linear infinite}.lum-lightbox-loader:after,.lum-lightbox-loader:before{content:"";display:block;width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;border-radius:20px;background:hsla(0,0%,100%,.9)}.lum-lightbox-loader:before{left:0;animation:d 1.8s linear infinite}.lum-lightbox-loader:after{right:0;animation:e 1.8s linear infinite;animation-delay:-.9s}.lum-lightbox.lum-opening{animation:a .18s ease-out}.lum-lightbox.lum-opening .lum-lightbox-inner{animation:b .18s ease-out}.lum-lightbox.lum-closing{animation:a .3s ease-in;animation-direction:reverse}.lum-lightbox.lum-closing .lum-lightbox-inner{animation:b .3s ease-in;animation-direction:reverse}.lum-img{transition:opacity .12s ease-out}.lum-loading .lum-img{opacity:0}.lum-gallery-button{overflow:hidden;text-indent:150%;white-space:nowrap;background:transparent;border:0;margin:0;padding:0;outline:0;position:absolute;top:50%;transform:translateY(-50%);height:100px;max-height:100%;width:60px;cursor:pointer}.lum-close-button{position:absolute;right:5px;top:5px;width:32px;height:32px;opacity:.3}.lum-close-button:hover{opacity:1}.lum-close-button:after,.lum-close-button:before{position:absolute;left:15px;content:" ";height:33px;width:2px;background-color:#fff}.lum-close-button:before{transform:rotate(45deg)}.lum-close-button:after{transform:rotate(-45deg)}.lum-previous-button{left:12px}.lum-next-button{right:12px}.lum-gallery-button:after{content:"";display:block;position:absolute;top:50%;width:36px;height:36px;border-top:4px solid hsla(0,0%,100%,.8)}.lum-previous-button:after{transform:translateY(-50%) rotate(-45deg);border-left:4px solid hsla(0,0%,100%,.8);box-shadow:-2px 0 rgba(0,0,0,.2);left:12%;border-radius:3px 0 0 0}.lum-next-button:after{transform:translateY(-50%) rotate(45deg);border-right:4px solid hsla(0,0%,100%,.8);box-shadow:2px 0 rgba(0,0,0,.2);right:12%;border-radius:0 3px 0 0}@media (max-width:460px){.lum-lightbox-image-wrapper{display:flex;overflow:auto;-webkit-overflow-scrolling:touch}.lum-lightbox-caption{width:100%;position:absolute;bottom:0}.lum-lightbox-position-helper{margin:auto}.lum-lightbox-inner img{max-width:none;max-height:none}}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sup{font-size:75%;line-height:0;position:relative}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden],template{display:none}
.mb-2 {
  margin-bottom: 2rem !important;
}
.text-center {
  text-align: center;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
::-moz-selection {
  color: #91b201;
  background: #e6edf4;
}
::selection {
  color: #91b201;
  background: #e6edf4;
}
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 700px) {
  html {
    font-size: 55%;
  }
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 1.9rem;
  color: #151515;
  height: 100%;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  background-color: #f4f4f4;
}
body.scrolled {
  padding-top: 77px;
}
@media only screen and (max-width: 700px) {
  body.scrolled {
    padding-top: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
p,
.img-block--one-col .img-block__title {
  margin: 0;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 4.5rem;
  }
  h1.multiline {
    font-size: 3.2rem;
  }
}
h2,
.img-block--one-col .img-block__title {
  font-weight: bold;
  font-size: 3.6rem;
}
@media only screen and (max-width: 700px) {
  h2,
  .img-block--one-col .img-block__title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 700px) {
  h3 {
    font-size: 2rem;
  }
}
p {
  font-weight: 300;
}
p a {
  color: #91b201;
}
p a:hover {
  color: #414e5e;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #91b201;
}
a:hover svg path {
  fill: #91b201;
}
hr {
  border: none;
  border-bottom: 1px solid #ddd;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
strong {
  font-weight: bold;
}
.fa {
  display: inline-block;
}
.primary {
  color: #91b201;
}
.lum-lightbox.lum-open {
  z-index: 10000;
}
.lum-lightbox-inner {
  bottom: 0;
}
.lum-lightbox-inner img {
  max-width: 100% !important;
  max-height: 95%;
}
.lum-close-button.lum-close-button {
  right: 2rem;
  top: 2rem;
  opacity: 1;
  cursor: pointer;
}
.btn,
a.download-link {
  border-radius: 4px;
  padding: 0.85em 2.5em;
  line-height: 1;
  display: inline-block;
  outline: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-align: center;
  position: relative;
  white-space: nowrap;
  -webkit-transition-property: background, border-color, -webkit-box-shadow;
  transition-property: background, border-color, -webkit-box-shadow;
  -o-transition-property: background, border-color, box-shadow;
  transition-property: background, border-color, box-shadow;
  transition-property: background, border-color, box-shadow, -webkit-box-shadow;
  cursor: pointer;
  background: #dae1e7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-weight: 900;
  font-size: 1.7rem;
}
@media only screen and (max-width: 1220px) {
  .btn,
  a.download-link {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .btn,
  a.download-link {
    padding: 0.65em 1.5em;
  }
}
.btn:focus,
a.download-link:focus,
.btn:hover,
a.download-link:hover {
  background: #f4f4f4;
}
.btn--default {
  background: transparent;
  border: 1px solid #dadce2;
}
.btn--default:hover {
  color: #fff;
  background: #414e5e;
}
.btn--bordered {
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  background: transparent;
}
.btn--bordered:focus,
.btn--bordered:hover {
  color: #414e5e;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-box-shadow: 0 1px 5px rgba(3,27,78,0.3);
          box-shadow: 0 1px 5px rgba(3,27,78,0.3);
}
.btn--primary,
a.download-link {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#91b201), to(#599c15));
  background: -o-linear-gradient(left, #91b201, #599c15);
  background: linear-gradient(to right, #91b201, #599c15);
  color: #fff;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.btn--primary:focus,
a.download-link:focus,
.btn--primary:hover,
a.download-link:hover {
  color: #fff;
  background: #91b201;
  -webkit-box-shadow: 0 1px 5px rgba(3,27,78,0.3);
          box-shadow: 0 1px 5px rgba(3,27,78,0.3);
}
.btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
.form-group:not(:last-child) {
  margin-bottom: 2rem;
}
.form-group label {
  display: block;
  margin-bottom: 4px;
}
.form-error {
  color: #ff2723;
  margin-top: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.2;
}
.two.fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.two.fields .form-group {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
      -ms-flex-preferred-size: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
          flex-basis: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
  max-width: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
  width: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
}
.two.fields .form-group:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.two.fields .form-group:last-child {
  margin-right: 0;
}
.two.fields .form-group:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.form-control:focus {
  border-color: #606f7b;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.075);
          box-shadow: 0 3px 3px rgba(0,0,0,0.075);
  outline: none;
}
.form-control {
  border: 1px solid #707070;
  padding: 0.6em 0.5em;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  color: #414e5e;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
          box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  font-size: 1.7rem;
}
.form-control[disabled] {
  cursor: not-allowed;
  background: #f8fafc;
}
.form-control::-webkit-input-placeholder {
  color: #707070;
}
.form-control:-ms-input-placeholder {
  color: #707070;
}
.form-control::-ms-input-placeholder {
  color: #707070;
}
.form-control::placeholder {
  color: #707070;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.75rem;
}
.form-check .form-check-input {
  position: absolute;
  margin-top: 0.7rem;
  margin-left: -1.75rem;
}
.form-check .form-check-label {
  padding-left: 1rem;
}
#offer-form h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  .wrapper {
    margin: 0 auto;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1220px) {
  .wrapper {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1420px) {
  .wrapper {
    max-width: 1380px;
  }
}
.wrapper--narrow {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 860px) {
  .wrapper--narrow {
    margin: 0 20px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.table {
  width: 100%;
}
.table td,
.table th {
  padding: 0.5em 0.6em;
}
.table th {
  text-align: left;
  font-weight: 500;
}

.subpage-slider-prev,
.subpage-slider-next,
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #5b9d15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
          box-shadow: 0 0 10px rgba(0,0,0,0.12);
  cursor: pointer;
  z-index: 99;
}

.subpage-slider-prev:after,
.subpage-slider-next:after,
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.subpage-slider-prev,
.swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -8px;
}

.subpage-slider-next,
.swiper-button-next {
  right: -8px;
}
.skiplink-anchor {
  display: block !important;
  border: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  outline: 0 none !important;
  line-height: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  overflow: hidden !important;
}
.skiplinks {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.skiplinks li {
  display: inline;
}
.skiplinks li a {
  display: block;
  position: absolute;
  left: -8000px;
  top: -8000px;
  width: 0;
  height: 0;
  z-index: 200;
}
.skiplinks li a:focus {
  position: absolute;
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 1.3em;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  line-height: 1.2em;
  font-weight: normal;
  padding: 0.5em 1em;
  z-index: 10000000;
  text-decoration: none;
}
.accordion__item {
  border-radius: 4px;
  margin-bottom: 1rem;
  background: #fff;
  color: #414e5e;
  padding-left: 4rem;
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.accordion__item--open {
  background: #414e5e;
  color: #fff;
  padding-bottom: 1rem;
}
.accordion__item--open .accordion__title:before {
  content: "-";
}
.accordion__item--open .accordion__text {
  opacity: 1;
  max-height: 500px;
  margin-top: -1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__item--closed .accordion__text {
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__title {
  position: relative;
  font-size: 2rem;
  font-weight: 800;
  padding: 0.5rem 0;
  cursor: pointer;
}
.accordion__title:before {
  content: "+";
  position: absolute;
  left: -2.5rem;
  top: 0.2rem;
  color: #707070;
  font-family: 'Poppins';
  font-size: 2.4rem;
  font-weight: 200;
}
.accordion__text {
  font-size: 1.6rem;
  font-family: 'Poppins';
  font-weight: normal;
  margin-top: -2rem;
}
.accordion__text a {
  font-family: 'Poppins';
  font-weight: 500;
  text-decoration: underline;
}
.accordion__text a:hover {
  text-decoration: none;
}
.contact-form,
.offer-form,
.login-form {
  width: 100%;
}
.contact-form .form-group--flex,
.offer-form .form-group--flex,
.login-form .form-group--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact-form .form-group--three-fourth,
.offer-form .form-group--three-fourth,
.login-form .form-group--three-fourth {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
      -ms-flex-preferred-size: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
          flex-basis: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
  max-width: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
  width: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
}
.contact-form .form-group--three-fourth:nth-child(1n),
.offer-form .form-group--three-fourth:nth-child(1n),
.login-form .form-group--three-fourth:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.contact-form .form-group--three-fourth:last-child,
.offer-form .form-group--three-fourth:last-child,
.login-form .form-group--three-fourth:last-child {
  margin-right: 0;
}
.contact-form .form-group--three-fourth:nth-child(2n),
.offer-form .form-group--three-fourth:nth-child(2n),
.login-form .form-group--three-fourth:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.contact-form .form-group--one-fourth,
.offer-form .form-group--one-fourth,
.login-form .form-group--one-fourth {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
      -ms-flex-preferred-size: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
          flex-basis: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  max-width: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  width: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
}
.contact-form .form-group--one-fourth:nth-child(1n),
.offer-form .form-group--one-fourth:nth-child(1n),
.login-form .form-group--one-fourth:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.contact-form .form-group--one-fourth:last-child,
.offer-form .form-group--one-fourth:last-child,
.login-form .form-group--one-fourth:last-child {
  margin-right: 0;
}
.contact-form .form-group--one-fourth:nth-child(2n),
.offer-form .form-group--one-fourth:nth-child(2n),
.login-form .form-group--one-fourth:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.login-form {
  margin-top: 2rem;
}
.main {
  font-size: 1.9rem;
  min-height: 400px;
  min-height: 40vh;
  padding-top: 184px;
}
.main:before {
  content: '';
  display: table;
}
.main:after {
  content: '';
  display: table;
  clear: both;
}
.main__subpage {
  padding-top: 0;
}
.main__subpage .content:first-of-type {
  margin-top: 0;
  padding-bottom: 184px;
}
.main__subpage .content:nth-child(odd) {
  background: #fff;
}
.main__subpage .content:nth-child(odd):before {
  background: #fff;
}
.main__subpage .content:nth-child(even) {
  background: #f4f4f4;
}
.main__subpage .content:nth-child(even):before {
  background: #f4f4f4;
}
.site-wrapper {
  position: relative;
  z-index: 0;
}

.lead__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.lead__icon:after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 50%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transform: skewX(-5deg) rotate(-5deg) translateY(-48%);
      -ms-transform: skewX(-5deg) rotate(-5deg) translateY(-48%);
          transform: skewX(-5deg) rotate(-5deg) translateY(-48%);
  z-index: -1;
  bottom: -20px;
}
.content:before,
.footer__bottom:before {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 170px;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  -webkit-transform: skewX(-1.8deg) rotate(-1.8deg) translateY(-48%);
      -ms-transform: skewX(-1.8deg) rotate(-1.8deg) translateY(-48%);
          transform: skewX(-1.8deg) rotate(-1.8deg) translateY(-48%);
  margin-top: -50px;
  z-index: 0;
}
@media only screen and (max-width: 1000px) {
  .content:before,
  .footer__bottom:before {
    border-radius: 0;
  }
}
@media only screen and (max-width: 700px) {
  .content:before,
  .footer__bottom:before {
    margin-top: 0;
    width: 100%;
  }
}
.content {
  padding-bottom: 184px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  z-index: 1;
  position: relative;
  color: #414e5e;
  line-height: 1.5;
}
.content:nth-child(1n) {
  margin-right: 1rem;
  margin-left: 0;
}
.content:last-child {
  margin-right: 0;
}
.content:nth-child(1n) {
  margin-right: 0;
  margin-left: auto;
}
.content h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media only screen and (max-width: 700px) {
  .content {
    padding-bottom: 125px;
  }
}
.content__heading {
  width: 55%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
  margin-bottom: 3rem;
  text-align: center;
}
.content__heading p {
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .content__heading {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .content__heading {
    margin-top: 0;
  }
}
.content__inner {
  width: 100%;
}
.content hr {
  width: 30px;
  margin: 2rem auto;
  border-bottom: 3px solid #91b201;
}
.content:first-of-type {
  margin-top: 170px;
}
.content:last-of-type {
  padding-bottom: 184px;
}
.content:nth-child(even) {
  background: #fff;
}
.content:nth-child(even):before {
  background: #fff;
}
.content:nth-child(odd) {
  background: #f4f4f4;
}
.content:nth-child(odd):before {
  background: #f4f4f4;
}
.footer__top:before {
  margin-top: 0;
  -webkit-transform: skewX(-1.8deg) rotate(-1.8deg) translateY(-116px);
      -ms-transform: skewX(-1.8deg) rotate(-1.8deg) translateY(-116px);
          transform: skewX(-1.8deg) rotate(-1.8deg) translateY(-116px);
  top: 0;
  bottom: 0;
  height: calc(100% + 100px);
  background-image: -webkit-gradient(linear, left top, right top, from(#93b200), to(#599c16)) !important;
  background-image: -o-linear-gradient(left, #93b200, #599c16) !important;
  background-image: linear-gradient(to right, #93b200, #599c16) !important;
  opacity: 0.73;
}
.footer__top--small:before {
  height: calc(100% + 100px);
}
.sidebar {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 2/5 - (6rem - 6rem * 2/5));
      -ms-flex-preferred-size: calc(99.9% * 2/5 - (6rem - 6rem * 2/5));
          flex-basis: calc(99.9% * 2/5 - (6rem - 6rem * 2/5));
  max-width: calc(99.9% * 2/5 - (6rem - 6rem * 2/5));
  width: calc(99.9% * 2/5 - (6rem - 6rem * 2/5));
  margin-top: 8rem;
}
.sidebar:nth-child(1n) {
  margin-right: 6rem;
  margin-left: 0;
}
.sidebar:last-child {
  margin-right: 0;
}
.sidebar:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    margin-top: 4rem;
  }
  .sidebar:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .sidebar:last-child {
    margin-right: 0;
  }
  .sidebar:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.message {
  background: #dbf7ba;
  display: block;
  text-align: center;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  color: #154734;
  font-size: 1.4rem;
}
.message--warning {
  background: #fcefc7;
  color: #7c5e10;
}
.message p {
  margin: 0;
}
.content .content {
  margin-top: 0;
  padding-bottom: 0;
  background: transparent;
}
.content .content:before {
  display: none;
}
.content .content h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
a.download-link {
  display: inline-block;
  margin-top: 4rem;
}
a.download-link:before {
  content: url("/themes/displayactive/assets/icons/download.svg");
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.7rem;
}
a.download-link--center {
  margin: 4rem auto 0;
}
@media only screen and (min-width: 700px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  .hidden-mobile {
    display: none !important;
  }
}
.img-block--two-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6rem;
  width: 100%;
}
.img-block--two-col .img-block__image {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 3/5 - (5rem - 5rem * 3/5));
      -ms-flex-preferred-size: calc(99.9% * 3/5 - (5rem - 5rem * 3/5));
          flex-basis: calc(99.9% * 3/5 - (5rem - 5rem * 3/5));
  max-width: calc(99.9% * 3/5 - (5rem - 5rem * 3/5));
  width: calc(99.9% * 3/5 - (5rem - 5rem * 3/5));
}
.img-block--two-col .img-block__image:nth-child(1n) {
  margin-right: 5rem;
  margin-left: 0;
}
.img-block--two-col .img-block__image:last-child {
  margin-right: 0;
}
.img-block--two-col .img-block__image:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.img-block--two-col .img-block__image--skewed {
  padding-top: 300px;
}
.img-block--two-col .img-block__image--skewed img {
  -webkit-transform: skewX(-2deg) rotate(-2deg) translateY(-48%);
      -ms-transform: skewX(-2deg) rotate(-2deg) translateY(-48%);
          transform: skewX(-2deg) rotate(-2deg) translateY(-48%);
}
@media only screen and (max-width: 1220px) {
  .img-block--two-col .img-block__image > div {
    max-width: 500px;
  }
}
.img-block--two-col .img-block__image img {
  border-radius: 4px;
  width: 100%;
}
.img-block--two-col .img-block__content {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 2/5 - (5rem - 5rem * 2/5));
      -ms-flex-preferred-size: calc(99.9% * 2/5 - (5rem - 5rem * 2/5));
          flex-basis: calc(99.9% * 2/5 - (5rem - 5rem * 2/5));
  max-width: calc(99.9% * 2/5 - (5rem - 5rem * 2/5));
  width: calc(99.9% * 2/5 - (5rem - 5rem * 2/5));
}
.img-block--two-col .img-block__content:nth-child(1n) {
  margin-right: 5rem;
  margin-left: 0;
}
.img-block--two-col .img-block__content:last-child {
  margin-right: 0;
}
.img-block--two-col .img-block__content:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.img-block--two-col .img-block__title {
  font-size: 2.8rem;
}
.img-block--two-col .img-block__link {
  margin-top: 3rem;
}
.img-block--two-col hr {
  margin: 2rem 0;
  text-align: left;
}
.img-block--two-col p:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1000px) {
  .img-block--two-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .img-block--two-col .img-block__content,
  .img-block--two-col .img-block__image {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .img-block--two-col .img-block__content:nth-child(1n),
  .img-block--two-col .img-block__image:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .img-block--two-col .img-block__content:last-child,
  .img-block--two-col .img-block__image:last-child {
    margin-right: 0;
  }
  .img-block--two-col .img-block__content:nth-child(1n),
  .img-block--two-col .img-block__image:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
  .img-block--two-col .img-block__image {
    margin-bottom: 3rem;
  }
}
.img-block--one-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 6rem;
  margin-top: -16rem;
}
@media only screen and (max-width: 700px) {
  .img-block--one-col {
    margin-bottom: 0;
  }
}
.img-block--one-col .img-block__image {
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 84px;
}
@media only screen and (max-width: 1000px) {
  .img-block--one-col .img-block__image {
    display: block;
    margin-bottom: 0;
  }
}
.img-block--one-col .img-block__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .img-block--one-col .img-block__image img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
  }
}
@media only screen and (max-width: 1000px) {
  .img-block--one-col {
    width: 100%;
    height: auto;
  }
}
.img-block--one-col .img-block__content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 55%;
  text-align: center;
  margin: 150px auto 0;
}
.img-block--one-col .img-block__content hr {
  margin: 2rem auto;
}
@media only screen and (max-width: 1000px) {
  .img-block--one-col .img-block__content {
    width: 100%;
  }
}
.img-block--one-col-layout-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6rem;
  width: 100%;
}
.img-block--one-col-layout-2 .img-block__image {
  overflow: hidden;
  border-radius: 10px;
  max-height: 450px;
}
.img-block--one-col-layout-2 .img-block__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
  border-radius: 10px;
}
.img-block--one-col-layout-2 .img-block__image--skewed {
  padding-top: 320px;
}
.img-block--one-col-layout-2 .img-block__image--skewed img {
  -webkit-transform: skewX(-2deg) rotate(-2deg) translateY(-48%);
      -ms-transform: skewX(-2deg) rotate(-2deg) translateY(-48%);
          transform: skewX(-2deg) rotate(-2deg) translateY(-48%);
}
.img-block--one-col-layout-2 .img-block__image--full {
  overflow: visible;
  max-height: unset;
}
.img-block--one-col-layout-2 .img-block__image--full img {
  -o-object-fit: contain;
     object-fit: contain;
  min-height: unset;
}
@media only screen and (max-width: 700px) {
  .img-block--one-col-layout-2 .img-block__image {
    max-height: 235px;
  }
  .img-block--one-col-layout-2 .img-block__image img {
    min-height: 210px;
  }
}
.content:nth-child(odd) .img-block--two-col .img-block__image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.content:nth-child(odd) .img-block--two-col .img-block__image:nth-child(1n) {
  margin-right: 0;
}
.content:nth-child(odd) .img-block--two-col .img-block__image--skewed img {
  -webkit-transform: skewX(2deg) rotate(2deg) translateY(-48%);
      -ms-transform: skewX(2deg) rotate(2deg) translateY(-48%);
          transform: skewX(2deg) rotate(2deg) translateY(-48%);
}
@media only screen and (max-width: 1000px) {
  .content:nth-child(odd) .img-block--two-col .img-block__image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.content:nth-child(odd) .img-block--two-col .img-block__content {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
      -ms-flex-preferred-size: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
          flex-basis: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
  max-width: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
  width: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.content:nth-child(odd) .img-block--two-col .img-block__content:nth-child(1n) {
  margin-right: 3rem;
  margin-left: 0;
}
.content:nth-child(odd) .img-block--two-col .img-block__content:last-child {
  margin-right: 0;
}
.content:nth-child(odd) .img-block--two-col .img-block__content:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.content:nth-child(odd) .img-block--two-col .img-block__content:nth-child(2n) {
  margin-right: 3rem;
  margin-left: 0;
}
@media only screen and (max-width: 1000px) {
  .content:nth-child(odd) .img-block--two-col .img-block__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .content:nth-child(odd) .img-block--two-col .img-block__content:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .content:nth-child(odd) .img-block--two-col .img-block__content:last-child {
    margin-right: 0;
  }
  .content:nth-child(odd) .img-block--two-col .img-block__content:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.lum-lightbox {
  background: rgba(255,255,255,0.95);
}
.lum-gallery-button:after {
  border-top: 4px solid #000;
}
.lum-previous-button:after {
  border-left: 4px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lum-next-button:after {
  border-right: 4px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lum-close-button:after,
.lum-close-button:before {
  background-color: #000;
}
.lum-lightbox-inner .lum-lightbox-caption {
  color: #151515;
  line-height: 1.1;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .lum-lightbox-inner .lum-lightbox-caption {
    position: relative;
  }
}
.footer {
  margin-top: -184px;
  background: transparent;
  position: relative;
  color: #fff;
}
.footer__top {
  margin-left: 0 !important;
  background-color: transparent !important;
}
.footer__top:before {
  background-color: transparent !important;
  width: calc(100% - 1px);
}
.footer__top .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -50px;
}
.footer__top--small .footer__topBg {
  height: calc(100% + 100px);
  top: 0;
  width: 100%;
}
.footer__topBg {
  -webkit-transform: skewX(-1.8deg) rotate(-1.8deg) translateY(-116px);
      -ms-transform: skewX(-1.8deg) rotate(-1.8deg) translateY(-116px);
          transform: skewX(-1.8deg) rotate(-1.8deg) translateY(-116px);
  top: 0;
  bottom: 0;
  height: calc(100% + 100px);
  width: 100%;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  .footer__topBg {
    border-radius: 0;
  }
}
.footer__bottom {
  position: relative;
  background-color: #414e5e;
  padding-bottom: 6rem;
  margin-top: 175px;
  z-index: 0;
}
@media only screen and (max-width: 700px) {
  .footer__bottom {
    padding-bottom: 2rem;
  }
}
.footer__bottom:before {
  z-index: 1;
  background: #414e5e;
  -webkit-transform: skewX(0) rotate(0) translateY(0);
      -ms-transform: skewX(0) rotate(0) translateY(0);
          transform: skewX(0) rotate(0) translateY(0);
  margin-top: -13rem;
  width: 100%;
  border-radius: 0;
}
.footer__bottom .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__content {
  padding-top: 0;
  color: #fff;
}
.footer__content--sub {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/3 - (1rem - 1rem * 1/3));
      -ms-flex-preferred-size: calc(99.9% * 1/3 - (1rem - 1rem * 1/3));
          flex-basis: calc(99.9% * 1/3 - (1rem - 1rem * 1/3));
  max-width: calc(99.9% * 1/3 - (1rem - 1rem * 1/3));
  width: calc(99.9% * 1/3 - (1rem - 1rem * 1/3));
}
.footer__content--sub:nth-child(1n) {
  margin-right: 1rem;
  margin-left: 0;
}
.footer__content--sub:last-child {
  margin-right: 0;
}
.footer__content--sub:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
.footer__content--sub h2 {
  margin-bottom: 2rem;
}
.footer__content--sub p {
  margin: 2rem 0;
  font-size: 1.6rem;
}
.footer__content--double {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 2/3 - (1rem - 1rem * 2/3));
      -ms-flex-preferred-size: calc(99.9% * 2/3 - (1rem - 1rem * 2/3));
          flex-basis: calc(99.9% * 2/3 - (1rem - 1rem * 2/3));
  max-width: calc(99.9% * 2/3 - (1rem - 1rem * 2/3));
  width: calc(99.9% * 2/3 - (1rem - 1rem * 2/3));
}
.footer__content--double:nth-child(1n) {
  margin-right: 1rem;
  margin-left: 0;
}
.footer__content--double:last-child {
  margin-right: 0;
}
.footer__content--double:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
.footer__content hr {
  margin: 0;
  border-color: #fff;
}
@media only screen and (max-width: 1220px) {
  .footer__content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    text-align: center;
  }
  .footer__content:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .footer__content:last-child {
    margin-right: 0;
  }
  .footer__content:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
  .footer__content hr {
    margin: 0 auto;
  }
}
.footer p {
  margin: 0;
}
.footer__contact {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/5 - (3rem - 3rem * 1/5));
      -ms-flex-preferred-size: calc(99.9% * 1/5 - (3rem - 3rem * 1/5));
          flex-basis: calc(99.9% * 1/5 - (3rem - 3rem * 1/5));
  max-width: calc(99.9% * 1/5 - (3rem - 3rem * 1/5));
  width: calc(99.9% * 1/5 - (3rem - 3rem * 1/5));
  margin-top: -50px;
}
.footer__contact:nth-child(1n) {
  margin-right: 3rem;
  margin-left: 0;
}
.footer__contact:last-child {
  margin-right: 0;
}
.footer__contact:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.footer__contact .logo {
  min-width: 162px;
}
.footer__contact .logo a {
  display: inline-block;
  width: 100%;
}
.footer__contact .logo img {
  width: 160px;
}
@media only screen and (max-width: 1220px) {
  .footer__contact {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    text-align: center;
    margin-bottom: 3rem;
  }
  .footer__contact:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .footer__contact:last-child {
    margin-right: 0;
  }
  .footer__contact:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
  .footer__contact .logo {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 0;
  }
  .footer__contact .logo img {
    margin: 0 auto;
  }
}
.footer__nav {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 4/5 - (3rem - 3rem * 4/5));
      -ms-flex-preferred-size: calc(99.9% * 4/5 - (3rem - 3rem * 4/5));
          flex-basis: calc(99.9% * 4/5 - (3rem - 3rem * 4/5));
  max-width: calc(99.9% * 4/5 - (3rem - 3rem * 4/5));
  width: calc(99.9% * 4/5 - (3rem - 3rem * 4/5));
  margin-top: -50px;
}
.footer__nav:nth-child(1n) {
  margin-right: 3rem;
  margin-left: 0;
}
.footer__nav:last-child {
  margin-right: 0;
}
.footer__nav:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.footer__nav .nav-item--has-children > a {
  font-size: 2.3rem;
}
.footer__nav .nav-link--inactive {
  font-size: 2.3rem;
  padding: 0 2rem;
  font-weight: bold;
}
.footer__nav .nav-sub {
  margin-top: 3rem;
}
.footer__nav .nav-sub .nav-link {
  font-weight: 300;
}
.footer__nav .nav-link:hover {
  color: #b2db01;
}
@media only screen and (max-width: 1220px) {
  .footer__nav {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    margin-top: 3rem;
    text-align: center;
  }
  .footer__nav:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .footer__nav:last-child {
    margin-right: 0;
  }
  .footer__nav:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
  .footer__nav .nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .footer__nav .nav-item--has-children {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/4 - (1rem - 1rem * 1/4));
        -ms-flex-preferred-size: calc(99.9% * 1/4 - (1rem - 1rem * 1/4));
            flex-basis: calc(99.9% * 1/4 - (1rem - 1rem * 1/4));
    max-width: calc(99.9% * 1/4 - (1rem - 1rem * 1/4));
    width: calc(99.9% * 1/4 - (1rem - 1rem * 1/4));
    margin-bottom: 3rem;
  }
  .footer__nav .nav-item--has-children:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .footer__nav .nav-item--has-children:last-child {
    margin-right: 0;
  }
  .footer__nav .nav-item--has-children:nth-child(4n) {
    margin-right: 0;
    margin-left: auto;
  }
  .footer__nav .nav-item--has-children .nav-sub {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 1220px) and (max-width: 1000px) {
  .footer__nav .nav-item--has-children {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .footer__nav .nav-item--has-children:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .footer__nav .nav-item--has-children:last-child {
    margin-right: 0;
  }
  .footer__nav .nav-item--has-children:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1220px) {
  .footer__button {
    margin: 3rem auto 0;
  }
}
.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem;
}
@media only screen and (max-width: 1220px) {
  .social-icons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social-icons a {
  display: inline-block;
  width: 2.2rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 1220px) {
  .social-icons a {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 1000px) {
  .social-icons a {
    margin-top: 2rem;
  }
}
.social-icons a.fb,
.social-icons a.ln {
  width: 2rem;
}
.social-icons a svg {
  width: 100%;
  height: auto;
}
.gdpr-banner-host {
  position: fixed;
  width: 380px;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  right: 2rem;
  bottom: 2rem;
  z-index: 12000;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .gdpr-banner-host {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.gdpr-banner-host--visible {
  pointer-events: initial;
}
.gdpr-banner {
  background: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(3,27,78,0.1);
          box-shadow: 0 8px 15px rgba(3,27,78,0.1);
  padding: 2.5rem 2.5rem 2rem;
  border-radius: 4px;
  font-size: 1.3rem;
  border: 1px solid #707070;
  -webkit-transform: rotateX(-30deg) translate3d(0, 30px, 0);
          transform: rotateX(-30deg) translate3d(0, 30px, 0);
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media only screen and (max-width: 700px) {
  .gdpr-banner {
    border-radius: 0;
    -webkit-box-shadow: 0 4px 15px rgba(3,27,78,0.1);
            box-shadow: 0 4px 15px rgba(3,27,78,0.1);
    padding: 2rem;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
}
.gdpr-banner-host--visible .gdpr-banner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: initial;
}
.gdpr-banner-host--out .gdpr-banner {
  -webkit-transform: rotateX(30deg) translate3d(0, -30px, 0);
          transform: rotateX(30deg) translate3d(0, -30px, 0);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .gdpr-banner-host--out .gdpr-banner {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
}
.gdpr-banner__message {
  margin-bottom: 2rem;
}
.gdpr-banner__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gdpr-banner__actions .btn {
  padding: 0.5em 1.5em;
  text-transform: none;
}
.gdpr-banner__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gdpr-banner__buttons .btn {
  font-size: 1.6rem;
}
.gdpr-banner .gdpr-banner__button--opt-out {
  color: #606f7b;
  margin-left: 1rem;
  background: transparent;
  border: 1px solid transparent;
}
.gdpr-banner .gdpr-banner__button--opt-out:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dae1e7;
}
.gdpr-banner .gdpr-banner__button--settings {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gdpr-banner .gdpr-banner__button--settings svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.gdpr-banner .gdpr-banner__button--settings:hover svg {
  -webkit-animation: spinner-delayed 2s infinite;
          animation: spinner-delayed 2s infinite;
}
.gdpr-banner-host--out {
  pointer-events: none;
}
.gdpr-cookie-manager .gdpr-cookie-manager__cookie-description {
  font-size: 1.4rem;
}
.gdpr-cookie-manager .gdpr-cookie-manager__group-list-description {
  font-size: 1.2rem;
}
.gdpr-cookie-manager .gdpr-cookie-manager__submit-button {
  padding: 1rem;
}
.gdpr-cookie-manager h3 {
  border: none;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  margin: 0;
  font-style: normal;
}
ul.gdpr-cookie-manager__group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.gdpr-cookie-manager__group-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
select.gdpr-cookie-manager__consent_expiry {
  font-size: 1.2rem;
  padding: 1rem;
  background: transparent;
  max-width: 100%;
}
.gdpr-cookie-manager__group-list-entry {
  border-color: #e3e3e3 !important;
}
.gdpr-cookie-manager__cookie-name {
  margin: 0;
  font-size: 2rem;
}
.gdpr-cookie-manager__cookie-description {
  font-size: 1.4rem;
  line-height: 1.4;
}
.gdpr-cookie-manager__cookie-details {
  font-size: 1.4rem;
}
.gdpr-cookie-manager__contact-details-heading {
  font-size: 2rem;
}
@-webkit-keyframes spinner-delayed {
  50%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-delayed {
  50%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.header {
  background: #fff;
  position: relative;
}
.header .wrapper__without-relative {
  position: initial;
}
@media only screen and (max-width: 700px) {
  .header {
    height: 77px;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
  }
}
.scrolled .header {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
}
.scrolled .header:after {
  opacity: 1;
}
.header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
          box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    height: 77px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .logo:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .header .logo:last-child {
    margin-right: 0;
  }
  .header .logo:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.logo {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
      -ms-flex-preferred-size: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
          flex-basis: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  max-width: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  width: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  padding: 1rem 2rem 1rem 0;
}
.logo:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.logo:last-child {
  margin-right: 0;
}
.logo:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .logo {
    padding-right: 0;
    position: relative;
    z-index: 99;
  }
}
.logo a {
  color: inherit;
  display: block;
}
.logo img {
  max-width: 100%;
  display: block;
}
.top__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.7rem 0;
}
.top__nav li {
  padding-right: 3rem;
  font-size: 1.6rem;
}
.top__nav li svg {
  height: 17px;
  max-width: 20px;
  margin-right: 5px;
  margin-bottom: -3px;
}
@media only screen and (max-width: 1000px) {
  .top__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .top__nav li {
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .top__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: fixed;
    right: 0;
    top: 9rem;
    z-index: 99;
  }
  .top__nav li {
    padding: 1.5rem 2rem;
    margin: 0.5rem;
    background: #91b201;
  }
  .top__nav li svg {
    fill: #fff;
    margin-right: 0;
  }
  .top__nav li svg path {
    fill: #fff;
  }
}
.banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 204px);
  overflow-x: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1000px) {
  .banner {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 700px) {
  .banner {
    margin-top: 77px;
  }
}
.banner .wrapper {
  height: 100%;
}
.banner .row {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner--tiny {
  height: 360px;
}
@media only screen and (max-width: 700px) {
  .banner--tiny {
    height: 300px;
  }
}
.banner--tiny .banner__content {
  width: 100%;
  text-align: center;
}
.banner--tiny .banner__content h1 {
  font-size: 5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .banner--tiny .banner__content h1 {
    font-size: 2.8rem;
  }
}
.banner__titlepadded {
  padding-left: 7rem;
}
@media only screen and (max-width: 1000px) {
  .banner__titlepadded {
    padding-left: 0;
  }
}
.banner__content {
  color: #fff;
  width: 100%;
}
.banner__content--small {
  width: 33%;
}
.banner__content p,
.banner__content a {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  line-height: 1.3;
  font-weight: normal;
}
.banner__content a:hover {
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .banner__content--small {
    width: 100%;
  }
  .banner__content h1 {
    font-size: 4.5rem;
  }
  .banner__content .btn {
    padding: 0.65em 1.5em;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 700px) {
  .banner__content h1.multiline {
    font-size: 2.8rem;
  }
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #91b201;
  opacity: 0.3;
  -webkit-animation-name: slideFromRight;
          animation-name: slideFromRight;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #91b201;
  opacity: 0.3;
  -webkit-animation-name: slideFromRight;
          animation-name: slideFromRight;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.banner__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  5% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  58% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  66% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  95% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  5% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  58% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  66% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  95% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.lead {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 7rem;
  padding: 4rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lead__blog {
  margin-bottom: 4rem;
  margin-top: -4rem;
}
.lead__text {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/2 - (0px - 0px * 1/2));
      -ms-flex-preferred-size: calc(99.9% * 1/2 - (0px - 0px * 1/2));
          flex-basis: calc(99.9% * 1/2 - (0px - 0px * 1/2));
  max-width: calc(99.9% * 1/2 - (0px - 0px * 1/2));
  width: calc(99.9% * 1/2 - (0px - 0px * 1/2));
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  border-right: 1px solid #707070;
  padding-right: 10rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.lead__text:nth-child(1n) {
  margin-right: 0px;
  margin-left: 0;
}
.lead__text:last-child {
  margin-right: 0;
}
.lead__text:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.lead__text--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: none;
  padding-left: 10rem;
}
@media only screen and (max-width: 1000px) {
  .lead__text--right {
    padding-left: 0;
    text-align: center;
  }
}
.lead__button {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/2 - (0px - 0px * 1/2));
      -ms-flex-preferred-size: calc(99.9% * 1/2 - (0px - 0px * 1/2));
          flex-basis: calc(99.9% * 1/2 - (0px - 0px * 1/2));
  max-width: calc(99.9% * 1/2 - (0px - 0px * 1/2));
  width: calc(99.9% * 1/2 - (0px - 0px * 1/2));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lead__button:nth-child(1n) {
  margin-right: 0px;
  margin-left: 0;
}
.lead__button:last-child {
  margin-right: 0;
}
.lead__button:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.lead__icon {
  margin-right: 4rem;
}
.lead__icon:after {
  background-color: #e6e6e6;
}
.lead__checkpoints {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/2 - (0px - 0px * 1/2));
      -ms-flex-preferred-size: calc(99.9% * 1/2 - (0px - 0px * 1/2));
          flex-basis: calc(99.9% * 1/2 - (0px - 0px * 1/2));
  max-width: calc(99.9% * 1/2 - (0px - 0px * 1/2));
  width: calc(99.9% * 1/2 - (0px - 0px * 1/2));
  padding: 3rem 0 3rem 7.5rem;
  margin-bottom: 10rem;
}
.lead__checkpoints:nth-child(1n) {
  margin-right: 0px;
  margin-left: 0;
}
.lead__checkpoints:last-child {
  margin-right: 0;
}
.lead__checkpoints:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.lead__checkpoints li {
  position: relative;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.lead__checkpoints li:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 3px;
  background-image: url("/themes/displayactive/assets/tick-inside-circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}
.lead__checkpoints--mobile {
  display: none;
}
.lead__checkpoints:first-of-type {
  border-right: 1px solid #707070;
}
@media only screen and (max-width: 1000px) {
  .lead {
    display: block;
    padding: 0 0 4rem;
  }
  .lead__text,
  .lead__button {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    padding-right: 0;
  }
  .lead__text:nth-child(1n),
  .lead__button:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .lead__text:last-child,
  .lead__button:last-child {
    margin-right: 0;
  }
  .lead__text:nth-child(1n),
  .lead__button:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
  .lead__text {
    border-right: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
  .lead__button {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lead__icon {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .lead__checkpoints {
    display: none;
    padding-top: 0;
  }
  .lead__checkpoints--mobile {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    display: block;
    padding: 0 0 6rem 4rem;
    margin-top: -3rem;
  }
  .lead__checkpoints--mobile:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .lead__checkpoints--mobile:last-child {
    margin-right: 0;
  }
  .lead__checkpoints--mobile:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
  .lead__checkpoints--mobile li {
    position: relative;
    font-weight: 300;
    margin-bottom: 1.1em;
  }
  .lead__checkpoints--mobile li:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 3px;
    background-image: url("/themes/displayactive/assets/tick-inside-circle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
  }
}
#displays-map {
  overflow: hidden;
}
#displays-map .location__image {
  height: 18rem;
}
#locations-map {
  height: 80rem;
  width: 100%;
}
#selected {
  margin-top: 4rem;
}
#selected h3 {
  margin-bottom: 2rem;
}
.displays h3 {
  margin-bottom: 2rem;
}
.display {
  margin: 4rem 0;
}
.display__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.location {
  width: calc(50% - 1rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
          box-shadow: 0 0 10px rgba(0,0,0,0.12);
  border-radius: 4px;
}
@media only screen and (max-width: 700px) {
  .location {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .location:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .location:last-child {
    margin-right: 0;
  }
  .location:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.location__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  background: #f8fafc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.location__title p {
  display: inline-block;
}
.location__title a,
.location__title .location__active {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1000px) {
  .location__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.location__factsheet,
.location__active {
  line-height: 0;
}
@media only screen and (max-width: 1000px) {
  .location__factsheet,
  .location__active {
    line-height: 1.1;
  }
}
.location__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.5rem 1rem 1rem;
}
.location__image {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  overflow: hidden;
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin-top: 0.5rem;
  border-radius: 4px;
}
.location__image:nth-child(1n) {
  margin-right: 1rem;
  margin-left: 0;
}
.location__image:last-child {
  margin-right: 0;
}
.location__image:nth-child(1n) {
  margin-right: 0;
  margin-left: auto;
}
.location__image--with-text {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 2/5 - (2rem - 2rem * 2/5));
      -ms-flex-preferred-size: calc(99.9% * 2/5 - (2rem - 2rem * 2/5));
          flex-basis: calc(99.9% * 2/5 - (2rem - 2rem * 2/5));
  max-width: calc(99.9% * 2/5 - (2rem - 2rem * 2/5));
  width: calc(99.9% * 2/5 - (2rem - 2rem * 2/5));
}
.location__image--with-text:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.location__image--with-text:last-child {
  margin-right: 0;
}
.location__image--with-text:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1220px) {
  .location__image--with-text {
    min-height: 20rem;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    margin-bottom: 2rem;
  }
  .location__image--with-text:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .location__image--with-text:last-child {
    margin-right: 0;
  }
  .location__image--with-text:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.location__image img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.location__text {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
}
.location__text:nth-child(1n) {
  margin-right: 1rem;
  margin-left: 0;
}
.location__text:last-child {
  margin-right: 0;
}
.location__text:nth-child(1n) {
  margin-right: 0;
  margin-left: auto;
}
.location__text p {
  font-size: 1.4rem;
}
.location__text--with-image {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 3/5 - (2rem - 2rem * 3/5));
      -ms-flex-preferred-size: calc(99.9% * 3/5 - (2rem - 2rem * 3/5));
          flex-basis: calc(99.9% * 3/5 - (2rem - 2rem * 3/5));
  max-width: calc(99.9% * 3/5 - (2rem - 2rem * 3/5));
  width: calc(99.9% * 3/5 - (2rem - 2rem * 3/5));
}
.location__text--with-image:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.location__text--with-image:last-child {
  margin-right: 0;
}
.location__text--with-image:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1220px) {
  .location__text--with-image {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .location__text--with-image:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .location__text--with-image:last-child {
    margin-right: 0;
  }
  .location__text--with-image:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.gm-style-iw {
  width: 350px;
}
.gm-style-iw #content .location__title {
  background: transparent;
}
.gm-style-iw button {
  top: auto !important;
  bottom: 0 !important;
  right: 0 !important;
}
.location-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
}
.location-filter:nth-child(1n) {
  margin-right: 1rem;
  margin-left: 0;
}
.location-filter:last-child {
  margin-right: 0;
}
.location-filter:nth-child(1n) {
  margin-right: 0;
  margin-left: auto;
}
.location-filter .form-group {
  margin-top: 2rem;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
      -ms-flex-preferred-size: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
          flex-basis: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  max-width: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  width: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
}
.location-filter .form-group:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.location-filter .form-group:last-child {
  margin-right: 0;
}
.location-filter .form-group:nth-child(4n) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1220px) {
  .location-filter .form-group {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
        -ms-flex-preferred-size: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
            flex-basis: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
    max-width: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
    width: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
  }
  .location-filter .form-group:nth-child(1n) {
    margin-right: 2rem;
    margin-left: 0;
  }
  .location-filter .form-group:last-child {
    margin-right: 0;
  }
  .location-filter .form-group:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .location-filter .form-group {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .location-filter .form-group:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .location-filter .form-group:last-child {
    margin-right: 0;
  }
  .location-filter .form-group:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.gm-style .controls {
  font-size: 28px;
/* this adjusts the size of all the controls */
  background-color: #fff;
  -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
          box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  height: 1em;
  margin: 6px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 2px;
  width: 1em;
}
.gm-style .controls.fullscreen-control button {
  display: block;
  font-size: 1em;
  height: 100%;
  width: 100%;
  background: #fff;
  border: none;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon {
  border-style: solid;
  height: 0.25em;
  position: absolute;
  width: 0.25em;
}
.gm-style .controls.fullscreen-control,
.gm-style .fullscreen-control-icon.fullscreen-control-top-left {
  border-width: 2px 0 0 2px;
  left: 0.1em;
  top: 0.1em;
}
.gm-style .controls.fullscreen-control,
.gm-style .fullscreen-control-icon.fullscreen-control-top-right {
  border-width: 2px 2px 0 0;
  right: 0.1em;
  top: 0.1em;
}
.gm-style .controls.fullscreen-control,
.gm-style .fullscreen-control-icon.fullscreen-control-bottom-left {
  border-width: 0 0 2px 2px;
  left: 0.1em;
  bottom: 0.1em;
}
.gm-style .controls.fullscreen-control,
.gm-style .fullscreen-control-icon.fullscreen-control-bottom-right {
  border-width: 0 2px 2px 0;
  right: 0.1em;
  bottom: 0.1em;
}
.nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.nav-link,
.nav-items span {
  color: inherit;
  display: block;
  padding: 0 2rem;
  font-size: 1.7rem;
  font-weight: bold;
}
.nav-link.btn,
.nav-items span.btn {
  padding: 0.85em 3em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}
.nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
      -ms-flex-preferred-size: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
          flex-basis: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
  max-width: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
  width: calc(99.9% * 3/4 - (2rem - 2rem * 3/4));
  position: inherit;
}
.nav-main:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.nav-main:last-child {
  margin-right: 0;
}
.nav-main:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 700px) {
  .nav-main {
    width: auto;
    position: fixed;
    right: 2rem;
    top: 1rem;
    z-index: 999;
  }
}
@media only screen and (max-width: 1220px) {
  .nav-main .nav-items {
    display: none;
  }
}
.nav-main .nav-item {
  position: relative;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-main .nav-item--active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#91b201), to(#599c15));
  background: -o-linear-gradient(left, #91b201, #599c15);
  background: linear-gradient(to right, #91b201, #599c15);
}
.nav-main .nav-item--active.nav-btn:after {
  background: transparent;
}
.nav-main:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#91b201), to(#599c15));
  background: -o-linear-gradient(left, #91b201, #599c15);
  background: linear-gradient(to right, #91b201, #599c15);
  left: 0;
  right: 0;
  height: 156px;
  top: 76px;
  z-index: 9;
  opacity: 1;
}
.nav-main:hover .nav-sub {
  left: 0;
  pointer-events: inherit;
  opacity: 1;
}
.nav-main .nav-sub {
  position: absolute;
  z-index: 99;
  top: 51px;
  min-width: 190px;
  margin-left: 2rem;
  background: transparent;
  padding: 4.6rem 0 2rem;
  opacity: 0;
  left: -10000px;
  pointer-events: none;
}
.nav-main .nav-sub .nav-item {
  display: block;
  margin: 0;
  padding: 0.2em 0;
}
.nav-main .nav-sub .nav-item--active .nav-link {
  font-weight: 800;
  border-color: #fff;
}
.nav-main .nav-sub .nav-item--active:after {
  background: transparent !important;
}
.nav-main .nav-sub .nav-link {
  display: inline-block;
  padding: 0.2rem 0;
  margin: 0;
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  border-bottom: 1px solid transparent;
}
.nav-main .nav-sub .nav-link:hover {
  border-color: #fff;
}
@media only screen and (max-width: 1220px) {
  .nav-main:hover:after {
    display: none;
  }
}
.nav-mobile-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  margin-right: -2rem;
}
@media only screen and (min-width: 1220px) {
  .nav-mobile-toggle {
    display: none;
  }
}
.nav-mobile {
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  padding: 6rem 2rem;
  visibility: hidden;
  z-index: 10200;
  background: #fff;
  overflow: hidden;
  text-align: center;
  width: auto;
}
.nav-visible .nav-mobile {
  display: block;
  opacity: 1;
  visibility: visible;
}
.nav-mobile .nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0;
}
.nav-mobile .nav-item {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.nav-mobile .nav-item--has-children {
  margin-bottom: 0;
}
.nav-mobile .nav-item:last-of-type {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 4rem;
}
.nav-mobile .nav-item--active {
  color: #91b201;
}
.nav-mobile .nav-item--active .nav-link {
  border-bottom: 1px solid #91b201;
}
.nav-mobile .nav-link {
  display: inline;
  padding: 1rem 0 0.4rem;
  margin: 0;
  font-size: 1.7rem;
}
.nav-mobile .nav-mobile-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 5rem;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2.5rem;
  color: #707070;
  padding: 1.5rem;
  z-index: 10500;
  margin: 0;
}
.nav-mobile .btn {
  padding: 0.65em 2em;
  max-width: 300px;
  margin: 0 auto;
}
.nav-mobile .nav-sub {
  padding-bottom: 2rem;
}
.nav-mobile .nav-sub .nav-item {
  margin-bottom: 0;
}
.nav-mobile .nav-sub .nav-link {
  font-weight: 300;
}
.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.news-list .swiper-container .swiper-slide .slide__inner {
  padding: 0;
}
.news-list .news-list__item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/3 - (32px - 32px * 1/3));
      -ms-flex-preferred-size: calc(99.9% * 1/3 - (32px - 32px * 1/3));
          flex-basis: calc(99.9% * 1/3 - (32px - 32px * 1/3));
  max-width: calc(99.9% * 1/3 - (32px - 32px * 1/3));
  width: calc(99.9% * 1/3 - (32px - 32px * 1/3));
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
          box-shadow: 0 0 10px rgba(0,0,0,0.12);
  background-color: #fff;
  margin: 16px 0;
  border-radius: 4px;
}
.news-list .news-list__item:nth-child(1n) {
  margin-right: 32px;
  margin-left: 0;
}
.news-list .news-list__item:last-child {
  margin-right: 0;
}
.news-list .news-list__item:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1220px) {
  .news-list .news-list__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/2 - (32px - 32px * 1/2));
        -ms-flex-preferred-size: calc(99.9% * 1/2 - (32px - 32px * 1/2));
            flex-basis: calc(99.9% * 1/2 - (32px - 32px * 1/2));
    max-width: calc(99.9% * 1/2 - (32px - 32px * 1/2));
    width: calc(99.9% * 1/2 - (32px - 32px * 1/2));
  }
  .news-list .news-list__item:nth-child(1n) {
    margin-right: 32px;
    margin-left: 0;
  }
  .news-list .news-list__item:last-child {
    margin-right: 0;
  }
  .news-list .news-list__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 700px) {
  .news-list .news-list__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (32px - 32px * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (32px - 32px * 1/1));
            flex-basis: calc(99.9% * 1/1 - (32px - 32px * 1/1));
    max-width: calc(99.9% * 1/1 - (32px - 32px * 1/1));
    width: calc(99.9% * 1/1 - (32px - 32px * 1/1));
  }
  .news-list .news-list__item:nth-child(1n) {
    margin-right: 32px;
    margin-left: 0;
  }
  .news-list .news-list__item:last-child {
    margin-right: 0;
  }
  .news-list .news-list__item:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .news-list .news {
    max-width: 100%;
    width: 100%;
  }
}
.news-list .news a:hover {
  color: inherit;
}
.news-list .news a:hover svg path {
  fill: #91b201;
}
.news-list .news__image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 267px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-list .news__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-list .news__image svg {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
}
.news-list .news__image svg path {
  fill: #91b201;
}
.news-list .news__text {
  padding: 4rem 3rem;
  position: relative;
}
.news-list .news__text hr {
  border-color: #f4f4f4;
}
.news-list .news__content {
  font-weight: 300;
}
.news-list .news__meta {
  position: absolute;
  background: #fff;
  top: -35px;
  left: 0;
  font-size: 1.7rem;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  padding: 1rem 3rem;
  border-top-right-radius: 5px;
}
.news-list .news__meta svg {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 700px) {
  .news-list .news__meta svg {
    display: none;
  }
}
.news-list .news__button {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 3rem;
  top: -32px;
  background: #5b9d15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
          box-shadow: 0 0 10px rgba(0,0,0,0.12);
}
.news-list .news__button:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 1220px) {
  .news-list .news__button {
    display: none;
  }
}
.news__title {
  margin-bottom: 1rem;
  line-height: 1.2;
}
.news__pagebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
  padding: 0 12px;
}
.news__list-button {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
      -ms-flex-preferred-size: calc(99.9% * 1/3 - (30px - 30px * 1/3));
          flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  margin: 4rem auto 0;
}
.news__list-button:nth-child(1n) {
  margin-right: 30px;
  margin-left: 0;
}
.news__list-button:last-child {
  margin-right: 0;
}
.news__list-button:nth-child(3n) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .news__list-button {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
        -ms-flex-preferred-size: calc(99.9% * 1/2 - (30px - 30px * 1/2));
            flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  }
  .news__list-button:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0;
  }
  .news__list-button:last-child {
    margin-right: 0;
  }
  .news__list-button:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 700px) {
  .news__list-button {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .news__list-button:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .news__list-button:last-child {
    margin-right: 0;
  }
  .news__list-button:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.news-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 6rem;
}
.news-entry__images {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 3/5 - (3rem - 3rem * 3/5));
      -ms-flex-preferred-size: calc(99.9% * 3/5 - (3rem - 3rem * 3/5));
          flex-basis: calc(99.9% * 3/5 - (3rem - 3rem * 3/5));
  max-width: calc(99.9% * 3/5 - (3rem - 3rem * 3/5));
  width: calc(99.9% * 3/5 - (3rem - 3rem * 3/5));
  overflow: hidden;
  border-radius: 4px;
}
.news-entry__images:nth-child(1n) {
  margin-right: 3rem;
  margin-left: 0;
}
.news-entry__images:last-child {
  margin-right: 0;
}
.news-entry__images:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.news-entry__images--skew {
  padding-top: 235px;
  margin-bottom: -235px;
}
@media only screen and (max-width: 1220px) {
  .news-entry__images--skew {
    padding-top: 200px;
    margin-bottom: -200px;
  }
}
@media only screen and (max-width: 700px) {
  .news-entry__images--skew {
    padding-top: 240px;
    margin-bottom: -240px !important;
  }
}
.news-entry__img-wrap {
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  min-height: 375px;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.news-entry__img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-entry__img-wrap--skew {
  -webkit-transform: skewX(-2deg) rotate(-2deg) translateY(-48%);
      -ms-transform: skewX(-2deg) rotate(-2deg) translateY(-48%);
          transform: skewX(-2deg) rotate(-2deg) translateY(-48%);
  margin-top: 0;
}
.news-entry__img-wrap--skew img {
  -webkit-transform: skewX(2deg) rotate(2deg);
      -ms-transform: skewX(2deg) rotate(2deg);
          transform: skewX(2deg) rotate(2deg);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  min-height: 375px;
  margin-top: -15px;
}
.news-entry__images-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2rem;
}
.news-entry__image-wrap {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
      -ms-flex-preferred-size: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
          flex-basis: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  max-width: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  width: calc(99.9% * 1/4 - (2rem - 2rem * 1/4));
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}
.news-entry__image-wrap:nth-child(1n) {
  margin-right: 2rem;
  margin-left: 0;
}
.news-entry__image-wrap:last-child {
  margin-right: 0;
}
.news-entry__image-wrap:nth-child(4n) {
  margin-right: 0;
  margin-left: auto;
}
.news-entry__image-wrap img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1220px) {
  .news-entry__image-wrap {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/3 - (2rem - 2rem * 1/3));
        -ms-flex-preferred-size: calc(99.9% * 1/3 - (2rem - 2rem * 1/3));
            flex-basis: calc(99.9% * 1/3 - (2rem - 2rem * 1/3));
    max-width: calc(99.9% * 1/3 - (2rem - 2rem * 1/3));
    width: calc(99.9% * 1/3 - (2rem - 2rem * 1/3));
  }
  .news-entry__image-wrap:nth-child(1n) {
    margin-right: 2rem;
    margin-left: 0;
  }
  .news-entry__image-wrap:last-child {
    margin-right: 0;
  }
  .news-entry__image-wrap:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .news-entry__image-wrap {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
        -ms-flex-preferred-size: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
            flex-basis: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
    max-width: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
    width: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
  }
  .news-entry__image-wrap:nth-child(1n) {
    margin-right: 2rem;
    margin-left: 0;
  }
  .news-entry__image-wrap:last-child {
    margin-right: 0;
  }
  .news-entry__image-wrap:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 700px) {
  .news-entry__image-wrap {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .news-entry__image-wrap:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .news-entry__image-wrap:last-child {
    margin-right: 0;
  }
  .news-entry__image-wrap:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.news-entry__content {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
      -ms-flex-preferred-size: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
          flex-basis: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
  max-width: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
  width: calc(99.9% * 2/5 - (3rem - 3rem * 2/5));
}
.news-entry__content:nth-child(1n) {
  margin-right: 3rem;
  margin-left: 0;
}
.news-entry__content:last-child {
  margin-right: 0;
}
.news-entry__content:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.news-entry__content--full {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  margin-top: 4rem;
}
.news-entry__content--full:nth-child(1n) {
  margin-right: 1rem;
  margin-left: 0;
}
.news-entry__content--full:last-child {
  margin-right: 0;
}
.news-entry__content--full:nth-child(1n) {
  margin-right: 0;
  margin-left: auto;
}
.news-entry__content--full p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news-entry__content--full p .fr-fic {
  margin: 0 auto;
}
.news-entry__content--full p .fr-fil {
  margin: 0 !important;
  margin-bottom: 1rem !important;
}
.news-entry__content--full p .fr-fir {
  margin: 0 !important;
  margin-left: auto !important;
}
.news-entry__content--full p img {
  display: inline-block;
  max-width: 100%;
}
.news-entry hr {
  margin: 2rem 0;
}
@media only screen and (max-width: 1000px) {
  .news-entry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .news-entry__content,
  .news-entry__images {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .news-entry__content:nth-child(1n),
  .news-entry__images:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .news-entry__content:last-child,
  .news-entry__images:last-child {
    margin-right: 0;
  }
  .news-entry__content:nth-child(1n),
  .news-entry__images:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
  .news-entry__images {
    margin-bottom: 3rem;
  }
}
.news-entry__video {
  width: 100%;
}
.news-entry__video .news-entry__video-inner {
  width: 66%;
  margin: 8rem auto 0;
  position: relative;
  padding-bottom: 34.25%;
}
.news-entry__video .news-entry__video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .news-entry__video .news-entry__video-inner {
    width: 100%;
    padding-bottom: 52%;
  }
}
.back-link {
  color: #91b201;
  margin-top: 3.5rem;
  display: inline-block;
}
.back-link:hover {
  color: #151515;
}
@media only screen and (max-width: 700px) {
  .news-list {
    margin: 0;
    width: 100%;
  }
  .news-list > div {
    width: 100%;
  }
  .news-list > div > div {
    width: 100%;
    padding: 0;
  }
}
.news-slider__page--active {
  background: #91b201;
}
.news-entry__image-wrap--center img {
  -o-object-position: center center;
     object-position: center center;
}
.news-entry__image-wrap--top-left img {
  -o-object-position: top left;
     object-position: top left;
}
.news-entry__image-wrap--top-right img {
  -o-object-position: top right;
     object-position: top right;
}
.news-entry__image-wrap--bottom-left img {
  -o-object-position: bottom left;
     object-position: bottom left;
}
.news-entry__image-wrap--bottom-right img {
  -o-object-position: bottom right;
     object-position: bottom right;
}
.partners,
.references {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partners .partner,
.references .partner,
.partners .reference,
.references .reference {
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
          box-shadow: 0 0 10px rgba(0,0,0,0.12);
  border-radius: 4px;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.partners .reference__image,
.references .reference__image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 1rem;
  height: 300px;
  min-height: 300px;
  overflow: hidden;
}

.partners .reference__image img,
.references .reference__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  
  .partners .reference__image,
  .references .reference__image {
    height: 200px;
  }
}
.partners .partner__team,
.references .partner__team {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.partner-slider--sm {
  min-width: 33%;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .partner-slider--sm {
    width: 100%;
  }
}
.partner-slider__pagewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
}
.partner-slider__pagewrap:nth-child(1n) {
  margin-right: 1rem;
  margin-left: 0;
}
.partner-slider__pagewrap:last-child {
  margin-right: 0;
}
.partner-slider__pagewrap:nth-child(1n) {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 420px) {
  .partner-slider__pagewrap {
    display: none;
  }
}
.partner-slider__page--active,
.reference-slider__page--active {
  background: #91b201;
}
.slider__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reference__image {
  height: 150px;
  width: 100%;
}
.reference__image img {
  max-width: 100%;
  max-height: 100%;
}
.reference-slide .slide__inner {
  background: transparent !important;
}
.startboxes {
  margin-top: -255px;
}
@media only screen and (max-width: 1220px) {
  .startboxes {
    margin-top: -154px;
  }
}
.boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
@media only screen and (max-width: 1220px) {
  .boxes {
    margin-bottom: 4rem;
  }
}
.box {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: calc(99.9% * 1/4 - (50px - 50px * 1/4));
      -ms-flex-preferred-size: calc(99.9% * 1/4 - (50px - 50px * 1/4));
          flex-basis: calc(99.9% * 1/4 - (50px - 50px * 1/4));
  max-width: calc(99.9% * 1/4 - (50px - 50px * 1/4));
  width: calc(99.9% * 1/4 - (50px - 50px * 1/4));
  background: #fff;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 71px 1fr;
  grid-template-rows: 71px 1fr;
  grid-template-areas: "icon title" ". text";
  grid-gap: 10px;
}
.box:nth-child(1n) {
  margin-right: 50px;
  margin-left: 0;
}
.box:last-child {
  margin-right: 0;
}
.box:nth-child(4n) {
  margin-right: 0;
  margin-left: auto;
}
.box__icon {
  grid-area: icon;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#91b201), to(#599c15));
  background: -o-linear-gradient(left, #91b201, #599c15);
  background: linear-gradient(to right, #91b201, #599c15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box__title {
  grid-area: title;
  font-weight: 900;
  font-size: 4.6rem;
  line-height: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.box__title sup {
  font-style: italic;
  font-weight: 300;
  font-size: 1.6rem;
  top: -1.5em;
}
.box__content {
  grid-area: text;
  padding: 0 4rem 4rem 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1220px) {
  .box {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/2 - (50px - 50px * 1/2));
        -ms-flex-preferred-size: calc(99.9% * 1/2 - (50px - 50px * 1/2));
            flex-basis: calc(99.9% * 1/2 - (50px - 50px * 1/2));
    max-width: calc(99.9% * 1/2 - (50px - 50px * 1/2));
    width: calc(99.9% * 1/2 - (50px - 50px * 1/2));
    margin-bottom: 4rem;
  }
  .box:nth-child(1n) {
    margin-right: 50px;
    margin-left: 0;
  }
  .box:last-child {
    margin-right: 0;
  }
  .box:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 700px) {
  .box {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        -ms-flex-preferred-size: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
            flex-basis: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    max-width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  }
  .box:nth-child(1n) {
    margin-right: 1rem;
    margin-left: 0;
  }
  .box:last-child {
    margin-right: 0;
  }
  .box:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
  }
}
.subpages {
  margin-top: 3rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.subpages .subpage {
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
          box-shadow: 0 0 10px rgba(0,0,0,0.12);
  border-radius: 4px;
  height: 90%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media only screen and (max-width: 1220px) {
  .subpages .subpage {
    height: 100%;
  }
}
.subpages .subpage__content {
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 2rem 0 3rem;
}
@media only screen and (max-width: 1220px) {
  .subpages .subpage__content {
    min-height: 83%;
    padding-bottom: 0;
  }
}
.subpages .subpage__image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.subpages .subpage__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.subpages .subpage__info {
  padding: 3rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subpages .subpage__info--small {
  height: 20%;
}
.subpages .subpage__info--big {
  min-height: 55%;
}
.subpages .subpage__info hr {
  border-color: #f4f4f4;
}
.subpages .subpage__info p {
  margin-bottom: 3rem;
}
.subpages .subpage__button .btn {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .subpages .subpage {
    margin: 3rem 0;
  }
}
.subpage-slider {
  padding: 0 0 4rem;
}
.subpage-slider > div {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subpage-slider > div > div {
  padding: 0 2rem;
}
.subpage-slider__pagewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 420px) {
  .subpage-slider__pagewrap {
    display: none;
  }
}
.subpage-slider__page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #91b201;
  margin: 0 5px;
}
.subpage-slider__page--active {
  background: #91b201;
}
.swiper-button-prev,
.swiper-button-next {
  height: 40px !important;
  width: 40px !important;
}
@media only screen and (max-width: 1220px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 32px !important;
    width: 32px !important;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
  font-family: inherit;
}
.swiper-button-lock {
  display: none !important;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-container,
.reference-swiper-container {
  width: 100%;
  padding-bottom: 24px;
}
.swiper-container .swiper-slide,
.reference-swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.swiper-container .swiper-slide .slide,
.reference-swiper-container .swiper-slide .slide {
  padding: 12px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1220px) {
  .swiper-container .swiper-slide .slide,
  .reference-swiper-container .swiper-slide .slide {
    padding: 24px;
  }
}
.swiper-container .swiper-slide .slide__inner,
.reference-swiper-container .swiper-slide .slide__inner {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
          box-shadow: 0 0 10px rgba(0,0,0,0.12);
  background-color: #fff;
  padding: 12px;
  height: 100%;
}
.swiper-container .swiper-slide .slide__content,
.reference-swiper-container .swiper-slide .slide__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.swiper-container .swiper-slide .slide .slide-content__image,
.reference-swiper-container .swiper-slide .slide .slide-content__image {
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-container .swiper-slide .slide .slide-content__image img,
.reference-swiper-container .swiper-slide .slide .slide-content__image img {
  border-radius: 4px;
  width: 100%;
}
.swiper-container .swiper-slide .slide .slide-content__info,
.reference-swiper-container .swiper-slide .slide .slide-content__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.swiper-container .swiper-slide .slide .slide-content__actions,
.reference-swiper-container .swiper-slide .slide .slide-content__actions {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 24px;
}
.reference-swiper-container {
  overflow: hidden;
}
.reference-swiper-container .swiper-slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reference-swiper-container .swiper-slide .slide__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.swiper-container--four h3,
.swiper-container--normal h3 {
  margin-bottom: 12px;
}
.swiper-container--four .slide-content__info,
.swiper-container--normal .slide-content__info {
  text-align: center;
  padding: 24px 0;
}
@media only screen and (max-width: 1000px) {
  .swiper-container--four .slide-content__image,
  .swiper-container--normal .slide-content__image {
    max-height: 450px;
  }
}
@media only screen and (max-width: 700px) {
  .swiper-container--four .slide-content__image,
  .swiper-container--normal .slide-content__image {
    max-height: 350px;
  }
}
.swiper-container--four .slide-content__image img,
.swiper-container--normal .slide-content__image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-container--team .swiper-slide__outer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-container--team .slide__inner {
  padding: 10px;
}
.swiper-container--team .slide-content__info {
  position: absolute;
  padding: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(145,178,1,0.85);
}
.swiper-container--team .slide-content__info .slide-info__text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
.swiper-container--team .slide-content__info a {
  color: inherit;
}
@media only screen and (min-width: 1000px) {
  .swiper-container--team .slide:hover .slide-info__text {
    max-height: 400px;
  }
}
@media only screen and (max-width: 1000px) {
  .swiper-container--team .person--show-infos .slide-info__text {
    max-height: 400px;
  }
}
@media only screen and (max-width: 700px) {
  .swiper-container--news .news__content {
    display: none;
  }
}
.swiper-container--block .slide-content__image {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-container--block .slide-content__image > div {
  max-width: 200px;
  max-height: 200px;
}
@media only screen and (max-width: 700px) {
  .swiper-container--block .slide-content__image > div {
    max-width: 250px;
    max-height: 250px;
  }
}
.swiper-container--block .slide-content__image img {
  border-radius: 99999px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-container > .swiper-pagination-bullets {
  bottom: 0;
  margin-bottom: -6px;
}
.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #91b201;
}

/*# sourceMappingURL=main.css.map */
