@charset "UTF-8";
/*
/// VENDORS ///
The CSS files from external libraries and frameworks
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

embed,
iframe,
object,
video,
figure {
  max-width: 100%;
}

/* ----------------------------------------
Image Alignments and Captions
---------------------------------------- */
.alignnone {
  margin: 15px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 20px auto;
}

.alignright {
  float: right;
  margin: 15px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 15px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 15px auto 20px auto;
}

a img.alignright {
  float: right;
  margin: 15px 0 20px 20px;
}

a img.alignnone {
  margin: 15px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 15px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption,
.figure-caption {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 15px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 15px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 15px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 15px;
}

body #site-content .gallery {
  display: FLEX;
  flex-flow: row wrap;
}

body #site-content .gallery .gallery-item {
  float: none;
  margin-top: 0;
}

body #site-content .gallery .gallery-item img {
  border: none;
}

body #site-content .gallery br {
  display: none;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/*
/// ABSTRACTS ///
all Sass tools and helpers used across the project.
Every global variable, function, mixin and placeholder should be put in here.
 */
.slideshow.main-slideshow .slideshow-slide, .slideshow.download-image-slideshow .slideshow-slide .download-image, .section .section-bg, .section.fullwidth-banner, .item .item-image, .item.losungen .item-image, .item.data .item-image, .tabs .tab-panels .tab-panel .tabs-content .team-member .member-image, .image-gallery .item-gallery {
  position: relative;
}

.slideshow.main-slideshow .slideshow-slide img, .slideshow.download-image-slideshow .slideshow-slide .download-image img, .section .section-bg img, .section.fullwidth-banner img, .item .item-image img, .item.losungen .item-image img, .item.data .item-image img, .tabs .tab-panels .tab-panel .tabs-content .team-member .member-image img, .image-gallery .item-gallery img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*
/// BASE ///
The boilerplate code for the project. In there, you might find some typographic
rules, and probably a stylesheet defining some standard styles for commonly
used HTML elements.
*/
@font-face {
  font-family: "ThemeIcons";
  src: url("../fonts/ThemeIcons.eot?eed951a3b3c67b8497e8d3d4e4d736fe?#iefix") format("embedded-opentype"), url("../fonts/ThemeIcons.woff2?eed951a3b3c67b8497e8d3d4e4d736fe") format("woff2"), url("../fonts/ThemeIcons.woff?eed951a3b3c67b8497e8d3d4e4d736fe") format("woff"), url("../fonts/ThemeIcons.ttf?eed951a3b3c67b8497e8d3d4e4d736fe") format("truetype"), url("../fonts/ThemeIcons.svg?eed951a3b3c67b8497e8d3d4e4d736fe#ThemeIcons") format("svg");
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: ThemeIcons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before, [class^="icon-social"][href*="facebook"]:before, .icon-facebook[class^="icon-social"]:before {
  content: "\f101";
}

.icon-instagram:before, [class^="icon-social"][href*="instagram"]:before, .icon-instagram[class^="icon-social"]:before {
  content: "\f102";
}

.icon-linkedin:before, [class^="icon-social"][href*="linkedin"]:before, .icon-linkedin[class^="icon-social"]:before {
  content: "\f103";
}

.icon-pinterest:before, [class^="icon-social"][href*="pinterest"]:before, .icon-pinterest[class^="icon-social"]:before {
  content: "\f104";
}

.icon-search:before, .search-wrapper .search-wrap:before {
  content: "\f105";
}

.icon-twitter:before, [class^="icon-social"][href*="twitter"]:before, .icon-twitter[class^="icon-social"]:before {
  content: "\f106";
}

.icon-youtube:before, [class^="icon-social"][href*="youtube"]:before, .icon-youtube[class^="icon-social"]:before {
  content: "\f107";
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  font-weight: 300;
}

.no-scroll {
  overflow: hidden;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
h1:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 60px;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 48px;
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 32px;
  margin: 0 0 calc(30px / 3 * 2) 0;
}

@media screen and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: 24px;
  margin: 0 0 calc(30px / 2) 0;
}

@media screen and (max-width: 1023px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: 20px;
  margin: 0 0 calc(30px / 3) 0;
}

h6,
.h6 {
  font-size: 18px;
  margin: 0 0 calc(30px / 4) 0;
}

a {
  color: inherit;
  transition: all 250ms ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #399714;
}

a.item-link:hover {
  color: initial;
}

p {
  margin: 0 0 16px;
}

p:empty, p:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 30px;
  padding: 50px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
}

blockquote:before, blockquote:after {
  content: '"';
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 50px;
  z-index: -1;
  line-height: 1;
}

blockquote:before {
  left: 0;
  top: 0;
}

blockquote:after {
  right: 0;
  bottom: 0;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/HelveticaNeueLTPro-Lt.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeueLTPro-Md.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

[class^="icon-social"]:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
}

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

.centering {
  margin: 0 auto;
  max-width: 1350px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .centering {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.centering.small {
  max-width: 1000px;
}

.main {
  padding-top: 100px;
}

@media screen and (max-width: 1023px) {
  .single-losungen .main {
    padding-top: 20px;
  }
}

.display-none {
  display: none;
}

body {
  padding-top: 120px;
}

body.admin-bar {
  padding-top: 152px;
}

@media screen and (max-width: 1279px) {
  body {
    padding-top: 75px;
  }
}

body.blog {
  background-color: #f4f5f5;
}

body.is-english .german-version {
  display: none;
}

body.is-german .english-version {
  display: none;
}

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

.justify-center {
  justify-content: center;
}

.light-grey-bg {
  background-color: #f8f8f8;
}

.content-block {
  margin-bottom: 30px;
}

.content-block:last-child {
  margin-bottom: 0;
}

.large-description {
  font-size: 22px;
  max-width: 920px;
  margin: 0 auto;
}

.search-wrapper {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: auto;
  background-color: #1e2f0bd9;
  transition: all 0.2s linear;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-wrapper .close {
  display: none;
}

@media screen and (max-width: 1279px) {
  .search-wrapper .close {
    display: block;
    position: absolute;
    right: 45px;
    top: 160px;
    background-color: white;
    width: 20px;
    height: 20px;
  }
}

.search-wrapper ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #45414f;
}

.search-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #45414f;
}

.search-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #45414f;
}

.search-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #45414f;
}

.search-wrapper label {
  display: none;
}

.search-wrapper .search-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ThemeIcons";
}

.search-wrapper .search-wrap:before {
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 10px;
  vertical-align: middle;
  text-transform: none;
  font-size: 26px;
  color: #fff;
}

.search-wrapper .search-wrap ::-webkit-input-placeholder {
  color: #fff;
}

.search-wrapper .search-wrap :-moz-placeholder {
  color: #fff;
}

.search-wrapper .search-wrap ::-moz-placeholder {
  color: #fff;
}

.search-wrapper .search-wrap :-ms-input-placeholder {
  color: #fff;
}

.search-wrapper .search-wrap .search-field {
  border: 0;
  padding: 0;
  height: auto;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  text-align: left;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .search-wrapper .search-wrap .search-field {
    font-size: 20px;
  }
}

.search-wrapper .search-wrap .search-button {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  height: 85px;
  font-size: 0;
  width: 85px;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 2;
}

.search-is-open .search-wrapper {
  opacity: 1;
  visibility: visible;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.pagination .wp-pagenavi .page {
  font-size: 18px;
  color: #46B919;
  border: none;
}

.pagination .wp-pagenavi .current {
  border-color: #46B919;
  color: #46B919;
  border-radius: 2px;
}

/*
/// LAYOUT ///
Everything that takes part in laying out the site or application.
This folder could have stylesheets for the main parts of the site (header,
footer, navigation, sidebar…), the grid system or even CSS styles
for all the forms.
*/
.is-noscroll {
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}

.is-noscroll .header,
.is-noscroll .search-wrapper,
.is-noscroll .main-nav,
.is-noscroll .top {
  pointer-events: auto;
}

.header {
  min-height: 90px;
  background-color: #46B919;
  color: #fff;
  padding: 0;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  position: fixed;
  z-index: 1000;
  transition: box-shadow .1s, transform .1s, background-color .1s;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.admin-bar .header {
  top: 32px;
}

@media screen and (max-width: 1279px) {
  .header {
    min-height: 75px;
  }
  .admin-bar .header {
    top: 32px;
  }
}

@media screen and (max-width: 779px) {
  .admin-bar .header {
    top: 46px;
  }
}

.header img {
  display: block;
  width: 300px;
}

@media screen and (max-width: 1279px) {
  .header img {
    width: 190px;
  }
}

.header .header-microwidgets {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 15px;
  visibility: visible;
  opacity: 1;
  transition: all 100ms ease-in-out;
}

@media screen and (max-width: 1279px) {
  .header .header-microwidgets {
    flex-direction: column;
    align-items: start;
    margin-top: 25px;
  }
}

.header .header-microwidgets .open-search {
  position: relative;
  width: 21px;
  height: 21px;
  cursor: pointer;
  margin-right: 15px;
}

.header .header-microwidgets .open-search:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
  transform-origin: right top;
  transition: all 0.3s ease-in-out;
}

.header .header-microwidgets .open-search:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: right bottom;
  transition: all 0.3s ease-in-out;
}

.header .header-microwidgets .open-search .search-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

.search-is-open .header .header-microwidgets .open-search:before, .search-is-open .header .header-microwidgets .open-search:after {
  width: 28px;
}

.search-is-open .header .header-microwidgets .open-search .search-icon {
  width: 0;
  height: 0;
  border-color: transparent;
}

.header .header-microwidgets .menu {
  margin: 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .header .header-microwidgets .menu {
    align-items: flex-start;
  }
}

.header .header-microwidgets .menu li {
  margin: 0 10px;
}

@media screen and (max-width: 1279px) {
  .header .header-microwidgets .menu li {
    margin: 5px 0;
  }
}

.header .header-microwidgets .menu li:last-of-type {
  margin-right: 0;
}

.header .header-microwidgets .menu li a {
  font-weight: 500;
  text-transform: capitalize;
}

.header .header-microwidgets .menu .menu-item-gtranslate {
  order: -1;
  margin-right: 40px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .header .header-microwidgets .menu .menu-item-gtranslate {
    margin-left: 0;
  }
}

.header .header-microwidgets .menu .menu-item-gtranslate:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  z-index: 1;
  background-image: url(../images/point-right.png);
  transform: rotate(90deg);
}

.header .header-microwidgets .menu .menu-item-gtranslate select {
  margin-bottom: 0;
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 125px;
  padding: 10px;
}

@media screen and (max-width: 1279px) {
  .header .header-microwidgets .menu .menu-item-gtranslate select {
    padding-left: 0;
  }
}

.header .header-microwidgets .menu .menu-item-gtranslate select option {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600;
  max-width: max-content;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.header .header-microwidgets .menu .menu-item-gtranslate select option:hover {
  background-color: #666 !important;
}

.header .header-microwidgets .menu .menu-item-gtranslate select option:first-of-type {
  display: none !important;
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .header .header-inner {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1279px) {
  .header .header-inner .widgets-nav-wrapper {
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 1279px) {
  .header .header-inner .desktop-top-cta {
    display: none;
  }
}

.header .header-inner .mobile-top-cta {
  display: none;
}

@media screen and (max-width: 1279px) {
  .header .header-inner .mobile-top-cta {
    display: block;
  }
  .header .header-inner .mobile-top-cta #menu-top-cta-1 .menu-item {
    margin: 10px 0;
  }
}

.header .top-bar {
  background-color: #444;
  padding: 10px 0;
  color: #fff;
}

.header .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .top-bar .top-bar-inner .social-icons {
  margin-left: auto;
}

.header .top-bar .top-bar-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.header .top-bar .top-bar-inner ul li {
  margin: 0 10px;
}

.header.sticky {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  top: 0 !important;
}

.header.sticky .header-microwidgets {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
}

body.is-open-menu .header {
  background-color: #379013;
}

.footer {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer .footer-logo .logo {
    display: flex;
    justify-content: center;
  }
}

.footer .footer-logo .logo img {
  height: 35px;
  width: auto;
}

.footer .footer-widgets {
  background-color: #202020;
  padding: 40px 0;
}

.footer .footer-widgets .logos {
  display: flex;
}

.footer .footer-widgets .logos .logo {
  margin-right: 30px;
}

.footer .footer-widgets .logos .logo:last-of-type {
  margin-right: 0;
}

.footer .footer-widgets .logos .logo img {
  height: 41px;
  width: auto;
}

@media screen and (max-width: 1023px) {
  .footer .footer-widgets .footer-information {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer .footer-widgets .footer-information .general-address {
  margin-bottom: 15px;
}

.footer .footer-widgets .footer-information .general-address h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer .footer-widgets .socials {
  margin-bottom: 30px;
}

.footer .footer-widgets .socials li a {
  background: white;
  height: 32px;
  width: 32px;
  border-radius: 50px;
  position: relative;
}

.footer .footer-widgets .socials li a:before {
  color: #202020;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer .footer-widgets .hotline-title {
  font-size: 22px;
  font-weight: 500;
  color: #46B919;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 1023px) {
  .footer .footer-widgets .hotline-title {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .footer .footer-widgets .hotline-phone-numbers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer .footer-widgets .hotline-phone-numbers .north-america {
  margin-bottom: 25px;
}

.footer .footer-widgets .hotline-phone-numbers .north-america .grey {
  margin-bottom: 10px;
  color: #d5d7d9;
}

.footer .footer-widgets .hotline-phone-numbers .service-support .grey {
  margin-bottom: 10px;
  color: #d5d7d9;
}

.footer .footer-widgets .hotline-support {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 1023px) {
  .footer .footer-widgets .hotline-support {
    justify-content: center;
  }
}

.footer .footer-widgets .hotline-support .country {
  border-right: 1px solid white;
  padding-right: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #d5d7d9;
}

.footer .footer-widgets .hotline-support .country:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .footer-widgets .office-hours-wrapper {
  margin-bottom: 25px;
}

@media screen and (max-width: 1023px) {
  .footer .footer-widgets .office-hours-wrapper .office-hours {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1023px) {
  .footer .footer-widgets .logistig-loading-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer .footer-widgets .timings .days {
  min-width: 90px;
  margin-right: 25px;
}

.footer .footer-widgets .footer-call-section {
  margin-bottom: 25px;
}

.footer .footer-widgets .footer-call-section:last-of-type {
  margin-bottom: 0;
}

.footer .footer-widgets .footer-call-section .telephone a {
  color: #46B919;
}

.footer .footer-widgets .footer-call-section .telephone a:hover {
  text-decoration: underline;
}

.footer ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li.current-menu-item > a, .footer ul li.current_page_ancestor > a {
  color: #46B919;
}

.footer .footer-bottom {
  background-color: #202020;
  padding: 80px 0 60px 0;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .footer .footer-bottom {
    padding: 40px 0;
  }
  .footer .footer-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    height: 1px;
    width: 100px;
  }
}

.footer .footer-bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}

.footer .footer-bottom ul li {
  margin: 0 10px;
  margin-bottom: 0;
}

.footer .footer-bottom .footer-credits {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-credits {
    align-items: center;
    flex-flow: column;
  }
  .footer .footer-bottom .footer-credits ul {
    margin: 10px 0;
  }
}

nav ul,
.menu {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 1279px) {
  .main-nav {
    position: fixed;
    margin: auto;
    max-width: 375px;
    width: 100%;
    height: 100%;
    transform: translate3d(0%, 0, 0);
    left: -375px;
    transition: opacity 0.3s linear, left 0.3s ease-out;
    background: #46B919;
    top: 0;
    padding: 20px;
    padding-top: 35px;
    overflow: auto;
  }
  .is-open-menu .main-nav {
    left: 0;
  }
  .main-nav.is-active {
    height: 100%;
  }
}

.main-nav .mobile-top-cta {
  border-top: 1px solid #fff;
}

.main-nav .mobile-logo {
  margin-bottom: 50px;
  position: relative;
  display: none;
}

@media screen and (max-width: 1279px) {
  .main-nav .mobile-logo {
    display: block;
  }
}

.main-nav .mobile-logo img {
  max-width: 145px;
}

.main-nav .close-hamburger {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.main-nav .menu {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}

@media screen and (max-width: 1279px) {
  .main-nav .menu {
    flex-direction: column;
    margin: 0;
  }
}

.main-nav .menu .menu-item {
  margin: 0 20px;
}

@media screen and (max-width: 1279px) {
  .main-nav .menu .menu-item {
    margin: 15px 0;
  }
}

.main-nav .menu .menu-item a {
  font-size: 16px;
  font-weight: 600;
  transition: text-shadow 0.3s;
  color: inherit;
  padding: 10px 0;
  position: relative;
}

.main-nav .menu .menu-item a:before {
  content: "";
  opacity: 0;
  width: 0;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 5px;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1279px) {
  .main-nav .menu .menu-item a {
    font-size: 20px;
  }
}

.main-nav .menu .menu-item a:hover:before {
  opacity: 1;
  width: 100%;
}

.main-nav .menu .menu-item.current-menu-item > a:before, .main-nav .menu .menu-item.current_page_ancestor > a:before, .main-nav .menu .menu-item.current_page_parent > a:before {
  opacity: 1;
  width: 100%;
}

.main-nav .menu .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}

.main-nav .menu .menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
}

.main-nav .menu .menu-item-has-children.open-submenu > a:after {
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 1280px) {
  .main-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: flex;
    background-color: #212529;
    justify-content: center;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    top: 100%;
    transition: opacity 350ms ease, visibility 350ms ease;
  }
}

@media screen and (max-width: 1279px) {
  .main-nav .sub-menu {
    display: none;
    background: #46B919;
    top: 140px;
    bottom: 0;
    transform: translateX(255px);
    transition: all 300ms ease-in;
    padding: 0 20px;
    left: 0;
    right: 0;
  }
}

.main-nav .sub-menu .close-sub-menu {
  display: none;
}

@media screen and (max-width: 1279px) {
  .main-nav .sub-menu .close-sub-menu {
    display: block;
  }
}

.main-nav .sub-menu .menu-item a {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .main-nav .open-submenu > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1279px) {
  .main-nav .open-submenu > .sub-menu {
    display: block;
    transform: translateX(0);
  }
}

.grid {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: -20px;
  margin-bottom: calc(30px - 20px);
}

.grid:last-child {
  margin-bottom: -20px;
}

.grid.align-vertically {
  align-items: center;
}

.grid.align-bottom {
  align-items: end;
}

.grid.align-horizontally {
  justify-content: center;
}

.grid.row-reverse {
  flex-direction: row-reverse;
}

.grid.no-space {
  margin: 0;
}

.grid.no-space [class^="grid-"],
.grid.no-space [class*=" grid-"] {
  padding: 0;
}

.grid.small-space {
  margin: -12.5px;
}

.grid.small-space [class^="grid-"],
.grid.small-space [class*=" grid-"] {
  padding: 12.5px;
}

.grid.no-top-bottom-space {
  margin: 0 -20px;
}

.grid.no-top-bottom-space [class^="grid-"],
.grid.no-top-bottom-space [class*=" grid-"] {
  padding: 0 20px;
}

[class^="grid-"],
[class*=" grid-"] {
  padding: 20px;
}

.grid-xs-1 {
  width: calc(100% / (12 / 1));
}

.offset-xs-1 {
  margin-left: calc(100% / (12 / 1));
}

.grid-xs-2 {
  width: calc(100% / (12 / 2));
}

.offset-xs-2 {
  margin-left: calc(100% / (12 / 2));
}

.grid-xs-3 {
  width: calc(100% / (12 / 3));
}

.offset-xs-3 {
  margin-left: calc(100% / (12 / 3));
}

.grid-xs-4 {
  width: calc(100% / (12 / 4));
}

.offset-xs-4 {
  margin-left: calc(100% / (12 / 4));
}

.grid-xs-5 {
  width: calc(100% / (12 / 5));
}

.offset-xs-5 {
  margin-left: calc(100% / (12 / 5));
}

.grid-xs-6 {
  width: calc(100% / (12 / 6));
}

.offset-xs-6 {
  margin-left: calc(100% / (12 / 6));
}

.grid-xs-7 {
  width: calc(100% / (12 / 7));
}

.offset-xs-7 {
  margin-left: calc(100% / (12 / 7));
}

.grid-xs-8 {
  width: calc(100% / (12 / 8));
}

.offset-xs-8 {
  margin-left: calc(100% / (12 / 8));
}

.grid-xs-9 {
  width: calc(100% / (12 / 9));
}

.offset-xs-9 {
  margin-left: calc(100% / (12 / 9));
}

.grid-xs-10 {
  width: calc(100% / (12 / 10));
}

.offset-xs-10 {
  margin-left: calc(100% / (12 / 10));
}

.grid-xs-11 {
  width: calc(100% / (12 / 11));
}

.offset-xs-11 {
  margin-left: calc(100% / (12 / 11));
}

.grid-xs-12 {
  width: calc(100% / (12 / 12));
}

.offset-xs-12 {
  margin-left: calc(100% / (12 / 12));
}

@media screen and (min-width: 480px) {
  .grid-sm-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-sm-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-sm-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-sm-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-sm-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-sm-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-sm-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-sm-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-sm-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-sm-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-sm-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-sm-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-sm-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-sm-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-sm-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-sm-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-sm-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-sm-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-sm-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-sm-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-sm-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-sm-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-sm-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-sm-12 {
    margin-left: calc(100% / (12 / 12));
  }
}

@media screen and (min-width: 768px) {
  .grid-s-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-s-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-s-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-s-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-s-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-s-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-s-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-s-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-s-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-s-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-s-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-s-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-s-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-s-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-s-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-s-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-s-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-s-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-s-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-s-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-s-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-s-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-s-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-s-12 {
    margin-left: calc(100% / (12 / 12));
  }
}

@media screen and (min-width: 1024px) {
  .grid-m-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-m-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-m-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-m-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-m-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-m-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-m-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-m-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-m-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-m-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-m-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-m-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-m-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-m-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-m-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-m-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-m-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-m-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-m-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-m-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-m-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-m-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-m-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-m-12 {
    margin-left: calc(100% / (12 / 12));
  }
}

@media screen and (min-width: 1280px) {
  .grid-md-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-md-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-md-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-md-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-md-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-md-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-md-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-md-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-md-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-md-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-md-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-md-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-md-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-md-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-md-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-md-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-md-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-md-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-md-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-md-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-md-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-md-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-md-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-md-12 {
    margin-left: calc(100% / (12 / 12));
  }
}

@media screen and (min-width: 1480px) {
  .grid-1 {
    width: calc(100% / (12 / 1));
  }
  .offset-1 {
    margin-left: calc(100% / (12 / 1));
  }
  .grid-2 {
    width: calc(100% / (12 / 2));
  }
  .offset-2 {
    margin-left: calc(100% / (12 / 2));
  }
  .grid-3 {
    width: calc(100% / (12 / 3));
  }
  .offset-3 {
    margin-left: calc(100% / (12 / 3));
  }
  .grid-4 {
    width: calc(100% / (12 / 4));
  }
  .offset-4 {
    margin-left: calc(100% / (12 / 4));
  }
  .grid-5 {
    width: calc(100% / (12 / 5));
  }
  .offset-5 {
    margin-left: calc(100% / (12 / 5));
  }
  .grid-6 {
    width: calc(100% / (12 / 6));
  }
  .offset-6 {
    margin-left: calc(100% / (12 / 6));
  }
  .grid-7 {
    width: calc(100% / (12 / 7));
  }
  .offset-7 {
    margin-left: calc(100% / (12 / 7));
  }
  .grid-8 {
    width: calc(100% / (12 / 8));
  }
  .offset-8 {
    margin-left: calc(100% / (12 / 8));
  }
  .grid-9 {
    width: calc(100% / (12 / 9));
  }
  .offset-9 {
    margin-left: calc(100% / (12 / 9));
  }
  .grid-10 {
    width: calc(100% / (12 / 10));
  }
  .offset-10 {
    margin-left: calc(100% / (12 / 10));
  }
  .grid-11 {
    width: calc(100% / (12 / 11));
  }
  .offset-11 {
    margin-left: calc(100% / (12 / 11));
  }
  .grid-12 {
    width: calc(100% / (12 / 12));
  }
  .offset-12 {
    margin-left: calc(100% / (12 / 12));
  }
}

::-webkit-input-placeholder {
  color: #383f45;
}

:-moz-placeholder {
  color: #383f45;
}

::-moz-placeholder {
  color: #383f45;
}

:-ms-input-placeholder {
  color: #383f45;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #212529;
  font-family: "Helvetica Neue LT Std", sans-serif;
  line-height: 1.5;
  outline: none;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border-color: #999999;
  outline: none;
}

textarea {
  resize: none;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7 .wpcf7-validation-errors {
  color: #b60005;
}

form .gdpr label {
  display: flex;
  font-weight: 400;
  font-size: 14px;
}

form .gdpr label input {
  margin-right: 10px;
  margin-top: 2px;
}

form .gdpr label a {
  text-decoration: underline;
}

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.gform_fields {
  row-gap: 20px !important;
}

.gform_wrapper .gform_title {
  color: #46B919;
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
}

.gform_wrapper .gform-grid-col input,
.gform_wrapper .gform-grid-col textarea, .gform_wrapper .ginput_container_text input,
.gform_wrapper .ginput_container_text textarea {
  width: 100% !important;
  height: calc(1.5em + 1.24rem + 2px) !important;
  padding: 0.62rem 1.25rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.gform_wrapper .gform-grid-col input:focus,
.gform_wrapper .gform-grid-col textarea:focus, .gform_wrapper .ginput_container_text input:focus,
.gform_wrapper .ginput_container_text textarea:focus {
  outline: none !important;
}

.gform_wrapper .gfield_checkbox label {
  font-size: 13px;
  color: #555;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"] {
  margin-right: 10px !important;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"]:focus {
  outline: none !important;
}

.gform_wrapper input[type="submit"] {
  background-color: #46B919 !important;
  color: #fff !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

.gform_wrapper input[type="submit"]:hover {
  background-color: #38803b !important;
}

.gform_wrapper input[type="submit"]:focus {
  outline: none !important;
}

.gform_wrapper input[type="checkbox"] {
  appearance: none !important;
  border: 2px solid #46B919 !important;
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  cursor: pointer !important;
}

.gform_wrapper input[type="checkbox"]:hover {
  border-color: #358c13 !important;
}

.gform_wrapper input[type="checkbox"]:focus {
  outline: none !important;
}

.gform_wrapper input[type="checkbox"]:checked {
  background: #46B919 !important;
  border-color: #46B919 !important;
  position: relative !important;
}

.gform_wrapper input[type="checkbox"]:checked:after {
  content: '' !important;
  position: absolute !important;
  top: 2px !important;
  left: 5px !important;
  width: 4px !important;
  height: 8px !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

table {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  text-align: center;
}

table:last-child {
  margin-bottom: 0;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #46B919;
  text-align: center;
}

table thead th {
  background-color: #46B919;
  color: #fff;
  border-right-color: #fff;
}

table thead th:last-of-type {
  border-right-color: #46B919;
}

table tbody tr:nth-of-type(even) td {
  background-color: #cbedbe;
}

.slideshow {
  position: relative;
}

.slideshow.flickity-resize .slideshow-slide {
  height: 100%;
}

.slideshow .slideshow-slide:not([class^="grid-"]) {
  width: 100%;
}

.slideshow .flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background-color: #46B919;
  top: 50%;
  transform: translateY(-50%);
}

.slideshow .flickity-prev-next-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  z-index: 1;
  filter: invert(1);
}

.slideshow .flickity-prev-next-button svg {
  display: none;
}

.slideshow .flickity-prev-next-button:hover {
  background-color: #46B919;
}

.slideshow .flickity-prev-next-button.next {
  right: 0;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 767px) {
  .slideshow .flickity-prev-next-button.next {
    transform: translate(25%, -50%);
  }
}

.slideshow .flickity-prev-next-button.next:before {
  background-image: url("../images/next.png");
}

.slideshow .flickity-prev-next-button.previous {
  left: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .slideshow .flickity-prev-next-button.previous {
    transform: translate(-25%, -50%);
  }
}

.slideshow .flickity-prev-next-button.previous:before {
  background-image: url("../images/previous.png");
}

.slideshow .flickity-prev-next-button:active {
  opacity: 1;
}

.slideshow .flickity-prev-next-button:disabled {
  opacity: 1;
}

.slideshow.disable-prev-next-buttons .flickity-prev-next-button {
  display: none;
}

@media screen and (max-width: 767px) {
  .slideshow.disable-prev-next-buttons .flickity-prev-next-button {
    display: block;
  }
}

.slideshow .flickity-page-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow .flickity-page-dots .dot {
  background-color: transparent;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  opacity: 1;
  transition: all 150ms ease-in-out;
}

.slideshow .flickity-page-dots .dot.is-selected {
  border-color: #46B919;
  background-color: #46B919;
  width: 20px;
  height: 20px;
}

.slideshow.main-slideshow {
  position: relative;
}

.slideshow.main-slideshow .slideshow-slide {
  height: 700px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .slideshow.main-slideshow .slideshow-slide {
    padding: calc(80px / 2) 0;
    padding-bottom: 55px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .slideshow.main-slideshow .slideshow-slide .centering {
    height: 100%;
  }
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 620px;
}

@media screen and (max-width: 767px) {
  .slideshow.main-slideshow .slideshow-slide .content-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    height: 100%;
  }
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .socials {
  margin-right: 35px;
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .socials ul {
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 767px) {
  .slideshow.main-slideshow .slideshow-slide .content-wrapper .socials ul {
    flex-direction: row;
    margin-top: 25px !important;
  }
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .socials ul li a {
  background: white;
  height: 36px;
  width: 36px;
  border-radius: 50px;
  position: relative;
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .socials ul li a:before {
  color: #202020;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .slide-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .slide-content .slide-title {
  margin-bottom: 20px;
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .slide-content .slide-text {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .slideshow.main-slideshow .slideshow-slide .content-wrapper .slide-content .slide-text {
    margin-bottom: 60px;
  }
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .slide-content .slide-text a {
  color: #46B919;
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .slide-content .slide-text a:hover {
  color: #399714;
}

.slideshow.main-slideshow .slideshow-slide .content-wrapper .slide-content .button {
  margin-top: 20px;
}

.slideshow.main-slideshow .slideshow-slide:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.59%, #000 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
}

.slideshow.main-slideshow.align-content-centre .content-wrapper {
  max-width: initial;
  text-align: center;
}

.slideshow.main-slideshow.align-content-centre .content-wrapper .slide-content {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .slideshow.main-slideshow.align-content-centre .content-wrapper .slide-content {
    padding: 0;
  }
}

.slideshow.main-slideshow.align-content-centre .content-wrapper .slide-content .slide-text {
  font-size: 22px;
}

.slideshow.main-slideshow.align-content-centre .content-wrapper .slide-content .button {
  margin-top: 25px;
}

.slideshow.main-slideshow.align-content-centre .content-wrapper .slide-content .button.arrow {
  margin: 25px auto 0;
}

.slideshow.main-slideshow.align-content-centre .slideshow-slide:after {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .slideshow.main-slideshow.align-content-centre .socials {
    margin: 0 auto !important;
  }
}

.slideshow.banner .slideshow-content {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slideshow.logos-slideshow {
  margin: -20px;
}

@media screen and (min-width: 1024px) {
  .slideshow.logos-slideshow {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .slideshow.logos-slideshow {
    margin: -10px;
  }
}

.slideshow.logos-slideshow .slideshow-slide {
  width: calc(100% / 6);
  padding: 20px;
}

@media screen and (max-width: 1023px) {
  .slideshow.logos-slideshow .slideshow-slide {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .slideshow.logos-slideshow .slideshow-slide {
    width: 45%;
    padding: 10px;
  }
}

.slideshow.logos-slideshow .slideshow-slide .slide-image {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow.logos-slideshow .slideshow-slide .slide-image img {
  display: block;
  max-height: 100%;
  width: auto;
}

.slideshow.mobile-slideshow.flickity-enabled {
  display: block;
}

.slideshow.mobile-slideshow:after {
  content: "";
  display: none;
}

@media screen and (max-width: 1023px) {
  .slideshow.mobile-slideshow:after {
    content: "flickity";
    display: none;
  }
}

.slideshow.download-image-slideshow {
  position: relative;
}

.slideshow.download-image-slideshow .slideshow-slide {
  width: 28%;
  margin: 0 15px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

@media screen and (max-width: 767px) {
  .slideshow.download-image-slideshow .slideshow-slide {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .slideshow.download-image-slideshow .slideshow-slide {
    width: 100%;
  }
}

.slideshow.download-image-slideshow .slideshow-slide .download-image {
  padding-bottom: 100%;
}

.slideshow.download-image-slideshow .slideshow-slide .download-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 350ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.slideshow.download-image-slideshow .slideshow-slide .download-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 350ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.slideshow.download-image-slideshow .slideshow-slide .download-link:before {
  content: '';
  background-image: url("../images/download-icon.png");
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center;
  display: block;
  filter: invert(1);
}

.slideshow.download-image-slideshow .slideshow-slide .download-link span {
  display: block;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "Helvetica Neue LT Std";
}

.slideshow.download-image-slideshow .slideshow-slide:hover .download-image {
  opacity: 0.8;
  visibility: visible;
}

.slideshow.download-image-slideshow .slideshow-slide:hover .download-link {
  visibility: visible;
  opacity: 1;
}

.section {
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 60px;
  }
}

.section.has-bg {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .section.has-bg {
    padding: calc(80px / 2) 0;
  }
}

.section.has-bg:last-child {
  margin-bottom: 0;
}

.section.has-bg + .has-bg {
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .section.has-bg + .has-bg {
    margin-top: calc(-100px / 2);
  }
}

.section.white-scheme {
  color: #fff;
}

.section.black-scheme {
  color: #000;
}

.section .section-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .section .section-bg.half {
    width: 50%;
  }
  .section .section-bg.half.right {
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .section .section-bg.half {
    position: relative;
    height: 200px;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.section .section-content,
.section .section-text,
.section .section-actions,
.section .section-image,
.section .section-intro,
.section .section-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section .section-content,
  .section .section-text,
  .section .section-actions,
  .section .section-image,
  .section .section-intro,
  .section .section-title {
    margin-bottom: calc(30px / 2);
  }
}

.section .section-content:last-child,
.section .section-text:last-child,
.section .section-actions:last-child,
.section .section-image:last-child,
.section .section-intro:last-child,
.section .section-title:last-child {
  margin-bottom: 0;
}

.section .section-image img {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  .section .section-image.stretch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .section .section-image.stretch img {
    min-width: calc(100% + 100px);
    max-width: calc(100% + 100px);
  }
}

.section .after-text {
  margin-top: 25px;
}

.section .section-title.green {
  color: #46B919;
}

.section .section-text ul,
.section .section-text ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  .section .section-text ul,
  .section .section-text ol {
    margin-bottom: calc(30px / 2);
  }
}

.section .section-text ul:last-child,
.section .section-text ol:last-child {
  margin-bottom: 0;
}

.section .section-text ul li,
.section .section-text ol li {
  margin-bottom: 10px;
}

.section .section-text ul li:last-child,
.section .section-text ol li:last-child {
  margin-bottom: 0;
}

.section .section-text a:not([class]) {
  text-decoration: underline;
}

.section .section-text strong {
  font-weight: bold;
}

.section .section-pretitle {
  color: #46B919;
  font-size: 16px;
  margin-bottom: 16px;
  font-family: "Helvetica Neue LT Std", sans-serif;
}

.section .section-content.white-scheme {
  color: #fff;
}

.section .row-reverse .section-image.stretch {
  justify-content: flex-start;
}

.section.simple-text.has-bg {
  min-height: 500px;
  display: flex;
  align-items: center;
}

.section.fullwidth-banner {
  height: 500px;
  overflow: hidden;
  padding: 0;
}

.section.text-image-with-background {
  display: flex;
  align-items: center;
  min-height: 500px;
}

.section.text-image-with-background.no-space-bottom {
  padding-bottom: 0;
  display: block;
  min-height: initial;
}

.section.text-image-with-background.no-space-bottom .image-container {
  padding-bottom: 0;
}

.section.text-image-with-background.no-space-bottom .image-container img {
  max-width: 450px;
}

.section.text-image-with-background .section-text {
  margin-bottom: 50px;
}

.section.text-image-with-background .section-text .large-text {
  font-size: 22px;
}

.section.items-icons .section-text {
  margin-bottom: 75px;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .section.items-icons .section-text {
    margin-bottom: 35px;
  }
}

.section.timeline .timeline-items-wrapper .item.timeline {
  display: none;
  /* Hide all items by default */
}

.section.timeline .timeline-items-wrapper .item.timeline:nth-child(-n+3) {
  display: block;
  /* Show only the first 3 items */
}

.section.timeline .show-more-button {
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin: 20px auto 0 auto;
}

.section.timeline .show-more-button:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/point-right.png");
  transition: all 250ms ease-in-out;
  transform: rotate(90deg);
  margin-left: 15px;
}

.section.timeline .show-more-button.showing:after {
  transform: rotate(-90deg);
}

.section.items-information .items-wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

@media screen and (max-width: 767px) {
  .section.items-information .items-wrapper {
    justify-content: center;
  }
}

.section.application .section-inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .section.application .section-inner {
    flex-direction: column;
  }
}

.section.application .section-inner .column {
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .section.application .section-inner .column {
    width: 100%;
  }
}

.section.application .section-inner .column .icon {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .section.application .section-inner .column .icon {
    margin-top: 50px;
  }
}

.section.application .section-inner .column .icon .item-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.section.application .section-inner .column.center {
  margin-top: 70px;
}

@media screen and (max-width: 479px) {
  .section.application .section-inner .column.center {
    margin-top: 50px;
  }
}

.section.application .section-actions {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.section.application .section-actions .image-link {
  margin: 5px;
}

.section.application .section-actions .image-link a {
  display: block;
}

.section.application .section-actions .image-link img {
  min-width: 125px;
  min-height: 44px;
  object-fit: cover;
  width: auto;
}

.section.popup-video .section-content {
  max-width: 445px;
}

.section.popup-video .placeholder-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.popup-video .placeholder-image a:before {
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-image: url("../images/play-button.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  filter: invert(1);
}

.section.popup-video .placeholder-image img {
  border-radius: 10px;
}

.section.banner-video-with-popup {
  max-height: 550px;
}

.section.banner-video-with-popup .placeholder-image {
  height: 550px;
}

.section.banner-video-with-popup .placeholder-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section.banner-video-with-popup .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  object-fit: cover;
  z-index: 5;
  filter: invert(1);
}

.section.banner-video-with-popup.image-overlay .placeholder-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #080808, transparent);
  z-index: 1;
}

.section.text-columns .section-pretext {
  margin-bottom: 35px;
}

.section.text-columns .section-pretext h2,
.section.text-columns .section-pretext h3 {
  color: #46B919;
}

.section.text-columns ul.arrow-marker li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 16px;
  margin-bottom: 24px;
}

.section.text-columns ul.arrow-marker li::marker {
  content: url("../images/li-arrow.svg");
}

.section.text-columns ul.arrow-marker li:last-child {
  margin-bottom: 24px;
}

.section.text-columns.has-bg {
  padding: 100px 0;
}

.section.text-columns.has-bg.green {
  background-color: #46B919;
  color: #fff;
}

.section.text-columns.has-bg.green .section-pretext {
  margin-bottom: 35px;
}

.section.text-columns.has-bg.green .section-pretext h2,
.section.text-columns.has-bg.green .section-pretext h3 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .section.text-columns table {
    overflow-x: scroll;
    max-width: 350px;
    display: block;
    width: 100%;
  }
}

.section.simple-text-items .section-text {
  font-size: 22px;
}

.section.person-detail-blocks .section-image img {
  width: 100%;
}

.section.person-detail-blocks .grid {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .section.person-detail-blocks .grid {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

.section.images-and-text {
  margin-bottom: 100px;
}

.section.image-two-colums-text .section-title {
  margin-bottom: 16px;
}

.section.image-two-colums-text .large-text {
  font-size: 22px;
}

@media screen and (max-width: 1023px) {
  .section.image-two-colums-text .large-text {
    padding-bottom: 0;
  }
}

.section.image-two-colums-text .small-text {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .section.image-two-colums-text .small-text {
    padding-top: 16px;
  }
}

.section.featured-post-type .section-intro {
  margin-bottom: 60px;
}

.section.featured-post-type .section-intro .section-description {
  font-size: 22px;
}

.section.boxes {
  padding-top: 50px;
}

.item .item-image {
  height: 0;
  padding-bottom: 100%;
}

.item .item-content,
.item .item-meta,
.item .item-image,
.item .item-title {
  margin-bottom: 30px;
}

.item .item-content:last-child,
.item .item-meta:last-child,
.item .item-image:last-child,
.item .item-title:last-child {
  margin-bottom: 0;
}

.item.box {
  background-image: url("../images/webshop-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 40px;
  min-height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 11px rgba(85, 85, 85, 0.1);
  position: relative;
}

@media screen and (max-width: 767px) {
  .item.box {
    min-height: initial;
    padding: 60px 20px;
    margin-bottom: 15px;
  }
}

.item.box .sticker {
  width: 110px;
  height: 110px;
  border-radius: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #46B919;
  position: absolute;
  right: -15px;
  top: -55px;
  padding: 0 14px;
  box-sizing: border-box;
  z-index: 10;
}

.item.box .item-content {
  font-size: 22px;
}

@media screen and (max-width: 1023px) {
  .item.box .item-title {
    font-size: 30px;
  }
}

.item.simple-text {
  border-radius: 10px;
  box-shadow: 0 4px 11px rgba(85, 85, 85, 0.1);
  transition: all ease-in-out 0.3s;
  padding: 30px 20px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  max-width: 350px;
  margin: 40px auto 0;
}

.item.simple-text:hover {
  box-shadow: 0 4px 11px rgba(85, 85, 85, 0.2);
}

.item.simple-text .item-url {
  color: #000 !important;
}

.item.icon {
  margin: 50px 0 20px;
}

.item.icon .item-icon {
  height: 0;
  margin: 0 auto 40px auto;
  max-width: 90px;
  padding-bottom: 90px;
}

.item.icon .item-icon img {
  object-fit: contain;
}

.item.icon .item-title {
  margin-bottom: 10px;
}

.item.icon.align-left {
  text-align: left;
}

.item.icon.align-left .item-title {
  color: #46B919;
}

.item.icon.align-left .item-icon {
  margin-left: 0;
}

.item.icon.small-title .item-title {
  font-size: 22px;
}

.item.image-title {
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 11px rgba(85, 85, 85, 0.1);
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  display: flex;
  text-align: center;
  flex-direction: column;
  height: 100%;
  max-height: -webkit-fill-available;
}

@media screen and (max-width: 767px) {
  .item.image-title {
    margin-top: 20px;
  }
}

.item.image-title .item-image {
  padding-bottom: 65%;
  margin-bottom: 0;
  overflow: hidden;
}

.item.image-title .item-image img {
  transition: all ease-in-out 0.3s;
}

.item.image-title .item-title {
  padding: 30px 10px;
  color: #000 !important;
}

.item.image-title:hover {
  box-shadow: 0 4px 11px rgba(85, 85, 85, 0.2);
}

.item.image-title:hover .item-title {
  color: #000;
}

.item.image-title:hover .item-image img {
  transform: scale(1.25);
}

.item.timeline {
  position: relative;
  width: 50%;
  padding: 35px;
}

.item.timeline:before {
  content: '';
  border-radius: 12px;
  background: #46B919;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 35px;
}

.item.timeline:nth-of-type(even) {
  width: 50%;
  border-right: 1px solid #D5D7D9;
  text-align: right;
}

.item.timeline:nth-of-type(even):before {
  right: 0;
  transform: translate(50%, 5px);
}

.item.timeline:nth-of-type(odd) {
  text-align: left;
  margin-left: calc(50% - 1px);
  border-left: 1px solid #D5D7D9;
}

.item.timeline:nth-of-type(odd):before {
  left: 0;
  transform: translate(-50%, 5px);
}

@media screen and (max-width: 767px) {
  .item.timeline {
    width: 100% !important;
    text-align: left !important;
    border-right: none !important;
    border-left: 1px solid #D5D7D9 !important;
    margin-left: 10px !important;
  }
  .item.timeline:before {
    left: 0 !important;
    transform: translate(-50%, 5px) !important;
  }
}

.item.timeline .year {
  font-size: 22px;
  color: #46B919;
  margin-bottom: 10px;
}

.item.timeline .title {
  font-size: 32px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .item.timeline .title {
    font-size: 26px;
  }
}

.item.timeline .text {
  font-size: 16px;
  margin-bottom: 25px;
}

.item.timeline .image img {
  border-radius: 10px;
}

.item.losungen {
  background: #F4F5F5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 11px rgba(85, 85, 85, 0.1);
}

.item.losungen .item-image {
  overflow: hidden;
  padding-bottom: 63%;
  margin-bottom: 0;
}

.item.losungen .item-image img {
  transition: all 350ms ease-in;
}

.item.losungen:hover img {
  transform: scale(1.25);
}

.item.losungen .item-inner {
  padding: 40px;
}

.item.losungen .meta {
  font-size: 16px;
  color: #46B919;
  margin-bottom: 24px;
  flex: 1 0 auto;
  min-height: 21px;
}

.item.losungen .short-description {
  font-size: 22px;
  margin-bottom: 16px;
}

.item.losungen .button.arrow:after {
  background-image: url("../images/green-arrow.svg");
}

.item.number {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  margin: 35px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .item.number {
    max-width: initial;
  }
}

.item.number .digit {
  font-size: 50px;
  color: #46B919;
  font-weight: 600;
  line-height: 55px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  min-height: 110px;
  margin-bottom: 10px;
}

.item.number .title {
  font-size: 25px;
  color: #46B919;
  padding-top: 10px;
  font-family: "Helvetica Neue LT Std", sans-serif;
}

.item.icon-fullwidth {
  border-radius: 15px;
  background-color: #F4F5F5;
  padding: 45px 25px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .item.icon-fullwidth {
    flex-direction: column;
    padding: 35px 15px;
  }
}

.item.icon-fullwidth .item-icon {
  width: 100%;
  max-width: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .item.icon-fullwidth .item-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.item.icon-fullwidth .item-content {
  width: calc(100% - 100px);
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .item.icon-fullwidth .item-content {
    width: 100%;
    padding-left: 0;
  }
}

.item.icon-fullwidth .item-content .item-title {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .item.icon-fullwidth .item-content .item-title {
    margin-top: 25px;
  }
}

.item.news {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .item.news {
    flex-direction: column-reverse;
  }
}

.item.news .item-inner {
  display: flex;
  flex-direction: column;
  padding: 100px 50px 30px 50px;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .item.news .item-inner {
    width: 100%;
    padding: 30px 20px;
  }
}

.item.news .item-inner .item-social-links {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  .item.news .item-inner .item-social-links {
    margin-bottom: 25px;
  }
}

.item.news .item-inner .item-social-links a {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
}

.item.news .item-inner .item-social-links a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.item.news .item-inner .item-social-links a[href*="facebook"]:after {
  background-image: url("../images/facebook-icon.png");
}

.item.news .item-inner .item-social-links a[href*="linkedin"]::after {
  background-image: url("../images/linkedin-icon.png");
}

.item.news .item-inner .item-social-links a[href*="whatsapp"]::after {
  background-image: url("../images/whatsapp-icon.png");
}

.item.news .item-inner .item-social-links a[href*="twitter"] {
  display: none;
}

.item.news .item-inner .item-social-links a[href*="instagram"]::after {
  background-image: url("../images/instagram-icon.png");
}

@media screen and (max-width: 1279px) {
  .item.news .item-inner .item-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .item.news .item-inner .item-title {
    margin-bottom: 10px;
  }
}

.item.news .item-inner .read-more-button {
  font-size: 16px;
  color: #000;
  transition: all ease-in-out 300ms;
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
}

@media screen and (max-width: 1023px) {
  .item.news .item-inner .read-more-button {
    padding-top: 25px;
  }
}

.item.news .item-inner .read-more-button:hover {
  color: #46B919;
}

.item.news .item-inner .read-more-button:before {
  content: '';
  background-image: url("../images/plus-icon.svg");
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.item.news .item-image {
  padding-bottom: 0;
  max-height: 540px;
  min-height: 540px;
  width: 50%;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .item.news .item-image {
    width: 100%;
    max-height: initial;
    min-height: initial;
    height: 0;
    padding-bottom: 93%;
  }
}

.item.news .item-image img {
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 1023px) {
  .item.news .item-image img {
    border-radius: 10px 10px 0 0;
  }
}

.item.news .popup-container {
  position: fixed;
  background: #00000078;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.item.news .popup-container .item-popup {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .item.news .popup-container .item-popup {
    padding: 0 20px;
  }
}

.item.news .popup-container .item-popup .popup-inner {
  background-color: #fff;
  transition: all 300ms ease-in-out;
  transform: translateY(-30px);
  width: 100%;
  max-width: 960px;
  padding: 80px 60px;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .item.news .popup-container .item-popup .popup-inner {
    padding: 40px 25px;
  }
}

.item.news .popup-container .item-popup .popup-inner .button-close {
  position: absolute;
  right: 25px;
  top: 30px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .item.news .popup-container .item-popup .popup-inner .button-close {
    top: 10px;
    right: 2px;
  }
}

.item.news .popup-container .item-popup .popup-inner .button-close:before {
  content: '';
  background-image: url("../images/plus-icon.svg");
  margin-right: 10px;
  transform: rotate(45deg);
  width: 25px;
  height: 25px;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.item.news .popup-container .item-popup .popup-inner .button-close .visually-hidden {
  display: block;
}

@media screen and (max-width: 1023px) {
  .item.news .popup-container .item-popup .popup-inner .button-close .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.item.news .popup-container .item-popup .popup-inner .popup-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .item.news .popup-container .item-popup .popup-inner .popup-title {
    font-size: 30px;
  }
}

.item.news .popup-container .item-popup .popup-inner .popup-text {
  max-height: 500px;
  overflow: auto;
}

.item.news .popup-container .item-popup .popup-inner p {
  margin-bottom: 15px;
}

.item.news .popup-container .item-popup .popup-inner p:last-of-type {
  margin-bottom: 0;
}

.item.news.open-popup .popup-container {
  visibility: visible;
  opacity: 1;
}

.item.news.open-popup .popup-container .popup-inner {
  transform: translateY(0);
}

.item.news.alt {
  flex-direction: column;
}

.item.news.alt .item-image {
  width: 100%;
  max-height: 230px;
  min-height: 230px;
}

.item.news.alt .item-image img {
  border-radius: 10px 10px 0 0;
}

.item.news.alt .item-inner {
  width: 100%;
  padding: 25px;
  background-color: #F4F5F5;
  border-radius: 0 0 10px 10px;
}

.item.news.alt .item-inner .item-title {
  font-size: 22px;
  min-height: 100px;
}

.item.data {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 60px;
  box-shadow: 0 4px 11px rgba(85, 85, 85, 0.1);
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 1279px) {
  .item.data {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .item.data {
    padding: 25px;
  }
}

.item.data .item-title {
  color: #46B919;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .item.data .item-title {
    font-size: 24px;
  }
}

.item.data .item-details {
  margin-bottom: 20px;
}

.item.data .item-details .row {
  font-size: 22px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .item.data .item-details .row {
    font-size: 18px;
  }
}

.item.data .item-details .row .label {
  font-weight: 600;
  margin-right: 5px;
}

.item.data .item-image {
  height: 0;
  padding-bottom: 65%;
  margin-top: auto;
  border-radius: 10px;
  overflow: hidden;
}

.item.jobs {
  border-bottom: 1px solid #000000;
  padding: 40px 0 40px 0;
}

.item.jobs:last-of-type {
  border-bottom: none;
}

.item.jobs .title {
  font-size: 30px;
  margin-bottom: 16px;
  color: #46B919;
}

@media screen and (max-width: 767px) {
  .item.jobs .title {
    font-size: 26px;
  }
}

.item.jobs .title a:hover {
  color: #2d7610;
}

.item.jobs .icons {
  margin-bottom: 26px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .item.jobs .icons {
    flex-direction: column;
    align-items: start;
  }
}

.item.jobs .icons .icon {
  display: block;
  margin-left: 50px;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .item.jobs .icons .icon {
    margin-left: 0;
    margin: 5px 0;
  }
}

.item.jobs .icons .icon:first-of-type {
  margin-left: 0;
}

.item.jobs .icons .icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item.jobs .icons .icon.location:before {
  background-image: url("../images/pin-icon.png");
}

.item.jobs .icons .icon.hours:before {
  background-image: url("../images/clock-icon.png");
}

.item.jobs.alt .item-social-links {
  margin-bottom: 35px;
}

.item.jobs.alt .title {
  color: #000;
  font-size: 48px;
  margin-bottom: 32px;
}

.item.item-search {
  background: transparent;
  border: 2px solid #46B919;
  height: 100%;
  padding: 30px;
  text-align: center;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border-radius: 10px;
}

.item.item-search .box-title {
  color: #46B919;
}

.item.document {
  border-radius: 10px;
  box-shadow: 0 4px 11px rgba(85, 85, 85, 0.1);
  transition: all ease-in-out 0.3s;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}

.item.document:hover .item-image img {
  transform: scale(1.1);
}

.item.document .item-image {
  padding-bottom: 75%;
  margin-bottom: 0;
  overflow: hidden;
}

.item.document .item-image img {
  transition: all 250ms ease-in-out;
}

.item.document .item-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  min-height: 210px;
}

.item.document .item-content .item-meta {
  font-size: 16px;
  margin-bottom: 10px;
}

.item.document .item-content .item-title {
  font-size: 22px;
  font-weight: 400;
}

.item.document .item-content .button {
  margin-top: auto;
}

.single-losungen .breadcrumbs {
  margin-bottom: 30px;
}

.single-losungen .breadcrumbs a {
  font-size: 16px;
  margin-right: 5px;
  color: #000;
}

.single-losungen .section-socials {
  display: flex;
  margin-bottom: 20px;
}

.single-losungen .section-socials .social-link-button {
  width: 27px;
  height: 28px;
  margin-right: 10px;
  fill: white;
}

.single-losungen .section-socials .social-link-button:last-of-type {
  margin-right: 0;
}

.single-losungen .section-socials .social-link-button a {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
}

.single-losungen .section-socials .social-link-button a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.single-losungen .section-socials .social-link-button a[href*="facebook"]:after {
  background-image: url("../images/facebook-icon.png");
}

.single-losungen .section-socials .social-link-button a[href*="linkedin"]::after {
  background-image: url("../images/linkedin-icon.png");
}

.single-losungen .section-socials .social-link-button a[href*="whatsapp"]::after {
  background-image: url("../images/whatsapp-icon.png");
}

.single-losungen .section-socials .social-link-button a[href*="twitter"] {
  display: none;
}

.single-losungen .section-socials .social-link-button a[href*="instagram"]::after {
  background-image: url("../images/instagram-icon.png");
}

.single-losungen .section-actions {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .single-losungen .section-actions {
    flex-direction: column;
  }
}

.single-losungen .section-actions .action-button {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .single-losungen .section-actions .action-button {
    margin: 5px 0;
  }
}

.single-losungen .section-actions .action-button:last-of-type {
  margin-right: 0;
}

.single-losungen .section-actions .action-button:first-of-type .button:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  background-image: url("../images/icon-email.png");
  width: 20px;
  height: 20px;
}

.single-losungen .section-actions .action-button .button {
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  max-width: max-content;
}

@media screen and (max-width: 767px) {
  .single-losungen .section-actions .action-button .button {
    min-width: 200px;
  }
}

.single-losungen .section-actions .action-button .button[href*="mailto"]:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  background-image: url("../images/icon-email.png");
  width: 20px;
  height: 20px;
}

.single-losungen .section-actions .action-button .button[href*="pdf"]::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  background-image: url("../images/icon-pdf.png");
}

.single-losungen .section-image img {
  border-radius: 15px;
}

/*
/// COMPONENTS ///
For smaller components, there is the components/ folder.
While layout/ is macro (defining the global wireframe), components/ is more
focused on widgets. It contains all kind of specific modules like a slider,
a loader, a widget, and basically anything along those lines. There are usually
a lot of files in components/ since the whole site/application should be mostly
composed of tiny modules.
*/
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.button, .button-white {
  background-color: #46B919;
  border-radius: 0;
  border: 1px solid #46B919;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  outline: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
}

input:disabled[type="submit"],
input:disabled[type="button"],
input:disabled[type="reset"],
button:disabled,
.button:disabled, .button-white:disabled {
  pointer-events: none;
  opacity: 0.4;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background-color: #318111;
  color: #fff;
}

input[type="submit"].arrow,
input[type="button"].arrow,
input[type="reset"].arrow,
button.arrow,
.button.arrow {
  display: flex;
  align-items: center;
  max-width: max-content;
}

input[type="submit"].arrow:after,
input[type="button"].arrow:after,
input[type="reset"].arrow:after,
button.arrow:after,
.button.arrow:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/next-white.png");
  margin-left: 5px;
}

input[type="submit"].arrow.white,
input[type="button"].arrow.white,
input[type="reset"].arrow.white,
button.arrow.white,
.button.arrow.white {
  background-color: #fff;
  color: #46B919;
}

input[type="submit"].arrow.white:after,
input[type="button"].arrow.white:after,
input[type="reset"].arrow.white:after,
button.arrow.white:after,
.button.arrow.white:after {
  background-image: url("../images/next-green.png");
}

input[type="submit"].arrow-link,
input[type="button"].arrow-link,
input[type="reset"].arrow-link,
button.arrow-link,
.button.arrow-link {
  background-color: transparent;
  border: none;
  color: #46B919;
  padding: 0;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

input[type="submit"].arrow-link:hover,
input[type="button"].arrow-link:hover,
input[type="reset"].arrow-link:hover,
button.arrow-link:hover,
.button.arrow-link:hover {
  color: #2d7610;
}

input[type="submit"].arrow-link:after,
input[type="button"].arrow-link:after,
input[type="reset"].arrow-link:after,
button.arrow-link:after,
.button.arrow-link:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/next-green.png");
  margin-left: 5px;
}

input[type="submit"].document,
input[type="button"].document,
input[type="reset"].document,
button.document,
.button.document {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  color: #000;
  align-items: center;
}

input[type="submit"].document:before,
input[type="button"].document:before,
input[type="reset"].document:before,
button.document:before,
.button.document:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  background-image: url("../images/icon-pdf.png");
  filter: invert(1);
}

input[type="submit"].document:hover,
input[type="button"].document:hover,
input[type="reset"].document:hover,
button.document:hover,
.button.document:hover {
  color: #46B919;
}

input[type="submit"].document:hover:before,
input[type="button"].document:hover:before,
input[type="reset"].document:hover:before,
button.document:hover:before,
.button.document:hover:before {
  color: #46B919;
}

.button-white {
  background-color: #fff;
  border-color: #46B919;
  color: #46B919;
}

.button-white:hover {
  background-color: #dfdfdf;
}

.hamburger {
  width: 30px;
  height: 21px;
  position: relative;
  margin: 0;
  display: none;
  z-index: 200;
  margin-left: auto;
}

@media screen and (max-width: 1279px) {
  .hamburger {
    display: block;
  }
}

.hamburger [class^="line-"] {
  display: block;
  background-color: #fff;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}

.is-open-menu .hamburger [class^="line-"] {
  background-color: #fff;
}

.hamburger [class^="line-"].line-1 {
  top: 0;
}

.hamburger [class^="line-"].line-2 {
  top: 9px;
}

.hamburger [class^="line-"].line-3 {
  bottom: 0;
}

.hamburger.is-active .line-1 {
  transform: translateY(9px) translateX(0) rotate(45deg);
}

.hamburger.is-active .line-2 {
  opacity: 0;
}

.hamburger.is-active .line-3 {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.accordion {
  width: 100%;
  text-align: left;
}

.accordion .accordion-group {
  border-bottom: 1px solid #212529;
}

.accordion .accordion-group:first-child {
  border-top: 1px solid #212529;
}

.accordion .accordion-group .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 15px 30px 15px 0;
  font-size: 20px;
}

.accordion .accordion-group .accordion-title:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  display: inline-block;
  transform: translateY(-50%);
  transition: all 0.2s linear;
}

.accordion .accordion-group .accordion-title.is-active:after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion .accordion-group .accordion-panel {
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 300ms ease-in;
}

.accordion .accordion-group .accordion-panel .panel-inner {
  transition: opacity 300ms ease-in;
  opacity: 0;
  padding: 0px 0 20px;
}

.accordion .accordion-group .accordion-panel.is-active {
  max-height: 999px;
  transition: max-height 300ms ease-out;
}

.accordion .accordion-group .accordion-panel.is-active .panel-inner {
  transition: opacity 300ms ease-out;
  opacity: 1;
}

.tabs .tabs-navigation {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  padding: 15px 10px;
}

@media screen and (max-width: 1023px) {
  .tabs .tabs-navigation {
    flex-direction: column;
  }
}

@media screen and (max-width: 1023px) {
  .tabs .tabs-navigation li {
    margin: 10px 0;
  }
}

.tabs .tabs-navigation li a {
  display: block;
  text-decoration: none;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  padding-bottom: 5px;
}

.tabs .tabs-navigation li a:hover {
  border-bottom: 2px solid #46B919;
}

.tabs .tabs-navigation li a.is-selected {
  border-bottom: 2px solid #46B919;
  font-weight: bold;
}

.tabs .tab-panels {
  padding: 0 15px;
}

.tabs .tab-panels .tab-panel {
  display: none;
}

.tabs .tab-panels .tab-panel.is-selected {
  display: block;
}

@media screen and (max-width: 767px) {
  .tabs .tab-panels .tab-panel {
    margin-top: 20px;
  }
  .tabs .tab-panels .tab-panel:first-child {
    margin-top: 0;
  }
}

.tabs .tab-panels .tab-panel .tabs-content .team-member {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .tabs .tab-panels .tab-panel .tabs-content .team-member {
    margin: 0;
  }
}

.tabs .tab-panels .tab-panel .tabs-content .team-member .member-image {
  padding-bottom: 90%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.tabs .tab-panels .tab-panel .tabs-content .team-member .member-name {
  font-style: normal;
  font-size: 32px;
  color: #46B919;
  flex: 1 0 auto;
  font-weight: 600;
}

.tabs .tab-panels .tab-panel .tabs-content .team-member .member-position {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}

.tabs .tab-panels .tab-panel .tabs-content .team-member .member-phone a {
  color: #46B919;
}

.tabs .tab-panels .is-selected {
  background-color: white;
}

.region-filter {
  overflow: hidden;
}

.region-filter .tabs-navigation {
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 50px;
}

.region-filter .tabs-navigation:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #F4F5F5;
  z-index: -1;
}

.region-filter .tabs-navigation li {
  max-width: max-content;
  margin: 10px 40px;
}

@media screen and (max-width: 767px) {
  .region-filter .tabs-navigation li {
    max-width: initial;
    width: 50%;
    text-align: left;
    margin: 10px 0;
    padding-right: 20px;
  }
}

.region-filter .tabs-navigation li a {
  font-size: 16px;
}

.cookie-notification {
  align-items: center;
  background-color: #000;
  bottom: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 15px;
  position: fixed;
  right: 0;
  text-align: center;
  transform: translateY(200%);
  transition: all 300ms ease;
  z-index: 999;
}

@media screen and (max-width: 1023px) {
  .cookie-notification {
    flex-flow: column;
    align-items: flex-start;
  }
}

.cookie-notification.animate-in {
  transform: translateY(0);
}

.cookie-notification .cookie-notification-title h2 {
  color: white;
  font-size: 24px;
  margin: 0;
}

@media screen and (max-width: 1279px) {
  .cookie-notification .cookie-notification-title h2 {
    font-size: 14px;
  }
}

.cookie-notification .cookie-notification-content {
  flex: 1;
  font-size: 14px;
  padding: 0 40px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .cookie-notification .cookie-notification-content {
    flex: auto;
    padding: 10px 0;
  }
}

.cookie-notification .cookie-notification-actions {
  align-items: center;
  display: flex;
  flex-flow: row;
  margin: -5px;
}

.cookie-notification .cookie-notification-actions a {
  border-radius: 0px;
  border: 1px solid white;
  color: white;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 5px 15px;
}

.cookie-notification .cookie-notification-actions a:hover {
  background-color: #fff;
  color: #000;
}

.responsive-iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 66%;
  position: relative;
}

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

.image-gallery .item-gallery {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #46B919;
}

.image-gallery .item-gallery img {
  transition: opacity 0.2s linear;
}

.image-gallery .item-gallery a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.image-gallery .item-gallery:hover img {
  opacity: 0.8;
}

.social-icons {
  margin: -10px !important;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.social-icons li {
  display: block;
  margin: 10px;
}

.social-icons li a {
  display: block;
  font-size: 18px;
}

.page-header {
  padding: 40px 0;
  background-color: #f8f8f8;
}

.mfp-content .mfp-close:hover {
  background-color: transparent !important;
  color: #46B919 !important;
}

.item-social-links {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  .item-social-links {
    margin-bottom: 25px;
  }
}

.item-social-links a {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
}

.item-social-links a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.item-social-links a[href*="facebook"]:after {
  background-image: url("../images/facebook-icon.png");
}

.item-social-links a[href*="linkedin"]::after {
  background-image: url("../images/linkedin-icon.png");
}

.item-social-links a[href*="whatsapp"]::after {
  background-image: url("../images/whatsapp-icon.png");
}

.item-social-links a[href*="twitter"] {
  display: none;
}

.item-social-links a[href*="instagram"]::after {
  background-image: url("../images/instagram-icon.png");
}

.images-text-block {
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .images-text-block {
    flex-direction: column-reverse;
    padding: 0;
    margin-bottom: 30px;
  }
}

.career-page .images-text-block {
  padding: 0;
  margin-top: 25px;
}

.images-text-block:last-of-type {
  margin-bottom: 0;
}

.images-text-block .section-content {
  width: 50%;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .images-text-block .section-content {
    width: 100%;
    margin-bottom: 20px !important;
    padding-left: 0;
  }
}

.images-text-block .section-content .content-title {
  padding-top: 25px;
  font-size: 48px;
}

@media screen and (max-width: 1279px) {
  .images-text-block .section-content .content-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .images-text-block .section-content .content-title {
    margin-bottom: 15px;
    padding-top: 15px;
  }
}

.career-page .images-text-block .section-content .content-title {
  padding-top: 0;
}

.images-text-block .section-content .content-text {
  font-size: 22px;
}

@media screen and (max-width: 1279px) {
  .images-text-block .section-content .content-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .images-text-block .section-content .content-text {
    font-size: 16px;
  }
}

.images-text-block .image-slideshow {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .images-text-block .image-slideshow {
    width: 100%;
    padding: 0;
  }
}

.images-text-block .image-slideshow img {
  border-radius: 15px;
}

.images-text-block .image-slideshow .flickity-page-dots {
  bottom: 0px;
  width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
  .images-text-block .image-slideshow .flickity-page-dots {
    width: 100%;
  }
}

.images-text-block .image-slideshow.padding-bottom {
  padding-bottom: 50px;
}

.images-text-block.right-images {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .images-text-block.right-images {
    flex-direction: column-reverse;
  }
}

.images-text-block.right-images .section-content {
  padding: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .images-text-block.right-images .section-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .person-block {
    margin-bottom: 40px;
  }
}

.person-block .title {
  color: #46B919;
  margin: 0;
}

.person-block .occupation {
  font-size: 22px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .person-block .occupation {
    font-size: 18px;
  }
}

.person-block .address {
  margin: 50px 0 25px;
}

@media screen and (max-width: 767px) {
  .person-block .address {
    margin-top: 25px;
  }
}

.person-block .telephone {
  line-height: 1.3;
}

.person-block .telephone a {
  color: #46B919;
}

.person-block .telephone a:hover {
  color: #2d7610;
}

.columns-block {
  margin-bottom: 40px;
}

.columns-block .block-title {
  color: #46B919;
  font-size: 32px;
  line-height: 39px;
}

.columns-block .block-text {
  padding-left: 30px;
}

.columns-block .block-text ul {
  padding-left: 20px;
}

.section-intro-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}

.section-intro-title .section-title {
  padding-right: 50px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .section-intro-title .section-title {
    margin-bottom: 32px;
  }
}

.item-link {
  display: block;
  height: 100%;
}

.item-link .item {
  height: 100%;
}

::selection {
  background: #b3d4fc;
}

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

img {
  max-width: 100%;
  height: auto;
}

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