/* Font */
.post-listing, .social-link__list, .site-header__contact-list, .site-footer__menu, .news-listing__list, .flickity-page-dots, .partners-block__list, .employees-block__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.link-wrapper a::after, .link-wrapper a.back-btn::before, .scroll-down::after, .scroll-to-top::after, .js-news-slider .flickity-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 20'%3E%3Cdefs/%3E%3Cpath fill='%2387CA75' fill-rule='evenodd' d='M24.6 9.066L15.572.384A1.386 1.386 0 0014.605 0c-.367 0-.71.136-.968.384l-.82.788c-.257.248-.4.578-.4.93 0 .353.143.694.4.942l5.267 5.076H1.351C.596 8.12 0 8.688 0 9.414v1.114c0 .726.596 1.351 1.35 1.351h16.794l-5.327 5.105c-.257.247-.399.569-.399.921 0 .352.142.679.4.926l.82.786c.257.248.6.383.967.383.366 0 .71-.137.967-.385l9.029-8.682c.258-.248.4-.58.399-.933 0-.354-.141-.686-.4-.934z'/%3E%3C/svg%3E");
  width: 2.5rem;
  height: 2rem;
  background-size: cover; }

h2, .block-heading__title {
  line-height: 130%;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  color: inherit; }
  @media (min-width: 768px) {
    h2, .block-heading__title {
      margin-bottom: 1.5rem;
      font-size: 3.6rem; } }

.screen-reader-text, .gform_body legend, .gform_validation_container {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.button-reset {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: initial;
  text-transform: inherit;
  border: none;
  background-color: transparent; }

.button-reset--w-auto {
  width: auto; }

/*
Fonts
*/
@font-face {
  font-family: 'Montserrat';
  src: url(1eaf59537a9c317acaa4b2c144cd89d6.woff2) format("woff2"), url(137a9f5f920bcccad63c115397dc1532.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url(82168e0b17675a8bcb2930cf5c5a05da.woff2) format("woff2"), url(dcda6bebd29eb8720acad8f26a29c408.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url(4193cb373574474bd262f0cada40c68e.woff2) format("woff2"), url(72aebf4516ddcbc7634c4640fb6f9a90.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url(6c8807219b0ecffdf96122b80df3e62c.woff2) format("woff2"), url(c0b8804ae85213c9194816da945db150.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url(c74260cde1a16b48febba358704ac4b6.woff2) format("woff2"), url(f4103669740e1258103e7fee7bfafbc1.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url(82168e0b17675a8bcb2930cf5c5a05da.woff2) format("woff2"), url(dcda6bebd29eb8720acad8f26a29c408.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

/*! normalize.css v8.0.1 | 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 */
  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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

html {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
  overflow-y: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  margin: 0;
  height: 100%; }

.no-js * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

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

body {
  margin: 0;
  min-width: 32rem;
  font-weight: normal;
  line-height: 2.4rem;
  color: #1d2224;
  font-size: 1.4rem;
  line-height: 1.7;
  overflow-y: auto; }
  @media (min-width: 768px) {
    body {
      font-size: 1.6rem; } }
  body.js-menu-active {
    overflow: hidden; }
    @media (min-width: 768px) {
      body.js-menu-active {
        overflow: auto; } }

#app {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: auto;
  min-height: 100vh; }

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top; }

svg {
  line-height: 1;
  letter-spacing: 0; }

a {
  color: #87ca75;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

strong {
  font-weight: 600; }

/* Heading */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 130%; }

p {
  margin: 1.2rem 0; }
  p + p {
    margin-top: 0; }

.bg--black {
  background: #1d2224;
  color: #ffffff; }

/* Text meant only for screen readers. */
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #1d2224; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.container {
  display: block;
  width: 100%;
  padding-left: 1.8rem;
  padding-right: 1.8rem; }
  @media (min-width: 768px) {
    .container {
      margin: 0 auto;
      max-width: 90%;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1280px) {
    .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 108.9rem; } }
  .container--small {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .container--small {
        max-width: 90%; } }
    @media (min-width: 1024px) {
      .container--small {
        max-width: 88.1rem; } }
  @media (min-width: 1280px) {
    .container--medium {
      max-width: 111.1rem; } }
  .container--wide {
    width: 100%;
    max-width: 100%; }

.button-wrapper,
.gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .button-wrapper a, .button-wrapper button, .button-wrapper input[type="submit"],
  .gform_footer a,
  .gform_footer button,
  .gform_footer input[type="submit"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    margin: 0;
    font-weight: 600;
    background: #87ca75;
    line-height: 1;
    cursor: pointer;
    border-radius: 5rem;
    position: relative;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 1.4rem;
    padding: 1.5rem 3.2rem;
    color: #1d2224; }
    .site-header__top .button-wrapper a, .site-header__top .button-wrapper button, .site-header__top .button-wrapper input[type="submit"], .site-header__top
    .gform_footer a, .site-header__top
    .gform_footer button, .site-header__top
    .gform_footer input[type="submit"] {
      color: #ffffff;
      padding: 0.8rem 1.2rem;
      font-size: 1rem; }
    .site-header__main .button-wrapper a, .site-header__main .button-wrapper button, .site-header__main .button-wrapper input[type="submit"], .site-header__main
    .gform_footer a, .site-header__main
    .gform_footer button, .site-header__main
    .gform_footer input[type="submit"] {
      font-size: 1.2rem;
      padding: 1rem 2rem; }
    .button-wrapper a .icon--arrowRight,
    .button-wrapper a .icon--loadingIcon, .button-wrapper button .icon--arrowRight,
    .button-wrapper button .icon--loadingIcon, .button-wrapper input[type="submit"] .icon--arrowRight,
    .button-wrapper input[type="submit"] .icon--loadingIcon,
    .gform_footer a .icon--arrowRight,
    .gform_footer a .icon--loadingIcon,
    .gform_footer button .icon--arrowRight,
    .gform_footer button .icon--loadingIcon,
    .gform_footer input[type="submit"] .icon--arrowRight,
    .gform_footer input[type="submit"] .icon--loadingIcon {
      margin-left: 1.2rem; }
    .button-wrapper a .icon--loadingIcon, .button-wrapper button .icon--loadingIcon, .button-wrapper input[type="submit"] .icon--loadingIcon,
    .gform_footer a .icon--loadingIcon,
    .gform_footer button .icon--loadingIcon,
    .gform_footer input[type="submit"] .icon--loadingIcon {
      display: none; }
    .button-wrapper a[disabled], .button-wrapper button[disabled], .button-wrapper input[type="submit"][disabled],
    .gform_footer a[disabled],
    .gform_footer button[disabled],
    .gform_footer input[type="submit"][disabled] {
      opacity: .6;
      pointer-events: none; }
    .button-wrapper a:hover, .button-wrapper button:hover, .button-wrapper input[type="submit"]:hover,
    .gform_footer a:hover,
    .gform_footer button:hover,
    .gform_footer input[type="submit"]:hover {
      text-decoration: none;
      background: #a7d89a; }
  .button-wrapper a[href='#emergency'],
  .gform_footer a[href='#emergency'] {
    background: #ff3f00;
    color: #ffffff; }
    .button-wrapper a[href='#emergency']:hover,
    .gform_footer a[href='#emergency']:hover {
      background: #ff6533;
      color: #ffffff; }
  .button-wrapper--align-center,
  .gform_footer--align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.block-heading {
  max-width: 55.9rem;
  overflow: hidden; }
  .block-heading__title {
    margin-bottom: 0; }
    .block-heading__title + .block-heading__title__description {
      margin-top: 2rem; }
  .block-heading__description {
    font-size: inherit;
    color: inherit; }
  .block-heading + .post-listing,
  .block-heading + .news-listing__list,
  .block-heading + .partners-block__list {
    margin-top: 1.5rem; }
  .block-heading + .employees-block__list {
    margin-top: 0.5rem; }

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1rem 0; }
  .post-listing__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1rem 1rem;
    -ms-flex-preferred-size: 40rem;
        flex-basis: 40rem;
    max-width: 100%; }
    @media (min-width: 768px) {
      .post-listing__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 1024px) {
      .post-listing__item {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
        max-width: 33.33%; } }
    .post-listing__item-wrapper {
      position: relative;
      width: 100%;
      height: 18.8rem;
      overflow: hidden;
      color: #ffffff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 2.4rem; }
      @media (min-width: 768px) {
        .post-listing__item-wrapper {
          padding: 3rem;
          height: 23.5rem; } }
    .post-listing__item-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1; }
      .post-listing__item-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: relative;
        z-index: 1; }
      .post-listing__item-bg:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #1d2224;
        opacity: 0.7;
        z-index: 2; }
      .post-listing__item-bg:empty::after {
        opacity: 1; }
    .post-listing__item--content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative;
      z-index: 5;
      max-width: 70%;
      max-width: calc(100% - 6rem);
      font-weight: 600; }
    .post-listing__item-title {
      color: #87ca75;
      display: block;
      margin-bottom: 0.8rem;
      font-size: 1.4rem; }
      @media (min-width: 768px) {
        .post-listing__item-title {
          font-size: 1.8rem; } }
    .post-listing__item-text {
      margin: 0;
      max-width: 100%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .post-listing__item-link {
      width: 2.5rem;
      line-height: 1;
      z-index: 4;
      text-align: center; }
      .post-listing__item-link:hover::after, .post-listing__item-link:focus-visible::after {
        opacity: .3; }
      .post-listing__item-link::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        opacity: 0; }

.editor a {
  font-weight: 600; }
  .editor a:hover, .editor a:focus {
    color: #519d3c; }

.editor h2, .editor h3 {
  margin-bottom: 1rem; }

.editor div {
  margin: 1.2rem 0; }

.editor figure {
  margin: 0; }

.editor address {
  font-style: normal; }

.editor iframe,
.editor img,
.editor video {
  max-width: 100%;
  height: auto; }

.editor__link-wrapper + .editor__button-wrapper {
  padding-top: 0; }
  @media (min-width: 768px) {
    .editor__link-wrapper + .editor__button-wrapper {
      margin-top: 3rem; } }

.editor__link-wrapper, .editor__button-wrapper {
  padding-top: 1rem; }
  .editor__link-wrapper a:hover, .editor__link-wrapper a:focus, .editor__button-wrapper a:hover, .editor__button-wrapper a:focus {
    color: initial; }

.editor ul {
  padding-left: 4rem;
  margin-top: 3.4rem; }

.editor li {
  margin-bottom: 2.8rem;
  padding-left: 0.9rem;
  list-style-image: url("/wp-content/themes/2bsec/src/images/symbols/list-type.svg"); }

.editor .social-link__list {
  margin: 2rem 0;
  padding-left: 0;
  list-style: none; }
  .editor .social-link__list li {
    padding-left: 0;
    margin-bottom: 0;
    list-style-image: none; }
  .editor .social-link__list a {
    color: #87ca75; }
    .editor .social-link__list a:hover, .editor .social-link__list a:focus {
      opacity: 1;
      color: #519d3c; }

.link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .link-wrapper a {
    font-weight: 600;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
    .link-wrapper a::after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: 1rem;
      width: 1.5rem;
      height: 1.2rem;
      -webkit-transition: margin 0.4s ease;
      -o-transition: margin 0.4s ease;
      transition: margin 0.4s ease;
      will-change: margin; }
    .link-wrapper a:hover, .link-wrapper a:focus {
      color: #519d3c;
      text-decoration: none; }
      .link-wrapper a:hover .icon, .link-wrapper a:hover::after, .link-wrapper a:focus .icon, .link-wrapper a:focus::after {
        margin-left: 1.6rem; }
    .link-wrapper a.back-btn::after {
      display: none; }
    .link-wrapper a.back-btn::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 1.5rem;
      height: 1.2rem;
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
      margin-right: 1.6rem; }

.social-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-link__list li {
    line-height: 1; }
    .social-link__list li::marker {
      display: none; }
    .social-link__list li:not(:last-child) {
      margin-right: 2rem; }
  .social-link__list a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .social-link__list a:hover {
      opacity: .6; }

.accordion-bg {
  position: relative;
  margin-top: 7rem;
  padding: 4rem 0 7rem 0;
  background-color: #f6f6f6; }
  @media (min-width: 1350px) {
    .accordion-bg {
      padding: 7rem 0 14rem 0; } }

.accordion-item {
  -webkit-box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(0, 0, 0, 0.4); }

.accordion-trigger {
  position: relative;
  margin-top: 1.65rem;
  padding: 2rem 7rem 2rem 2.7rem;
  cursor: pointer;
  text-align: left;
  background-color: white;
  color: #000; }
  .accordion-trigger:after {
    position: absolute;
    top: 1.8rem;
    right: 3rem;
    display: inline-block;
    width: 2rem;
    height: 2.5rem;
    content: "";
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    vertical-align: baseline;
    background-image: url("/wp-content/themes/2bsec/src/images/symbols/arrow-green.svg");
    background-repeat: no-repeat;
    background-size: cover; }

.accordion-trigger--active {
  color: #87ca75; }
  .accordion-trigger--active:after {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1); }

.accordion-foldout {
  display: none;
  padding: 0.01rem 2.7rem 1.8rem 2.7rem;
  background-color: white; }

.accordion-content {
  width: 100%; }
  @media (min-width: 1350px) {
    .accordion-content {
      max-width: 65%; } }

.accordion-heading {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .accordion-heading {
      margin-bottom: 3.5rem; } }

.accordion-image {
  position: absolute;
  top: 12rem;
  right: 0;
  display: block;
  display: none;
  width: 100%;
  max-width: 40rem;
  height: auto;
  -webkit-box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.14); }
  @media (min-width: 1350px) {
    .accordion-image {
      display: block; } }
  .accordion-image:last-of-type {
    top: 50rem;
    right: 7rem; }

.emergency {
  position: fixed;
  z-index: 10002;
  top: 27%;
  right: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  width: 90%;
  height: auto;
  min-height: 70rem;
  max-height: 90vh;
  margin: 0 auto;
  padding: 3.4rem 2.7rem 6rem 2.7rem;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  opacity: 0;
  background-color: white; }
  @media (min-width: 550px) {
    .emergency {
      padding: 4rem 5rem;
      max-height: 90vh;
      min-height: 58rem;
      height: auto; } }
  @media (min-width: 1350px) {
    .emergency {
      width: 55%;
      padding: 4.9rem 8rem 6rem 8rem; } }
  .emergency a {
    color: #ff3f00; }

.emergency--active {
  visibility: visible;
  opacity: 1; }

.emergency-open {
  color: white !important;
  background-color: #ff3f00 !important; }
  .emergency-open:hover, .emergency-open:active, .emergency-open:focus {
    color: white !important; }

.emergency-open__menu a {
  color: white !important;
  background-color: #ff3f00 !important; }
  .emergency-open__menu a:hover, .emergency-open__menu a:active, .emergency-open__menu a:focus {
    color: white !important; }

.emergency__btn-close {
  position: absolute;
  top: 1.2rem;
  right: 1.1rem;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  border: none;
  background: none;
  color: #000; }
  @media (min-width: 550px) {
    .emergency__btn-close {
      top: 1.7rem;
      right: 2.1rem;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); } }

.emergency__heading {
  color: #ff3f00; }

.emergency__contact {
  font-weight: 600;
  display: inline-block;
  margin-right: 3rem;
  vertical-align: bottom; }
  @media (max-width: 768px) {
    .emergency__contact {
      margin-bottom: 1.5rem; } }

.emergency__contact-symbol {
  margin-right: 0.9rem;
  vertical-align: sub;
  color: #1d2224; }

.emergency__video {
  margin-right: 0.8rem; }

.emergency__contact-symbol--email,
.emergency__contact-symbol--video {
  vertical-align: middle; }

.emergency__top-content {
  margin-bottom: 2.5rem; }

.emergency__bottom-content {
  margin-top: 1.7rem;
  padding-top: 3.1rem;
  border-top: 0.1rem solid #d8d8d8; }
  @media (min-width: 550px) {
    .emergency__bottom-content {
      margin-top: 3.9rem;
      padding-top: 3rem; } }

.emergency-backdrop {
  position: fixed;
  z-index: 10001;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  opacity: 0;
  background-color: #1d2224; }

.emergency-backdrop--active {
  visibility: visible;
  opacity: 0.85; }

.gform_submission_error {
  font-size: 1.8rem;
  color: #ff3f00; }

.gform_body fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .gform_body fieldset div {
    margin: 0; }

.gform_body div.ginput_container {
  margin: 0; }

.gfield {
  width: 100%;
  overflow: hidden;
  color: #1d2224; }
  .gfield_label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.6rem; }
  .gfield_required_text {
    font-size: 0;
    line-height: 0;
    letter-spacing: -0.3rem; }
    .gfield_required_text:before {
      content: '*';
      font: inherit;
      font-size: 1.4rem;
      line-height: 1.7; }
      @media (min-width: 768px) {
        .gfield_required_text:before {
          font-size: 1.6rem; } }
  .gfield:not(:last-child) {
    margin: 0 0 2rem; }
  .gfield_error .validation_message {
    font-size: 1.4rem;
    margin: 0;
    color: #ff3f00;
    font-weight: 700;
    margin: 1rem 0; }
  .gfield_consent_label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1rem;
    position: relative; }
  .gfield_consent_description {
    position: relative;
    padding: 2rem 2.2rem;
    background: #1d2224;
    color: #ffffff; }
    .gfield_consent_description.gfield_description {
      display: none; }
    .gfield_consent_description:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0.8rem 0.9rem 0.8rem;
      border-color: transparent transparent #1d2224 transparent;
      position: absolute;
      left: 1rem;
      top: -0.8rem; }

.ginput {
  width: 100%; }
  .ginput_container_text input, .ginput_container_email input, .ginput_container_phone input {
    width: 100%;
    min-height: 3.4rem;
    border-radius: 0;
    border: 0.1rem solid #1d2224;
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem; }
  .ginput_container_textarea textarea {
    width: 100%;
    border-radius: 0;
    border: 0.1rem solid #1d2224;
    padding: 0.8rem 1.2rem;
    min-height: 8rem;
    font-size: 1.6rem;
    resize: vertical; }
  .ginput_container_consent input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .ginput_container_consent input[type="checkbox"]:checked + label::before {
      background: #87ca75; }
  .ginput_container_consent .gfield_consent_label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2.8rem;
    font-size: 1.4rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 1rem; }
    .ginput_container_consent .gfield_consent_label::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 1.6rem;
      height: 1.6rem;
      background: #ffffff;
      border: 0.2rem solid #1d2224;
      position: absolute;
      left: 0;
      top: 0.3rem; }

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .js-menu-active .site-header {
    height: 100%; }
    @media (min-width: 768px) {
      .js-menu-active .site-header {
        height: auto; } }
  .site-header__top {
    color: #ffffff;
    background: #1d2224;
    line-height: 1;
    padding: 1rem 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .site-header__top {
        padding: 0;
        padding-right: 2rem;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .site-header__main {
    position: relative;
    padding: 1.5rem 0;
    background: transparent;
    height: 7rem;
    -webkit-transition: background 0.2s ease, height 0.3s ease;
    -o-transition: background 0.2s ease, height 0.3s ease;
    transition: background 0.2s ease, height 0.3s ease; }
    @media (min-width: 900px) {
      .site-header__main {
        min-height: 7rem;
        height: auto;
        padding: 2rem 0; } }
    @media (min-width: 1280px) {
      .site-header__main {
        padding: 2.8rem 0; } }
    .js-menu-active .site-header__main {
      height: 100vh;
      height: calc(100vh - 5.127rem);
      overflow: hidden; }
      @media (min-width: 768px) {
        .js-menu-active .site-header__main {
          height: auto; } }
    .site-header--sticky .site-header__main {
      background: #ffffff;
      -webkit-box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.18);
              box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.18); }
  .site-header__main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    min-height: 4rem; }
    @media (min-width: 1024px) {
      .site-header__main-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        position: static;
        max-width: 100%;
        padding: 0 1.5rem; } }
    @media (min-width: 1600px) {
      .site-header__main-container {
        padding: 0;
        max-width: 108.9rem; } }

.site-header__logo {
  position: relative;
  z-index: 2;
  top: 0.6rem; }
  @media (min-width: 1024px) {
    .site-header__logo {
      top: 0; } }
  .site-header__logo--link {
    display: block;
    max-width: 9.3rem;
    color: #ffffff;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    line-height: 1; }
    @media (min-width: 768px) {
      .site-header__logo--link {
        max-width: 10.2rem;
        height: auto; } }
    .site-header--sticky .site-header__logo--link {
      color: #1d2224; }
  .site-header__logo--img {
    width: 100%;
    height: auto; }

.site-header__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 600; }
  .site-header__contact-list-item {
    padding: 0.8rem 1.5rem; }
    @media (min-width: 768px) {
      .site-header__contact-list-item {
        padding: 1.2rem 2rem; } }
    .site-header__contact-list-item svg {
      color: #ffffff; }
    .site-header__contact-list-item svg,
    .site-header__contact-list-item .text {
      display: inline-block;
      vertical-align: middle; }
    .site-header__contact-list-item .text {
      margin-left: 1rem;
      display: none; }
      @media (min-width: 768px) {
        .site-header__contact-list-item .text {
          display: inline-block;
          vertical-align: middle; } }
    .site-header__contact-list-item:last-child {
      padding-right: 0; }

.site-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
  max-height: calc(100vh - 12.1rem);
  overflow: hidden; }
  @media (min-width: 1024px) {
    .site-header__menu {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0;
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: absolute;
      right: 2rem;
      max-height: 100%;
      overflow: visible; } }
  .site-header__menu .menu-primary-menu-container {
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 1rem; }
    @media (min-width: 1024px) {
      .site-header__menu .menu-primary-menu-container {
        overflow: visible;
        padding-right: 0; } }

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1d2224;
  font-size: 1.8rem;
  font-weight: 600; }
  @media (min-width: 1024px) {
    .menu {
      color: #ffffff;
      font-size: 1.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .menu {
        font-size: 14px; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .menu {
        font-size: calc( 14px + 2 * ((100vw - 1024px) / 256)); } }
    @media screen and (min-width: 1024px) and (min-width: 1280px) {
      .menu {
        font-size: 16px; } }
  @media (min-width: 1280px) {
    .menu {
      font-size: 1.6rem; } }
  .menu-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    display: block;
    padding-right: 2.8rem;
    border-bottom: 0.1rem solid rgba(29, 34, 36, 0.2);
    padding: 2rem 2.8rem 2rem 0; }
    @media (min-width: 768px) {
      .menu-item {
        margin-bottom: 2rem;
        text-align: left;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0;
        border-bottom: none; } }
    @media (min-width: 1024px) {
      .menu-item {
        margin: 0 0.8rem; } }
    @media (min-width: 1050px) {
      .menu-item {
        margin: 0 1rem; } }
    @media (min-width: 1280px) {
      .menu-item {
        margin-bottom: 0;
        margin: 0 2rem; } }
    @media (min-width: 1350px) {
      .menu-item {
        margin: 0 3rem; } }
    .site-header--sticky .menu-item {
      color: #1d2224; }
    .menu-item a {
      color: inherit;
      border-bottom: 0.2rem solid transparent; }
      .menu-item a:hover {
        color: #87ca75;
        text-decoration: none; }
        .menu-item a:hover + .menu-item-has-children__opener {
          color: #87ca75; }
    .menu-item.current_page_item > a,
    .menu-item.current_page_item > a + .menu-item-has-children,
    .menu-item.current_page_ancestor > a + .menu-item-has-children,
    .menu-item.current_page_ancestor > a {
      color: #87ca75;
      font-weight: 600; }
    .menu-item:last-child {
      border: none; }
    .menu-item .sub-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      display: none; }
    .menu-item + .button-wrapper {
      margin-top: -1rem;
      margin-right: -2.8rem;
      position: relative;
      z-index: 2;
      background: #ffffff; }
      @media (min-width: 1024px) {
        .menu-item + .button-wrapper {
          margin: 0;
          background: none; } }
  @media (min-width: 1024px) {
    .menu > .menu-item {
      min-height: 4rem;
      position: relative; }
      .menu > .menu-item::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0.1rem;
        height: 100%;
        border-right: 0.1rem solid rgba(255, 255, 255, 0.2); } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .menu > .menu-item::before {
        left: -2rem;
        opacity: 0; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .menu > .menu-item::before {
        opacity: 1;
        left: -2rem; } }
    @media (min-width: 1024px) and (min-width: 1350px) {
      .menu > .menu-item::before {
        left: -3rem; } }
  @media (min-width: 1024px) {
        .site-header--sticky .menu > .menu-item::before {
          border-right-color: rgba(29, 34, 36, 0.2); }
      .menu > .menu-item:last-child {
        margin-right: 0; }
      .menu > .menu-item:first-child::before {
        display: none; }
      .menu > .menu-item.button-wrapper::before {
        display: none; } }

.menu > .menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0; }
  @media (min-width: 768px) {
    .menu > .menu-item-has-children {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .menu > .menu-item-has-children .menu-item-has-children__opener {
    border: none;
    padding: 0.5rem;
    background: transparent;
    color: currentColor;
    width: 2.3rem;
    min-height: 100%;
    line-height: 1;
    font: inherit;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    margin-left: 1rem; }
    @media (min-width: 1024px) {
      .menu > .menu-item-has-children .menu-item-has-children__opener {
        width: 2rem;
        margin-left: 0.8rem; } }
    @media (min-width: 1280px) {
      .menu > .menu-item-has-children .menu-item-has-children__opener {
        width: 2.3rem;
        margin-left: 1rem; } }
    .menu > .menu-item-has-children .menu-item-has-children__opener:hover {
      opacity: 0.8;
      color: #87ca75; }
  .menu > .menu-item-has-children.js-dropdown--active > .menu-item-has-children__opener,
  .menu > .menu-item-has-children .js-dropdown--active > .menu-item-has-children__opener {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .menu > .menu-item-has-children > .sub-menu {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-left: 1rem;
    font-weight: 400;
    display: none; }
    @media (min-width: 1024px) {
      .menu > .menu-item-has-children > .sub-menu {
        display: block !important;
        background: white;
        color: #1d2224;
        position: absolute;
        top: 104%;
        left: -1rem;
        right: -1rem;
        min-width: 21.7rem;
        padding: 2rem 3rem 1rem;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.25);
                box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.25); } }
  @media (min-width: 1024px) and (min-width: 1490px) {
    .menu > .menu-item-has-children > .sub-menu {
      left: -1.5rem;
      right: -1.5rem; } }
    @media (min-width: 1024px) {
        .menu > .menu-item-has-children > .sub-menu:after {
          content: "";
          width: inherit;
          height: 3rem;
          position: absolute;
          top: -1.6rem;
          left: 0;
          z-index: 1;
          background: transparent; } }
    .menu > .menu-item-has-children > .sub-menu .menu-item {
      display: block;
      max-width: 100%;
      margin: 0 0 0.8rem;
      border: none;
      padding-bottom: 0; }
      .menu > .menu-item-has-children > .sub-menu .menu-item-has-children {
        position: relative;
        right: -2.8rem; }
        @media (min-width: 768px) {
          .menu > .menu-item-has-children > .sub-menu .menu-item-has-children {
            right: 0; } }
        @media (min-width: 1024px) {
          .menu > .menu-item-has-children > .sub-menu .menu-item-has-children {
            right: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap;
            margin-right: 0;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
    .menu > .menu-item-has-children > .sub-menu .sub-menu {
      margin-top: 1rem;
      margin-left: 1.5rem;
      max-width: 100%;
      display: none; }
  .menu > .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible; }
  .menu > .menu-item-has-children:hover > .menu-item-has-children__opener {
    color: #87ca75; }
  .menu > .menu-item-has-children:focus-within .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.menu__opener {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 4rem;
  height: 4rem;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-radius: 4rem;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  position: absolute;
  right: 1.8rem;
  z-index: 10;
  top: 0; }
  @media (min-width: 768px) {
    .menu__opener {
      right: 1.5rem; } }
  .site-header--sticky .menu__opener {
    background: #1d2224; }
  @media (min-width: 1024px) {
    .menu__opener {
      display: none; } }
  .menu__opener--bar {
    width: 2rem;
    height: 1rem;
    position: relative;
    display: block;
    margin: -0.4rem auto 0; }
    .menu__opener--bar .bar, .menu__opener--bar:after, .menu__opener--bar:before {
      content: "";
      display: block;
      width: 100%;
      height: 0.3rem;
      border-radius: 1rem;
      background: #ffffff;
      -webkit-transform: translateY(0px) rotate(0deg);
          -ms-transform: translateY(0px) rotate(0deg);
              transform: translateY(0px) rotate(0deg);
      -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -o-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s;
      background: #1d2224; }
      .site-header--sticky .menu__opener--bar .bar, .site-header--sticky .menu__opener--bar:after, .site-header--sticky .menu__opener--bar:before {
        background: #ffffff; }
    .menu__opener--bar:before {
      -webkit-transform: translateY(0px) rotate(0deg);
          -ms-transform: translateY(0px) rotate(0deg);
              transform: translateY(0px) rotate(0deg); }
    .menu__opener--bar:after {
      -webkit-transform: translateY(6px) rotate(0deg);
          -ms-transform: translateY(6px) rotate(0deg);
              transform: translateY(6px) rotate(0deg); }
    .menu__opener--bar .bar {
      -webkit-transform: translateY(0.3rem);
          -ms-transform: translateY(0.3rem);
              transform: translateY(0.3rem); }
  .js-menu-active .menu__opener .menu__opener--bar {
    top: 0.1rem; }
    .js-menu-active .menu__opener .menu__opener--bar::before {
      -webkit-transform: translateY(4px) rotate(45deg);
          -ms-transform: translateY(4px) rotate(45deg);
              transform: translateY(4px) rotate(45deg); }
    .js-menu-active .menu__opener .menu__opener--bar .bar {
      -webkit-transform: translateY(1px) rotate(-45deg);
          -ms-transform: translateY(1px) rotate(-45deg);
              transform: translateY(1px) rotate(-45deg); }
    .js-menu-active .menu__opener .menu__opener--bar::after {
      opacity: 0; }

.banner {
  position: relative;
  min-height: 44.4rem;
  padding: 17.2rem 0 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner--frontpage {
    overflow: hidden;
    min-height: 100vh;
    padding: 17.2rem 0 7.8rem; }
    @media (min-width: 768px) {
      .banner--frontpage {
        padding: 17.2rem 0; } }
    .banner--frontpage .banner__content {
      padding-bottom: 5rem; }
      @media (min-width: 900px) {
        .banner--frontpage .banner__content {
          padding-bottom: 0; } }
  .banner__content {
    max-width: 63rem;
    color: #ffffff;
    position: relative;
    z-index: 3; }
  .banner__label {
    display: block;
    color: #87ca75;
    text-transform: uppercase;
    margin-bottom: 1.1rem; }
  .banner__title {
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: -0.036rem; }
    @media (min-width: 768px) {
      .banner__title {
        font-size: 5rem; } }
    .banner__title + .banner__description,
    .banner__title + .banner__button {
      margin-top: 1.1rem; }
  .banner__description {
    font-weight: 500; }
    @media (min-width: 768px) {
      .banner__description {
        font-size: 1.7rem; } }
    .banner__description + .banner__button {
      margin-top: 1.8rem; }
  .banner__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #1d2224;
    -o-object-fit: cover;
       object-fit: cover; }
    .banner__bg--img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      -o-object-position: 50% 0;
         object-position: 50% 0;
      z-index: 0; }
    .banner__bg--background {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1; }
  .banner + .subscription-packages {
    padding-top: 0; }
  .banner .overlay {
    z-index: 2; }
  .banner--errorpage .banner__bg {
    background: rgba(29, 34, 36, 0.8); }
  @media (min-width: 768px) {
    .banner--errorpage {
      padding: 17.2rem 0 7.8rem; } }

.scroll-down {
  position: absolute;
  right: 1rem;
  bottom: 10rem;
  width: 4rem;
  height: 4rem;
  z-index: 9;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0.1rem solid #87ca75;
  border-radius: 50%;
  cursor: pointer; }
  @media (min-width: 900px) {
    .scroll-down {
      bottom: 5rem; } }
  .scroll-down:hover {
    opacity: 0.8; }
  .scroll-down::after {
    position: absolute;
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    left: 50%;
    top: 50%; }

.site-footer {
  background: #1d2224;
  color: #ffffff;
  padding: 6rem 0; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 10rem 0 6rem; } }
  .site-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .site-footer__menu .menu-item {
      margin: 0 0 1.4rem;
      color: #ffffff;
      font-weight: 500;
      text-align: left;
      padding: 0; }
      .site-footer__menu .menu-item ul {
        display: none; }
      .site-footer__menu .menu-item:last-child {
        margin-bottom: 0; }
  .site-footer__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 3.35rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .site-footer__blocks {
        padding-bottom: 4rem; } }
    @media (min-width: 900px) {
      .site-footer__blocks {
        padding-bottom: 8rem; } }
  .site-footer__separator {
    display: block;
    padding: 0;
    border-width: 0.1rem;
    border-color: rgba(245, 247, 251, 0.4);
    margin: 0 0 2.75rem; }
  .site-footer__copyright {
    margin-top: 1.2rem; }

.site-footer__block {
  width: 100%;
  padding-top: 3rem; }
  @media (min-width: 768px) {
    .site-footer__block {
      width: 40%;
      padding-right: 3rem;
      padding-top: 0; } }
  @media (min-width: 900px) {
    .site-footer__block {
      width: 28%; } }
  .site-footer__block--contact-info a {
    text-decoration: underline; }
    .site-footer__block--contact-info a:hover, .site-footer__block--contact-info a:focus {
      text-decoration: none; }
  .site-footer__block--contact-info .social-link__list {
    padding-top: 1.2rem; }
  .site-footer__block--contact-info, .site-footer__block--additional-info {
    display: block;
    font-weight: 500; }
    .site-footer__block--contact-info address, .site-footer__block--additional-info address {
      font-style: normal; }
  .site-footer__block--additional-info {
    width: 100%; }
    @media (min-width: 768px) {
      .site-footer__block--additional-info {
        padding: 6rem 0 0; } }
    @media (min-width: 900px) {
      .site-footer__block--additional-info {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: auto;
        padding: 0; } }
  .site-footer__block:first-child {
    padding-top: 0; }

.site-footer__title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.8rem; }
  @media (min-width: 768px) {
    .site-footer__title {
      margin-bottom: 2rem; } }

.site-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 768px) {
    .site-footer__main {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 1.4rem; } }
  .site-footer__main .pigment-link,
  .site-footer__main p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: rgba(255, 255, 255, 0.6); }

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  width: 4rem;
  height: 4rem;
  z-index: 9;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0.1rem solid #87ca75;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: visibility 0.01s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: visibility 0.01s ease-in-out, opacity 0.2s ease-in-out;
  transition: visibility 0.01s ease-in-out, opacity 0.2s ease-in-out; }
  .scroll-to-top:hover {
    opacity: 0.8; }
  .scroll-to-top::after {
    position: absolute;
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    left: 50%;
    top: 50%; }
  .scroll-to-top.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.01s ease-in-out 0.2s, opacity 0.2s ease-in-out;
    -o-transition: visibility 0.01s ease-in-out 0.2s, opacity 0.2s ease-in-out;
    transition: visibility 0.01s ease-in-out 0.2s, opacity 0.2s ease-in-out; }
  .scroll-to-top.show {
    visibility: visible;
    opacity: 1; }

.layout {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    .layout {
      padding: 6rem 0; } }
  @media (min-width: 900px) {
    .layout {
      padding: 10rem 0; } }
  .layout:not(.bg--black) + .layout:not(.bg--black) {
    padding-top: 0; }

.hide-on-desktop {
  display: block; }
  @media (min-width: 768px) {
    .hide-on-desktop {
      display: none; } }

.subscription-packages {
  margin-top: -7.6rem;
  border-bottom: 0.1rem solid #000; }
  @media (min-width: 900px) {
    .subscription-packages {
      background: #1d2224;
      padding: 8rem 0;
      border-bottom: none; } }
  .subscription-packages__container {
    padding: 0;
    max-width: 100%; }
    @media (min-width: 900px) {
      .subscription-packages__container {
        padding: 0 1.5rem;
        max-width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 1280px) {
      .subscription-packages__container {
        padding: 0;
        max-width: 108.9rem; } }
  .subscription-packages__tablist {
    width: 100%; }
  .subscription-packages__close-button {
    position: absolute;
    width: 4rem;
    height: 4rem;
    background: transparent;
    border: 0;
    right: 0;
    top: 0;
    cursor: pointer; }
    @media (min-width: 900px) {
      .subscription-packages__close-button {
        background: #ffffff; } }
    .subscription-packages__close-button::before, .subscription-packages__close-button::after {
      content: "";
      position: absolute;
      width: 2.8rem;
      height: 0.2rem;
      background: #87ca75;
      left: 50%;
      top: 50%; }
    .subscription-packages__close-button::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .subscription-packages__close-button::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }

.subscription-packages__tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 900px) {
    .subscription-packages__tablist {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      overflow: visible;
      height: 7.6rem; } }
  .subscription-packages__tablist.is-ready.is-open .subscription-packages__tab {
    display: block;
    border-bottom: 0.1rem solid #1d2224; }
    .subscription-packages__tablist.is-ready.is-open .subscription-packages__tab:last-child {
      border-bottom: none; }

.subscription-packages__tabs {
  display: block;
  position: relative;
  z-index: 2; }

.subscription-packages__tab,
.subscription-packages__opener {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  min-height: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  display: none;
  text-align: left;
  padding: 1.8rem;
  padding-right: 7rem;
  color: #1d2224;
  background: #ffffff; }
  @media (min-width: 900px) {
    .subscription-packages__tab,
    .subscription-packages__opener {
      padding: 1.8rem;
      text-align: center; } }
  @media (min-width: 900px) {
    .subscription-packages__tab,
    .subscription-packages__opener {
      display: block;
      border-right: 0.1rem solid #000;
      border-bottom: 0.1rem solid #000;
      border-top: 0.1rem solid #000; } }
  .subscription-packages__tab--dropdown,
  .subscription-packages__opener--dropdown {
    display: inline-block;
    vertical-align: top;
    width: 5rem;
    background: #ffffff;
    color: #1d2224;
    position: absolute;
    right: 0;
    bottom: auto;
    min-height: 100%;
    overflow: hidden;
    padding-right: 1.8rem; }
    .is-open .subscription-packages__tab--dropdown, .is-open
    .subscription-packages__opener--dropdown {
      min-height: 7.7rem;
      border-bottom: 0.1rem solid #1d2224; }
      @media (min-width: 768px) {
        .is-open .subscription-packages__tab--dropdown, .is-open
        .subscription-packages__opener--dropdown {
          min-height: 7.3rem; } }
    @media (min-width: 900px) {
      .subscription-packages__tab--dropdown,
      .subscription-packages__opener--dropdown {
        display: none; } }
    .subscription-packages__tab--dropdown:hover, .subscription-packages__tab--dropdown:focus,
    .subscription-packages__opener--dropdown:hover,
    .subscription-packages__opener--dropdown:focus {
      color: #87ca75; }
  .subscription-packages__tab-icon,
  .subscription-packages__opener-icon {
    display: block;
    margin-bottom: 1.2rem; }
    .subscription-packages__tab-icon svg,
    .subscription-packages__tab-icon img,
    .subscription-packages__opener-icon svg,
    .subscription-packages__opener-icon img {
      width: auto;
      height: 3.2rem;
      color: rgba(29, 34, 36, 0.2); }
      .subscription-packages__tab-icon svg path,
      .subscription-packages__tab-icon img path,
      .subscription-packages__opener-icon svg path,
      .subscription-packages__opener-icon img path {
        fill: currentColor; }
  .subscription-packages__tab-title, .subscription-packages__tab-employees,
  .subscription-packages__opener-title,
  .subscription-packages__opener-employees {
    display: block;
    font-size: 1.7rem; }
    @media (min-width: 768px) {
      .subscription-packages__tab-title, .subscription-packages__tab-employees,
      .subscription-packages__opener-title,
      .subscription-packages__opener-employees {
        font-size: 12px; } }
  @media screen and (min-width: 768px) and (min-width: 320px) {
    .subscription-packages__tab-title, .subscription-packages__tab-employees,
    .subscription-packages__opener-title,
    .subscription-packages__opener-employees {
      font-size: calc( 12px + 4 * ((100vw - 320px) / 704)); } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .subscription-packages__tab-title, .subscription-packages__tab-employees,
    .subscription-packages__opener-title,
    .subscription-packages__opener-employees {
      font-size: 16px; } }
    @media (min-width: 1280px) {
      .subscription-packages__tab-title, .subscription-packages__tab-employees,
      .subscription-packages__opener-title,
      .subscription-packages__opener-employees {
        font-size: 1.7rem; } }
  .subscription-packages__tab-title,
  .subscription-packages__opener-title {
    font-weight: 500; }
  .subscription-packages__tab-employees,
  .subscription-packages__opener-employees {
    font-weight: 400; }
  .subscription-packages__tab:last-child,
  .subscription-packages__opener:last-child {
    border-right: 0; }
  @media (min-width: 900px) {
    .subscription-packages__tab:after,
    .subscription-packages__opener:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1.6rem 2.2rem 0 2.2rem;
      border-color: #87ca75 transparent transparent transparent;
      position: absolute;
      bottom: -1.5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0; } }
  .subscription-packages__tab[aria-selected="true"],
  .subscription-packages__opener[aria-selected="true"] {
    display: block; }
  .subscription-packages__tab[aria-selected="true"].is-active,
  .subscription-packages__opener[aria-selected="true"].is-active {
    background: #87ca75;
    color: #ffffff; }
    .subscription-packages__tab[aria-selected="true"].is-active svg,
    .subscription-packages__opener[aria-selected="true"].is-active svg {
      color: #ffffff; }
    .subscription-packages__tab[aria-selected="true"].is-active strong,
    .subscription-packages__opener[aria-selected="true"].is-active strong {
      font-weight: 700; }
    .subscription-packages__tab[aria-selected="true"].is-active:after,
    .subscription-packages__opener[aria-selected="true"].is-active:after {
      opacity: 1;
      visibility: visible; }
  .subscription-packages__tab:hover:not([aria-selected="true"]),
  .subscription-packages__opener:hover:not([aria-selected="true"]) {
    color: #87ca75; }
    .subscription-packages__tab:hover:not([aria-selected="true"]) svg,
    .subscription-packages__opener:hover:not([aria-selected="true"]) svg {
      color: #87ca75; }

.subscription-packages__tabpanel {
  background: #ffffff;
  border-top: 0.1rem solid #000;
  display: none;
  position: relative; }
  @media (min-width: 900px) {
    .subscription-packages__tabpanel {
      border-top: none; } }
  .subscription-packages__tabpanel-wrapper {
    display: block; }
    @media (min-width: 900px) {
      .subscription-packages__tabpanel-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .subscription-packages__tabpanel--content {
    max-width: 55.9rem;
    padding: 2.2rem; }
    @media (min-width: 768px) {
      .subscription-packages__tabpanel--content {
        padding: 5rem 4rem; } }
  .subscription-packages__tabpanel--figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    position: relative; }
    .subscription-packages__tabpanel--figure--img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
      min-height: 28.2rem; }
      @media (min-width: 768px) {
        .subscription-packages__tabpanel--figure--img {
          min-height: 38.6rem; } }
  @media (min-width: 768px) {
    .subscription-packages__tabpanel-title {
      font-size: 3rem; } }
  .subscription-packages__tabpanel-description {
    margin-bottom: 1.5rem; }

.single-service__info {
  margin: 2.1rem 0 3rem 0;
  padding: 1.3rem 1.5rem;
  color: white;
  background-color: #1d2224; }
  @media (min-width: 768px) {
    .single-service__info {
      margin: 2.6rem 0 3.9rem 0;
      padding: 1.2rem 1.6rem; } }

.single-service__info__item {
  display: inline-block; }

.single-service__info-highlight {
  font-weight: bold;
  margin-right: 1rem;
  color: #87ca75; }

@media (min-width: 900px) {
  .news-listing {
    padding-bottom: 6.8rem; } }

.news-listing__list {
  margin: 0 -1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  will-change: transform; }

.news-listing__button {
  margin-top: 4rem; }
  .news-listing__button button {
    position: relative;
    overflow: hidden; }
    .news-listing__button button span {
      pointer-events: none; }
    .news-listing__button button .loader {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 0;
      -webkit-transition: opacity .2s ease;
      -o-transition: opacity .2s ease;
      transition: opacity .2s ease;
      opacity: 0; }
    .news-listing__button button[disabled] .text {
      opacity: 0; }
    .news-listing__button button[disabled] .loader {
      -webkit-transition-delay: 0.03s;
           -o-transition-delay: 0.03s;
              transition-delay: 0.03s;
      opacity: 1; }

.news-listing__item {
  padding: 1rem 1.1rem;
  min-width: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .news-listing__item {
      min-width: 50%;
      max-width: 50%; } }
  @media (min-width: 1024px) {
    .news-listing__item {
      min-width: 33.33%;
      max-width: 33.33%; } }
  .news-listing__item-title a {
    color: inherit; }
  .news-listing__item-wrapper {
    background: #ffffff;
    color: #1d2224; }
  .news-listing__item-img {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.66%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff; }
    .news-listing__item-img--image {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .news-listing__item-img--logo {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .news-listing__item--content {
    padding: 2.4rem; }
    @media (min-width: 768px) {
      .news-listing__item--content {
        padding: 2.8rem 3.4rem; } }
  .news-listing__item-title {
    font-weight: 700;
    margin-bottom: 0.8rem;
    font-size: 1.4rem; }
    @media (min-width: 768px) {
      .news-listing__item-title {
        font-size: 1.8rem; } }
  .news-listing__item-date {
    font-weight: 600; }
    @media (min-width: 768px) {
      .news-listing__item-date {
        font-size: 1.4rem; } }
  .news-listing__item-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 1.2rem;
    overflow: hidden; }
  .news-listing__item-link {
    font-weight: 600;
    text-decoration: none; }
    .news-listing__item-link .icon {
      margin-left: 0.4rem;
      -webkit-transition: margin 0.4s ease;
      -o-transition: margin 0.4s ease;
      transition: margin 0.4s ease; }
    .news-listing__item-link:hover, .news-listing__item-link:focus {
      color: #519d3c;
      text-decoration: none; }
      .news-listing__item-link:hover .icon, .news-listing__item-link:focus .icon {
        margin-left: 0.8rem; }

.js-news-slider,
.flickity-viewport,
.flickity-slider {
  width: 100%;
  outline: none; }

.js-news-slider {
  margin: 0 0 5rem; }
  @media (min-width: 768px) {
    .js-news-slider {
      margin: 0 -1.1rem 5rem; } }
  .js-news-slider .flickity-viewport {
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .js-news-slider .flickity-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .js-news-slider .flickity-slider li {
      padding: 0 0 1.1rem; }
      @media (min-width: 768px) {
        .js-news-slider .flickity-slider li {
          padding: 1rem 1.1rem; } }
  .js-news-slider .flickity-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border: none;
    margin: 0;
    width: 3rem;
    background: transparent;
    cursor: pointer;
    right: -2.8rem;
    display: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 768px) {
      .js-news-slider .flickity-button {
        display: block; } }
    @media (min-width: 1280px) {
      .js-news-slider .flickity-button {
        right: -7.3rem; } }
    .js-news-slider .flickity-button::after {
      content: '';
      display: inline-block;
      vertical-align: top; }
    .js-news-slider .flickity-button svg {
      display: none; }
    .js-news-slider .flickity-button.previous {
      left: -2.8rem;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transform-origin: 50% 27%;
          -ms-transform-origin: 50% 27%;
              transform-origin: 50% 27%; }
      @media (min-width: 1280px) {
        .js-news-slider .flickity-button.previous {
          left: -7.3rem; } }
    .js-news-slider .flickity-button[disabled] {
      opacity: 0.6;
      pointer-events: none; }

.flickity-page-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0; }
  .flickity-page-dots .dot {
    width: 1.2rem;
    height: 1.2rem;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 1rem;
    background: #d8d8d8;
    opacity: .5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer; }
    .flickity-page-dots .dot:last-child {
      margin-right: 0; }
    .flickity-page-dots .dot.is-selected, .flickity-page-dots .dot:hover, .flickity-page-dots .dot:focus {
      opacity: 1;
      background: #87ca75; }

.puff-block {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    .puff-block {
      padding: 7.6rem 0; } }
  .puff-block .container {
    padding: 0; }
    @media (min-width: 768px) {
      .puff-block .container {
        padding: 1.5rem 0; } }
    @media (min-width: 1280px) {
      .puff-block .container {
        padding: 0; } }
  .puff-block__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff; }
    @media (min-width: 768px) {
      .puff-block__wrapper {
        -webkit-box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.2); } }
    @media (min-width: 900px) {
      .puff-block__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.5);
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .puff-block__wrapper-image--left {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
  .puff-block__box--content {
    padding: 0 2.2rem 2.2rem; }
    @media (min-width: 768px) {
      .puff-block__box--content {
        padding: 4rem 3rem; } }
    @media (min-width: 900px) {
      .puff-block__box--content {
        padding: 6rem 4rem;
        max-width: 60%; } }
    @media (min-width: 768px) {
      .puff-block__box--content .block-heading__title {
        font-size: 3rem; } }
  .puff-block__box--figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 100%;
    width: 100%;
    background: rgba(29, 34, 36, 0.7); }
    @media (min-width: 900px) {
      .puff-block__box--figure {
        width: 40%;
        -ms-flex-item-align: stretch;
            align-self: stretch; } }
    .puff-block__box--figure-img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 900px) {
        .puff-block__box--figure-img {
          height: 100%; } }
  .puff-block__box--figure:only-child, .puff-block__box--content:only-child {
    margin: 0 auto;
    max-width: 100%; }
  .puff-block + .puff-block {
    padding-top: 4.3rem; }
    @media (min-width: 768px) {
      .puff-block + .puff-block {
        margin-top: -2rem; } }

@media (min-width: 900px) {
  .partners-block {
    padding: 9rem 0; } }

@media (min-width: 768px) {
  .partners-block .container {
    max-width: 85%; } }

@media (min-width: 1024px) {
  .partners-block .container {
    max-width: 98.7rem; } }

.partners-block__heading--center .block-heading {
  margin: 0 auto; }

.block-heading + .partners-block__list--all {
  text-align: center; }
  @media (min-width: 768px) {
    .block-heading + .partners-block__list--all {
      padding-top: 2rem; } }

.partners-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.partners-block__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 1rem 2rem; }
  @media (min-width: 900px) {
    .partners-block__item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }
  .partners-block__item::first-child {
    text-align: left; }

.partners-block__logo svg,
.partners-block__logo img {
  max-width: 90%;
  width: auto;
  max-height: 5rem; }

@media (min-width: 768px) {
  .content-block__container {
    max-width: 59.8rem; } }

.content-block__time {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0.8rem 0 2rem; }

@media (min-width: 768px) {
  .content-block__link {
    padding-top: 2rem; } }

.content-block hr {
  border-color: rgba(29, 34, 36, 0.2); }

.content-block .featured-image {
  margin-bottom: 2rem; }
  .content-block .featured-image img {
    height: auto; }

@media (min-width: 1280px) {
  .employees-block .container {
    max-width: 119.6rem;
    margin: 0 auto; } }

.employees-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -2rem 0; }
  @media (min-width: 1024px) {
    .employees-block__list {
      margin: -1rem -3rem 0; } }

.employees-block__item {
  padding: 2rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }
  @media (min-width: 768px) {
    .employees-block__item {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 1024px) {
    .employees-block__item {
      padding: 2rem 3rem;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }
  @media (min-width: 1280px) {
    .employees-block__item {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      max-width: 20%; } }

.employees-block__employee-name {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.8rem; }

.employees-block__employee-link {
  display: block;
  margin-bottom: 0.3rem; }
  .employees-block__employee-link--phone, .employees-block__employee-link--email {
    font-weight: 600;
    text-decoration: underline; }
    .employees-block__employee-link--phone:hover, .employees-block__employee-link--email:hover {
      text-decoration: none; }
  .employees-block__employee-link:last-child {
    margin-bottom: 0; }

.employees-block__employee-figure {
  display: block;
  margin-bottom: 2rem;
  max-width: 30rem; }
  @media (min-width: 1024px) {
    .employees-block__employee-figure {
      width: 17rem;
      height: 19rem;
      max-width: 100%; } }
  .employees-block__employee-figure-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.site-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  margin: 2rem;
  background: transparent; }
  @media (min-width: 768px) {
    .site-cookiebar {
      left: auto; } }
  .site-cookiebar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 42rem;
    -webkit-box-shadow: 0 0 0.4rem 0 rgba(113, 101, 103, 0.64);
            box-shadow: 0 0 0.4rem 0 rgba(113, 101, 103, 0.64);
    background: white;
    padding: 3rem 2rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .site-cookiebar__wrapper {
        margin: 0; } }
  .site-cookiebar__content-wrapper {
    padding: 0 1.5rem; }
  .site-cookiebar__cookie-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; }
    .site-cookiebar__cookie-content p:last-child {
      margin: 0; }
  .site-cookiebar .button-wrapper {
    padding: 0;
    height: auto;
    margin-top: 2rem; }
  .site-cookiebar.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

