/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
@charset "UTF-8";

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(109, 211, 255, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  color: #60636A;
  text-align: left;
  background-color: #FFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #006747;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #006747;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 8px;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.close {
  float: right;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #6DD3FF;
  text-shadow: 0 1px 0 #FFF;
  opacity: 0.5;
}

.close:hover {
  color: #6DD3FF;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 8px;
  font-family: "DIN Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #545454;
}

h1,
.h1 {
  font-size: 3.875rem;
}

h2,
.h2 {
  font-size: 2.5625rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

.lead {
  font-size: 1.5625rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 0px solid rgba(109, 211, 255, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 8px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 16px;
  font-size: 1.875rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #006747;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  background-color: #FFFFFF;
  border: 0px solid #D8F2FF;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 8px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #006747 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 52, 35.8446601942) !important;
}

.bg-secondary {
  background-color: #60636A !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(71.7623762376, 74.004950495, 79.2376237624) !important;
}

.bg-success {
  background-color: #258F75 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(26.5166666667, 102.4833333333, 83.85) !important;
}

.bg-info {
  background-color: #6DD3FF !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(58, 195.6301369863, 255) !important;
}

.bg-warning {
  background-color: #EF6E3D !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(230.0285714286, 77.0714285714, 18.9714285714) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #EFEFF6 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(206.36, 206.36, 227.64) !important;
}

.bg-dark {
  background-color: #3A5377 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(41.2881355932, 59.0847457627, 84.7118644068) !important;
}

.bg-gray {
  background-color: #D8F2FF !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #a5e1ff !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 0px solid #D8F2FF !important;
}

.border-top {
  border-top: 0px solid #D8F2FF !important;
}

.border-right {
  border-right: 0px solid #D8F2FF !important;
}

.border-bottom {
  border-bottom: 0px solid #D8F2FF !important;
}

.border-left {
  border-left: 0px solid #D8F2FF !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #006747 !important;
}

.border-secondary {
  border-color: #60636A !important;
}

.border-success {
  border-color: #258F75 !important;
}

.border-info {
  border-color: #6DD3FF !important;
}

.border-warning {
  border-color: #EF6E3D !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #EFEFF6 !important;
}

.border-dark {
  border-color: #3A5377 !important;
}

.border-gray {
  border-color: #D8F2FF !important;
}

.border-white {
  border-color: #FFF !important;
}

.rounded-sm {
  border-radius: 3.2px !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-lg {
  border-radius: 4.8px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 800px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 2px 4px rgba(109, 211, 255, 0.075) !important;
}

.shadow {
  box-shadow: 0 8px 22px rgba(109, 211, 255, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 16px 48px rgba(109, 211, 255, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.mt-3,
.my-3 {
  margin-top: 16px !important;
}

.mr-3,
.mx-3 {
  margin-right: 16px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}

.ml-3,
.mx-3 {
  margin-left: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.mt-4,
.my-4 {
  margin-top: 24px !important;
}

.mr-4,
.mx-4 {
  margin-right: 24px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}

.ml-4,
.mx-4 {
  margin-left: 24px !important;
}

.m-5 {
  margin: 48px !important;
}

.mt-5,
.my-5 {
  margin-top: 48px !important;
}

.mr-5,
.mx-5 {
  margin-right: 48px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}

.ml-5,
.mx-5 {
  margin-left: 48px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 4px !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
}

.pr-1,
.px-1 {
  padding-right: 4px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}

.pl-1,
.px-1 {
  padding-left: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
}

.pr-2,
.px-2 {
  padding-right: 8px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}

.pl-2,
.px-2 {
  padding-left: 8px !important;
}

.p-3 {
  padding: 16px !important;
}

.pt-3,
.py-3 {
  padding-top: 16px !important;
}

.pr-3,
.px-3 {
  padding-right: 16px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}

.pl-3,
.px-3 {
  padding-left: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

.pt-4,
.py-4 {
  padding-top: 24px !important;
}

.pr-4,
.px-4 {
  padding-right: 24px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}

.pl-4,
.px-4 {
  padding-left: 24px !important;
}

.p-5 {
  padding: 48px !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
}

.pr-5,
.px-5 {
  padding-right: 48px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}

.pl-5,
.px-5 {
  padding-left: 48px !important;
}

.m-n1 {
  margin: -4px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -4px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
}

.m-n2 {
  margin: -8px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -8px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
}

.m-n3 {
  margin: -16px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -16px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
}

.m-n4 {
  margin: -24px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -24px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -24px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -24px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -24px !important;
}

.m-n5 {
  margin: -48px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -48px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -48px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -48px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -48px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 4px !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important;
  }

  .m-sm-2 {
    margin: 8px !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important;
  }

  .m-sm-3 {
    margin: 16px !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important;
  }

  .m-sm-4 {
    margin: 24px !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important;
  }

  .m-sm-5 {
    margin: 48px !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 48px !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 48px !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 48px !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 48px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 4px !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important;
  }

  .p-sm-2 {
    padding: 8px !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important;
  }

  .p-sm-3 {
    padding: 16px !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important;
  }

  .p-sm-4 {
    padding: 24px !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important;
  }

  .p-sm-5 {
    padding: 48px !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 48px !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 48px !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 48px !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 48px !important;
  }

  .m-sm-n1 {
    margin: -4px !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important;
  }

  .m-sm-n2 {
    margin: -8px !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important;
  }

  .m-sm-n3 {
    margin: -16px !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important;
  }

  .m-sm-n4 {
    margin: -24px !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -24px !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -24px !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -24px !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -24px !important;
  }

  .m-sm-n5 {
    margin: -48px !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -48px !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -48px !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -48px !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -48px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 4px !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }

  .m-md-2 {
    margin: 8px !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }

  .m-md-3 {
    margin: 16px !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }

  .m-md-4 {
    margin: 24px !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important;
  }

  .m-md-5 {
    margin: 48px !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 48px !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 48px !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 48px !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 48px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 4px !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }

  .p-md-2 {
    padding: 8px !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }

  .p-md-3 {
    padding: 16px !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }

  .p-md-4 {
    padding: 24px !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important;
  }

  .p-md-5 {
    padding: 48px !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 48px !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 48px !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 48px !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 48px !important;
  }

  .m-md-n1 {
    margin: -4px !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important;
  }

  .m-md-n2 {
    margin: -8px !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important;
  }

  .m-md-n3 {
    margin: -16px !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important;
  }

  .m-md-n4 {
    margin: -24px !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -24px !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -24px !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -24px !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -24px !important;
  }

  .m-md-n5 {
    margin: -48px !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -48px !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -48px !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -48px !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -48px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 4px !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }

  .m-lg-2 {
    margin: 8px !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }

  .m-lg-3 {
    margin: 16px !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }

  .m-lg-4 {
    margin: 24px !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important;
  }

  .m-lg-5 {
    margin: 48px !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 48px !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 48px !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 48px !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 48px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 4px !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }

  .p-lg-2 {
    padding: 8px !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }

  .p-lg-3 {
    padding: 16px !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }

  .p-lg-4 {
    padding: 24px !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important;
  }

  .p-lg-5 {
    padding: 48px !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 48px !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 48px !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 48px !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 48px !important;
  }

  .m-lg-n1 {
    margin: -4px !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important;
  }

  .m-lg-n2 {
    margin: -8px !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important;
  }

  .m-lg-n3 {
    margin: -16px !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important;
  }

  .m-lg-n4 {
    margin: -24px !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -24px !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -24px !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -24px !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -24px !important;
  }

  .m-lg-n5 {
    margin: -48px !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -48px !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -48px !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -48px !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -48px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 4px !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important;
  }

  .m-xl-2 {
    margin: 8px !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important;
  }

  .m-xl-3 {
    margin: 16px !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important;
  }

  .m-xl-4 {
    margin: 24px !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important;
  }

  .m-xl-5 {
    margin: 48px !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 48px !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 48px !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 48px !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 48px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 4px !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important;
  }

  .p-xl-2 {
    padding: 8px !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important;
  }

  .p-xl-3 {
    padding: 16px !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important;
  }

  .p-xl-4 {
    padding: 24px !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important;
  }

  .p-xl-5 {
    padding: 48px !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 48px !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 48px !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 48px !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 48px !important;
  }

  .m-xl-n1 {
    margin: -4px !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important;
  }

  .m-xl-n2 {
    margin: -8px !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important;
  }

  .m-xl-n3 {
    margin: -16px !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important;
  }

  .m-xl-n4 {
    margin: -24px !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -24px !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -24px !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -24px !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -24px !important;
  }

  .m-xl-n5 {
    margin: -48px !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -48px !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -48px !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -48px !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -48px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: "DIN Next LT Pro", sans-serif !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFF !important;
}

.text-primary {
  color: #006747 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0, 26.5, 18.2669902913) !important;
}

.text-secondary {
  color: #60636A !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(59.6435643564, 61.5074257426, 65.8564356436) !important;
}

.text-success {
  color: #258F75 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(21.275, 82.225, 67.275) !important;
}

.text-info {
  color: #6DD3FF !important;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(32.5, 187.9452054795, 255) !important;
}

.text-warning {
  color: #EF6E3D !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(206.4714285714, 69.1785714286, 17.0285714286) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #EFEFF6 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: rgb(190.04, 190.04, 218.46) !important;
}

.text-dark {
  color: #3A5377 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: rgb(32.9322033898, 47.1271186441, 67.5677966102) !important;
}

.text-gray {
  color: #D8F2FF !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: rgb(139.5, 216.5, 255) !important;
}

.text-body {
  color: #60636A !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(109, 211, 255, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: 1.25rem;
  color: #60636A;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0px solid rgba(109, 211, 255, 0.15);
  border-radius: 4px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 2px;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 2px;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 24px;
  clear: both;
  font-weight: 400;
  color: #212F44;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: rgb(24.6683168317, 35.1336633663, 50.8316831683);
  text-decoration: none;
  background-color: #EFEFF6;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: #006747;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 8px 24px;
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 4px 24px;
  color: #212F44;
}

img[src=""] {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.heading-spacing,
.nf-form-title h2,
.nf-field,
.careers-section .grid--collapsed,
.careers-section .grid--table,
.careers-section .awards-grid,
.careers-section .inline-form {
  margin-bottom: 32px;
}

.grid.news-form,
.news-form.grid--middle,
.grid.career-form,
.career-form.grid--middle {
  margin-bottom: 0;
}

.separator--long {
  margin-bottom: 32px;
  margin-top: 32px;
}

.btn.ninja-forms-field {
  display: inline-block;
  display: inline-flex;
  flex-flow: row;
  border: 1px solid !important;
  padding: 17px;
  align-items: center;
  background: none;
  color: #006747;
  display: block !important;
  width: 100% !important;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  font-size: 13px;
}

.section .nf-form-cont .nf-breadcrumbs li,
.careers-section .nf-form-cont .nf-breadcrumbs li,
.section--dark .nf-form-cont .nf-breadcrumbs li,
.section--beige .nf-form-cont .nf-breadcrumbs li,
.quote__card .nf-form-cont .nf-breadcrumbs li,
.quote__card--with-quote .nf-form-cont .nf-breadcrumbs li,
.section--wheat .nf-form-cont .nf-breadcrumbs li,
.section--gray .nf-form-cont .nf-breadcrumbs li,
.hero .nf-form-cont .nf-breadcrumbs li,
.hero--dark .nf-form-cont .nf-breadcrumbs li,
.hero--gray .nf-form-cont .nf-breadcrumbs li {
  padding: 13px 1em !important;
}

hgroup * + article,
hgroup * + address,
hgroup * + aside,
hgroup * + blockquote,
hgroup * + form,
hgroup * + details,
hgroup * + div,
hgroup * + figcaption,
hgroup * + figure,
hgroup * + h1,
hgroup * + h2,
hgroup * + h3,
hgroup * + h4,
hgroup * + h5,
hgroup * + h6,
hgroup * + header,
hgroup * + hgroup,
hgroup * + nav,
hgroup * + ol,
hgroup * + pre,
hgroup * + section,
hgroup * + table,
hgroup * + ul {
  margin-top: 6.4px;
}

ul {
  margin: 0 0 1rem;
  padding: 0;
}

* + .half-spacing {
  margin-top: 16px;
}

* + .one-thid-spacing {
  margin-top: 10.6666666667px;
}

* + .section,
* + .careers-section,
* + .section--dark,
* + .section--beige,
* + .quote__card,
* + .quote__card--with-quote,
* + .section--wheat,
* + .section--gray,
* + .hero,
* + .hero--gray,
* + .hero--dark,
.list--small > * + li {
  margin-top: 0;
}

.tabs a,
.nf-form-cont .nf-breadcrumbs a,
.share a,
.preview a,
.prev-next a,
.mega a,
.image--hover a {
  text-decoration: none;
  border-bottom: none;
}

.tabs a,
.nf-form-cont .nf-breadcrumbs a,
.share a,
.preview a,
.prev-next a,
.mega a,
.image--hover a {
  color: inherit;
}

.text--reset {
  font: 400 20px/1.75 "DIN Next LT Pro", Arial, Helvetica, sans-serif;
}

@media (max-width: 479px) {
  .text--reset {
    font-size: 16px;
  }
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

@media print {
  a,
  a:visited {
    color: inherit;
  }
}

* + li {
  margin-top: 0.5em;
}

ul {
  list-style: disc;
  padding-left: 1em;
}

.tabs,
.nf-form-cont .nf-breadcrumbs,
.share,
.preview__container,
.navigation,
.mega__columns,
.mega__column,
.list--small,
.grid--medium-spacing,
.grid--collapsed,
.grid--table,
.awards-grid,
.inline-form,
.grid,
.grid--middle,
.container,
.container--medium,
.container--large,
.carousel__container {
  list-style: none;
  padding-left: 0;
}

.anchor {
  margin-top: -75px !important;
  margin-bottom: 75px !important;
}

.muted {
  opacity: 0.5;
}

.alert--danger {
  color: #c32b2b;
}

.alert--success {
  color: #006747;
}

.awards-grid {
  background: #f8f5ef;
  position: relative;
}

.awards-grid:before,
.awards-grid:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  background: url(../images/leaves.png?89345a99ec90764d6f33ce5381beeade);
  background-size: cover;
  margin-top: -1.5em;
  width: 2.55em;
  height: 3em;
}

@media (min-width: 1024px) {
  .awards-grid:before,
  .awards-grid:after {
    margin-top: -2.1em;
    width: 3.57em;
    height: 4.2em;
  }
}

@media (min-width: 1500px) {
  .awards-grid:before,
  .awards-grid:after {
    margin-top: -2.55em;
    width: 4.335em;
    height: 5.1em;
  }
}

.awards-grid:after {
  right: auto;
  left: 100%;
  transform: scaleX(-1);
}

.awards-grid,
.awards-grid > * {
  border-color: #e1dfd7;
}

@media (min-width: 1600px) {
  .awards-container {
    margin-right: calc(-26px + -1.875vw);
  }
}

@media (min-width: 1920px) {
  .awards-container {
    margin-right: -62px;
  }
}

.background {
  position: relative;
  overflow: hidden;
}

.background--landscape {
  padding-bottom: 60%;
}

.background--landscape-alt {
  padding-bottom: 45%;
}

.background__image,
.background__image--portrait {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
}

@media print {
  .background__image,
  .background__image--portrait {
    display: none;
  }
}

.background__image--portrait {
  left: 0;
  width: 100%;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}

.background__image + *,
.background__image--portrait + * {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.background__placeholder {
  visibility: hidden;
}

.col-background {
  background: center no-repeat;
  background-size: cover;
}

.col-background img {
  visibility: hidden;
  height: auto;
}

.button,
.nf-next,
.nf-previous {
  box-sizing: border-box;
}

a.button,
a.nf-next,
a.nf-previous,
a.button--white {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9374;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 8px 20px 6px;
  position: relative;
  transition: all 0.2s ease-in-out;
  border: 1px solid #006747;
  border-radius: 10px 0px;
  text-decoration: none;
  text-transform: uppercase;
}

a.button::before,
a.nf-next::before,
a.nf-previous::before,
a.button--white::before {
  content: "";
  background: #fff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

a.button::after,
a.nf-next::after,
a.nf-previous::after,
a.button--white::after {
  content: "";
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  top: 2px;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
}

a.button__icon,
a.button i,
a.nf-next i,
a.nf-previous i,
a.button .button__icon--last,
a.nf-next .button__icon--last,
a.nf-previous .button__icon--last,
a.button--white__icon,
a.button--white i,
a.button--white .button__icon--last {
  display: none;
}

a.button:hover,
a.nf-next:hover,
a.nf-previous:hover,
a.button:focus,
a.nf-next:focus,
a.nf-previous:focus,
a.button--white:hover,
a.button--white:focus {
  background-color: #006747;
  color: #fff;
  border-color: #006747;
  outline: none;
}

a.button:hover::before,
a.nf-next:hover::before,
a.nf-previous:hover::before,
a.button:focus::before,
a.nf-next:focus::before,
a.nf-previous:focus::before,
a.button--white:hover::before,
a.button--white:focus::before {
  left: 120%;
}

a.button:hover::after,
a.nf-next:hover::after,
a.nf-previous:hover::after,
a.button:focus::after,
a.nf-next:focus::after,
a.nf-previous:focus::after,
a.button--white:hover::after,
a.button--white:focus::after {
  background-image: url(../images/icon-arrow-white.svg?0220b25cf3b1f311bbf91f20d2135d45) !important;
}

a.button,
a.nf-next,
a.nf-previous {
  box-sizing: border-box;
  color: #006747;
  background-color: transparent;
}

a.button::after,
a.nf-next::after,
a.nf-previous::after {
  background-image: url(../images/icon-arrow-green.svg?858a88e66a5060985d10ce8dac91b1b8) !important;
}

a.button.button-fb,
a.button-fb.nf-next,
a.button-fb.nf-previous {
  background-color: transparent;
  color: #006747;
  border-color: #006747;
  padding: 11px 20px 5px;
}

a.button.button-fb .button__icon--last,
a.button-fb.nf-next .button__icon--last,
a.button-fb.nf-previous .button__icon--last {
  display: none;
}

a.button.button-fb .button__icon--fb,
a.button-fb.nf-next .button__icon--fb,
a.button-fb.nf-previous .button__icon--fb {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: -4px;
}

@media only screen and (max-width: 540px) {
  a.button.button-fb,
  a.button-fb.nf-next,
  a.button-fb.nf-previous {
    font-size: 12px;
  }

  a.button.button-fb .button__icon--fb svg,
  a.button-fb.nf-next .button__icon--fb svg,
  a.button-fb.nf-previous .button__icon--fb svg {
    width: 100%;
    max-width: 22px;
    height: auto;
  }
}

@media only screen and (max-width: 359px) {
  a.button.button-fb,
  a.button-fb.nf-next,
  a.button-fb.nf-previous {
    font-size: 11px;
  }

  a.button.button-fb::after,
  a.button-fb.nf-next::after,
  a.button-fb.nf-previous::after {
    content: none;
  }
}

a.button.button-fb::after,
a.button-fb.nf-next::after,
a.button-fb.nf-previous::after {
  background-image: url(../images/icon-arrow-green.svg?858a88e66a5060985d10ce8dac91b1b8) !important;
}

a.button.button-fb:hover,
a.button-fb.nf-next:hover,
a.button-fb.nf-previous:hover,
a.button.button-fb:focus,
a.button-fb.nf-next:focus,
a.button-fb.nf-previous:focus {
  color: white;
  background-color: #006747;
  outline: none;
}

a.button.button-fb:hover::after,
a.button-fb.nf-next:hover::after,
a.button-fb.nf-previous:hover::after,
a.button.button-fb:focus::after,
a.button-fb.nf-next:focus::after,
a.button-fb.nf-previous:focus::after {
  background-image: url(../images/icon-arrow-white.svg?0220b25cf3b1f311bbf91f20d2135d45) !important;
}

a.button--white {
  border-color: white;
  color: #2A2D31;
  background: #FFFFFF;
}

.section--dark a.button--white {
  color: #2A2D31;
}

.section--dark a.button--white:visited {
  color: #2A2D31;
}

a.button--white::after {
  box-sizing: border-box;
  background-image: url(../images/icon-arrow.svg?b3c280d1c972bfaac79c2de607bc4cea);
}

.section--dark a.button--white:hover,
.section--dark a.button--white:focus {
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .section--gray .section__break a,
  .section--gray .carousel__pagination a {
    margin-top: 20px;
  }
}

.card,
.card--gray {
  display: block !important;
  position: relative;
  background: white;
  padding: 32px;
  font-size: 0.8em;
}

.card__bleed {
  margin-left: -32px;
  margin-right: -32px;
  position: relative;
}

.card > .card__bleed:first-child,
.card--gray > .card__bleed:first-child {
  margin-top: -32px;
}

.card__thumbnail {
  padding-bottom: 65%;
}

.card--shadow {
  box-shadow: -1em 1.3em 2.5em 0 rgba(60, 67, 68, 0.19);
}

.card--gray {
  background: rgb(173.6633663366, 175.9653465347, 181.3366336634);
  color: white;
}

.card--gray .title,
.card--gray .title--tiny,
.card--gray .title--small {
  color: white;
  line-height: 1.2;
}

.card p:last-child,
.card--gray p:last-child {
  margin-bottom: 0;
}

.bordered-card {
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 0.25em;
  background: white;
}

.bordered-card * + p {
  margin-top: 0.5em;
}

.card * + article,
.card--gray * + article,
.card * + address,
.card--gray * + address,
.card * + aside,
.card--gray * + aside,
.card * + blockquote,
.card--gray * + blockquote,
.card * + form,
.card--gray * + form,
.card * + details,
.card--gray * + details,
.card * + div,
.card--gray * + div,
.card * + figcaption,
.card--gray * + figcaption,
.card * + figure,
.card--gray * + figure,
.card * + footer,
.card--gray * + footer,
.card * + h1,
.card--gray * + h1,
.card * + h2,
.card--gray * + h2,
.card * + h3,
.card--gray * + h3,
.card * + h4,
.card--gray * + h4,
.card * + h5,
.card--gray * + h5,
.card * + h6,
.card--gray * + h6,
.card * + header,
.card--gray * + header,
.card * + hgroup,
.card--gray * + hgroup,
.card * + nav,
.card--gray * + nav,
.card * + ol,
.card--gray * + ol,
.card * + p,
.card--gray * + p,
.card * + pre,
.card--gray * + pre,
.card * + section,
.card--gray * + section,
.card * + table,
.card--gray * + table,
.card * + ul,
.card--gray * + ul {
  margin-top: 16px;
}

.carousel {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__content {
  font-size: 0.75em;
}

.carousel__content p:first-child {
  font-size: 1.3333em;
}

.carousel__content * + p {
  margin-top: 0.5em;
}

.carousel__container {
  position: relative;
}

@media print {
  .carousel__container {
    height: auto !important;
  }
}

.carousel__container--medium {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.carousel__item {
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute !important;
  top: 0;
  transition: opacity 0.25s;
  width: 100%;
}

.carousel__item--active {
  opacity: 1;
  z-index: 5;
  transform: translate3d(0, 0, 0);
}

@media print {
  .carousel__item {
    position: static !important;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    padding-bottom: 32px;
  }
}

.carousel__pagination {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.33);
}

.carousel__pagination path {
  fill: rgba(0, 0, 0, 0.33);
}

.carousel__prev,
.carousel__next {
  margin: 0 1.5em;
  cursor: pointer;
}

.carousel__prev:hover,
.carousel__prev:focus,
.carousel__next:hover,
.carousel__next:focus {
  color: #006747;
  outline: none;
}

.carousel__prev .icon:before,
.carousel__next .icon:before {
  vertical-align: middle;
  content: none;
}

.carousel__dot {
  cursor: pointer;
  transition: 0.25s;
  vertical-align: middle;
  margin: 0 0.4em;
}

.carousel--show-0 .carousel__dot:nth-child(2) {
  color: #006747;
}

.carousel--show-1 .carousel__dot:nth-child(3) {
  color: #006747;
}

.carousel--show-2 .carousel__dot:nth-child(4) {
  color: #006747;
}

.carousel--show-3 .carousel__dot:nth-child(5) {
  color: #006747;
}

.carousel--show-4 .carousel__dot:nth-child(6) {
  color: #006747;
}

.carousel--show-5 .carousel__dot:nth-child(7) {
  color: #006747;
}

.carousel--show-6 .carousel__dot:nth-child(8) {
  color: #006747;
}

.carousel--show-7 .carousel__dot:nth-child(9) {
  color: #006747;
}

.carousel--show-8 .carousel__dot:nth-child(10) {
  color: #006747;
}

.carousel--show-9 .carousel__dot:nth-child(11) {
  color: #006747;
}

.carousel--show-10 .carousel__dot:nth-child(12) {
  color: #006747;
}

.carousel__delay--0 {
  transition: transform 0.25s 0s, opacity 0.25s 0s;
}

.carousel__delay--1 {
  transition: transform 0.25s 0.075s, opacity 0.25s 0.075s;
}

.carousel__delay--2 {
  transition: transform 0.25s 0.15s, opacity 0.25s 0.15s;
}

.carousel__delay--3 {
  transition: transform 0.25s 0.225s, opacity 0.25s 0.225s;
}

.carousel__delay--4 {
  transition: transform 0.25s 0.3s, opacity 0.25s 0.3s;
}

.carousel__scale--0 {
  opacity: 0;
  transform: scale(0) rotate(-10deg);
}

.carousel__item--active .carousel__scale--0 {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.carousel__scale--1 {
  opacity: 0;
  transform: scale(0) rotate(-5deg);
}

.carousel__item--active .carousel__scale--1 {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.carousel__scale--2 {
  opacity: 0;
  transform: scale(0) rotate(0deg);
}

.carousel__item--active .carousel__scale--2 {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.carousel__scale--3 {
  opacity: 0;
  transform: scale(0) rotate(5deg);
}

.carousel__item--active .carousel__scale--3 {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.carousel__scale--4 {
  opacity: 0;
  transform: scale(0) rotate(10deg);
}

.carousel__item--active .carousel__scale--4 {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.carousel__slide {
  opacity: 0;
  transform: translateX(40px);
}

.carousel__item--active .carousel__slide {
  transform: translateX(0);
  opacity: 1;
}

.carousel__fade {
  opacity: 0;
}

.carousel__item--active .carousel__fade {
  opacity: 1;
}

.carousel--rotate {
  margin-top: 0;
  padding: 3.7375em calc(26px + 1.875vw) 0;
  position: relative;
}

@media (min-width: 1276px) {
  .carousel--rotate {
    padding-left: 0;
    padding-right: 0;
  }
}

.carousel--rotate:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  transform: scaleY(0.91);
  transform-origin: 50% 0;
}

.carousel--rotate path {
  fill: white !important;
}

.carousel--rotate .container,
.carousel--rotate .container--medium,
.carousel--rotate .container--large {
  position: relative;
}

.carousel--rotate .carousel__pagination {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1;
}

.carousel--rotate .carousel__prev,
.carousel--rotate .carousel__next {
  position: absolute;
  top: -0.5em;
  left: -1em;
  margin: 0;
  opacity: 0.75;
  font-size: calc(1em + 1vw);
  margin: 0;
  z-index: 20;
  color: white;
}

.carousel--rotate .carousel__prev:hover,
.carousel--rotate .carousel__next:hover {
  opacity: 1;
}

.carousel--rotate .carousel__next {
  left: auto;
  right: -1em;
}

.carousel--rotate .carousel__dot {
  display: none;
}

.carousel--rotate .carousel__item {
  transform-origin: 50% 0;
  transform: scale(0.9) translate3d(0, 0, 0);
  transition: transform 0.25s, opacity 0.25s;
  opacity: 0.3;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.2);
}

.carousel--rotate .carousel__item--active {
  transform: scale(1);
  opacity: 1;
}

.carousel--rotate .carousel__item--before-active {
  transform: scale(0.9) translate3d(-100%, 0, 0);
}

.carousel--rotate .carousel__item--after-active {
  transform: scale(0.9) translate3d(100%, 0, 0);
}

.carousel-section .icon::before {
  vertical-align: middle;
}

.circle,
.circle--transparent {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 1.8 !important;
  border-radius: 50%;
  border: 1px solid !important;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.circle .icon-youtube,
.circle--transparent .icon-youtube {
  font-size: 1.2em;
}

.circle--transparent {
  background: rgba(255, 255, 255, 0.1);
}

.container,
.container--medium,
.container--large {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 15px;
  padding-right: 15px;
}

.container--large {
  max-width: 1500px !important;
}

.container--medium {
  max-width: 944px;
}

.container--small {
  max-width: 360px;
  padding: 0;
}

.container--left {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .container--lg-half {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(557.6px - 3.9375vw);
  }

  .container--lg-right {
    margin-left: auto;
    margin-right: 0;
  }

  .container--lg-left {
    margin-right: auto;
    margin-left: 0;
  }
}

.form__dropdown select,
.form__square,
.form__edit,
.form__dropdown {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  color: inherit;
  padding: 0;
}

body .list-select-wrap div div {
  display: block;
}

.pikaday__container,
.pika-single {
  margin-top: 0 !important;
}

.form__edit,
.form__dropdown {
  font-size: 0.75em;
  border: 1px solid #cbccce;
  padding: 1em 1.85em 0.95em;
  background: white;
  width: 100%;
  transition: box-shadow 0.25s;
  font-family: inherit;
  border-radius: 12px;
}

.form__edit:focus,
.form__dropdown:focus {
  box-shadow: inset 0 0 0.3333em rgba(87, 179, 237, 0.7);
}

* + .form__edit,
* + .form__dropdown {
  margin-top: 0.5em;
}

.form__square {
  background: #a7a9ac;
  padding: 0.625em 1.44em;
  color: white;
  cursor: pointer;
}

.form__square svg {
  vertical-align: middle;
}

.form__square path {
  fill: white;
}

.form__dropdown {
  color: #2a2d30;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIGJhc2VQcm9maWxlPSJ0aW55IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjYyMTYyMTYyMTZlbSIgaGVpZ2h0PSIxZW0iIHZpZXdCb3g9IjAgMCAzMDYgMTg4LjY5OSI+PHBhdGggZmlsbD0iI2E2YWJhYiIgZD0iTTMwNiAzNS43TDI3MC4zIDAgMTUzIDExNy4yOTggMzUuNyAwIDAgMzUuN2wxNTMgMTUzIi8+PC9zdmc+) calc(100% - 2em) 50% no-repeat;
  background-size: auto 0.5em;
  position: relative;
  padding: 0;
}

.form__dropdown select {
  padding: 1.85em 3.5em 1.8em 1.85em;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  font-family: inherit;
}

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

.form__label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.inline-form .form__edit,
.inline-form .form__dropdown {
  border-radius: 12px 0 0 12px;
}

.inline-form .form__square {
  border-radius: 0 12px 12px 0;
  padding-left: 1em;
  padding-right: 1em;
}

.nf-mp-body {
  margin-left: -15px;
  margin-right: -15px;
}

.nf-multi-cell .nf-cell {
  padding: 0 15px !important;
}

.nf-error-wrap.nf-error,
.nf-error-msg {
  display: none;
}

.nf-form-content,
.nf-form-layout,
.nf-before-form,
.nf-debug-msg,
.nf-form-wrap {
  margin-top: 0 !important;
}

.nf-after-field {
  margin-top: 0 !important;
}

.hr-wrap .form__label {
  display: none;
}

.hr-wrap hr {
  height: 1px;
  border-top: 1px #CCC solid;
}

.files_uploaded {
  margin-top: 0 !important;
  width: 100% !important;
  display: block !important;
}

.files_uploaded .upload-list-item {
  width: 100%;
  display: block;
}

.files_uploaded .upload-list-item .delete {
  float: right;
}

.html-container {
  margin-bottom: 0 !important;
}

.html-container h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.html-wrap .form__label {
  display: none;
}

.listcheckbox-container .listcheckbox-wrap {
  display: block;
}

.listcheckbox-container ul {
  list-style: none;
  padding-left: 0;
}

.nf-form-cont .nf-breadcrumbs {
  margin: 32px 0 !important;
}

.nf-form-cont .nf-breadcrumbs li {
  padding: 13px 1em !important;
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #006747;
  color: white;
  font-size: 18px !important;
}

@media (max-width: 768px) {
  .nf-form-cont .nf-breadcrumbs li {
    min-width: 100%;
  }
}

.nf-form-cont .nf-breadcrumbs li.active {
  position: relative;
}

.nf-form-cont .nf-breadcrumbs li.active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 2;
  display: block;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-left: 0.75em solid #006747;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .nf-form-cont .nf-breadcrumbs li.active:after {
    content: none;
  }
}

.nf-form-cont .nf-breadcrumbs li.active ~ li {
  background: none;
  color: inherit;
}

.nf-form-cont .nf-breadcrumbs li:last-child.active:after {
  content: none;
}

.nf-form-cont .nf-breadcrumbs li a {
  margin: 0;
  font-size: 12px;
  display: block;
  font-weight: inherit !important;
}

.nf-form-cont .nf-form-content {
  padding-bottom: 2em;
}

.hidden-container {
  display: none;
}

.nf-field-container {
  margin-bottom: 0 !important;
}

.nf-form-content {
  position: relative;
}

.nf-fu-progress {
  width: 30px;
  position: absolute;
  right: 10px;
  top: 14px;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.nf-fu-progress-bar {
  background: #006747 !important;
}

.nf-field-description {
  font-size: 15px;
  margin: 0;
}

.grid,
.grid--middle {
  display: flex;
  flex-flow: row wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -32px;
}

.grid > *,
.grid--middle > * {
  margin: 0 16px 32px;
  width: 100%;
}

.grid--collapsed,
.grid--table,
.awards-grid,
.inline-form {
  display: flex;
  flex-flow: row wrap;
}

.grid--collapsed > *,
.grid--table > *,
.awards-grid > *,
.inline-form > * {
  margin: 0;
}

.grid--table,
.awards-grid {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.9em;
}

.grid--table > *,
.awards-grid > * {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 32px calc(26px + 1.875vw);
}

@media (min-width: 1024px) {
  .grid--table > *,
  .awards-grid > * {
    padding: 32px;
  }
}

.grid--nowrap,
.inline-form {
  flex-flow: row nowrap;
}

.grid--medium-spacing {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc((26px + 1.875vw) / -2);
  margin-right: calc((26px + 1.875vw) / -2);
  margin-bottom: calc((26px + 1.875vw) / -1);
}

.grid--medium-spacing > * {
  margin: 0 0 calc(26px + 1.875vw);
  width: 100%;
  padding-left: calc(26px + 1.875vw / 2);
  padding-right: calc(26px + 1.875vw / 2);
}

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

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

.col-1 {
  width: 8.3333333333%;
}

.grid > .col-1,
.grid--middle > .col-1 {
  width: calc(8.3333333333% - 32px);
}

.flex-1 {
  flex: 1;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-2 {
  width: 16.6666666667%;
}

.grid > .col-2,
.grid--middle > .col-2 {
  width: calc(16.6666666667% - 32px);
}

.flex-2 {
  flex: 2;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-3 {
  width: 25%;
}

.grid > .col-3,
.grid--middle > .col-3 {
  width: calc(25% - 32px);
}

.flex-3 {
  flex: 3;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-4 {
  width: 33.3333333333%;
}

.grid > .col-4,
.grid--middle > .col-4 {
  width: calc(33.3333333333% - 32px);
}

.flex-4 {
  flex: 4;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-5 {
  width: 41.6666666667%;
}

.grid > .col-5,
.grid--middle > .col-5 {
  width: calc(41.6666666667% - 32px);
}

.flex-5 {
  flex: 5;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-6 {
  width: 50%;
}

.grid > .col-6,
.grid--middle > .col-6 {
  width: calc(50% - 32px);
}

.flex-6 {
  flex: 6;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-7 {
  width: 58.3333333333%;
}

.grid > .col-7,
.grid--middle > .col-7 {
  width: calc(58.3333333333% - 32px);
}

.flex-7 {
  flex: 7;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-8 {
  width: 66.6666666667%;
}

.grid > .col-8,
.grid--middle > .col-8 {
  width: calc(66.6666666667% - 32px);
}

.flex-8 {
  flex: 8;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-9 {
  width: 75%;
}

.grid > .col-9,
.grid--middle > .col-9 {
  width: calc(75% - 32px);
}

.flex-9 {
  flex: 9;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-10 {
  width: 83.3333333333%;
}

.grid > .col-10,
.grid--middle > .col-10 {
  width: calc(83.3333333333% - 32px);
}

.flex-10 {
  flex: 10;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-11 {
  width: 91.6666666667%;
}

.grid > .col-11,
.grid--middle > .col-11 {
  width: calc(91.6666666667% - 32px);
}

.flex-11 {
  flex: 11;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-12 {
  width: 100%;
}

.grid > .col-12,
.grid--middle > .col-12 {
  width: calc(100% - 32px);
}

.flex-12 {
  flex: 12;
  width: auto;
  min-width: 0;
  margin-top: 0 !important;
}

.col-first {
  order: -1;
}

@media (min-width: 480px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .grid > .col-sm-1,
  .grid--middle > .col-sm-1 {
    width: calc(8.3333333333% - 32px);
  }

  .flex-sm-1 {
    flex: 1;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .grid > .col-sm-2,
  .grid--middle > .col-sm-2 {
    width: calc(16.6666666667% - 32px);
  }

  .flex-sm-2 {
    flex: 2;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-3 {
    width: 25%;
  }

  .grid > .col-sm-3,
  .grid--middle > .col-sm-3 {
    width: calc(25% - 32px);
  }

  .flex-sm-3 {
    flex: 3;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .grid > .col-sm-4,
  .grid--middle > .col-sm-4 {
    width: calc(33.3333333333% - 32px);
  }

  .flex-sm-4 {
    flex: 4;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .grid > .col-sm-5,
  .grid--middle > .col-sm-5 {
    width: calc(41.6666666667% - 32px);
  }

  .flex-sm-5 {
    flex: 5;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-6 {
    width: 50%;
  }

  .grid > .col-sm-6,
  .grid--middle > .col-sm-6 {
    width: calc(50% - 32px);
  }

  .flex-sm-6 {
    flex: 6;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .grid > .col-sm-7,
  .grid--middle > .col-sm-7 {
    width: calc(58.3333333333% - 32px);
  }

  .flex-sm-7 {
    flex: 7;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .grid > .col-sm-8,
  .grid--middle > .col-sm-8 {
    width: calc(66.6666666667% - 32px);
  }

  .flex-sm-8 {
    flex: 8;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-9 {
    width: 75%;
  }

  .grid > .col-sm-9,
  .grid--middle > .col-sm-9 {
    width: calc(75% - 32px);
  }

  .flex-sm-9 {
    flex: 9;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .grid > .col-sm-10,
  .grid--middle > .col-sm-10 {
    width: calc(83.3333333333% - 32px);
  }

  .flex-sm-10 {
    flex: 10;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .grid > .col-sm-11,
  .grid--middle > .col-sm-11 {
    width: calc(91.6666666667% - 32px);
  }

  .flex-sm-11 {
    flex: 11;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-12 {
    width: 100%;
  }

  .grid > .col-sm-12,
  .grid--middle > .col-sm-12 {
    width: calc(100% - 32px);
  }

  .flex-sm-12 {
    flex: 12;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-sm-first {
    order: -1;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }

  .grid > .col-md-1,
  .grid--middle > .col-md-1 {
    width: calc(8.3333333333% - 32px);
  }

  .flex-md-1 {
    flex: 1;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .grid > .col-md-2,
  .grid--middle > .col-md-2 {
    width: calc(16.6666666667% - 32px);
  }

  .flex-md-2 {
    flex: 2;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-3 {
    width: 25%;
  }

  .grid > .col-md-3,
  .grid--middle > .col-md-3 {
    width: calc(25% - 32px);
  }

  .flex-md-3 {
    flex: 3;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .grid > .col-md-4,
  .grid--middle > .col-md-4 {
    width: calc(33.3333333333% - 32px);
  }

  .flex-md-4 {
    flex: 4;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .grid > .col-md-5,
  .grid--middle > .col-md-5 {
    width: calc(41.6666666667% - 32px);
  }

  .flex-md-5 {
    flex: 5;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-6 {
    width: 50%;
  }

  .grid > .col-md-6,
  .grid--middle > .col-md-6 {
    width: calc(50% - 32px);
  }

  .flex-md-6 {
    flex: 6;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .grid > .col-md-7,
  .grid--middle > .col-md-7 {
    width: calc(58.3333333333% - 32px);
  }

  .flex-md-7 {
    flex: 7;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .grid > .col-md-8,
  .grid--middle > .col-md-8 {
    width: calc(66.6666666667% - 32px);
  }

  .flex-md-8 {
    flex: 8;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-9 {
    width: 75%;
  }

  .grid > .col-md-9,
  .grid--middle > .col-md-9 {
    width: calc(75% - 32px);
  }

  .flex-md-9 {
    flex: 9;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .grid > .col-md-10,
  .grid--middle > .col-md-10 {
    width: calc(83.3333333333% - 32px);
  }

  .flex-md-10 {
    flex: 10;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .grid > .col-md-11,
  .grid--middle > .col-md-11 {
    width: calc(91.6666666667% - 32px);
  }

  .flex-md-11 {
    flex: 11;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-12 {
    width: 100%;
  }

  .grid > .col-md-12,
  .grid--middle > .col-md-12 {
    width: calc(100% - 32px);
  }

  .flex-md-12 {
    flex: 12;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-md-first {
    order: -1;
  }
}

@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .grid > .col-lg-1,
  .grid--middle > .col-lg-1 {
    width: calc(8.3333333333% - 32px);
  }

  .flex-lg-1 {
    flex: 1;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .grid > .col-lg-2,
  .grid--middle > .col-lg-2 {
    width: calc(16.6666666667% - 32px);
  }

  .flex-lg-2 {
    flex: 2;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-3 {
    width: 25%;
  }

  .grid > .col-lg-3,
  .grid--middle > .col-lg-3 {
    width: calc(25% - 32px);
  }

  .flex-lg-3 {
    flex: 3;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .grid > .col-lg-4,
  .grid--middle > .col-lg-4 {
    width: calc(33.3333333333% - 32px);
  }

  .flex-lg-4 {
    flex: 4;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .grid > .col-lg-5,
  .grid--middle > .col-lg-5 {
    width: calc(41.6666666667% - 32px);
  }

  .flex-lg-5 {
    flex: 5;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-6 {
    width: 50%;
  }

  .grid > .col-lg-6,
  .grid--middle > .col-lg-6 {
    width: calc(50% - 32px);
  }

  .flex-lg-6 {
    flex: 6;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .grid > .col-lg-7,
  .grid--middle > .col-lg-7 {
    width: calc(58.3333333333% - 32px);
  }

  .flex-lg-7 {
    flex: 7;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .grid > .col-lg-8,
  .grid--middle > .col-lg-8 {
    width: calc(66.6666666667% - 32px);
  }

  .flex-lg-8 {
    flex: 8;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-9 {
    width: 75%;
  }

  .grid > .col-lg-9,
  .grid--middle > .col-lg-9 {
    width: calc(75% - 32px);
  }

  .flex-lg-9 {
    flex: 9;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .grid > .col-lg-10,
  .grid--middle > .col-lg-10 {
    width: calc(83.3333333333% - 32px);
  }

  .flex-lg-10 {
    flex: 10;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .grid > .col-lg-11,
  .grid--middle > .col-lg-11 {
    width: calc(91.6666666667% - 32px);
  }

  .flex-lg-11 {
    flex: 11;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-12 {
    width: 100%;
  }

  .grid > .col-lg-12,
  .grid--middle > .col-lg-12 {
    width: calc(100% - 32px);
  }

  .flex-lg-12 {
    flex: 12;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-lg-first {
    order: -1;
  }
}

@media (min-width: 1280px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }

  .grid > .col-xl-1,
  .grid--middle > .col-xl-1 {
    width: calc(8.3333333333% - 32px);
  }

  .flex-xl-1 {
    flex: 1;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .grid > .col-xl-2,
  .grid--middle > .col-xl-2 {
    width: calc(16.6666666667% - 32px);
  }

  .flex-xl-2 {
    flex: 2;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-3 {
    width: 25%;
  }

  .grid > .col-xl-3,
  .grid--middle > .col-xl-3 {
    width: calc(25% - 32px);
  }

  .flex-xl-3 {
    flex: 3;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .grid > .col-xl-4,
  .grid--middle > .col-xl-4 {
    width: calc(33.3333333333% - 32px);
  }

  .flex-xl-4 {
    flex: 4;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .grid > .col-xl-5,
  .grid--middle > .col-xl-5 {
    width: calc(41.6666666667% - 32px);
  }

  .flex-xl-5 {
    flex: 5;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-6 {
    width: 50%;
  }

  .grid > .col-xl-6,
  .grid--middle > .col-xl-6 {
    width: calc(50% - 32px);
  }

  .flex-xl-6 {
    flex: 6;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .grid > .col-xl-7,
  .grid--middle > .col-xl-7 {
    width: calc(58.3333333333% - 32px);
  }

  .flex-xl-7 {
    flex: 7;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .grid > .col-xl-8,
  .grid--middle > .col-xl-8 {
    width: calc(66.6666666667% - 32px);
  }

  .flex-xl-8 {
    flex: 8;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-9 {
    width: 75%;
  }

  .grid > .col-xl-9,
  .grid--middle > .col-xl-9 {
    width: calc(75% - 32px);
  }

  .flex-xl-9 {
    flex: 9;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .grid > .col-xl-10,
  .grid--middle > .col-xl-10 {
    width: calc(83.3333333333% - 32px);
  }

  .flex-xl-10 {
    flex: 10;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .grid > .col-xl-11,
  .grid--middle > .col-xl-11 {
    width: calc(91.6666666667% - 32px);
  }

  .flex-xl-11 {
    flex: 11;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-12 {
    width: 100%;
  }

  .grid > .col-xl-12,
  .grid--middle > .col-xl-12 {
    width: calc(100% - 32px);
  }

  .flex-xl-12 {
    flex: 12;
    width: auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .col-xl-first {
    order: -1;
  }
}

.site-acf h1,
.site-acf h2 {
  padding-bottom: 22px;
  margin-bottom: 32px;
  position: relative;
}

.site-acf h1::after,
.site-acf h2::after {
  content: "";
  display: block;
  border-top: 2px solid #006747;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero,
.hero--dark,
.hero--gray {
  padding-top: calc(3.7375em + 32px + 8.7%) !important;
  padding-bottom: 32px !important;
  color: white;
  z-index: 20;
}

@media print {
  .hero,
  .hero--dark,
  .hero--gray {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.hero--header-compensate {
  height: 3.7375em;
}

.hero--over-next {
  padding-top: calc(3.7375em + 32px) !important;
}

.hero--over-next + * {
  margin-top: 32px !important;
}

.hero--over-next > .container,
.hero--over-next > .container--large,
.hero--over-next > .container--medium {
  margin-bottom: -96px;
}

.hero--fullscreen {
  padding-bottom: calc(3.7375em + 32px + 8.7%) !important;
}

@media (min-width: 1024px) {
  .hero--fullscreen {
    min-height: 100vh;
  }
}

.hero--gray {
  background: #eef0f2;
}

.hero--dark {
  position: relative;
}

.hero--dark:before,
.hero--dark:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(42, 45, 49, 0.75) 0%, rgba(42, 45, 49, 0) 100%);
  position: absolute;
  z-index: 1;
}

.hero--dark:before {
  height: 234.17px;
  mix-blend-mode: multiply;
}

.hero--dark:after {
  background: linear-gradient(0deg, rgba(42, 45, 49, 0.2), rgba(42, 45, 49, 0.2));
}

.hero--put-back {
  z-index: 1;
}

.hero h1,
.hero--gray h1,
.hero--dark h1 {
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.hero h1::after,
.hero--gray h1::after,
.hero--dark h1::after {
  border-top: 2px solid #FFF;
}

.hero h2::after,
.hero--gray h2::after,
.hero--dark h2::after {
  margin-top: 18px;
  margin-bottom: -6px;
}

.hero .title,
.hero .title--tiny,
.hero .title--small,
.hero--gray .title,
.hero--gray .title--tiny,
.hero--gray .title--small,
.hero--dark .title,
.hero--dark .title--tiny,
.hero--dark .title--small {
  color: inherit;
}

.hero__small {
  font-size: 0.8em;
  font-style: italic;
}

.with-dark-overlay:before,
.with-dark-overlay:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
}

.with-dark-overlay:after {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.search-results .hero--dark.fkg-ss-hero-dark h1,
.single-post .hero--dark.fkg-ss-hero-dark h1 {
  margin-bottom: 32px;
}

.history-section .icon::before {
  vertical-align: middle;
}

.image--shadow {
  box-shadow: 0 1em 3em rgba(0, 0, 0, 0.2);
}

.image--with-card img {
  vertical-align: middle;
}

@media (min-width: 480px) {
  .image--with-card {
    padding-left: 32px;
  }

  .image--with-card .image {
    margin-left: -32px;
  }
}

.image--with-card .card,
.image--with-card .card--gray {
  margin-top: -11%;
  margin-left: auto;
}

.image--right {
  float: right;
  margin-left: 32px;
  margin-bottom: 32px;
}

.image--hover .card,
.image--hover .card--gray {
  transition: border 0.25s, color 0.25s;
  border-bottom: 0.208vw solid rgba(0, 0, 0, 0);
}

.image--hover:hover .card,
.image--hover:hover .card--gray {
  color: #006747;
  border-bottom-color: #006747;
}

.image--beige {
  background: #f8f5ef;
  padding: 32px;
  border: 1px solid #dbd6c9;
}

* + .image__caption {
  margin-top: 1em;
}

.image--rotate {
  position: relative;
}

.image--rotate img {
  vertical-align: middle;
  position: relative;
}

.image--rotate .image__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateZ(0) rotate(0.1deg);
  transition: transform 500ms;
}

.carousel--show-1 .image--rotate .image__circle {
  transform: rotate(120deg);
}

.carousel--show-2 .image--rotate .image__circle {
  transform: rotate(239.9deg);
}

.image--rotate .image__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 250ms;
}

.carousel--show-0 .image--rotate .image__slide:nth-child(1) {
  opacity: 1;
}

.carousel--show-1 .image--rotate .image__slide:nth-child(2) {
  opacity: 1;
}

.carousel--show-2 .image--rotate .image__slide:nth-child(3) {
  opacity: 1;
}

.image--rotate .image__label {
  position: absolute;
  top: 39%;
  left: 28%;
  line-height: 1.2;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
  font-size: calc(0.5em + 0.55vw);
  transition: color 0.25s;
  cursor: pointer;
}

.image--rotate .image__label:nth-child(2) {
  position: absolute;
  left: 72%;
}

.image--rotate .image__label:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 72%;
}

.carousel--show-0 .image--rotate .image__label:nth-child(1) {
  color: white;
}

.carousel--show-1 .image--rotate .image__label:nth-child(2) {
  color: white;
}

.carousel--show-2 .image--rotate .image__label:nth-child(3) {
  color: white;
}

.thumbnail {
  background: center no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 58%;
}

@media (max-width: 479px) {
  img.fr-dib {
    max-width: 100% !important;
  }
}

.label,
.label--bottom-left,
.label--top-left {
  position: absolute;
  width: 20% !important;
}

.label--top-left {
  top: 0;
  left: 0;
}

.label--bottom-left {
  bottom: 0;
  left: 0;
}

.link,
.link--caps,
.link--small,
.prev-next {
  display: inline-block;
  display: inline-flex;
  flex-flow: row;
  align-items: center;
}

.link__icon,
.link__icon--last {
  margin-right: 1.6em;
  margin-top: -0.15em;
}

.link__icon--last {
  order: 1;
  margin-left: 1em;
  margin-right: 0;
}

.link__icon + *,
.link__icon--last + * {
  text-align: left;
}

.link--small,
.prev-next {
  font-size: 13px;
}

.link--caps,
.link--small,
.prev-next {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: none;
}

.link--more {
  border-bottom: none;
}

.link--more svg {
  vertical-align: -0.07em;
}

.link--more::after {
  content: "";
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  top: -2px;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
  background-image: url(../images/icon-arrow-green.svg?858a88e66a5060985d10ce8dac91b1b8);
}

.link--underlined {
  border-bottom: 1px solid;
}

.list li {
  margin-top: 0;
}

.mega {
  font-size: 0.92em;
  line-height: 1.2;
  background: white;
  font-weight: 500;
  color: #60636a;
  text-align: left;
  margin: 0;
}

.mega__columns {
  width: 100%;
  padding: 0 3em;
}

@media (min-width: 1124px) {
  .mega__columns {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-rule: solid 1px #e5e5e5;
         column-rule: solid 1px #e5e5e5;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

@media (max-width: 1224px) {
  .mega {
    background: #eee;
  }
}

@media (min-width: 1225px) {
  .mega {
    margin-top: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: -0.83em 1.41em 1.66em 0 rgba(60, 67, 68, 0.15);
    padding: 3.2em 1.6em;
    border-bottom: 4px solid #006747;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }

  .mega li {
    position: relative;
  }

  .mega li:before {
    content: "";
    background: url(../images/arrow.svg?28e4217e620d2e982f705aeb86789db8) no-repeat;
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: 1em;
    opacity: 0;
    transition: 0.25s;
    transform: translateX(-0.5em);
  }

  .mega li a {
    transition: color 0.25s;
  }

  .mega li:hover:before {
    opacity: 1;
    transform: translateX(0);
  }

  .mega li:hover a {
    color: #006747;
  }

  .mega * + li {
    margin-top: 2em;
  }

  .mega__column {
    border-left: 1px solid #e3e3e3;
    padding: 0 3em;
  }

  .mega__column:first-child {
    border-left: none;
  }
}

.navigation {
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
}

@media (max-width: 1224px) {
  .navigation {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    color: #60636a;
    text-align: left;
    border: 1px solid #eee;
    border-bottom: 3px solid #006747;
    left: 32px;
    font-weight: 500;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
    transform: translate3d(0, -100%, 0);
  }

  .navigation.popup--visible {
    transform: translate3d(0, 0, 0);
  }

  .navigation li {
    margin: 0;
  }

  .navigation a {
    display: block;
    padding: 1em 2em;
    border-top: 1px solid #eee;
  }

  .navigation__item--dropdown {
    position: relative;
  }

  .navigation__item--dropdown svg {
    display: none;
  }
}

.navigation__chevron {
  position: absolute;
  top: 1px;
  right: 0;
  height: 3.75em;
  width: 3.75em;
  border-left: #eee solid 1px;
  cursor: pointer;
  background: url(../images/chevron-down.svg?de855a7267df930e20d6fe71486cf028) center no-repeat;
  background-size: 1em;
}

.navigation__chevron.\--on {
  background-color: #eee;
}

.navigation__close {
  font-weight: normal;
  padding-right: 3em;
  font-size: 1.5384615385em;
  height: 3.7375em;
  line-height: 3.9375em;
  text-align: right;
  cursor: pointer;
  background: url(../images/close.svg?ab02ae4f156917c674ff207a03e4acb0) no-repeat calc(100% - 1em) 50%;
  background-size: 1em;
}

.navigation__item--active {
  font-weight: bold;
  letter-spacing: 0.138em;
}

.navigation__bar {
  display: none;
}

@media (min-width: 1225px) {
  .navigation {
    display: inline-block !important;
    opacity: 1 !important;
  }

  .navigation__chevron,
  .navigation__close {
    display: none !important;
  }

  .navigation__item,
  .navigation__item--active,
  .navigation__icon {
    display: inline-block;
    margin: 0 0 0 2.2vw;
    padding: 2em 0;
  }

  .navigation__item:nth-of-type(2),
  .navigation__item--active:nth-of-type(2),
  .navigation__icon:nth-of-type(2) {
    margin-left: 0;
  }

  .navigation__bar {
    height: 3px;
    background: #006747;
    position: absolute;
    bottom: 0;
    transition: 0.25s;
    opacity: 0;
    display: block;
  }

  .navigation__bar--visible {
    opacity: 1;
  }
}

.popup {
  transition: opacity 0.25s, transform 0.25s;
  display: none;
  opacity: 0;
}

.popup--enabled {
  display: block;
}

.popup--visible {
  opacity: 1;
}

.popup--slide {
  display: block;
  transition: 0.25s;
  overflow: hidden;
  max-height: 0;
}

.popup--slide.popup--visible {
  max-height: 5000px;
}

.popup-toggle {
  color: #006747;
  cursor: pointer;
}

.popup-toggle path {
  fill: #006747;
}

.popup-toggle svg {
  transition: transform 0.25s;
}

.popup-toggle.\--on svg {
  transform: scaleY(-1);
}

.prev-next {
  display: block !important;
  padding: 0 calc(26px + 1.875vw);
  text-align: center;
}

.prev-next + .separator--long,
.separator--long + .prev-next {
  margin-top: 0;
}

@media (min-width: 768px) {
  .prev-next .container,
  .prev-next .container--large,
  .prev-next .container--medium {
    display: flex;
  }
}

.prev-next li {
  flex: 1 0;
  margin: 0;
  padding: calc(32px + 0.5vw);
}

.prev-next li:first-child {
  border-bottom: #e5e5e5 1px solid;
}

@media (min-width: 768px) {
  .prev-next li {
    padding: calc(32px + 0.5vw) 0;
    text-align: right;
  }

  .prev-next li:first-child {
    text-align: left;
    border-bottom: none;
    border-right: #e5e5e5 1px solid;
  }
}

.prev-next svg {
  font-size: 2em;
}

.prev-next path {
  fill: #60636a;
}

.preview {
  padding-right: 18em;
  white-space: nowrap;
  margin: 0;
  color: white;
  font-size: 0.5em;
  position: relative;
}

@media (min-width: 1024px) {
  .preview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 24;
  }
}

.preview path {
  fill: white;
}

.preview__image {
  padding-bottom: 33.3%;
  vertical-align: middle;
  display: block;
  position: relative;
  transform: translateZ(0);
  transition: transform 0.25s;
}

.preview__image::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 222;
  transition: opacity 0.25s;
}

.preview__image:hover::before {
  opacity: 0.4;
}

.\--active .preview__image {
  cursor: default;
  transform: scale(1.4);
}

.\--active .preview__image::before {
  opacity: 0;
}

.preview__item {
  display: inline-block;
  margin: 0;
  background: white;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  border-top: solid 4px rgba(255, 255, 255, 0);
  transition: border-top 100ms ease;
}

.preview__item.\--active {
  border-top: solid 4px #006747;
}

.preview__container {
  transition: transform 0.25s;
}

.preview__all {
  position: absolute;
  top: 0;
  right: 0;
  width: 19.6em;
  height: 100%;
  background: #006747;
  margin: 0;
}

.preview__all > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -1em;
}

.preview__bar {
  position: absolute;
  z-index: -1;
  top: 0;
  margin: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.preview__chevron {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 25;
  font-size: 2em;
  margin-bottom: 1em;
}

.preview__chevron path {
  fill: white;
}

.preview__counter {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 25;
  margin: 1em;
  font-size: 2em;
  font-weight: 300;
  opacity: 0.75;
}

.preview--length-3 .preview__container .preview__item {
  width: 50%;
  margin-left: -4px;
}

.carousel--show-0 .preview--length-3 .preview__container {
  transform: translateX(0%);
}

.carousel--show-1 .preview--length-3 .preview__container {
  transform: translateX(-25%);
}

.carousel--show-2 .preview--length-3 .preview__container {
  transform: translateX(-50%);
}

@media (min-width: 480px) {
  .preview--length-3 .preview__container .preview__item {
    width: 33.333%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-3 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-3 .preview__container {
    transform: translateX(0.0005%);
  }

  .carousel--show-2 .preview--length-3 .preview__container {
    transform: translateX(0.001%);
  }
}

@media (min-width: 1024px) {
  .preview--length-3 .preview__container .preview__item {
    width: 25%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-3 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-3 .preview__container {
    transform: translateX(12.5%);
  }

  .carousel--show-2 .preview--length-3 .preview__container {
    transform: translateX(25%);
  }
}

@media (min-width: 1280px) {
  .preview--length-3 .preview__container .preview__item {
    width: 20.75%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-3 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-3 .preview__container {
    transform: translateX(18.875%);
  }

  .carousel--show-2 .preview--length-3 .preview__container {
    transform: translateX(37.75%);
  }
}

.preview--length-3 .preview__counter:after {
  content: " / 3";
}

.carousel--show-0 .preview--length-3 .preview__counter:before {
  content: "1";
}

.carousel--show-1 .preview--length-3 .preview__counter:before {
  content: "2";
}

.carousel--show-2 .preview--length-3 .preview__counter:before {
  content: "3";
}

.preview--length-4 .preview__container .preview__item {
  width: 50%;
  margin-left: -4px;
}

.carousel--show-0 .preview--length-4 .preview__container {
  transform: translateX(0%);
}

.carousel--show-1 .preview--length-4 .preview__container {
  transform: translateX(-33.3333333333%);
}

.carousel--show-2 .preview--length-4 .preview__container {
  transform: translateX(-66.6666666667%);
}

.carousel--show-3 .preview--length-4 .preview__container {
  transform: translateX(-100%);
}

@media (min-width: 480px) {
  .preview--length-4 .preview__container .preview__item {
    width: 33.333%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-4 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-4 .preview__container {
    transform: translateX(-11.1106666667%);
  }

  .carousel--show-2 .preview--length-4 .preview__container {
    transform: translateX(-22.2213333333%);
  }

  .carousel--show-3 .preview--length-4 .preview__container {
    transform: translateX(-33.332%);
  }
}

@media (min-width: 1024px) {
  .preview--length-4 .preview__container .preview__item {
    width: 25%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-4 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-4 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-2 .preview--length-4 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-3 .preview--length-4 .preview__container {
    transform: translateX(0%);
  }
}

@media (min-width: 1280px) {
  .preview--length-4 .preview__container .preview__item {
    width: 20.75%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-4 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-4 .preview__container {
    transform: translateX(5.6666666667%);
  }

  .carousel--show-2 .preview--length-4 .preview__container {
    transform: translateX(11.3333333333%);
  }

  .carousel--show-3 .preview--length-4 .preview__container {
    transform: translateX(17%);
  }
}

.preview--length-4 .preview__counter:after {
  content: " / 4";
}

.carousel--show-0 .preview--length-4 .preview__counter:before {
  content: "1";
}

.carousel--show-1 .preview--length-4 .preview__counter:before {
  content: "2";
}

.carousel--show-2 .preview--length-4 .preview__counter:before {
  content: "3";
}

.carousel--show-3 .preview--length-4 .preview__counter:before {
  content: "4";
}

.preview--length-5 .preview__container .preview__item {
  width: 50%;
  margin-left: -4px;
}

.carousel--show-0 .preview--length-5 .preview__container {
  transform: translateX(0%);
}

.carousel--show-1 .preview--length-5 .preview__container {
  transform: translateX(-37.5%);
}

.carousel--show-2 .preview--length-5 .preview__container {
  transform: translateX(-75%);
}

.carousel--show-3 .preview--length-5 .preview__container {
  transform: translateX(-112.5%);
}

.carousel--show-4 .preview--length-5 .preview__container {
  transform: translateX(-150%);
}

@media (min-width: 480px) {
  .preview--length-5 .preview__container .preview__item {
    width: 33.333%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-5 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-5 .preview__container {
    transform: translateX(-16.66625%);
  }

  .carousel--show-2 .preview--length-5 .preview__container {
    transform: translateX(-33.3325%);
  }

  .carousel--show-3 .preview--length-5 .preview__container {
    transform: translateX(-49.99875%);
  }

  .carousel--show-4 .preview--length-5 .preview__container {
    transform: translateX(-66.665%);
  }
}

@media (min-width: 1024px) {
  .preview--length-5 .preview__container .preview__item {
    width: 25%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-5 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-5 .preview__container {
    transform: translateX(-6.25%);
  }

  .carousel--show-2 .preview--length-5 .preview__container {
    transform: translateX(-12.5%);
  }

  .carousel--show-3 .preview--length-5 .preview__container {
    transform: translateX(-18.75%);
  }

  .carousel--show-4 .preview--length-5 .preview__container {
    transform: translateX(-25%);
  }
}

@media (min-width: 1280px) {
  .preview--length-5 .preview__container .preview__item {
    width: 20.75%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-5 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-5 .preview__container {
    transform: translateX(-0.9375%);
  }

  .carousel--show-2 .preview--length-5 .preview__container {
    transform: translateX(-1.875%);
  }

  .carousel--show-3 .preview--length-5 .preview__container {
    transform: translateX(-2.8125%);
  }

  .carousel--show-4 .preview--length-5 .preview__container {
    transform: translateX(-3.75%);
  }
}

.preview--length-5 .preview__counter:after {
  content: " / 5";
}

.carousel--show-0 .preview--length-5 .preview__counter:before {
  content: "1";
}

.carousel--show-1 .preview--length-5 .preview__counter:before {
  content: "2";
}

.carousel--show-2 .preview--length-5 .preview__counter:before {
  content: "3";
}

.carousel--show-3 .preview--length-5 .preview__counter:before {
  content: "4";
}

.carousel--show-4 .preview--length-5 .preview__counter:before {
  content: "5";
}

.preview--length-6 .preview__container .preview__item {
  width: 50%;
  margin-left: -4px;
}

.carousel--show-0 .preview--length-6 .preview__container {
  transform: translateX(0%);
}

.carousel--show-1 .preview--length-6 .preview__container {
  transform: translateX(-40%);
}

.carousel--show-2 .preview--length-6 .preview__container {
  transform: translateX(-80%);
}

.carousel--show-3 .preview--length-6 .preview__container {
  transform: translateX(-120%);
}

.carousel--show-4 .preview--length-6 .preview__container {
  transform: translateX(-160%);
}

.carousel--show-5 .preview--length-6 .preview__container {
  transform: translateX(-200%);
}

@media (min-width: 480px) {
  .preview--length-6 .preview__container .preview__item {
    width: 33.333%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-6 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-6 .preview__container {
    transform: translateX(-19.9996%);
  }

  .carousel--show-2 .preview--length-6 .preview__container {
    transform: translateX(-39.9992%);
  }

  .carousel--show-3 .preview--length-6 .preview__container {
    transform: translateX(-59.9988%);
  }

  .carousel--show-4 .preview--length-6 .preview__container {
    transform: translateX(-79.9984%);
  }

  .carousel--show-5 .preview--length-6 .preview__container {
    transform: translateX(-99.998%);
  }
}

@media (min-width: 1024px) {
  .preview--length-6 .preview__container .preview__item {
    width: 25%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-6 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-6 .preview__container {
    transform: translateX(-10%);
  }

  .carousel--show-2 .preview--length-6 .preview__container {
    transform: translateX(-20%);
  }

  .carousel--show-3 .preview--length-6 .preview__container {
    transform: translateX(-30%);
  }

  .carousel--show-4 .preview--length-6 .preview__container {
    transform: translateX(-40%);
  }

  .carousel--show-5 .preview--length-6 .preview__container {
    transform: translateX(-50%);
  }
}

@media (min-width: 1280px) {
  .preview--length-6 .preview__container .preview__item {
    width: 20.75%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-6 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-6 .preview__container {
    transform: translateX(-4.9%);
  }

  .carousel--show-2 .preview--length-6 .preview__container {
    transform: translateX(-9.8%);
  }

  .carousel--show-3 .preview--length-6 .preview__container {
    transform: translateX(-14.7%);
  }

  .carousel--show-4 .preview--length-6 .preview__container {
    transform: translateX(-19.6%);
  }

  .carousel--show-5 .preview--length-6 .preview__container {
    transform: translateX(-24.5%);
  }
}

.preview--length-6 .preview__counter:after {
  content: " / 6";
}

.carousel--show-0 .preview--length-6 .preview__counter:before {
  content: "1";
}

.carousel--show-1 .preview--length-6 .preview__counter:before {
  content: "2";
}

.carousel--show-2 .preview--length-6 .preview__counter:before {
  content: "3";
}

.carousel--show-3 .preview--length-6 .preview__counter:before {
  content: "4";
}

.carousel--show-4 .preview--length-6 .preview__counter:before {
  content: "5";
}

.carousel--show-5 .preview--length-6 .preview__counter:before {
  content: "6";
}

.preview--length-7 .preview__container .preview__item {
  width: 50%;
  margin-left: -4px;
}

.carousel--show-0 .preview--length-7 .preview__container {
  transform: translateX(0%);
}

.carousel--show-1 .preview--length-7 .preview__container {
  transform: translateX(-41.6666666667%);
}

.carousel--show-2 .preview--length-7 .preview__container {
  transform: translateX(-83.3333333333%);
}

.carousel--show-3 .preview--length-7 .preview__container {
  transform: translateX(-125%);
}

.carousel--show-4 .preview--length-7 .preview__container {
  transform: translateX(-166.6666666667%);
}

.carousel--show-5 .preview--length-7 .preview__container {
  transform: translateX(-208.3333333333%);
}

.carousel--show-6 .preview--length-7 .preview__container {
  transform: translateX(-250%);
}

@media (min-width: 480px) {
  .preview--length-7 .preview__container .preview__item {
    width: 33.333%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-7 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-7 .preview__container {
    transform: translateX(-22.2218333333%);
  }

  .carousel--show-2 .preview--length-7 .preview__container {
    transform: translateX(-44.4436666667%);
  }

  .carousel--show-3 .preview--length-7 .preview__container {
    transform: translateX(-66.6655%);
  }

  .carousel--show-4 .preview--length-7 .preview__container {
    transform: translateX(-88.8873333333%);
  }

  .carousel--show-5 .preview--length-7 .preview__container {
    transform: translateX(-111.1091666667%);
  }

  .carousel--show-6 .preview--length-7 .preview__container {
    transform: translateX(-133.331%);
  }
}

@media (min-width: 1024px) {
  .preview--length-7 .preview__container .preview__item {
    width: 25%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-7 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-7 .preview__container {
    transform: translateX(-12.5%);
  }

  .carousel--show-2 .preview--length-7 .preview__container {
    transform: translateX(-25%);
  }

  .carousel--show-3 .preview--length-7 .preview__container {
    transform: translateX(-37.5%);
  }

  .carousel--show-4 .preview--length-7 .preview__container {
    transform: translateX(-50%);
  }

  .carousel--show-5 .preview--length-7 .preview__container {
    transform: translateX(-62.5%);
  }

  .carousel--show-6 .preview--length-7 .preview__container {
    transform: translateX(-75%);
  }
}

@media (min-width: 1280px) {
  .preview--length-7 .preview__container .preview__item {
    width: 20.75%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-7 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-7 .preview__container {
    transform: translateX(-7.5416666667%);
  }

  .carousel--show-2 .preview--length-7 .preview__container {
    transform: translateX(-15.0833333333%);
  }

  .carousel--show-3 .preview--length-7 .preview__container {
    transform: translateX(-22.625%);
  }

  .carousel--show-4 .preview--length-7 .preview__container {
    transform: translateX(-30.1666666667%);
  }

  .carousel--show-5 .preview--length-7 .preview__container {
    transform: translateX(-37.7083333333%);
  }

  .carousel--show-6 .preview--length-7 .preview__container {
    transform: translateX(-45.25%);
  }
}

.preview--length-7 .preview__counter:after {
  content: " / 7";
}

.carousel--show-0 .preview--length-7 .preview__counter:before {
  content: "1";
}

.carousel--show-1 .preview--length-7 .preview__counter:before {
  content: "2";
}

.carousel--show-2 .preview--length-7 .preview__counter:before {
  content: "3";
}

.carousel--show-3 .preview--length-7 .preview__counter:before {
  content: "4";
}

.carousel--show-4 .preview--length-7 .preview__counter:before {
  content: "5";
}

.carousel--show-5 .preview--length-7 .preview__counter:before {
  content: "6";
}

.carousel--show-6 .preview--length-7 .preview__counter:before {
  content: "7";
}

.preview--length-8 .preview__container .preview__item {
  width: 50%;
  margin-left: -4px;
}

.carousel--show-0 .preview--length-8 .preview__container {
  transform: translateX(0%);
}

.carousel--show-1 .preview--length-8 .preview__container {
  transform: translateX(-42.8571428571%);
}

.carousel--show-2 .preview--length-8 .preview__container {
  transform: translateX(-85.7142857143%);
}

.carousel--show-3 .preview--length-8 .preview__container {
  transform: translateX(-128.5714285714%);
}

.carousel--show-4 .preview--length-8 .preview__container {
  transform: translateX(-171.4285714286%);
}

.carousel--show-5 .preview--length-8 .preview__container {
  transform: translateX(-214.2857142857%);
}

.carousel--show-6 .preview--length-8 .preview__container {
  transform: translateX(-257.1428571429%);
}

.carousel--show-7 .preview--length-8 .preview__container {
  transform: translateX(-300%);
}

@media (min-width: 480px) {
  .preview--length-8 .preview__container .preview__item {
    width: 33.333%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-8 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-8 .preview__container {
    transform: translateX(-23.8091428571%);
  }

  .carousel--show-2 .preview--length-8 .preview__container {
    transform: translateX(-47.6182857143%);
  }

  .carousel--show-3 .preview--length-8 .preview__container {
    transform: translateX(-71.4274285714%);
  }

  .carousel--show-4 .preview--length-8 .preview__container {
    transform: translateX(-95.2365714286%);
  }

  .carousel--show-5 .preview--length-8 .preview__container {
    transform: translateX(-119.0457142857%);
  }

  .carousel--show-6 .preview--length-8 .preview__container {
    transform: translateX(-142.8548571429%);
  }

  .carousel--show-7 .preview--length-8 .preview__container {
    transform: translateX(-166.664%);
  }
}

@media (min-width: 1024px) {
  .preview--length-8 .preview__container .preview__item {
    width: 25%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-8 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-8 .preview__container {
    transform: translateX(-14.2857142857%);
  }

  .carousel--show-2 .preview--length-8 .preview__container {
    transform: translateX(-28.5714285714%);
  }

  .carousel--show-3 .preview--length-8 .preview__container {
    transform: translateX(-42.8571428571%);
  }

  .carousel--show-4 .preview--length-8 .preview__container {
    transform: translateX(-57.1428571429%);
  }

  .carousel--show-5 .preview--length-8 .preview__container {
    transform: translateX(-71.4285714286%);
  }

  .carousel--show-6 .preview--length-8 .preview__container {
    transform: translateX(-85.7142857143%);
  }

  .carousel--show-7 .preview--length-8 .preview__container {
    transform: translateX(-100%);
  }
}

@media (min-width: 1280px) {
  .preview--length-8 .preview__container .preview__item {
    width: 20.75%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-8 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-8 .preview__container {
    transform: translateX(-9.4285714286%);
  }

  .carousel--show-2 .preview--length-8 .preview__container {
    transform: translateX(-18.8571428571%);
  }

  .carousel--show-3 .preview--length-8 .preview__container {
    transform: translateX(-28.2857142857%);
  }

  .carousel--show-4 .preview--length-8 .preview__container {
    transform: translateX(-37.7142857143%);
  }

  .carousel--show-5 .preview--length-8 .preview__container {
    transform: translateX(-47.1428571429%);
  }

  .carousel--show-6 .preview--length-8 .preview__container {
    transform: translateX(-56.5714285714%);
  }

  .carousel--show-7 .preview--length-8 .preview__container {
    transform: translateX(-66%);
  }
}

.preview--length-8 .preview__counter:after {
  content: " / 8";
}

.carousel--show-0 .preview--length-8 .preview__counter:before {
  content: "1";
}

.carousel--show-1 .preview--length-8 .preview__counter:before {
  content: "2";
}

.carousel--show-2 .preview--length-8 .preview__counter:before {
  content: "3";
}

.carousel--show-3 .preview--length-8 .preview__counter:before {
  content: "4";
}

.carousel--show-4 .preview--length-8 .preview__counter:before {
  content: "5";
}

.carousel--show-5 .preview--length-8 .preview__counter:before {
  content: "6";
}

.carousel--show-6 .preview--length-8 .preview__counter:before {
  content: "7";
}

.carousel--show-7 .preview--length-8 .preview__counter:before {
  content: "8";
}

.preview--length-9 .preview__container .preview__item {
  width: 50%;
  margin-left: -4px;
}

.carousel--show-0 .preview--length-9 .preview__container {
  transform: translateX(0%);
}

.carousel--show-1 .preview--length-9 .preview__container {
  transform: translateX(-43.75%);
}

.carousel--show-2 .preview--length-9 .preview__container {
  transform: translateX(-87.5%);
}

.carousel--show-3 .preview--length-9 .preview__container {
  transform: translateX(-131.25%);
}

.carousel--show-4 .preview--length-9 .preview__container {
  transform: translateX(-175%);
}

.carousel--show-5 .preview--length-9 .preview__container {
  transform: translateX(-218.75%);
}

.carousel--show-6 .preview--length-9 .preview__container {
  transform: translateX(-262.5%);
}

.carousel--show-7 .preview--length-9 .preview__container {
  transform: translateX(-306.25%);
}

.carousel--show-8 .preview--length-9 .preview__container {
  transform: translateX(-350%);
}

@media (min-width: 480px) {
  .preview--length-9 .preview__container .preview__item {
    width: 33.333%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-9 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-9 .preview__container {
    transform: translateX(-24.999625%);
  }

  .carousel--show-2 .preview--length-9 .preview__container {
    transform: translateX(-49.99925%);
  }

  .carousel--show-3 .preview--length-9 .preview__container {
    transform: translateX(-74.998875%);
  }

  .carousel--show-4 .preview--length-9 .preview__container {
    transform: translateX(-99.9985%);
  }

  .carousel--show-5 .preview--length-9 .preview__container {
    transform: translateX(-124.998125%);
  }

  .carousel--show-6 .preview--length-9 .preview__container {
    transform: translateX(-149.99775%);
  }

  .carousel--show-7 .preview--length-9 .preview__container {
    transform: translateX(-174.997375%);
  }

  .carousel--show-8 .preview--length-9 .preview__container {
    transform: translateX(-199.997%);
  }
}

@media (min-width: 1024px) {
  .preview--length-9 .preview__container .preview__item {
    width: 25%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-9 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-9 .preview__container {
    transform: translateX(-15.625%);
  }

  .carousel--show-2 .preview--length-9 .preview__container {
    transform: translateX(-31.25%);
  }

  .carousel--show-3 .preview--length-9 .preview__container {
    transform: translateX(-46.875%);
  }

  .carousel--show-4 .preview--length-9 .preview__container {
    transform: translateX(-62.5%);
  }

  .carousel--show-5 .preview--length-9 .preview__container {
    transform: translateX(-78.125%);
  }

  .carousel--show-6 .preview--length-9 .preview__container {
    transform: translateX(-93.75%);
  }

  .carousel--show-7 .preview--length-9 .preview__container {
    transform: translateX(-109.375%);
  }

  .carousel--show-8 .preview--length-9 .preview__container {
    transform: translateX(-125%);
  }
}

@media (min-width: 1280px) {
  .preview--length-9 .preview__container .preview__item {
    width: 20.75%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-9 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-9 .preview__container {
    transform: translateX(-10.84375%);
  }

  .carousel--show-2 .preview--length-9 .preview__container {
    transform: translateX(-21.6875%);
  }

  .carousel--show-3 .preview--length-9 .preview__container {
    transform: translateX(-32.53125%);
  }

  .carousel--show-4 .preview--length-9 .preview__container {
    transform: translateX(-43.375%);
  }

  .carousel--show-5 .preview--length-9 .preview__container {
    transform: translateX(-54.21875%);
  }

  .carousel--show-6 .preview--length-9 .preview__container {
    transform: translateX(-65.0625%);
  }

  .carousel--show-7 .preview--length-9 .preview__container {
    transform: translateX(-75.90625%);
  }

  .carousel--show-8 .preview--length-9 .preview__container {
    transform: translateX(-86.75%);
  }
}

.preview--length-9 .preview__counter:after {
  content: " / 9";
}

.carousel--show-0 .preview--length-9 .preview__counter:before {
  content: "1";
}

.carousel--show-1 .preview--length-9 .preview__counter:before {
  content: "2";
}

.carousel--show-2 .preview--length-9 .preview__counter:before {
  content: "3";
}

.carousel--show-3 .preview--length-9 .preview__counter:before {
  content: "4";
}

.carousel--show-4 .preview--length-9 .preview__counter:before {
  content: "5";
}

.carousel--show-5 .preview--length-9 .preview__counter:before {
  content: "6";
}

.carousel--show-6 .preview--length-9 .preview__counter:before {
  content: "7";
}

.carousel--show-7 .preview--length-9 .preview__counter:before {
  content: "8";
}

.carousel--show-8 .preview--length-9 .preview__counter:before {
  content: "9";
}

.preview--length-10 .preview__container .preview__item {
  width: 50%;
  margin-left: -4px;
}

.carousel--show-0 .preview--length-10 .preview__container {
  transform: translateX(0%);
}

.carousel--show-1 .preview--length-10 .preview__container {
  transform: translateX(-44.4444444444%);
}

.carousel--show-2 .preview--length-10 .preview__container {
  transform: translateX(-88.8888888889%);
}

.carousel--show-3 .preview--length-10 .preview__container {
  transform: translateX(-133.3333333333%);
}

.carousel--show-4 .preview--length-10 .preview__container {
  transform: translateX(-177.7777777778%);
}

.carousel--show-5 .preview--length-10 .preview__container {
  transform: translateX(-222.2222222222%);
}

.carousel--show-6 .preview--length-10 .preview__container {
  transform: translateX(-266.6666666667%);
}

.carousel--show-7 .preview--length-10 .preview__container {
  transform: translateX(-311.1111111111%);
}

.carousel--show-8 .preview--length-10 .preview__container {
  transform: translateX(-355.5555555556%);
}

.carousel--show-9 .preview--length-10 .preview__container {
  transform: translateX(-400%);
}

@media (min-width: 480px) {
  .preview--length-10 .preview__container .preview__item {
    width: 33.333%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-10 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-10 .preview__container {
    transform: translateX(-25.9255555556%);
  }

  .carousel--show-2 .preview--length-10 .preview__container {
    transform: translateX(-51.8511111111%);
  }

  .carousel--show-3 .preview--length-10 .preview__container {
    transform: translateX(-77.7766666667%);
  }

  .carousel--show-4 .preview--length-10 .preview__container {
    transform: translateX(-103.7022222222%);
  }

  .carousel--show-5 .preview--length-10 .preview__container {
    transform: translateX(-129.6277777778%);
  }

  .carousel--show-6 .preview--length-10 .preview__container {
    transform: translateX(-155.5533333333%);
  }

  .carousel--show-7 .preview--length-10 .preview__container {
    transform: translateX(-181.4788888889%);
  }

  .carousel--show-8 .preview--length-10 .preview__container {
    transform: translateX(-207.4044444444%);
  }

  .carousel--show-9 .preview--length-10 .preview__container {
    transform: translateX(-233.33%);
  }
}

@media (min-width: 1024px) {
  .preview--length-10 .preview__container .preview__item {
    width: 25%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-10 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-10 .preview__container {
    transform: translateX(-16.6666666667%);
  }

  .carousel--show-2 .preview--length-10 .preview__container {
    transform: translateX(-33.3333333333%);
  }

  .carousel--show-3 .preview--length-10 .preview__container {
    transform: translateX(-50%);
  }

  .carousel--show-4 .preview--length-10 .preview__container {
    transform: translateX(-66.6666666667%);
  }

  .carousel--show-5 .preview--length-10 .preview__container {
    transform: translateX(-83.3333333333%);
  }

  .carousel--show-6 .preview--length-10 .preview__container {
    transform: translateX(-100%);
  }

  .carousel--show-7 .preview--length-10 .preview__container {
    transform: translateX(-116.6666666667%);
  }

  .carousel--show-8 .preview--length-10 .preview__container {
    transform: translateX(-133.3333333333%);
  }

  .carousel--show-9 .preview--length-10 .preview__container {
    transform: translateX(-150%);
  }
}

@media (min-width: 1280px) {
  .preview--length-10 .preview__container .preview__item {
    width: 20.75%;
    margin-left: -4px;
  }

  .carousel--show-0 .preview--length-10 .preview__container {
    transform: translateX(0%);
  }

  .carousel--show-1 .preview--length-10 .preview__container {
    transform: translateX(-11.9444444444%);
  }

  .carousel--show-2 .preview--length-10 .preview__container {
    transform: translateX(-23.8888888889%);
  }

  .carousel--show-3 .preview--length-10 .preview__container {
    transform: translateX(-35.8333333333%);
  }

  .carousel--show-4 .preview--length-10 .preview__container {
    transform: translateX(-47.7777777778%);
  }

  .carousel--show-5 .preview--length-10 .preview__container {
    transform: translateX(-59.7222222222%);
  }

  .carousel--show-6 .preview--length-10 .preview__container {
    transform: translateX(-71.6666666667%);
  }

  .carousel--show-7 .preview--length-10 .preview__container {
    transform: translateX(-83.6111111111%);
  }

  .carousel--show-8 .preview--length-10 .preview__container {
    transform: translateX(-95.5555555556%);
  }

  .carousel--show-9 .preview--length-10 .preview__container {
    transform: translateX(-107.5%);
  }
}

.preview--length-10 .preview__counter:after {
  content: " / 10";
}

.carousel--show-0 .preview--length-10 .preview__counter:before {
  content: "1";
}

.carousel--show-1 .preview--length-10 .preview__counter:before {
  content: "2";
}

.carousel--show-2 .preview--length-10 .preview__counter:before {
  content: "3";
}

.carousel--show-3 .preview--length-10 .preview__counter:before {
  content: "4";
}

.carousel--show-4 .preview--length-10 .preview__counter:before {
  content: "5";
}

.carousel--show-5 .preview--length-10 .preview__counter:before {
  content: "6";
}

.carousel--show-6 .preview--length-10 .preview__counter:before {
  content: "7";
}

.carousel--show-7 .preview--length-10 .preview__counter:before {
  content: "8";
}

.carousel--show-8 .preview--length-10 .preview__counter:before {
  content: "9";
}

.carousel--show-9 .preview--length-10 .preview__counter:before {
  content: "10";
}

@media print {
  .print--hide,
  .tabs,
  .nf-form-cont .nf-breadcrumbs,
  .separator,
  .separator--long,
  .carousel__pagination {
    display: none !important;
  }
}

.quote {
  position: relative;
}

@media (min-width: 768px) {
  .quote__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 23.2%;
  }
}

.quote__photo img {
  width: 100%;
}

@media (max-width: 767px) {
  .quote__photo + .quote__card,
  .quote__photo + .quote__card--with-quote {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .quote__photo + .quote__card,
  .quote__photo + .quote__card--with-quote {
    margin-left: 20.5%;
    margin-top: 5%;
  }
}

.quote__card,
.quote__card--with-quote {
  padding: calc(29.8px + 0.6875vw) !important;
  text-align: right;
  position: relative;
}

.quote__card--with-quote:before {
  content: "";
  float: left;
  width: 4.0625vw;
  height: 4.0625vw;
  display: block;
  background: url(../images/quote.png?6f454e382a8e024408fb3ff9d2b3564e) no-repeat;
  background-size: contain;
  margin-right: calc(29.8px + 0.6875vw);
  margin-bottom: calc(29.8px + 0.6875vw);
}

.quote__text {
  font-style: italic;
  max-width: 800px;
  margin-left: auto;
}

.quote__text:before,
.quote__text:after {
  content: "\201C";
}

.quote__author {
  font-weight: 500;
}

.quote__author:before {
  content: "-";
  margin-right: 0.5em;
}

.quote__sub {
  font-size: 0.8em;
  margin-top: 0;
}

.hidden {
  display: none;
}

@media (max-width: 479px) {
  .hidden--xs {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden--sm {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hidden--md {
    display: none;
  }
}

@media (min-width: 480px) {
  .visible--xs {
    display: none;
  }
}

@media (min-width: 768px) {
  .visible--sm {
    display: none;
  }
}

@media (min-width: 1024px) {
  .visible--md {
    display: none;
  }
}

.section,
.careers-section,
.section--dark,
.section--beige,
.quote__card,
.quote__card--with-quote,
.section--wheat,
.section--gray,
.hero,
.hero--gray,
.hero--dark {
  padding-top: 52px;
  padding-bottom: 52px;
}

.section + *,
.careers-section + *,
.section--dark + *,
.section--beige + *,
.quote__card + *,
.quote__card--with-quote + *,
.section--wheat + *,
.section--gray + *,
.hero + *,
.hero--gray + *,
.hero--dark + * {
  margin-top: 0;
}

@media print {
  .section,
  .careers-section,
  .section--dark,
  .section--beige,
  .quote__card,
  .quote__card--with-quote,
  .section--wheat,
  .section--gray,
  .hero,
  .hero--gray,
  .hero--dark {
    padding: 0 0 32px;
  }
}

.section--tall {
  padding-top: calc(-10.8px + 13.375vw) !important;
  padding-bottom: calc(-10.8px + 13.375vw) !important;
}

.section--medium {
  padding-top: calc(13.8px + 5.6875vw) !important;
  padding-bottom: calc(13.8px + 5.6875vw) !important;
}

.section--short {
  padding: 32px;
}

.section--hidden {
  display: none !important;
}

.section--with-content + .section--with-tabs {
  padding-top: 0;
}

.section--gray {
  background-color: rgb(238, 238, 238) !important;
}

.section--wheat {
  background-color: #efeadb !important;
}

.section--beige,
.quote__card,
.quote__card--with-quote {
  overflow: hidden;
  background-color: #efeadb !important;
  box-shadow: -1.1em 1.3em 2.15em 0 rgba(60, 67, 68, 0.19);
}

.section--dark {
  color: white;
  background-color: #2A2D31 !important;
}

.section--dark .title,
.section--dark .title--tiny,
.section--dark .title--small,
.section--dark a,
.section--dark a:visited {
  color: inherit;
}

.section--dark path {
  fill: white;
}

.section__break,
.carousel__pagination {
  margin-top: calc(26px + 1.875vw);
}

.section__half-break {
  margin-top: calc(32.2px + -0.0625vw);
}

.section__image--left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc((100vw - 1148px) / 2 - 64px);
}

@media (max-width: 1441px) {
  .section__image--left {
    display: none;
  }
}

.separator,
.separator--long {
  border-top: 2px solid #006747;
  width: 3em;
}

.separator--long {
  border-top: 1px solid #e5e5e5;
  width: auto;
}

.share {
  position: fixed;
  z-index: 25;
  line-height: 1;
  top: 45vh;
  right: 0;
  display: flex;
  align-items: center;
  background: white;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  opacity: 1 !important;
  transition: transform 0.15s;
  transform: translate3d(14em, 0, 0);
}

.share path {
  fill: #60636a;
}

.share--visible {
  transform: translate3d(10em, 0, 0);
}

.share--visible.popup--visible {
  transform: translate3d(0, 0, 0);
}

.share__item {
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}

.share__item:hover {
  background: rgba(255, 255, 255, 0.98);
}

.share a,
.share span {
  border-left: 1px solid #eee;
  line-height: 2;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share svg {
  vertical-align: middle;
  font-size: 0.75em;
}

.table--list th {
  text-align: left;
  text-transform: uppercase;
}

.table--list th,
.table--list td {
  padding-bottom: 16px;
}

.tabs,
.nf-form-cont .nf-breadcrumbs {
  background: white;
  display: flex;
  flex-flow: row wrap;
  font-size: 14px !important;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-bottom: #cbccce 1px solid;
  border-right: #cbccce 1px solid;
  line-height: 1.2;
}

.tabs__tab,
.nf-form-cont .nf-breadcrumbs li {
  cursor: pointer;
  padding: 1.5em 1em 1.4em !important;
  border-left: #cbccce 1px solid;
  border-top: #cbccce 1px solid;
  transition: box-shadow 0.25s, border 0.25s;
  margin: 0;
  position: relative;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .tabs__tab.col-md-2-4,
  .nf-form-cont .nf-breadcrumbs li.col-md-2-4 {
    width: 20%;
    flex: unset;
  }
}

.tabs__tab.\--active,
.nf-form-cont .nf-breadcrumbs li.\--active {
  color: #006747;
  box-shadow: 0 0.25em 1.5em rgba(0, 0, 0, 0.2);
}

.tabs__tab.\--active:after,
.nf-form-cont .nf-breadcrumbs li.\--active:after {
  content: "";
  display: block;
  border-bottom: 0.2em solid #006747 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs__tab a,
.nf-form-cont .nf-breadcrumbs li a {
  text-decoration: none;
}

.text--nowrap {
  white-space: nowrap;
}

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

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

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

.text--reset {
  text-transform: none;
}

.text--middle {
  vertical-align: middle;
}

.text--small {
  font-size: 0.8em;
}

.text--sub,
.image__caption {
  font-size: 12px;
  color: #737374;
  font-style: italic;
}

.text--gray,
.text--gray:visited {
  color: #60636a;
}

.text--gray path {
  fill: #60636a;
}

.text--highlight,
a {
  color: #006747;
}

.title,
.title--tiny,
.title--small {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #545454;
  font-size: calc(1em + 1.458333333vw);
}

@media (min-width: 1920px) {
  .title,
  .title--tiny,
  .title--small {
    font-size: 48px;
  }
}

.title--small {
  font-size: calc(1em + 0.3125vw);
  line-height: 1.75;
  font-weight: normal;
  font-family: "DIN Condensed", sans-serif;
}

.title--tiny {
  font-size: calc(1em + 0.1041666667vw);
  line-height: 1.75;
  font-weight: normal;
}

.social-fb .social-fb-col {
  background: #FFFFFF;
  box-shadow: -1.1em 1.3em 2.15em 0 rgba(60, 67, 68, 0.19);
}

img.size-full {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.search-autocomplete {
  position: relative;
}

.search-autocomplete .results-list {
  display: block;
  position: absolute;
  top: 1.75rem;
  left: 0;
  right: -5rem;
  background: #FFF;
  border-bottom: 0.3rem #006747 solid;
  padding: 1.6rem 2.5rem;
}

@media (max-width: 1225px) {
  .search-autocomplete .results-list {
    top: 1.1rem;
  }
}

.search-autocomplete .results-list .item-link {
  margin: 0 0 0.5rem 0;
  display: block;
  text-align: left;
  color: #9898a8;
  display: block;
  font-size: 1rem;
}

.search-autocomplete .results-list .item-link a {
  text-align: left;
  color: #9898a8;
  display: block;
  font-size: 1rem;
}

.fkg__dropdown {
  margin-top: 0;
}

.selectize-input {
  padding: 1.3em 3.5em 1.3em 1.85em;
  background-color: #fff;
  border: 1px solid #cbccce;
  background-image: none;
  background-repeat: no-repeat;
  border-radius: 0;
  box-shadow: none;
  color: #2a2d31;
  border-radius: 12px;
}

.selectize-input.input-active {
  border-radius: 12px !important;
}

.selectize-input > .item {
  max-width: calc(100% - 10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.selectize-input > input,
.selectize-input > .item {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 300;
  vertical-align: middle;
  box-sizing: border-box;
}

.selectize-input > input::-moz-placeholder, .selectize-input > .item::-moz-placeholder {
  color: #2a2d31;
}

.selectize-input > input::placeholder,
.selectize-input > .item::placeholder {
  color: #2a2d31;
}

.selectize-dropdown {
  padding: 0.25em 0;
}

.selectize-dropdown.single.fkg__dropdown {
  border-radius: 12px;
}

.selectize-dropdown .active {
  background-color: rgba(238, 238, 238, 0.5);
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  padding: 0.65em 1.4em;
  margin-top: 0;
  font-size: 1.2em;
  font-weight: 300;
}

.selectize-dropdown [data-selectable].option:hover {
  cursor: pointer;
}

.selectize-dropdown [data-selectable].option:last-child.active {
  border-radius: 0 0 12px 12px;
}

.careers-heading {
  background: #006747;
  padding: 1em 1em 0.8em;
}

.careers-heading h3 {
  color: white;
}

.careers-section {
  background: url(../images/pattern.png?fed09e1baafc4e8df2b6e28899b0aa36);
  padding: 0;
}

.careers-section .grid--collapsed:last-child,
.careers-section .inline-form:last-child,
.careers-section .grid--table:last-child,
.careers-section .awards-grid:last-child {
  margin-bottom: 0;
}

.video {
  position: relative;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery {
  position: relative;
  overflow: hidden;
}

.gallery .carousel__item {
  padding: 0 !important;
  padding-top: 56% !important;
}

.gallery .preview {
  padding-right: 0;
}

.gallery .preview__container {
  margin-right: -2em;
}

.gallery .preview__image {
  padding-bottom: 50%;
}

.gallery .preview--length-3 .preview__item {
  width: 33.333%;
}

.gallery .preview--length-3 .preview__container {
  transform: none;
}

@media (min-width: 1280px) {
  .gallery .preview--length-4 .preview__item {
    width: 25%;
  }

  .gallery .preview--length-4 .preview__container {
    transform: none;
  }
}

@media (min-width: 1280px) {
  .gallery .preview--length-5 .preview__item {
    width: 20%;
  }

  .gallery .preview--length-5 .preview__container {
    transform: none;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  transition: all 0.5s ease-in-out;
}

.custom-award-col {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .custom-award-col {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  div:empty.wp-block-column {
    display: none;
  }
}

#wpadminbar,
.site-wrap {
  margin: 0;
}

.site-new-template * + article,
.site-new-template * + address,
.site-new-template * + aside,
.site-new-template * + blockquote,
.site-new-template * + form,
.site-new-template * + details,
.site-new-template * + div,
.site-new-template * + figcaption,
.site-new-template * + figure,
.site-new-template * + h1,
.site-new-template * + h2,
.site-new-template * + h3,
.site-new-template * + h4,
.site-new-template * + h5,
.site-new-template * + h6,
.site-new-template * + header,
.site-new-template * + hgroup,
.site-new-template * + nav,
.site-new-template * + ol,
.site-new-template * + p,
.site-new-template * + pre,
.site-new-template * + section,
.site-new-template * + table,
.site-new-template * + ul,
.site-new-template * + li {
  margin-top: 0;
}

.site-new-template h1::after,
.site-new-template h2::after {
  content: none;
}

.marker-app {
  margin-top: 0;
}

ul.fkg-list-discliplines {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  -moz-column-count: 2;
       column-count: 2;
}

@media (max-width: 767px) {
  ul.fkg-list-discliplines {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (min-width: 992px) {
  .fkg-tabs-discliplines-civil.fkg-adv-tabs-block.is-style-vertical .inner-tab-block .fkg-tab-body-wrapper {
    flex: 0 0 55%;
    max-width: 55%;
  }
}

.about-graphic .fkg-bg img {
  right: 3px;
  -o-object-position: right center;
     object-position: right center;
}

.col-award {
  margin-bottom: 0;
}

.search-results .hero--dark .container,
.search-results .hero--dark .container--large,
.search-results .hero--dark .container--medium {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .search-results .card,
  .search-results .card--gray {
    width: 100%;
  }
}

.single-project .site-wrap,
.site-acf .site-wrap {
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .career-form {
    margin-left: 0;
    margin-right: 0;
  }

  .career-form > * {
    margin: 0 0 32px;
  }
}

@media (min-width: 768px) {
  .grid-matters {
    margin-left: -26px;
    margin-right: -26px;
  }

  .grid-matters > .col-md-6 {
    width: calc(50% - 52px);
  }

  .grid-matters > * {
    margin: 0 26px 32px;
  }
}

.section--gray .fkg-bg-color {
  background-color: rgb(238, 238, 238) !important;
}

.section--wheat .fkg-bg-color {
  background-color: #efeadb !important;
}

.section--dark .fkg-bg-color {
  background-color: #2A2D31 !important;
}

.section--green .fkg-bg-color {
  background-color: #006747 !important;
}

.p-construction #our-services .wp-block-heading {
  font-size: 32px !important;
}

.p-developments .fkg-graphic-section-block.fkg-graphic-about-block .block-inner .fkg-bg .fkg-inner-bg {
  height: 580px;
}

@media (min-width: 992px) {
  .p-developments .fkg-graphic-about-block .block-inner h4.wp-block-heading {
    max-width: 519px;
  }
}

@media (min-width: 992px) {
  .p-developments .fkg-graphic-about-block .block-inner p {
    max-width: 555px;
  }
}

.p-developments #our-relationships .fkg-container-image {
  -o-object-position: 50% 0% !important;
     object-position: 50% 0% !important;
}

.p-developments .wp-logo-quote::after {
  display: none;
}

.fkg-logo-carousel-block-acf .block-inner {
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  .grid > .col-lg-125,
  .grid--middle > .col-lg-125 {
    width: calc(20% - 32px);
  }
}

@media (min-width: 1024px) {
  .fkg-project-image {
    flex: 0 0 335px;
    max-width: 335px;
  }

  .fkg-project-card {
    flex: 0 0 calc(100% - 335px);
    max-width: calc(100% - 335px);
  }
}

.fkg-project-item__content-title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 171.429%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  color: #545454;
  font-size: calc(1em + 0.3125vw);
  line-height: 1.75;
}

.fkg-project-item__content-title a {
  color: inherit;
}

.fkg-project-item__content-location {
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 16px;
  line-height: 175%;
  color: #60636A;
  margin: 0px 0 15px 0;
}

.fkg-project-item__content-content {
  margin: 0 !important;
}

.fkg-project-item__content-button {
  color: #006747;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 115.385%;
  text-transform: uppercase;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.fkg-project-item__content-button svg {
  margin-left: 13px;
}

.filter-form-development,
.filter-form-development--list {
  margin-bottom: 0;
}

.filter-form-development-more {
  margin-top: 38px !important;
}

#ss-grid-logo-ab .fkg-grid-logo-block .block-inner:not(.block-editor) .fkg-grid-logo-item img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@font-face {
  font-family: "icon";
  src: url(../fonts/icon.woff?a8574eb087d8eef64a774f5e1d1e47e9) format("woff");
}

.icon {
  line-height: 1;
}

.icon:before {
  font-family: icon !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: top;
}

.icon-arrow:before {
  content: "\F101";
}

.icon-chevron-down:before {
  content: "\F102";
}

.icon-chevron-left:before {
  content: "\F103";
}

.icon-chevron-right:before {
  content: "\F104";
}

.icon-close:before {
  content: "\F105";
}

.icon-envelope:before {
  content: "\F106";
}

.icon-facebook:before {
  content: "\F107";
}

.icon-linkedin:before {
  content: "\F108";
}

.icon-loupe:before {
  content: "\F109";
}

.icon-menu:before {
  content: "\F10A";
}

.icon-play:before {
  content: "\F10B";
}

.icon-share:before {
  content: "\F10C";
}

.icon-twitter:before {
  content: "\F10D";
}

.icon-youtube:before {
  content: "\F10E";
}

@font-face {
  font-family: "DIN Condensed";
  src: url(../fonts/DIN-Condensed-Bold.woff?bc19660f7cf319d499e0a8e04d7d833c) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Condensed Light";
  src: url(../fonts/DINNextLTPro-LightCondensed.otf?c3d77553f70d878a3ccbc94aa43a663b) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next LT Pro";
  src: url(../fonts/DINNextLTPro-Bold.woff2?7715054580d4ac6ff4e39c96e33e4e00) format("woff2"), url(../fonts/DINNextLTPro-Bold.woff?64c22e015bedaf3c5232bdd0a44603f2) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next LT Pro";
  src: url(../fonts/DINNextLTPro-Light.woff2?5a56ec8d0fb160f0f024466630d0c995) format("woff2"), url(../fonts/DINNextLTPro-Light.woff?2b7ab97d7e06f02a871438c830ec2935) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next LT Pro";
  src: url(../fonts/DINNextLTPro-Medium.woff2?c4778395cb058e6f1151c0fcb622091e) format("woff2"), url(../fonts/DINNextLTPro-Medium.woff?d45e3d2d4252b6e9f96fa37b6137f3f3) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Next LT Pro";
  src: url(../fonts/DINNextLTPro-Regular.woff2?e24b34a516625d5c7dcd7b3325b52369) format("woff2"), url(../fonts/DINNextLTPro-Regular.woff?ff2268bb638884a204ec4ce8eda1fac5) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 41px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.h1 {
  font-size: 62px;
}

.h2 {
  font-size: 41px;
}

.h3 {
  font-size: 32px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 20px;
}

.h6 {
  font-size: 18px;
}

@media (min-width: 576px) {
  .h1-sm {
    font-size: 62px;
  }

  .h2-sm {
    font-size: 41px;
  }

  .h3-sm {
    font-size: 32px;
  }

  .h4-sm {
    font-size: 24px;
  }

  .h5-sm {
    font-size: 20px;
  }

  .h6-sm {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .h1-md {
    font-size: 62px;
  }

  .h2-md {
    font-size: 41px;
  }

  .h3-md {
    font-size: 32px;
  }

  .h4-md {
    font-size: 24px;
  }

  .h5-md {
    font-size: 20px;
  }

  .h6-md {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .h1-lg {
    font-size: 62px;
  }

  .h2-lg {
    font-size: 41px;
  }

  .h3-lg {
    font-size: 32px;
  }

  .h4-lg {
    font-size: 24px;
  }

  .h5-lg {
    font-size: 20px;
  }

  .h6-lg {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .h1-xl {
    font-size: 62px;
  }

  .h2-xl {
    font-size: 41px;
  }

  .h3-xl {
    font-size: 32px;
  }

  .h4-xl {
    font-size: 24px;
  }

  .h5-xl {
    font-size: 20px;
  }

  .h6-xl {
    font-size: 18px;
  }
}

.font-size-lg {
  font-size: 20px !important;
}

.font-size-md {
  font-size: 20px !important;
}

.font-size-base {
  font-size: 20px !important;
}

.font-size-sm {
  font-size: 20px !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

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

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  z-index: 99;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1199.98px) {
  .site-header {
    border-bottom: none;
  }
}

.site-header * + article,
.site-header * + address,
.site-header * + aside,
.site-header * + blockquote,
.site-header * + form,
.site-header * + details,
.site-header * + div,
.site-header * + figcaption,
.site-header * + figure,
.site-header * + h1,
.site-header * + h2,
.site-header * + h3,
.site-header * + h4,
.site-header * + h5,
.site-header * + h6,
.site-header * + header,
.site-header * + hgroup,
.site-header * + nav,
.site-header * + ol,
.site-header * + p,
.site-header * + pre,
.site-header * + section,
.site-header * + table,
.site-header * + ul {
  margin-top: 0;
}

.__bg-revert .site-header,
.single-project .site-header {
  background: white;
  color: #60636A;
}

.__bg-revert .site-header #site-header-menus svg path,
.single-project .site-header #site-header-menus svg path {
  fill: #60636A;
}

.__bg-revert .site-header .site-header-inner--search svg path,
.single-project .site-header .site-header-inner--search svg path {
  stroke: #60636A;
}

.__bg-revert .site-header .site-header-search .search-form-wrap .search-icon svg path,
.single-project .site-header .site-header-search .search-form-wrap .search-icon svg path {
  fill: #60636A;
}

.__bg-revert .site-header .site-header-search .close-search svg path,
.single-project .site-header .site-header-search .close-search svg path {
  fill: #60636A;
}

.__bg-revert .site-header .site-header-inner--menus ul li a,
.single-project .site-header .site-header-inner--menus ul li a {
  color: #60636A;
}

.__bg-revert .site-header .site-header-inner--menus ul li a::after,
.single-project .site-header .site-header-inner--menus ul li a::after {
  background: #006747;
}

.__bg-revert .site-header .site-header-search .search-form-wrap .search-form input,
.single-project .site-header .site-header-search .search-form-wrap .search-form input {
  color: #60636A;
}

.__bg-revert .site-header .site-header-search .search-form-wrap .search-form input::-moz-placeholder, .single-project .site-header .site-header-search .search-form-wrap .search-form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #60636A;
  opacity: 1;
  /* Firefox */
}

.__bg-revert .site-header .site-header-search .search-form-wrap .search-form input::placeholder,
.single-project .site-header .site-header-search .search-form-wrap .search-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #60636A;
  opacity: 1;
  /* Firefox */
}

.__bg-revert .site-header .site-header-search .search-form-wrap .search-form input:-ms-input-placeholder,
.single-project .site-header .site-header-search .search-form-wrap .search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #60636A;
}

.__bg-revert .site-header .site-header-search .search-form-wrap .search-form input::-ms-input-placeholder,
.single-project .site-header .site-header-search .search-form-wrap .search-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #60636A;
}

.__bg-revert .site-header .site-header-inner--menus ul li a .handle-sub svg path,
.single-project .site-header .site-header-inner--menus ul li a .handle-sub svg path {
  stroke: #60636A;
}

.__bg-revert .site-header .site-header-inner--left .sticky-logo,
.single-project .site-header .site-header-inner--left .sticky-logo {
  display: block;
}

.__bg-revert .site-header .site-header-inner--left .main-logo,
.single-project .site-header .site-header-inner--left .main-logo {
  display: none;
}

.logged-in .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .logged-in .site-header {
    top: 46px;
  }
}

.site-header.header-search .site-header-inner--right {
  visibility: hidden;
  opacity: 0;
}

.site-header.header-search .site-header-search {
  visibility: visible;
  opacity: 1;
}

.site-header #site-header-menus {
  cursor: pointer;
  gap: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0;
}

.site-header #site-header-menus > span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  display: inline-block;
  margin-top: 2px;
}

.site-header-inner {
  padding: 0 30px;
}

@media (max-width: 1199.98px) {
  .site-header-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.site-header-inner--left {
  position: relative;
  z-index: 2;
}

.site-header-inner--left h1 {
  margin: 0;
}

.site-header-inner--left h1::after {
  content: none;
}

.site-header-inner--left .main-logo img {
  max-width: 170px;
}

@media (max-width: 575.98px) {
  .site-header-inner--left .main-logo img {
    max-width: 108px;
  }
}

.site-header-inner--left .sticky-logo {
  display: none;
}

.site-header-inner--left .sticky-logo img {
  max-width: 170px;
}

@media (max-width: 575.98px) {
  .site-header-inner--left .sticky-logo img {
    max-width: 108px;
  }
}

.site-header-inner--right {
  transition: all 0.4s ease-out;
  margin-top: 0;
}

.site-header-inner--menus ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 42px;
}

.site-header-inner--menus ul li {
  margin-top: 0;
}

.site-header-inner--menus ul li:hover a .handle-sub {
  transform: rotate(-90deg);
}

.site-header-inner--menus ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-timing-function: ease-out;
  transform: translateY(0);
}

.site-header-inner--menus ul li.current a::after {
  transform: scaleX(1);
}

.site-header-inner--menus ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 78px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
}

.site-header-inner--menus ul li a:hover::after,
.site-header-inner--menus ul li a:focus::after {
  transform: scaleX(1);
}

.site-header-inner--menus ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.2s ease;
  background: #FFF;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
  border: none;
}

.site-header-inner--menus ul li a .handle-sub {
  height: 15px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  margin-left: 6px;
  top: -2px;
  position: relative;
}

.site-header-inner--menus ul li a .handle-sub svg {
  display: block;
}

.site-header-inner--menus ul li a .handle-sub svg path {
  transition: all 0.5s ease-in-out;
}

.site-header-inner--menus ul li .sub-menu {
  display: block;
  border-radius: 0;
  transition-timing-function: ease-in;
  transition: 0.3s;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}

.site-header-inner--menus ul li .sub-menu li a {
  line-height: normal;
  color: #60636A;
  padding: 12px 24px;
}

.site-header-inner--menus ul li .sub-menu li a::after {
  display: none;
}

.site-header-inner--menus ul li .sub-menu li a:hover,
.site-header-inner--menus ul li .sub-menu li a:focus {
  background: none;
  color: #006747;
  outline: none;
}

.site-header-inner--menus ul li.mega-menu {
  position: static;
}

.site-header-inner--menus ul li.mega-menu .sub-menu {
  width: 100%;
  border-radius: 0;
  border-bottom: 4px solid #006747;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-rule: solid 1px #e5e5e5;
       column-rule: solid 1px #e5e5e5;
  -moz-column-gap: 60px;
       column-gap: 60px;
  display: block;
  gap: 60px;
  padding: 3.2em;
}

.site-header-inner--menus ul li.mega-menu .sub-menu li {
  padding: 0;
}

.site-header-inner--menus ul li.mega-menu .sub-menu li + li {
  margin-top: 2em;
}

.site-header-inner--menus ul li.mega-menu .sub-menu li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  color: #60636A;
  font-weight: 500;
  line-height: normal;
  padding: 0;
}

.site-header-inner--menus ul li.mega-menu .sub-menu li a:hover,
.site-header-inner--menus ul li.mega-menu .sub-menu li a:focus {
  background: none;
  color: #006747;
  outline: none;
}

.site-header-inner--menus ul li.mega-menu .sub-menu li a::after {
  display: none;
}

.site-header-inner--search {
  cursor: pointer;
  margin-left: 43px;
  margin-top: 0;
}

.site-header-search {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #fff;
  top: 0;
  left: 0;
  margin-top: 0;
  height: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 30%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}

.site-header-search .search-form-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(100% - 80px);
}

.site-header-search .search-form-wrap .search-icon {
  width: 80px;
}

.site-header-search .search-form-wrap .search-icon svg {
  height: 1.3rem;
  width: 1.5rem;
}

.site-header-search .search-form-wrap .search-form {
  width: 100%;
  margin-top: 0;
}

.site-header-search .search-form-wrap .search-form input {
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  width: 100%;
  display: block;
  height: 2rem;
  color: #FFF;
  font-size: 1.2rem;
  padding: 0.1rem;
  outline: none;
  border: none;
  background: transparent;
}

.site-header-search .search-form-wrap .search-form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

.site-header-search .search-form-wrap .search-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

.site-header-search .search-form-wrap .search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}

.site-header-search .search-form-wrap .search-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}

.site-header-search .close-search {
  height: 100%;
  border-left: 1px solid rgba(192, 192, 192, 0.5);
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: center;
  cursor: pointer;
  margin-top: 0;
}

.background__image,
.background__image--portrait {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero--dark h1,
.hero--dark p {
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}

.section--tall h2,
.section--tall p {
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}

.carousel--show-0 .image--rotate .image__slide_1 {
  opacity: 1;
}

.carousel--show-1 .image--rotate .image__slide_2 {
  opacity: 1;
}

.carousel--show-2 .image--rotate .image__slide_3 {
  opacity: 1;
}

.grid.fkg-list-conact h6,
.fkg-list-conact.grid--middle h6 {
  font-size: 22px;
  line-height: 1.75;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .grid.fkg-list-conact h6,
  .fkg-list-conact.grid--middle h6 {
    font-size: 20px;
  }
}

.grid.fkg-list-conact .text--small,
.fkg-list-conact.grid--middle .text--small {
  font-size: 16px;
}

.grid.fkg-list-conact .text--small strong,
.fkg-list-conact.grid--middle .text--small strong {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .section--gray form.filter-form input[name=search] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .section--gray form.filter-form input[name=search]::-moz-placeholder {
    font-size: 12px;
  }
  .section--gray form.filter-form input[name=search]::placeholder {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .section--gray form.filter-form .fkg__dropdown .items {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 479px) {
  .section--gray .fkg-ss-filter-projects--list li:not(:last-child) {
    margin-bottom: 29px;
  }
}

@media (max-width: 767px) {
  .section--gray .fkg-ss-filter-projects--list li .card,
  .section--gray .fkg-ss-filter-projects--list li .card--gray {
    width: 100%;
  }
}

.section--gray .fkg-ss-filter-projects--list li > figure > a {
  margin-top: 0;
}

.hero--dark.fkg-ss-hero-dark {
  padding-top: 296px !important;
  padding-bottom: 82px !important;
}

@media (max-width: 991.98px) {
  .hero--dark.fkg-ss-hero-dark {
    padding-top: 200px !important;
  }
}

@media (max-width: 767.98px) {
  .hero--dark.fkg-ss-hero-dark {
    padding-top: 118px !important;
    padding-bottom: 68px !important;
  }
}

.hero--dark.fkg-ss-hero-dark > .container > br,
.hero--dark.fkg-ss-hero-dark > .container--large > br,
.hero--dark.fkg-ss-hero-dark > .container--medium > br {
  display: none;
}

.hero--dark.fkg-ss-hero-dark h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
  margin: 0;
  padding-bottom: 30px;
  letter-spacing: 1px;
  color: #FFF;
}

@media (max-width: 1199.98px) {
  .hero--dark.fkg-ss-hero-dark h1 {
    font-size: 48px;
    padding-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .hero--dark.fkg-ss-hero-dark h1 {
    font-size: 41px;
    padding-bottom: 16px;
  }
}

.hero--dark.fkg-ss-hero-dark .hero__small,
.hero--dark.fkg-ss-hero-dark > .container > p,
.hero--dark.fkg-ss-hero-dark > .container--large > p,
.hero--dark.fkg-ss-hero-dark > .container--medium > p {
  margin-top: 16px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .connect-fb-newfeed .container,
  .connect-fb-newfeed .container--large,
  .connect-fb-newfeed .container--medium,
  .latest-news .container,
  .latest-news .container--large,
  .latest-news .container--medium {
    padding: 0;
  }
}

.latest-news .image--with-card .background {
  position: relative;
}

.latest-news .image--with-card .fkg-filter-news--cta-social {
  border-radius: 10px 0px;
  background-color: #006747;
  font-family: "DIN Condensed Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 193.75%;
  letter-spacing: 0.25px;
  position: absolute;
  left: 32px;
  bottom: 16%;
  color: white;
  display: inline-block;
  padding: 4px 10px;
}

@media (max-width: 1024px) {
  .social-fb-col span,
  .social-fb-col iframe {
    width: 100% !important;
  }
}

.list-sectors {
  padding: 0 calc(22.4px + 2.0625vw);
}

@media (max-width: 480px) {
  .list-sectors {
    padding: 0;
    margin: 0;
  }

  .list-sectors li {
    margin: 0 0 30px;
  }

  .list-sectors li:last-child {
    margin: 0 0 0;
  }

  .list-sectors a {
    max-width: 85%;
    margin: -11% auto 0;
  }
}

.tax-sector .separator--long {
  margin: 0;
}

.tax-sector ul.container,
.tax-sector ul.container--large,
.tax-sector ul.container--medium {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .tax-sector ul.container,
  .tax-sector ul.container--large,
  .tax-sector ul.container--medium {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .tax-sector .prev-next {
    padding: 0;
  }
}

.tax-sector .prev-next a {
  color: #60636A;
}

.tax-sector .prev-next a:hover,
.tax-sector .prev-next a:focus {
  color: #006747;
  outline: none;
}

@media (max-width: 767px) {
  .related-projects .grid,
  .related-projects .grid--middle {
    margin: 0;
  }

  .related-projects .grid li,
  .related-projects .grid--middle li {
    margin: 0 0 30px;
  }

  .related-projects .grid li:last-child,
  .related-projects .grid--middle li:last-child {
    margin: 0 0 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
}

h1 {
  line-height: 1;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 41px;
  }
}

h2 {
  line-height: 1.17;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  line-height: 1.17;
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
  }
}

.fkg-modal-team__left-credentials {
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .site-new-template .container,
  .site-new-template .container--large,
  .site-new-template .container--medium {
    padding-left: 30px;
    padding-right: 30px;
  }
}

body:not(.site-new-template) .site-wrap > section > .container,
body:not(.site-new-template) .site-wrap > section > .container--large,
body:not(.site-new-template) .site-wrap > section > .container--medium,
body:not(.site-new-template) .careers-section > .container,
body:not(.site-new-template) .careers-section > .container--large,
body:not(.site-new-template) .careers-section > .container--medium {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  body:not(.site-new-template) .site-wrap > section > .container,
  body:not(.site-new-template) .site-wrap > section > .container--large,
  body:not(.site-new-template) .site-wrap > section > .container--medium,
  body:not(.site-new-template) .careers-section > .container,
  body:not(.site-new-template) .careers-section > .container--large,
  body:not(.site-new-template) .careers-section > .container--medium {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  body:not(.site-new-template) .site-wrap > section > .container,
  body:not(.site-new-template) .site-wrap > section > .container--large,
  body:not(.site-new-template) .site-wrap > section > .container--medium,
  body:not(.site-new-template) .careers-section > .container,
  body:not(.site-new-template) .careers-section > .container--large,
  body:not(.site-new-template) .careers-section > .container--medium {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  body:not(.site-new-template) .site-wrap > section > .container,
  body:not(.site-new-template) .site-wrap > section > .container--large,
  body:not(.site-new-template) .site-wrap > section > .container--medium,
  body:not(.site-new-template) .careers-section > .container,
  body:not(.site-new-template) .careers-section > .container--large,
  body:not(.site-new-template) .careers-section > .container--medium {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  body:not(.site-new-template) .site-wrap > section > .container,
  body:not(.site-new-template) .site-wrap > section > .container--large,
  body:not(.site-new-template) .site-wrap > section > .container--medium,
  body:not(.site-new-template) .careers-section > .container,
  body:not(.site-new-template) .careers-section > .container--large,
  body:not(.site-new-template) .careers-section > .container--medium {
    max-width: 1160px;
  }
}

@media (max-width: 575.98px) {
  body:not(.site-new-template) .site-wrap > section > .container,
  body:not(.site-new-template) .site-wrap > section > .container--large,
  body:not(.site-new-template) .site-wrap > section > .container--medium,
  body:not(.site-new-template) .careers-section > .container,
  body:not(.site-new-template) .careers-section > .container--large,
  body:not(.site-new-template) .careers-section > .container--medium {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.fkg-filter-news--excerpt {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-footer {
  background: #2A2D31;
  padding-top: 56px;
}

.main-footer .container,
.main-footer .container--large,
.main-footer .container--medium {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575.98px) {
  .main-footer .container,
  .main-footer .container--large,
  .main-footer .container--medium {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.main-footer * + article,
.main-footer * + address,
.main-footer * + aside,
.main-footer * + blockquote,
.main-footer * + form,
.main-footer * + details,
.main-footer * + div,
.main-footer * + figcaption,
.main-footer * + figure,
.main-footer * + h1,
.main-footer * + h2,
.main-footer * + h3,
.main-footer * + h4,
.main-footer * + h5,
.main-footer * + h6,
.main-footer * + header,
.main-footer * + hgroup,
.main-footer * + nav,
.main-footer * + ol,
.main-footer * + p,
.main-footer * + pre,
.main-footer * + section,
.main-footer * + table,
.main-footer * + ul {
  margin-top: 0;
}

.main-footer li {
  margin: 0;
}

.main-footer-top {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 48px;
}

@media (max-width: 991.98px) {
  .main-footer-top {
    padding-bottom: 30px;
  }
}

.main-footer-top .footer-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .main-footer-top .footer-col .logo-footer {
    width: 100%;
    height: auto;
    max-width: 114px;
  }
}

.main-footer-top .footer-col:first-child {
  margin-bottom: 52px;
}

@media (min-width: 768px) {
  .main-footer-top .footer-col:first-child {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .main-footer-top .footer-col:first-child {
    flex: 0 0 172px;
    max-width: 172px;
  }
}

@media (min-width: 768px) {
  .main-footer-top .footer-col:nth-child(2) {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 992px) {
  .main-footer-top .footer-col:nth-child(2) {
    flex: 0 0 calc(100% - 560px);
    max-width: calc(100% - 560px);
    padding-left: 73px;
  }
}

@media (min-width: 768px) {
  .main-footer-top .footer-col:last-child {
    flex: 0 0 40%;
    max-width: 40%;
    border-left: 1px solid rgba(255, 255, 255, 0.33);
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .main-footer-top .footer-col:last-child {
    padding-left: 63px;
    flex: 0 0 388px;
    max-width: 388px;
  }
}

.main-footer-top .footer-col .ft-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #EEEEEE;
  margin-bottom: 1rem;
  font-family: "DIN Next LT Pro", sans-serif;
}

@media (max-width: 767.98px) {
  .main-footer-top .footer-col .ft-heading {
    margin-top: 33px;
    padding-top: 33px;
    border-top: 1px solid rgba(255, 255, 255, 0.33);
  }
}

.main-footer-top .footer-col .ft-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #EEEEEE;
}

.main-footer-top .footer-col .ft-desc p:last-child {
  margin-bottom: 0;
}

.main-footer-top .footer-col .footer-menu-wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
}

.main-footer-top .footer-col .footer-menu-wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}

.main-footer-top .footer-col .footer-menu-wrap ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #EEEEEE;
  display: block;
}

.main-footer-top .footer-col .footer-menu-wrap ul li a:hover,
.main-footer-top .footer-col .footer-menu-wrap ul li a:focus {
  color: #006747;
  outline: none;
}

.main-footer-top .footer-col .fkg-social-wrap {
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .main-footer-top .footer-col .fkg-social-wrap {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.main-footer-top .footer-col .fkg-social-wrap .empty {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .main-footer-top .footer-col .fkg-social-wrap .empty {
    display: none;
  }
}

.main-footer-top .footer-col .fkg-social-wrap .fkg-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 7px;
}

.main-footer-top .footer-col .fkg-social-wrap .fkg-social li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.822918px solid #EEEEEE;
  text-align: center;
}

.main-footer-top .footer-col .fkg-social-wrap .fkg-social li a:focus {
  outline: none;
}

.main-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  padding-top: 19px;
  padding-bottom: 24px;
  margin-top: 0;
}

@media (max-width: 486px) {
  .main-footer-bottom .menu-privacy {
    margin-bottom: 12px;
  }
}

.main-footer-bottom .menu-privacy ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

@media (max-width: 600px) {
  .main-footer-bottom .menu-privacy ul {
    row-gap: 5px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.main-footer-bottom .menu-privacy ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.main-footer-bottom .menu-privacy ul li a:hover,
.main-footer-bottom .menu-privacy ul li a:focus {
  color: #006747;
  outline: none;
}

.main-footer-bottom .site-genuine {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  margin-top: 0;
  letter-spacing: -0.16px;
  color: rgba(255, 255, 255, 0.5);
}

.main-footer-bottom .site-genuine p {
  margin: 0;
  display: flex;
  align-items: center;
}

.main-footer-bottom .site-genuine p a {
  display: block;
  margin: 0 5px;
}

.main-footer-bottom .site-genuine p img {
  opacity: 0.5;
}

.form__label {
  margin-bottom: 0;
}

.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit] {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  line-height: 1.9374;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 8px 20px 6px;
  position: relative;
  transition: all 0.2s ease-in-out;
  border: 1px solid #006747;
  border-radius: 10px 0px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #006747;
  color: #006747;
  background: transparent;
}

.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit] span.icon {
  display: none;
}

.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit]::before {
  content: "";
  background: #fff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit]::after {
  content: "";
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  top: 2px;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
  background-image: url(../images/icon-arrow-green.svg?858a88e66a5060985d10ce8dac91b1b8);
}

.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit]:hover,
.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit]:focus {
  background-color: #006747;
  color: #fff;
  outline: none;
}

.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit]:hover::before,
.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit]:focus::before {
  left: 120%;
}

.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit]:hover::after,
.nf-form-cont .nf-form-content .nf-mp-body .nf-field .submit-wrap [type=submit]:focus::after {
  background-image: url(../images/icon-arrow-white.svg?0220b25cf3b1f311bbf91f20d2135d45);
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li {
  position: relative;
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li:hover input {
  color: white;
  background: #006747;
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li:hover::after {
  background-image: url(../images/icon-arrow-white.svg?0220b25cf3b1f311bbf91f20d2135d45);
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li:hover::before {
  left: 120%;
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li::before {
  content: "";
  background: #fff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  transition: all 0.2s ease-in-out;
  background-image: url(../images/icon-arrow-green.svg?858a88e66a5060985d10ce8dac91b1b8);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li input {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9374;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 8px 20px 6px;
  position: relative;
  transition: all 0.2s ease-in-out;
  border: 1px solid #006747;
  border-radius: 10px 0px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #006747;
  color: #006747;
  background: transparent;
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li.nf-next-item::after {
  right: 10px;
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li.nf-next-item input {
  padding-right: 30px;
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li.nf-previous-item::after {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}

.nf-form-cont .nf-form-content .nf-mp-footer ul.nf-next-previous li.nf-previous-item input {
  padding-left: 30px;
}

@media (max-width: 480px) {
  .filter-form {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.nf-form-cont .nf-form-layout .nf-form-content .nf-mp-body .nf-field select {
  padding: 18.5px 3.5em 18.5px 1.85em;
  background: white;
  width: 100%;
  transition: box-shadow 0.25s;
  font-family: inherit;
  border-radius: 12px;
  border: 1px solid #cbccce;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.nf-form-cont .nf-form-layout .nf-form-content .nf-mp-body .nf-field select:focus-visible {
  outline: none;
}

.nf-form-cont .nf-form-layout .nf-form-content .nf-mp-body .nf-field select::-ms-expand {
  display: none;
}

.nf-form-cont .nf-form-layout .nf-form-content .nf-mp-body .nf-field select,
.nf-form-cont .nf-form-layout .nf-form-content .nf-mp-body .nf-field select option {
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 300;
  vertical-align: middle;
  font-size: 16px;
  line-height: 18px;
  color: #2a2d31;
  text-transform: uppercase;
}

.nf-form-cont .nf-form-layout .nf-form-content .nf-mp-body .nf-field .listselect-wrap > div::before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(50% + 0.5em + 9px);
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
  transform: translate(0%, -50%);
  margin: 0;
}

.menu-open {
  overflow: hidden;
}

.site-menus {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 9999;
  background: #fff;
  height: 100%;
  margin-top: 0;
  transition-timing-function: ease-in;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .site-menus {
    display: none;
  }
}

.site-menus * + article,
.site-menus * + address,
.site-menus * + aside,
.site-menus * + blockquote,
.site-menus * + form,
.site-menus * + details,
.site-menus * + div,
.site-menus * + figcaption,
.site-menus * + figure,
.site-menus * + h1,
.site-menus * + h2,
.site-menus * + h3,
.site-menus * + h4,
.site-menus * + h5,
.site-menus * + h6,
.site-menus * + header,
.site-menus * + hgroup,
.site-menus * + nav,
.site-menus * + ol,
.site-menus * + p,
.site-menus * + pre,
.site-menus * + section,
.site-menus * + table,
.site-menus * + ul {
  margin-top: 0;
}

.menu-open .site-menus {
  left: 0;
}

.logged-in .site-menus {
  top: 32px;
}

@media (max-width: 782px) {
  .logged-in .site-menus {
    top: 46px;
  }
}

.site-menus-menu-close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #eee;
  padding: 1rem 2rem;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-menus-search-form {
  width: 100%;
  padding: 1rem 2rem;
  border-bottom: 1px solid #eee;
}

.site-menus-search-form form {
  width: 100%;
  margin-left: 16px;
}

.site-menus-search-form form input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 20px;
}

.site-menus-wrap {
  height: calc(100% - 180px);
}

.site-menus-wrap .main-menu {
  height: 100%;
  overflow-y: auto;
}

.site-menus-wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-menus-wrap ul li a {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  color: #60636A;
  padding: 1rem 2rem;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.site-menus-wrap ul li a:hover,
.site-menus-wrap ul li a:focus {
  color: #006747;
  outline: none;
}

.site-menus-wrap ul li a::after {
  display: none;
}

.site-menus-wrap ul li a .handle-sub {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 2rem;
  top: 29px;
  transition: all 0.5s ease-in-out;
}

.site-menus-wrap ul li a .handle-sub.active {
  transform: rotate(180deg);
}

.site-menus-wrap ul li .sub-menu {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02);
}

.site-menus-wrap ul li .sub-menu li a {
  font-size: 14px;
}

.site-menus-wrap ul li .sub-menu li a:hover,
.site-menus-wrap ul li .sub-menu li a:focus {
  background: none;
  outline: none;
}

@media print {
  /* All your print styles go here */

  #site-header,
  #site-footer {
    display: none !important;
  }

  body [data-aos] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .fkg-hero-block .fkg-block-inner-bg {
    display: none !important;
  }

  .fkg-hero-block .fkg-block-inner {
    padding: 0% 0 0 0 !important;
  }
}

.error-404 {
  display: flex;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .error-404 {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}

.error-404 h1 {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .error-404 h1 {
    font-size: 60px;
    margin-bottom: 28px;
  }
}

.error-404 p {
  font-size: 24px;
  line-height: 150%;
}

@media (max-width: 767px) {
  .error-404 p {
    font-size: 18px;
  }
}

.error-404 a {
  font-family: "DIN Condensed", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .error-404 a {
    margin-top: 0;
  }
}

.single-project h1.heading-single-project {
  line-height: 1.05;
  font-size: calc(1em + 1.458333333vw);
}

@media (min-width: 1920px) {
  .single-project h1.heading-single-project {
    font-size: 48px;
  }
}

.single-project .section-project-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.single-project .section-project-meta__item--label {
  text-transform: uppercase;
  min-width: 7em;
  font-weight: bold;
  display: inline-block;
}

.single-project section.carousel {
  box-sizing: border-box;
}

.single-project section.carousel .carousel__prev i,
.single-project section.carousel .carousel__next i {
  background-image: none;
  width: inherit;
}

.single-project section.carousel .carousel__prev i:before,
.single-project section.carousel .carousel__next i:before {
  font-family: icon !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: top;
}

.single-project section.carousel .carousel__prev {
  left: calc(-1em + 15px);
}

.single-project section.carousel .carousel__prev i::before {
  content: "\F103";
}

.single-project section.carousel .carousel__next {
  right: calc(-1em + 15px);
}

.single-project section.carousel .carousel__next i::before {
  content: "\F104";
}

.fkg-filter-news--content > ul.grid,
.fkg-filter-news--content > ul.grid--middle {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}

.fkg-filter-news--content > ul .card,
.fkg-filter-news--content > ul .card--gray {
  padding: 24px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .fkg-filter-news--content > ul .card,
  .fkg-filter-news--content > ul .card--gray {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1024px) {
  .fkg-filter-news--content > ul .card,
  .fkg-filter-news--content > ul .card--gray {
    width: calc(33.3333333333% - 20px);
  }
}

.fkg-filter-news--content > ul li {
  position: relative;
  padding-bottom: 70px !important;
}

.fkg-filter-news--content > ul li .card__thumbnail {
  padding: 0;
  height: 220px;
  margin: -24px -24px 0 -24px !important;
  margin-bottom: 0;
}

.fkg-filter-news--content > ul li .fkg-filter-news--cta-social {
  border-radius: 10px 0px;
  background-color: #006747;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DIN Condensed Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 193.75%;
  letter-spacing: 0.25px;
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: white;
  display: inline-block;
  padding: 4px 10px;
}

.fkg-filter-news--content > ul li .fkg-filter-news--heading {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin: 24px 0 0 0;
}

.fkg-filter-news--content > ul li .text--sub,
.fkg-filter-news--content > ul li .image__caption {
  color: #545454;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DIN Condensed", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 107.143%;
  letter-spacing: 0.25px;
  display: inline-block;
  width: 100%;
  margin: 8px 0 0 0;
  font-style: normal;
}

.fkg-filter-news--content > ul li .fkg-filter-news--excerpt {
  color: #60636A;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.714%;
  margin: 0 !important;
  padding: 12px 0 0 0;
}

.fkg-filter-news--content > ul li .link--more {
  margin: 10px 0 0 0 !important;
  color: #006747;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px 0px;
  border: 1px solid #006747;
  background: #FFF;
  padding: 3px 10px 1px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.fkg-filter-news--content > ul li .link--more::after {
  content: "";
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
  top: 0;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
  background-image: url(../images/icon-arrow-green.svg?858a88e66a5060985d10ce8dac91b1b8);
}

.fkg-filter-news--content > ul li .link--more::before {
  content: "";
  background: #fff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.fkg-filter-news--content > ul li .link--more:hover {
  background-color: #006747;
  border-color: #006747;
  color: #fff;
}

.fkg-filter-news--content > ul li .link--more:hover::before {
  left: 120%;
}

.fkg-filter-news--content > ul li .link--more:hover::after {
  background-image: url(../images/icon-arrow-white.svg?0220b25cf3b1f311bbf91f20d2135d45);
}

.section__break.fkg-filter-news--load-more,
.fkg-filter-news--load-more.carousel__pagination {
  margin: 34px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .section__break.fkg-filter-news--load-more,
  .fkg-filter-news--load-more.carousel__pagination {
    margin-top: 12px;
  }
}

.fkg-filter-news-form {
  padding-bottom: 34px;
}

@media (max-width: 1023px) {
  .fkg-filter-news-form {
    padding-bottom: 25px;
  }
}

.fkg-filter-news-form .fkg-news-filtered-header-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .fkg-filter-news-form .fkg-news-filtered-header-item.fkg-dropdown {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .fkg-filter-news-form .fkg-news-filtered-header-item.fkg-dropdown {
    flex: 0 0 230px;
    max-width: 230px;
  }
}

@media (min-width: 768px) {
  .fkg-filter-news-form .fkg-news-filtered-header-item.fkg-search {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .fkg-filter-news-form .fkg-news-filtered-header-item.fkg-search {
    flex: 0 0 calc(100% - 690px);
    max-width: calc(100% - 690px);
  }
}

.fkg-filter-news-form > div {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .fkg-filter-news-form > div.col-lg-2 {
    width: calc(16.66667% - 20px) !important;
  }
}

.fkg-filter-news-form .form__edit::-moz-placeholder, .fkg-filter-news-form .form__dropdown::-moz-placeholder {
  color: #2A2D31;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}

.fkg-filter-news-form .form__edit,
.fkg-filter-news-form .form__dropdown,
.fkg-filter-news-form .form__edit::placeholder,
.fkg-filter-news-form .form__dropdown::placeholder,
.fkg-filter-news-form .fkg__dropdown input,
.fkg-filter-news-form .selectize-input .item,
.fkg-filter-news-form .selectize-dropdown-content .option {
  color: #2A2D31;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}

.fkg-filter-news-form .selectize-input,
.fkg-filter-news-form .form__edit,
.fkg-filter-news-form .form__dropdown {
  padding-left: 24px;
  padding-top: 17px;
  padding-bottom: 17px;
  height: 55px;
}

.fkg-filter-news-form .form__square {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fkg-logo-carousel-block-acf {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .fkg-logo-carousel-block-acf {
    padding-bottom: 40px;
  }
}

.fkg-logo-carousel-block-acf::before {
  content: " ";
  display: inline-block;
  position: absolute;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(../images/bg-after-container.png?a6c63c74f4f898054ae64b002f755cbe);
  bottom: 0;
  left: 0;
  width: 600px;
  height: 450px;
}

.fkg-section-image-text {
  padding: 120px 0 70px 0;
}

@media (max-width: 991.98px) {
  .fkg-section-image-text {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .fkg-section-image-text {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

.fkg-section-image-text--construction {
  padding-top: 128px;
  padding-bottom: 200px;
}

@media (max-width: 767.98px) {
  .fkg-section-image-text--construction {
    padding-top: 80px;
    padding-bottom: 270px;
  }
}

.fkg-advanced-tabs-acf .fkg-adv-tabs-block {
  padding-bottom: 0;
  margin-bottom: 0;
}

.fkg-advanced-tabs-acf .fkg-adv-tabs-block .inner-tab-block .fkg-tab-body-wrapper div.fkg-tab-body--content ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  -moz-column-count: 2;
  column-count: 2;
  font-size: inherit;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .fkg-advanced-tabs-acf .fkg-adv-tabs-block .inner-tab-block .fkg-tab-body-wrapper div.fkg-tab-body--content ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.fkg-advanced-tabs-acf .fkg-adv-tabs-block .inner-tab-block .fkg-tab-body-wrapper div.fkg-tab-body--content ul li {
  font-size: inherit !important;
}

.fkg-grid-bg-acf .fkg-grid-item .fkg-grid-item-wrap .heading-spacing {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 25px;
}

.fkg-grid-bg-acf .fkg-grid-item .fkg-grid-item-wrap .heading-spacing::before {
  content: "";
  background-color: #fff;
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.section-staff-testimonials {
  padding-top: 52px;
  padding-bottom: 52px;
  position: relative;
}

.section-staff-testimonials .fkg-staff-testimonials-block {
  padding: 0;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-bg {
  background: #A9AAAD;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-bg img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: overlay;
  opacity: 0.9;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-heading {
  color: #FFF;
  margin-bottom: 48px;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-heading::after {
  background-color: #FFF;
  border: none;
  height: 2px;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap {
  grid-row-gap: 30px;
  grid-column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap {
    grid-row-gap: 48px;
    grid-column-gap: 48px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item {
  width: 100%;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner {
  position: relative;
  padding-bottom: 32px;
  height: 100%;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__avatar {
  height: 230px;
  width: 100%;
  border: 1.5px solid #FFFFFF;
  border-radius: 20px 0px;
  cursor: pointer;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__avatar::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.4s;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px 0px;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-name {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "DIN Next LT Pro", sans-serif;
  margin-top: 24px;
  margin-bottom: 8px;
  cursor: pointer;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-position {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-credentials {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  display: none;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-cta {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  left: 0;
  text-decoration: none;
  display: flex;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-cta:hover,
.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-cta:focus {
  color: #006747;
  outline: none;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-cta:hover svg path,
.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-cta:focus svg path {
  stroke: #006747;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-cta svg {
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.section-staff-testimonials .fkg-staff-testimonials-block.layout-grid .block-inner .block-staff-testimonials-wrap .fkg-staff-testimonials-item .fkg-inner__content-cta svg path {
  transition: all 0.5s ease-in-out;
}

.section-staff-testimonials .fkg-staff-testimonials-block .container,
.section-staff-testimonials .fkg-staff-testimonials-block .container--large,
.section-staff-testimonials .fkg-staff-testimonials-block .container--medium {
  position: relative;
  z-index: 2;
}

.fkg-modal-staff-testimonials {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(238, 238, 238, 0.95);
  z-index: 99999;
}

@media (max-width: 991.98px) {
  .fkg-modal-staff-testimonials-inner {
    max-width: 95% !important;
    padding: 0 !important;
  }
}

.fkg-modal-staff-testimonials-wrap {
  background: #FFFFFF;
  box-shadow: -22px 26px 68px rgba(0, 0, 0, 0.19);
  border-radius: 20px 0px;
  padding: 52px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 991.98px) {
  .fkg-modal-staff-testimonials-wrap {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .fkg-modal-staff-testimonials-wrap {
    padding: 50px 20px 40px;
  }
}

.fkg-modal-staff-testimonials-wrap .fkg-close-modal {
  position: absolute;
  right: 0;
  top: 0;
  background: #006747;
  border-radius: 0px 0px 0px 20px;
  width: 70px;
  height: 46px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMzAgMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMjQuMTAxMyAyMi43NzQzQzI0LjE4ODQgMjIuODYxNCAyNC4yNTc1IDIyLjk2NDggMjQuMzA0NiAyMy4wNzg2QzI0LjM1MTggMjMuMTkyNCAyNC4zNzYgMjMuMzE0NCAyNC4zNzYgMjMuNDM3NUMyNC4zNzYgMjMuNTYwNyAyNC4zNTE4IDIzLjY4MjcgMjQuMzA0NiAyMy43OTY1QzI0LjI1NzUgMjMuOTEwMyAyNC4xODg0IDI0LjAxMzcgMjQuMTAxMyAyNC4xMDA4QzI0LjAxNDIgMjQuMTg3OSAyMy45MTA4IDI0LjI1NyAyMy43OTcgMjQuMzA0MkMyMy42ODMyIDI0LjM1MTMgMjMuNTYxMiAyNC4zNzU2IDIzLjQzOCAyNC4zNzU2QzIzLjMxNDggMjQuMzc1NiAyMy4xOTI5IDI0LjM1MTMgMjMuMDc5MSAyNC4zMDQyQzIyLjk2NTMgMjQuMjU3IDIyLjg2MTggMjQuMTg3OSAyMi43NzQ3IDI0LjEwMDhMMTUuMDAwNSAxNi4zMjU0TDcuMjI2MyAyNC4xMDA4QzcuMDUwMzkgMjQuMjc2NyA2LjgxMTggMjQuMzc1NiA2LjU2MzAyIDI0LjM3NTZDNi4zMTQyNCAyNC4zNzU2IDYuMDc1NjUgMjQuMjc2NyA1Ljg5OTc0IDI0LjEwMDhDNS43MjM4MyAyMy45MjQ5IDUuNjI1IDIzLjY4NjMgNS42MjUgMjMuNDM3NUM1LjYyNSAyMy4xODg4IDUuNzIzODMgMjIuOTUwMiA1Ljg5OTc0IDIyLjc3NDNMMTMuNjc1MSAxNUw1Ljg5OTc0IDcuMjI1ODFDNS43MjM4MyA3LjA0OTkgNS42MjUgNi44MTEzMSA1LjYyNSA2LjU2MjUzQzUuNjI1IDYuMzEzNzUgNS43MjM4MyA2LjA3NTE2IDUuODk5NzQgNS44OTkyNUM2LjA3NTY1IDUuNzIzMzQgNi4zMTQyNCA1LjYyNDUxIDYuNTYzMDIgNS42MjQ1MUM2LjgxMTggNS42MjQ1MSA3LjA1MDM5IDUuNzIzMzQgNy4yMjYzIDUuODk5MjVMMTUuMDAwNSAxMy42NzQ2TDIyLjc3NDcgNS44OTkyNUMyMi45NTA3IDUuNzIzMzQgMjMuMTg5MiA1LjYyNDUxIDIzLjQzOCA1LjYyNDUxQzIzLjY4NjggNS42MjQ1MSAyMy45MjU0IDUuNzIzMzQgMjQuMTAxMyA1Ljg5OTI1QzI0LjI3NzIgNi4wNzUxNiAyNC4zNzYgNi4zMTM3NSAyNC4zNzYgNi41NjI1M0MyNC4zNzYgNi44MTEzMSAyNC4yNzcyIDcuMDQ5OSAyNC4xMDEzIDcuMjI1ODFMMTYuMzI1OSAxNUwyNC4xMDEzIDIyLjc3NDNaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}

@media (max-width: 767.98px) {
  .fkg-modal-staff-testimonials-wrap .fkg-close-modal {
    width: 60px;
    height: 36px;
  }
}

.fkg-modal-staff-testimonials__left {
  width: 100%;
  min-height: 1px;
}

@media (min-width: 768px) {
  .fkg-modal-staff-testimonials__left {
    flex: 0 0 247px;
    max-width: 247px;
  }
}

@media (max-width: 767.98px) {
  .fkg-modal-staff-testimonials__left {
    margin-top: 40px;
  }
}

.fkg-modal-staff-testimonials__left-avatar {
  width: 100%;
  height: 230px;
  border: 1.5px solid #FFFFFF;
  filter: drop-shadow(-5px 5px 0px #EEEEEE);
  border-radius: 20px 0px;
  margin-bottom: 24px;
}

.fkg-modal-staff-testimonials__left-avatar img {
  border-radius: 20px 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fkg-modal-staff-testimonials__left h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: "DIN Next LT Pro", sans-serif;
  text-transform: uppercase;
  color: #006747;
  margin-bottom: 8px;
}

.fkg-modal-staff-testimonials__left-position,
.fkg-modal-staff-testimonials__left-credentials {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #60636A;
  margin-bottom: 8px;
}

.fkg-modal-staff-testimonials__left-credentials {
  font-size: 12px;
}

.fkg-modal-staff-testimonials__right {
  width: 100%;
  min-height: 1px;
  padding-left: 52px;
  padding-right: 100px;
}

@media (min-width: 768px) {
  .fkg-modal-staff-testimonials__right {
    flex: 0 0 calc(100% - 247px);
    max-width: calc(100% - 247px);
  }
}

@media (max-width: 991.98px) {
  .fkg-modal-staff-testimonials__right {
    padding-left: 40px;
    padding-right: 50px;
  }
}

@media (max-width: 767.98px) {
  .fkg-modal-staff-testimonials__right {
    padding-left: 0;
    padding-right: 0;
  }
}

.fkg-modal-staff-testimonials__right-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #545454;
}

@media (max-width: 767.98px) {
  .fkg-modal-staff-testimonials__right-desc {
    max-height: 200px;
    overflow-y: auto;
  }
}

.fkg-modal-staff-testimonials__right-desc:before,
.fkg-modal-staff-testimonials__right-desc:after {
  content: "\201C";
}

.fkg-modal-staff-testimonials__right-desc *:last-child {
  margin-bottom: 0;
}

.fkg-ss-filter-projects form.filter-form .filter-form__search-bar {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767.98px) {
  .fkg-ss-filter-projects form.filter-form .filter-form__search-bar {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.fkg-ss-filter-projects form.filter-form .filter-form__search-bar .inline-form {
  width: 100%;
  position: relative;
}

.fkg-ss-filter-projects form.filter-form .filter-form__search-bar .clear-search-btn {
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  cursor: pointer;
}

.fkg-ss-filter-projects form.filter-form .filter-form__search-bar .clear-search-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

.fkg-ss-filter-projects form.filter-form .filter-form__search-bar .clear-search-btn svg {
  width: 100%;
  height: auto;
  max-width: 20px;
}

.fkg-ss-filter-projects form.filter-form .filter-form__search-bar .clear-search-btn svg path {
  fill: #006747;
}

.fkg-ss-filter-projects form.filter-form .filter-form__search-bar .clear-filters-btn {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  box-sizing: border-box;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: #006747;
  border-radius: 12px;
  color: #fff;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .fkg-ss-filter-projects form.filter-form .filter-form__search-bar .clear-filters-btn {
    width: 100%;
  }
}

.fkg-ss-filter-projects form.filter-form .filter-form__search-bar .clear-filters-btn svg {
  width: 100%;
  height: auto;
  max-width: 20px;
}

.fkg-ss-filter-projects form.filter-form .filter-form__search-bar .clear-filters-btn svg path {
  fill: #fff;
}

.section-capability-statements {
  padding-top: 52px;
  padding-bottom: 52px;
  background: #EEE;
}

.section-capability-statements h2 {
  letter-spacing: 1px;
  color: #545454;
  font-style: normal;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 54px;
}

.section-capability-statements h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #006747;
}

.section-capability-statements .cb-statements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .section-capability-statements .cb-statements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .section-capability-statements .cb-statements-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section-capability-statements .cb-statements-grid .cb-statement-card {
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 24px;
  position: relative;
}

@media (min-width: 768px) {
  .section-capability-statements .cb-statements-grid .cb-statement-card {
    padding-bottom: 64px;
  }
}

.section-capability-statements .cb-statements-grid .cb-statement-card h3 {
  color: var(--Grey-Med, #545454);
  font-size: 21px;
  font-weight: 700;
  line-height: 114.286%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-capability-statements .cb-statements-grid .cb-statement-card .description {
  color: var(--Gray---Body-Copy, #60636A);
  font-size: 14px;
  font-weight: 400;
  line-height: 185.714%;
}

.section-capability-statements .cb-statements-grid .cb-statement-card .description p {
  margin: 0;
}

.section-capability-statements .cb-statements-grid .cb-statement-card .btn-download {
  color: var(--FKG-Green, #006747);
  font-size: 13px;
  font-weight: 700;
  line-height: 115.385%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 24px 0 0 0;
}

@media (min-width: 768px) {
  .section-capability-statements .cb-statements-grid .cb-statement-card .btn-download {
    position: absolute;
    left: 24px;
    bottom: 24px;
    margin: 0;
  }
}

.section-capability-statements .cb-statements-grid .cb-statement-card .btn-download svg {
  margin-bottom: 4px;
}

.capability-statements__modal {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(238, 238, 238, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

body.logged-in .capability-statements__modal {
  top: 32px;
}

.show .capability-statements__modal {
  opacity: 1;
  visibility: visible;
}

.capability-statements__modal #capability-statements__modal--close {
  border-radius: 0px 0px 0px 20px;
  background: var(--FKG-Green, #006747);
  width: 70px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.capability-statements__modal .capability-statements__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.capability-statements__modal .capability-statements__wrapper {
  border-radius: 20px 0px;
  background: #FFF;
  padding: 52px;
  position: relative;
  width: 90%;
  max-width: 1130px;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .capability-statements__modal .capability-statements__wrapper {
    padding: 52px 32px;
  }
}

@media (max-width: 575.98px) {
  .capability-statements__modal .capability-statements__wrapper {
    padding: 48px 16px;
  }
}

.capability-statements__modal .capability-statements__wrapper h2 {
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .capability-statements__modal .capability-statements__wrapper h2 {
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.capability-statements__modal .capability-statements__wrapper--text {
  color: var(--Gray---Body-Copy, #60636A);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0px;
}

@media (max-width: 575.98px) {
  .capability-statements__modal .capability-statements__wrapper--text {
    font-size: 18px;
  }
}

.capability-statements__modal .capability-statements__wrapper .nf-form-content {
  padding: 0;
}

@media (max-width: 575.98px) {
  .capability-statements__modal .capability-statements__wrapper .nf-form-content .nf-field {
    margin-bottom: 20px;
  }

  .capability-statements__modal .capability-statements__wrapper .nf-form-content .nf-field input {
    height: 48px;
  }
}

.capability-statements__modal .capability-statements__wrapper .nf-form-content .html-wrap {
  flex-direction: column;
}

.capability-statements__modal .capability-statements__wrapper .nf-form-content .submit-container .nf-field {
  margin: 0;
}

.capability-statements__modal .capability-statements__wrapper .nf-form-content .submit-container .nf-field .nf-field-element {
  text-align: right;
}

.capability-statements__modal .capability-statements__wrapper .thankyou-text {
  margin-bottom: 0;
  color: var(--Gray---Body-Copy, #60636A);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  /* 175% */
}

.capability-statements__modal .capability-statements__wrapper .thankyou-text #reload-modal {
  color: var(--FKG-Green, #006747);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

