/*! 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.
 */
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,
.text--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;
}

* {
  box-sizing: border-box;
}

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

html {
  background-color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

html.fontsize--mid {
  font-size: 112.5%;
}

html.fontsize--big {
  font-size: 125%;
}

body {
  background: #006437;
  background: -moz-linear-gradient(top, #006437 0%, #73b43c 100%);
  background: -webkit-linear-gradient(top, #006437 0%, #73b43c 100%);
  background: linear-gradient(to bottom, #006437 0%, #73b43c 100%);
  height: 100%;
  font-weight: 400;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 0.875em;
  line-height: 1.575;
  text-align: left;
  color: #121212;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

@media only screen and (min-width: 600px) {
  body {
    font-size: 1.125em;
    line-height: 1.5;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 1.125em 0 0.5625em;
}

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

h1,
.h1 {
  font-weight: 400;
  font-size: 1.642856em;
  line-height: 1.1304375;
}

@media only screen and (min-width: 600px) {

  h1,
  .h1 {
    font-size: 2.77778em;
    line-height: 1.2;
  }
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
  font-size: 1.42857em;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) {

  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4 {
    font-size: 1.444445em;
    line-height: 1.461538;
  }
}

h4,
.h4 {
  font-weight: 600;
}

p,
ul,
ol,
dl {
  margin: 1.125em 0;
}

p:first-child,
ul:first-child,
ol:first-child,
dl:first-child {
  margin-top: 0;
}

a {
  color: #006437;
  text-decoration: none;
  transition: 0.15s;
}

a:hover,
a:focus,
a:active {
  color: #008e46;
}

a:after {
  transition: background-color 0.15s;
}

.link--arrow {
  font-weight: 700;
  background: url(../images/arrow-right-green-small.svg) no-repeat 0 center;
  padding-left: 28px;
  transition: color 0.15s;
}

.link--arrow:hover,
.link--arrow:focus,
.link--arrow:active {
  background: url(../images/arrow-right-green-sama-small.svg) no-repeat 0 center;
  transition: color 0.15s;
}

ul,
ol {
  padding-left: 1.6875em;
}

ul ul:first-child,
ol ul:first-child,
ul ol:first-child,
ol ol:first-child {
  margin: 1.125em 0;
}

ul {
  list-style: square outside;
}

ol {
  list-style: decimal outside;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
  margin: 0;
}

dd {
  margin: 0 0 1.125em;
}

small,
.text--small {
  font-size: 0.9844em;
  line-height: 1.5;
}

b,
strong {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

del,
s,
strike {
  text-decoration: line-through;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.75em;
  line-height: 1.5;
  white-space: pre-line;
  white-space: pre-wrap;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 1.125em;
}

adress {
  font-style: italic;
  margin: 0 0 1.125em;
}

mark {
  background: yellow;
  border-radius: 2px;
  padding: 0.1406em 0.2812em;
}

blockquote {
  font-style: italic;
  border-left: 3px solid #666666;
  margin: 2.25em 0;
  padding: 1.2501em;
}

blockquote:first-child {
  margin-top: 0;
}

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

cite {
  font-style: italic;
}

hr,
.hr {
  display: block;
  height: 1px;
  border: 0 none;
  border-top: 1px solid #121212;
  margin: 1.6875em 0;
}

@media only screen and (min-width: 768px) {

  hr,
  .hr {
    margin: 2.25em 0;
  }
}

hr--green,
.hr--green {
  border-color: #006437;
}

hr--red,
.hr--red {
  border-color: #be0000;
}

hr--purple,
.hr--purple {
  border-color: #99337a;
}

.hr-jobs {
  margin: 1.6875em 0;
}

.font-size--xxs {
  font-size: 0.7031em;
  line-height: 1.4;
}

.font-size--xs {
  font-size: 0.75em;
  line-height: 1.5;
}

.font-size--s {
  font-size: 0.9844em;
  line-height: 1.5;
}

.font-size--m {
  font-size: 1.125em;
  line-height: 1.5;
}

.font-size--l {
  font-size: 1.4062em;
  line-height: 1.4;
}

.font-size--xl {
  font-size: 1.6875em;
  line-height: 1.4147;
}

.font-size--xxl {
  font-size: 2.25em;
  line-height: 1.25;
}

.font-size--xxxl {
  font-size: 2.8125em;
  line-height: 1.2;
}

.font-size--4xl {
  font-size: 3.375em;
  line-height: 1.1667;
}

.font-size--5xl {
  font-size: 4.5em;
  line-height: 1.125;
}

@media only screen and (min-width: 600px) {
  .text--big {
    font-size: 1.4062em;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) {
  .text--big {
    font-size: 1.6875em;
    line-height: 1.4147;
  }
}

.text--light {
  color: rgba(18, 18, 18, 0.5);
}

.text--red {
  color: #be0000 !important;
}

.text--green {
  color: #006437 !important;
}

.text--green-light {
  color: #73b43c !important;
}

.text--green-sama {
  color: #008e46 !important;
}

.text--green-zfm {
  color: #a5cd14 !important;
}

.text--purple {
  color: #99337a !important;
}

.text--regular {
  font-weight: 400;
}

.text--bold {
  font-weight: 700 !important;
}

.text--spaced {
  letter-spacing: 3px;
}

.text--caps {
  text-transform: uppercase;
}

.text--truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  flex-direction: row;
}

.grid .grid__cell {
  width: 100%;
  flex: 0 0 auto;
}

@media only screen and (min-width: 320px) {
  .grid .grid__cell--xxs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell--offset--xxs-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell--offset--xxs-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell--offset--xxs-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell--offset--xxs-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell--offset--xxs-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell--offset--xxs-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell--offset--xxs-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell--offset--xxs-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell--offset--xxs-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell--offset--xxs-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell--offset--xxs-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxs-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell--offset--xxs-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--offset--xxs-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 480px) {
  .grid .grid__cell--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell--offset--xs-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell--offset--xs-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell--offset--xs-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell--offset--xs-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell--offset--xs-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell--offset--xs-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell--offset--xs-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell--offset--xs-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell--offset--xs-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell--offset--xs-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell--offset--xs-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xs-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell--offset--xs-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--offset--xs-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 600px) {
  .grid .grid__cell--s-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell--offset--s-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell--offset--s-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell--offset--s-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell--offset--s-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell--offset--s-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell--offset--s-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell--offset--s-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell--offset--s-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell--offset--s-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell--offset--s-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell--offset--s-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }

  .grid .grid__cell--s-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell--offset--s-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--offset--s-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .grid .grid__cell--m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell--offset--m-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell--offset--m-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell--offset--m-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell--offset--m-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell--offset--m-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell--offset--m-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell--offset--m-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell--offset--m-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell--offset--m-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell--offset--m-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell--offset--m-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }

  .grid .grid__cell--m-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell--offset--m-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--offset--m-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .grid .grid__cell--l-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell--offset--l-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell--offset--l-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell--offset--l-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell--offset--l-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell--offset--l-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell--offset--l-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell--offset--l-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell--offset--l-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell--offset--l-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell--offset--l-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell--offset--l-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }

  .grid .grid__cell--l-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell--offset--l-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--offset--l-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .grid .grid__cell--xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell--offset--xl-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell--offset--xl-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell--offset--xl-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell--offset--xl-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell--offset--xl-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell--offset--xl-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell--offset--xl-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell--offset--xl-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell--offset--xl-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell--offset--xl-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell--offset--xl-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xl-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell--offset--xl-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--offset--xl-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .grid .grid__cell--xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell--offset--xxl-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell--offset--xxl-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell--offset--xxl-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell--offset--xxl-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell--offset--xxl-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell--offset--xxl-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell--offset--xxl-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell--offset--xxl-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell--offset--xxl-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell--offset--xxl-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell--offset--xxl-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxl-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell--offset--xxl-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--offset--xxl-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .grid .grid__cell--xxxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .grid .grid__cell--offset--xxxl-12 {
    margin-left: 100%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-11 {
    flex-basis: 91.6667%;
    max-width: 91.6667%;
  }

  .grid .grid__cell--offset--xxxl-11 {
    margin-left: 91.6667%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-10 {
    flex-basis: 83.3334%;
    max-width: 83.3334%;
  }

  .grid .grid__cell--offset--xxxl-10 {
    margin-left: 83.3334%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .grid .grid__cell--offset--xxxl-9 {
    margin-left: 75%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
  }

  .grid .grid__cell--offset--xxxl-8 {
    margin-left: 66.6667%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-7 {
    flex-basis: 58.3334%;
    max-width: 58.3334%;
  }

  .grid .grid__cell--offset--xxxl-7 {
    margin-left: 58.3334%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .grid .grid__cell--offset--xxxl-6 {
    margin-left: 50%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-5 {
    flex-basis: 41.6667%;
    max-width: 41.6667%;
  }

  .grid .grid__cell--offset--xxxl-5 {
    margin-left: 41.6667%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-4 {
    flex-basis: 33.3334%;
    max-width: 33.3334%;
  }

  .grid .grid__cell--offset--xxxl-4 {
    margin-left: 33.3334%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .grid .grid__cell--offset--xxxl-3 {
    margin-left: 25%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }

  .grid .grid__cell--offset--xxxl-2 {
    margin-left: 16.6667%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }

  .grid .grid__cell--xxxl-1 {
    flex-basis: 8.3334%;
    max-width: 8.3334%;
  }

  .grid .grid__cell--offset--xxxl-1 {
    margin-left: 8.3334%;
  }

  .grid .grid__cell--offset--xxxl-0 {
    margin-left: 0;
  }
}

.grid .grid__cell--offset--0 {
  margin-left: 0;
}

.grid--guttered {
  margin-right: -0.625em;
  margin-left: -0.625em;
  margin-bottom: -1.2501em;
}

.grid--guttered .grid__cell {
  padding: 0 0.625em;
  margin-bottom: 1.2501em;
}

.grid--guttered+.grid {
  margin-top: 1.2501em;
}

.grid .grid--guttered--s {
  margin-right: -0.4219em;
  margin-left: -0.4219em;
  margin-bottom: -0.8438em;
}

.grid .grid--guttered--s .grid__cell {
  padding: 0 0.4219em;
  margin-bottom: 0.8438em;
}

.grid .grid--guttered--s+.grid {
  margin-top: 0.8438em;
}

.grid .grid--guttered--l {
  margin-right: -1.6875em;
  margin-left: -1.6875em;
  margin-bottom: -3.375em;
}

.grid .grid--guttered--l .grid__cell {
  padding: 0 1.6875em;
  margin-bottom: 3.375em;
}

.grid .grid--guttered--l+.grid {
  margin-top: 3.375em;
}

img {
  -ms-interpolation-mode: bicubic;
  image-rendering: -webkit-optimize-contrast;
}

img,
object,
embed,
svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  width: auto\9;
  /* IE Fix */
  height: auto;
}

figure,
audio,
video {
  margin: 0;
}

.mediabox {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 100%;
}

.mediabox img,
.mediabox iframe,
.mediabox object,
.mediabox embed {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.mediabox iframe,
.mediabox object,
.mediabox embed {
  width: 100%;
  height: 100%;
}

.mediabox--4-3 {
  padding-top: 75%;
}

.mediabox--3-2 {
  padding-top: 66.6667%;
}

.mediabox--16-9 {
  padding-top: 56.25%;
}

.mediabox--2-1 {
  padding-top: 50%;
}

.mediabox--3-1 {
  padding-top: 33.3334%;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

form {
  margin: 0 0 1.125em;
}

fieldset {
  min-width: 0;
  border: 0 none;
  margin: 0;
  padding: 0;
}

fieldset>div {
  margin: 0 0 1.125em;
}

fieldset>div>input,
fieldset>div>select,
fieldset>div>textarea {
  font-size: 1.125em;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

label,
.label {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
}

label--checkbox,
label--radio,
.label--checkbox,
.label--radio {
  font-weight: 400;
  text-indent: -23px;
  display: inline-block;
  margin: 0;
  padding-left: 24px;
  margin-right: 1.2501em !important;
}

@media only screen and (min-width: 600px) {

  label--autowidth,
  .label--autowidth {
    text-align: left !important;
    width: auto !important;
    padding-right: 0 !important;
  }
}

input,
select,
textarea {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  vertical-align: baseline;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="file"],
textarea {
  background: #fff;
  display: block;
  width: 100%;
  min-height: 2.75em;
  border: 1px solid #666666;
  margin: 0;
  padding: 0.5625em;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: -1px;
  margin-right: 0.2812em;
}

input[type="file"] {
  background: transparent !important;
  border: 0 none;
  padding: 0;
}

select {
  width: 100%;
  cursor: pointer;
}

textarea {
  height: auto;
  min-height: 100px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  color: getColor(text, light);
}

::-moz-placeholder {
  color: getColor(text, light);
}

:-ms-input-placeholder {
  color: getColor(text, light);
}

:focus:not(:focus-visible) {
  outline: none;
}

@media only screen and (min-width: 600px) {

  .flexform label,
  .flexform .label {
    display: inline-block;
    width: 33.3334%;
  }
}

@media only screen and (min-width: 768px) {

  .flexform label,
  .flexform .label {
    text-align: right;
    padding-right: 1.2501em;
  }
}

@media only screen and (min-width: 600px) {

  .flexform input[type="text"],
  .flexform input[type="password"],
  .flexform input[type="search"],
  .flexform input[type="email"],
  .flexform input[type="url"],
  .flexform input[type="tel"],
  .flexform input[type="date"],
  .flexform input[type="time"],
  .flexform input[type="number"],
  .flexform input[type="file"],
  .flexform textarea,
  .flexform select {
    display: inline-block;
    width: 66.6667%;
  }
}

.flexform input[type="text"]+span,
.flexform input[type="password"]+span,
.flexform input[type="search"]+span,
.flexform input[type="email"]+span,
.flexform input[type="url"]+span,
.flexform input[type="tel"]+span,
.flexform input[type="date"]+span,
.flexform input[type="time"]+span,
.flexform input[type="number"]+span,
.flexform input[type="file"]+span,
.flexform textarea+span,
.flexform select+span {
  display: inline-block;
  margin-top: 0.2812em;
}

@media only screen and (min-width: 768px) {

  .flexform input[type="text"]+span,
  .flexform input[type="password"]+span,
  .flexform input[type="search"]+span,
  .flexform input[type="email"]+span,
  .flexform input[type="url"]+span,
  .flexform input[type="tel"]+span,
  .flexform input[type="date"]+span,
  .flexform input[type="time"]+span,
  .flexform input[type="number"]+span,
  .flexform input[type="file"]+span,
  .flexform textarea+span,
  .flexform select+span {
    margin-left: 33.3334%;
  }
}

@media only screen and (min-width: 600px) {
  .flexform select {
    width: auto;
  }
}

.flexform .inputs {
  width: 100%;
}

.flexform .inputs span {
  display: block;
}

@media only screen and (min-width: 600px) {
  .flexform .inputs {
    display: inline-block;
    width: 66.6667%;
    vertical-align: top;
  }

  .flexform .inputs span {
    margin-left: 0;
  }
}

.flexform span+.inputs {
  margin-left: 0;
}

@media only screen and (min-width: 600px) {
  .flexform .btn {
    margin-left: 33.3334%;
  }
}

/* Normalize Fix */
input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* WebKit Fix */
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #006437;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  /*line-height: 1;*/
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: baseline;
  display: inline-block;
  width: 100%;
  height: 45px;
  border: 2px solid #006437;
  /*border-radius: 2px;*/
  padding: 0 1.125em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 1280px) {
  .btn {
    font-size: 20px;
  }
}

.btn:hover {
  background: #004b29;
  color: #fff;
  border-color: #004b29;
}

.btn:active {
  background: #004b29;
  color: #fff;
  border-color: #004b29;
}

.btn--secondary {
  background: transparent;
  color: #006437;
  border-color: #006437;
}

.btn--secondary:hover {
  background: #006437;
  color: #fff;
  border-color: #006437;
}

.btn--secondary:active {
  background: #006437;
  color: #fff;
  border-color: #006437;
}

.btn--disabled {
  opacity: 0.375;
  pointer-events: none;
}

.btn--link {
  background: transparent;
  color: #006437;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  width: auto;
  height: auto;
  border: 0 none;
  padding: 0;
}

.btn--link:hover,
.btn--link:active {
  color: #006437;
  text-decoration: underline;
  background: transparent;
  cursor: pointer;
}

.btn--s {
  font-size: 12px;
  height: 28px;
  padding: 0 0.5625em;
}

.btn--l {
  font-size: 20px;
  height: 60px;
  padding: 0 1.6875em;
}

.btn--full {
  width: 100% !important;
}

@media only screen and (min-width: 480px) {
  .btn {
    width: auto;
  }
}

.btn--green-light {
  background: #73b43c;
  border-color: #73b43c;
}

.btn--green-zfm {
  background: #a5cd14;
  border-color: #a5cd14;
}

/* Firefox Fix */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  margin: 0 0 1.125em;
}

th,
td {
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #666666;
  padding: 1.125em 0.5625em;
}

thead th {
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
}

tbody th {
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  padding-left: 0;
}

tbody td[colspan] {
  text-align: center;
}

table#recaptcha_table,
table.table-auto {
  table-layout: auto;
}

/* Responsive Table Wrapper */
.flex-table {
  overflow-x: auto;
  background-color: #fff;
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)),
    -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)),
    -webkit-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)),
    -webkit-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)),
    -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)),
    -moz-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)),
    -moz-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)),
    -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)),
    -o-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)),
    -o-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)),
    linear-gradient(right, #fff, rgba(255, 255, 255, 0)),
    linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)),
    linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 5em 100%, 5em 100%, 0.2em 100%, 0.2em 100%;
  background-attachment: local, local, scroll, scroll;
  margin: 1.125em 0;
}

.flex-table table {
  margin: 0;
}

.maxwidth,
.maxwidth--xxs,
.maxwidth--xs,
.maxwidth--s,
.maxwidth--m,
.maxwidth--l,
.maxwidth--xl,
.maxwidth--xxl,
.maxwidth--xxxl {
  margin-right: auto;
  margin-left: auto;
}

.maxwidth--xxs {
  max-width: 320px;
}

.maxwidth--xs {
  max-width: 480px;
}

.maxwidth--s {
  max-width: 600px;
}

.maxwidth--m {
  max-width: 768px;
}

.maxwidth--l {
  max-width: 992px;
}

.maxwidth--xl {
  max-width: 1280px;
}

.maxwidth--xxl {
  max-width: 1440px;
}

.maxwidth--xxxl {
  max-width: 1600px;
}

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

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

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

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

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.block {
  display: block;
}

.mt--0 {
  margin-top: 0;
}

.mt--xs {
  margin-top: 0.2812em !important;
}

.mt--s {
  margin-top: 0.5625em !important;
}

.mt--m {
  margin-top: 1.125em !important;
}

.mt--l {
  margin-top: 1.6875em !important;
}

.mt--xl {
  margin-top: 2.25em !important;
}

.mt--xxl {
  margin-top: 3.375em !important;
}

.mt--xxxl {
  margin-top: 4.5em !important;
}

.mb--0 {
  margin-bottom: 0;
}

.mb--xs {
  margin-bottom: 0.2812em !important;
}

.mb--s {
  margin-bottom: 0.5625em !important;
}

.mb--m {
  margin-bottom: 1.125em !important;
}

.mb--l {
  margin-bottom: 1.6875em !important;
}

.mb--xl {
  margin-bottom: 2.25em !important;
}

.mb--xxl {
  margin-bottom: 3.375em !important;
}

.mb--xxxl {
  margin-bottom: 4.5em !important;
}

.opacity--100 {
  opacity: 1;
}

.opacity--87_5 {
  opacity: 0.875;
}

.opacity--75 {
  opacity: 0.75;
}

.opacity--62_5 {
  opacity: 0.625;
}

.opacity--50 {
  opacity: 0.5;
}

.opacity--37_5 {
  opacity: 0.375;
}

.opacity--25 {
  opacity: 0.25;
}

.opacity--12_5 {
  opacity: 0.125;
}

.opacity--0 {
  opacity: 0;
}

.masthead {
  padding: 1.6875em 0;
}

@media only screen and (min-width: 600px) {
  .masthead {
    padding: 1.6875em 0;
  }
}

@media only screen and (min-width: 992px) {
  .masthead {
    padding: 2.8615em 0;
  }
}

.logo {
  display: inline-block;
  width: 150px;
}

@media only screen and (min-width: 600px) {
  .logo {
    width: 240px;
  }
}

@media only screen and (min-width: 768px) {
  .logo {
    width: auto;
    max-width: 295px;
  }
}

header img.print {
  display: none;
}

.slogan {
  display: none;
}

@media only screen and (min-width: 992px) {
  .slogan {
    display: inline-block;
    position: absolute;
    top: 0.5625em;
    right: 24px;
    width: 295px;
  }
}

.nav {
  margin: 0 !important;
}

.nav__container {
  transform: translate(100%, 0);
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 998;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  margin: 0 !important;
  padding: 1.6875em !important;
  transition: transform 0.125s;
}

.nav__container * {
  opacity: 0;
  transition: opacity 0.125s;
}

@media only screen and (min-width: 992px) {
  .nav__container {
    transform: none;
    transition: none;
    background: transparent;
    position: static;
    padding: 0 !important;
  }

  .nav__container * {
    opacity: 1;
    transition: none;
  }
}

.nav a {
  text-decoration: none;
}

.nav__main {
  margin-bottom: 1.125em;
}

@media only screen and (min-width: 992px) {
  .nav__main {
    margin-bottom: 0;
    position: absolute;
    width: calc(25% - 24px);
    max-width: 200px;
    margin-top: 5px;
  }

  .nav__main.fixed {
    position: fixed;
    width: calc(33.3334% - 112px);
    top: 32px;
  }

  .nav__main.fixed-bottom {
    position: absolute;
    bottom: 300px;
  }
}

@media only screen and (min-width: 1280px) {
  .nav__main {
    max-width: 294px;
  }

  .nav__main.fixed {
    width: calc(25% - 31px);
  }
}

.nav__main a {
  font-weight: 700;
  color: #121212;
  display: inline-block;
  margin-bottom: 4px;
}

@media only screen and (min-width: 992px) {
  .nav__main a {
    margin: 0 8px 18px;
  }

  .nav__main a span {
    background: #fff;
    padding: 6px 0;
    box-shadow: 8px 0 0 #fff, -8px 0 0 #fff;
  }
}

.nav__main li.sub--is-open>a {
  color: #99337a;
}

@media only screen and (min-width: 992px) {
  .nav__main li.sub--is-open>a {
    margin-bottom: 12px;
    color: #fff;
  }

  .nav__main li.sub--is-open>a span {
    background: #99337a;
    box-shadow: 8px 0 0 #99337a, -8px 0 0 #99337a;
  }
}

.nav__main li.sub--is-selected a {
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.nav__main li.sub--is-selected a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 8px;
  width: calc(100% - 16px);
  height: 2px;
  background: #fff;
}

.nav__main li.green>a {
  color: #006437;
}

.nav__main li.green>a:hover {
  color: #008e46;
}

.nav__main ul ul {
  display: none;
  margin-bottom: 1.125em;
}

@media only screen and (min-width: 992px) {
  .nav__main ul ul {
    display: block;
    margin-bottom: 20px;
  }
}

.nav__main ul ul a {
  font-weight: 400;
  background: transparent;
  color: rgba(18, 18, 18, 0.75);
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .nav__main ul ul a {
    font-weight: 400;
    color: #fff;
    padding: 0 8px;
  }
}

.nav__meta {
  z-index: 0;
  margin-top: 1.6875em;
}

.nav__meta a {
  font-weight: 900;
  font-size: 12px;
  line-height: 22px;
  color: rgba(12, 12, 12);
  display: inline-block;
  margin-bottom: 2px;
  padding: 0;
}

.nav__meta a.icn-fontsize {
  background: transparent url(../images/icn-fontsize-dark.svg) no-repeat 0 50%;
  padding-left: 44px;
}

.nav__meta a.icn-leichtesprache {
  background: transparent url(../images/icn-leichtesprache-dark.svg) no-repeat 0 50%;
  padding-left: 30px;
}

.nav__meta a.icn-search {
  background: transparent url(../images/icn-search-dark.svg) no-repeat 0 50%;
  padding-left: 26px;
}

.nav__meta a.icn-youtube {
  background: transparent url(../images/icn-youtube-dark.svg) no-repeat 0 55%;
  width: 57px;
  height: 23px;
  text-indent: -9999px;
  margin-top: 1px;
}

.nav__meta a.icn-fontsize {
  background: transparent url(../images/icn-fontsize-dark.svg) no-repeat 0 50%;
  width: 39px;
  height: 11px;
  text-indent: -9999px;
  margin-top: 4px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .nav__meta {
    position: absolute;
    top: -9.5rem;
    right: 20px;
    margin-top: 0;
  }

  .nav__meta ul {
    position: relative;
    z-index: 10;
  }

  .nav__meta li {
    display: inline;
  }

  .nav__meta a {
    font-weight: 600;
    font-size: 0.6667em;
    line-height: 1.5;
    color: #fff;
    float: left;
    margin-left: 1.6875em;
    padding: 2px 0;
  }

  .nav__meta a.icn-fontsize {
    background: transparent url(../images/icn-fontsize-samariterstiftung.svg) no-repeat 0 50%;
    margin-bottom: 0;
  }

  .nav__meta a.icn-leichtesprache {
    background: transparent url(../images/icn-leichtesprache-samariterstiftung.svg) no-repeat 0 50%;
  }

  .nav__meta a.icn-search {
    background: transparent url(../images/icn-search-green.svg) no-repeat 4px 50%;
    background-color: #fff !important;
    color: #006437;
    padding-right: 9px;
  }

  .nav__meta a.icn-youtube {
    background: transparent url(../images/icn-youtube-samariterstiftung.svg) no-repeat 0 30%;
  }
}

.nav__trigger {
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 1.125em;
  display: block;
  width: 32px;
  height: 32px;
  background: transparent url(../images/menu-samariterstiftung.svg) no-repeat 0 0;
  text-indent: -9999px;
  border: 0 none;
}

@media only screen and (min-width: 600px) {
  .nav__trigger {
    top: 26px;
  }
}

.nav__trigger.btn--hidden {
  display: none;
}

.nav--open .nav__container {
  transform: translate(0, 0);
  transition: transform 0.25s;
}

.nav--open .nav__container * {
  opacity: 1;
  transition: opacity 0.25s;
}

@media only screen and (min-width: 992px) {
  .nav--open .nav__container {
    transform: none;
    transition: none;
  }

  .nav--open .nav__container * {
    transition: none;
  }
}

.nav--open .nav__trigger {
  background-position: left bottom;
}

@media only screen and (min-width: 992px) {
  .nav .nav__container {
    display: block;
  }

  .nav .nav__trigger {
    display: none;
  }
}

.nav #searchform {
  background: #005a31;
  position: absolute;
  top: -8.7em;
  right: 0;
  width: 100%;
  padding: 24px;
  opacity: 0;
  transition: 0.125s;
  z-index: 1000;
}

@media only screen and (min-width: 992px) {
  .nav #searchform {
    position: fixed;
  }
}

.nav #searchform.visible {
  top: 0;
  transition: 0.25s;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .nav #searchform.visible {
    top: -5px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .nav #searchform fieldset {
    display: block;
    max-width: 610px;
    margin: 0 0 0 calc(25% + 4px);
  }
}

@media only screen and (min-width: 1280px) {
  .nav #searchform fieldset {
    margin: 0 auto;
  }
}

.nav #searchform input {
  display: inline-block;
  width: 80%;
  min-height: 47px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .nav #searchform input {
    width: calc(100% - 7.8em);
    margin-bottom: 0;
  }
}

.nav #searchform button {
  background: #a5cd14;
  border-color: #a5cd14;
  width: 80%;
}

@media only screen and (min-width: 992px) {
  .nav #searchform button {
    width: auto;
  }
}

.nav #searchform .search__close {
  background: transparent url(../images/icn-close-white.svg) no-repeat 50%;
  text-indent: -9999px;
  border-color: transparent;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 26px;
  right: 1.025em;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .nav #searchform .search__close {
    top: 52px;
  }
}

.wrap {
  position: relative;
  width: 100%;
}

.wrap--guttered {
  padding-right: 1.2501em;
  padding-left: 1.2501em;
}

.wrap--guttered--s {
  padding-right: 0.8438em;
  padding-left: 0.8438em;
}

.wrap--guttered--l {
  padding-right: 3.375em;
  padding-left: 3.375em;
}

.content header {
  overflow: hidden;
}

.hero {
  position: relative;
  margin-bottom: 48px !important;
}

@media only screen and (min-width: 768px) {
  .hero {
    overflow: hidden;
    margin-bottom: 4.5em !important;
  }
}

.hero .grid__cell__content {
  margin: 0 -17px;
}

.eil .grid__cell__content {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .hero .grid__cell__content {
    margin: 0;
  }
}

.hero h1 {
  margin-left: -2px;
  margin-right: -2px;
  font-size: 7vw;
  line-height: 1.17;
  font-weight: 300;
  color: #006437;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero.eil h1 {
  font-size: 14px;
  line-height: 1.4;
}

.hero h1 br {
  display: none;
}

@media only screen and (min-width: 480px) {
  .hero h1 br {
    display: block;
  }

  .hero.eil h1 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 600px) {
  .hero h1 {
    position: relative;
    margin-left: 10px;
    margin-right: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .hero h1 {
    font-size: 6vw;
    margin-right: 10px;
  }

  .hero.eil h1 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .hero h1 {
    font-size: 5.2vw;
  }

  .hero.eil h1 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .hero h1 {
    font-size: 4.58vw;
  }

  .hero.eil h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1440px) {
  .hero h1 {
    font-size: 66px;
  }

  .hero.eil h1 {
    font-size: 28px;
  }
}

.hero h1 span {
  background: #fff;
  padding: 2px 0 12px;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
}

.hero h1 a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #006437;
  z-index: 100;
  position: relative;
}

.hero h1 a:hover {
  border-bottom-color: #008e46;
}

@media only screen and (min-width: 480px) {
  .hero h1 a {
    border-width: 0.3334vw;
  }
}

@media only screen and (min-width: 1280px) {
  .hero h1 a {
    border-width: 4px;
  }
}

.hero img {
  margin-top: 68px;
}

.eil img {
  margin-top: 0;
}

@media only screen and (min-width: 600px) {
  .hero img {
    margin-top: 0;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 10px;
    width: calc(66% - 14px);
  }

  #eilmeldung img {
    position: relative;
    right: inherit;
    width: 100%;
    height: auto;
  }

  #eilmeldung .grid__cell {
    margin-bottom: 1rem;
  }
}

select {
  color: #121212;
  padding: 10px 32px 10px 12px;
  width: 100%;
  max-width: 100%;
  border: 0 none;
  box-shadow: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../images/arrow-down-green-small.svg);
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
  margin-bottom: 1.125em;
}

select::-ms-expand {
  display: none;
}

select:focus {
  box-shadow: 0 0 1px 3px rgba(165, 205, 20, 0.5);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}

main select {
  border: 1px solid #73b43c;
}

main select:hover {
  border-color: #008e46;
}

#presse.teaserbox {
  padding: 0;
}

.teaserbox {
  padding: 1.125em;
}

.teaserbox--white,
.teaserbox--contact {
  background: #fff;
}

.teaserbox--purple,
.teaserbox--request {
  background: #99337a;
}

.teaserbox--green {
  background-color: #006437;
  color: #fff;
}

.teaserbox--green-light {
  background-color: #73b43c;
}

.teaserbox--green-zfm {
  background-color: #a5cd14;
}

.teaserbox--events {
  background-color: #e1eeb7;
}

.teaserbox--topic {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.teaserbox--topic figcaption {
  background: -moz-linear-gradient(top,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 100%);
  background: -webkit-linear-gradient(top,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 100%);
  display: block;
  width: 100%;
  padding: 3.375em 1.125em 1.125em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.teaserbox--topic h3 {
  font-weight: 800;
  font-size: 26px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

@media only screen and (min-width: 1280px) {
  .teaserbox--topic h3 {
    font-size: 34px;
    line-height: 30px;
  }

  #publikationen.teaserbox--topic h3 {
    font-size: 28px;
  }
}

.teaserbox h2 {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 400;
}

.teaserbox h2.text--caps {
  font-size: 1.75em;
  line-height: 0.92857;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}

@media only screen and (min-width: 1280px) {
  .teaserbox h2.text--caps {
    font-size: 2em;
  }
}

.teaserbox .h2-arrow--news a,
.teaserbox .h2-arrow--jobs a,
.teaserbox .h2-arrow--events a,
.teaserbox .h2-arrow--request a {
  display: block;
  position: relative;
  padding-right: 40px;
  line-height: 32px;
}

.teaserbox .h2-arrow--news a:after,
.teaserbox .h2-arrow--jobs a:after,
.teaserbox .h2-arrow--events a:after,
.teaserbox .h2-arrow--request a:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.teaserbox h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.teaserbox .h2-arrow--news a:after,
.teaserbox .h2-arrow--white a:after {
  background-image: url(../images/arrow-right-white-small.svg);
  background-color: #006437;
}

.teaserbox .h2-arrow--news a:hover:after {
  background-color: #008e46;
}

.teaserbox .h2-arrow--news.no-arrow a:after {
  content: none;
}

.teaserbox .h2-arrow--events a:after,
.teaserbox .h2-arrow--jobs a:after,
.teaserbox .h2-arrow--green a:after {
  background-image: url(../images/arrow-right-green-small.svg);
  background-color: rgba(255, 255, 255, 0.5);
}

.teaserbox .h2-arrow--events a:hover:after,
.teaserbox .h2-arrow--jobs a:hover:after,
.teaserbox .h2-arrow--green-sama a:hover:after {
  background-image: url(../images/arrow-right-green-sama-small.svg);
  background-color: rgba(255, 255, 255, 0.75);
}

.teaserbox .h2-arrow--request {
  margin: 0;
}

.teaserbox .h2-arrow--request a {
  color: #fff;
  font-weight: 700;
}

.teaserbox .h2-arrow--request a:after {
  background-image: url(../images/arrow-right-white-small.svg);
  background-color: rgba(18, 18, 18, 0.5);
  top: calc(50% - 16px);
}

.teaserbox .h2-arrow--request a:hover:after {
  background-color: rgba(18, 18, 18, 0.25);
}

.teaserbox h4 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
}

.teaserbox p {
  margin-top: 0;
}

.teaserbox ul.list--jobs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.teaserbox ul.list--jobs li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.teaserbox ul.list--jobs li:last-child {
  margin-bottom: 0;
}

.teaserbox+.teaserbox {
  margin-top: 1.6875em;
}

.teaserbox.searchbox {
  margin: 0 0 24px;
}

.teaserbox.searchbox form {
  margin: 0;
}

.teaserbox.searchbox form select {
  margin-bottom: 1em;
}

.teaserbox.searchbox .btn {
  white-space: normal;
}

@media only screen and (min-width: 600px) {
  .teaserbox.searchbox {
    margin: 0;
    width: calc(50% - 12px);
    float: left;
    margin-right: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .teaserbox.searchbox {
    margin: 0;
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.teaserbox--contact h2,
.teaserbox--contact img {
  margin: 0 0 1.125rem;
  width: 110px;
  height: auto;
}

.teaserbox--contact a {
  word-break: break-all;
}

.teaserbox--contact :last-child {
  margin: 0;
}

.teaserbox article:last-child p:last-child {
  margin-bottom: 0;
}

.homegrid {
  margin-bottom: -24px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .homegrid {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.homegrid .grid__cell {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  .homegrid .grid__cell {
    margin-bottom: 4.5em;
  }
}

.video .grid__cell__content {
  margin: 0 -1.2501em;
}

@media only screen and (min-width: 992px) {
  .video .grid__cell__content {
    margin: 0;
  }
}

.snippet--event date {
  display: block;
  margin: 0;
}

.snippet--event date a {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .snippet--event date a {
    font-size: 36px;
  }
}

.snippet--event .event--location {
  font-weight: 600;
  display: block;
  margin: 0;
}

article.snippet--news {
  margin-bottom: 1.125em;
}

article.snippet--news:last-child {
  margin: 0;
}

article.snippet--news p {
  margin: 0;
}

article.snippet--event {
  margin-bottom: 1.125em;
}

article.snippet--event:last-child {
  margin: 0;
}

.spenden-layer {
  background: #a5cd14;
  color: #006437;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 372px;
  height: 100%;
  transform: translateX(372px);
  transition: transform 0.125s;
  display: none;
}

@media only screen and (min-width: 992px) {
  .spenden-layer {
    display: block;
  }
}

.spenden-layer__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2.25em;
}

.spenden-layer h2 {
  font-size: 24px;
  line-height: 30px;
  color: #006437;
}

@media only screen and (min-width: 1280px) {
  .spenden-layer h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.spenden-layer .radio-toolbar {
  overflow: hidden;
  margin: 0 0 0.5625em;
}

@media only screen and (min-width: 992px) {
  .spenden-layer .radio-toolbar {
    margin: 1.6875em 0;
  }
}

.spenden-layer .radio-toolbar span {
  display: block;
}

.spenden-layer .radio-toolbar input[type="radio"] {
  display: none;
}

.spenden-layer .radio-toolbar label {
  background-color: #008e46;
  margin-bottom: 8px;
  padding: 1.125em;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  float: left;
  width: calc(50% - 4px);
}

@media only screen and (min-width: 1280px) {
  .spenden-layer .radio-toolbar label {
    font-size: 18px;
  }
}

.spenden-layer .radio-toolbar label:nth-of-type(2),
.spenden-layer .radio-toolbar label:nth-of-type(4) {
  margin-left: 8px;
}

.spenden-layer .radio-toolbar input[type="radio"]:checked+label {
  background-color: #006437;
}

.spenden-layer__trigger__open {
  font-size: 26px;
  font-weight: 700;
  color: #fff !important;
  position: absolute;
  background: #a5cd14;
  top: 211px;
  right: -52px;
  transform: rotate(-90deg);
  transition: transform 0.125s;
  margin: 0;
  padding: 14px 18px 12px;
  border: 0 none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  outline: 0 none;
  cursor: pointer;
  z-index: 99;
  display: none;
}

@media only screen and (min-width: 992px) {
  .spenden-layer__trigger__open {
    display: block;
  }
}

.spenden-layer__trigger__open--open {
  transform: rotate(-90deg) translatey(-372px);
  transition: transform 0.25s;
}

.spenden-layer__trigger__open.fixed {
  position: fixed;
  top: 81px;
}

.spenden-layer__trigger__open.fixed-bottom {
  position: absolute;
  bottom: 0;
}

.spenden-layer__trigger__open:after {
  content: "";
  background: #a5cd14;
  display: block;
  width: 120%;
  height: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 99%;
}

.spenden-layer__trigger__close {
  position: absolute;
  z-index: 99;
  top: 20px;
  right: 1.125em;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent url(../images/icn-close-green.svg) no-repeat 0 0;
  text-indent: -9999px;
  border: 0 none;
}

.spenden-layer__freie-stellen--desktop {
  font-size: 26px;
  font-weight: 700;
  color: #fff !important;
  position: absolute;
  background: #008e46;
  top: 400px;
  right: -78px;
  transform: rotate(-90deg);
  margin: 0;
  padding: 8px 18px 12px;
  border: 0 none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  outline: 0 none;
  cursor: pointer;
  z-index: 98;
  transition: none;
  display: none;
}

@media only screen and (min-width: 992px) {
  .spenden-layer__freie-stellen--desktop {
    display: block;
  }
}

.spenden-layer__freie-stellen--desktop.fixed {
  position: fixed;
  top: 270px;
}

.spenden-layer__freie-stellen--desktop.fixed-bottom {
  position: absolute;
  bottom: 0;
}

.spenden-layer--open {
  transform: translateX(0);
  transition: transform 0.25s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  overflow-y: scroll;
  overflow-x: hidden;
}

.spenden-layer .btn {
  margin-top: 1.125em;
}

@media only screen and (min-width: 992px) {
  .spenden-layer .btn {
    margin-top: 2.25em;
  }
}

.mobile-spenden,
.freie-stellen {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  background: #a5cd14;
  padding: 6px 12px;
  border: 2px solid transparent;
  outline: 0 none;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {

  .mobile-spenden,
  .freie-stellen {
    display: none;
  }
}

.freie-stellen {
  margin: 2em 8px 10px 0;
  border-color: #006437;
  background: #006437;
  color: #fff !important;
}

main>div {
  background: #fff;
  padding: 1.125em;
}

@media only screen and (min-width: 992px) {
  main>div {
    padding: 1.6875em;
  }
}

@media only screen and (min-width: 1280px) {
  main>div {
    padding: 2.25em;
  }
}

.link-list {
  font-weight: 700;
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 1.6875em 0;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .link-list {
    font-size: 1.25em;
    line-height: 1.16667;
  }
}

@media only screen and (min-width: 1280px) {
  .link-list {
    font-size: 1.444445em;
    line-height: 1.30769;
  }
}

.link-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list li+li {
  margin-top: 0.5625em;
}

.link-list a {
  text-decoration: none;
  background: url(../images/arrow-right-green-small.svg) no-repeat 0;
  padding-left: 30px;
  display: inline-block;
}

.link-list a:hover,
.link-list a:focus,
.link-list a:active {
  background-image: url(../images/arrow-right-green-sama-small.svg);
}

@media only screen and (min-width: 992px) {
  .link-list a {
    background-image: url(../images/arrow-right-green.svg);
  }

  .link-list a:hover,
  .link-list a:focus,
  .link-list a:active {
    background-image: url(../images/arrow-right-green-sama.svg);
  }
}

@media only screen and (min-width: 992px) {
  .link-list--small {
    font-size: 1em;
  }
}

.link-list--small a {
  background: url(../images/arrow-right-green-small.svg) no-repeat 0;
  padding-left: 30px;
}

.link-list--small a:hover,
.link-list--small a:focus,
.link-list--small a:active {
  background-image: url(../images/arrow-right-green-sama-small.svg);
}

.link-list--red a {
  color: #be0000;
  background: url(../images/arrow-right-red-small.svg) no-repeat 0;
}

.link-list--red a:hover,
.link-list--red a:focus,
.link-list--red a:active {
  background-image: url(../images/arrow-right-red-small.svg);
}

@media only screen and (min-width: 992px) {
  .link-list--red a {
    background-image: url(../images/arrow-right-red.svg);
  }

  .link-list--red a:hover,
  .link-list--red a:focus,
  .link-list--red a:active {
    background-image: url(../images/arrow-right-red.svg);
  }
}

.link-list--red.link-list--small a {
  background: url(../images/arrow-right-red-small.svg) no-repeat 0;
}

.link-list--red.link-list--small a:hover,
.link-list--red.link-list--small a:focus,
.link-list--red.link-list--small a:active {
  background-image: url(../images/arrow-right-red-small.svg);
}

.link-list--purple a {
  color: #99337a;
  background: url(../images/arrow-right-purple.svg) no-repeat 0;
}

.link-list--purple a:hover,
.link-list--purple a:focus,
.link-list--purple a:active {
  background-image: url(../images/arrow-right-purple.svg);
}

.link-list--purple.link-list--small a {
  background: url(../images/arrow-right-purple-small.svg) no-repeat 0;
}

.link-list--purple.link-list--small a:hover,
.link-list--purple.link-list--small a:focus,
.link-list--purple.link-list--small a:active {
  background-image: url(../images/arrow-right-purple-small.svg);
}

.link-list--white a {
  color: #be0000;
  background: url(../images/arrow-right-white.svg) no-repeat 0;
}

.link-list--white a:hover,
.link-list--white a:focus,
.link-list--white a:active {
  background-image: url(../images/arrow-right-white.svg);
}

.link-list--white.link-list--small a {
  background: url(../images/arrow-right-white-small.svg) no-repeat 0;
}

.link-list--white.link-list--small a:hover,
.link-list--white.link-list--small a:focus,
.link-list--white.link-list--small a:active {
  background-image: url(../images/arrow-right-white-small.svg);
}

.hero .link-list {
  margin: 24px 24px 0;
}

@media only screen and (min-width: 600px) {
  .hero .link-list {
    margin: 3.375em 24px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .link-list {
    margin: 3.375em 0;
  }
}

.hero .link-list a {
  color: #fff;
  background: url(../images/arrow-right-white.svg) no-repeat 0 50%;
}

.accordion {
  margin: 1.6875em 0;
}

@media only screen and (min-width: 992px) {
  .accordion {
    margin: 2.25em 0;
  }
}

.accordion__title {
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0.5625em;
}

@media only screen and (min-width: 992px) {
  .accordion__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1280px) {
  .accordion__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.accordion dl {
  border-bottom: 1px solid #008e46;
  margin-top: 0;
}

.accordion dt {
  font-weight: 400;
  border-top: 1px solid #008e46;
  padding: 0.5625em 0;
}

@media only screen and (min-width: 992px) {
  .accordion dt {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1280px) {
  .accordion dt {
    font-size: 24px;
    line-height: 32px;
  }
}

.accordion__trigger {
  display: block;
  background: url(../images/icn-plus-green.svg) no-repeat 100% 50%;
}

.accordion__trigger:hover {
  color: #006437;
}

.accordion__trigger.is--open {
  color: #006437;
  background: url(../images/icn-minus-green.svg) no-repeat 100% 50%;
}

.accordion dd {
  display: none;
}

.accordion dd.is--open {
  display: grid;
}

.accordion--red dl {
  border-bottom: 1px solid #be0000;
}

.accordion--red dt {
  border-top: 1px solid #be0000;
}

.accordion--red a {
  color: #be0000;
}

.accordion--red .accordion__trigger {
  background: url(../images/icn-plus-red.svg) no-repeat 100% 50%;
}

.accordion--red .accordion__trigger:hover {
  color: #be0000;
}

.accordion--red .accordion__trigger.is--open {
  color: #be0000;
  background: url(../images/icn-minus-red.svg) no-repeat 100% 50%;
}

.accordion--purple dl {
  border-bottom: 1px solid #99337a;
}

.accordion--purple dt {
  border-top: 1px solid #99337a;
}

.accordion--purple a {
  color: #99337a;
}

.accordion--purple .accordion__trigger {
  background: url(../images/icn-plus-purple.svg) no-repeat 100% 50%;
}

.accordion--purple .accordion__trigger:hover {
  color: #99337a;
}

.accordion--purple .accordion__trigger.is--open {
  color: #99337a;
  background: url(../images/icn-minus-purple.svg) no-repeat 100% 50%;
}

.teaser-square {
  display: inline-block;
  width: 150px;
  height: 150px;
  background: #fff url(../images/zfm-icon-red.svg) no-repeat 60px 56px;
  border: 5px solid #be0000;
  color: #be0000 !important;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 9px;
}

@media only screen and (min-width: 600px) {
  .teaser-square {
    background-position: 75px 75px;
    width: 170px;
    height: 170px;
  }
}

.teaser-square--green {
  background-image: url(../images/zfm-icon-green.svg);
  color: #006437 !important;
  border-color: #006437;
}

.img-txt-combo {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.img-txt-combo img,
.img-txt-combo .teaser-square {
  margin-bottom: 16px;
}

@media only screen and (min-width: 600px) {

  .img-txt-combo img,
  .img-txt-combo .teaser-square {
    float: left;
    margin-right: 16px;
  }
}

.img-txt-combo p {
  margin-top: 0;
}

.txt-img-combo {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.txt-img-combo img,
.txt-img-combo .teaser-square {
  margin-bottom: 16px;
}

@media only screen and (min-width: 600px) {

  .txt-img-combo img,
  .txt-img-combo .teaser-square {
    float: right;
    margin-left: 16px;
  }
}

.txt-img-combo p {
  margin-top: 0;
}

.toolbar-bottom {
  list-style: none;
  overflow: hidden;
  margin: 4.5em 0 0;
  padding: 0;
  display: inline-flex;
}

.toolbar-bottom li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.toolbar-bottom a {
  background: no-repeat;
  text-indent: -9999px;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}

.toolbar-bottom a.facebook {
  background-image: url(../images/icn-facebook.svg);
  margin-right: 10px;
}

.toolbar-bottom a.twitter {
  background-image: url(../images/icn-twitter.svg);
}

.toolbar-bottom a.instagram {
  background-image: url(../images/icn-instagram.svg);
}

.toolbar-bottom a.mail {
  background-image: url(../images/icn-mail.svg);
}

.toolbar-bottom a.print {
  background-image: url(../images/icn-print.svg);
}

#footerlang {
  padding-top: 15px;
}

#footerlang a.icn-leichtesprache {
  background-image: url(../images/icn-leichtesprache-zeitfuermenschen.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #121212;
}

footer[role="contentinfo"] {
  background: #008e46;
  color: #fff;
  margin-top: 80px;
  padding: 1.6875em 0 2.25em;
}

footer[role="contentinfo"] .footerimages {
  text-align: left;
}

footer[role="contentinfo"] a {
  color: #fff;
  font-weight: 600;
}

footer[role="contentinfo"] a:hover {
  text-decoration: underline;
}

footer[role="contentinfo"] a.footer__img {
  margin-right: 24px;
}

footer[role="contentinfo"] a.footer__img img {
  height: 80px;
}

@media only screen and (min-width: 992px) {
  footer[role="contentinfo"] a.footer__img img {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  footer[role="contentinfo"] .grid__cell+.grid__cell {
    margin-left: 24px;
    margin-right: -24px;
    text-align: right;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 2cm;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    page-break-after: avoid;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  p {
    orphans: 3;
    widows: 3;
  }

  a {
    color: #000 !important;
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }
}

/* SM additions */

.form-group {
  margin-bottom: 20px;
}

div.events,
div.news {
  margin-bottom: 0;
}

.teaserbox article:last-child div:last-child {
  margin-bottom: 0;
}

/* Firefox dropshadow fix */
span {
  box-decoration-break: clone;
}

/* Chrome dropshadow fix */
span {
  -webkit-box-decoration-break: clone;
}

/* Lightbox */
.sl-overlay {
  z-index: 999 !important;
  background: #000 !important;
  opacity: 0.95 !important;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter {
  color: #fff !important;
}

/* Leichte Sprache */
.ls-image {
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .ls-image {
    width: auto;
  }
}

/* Box below left navigation */
.teaserbox_navi {
  display: none;
}

.text--white {
  color: #fff;
}

.h5-sond {
  font-size: 1.00025em;
  line-height: 1.23;
}

.mt-1 {
  margin-top: 0.5em;
}

img.w-50 {
  width: 70%;
}

@media only screen and (min-width: 992px) {
  .teaserbox_navi {
    padding: 0 0.625em;
    display: block;
    position: absolute;
    top: 300px;
    width: calc(25% - 24px);
    max-width: 200px;
  }

  .teaserbox_navi.fixed {
    position: fixed;
    top: 330px;
    width: calc(33.3334% - 112px);
  }

  .teaserbox_navi.position_sites {
    top: 470px;
  }

  .teaserbox_navi.fixed-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .teaserbox_navi {
    max-width: 294px;
  }

  .teaserbox_navi.fixed {
    width: calc(25% - 31px);
  }
}

.display-grid {
  display: grid;
}

div.outer {
  margin-bottom: 1.125em;
}

div.outer:last-child {
  margin: 0;
}

.tx-indexedsearch-res {
  word-break: break-word;
}

/* Fix for Spenden-Layer display label */
form>div>label {
  display: block;
}

/* Hide tx_search_rules */
.tx-indexedsearch-rules {
  display: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Montserrat Font local installation - 23.04.21 - RoG */

/* montserrat-300 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-regular - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-600 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-700 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-800 - vietnamese_latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/montserrat-v15-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-800.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

li#sond {
  list-style: none;
  background: url(/template/images/arrow-right-white.svg) no-repeat 0 50%;
  padding-left: 30px;
}

.cc-revoke {
  width: min-content;
  position: inherit;
  margin-left: 0px !important;
}

.max-width--m {
  max-width: 120px;
}

.max-width--s {
  max-width: 100px;
}

.max-width--xs {
  max-width: 80px;
}