/*
Theme Name: PQP Theme
Author: Columbird
Author URI: https://columbird.se
Description: 
Version: 1.0
*/
/* General */
/* Colors */
/** Breakpoints  */
/** General  */
/** Grid */
/* Convert Illustrator, InDesign and Photoshop tracking into letter spacing.
-------------------------*/
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Black.woff2") format("woff2"), url("font/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-BoldItalic.woff2") format("woff2"), url("font/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-BlackItalic.woff2") format("woff2"), url("font/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Bold.woff2") format("woff2"), url("font/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-MediumItalic.woff2") format("woff2"), url("font/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-LightItalic.woff2") format("woff2"), url("font/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Regular.woff2") format("woff2"), url("font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-ThinItalic.woff2") format("woff2"), url("font/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Medium.woff2") format("woff2"), url("font/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Thin.woff2") format("woff2"), url("font/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Italic.woff2") format("woff2"), url("font/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Light.woff2") format("woff2"), url("font/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  background-color: #EAEAEA;
}

body,
p,
li {
  color: #000000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  color: #2B2E18;
  font-weight: bold;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: #2B2E18;
}

h1,
.h1 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    line-height: 3.25rem;
    font-size: 2.8125rem;
  }
}

h2,
.h2 {
  font-size: 1.75rem;
}
@media only screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 2.3125rem;
  }
}

h3,
.h3 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

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

ol, ul {
  padding: 0 0 0 17px;
}

p a:hover,
li a:hover {
  text-decoration: none;
}

p {
  font-size: 0.875rem;
  color: #274141;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  p {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 1.5625rem;
  }
}

strong,
b {
  font-weight: 600;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/* General */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body > main {
  flex: 1 0 auto;
  background-color: #EAEAEA;
}

img {
  max-width: 100%;
}

#version_number {
  background-color: black;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 222222;
  padding: 0px 10px;
  font-size: 10px;
}

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

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

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

.space-none {
  margin: 0;
  margin-top: 0 !important;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

/* The default outline styling, for greatest accessibility. */
/* You can skip this to just use the browser's defaults. */
/* When mouse is detected, ALL focused elements have outline removed. */
body[data-curr-input=mouse] :focus {
  outline: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1320px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.row--full {
  max-width: none;
}
.row--reverse {
  flex-direction: row-reverse;
}
.row--collapse {
  padding: 0;
}
.row .row {
  margin-left: -20px;
  margin-right: -20px;
}

.row--small {
  max-width: 550px;
}
@media only screen and (min-width: 1024px) {
  .row--small {
    max-width: 690px;
  }
}

.row--medium {
  max-width: 1025px;
}

.column,
.columns {
  box-sizing: border-box;
  flex: 1 1 0px;
  min-height: 0;
  min-width: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.shrink {
  width: auto;
  flex: 0 1 auto;
}

.justify-left {
  justify-content: flex-start;
}

.justify-right {
  justify-content: flex-end;
}

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

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

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

.align-top {
  align-items: flex-start;
}

.align-middle {
  align-items: center;
}

.align-bottom {
  align-items: flex-end;
  align-content: flex-end;
}

@media only screen and (min-width: 0px) {
  .small-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .small-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .small-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .small-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .small-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .small-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .small-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .small-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .small-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .small-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .small-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .small-offset-12 {
    margin-left: 100%;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--small-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .small-justify-left {
    justify-content: flex-start;
  }
  .small-justify-right {
    justify-content: flex-end;
  }
  .small-justify-center {
    justify-content: center;
  }
  .small-justify-around {
    justify-content: space-around;
  }
  .small-justify-between {
    justify-content: space-between;
  }
  .small-align-top {
    align-items: flex-start;
  }
  .small-align-middle {
    align-items: center;
  }
  .small-align-bottom {
    align-items: flex-end;
  }
  .hide-on-small {
    display: none;
  }
  .show-on-small {
    display: block;
  }
  .small-shrink {
    width: auto;
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 769px) {
  .medium-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .medium-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .medium-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .medium-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--medium-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .medium-justify-left {
    justify-content: flex-start;
  }
  .medium-justify-right {
    justify-content: flex-end;
  }
  .medium-justify-center {
    justify-content: center;
  }
  .medium-justify-around {
    justify-content: space-around;
  }
  .medium-justify-between {
    justify-content: space-between;
  }
  .medium-align-top {
    align-items: flex-start;
  }
  .medium-align-middle {
    align-items: center;
  }
  .medium-align-bottom {
    align-items: flex-end;
  }
  .hide-on-medium {
    display: none;
  }
  .show-on-medium {
    display: block;
  }
  .medium-shrink {
    width: auto;
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .large-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .large-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .large-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-offset-12 {
    margin-left: 100%;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--large-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .large-justify-left {
    justify-content: flex-start;
  }
  .large-justify-right {
    justify-content: flex-end;
  }
  .large-justify-center {
    justify-content: center;
  }
  .large-justify-around {
    justify-content: space-around;
  }
  .large-justify-between {
    justify-content: space-between;
  }
  .large-align-top {
    align-items: flex-start;
  }
  .large-align-middle {
    align-items: center;
  }
  .large-align-bottom {
    align-items: flex-end;
  }
  .hide-on-large {
    display: none;
  }
  .show-on-large {
    display: block;
  }
  .large-shrink {
    width: auto;
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 1216px) {
  .xlarge-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .xlarge-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .xlarge-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .xlarge-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-offset-12 {
    margin-left: 100%;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xlarge-justify-left {
    justify-content: flex-start;
  }
  .xlarge-justify-right {
    justify-content: flex-end;
  }
  .xlarge-justify-center {
    justify-content: center;
  }
  .xlarge-justify-around {
    justify-content: space-around;
  }
  .xlarge-justify-between {
    justify-content: space-between;
  }
  .xlarge-align-top {
    align-items: flex-start;
  }
  .xlarge-align-middle {
    align-items: center;
  }
  .xlarge-align-bottom {
    align-items: flex-end;
  }
  .hide-on-xlarge {
    display: none;
  }
  .show-on-xlarge {
    display: block;
  }
  .xlarge-shrink {
    width: auto;
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 1408px) {
  .xxlarge-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xxlarge-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlarge-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .xxlarge-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlarge-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xxlarge-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .xxlarge-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xxlarge-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xxlarge-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .xxlarge-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xxlarge-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xxlarge-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-offset-12 {
    margin-left: 100%;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row--xxlarge-uncollapse {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xxlarge-justify-left {
    justify-content: flex-start;
  }
  .xxlarge-justify-right {
    justify-content: flex-end;
  }
  .xxlarge-justify-center {
    justify-content: center;
  }
  .xxlarge-justify-around {
    justify-content: space-around;
  }
  .xxlarge-justify-between {
    justify-content: space-between;
  }
  .xxlarge-align-top {
    align-items: flex-start;
  }
  .xxlarge-align-middle {
    align-items: center;
  }
  .xxlarge-align-bottom {
    align-items: flex-end;
  }
  .hide-on-xxlarge {
    display: none;
  }
  .show-on-xxlarge {
    display: block;
  }
  .xxlarge-shrink {
    width: auto;
    flex: 0 1 auto;
  }
}
/* Components */
.skip-to-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
  width: 100%;
  transform: translateY(-100%);
  background-color: #2B2E18;
  color: #ffffff;
  z-index: 9999;
  text-align: center;
  font-size: 1.375rem;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.skip-to-content:focus {
  transform: translateY(0);
  outline: none;
  opacity: 1;
}
.skip-to-content:focus-visible {
  outline: 2px solid #ffffff;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #EAEAEA;
  flex: none;
  display: flex;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  flex: none;
  display: flex;
  padding: 0;
  height: 4.375rem;
}
@media only screen and (min-width: 1024px) {
  .header {
    padding: 2.375rem 0;
    height: unset;
  }
}

.header__items {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header__items {
    height: unset;
    align-items: center;
    justify-content: flex-end;
  }
}

.header__logo {
  display: flex;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  width: 10.4375rem;
  height: 1.9375rem;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    width: 18.5625rem;
    height: 3.4375rem;
  }
}
.header__logo:focus-visible {
  outline: 0.125rem solid #000000;
}
.header__logo:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(img/header-logo.png);
}

/* Footer */
.footer {
  background-color: #C8A800;
  color: #2B2E18;
  padding: 1.875rem 0 3.125rem 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer {
    margin-top: 3.125rem;
    padding: 5.625rem 0 8.4375rem 0;
  }
}

.footer-logo__container {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .footer-logo__container {
    justify-content: flex-start;
  }
}

.footer-logo {
  height: 3.4375rem;
  width: 18.5rem;
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .footer-logo {
    margin-bottom: 3.75rem;
  }
}
.footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.footer-office {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .footer-office {
    margin-bottom: 0;
  }
}
.footer-office p {
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.75rem;
  color: #2B2E18;
}
.footer-office p strong {
  font-weight: 500;
}
.footer-office p a {
  color: #2B2E18;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.25rem;
}
.footer-office p a:hover {
  background-size: 100% 0.1875rem;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}

.footer-column-order {
  order: -1;
}
@media only screen and (min-width: 1024px) {
  .footer-column-order {
    order: unset;
  }
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .footer-socials {
    justify-content: flex-start;
  }
}

.footermenu {
  padding: 0;
  margin-bottom: 1.25rem;
}
.footermenu .submenu-has-children.active-parent a {
  color: #2B2E18;
}
.footermenu .submenu-has-children.active-parent a:hover span {
  background-size: 100% 0.1875rem;
}
.footermenu .submenu-first,
.footermenu .submenu-second,
.footermenu .submenu-third,
.footermenu .submenu-forth {
  display: none !important;
}

.footermenu > li {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .footermenu > li {
    text-align: right;
  }
}

.footermenu > li > a {
  color: #2B2E18;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: bold;
}
.footermenu > li > a span {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.25rem;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}
.footermenu > li > a:hover {
  color: #2B2E18;
}
.footermenu > li > a:hover span {
  background-size: 100% 0.1875rem;
}
.footermenu > li > a:focus-visible {
  outline: solid 0.1875rem #2B2E18;
  background-size: 0;
}

.footer-social {
  display: flex;
  height: 2.0625rem;
  width: 2.0625rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.footer-social:focus-visible {
  outline: 0.125rem solid #2B2E18;
}
.footer-social .icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.footer-social .icon--green {
  opacity: 1;
}
.footer-social .icon--white {
  opacity: 0;
}
.footer-social.image-hover .icon--green {
  opacity: 0;
}
.footer-social.image-hover .icon--white {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .footer-social .icon {
    transition: none;
  }
}

.mainmenu__holder {
  width: unset;
  display: flex;
  height: 100%;
  margin: 0 0 0 auto;
  align-items: center;
  position: static;
  background-color: #EAEAEA;
}
@media only screen and (min-width: 769px) {
  .mainmenu__holder {
    position: fixed;
    top: 0;
    left: 0;
    height: 2.375rem;
    transition: all 0.3s ease;
    background-color: #ffffff;
    width: 100%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .mainmenu__holder {
    width: unset;
    display: flex;
    height: 100%;
    margin: 0 0 0 auto;
    align-items: center;
    position: static;
    background-color: #EAEAEA;
  }
}

.mainmenu {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0.625rem;
}
@media only screen and (min-width: 769px) {
  .mainmenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .mainmenu {
    height: unset;
    padding: 0;
  }
}
.mainmenu li {
  padding: 0 0.625rem;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .mainmenu li {
    padding: 0 1.71875rem;
  }
}
.mainmenu a {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.125rem;
  transition: all 0.3s ease;
}
.mainmenu a:focus-visible {
  outline: 0.125rem solid #000000;
}

.hero__container {
  position: relative;
  margin-bottom: 2.8125rem;
}

.hero {
  height: 11.3125rem;
  position: relative;
  background-color: #E9E3C2;
}
@media only screen and (min-width: 1024px) {
  .hero {
    height: 40.25rem;
  }
}

.hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-puff {
  background-color: #E9E3C2;
  position: relative;
  width: 100%;
  padding: 20px 15px;
}
@media only screen and (min-width: 1024px) {
  .hero-puff {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 20px 30px 35px 30px;
  }
}

.hero-puff__title {
  margin-bottom: 1.25rem;
}

.hero-puff__content {
  color: #2B2E18;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .hero-puff__content {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.employees__title {
  margin-top: 1.25rem;
  margin-bottom: 1.1875rem;
}
@media only screen and (min-width: 1024px) {
  .employees__title {
    margin-top: 2.1875rem;
    margin-bottom: 1.625rem;
  }
}

.list-employees {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .list-employees {
    margin-top: 3.125rem;
    margin-bottom: 0;
  }
}

.list-employees__title {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .list-employees__title {
    margin-bottom: 3.5rem;
  }
}
.list-employees__title span {
  text-transform: lowercase;
}

.employee-item__content {
  display: flex;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .employee-item__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.125rem;
  }
}

.employee-item__content-content {
  display: flex;
  flex-direction: column;
}

.employee-item__name {
  overflow-wrap: break-word;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 1.3125rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .employee-item__name {
    font-size: 1.75rem;
    line-height: 1.9375rem;
    margin-bottom: 0.4375rem;
  }
}

.employee-item__title {
  overflow-wrap: break-word;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .employee-item__title {
    margin-bottom: 0.875rem;
  }
}

.employee-item__number,
.employee-item__email {
  overflow-wrap: break-word;
  margin-bottom: 0;
  line-height: 20px;
}
.employee-item__number a,
.employee-item__email a {
  font-weight: 400;
  color: #2B2E18;
  font-size: 0.75rem;
  position: relative;
  background-image: linear-gradient(#2B2E18, #2B2E18);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.employee-item__number a:focus-visible,
.employee-item__email a:focus-visible {
  outline: solid 0.1875rem #2B2E18;
  background-size: 0;
}
.employee-item__number a:hover,
.employee-item__email a:hover {
  background-size: 100% 2px;
}

.filter-cities__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.filter-cities__list li {
  margin: 0;
}

.filter-cities__link {
  display: inline-block;
}
.filter-cities__link:focus-visible {
  outline: 2px solid #524500;
}
.filter-cities__link span {
  font-size: 1.25rem;
  color: #524500;
  line-height: 1.875rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.1875rem;
  background-image: linear-gradient(#C8A800, #C8A800);
}

.filter-cities__link.active span {
  background-size: 100% 0.1875rem;
  background-image: linear-gradient(#524500, #524500);
}

.employee-item__image-container {
  position: relative;
  background-color: #fff;
  min-height: 6.25rem;
  width: 7.1875rem;
  flex-shrink: 0;
  margin-right: 0.625rem;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .employee-item__image-container {
    width: 100%;
    height: 25rem;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}
.employee-item__image-container .employee-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  transition: opacity 0.25s ease;
  display: block;
}
.employee-item__image-container .employee-image--primary {
  opacity: 1;
}
.employee-item__image-container .employee-image--hover {
  opacity: 0;
}
.employee-item__image-container.image-hover .employee-image--primary {
  opacity: 0;
}
.employee-item__image-container.image-hover .employee-image--hover {
  opacity: 1;
}
.employee-item__content:hover .employee-item__image-container .employee-image--primary {
  opacity: 0;
}
.employee-item__content:hover .employee-item__image-container .employee-image--hover {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .employee-item__image-container .employee-image {
    transition: none;
  }
}

.news-puff {
  display: flex;
  flex-direction: column;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 1024px) {
  .news-puff {
    flex-direction: row;
    gap: 1.25rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.news-puff__title-container {
  background-color: #2B2E18;
  margin-right: -20px;
  margin-left: -20px;
  padding: 1.875rem 1.875rem 0 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .news-puff__title-container {
    margin-right: 0;
    margin-left: 0;
    color: #2B2E18;
    background-color: #EAEAEA;
    padding: 0;
  }
}

.news-puff__title {
  font-weight: bold;
  color: #ffffff;
  border-bottom: 0.1875rem solid #ffffff;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .news-puff__title {
    padding-bottom: 0;
    color: #2B2E18;
    margin-bottom: 1.5625rem;
    border-bottom: none;
  }
}

.news-puff__group.first {
  display: flex;
  padding: 1.875rem 1.875rem 0 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .news-puff__group.first {
    background-color: #ffffff;
    min-height: 40.4375rem;
    flex-basis: 42.25rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .news-puff__group.first .news-puff__item {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
  }
  .news-puff__group.first .news-puff__item:focus-visible {
    outline: solid 0.1875rem #000000;
  }
}

.news-puff__group {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #2B2E18;
  padding: 0 1.875rem 5rem 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .news-puff__group {
    flex-grow: 1;
    flex-basis: 27.75rem;
    padding: 2.9375rem 2.8125rem 4.375rem 3.4375rem;
  }
}

.news-puff__item {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  border-bottom: 0.1875rem solid #ffffff;
  margin-bottom: 1.875rem;
  padding: 0 0 1.875rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-puff__item:hover .news-puff__item-button:after {
  transform: translateX(0.3125rem);
}
.news-puff__item:hover .news-puff__item-title > span {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#E4D392, #E4D392);
}
.news-puff__item:hover .news-puff__item-img-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.news-puff__item:focus-visible {
  outline: solid 0.1875rem #ffffff;
}

.news-puff__content {
  background-color: #2B2E18;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .news-puff__content {
    position: absolute;
    bottom: 0;
    width: 27.75rem;
    padding: 1.5rem 3.4375rem 1.5625rem 2.8125rem;
  }
}

.news-puff__item-title {
  color: #E4D392;
  font-weight: bold;
  margin-bottom: 0.6875rem;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  word-break: break-word;
}
@media only screen and (min-width: 1024px) {
  .news-puff__item-title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.news-puff__item-title span {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.125rem;
}
.news-puff__item-title span:hover, .news-puff__item-title span:focus-visible {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#E4D392, #E4D392);
}

.news-puff__item-date {
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.news-puff__item-categories {
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
}
@media only screen and (min-width: 1024px) {
  .news-puff__item-categories {
    position: absolute;
    top: 1.875rem;
    left: 2.5rem;
  }
}

.news-puff__item-excerpt {
  color: #ffffff;
  font-size: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .news-puff__item-excerpt {
    font-size: 0.875rem;
  }
}

.news-puff__group-button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  background-color: #E4D392;
  color: #2B2E18;
  display: flex;
  align-items: center;
}
.news-puff__group-button:after {
  content: "";
  display: block;
  height: 0.9375rem;
  width: 2.25rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  background-image: url(img/black-puff-arrow.png);
  margin-left: 0.625rem;
  transform: translateX(0);
}
.news-puff__group-button:hover:after {
  transform: translateX(0.3125rem);
}
.news-puff__group-button:focus-visible {
  outline: solid 0.1875rem #ffffff;
}

.news-puff__item-button {
  color: #E4D392;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: auto;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1024px) {
  .news-puff__item-button {
    font-size: 0.875rem;
  }
}
.news-puff__item-button:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.5rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  background-image: url(img/yellow-puff-arrow.png);
  margin-left: 1.25rem;
  transform: translateX(0);
}

@media screen and (max-width: 1024px) {
  .news-puff__item {
    background-image: none !important;
  }
  .news-puff__item-img-overlay.overlay {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .related-news__title {
    padding-bottom: 0;
    color: #2B2E18;
    margin-bottom: 3.125rem;
    border-bottom: none;
    font-weight: bold;
    line-height: 3.25rem;
  }
}

.related-news__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-news__item:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.related-news__item:hover .related-news__item-button:after {
  transform: translateX(0.3125rem);
}
.related-news__item:hover .related-news__item-title > span {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#E4D392, #E4D392);
}
.related-news__item:hover .related-news__item-img-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.related-news__item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-news__item-img-container {
  height: 21.625rem;
  flex-shrink: 0;
  background-color: #2B2E18;
  position: relative;
}

.related-news__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.related-news__item-content {
  position: relative;
  background-color: #2B2E18;
  padding: 1.25rem 1.25rem 2.8125rem 1.25rem;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .related-news__item-content {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
}

.related-news__item-categories {
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1rem;
}

.related-news__item-title {
  color: #E4D392;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.related-news__item-title span {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.125rem;
}
.related-news__item-title span:hover, .related-news__item-title span:focus-visible {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#E4D392, #E4D392);
}

.related-news__item-excerpt {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3125rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .related-news__item-excerpt {
    max-width: 23.125rem;
  }
}

.related-news__item-button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  background-color: #E4D392;
  color: #2B2E18;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 0.75rem;
}
.related-news__item-button:hover:after {
  transform: translateX(0.3125rem);
}
.related-news__item-button:focus-visible {
  outline: solid 0.1875rem #ffffff;
}
.related-news__item-button:after {
  content: "";
  display: block;
  height: 0.625rem;
  width: 1.4375rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  background-image: url(img/black-puff-arrow.png);
  margin-left: 0.625rem;
  transform: translateX(0);
}

.text-block__text {
  text-align: center;
  color: #5A1A13;
  font-size: 1.75rem;
  line-height: 2.125rem;
  letter-spacing: 0.02em;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .text-block__text {
    font-size: 2.8125rem;
    line-height: 3.1875rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.line-block,
.wp-block-separator {
  height: 1.5px;
  background-color: #524512;
  border: none;
  margin: 1.5625rem 0;
  width: 100% !important;
}
@media only screen and (min-width: 1024px) {
  .line-block,
  .wp-block-separator {
    margin: 3.125rem 0;
  }
}

.puff__item {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .puff__item {
    flex-direction: row;
    margin-bottom: 3.125rem;
  }
}
.puff__item:focus-visible {
  outline: solid 0.1875rem #000000;
}
.puff__item:focus-visible .puff__item-title > span {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}
.puff__item:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.puff__item:hover .puff__item-button:after {
  transform: translateX(0.3125rem);
}
.puff__item:hover .puff__item-title > span {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}
.puff__item:hover .puff__item-img-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.puff__item.green:hover .puff__item-title > span {
  background-image: linear-gradient(#E4D392, #E4D392);
}

.puff__item.no-link:hover {
  box-shadow: none;
}
.puff__item.no-link:hover .puff__item-title > span {
  background-size: 0;
}
.puff__item.no-link:hover .puff__item-img-overlay {
  background: none;
}

.puff__item-img-container {
  width: 100%;
  order: 1;
  height: 14.3125rem;
  position: relative;
  background-color: #E9E3C2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .puff__item-img-container {
    width: 50%;
    height: unset;
  }
}

.puff__item.green > .puff__item-img-container,
.puff__item.yellow > .puff__item-img-container,
.puff__item.grey > .puff__item-img-container {
  background-color: white;
}

.puff__content {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  order: 2;
  padding: 1.25rem 1.25rem 3.75rem 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .puff__content {
    position: relative;
    width: 50%;
    min-height: 34rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.375rem 2.5rem 4.375rem 2.5rem;
  }
}

.puff__item.green > .puff__content {
  background-color: #2B2E18;
}

.puff__item.yellow > .puff__content {
  background-color: #E4D392;
}

.puff__item.grey > .puff__content {
  background-color: #EAEAEA;
}

@media only screen and (min-width: 1024px) {
  .puff__item.odd .puff__content {
    order: 1;
  }
  .puff__item.odd .puff__item-img-container {
    order: 2;
  }
}

.puff__item-title {
  color: #2B2E18;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  margin-bottom: 0.9375rem;
  font-weight: bold;
  word-break: break-word;
}
@media only screen and (min-width: 1024px) {
  .puff__item-title {
    font-size: 2.8125rem;
    line-height: 3.25rem;
    margin-bottom: 1.875rem;
  }
}
.puff__item-title span {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.125rem;
}

.puff__item.grey .puff__item-title {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 1024px) {
  .puff__item.grey .puff__item-title {
    font-size: 2.8125rem;
    line-height: 3.25rem;
  }
}
.puff__item.grey .puff__item-excerpt,
.puff__item.grey .puff__item-excerpt > p {
  color: #2B2E18;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .puff__item.grey .puff__item-excerpt,
  .puff__item.grey .puff__item-excerpt > p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.puff__item.green .puff__item-title {
  color: #E4D392;
}

.puff__item-excerpt {
  color: #2B2E18;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 1024px) {
  .puff__item-excerpt {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.puff__item-excerpt p {
  color: #2B2E18;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 1024px) {
  .puff__item-excerpt p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.puff__item-excerpt p a {
  color: #2B2E18;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(#274141, #274141);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.puff__item-excerpt p a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(#C8A800, #C8A800);
}
.puff__item-excerpt p a:focus-visible, .puff__item-excerpt p a:focus {
  outline: 2px solid #274141;
  background-size: 0;
}

.puff__item.green .puff__item-excerpt {
  color: white;
}

.card-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .card-item {
    min-height: 21.625rem;
  }
}
.card-item:focus-visible {
  outline: solid 0.1875rem #000000;
}
.card-item:focus-visible .card-item__title > span {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}
.card-item:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.card-item:hover .card-item__title > span {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}
.card-item:hover .card-item__img-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.card-item:hover .card-item__button:after {
  transform: translateX(0.3125rem);
}

@media only screen and (min-width: 1024px) {
  .card-item.project {
    min-height: unset;
  }
}

.card-item.no-link:hover {
  box-shadow: none;
}
.card-item.no-link:hover .card-item__title > span {
  background-size: 0;
}
.card-item.no-link:hover .card-item__img-overlay {
  background: none;
}

.card-item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #D6D8C8;
  position: relative;
}

.card-item.white .card-item__inner,
.card-item.white .card-item__img-container,
.card-item.white .card-item__content {
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .card-item.white .card-item__excerpt {
    margin-bottom: 3.125rem;
  }
}

.card-item.white .card-item__content {
  height: 100%;
}

.card-item__img-container {
  height: 21.625rem;
  flex-shrink: 0;
  background-color: #D6D8C8;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-item__img-container.project {
  height: unset;
  flex-shrink: 0;
  width: 6.8125rem;
}
@media only screen and (min-width: 1024px) {
  .card-item__img-container.project {
    height: 14.625rem;
    width: 100%;
  }
}

.card-item__content.project {
  padding: 0.625rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .card-item__content.project {
    padding: 1.25rem 1.25rem 3.125rem 1.25rem;
  }
}

.card-item__inner.project {
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .card-item__inner.project {
    flex-direction: column;
  }
}

.card-item__img-container.project,
.card-item__inner.project,
.card-item__content.project {
  background-color: #E9E3C2;
}

.card-item__img-container.three-in-a-row {
  height: 14.5625rem;
}

.card-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card-item__content {
  margin-top: auto;
  position: relative;
  background-color: #D6D8C8;
  padding: 1.25rem 1.25rem 2.8125rem 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .card-item__content {
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  }
}

.card-item__title {
  color: #2B2E18;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .card-item__title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    margin-bottom: 0.9375rem;
  }
}
.card-item__title span {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.125rem;
}
.card-item__title span:hover, .card-item__title span:focus-visible {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}

.card-item__excerpt {
  color: #2B2E18;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3125rem;
  font-size: 0.875rem;
  margin-bottom: 0;
  word-break: break-word;
}
@media only screen and (min-width: 1024px) {
  .card-item__excerpt {
    max-width: 30rem;
  }
}

.card-item-margin {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .card-item-margin {
    margin-bottom: 25px;
    margin-top: 0;
  }
}

.list-projects {
  margin-top: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .list-projects {
    margin-top: 3.125rem;
  }
}

.list-projects__title {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .list-projects__title {
    margin-bottom: 1.875rem;
  }
}
.list-projects__title span {
  text-transform: lowercase;
}

.news-tags__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 50px;
}

.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 0;
  white-space: normal;
}

.news-tags li {
  display: inline-flex;
  margin: 0;
}

.news-tags li a {
  color: #ffffff;
  color: #2B2E18;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  position: relative;
  line-height: 1rem;
  transition: all 0.3s ease;
  letter-spacing: 0.15em;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-transform: uppercase;
  background-color: #C8A82C;
  font-weight: 500;
  padding: 10px;
  flex: 0 0 auto;
}
.news-tags li a:hover {
  background-color: #2B2E18;
  color: #ffffff;
}
.news-tags li a:focus-visible {
  outline: solid 0.1875rem #2B2E18;
}

.single-news__date {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .single-news__date {
    margin-top: 3.75rem;
  }
}

.post-tags li a {
  color: #2B2E18;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.aside__container {
  position: relative;
}

.aside {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .aside {
    position: absolute;
    right: 0;
    top: 732px;
    width: 384px;
  }
}

@media only screen and (min-width: 1024px) {
  .aside.project {
    top: 694px;
  }
}

.aside-text {
  background-color: #E9E3C2;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  margin-bottom: 1.5625rem;
}
.aside-text h1,
.aside-text h2,
.aside-text h3,
.aside-text h4,
.aside-text h5,
.aside-text h6 {
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.aside-text h1,
.aside-text h2,
.aside-text h3,
.aside-text h4,
.aside-text h5,
.aside-text h6,
.aside-text p,
.aside-text p > a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.aside-text p > a {
  color: #274141;
  position: relative;
  background-image: linear-gradient(#C8A800, #C8A800);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.aside-text p > a:focus-visible {
  outline: solid 0.1875rem #2B2E18;
  background-size: 0;
}

.aside-users {
  border-bottom: 4px solid #2B2E18;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.aside-users__item {
  display: flex;
  margin-bottom: 1.25rem;
}

.aside-users__item-content {
  display: flex;
  flex-direction: column;
}
.aside-users__item-content p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.aside-users__item-img {
  width: 7.1875rem;
  height: 6.25rem;
  flex-shrink: 0;
  position: relative;
  background-color: #E9E3C2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.625rem;
}

.aside-users__item-name {
  overflow-wrap: break-word;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.aside-users__item-title {
  overflow-wrap: break-word;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.aside-users__item-number,
.aside-users__item-email {
  overflow-wrap: break-word;
  margin-bottom: 0;
  line-height: 1.25rem;
}
.aside-users__item-number a,
.aside-users__item-email a {
  font-weight: 400;
  color: #2B2E18;
  font-size: 0.75rem;
  position: relative;
  background-image: linear-gradient(#2B2E18, #2B2E18);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.aside-users__item-number a:focus-visible,
.aside-users__item-email a:focus-visible {
  outline: solid 0.1875rem #2B2E18;
  background-size: 0;
}
.aside-users__item-number a:hover,
.aside-users__item-email a:hover {
  background-size: 100% 2px;
}

.aside-services {
  border-bottom: 4px solid #2B2E18;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .aside-services {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.aside-services__title {
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  line-height: 2.5rem;
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .aside-services__title {
    margin-bottom: 1.25rem;
  }
}

.aside-services__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.125rem;
}
.aside-services__item:hover .aside-services__item-title > span {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}
.aside-services__item:hover .aside-serives__item-button:after {
  transform: translateX(0.3125rem);
}
.aside-services__item:focus-visible {
  outline: solid 0.1875rem #2B2E18;
}

.aside-services__item-title {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 2.5rem;
  position: relative;
}
.aside-services__item-title span {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.125rem;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}

.aside-serives__item-button {
  font-weight: medium;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 2.0625rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.aside-serives__item-button:after {
  content: "";
  display: block;
  height: 0.625rem;
  width: 1.4375rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  background-image: url(img/black-puff-arrow.png);
  margin-left: 0.625rem;
  transform: translateX(0);
}

.ingress {
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .ingress {
    margin-bottom: 3.25rem;
  }
}
.ingress p {
  font-size: 1rem;
  color: #274141;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1024px) {
  .ingress p {
    line-height: 1.875rem;
    font-size: 1.25rem;
  }
}
.ingress p:last-of-type {
  margin-bottom: 0;
}

h2.wp-block-heading {
  font-size: 1.75rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
}

h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
}

.wp-block-list li {
  color: #274141;
  margin-bottom: 0.9375rem;
  list-style: disc;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1024px) {
  .wp-block-list li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.wp-block-list > li > a,
.ingress > p > a {
  color: #274141;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(#274141, #274141);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.wp-block-list > li > a:hover,
.ingress > p > a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(#C8A800, #C8A800);
}
.wp-block-list > li > a:focus-visible, .wp-block-list > li > a:focus,
.ingress > p > a:focus-visible,
.ingress > p > a:focus {
  outline: 2px solid #274141;
  background-size: 0;
}

p.has-x-large-font-size,
p.has-small-font-size,
p.has-medium-font-size,
p.has-large-font-size {
  font-size: 0.875rem !important;
}
@media only screen and (min-width: 1024px) {
  p.has-x-large-font-size,
  p.has-small-font-size,
  p.has-medium-font-size,
  p.has-large-font-size {
    font-size: 1rem !important;
  }
}

.single-services__title {
  margin-top: 1.25rem;
  margin-bottom: 1.1875rem;
}
@media only screen and (min-width: 1024px) {
  .single-services__title {
    margin-top: 3.125rem;
    margin-bottom: 1.625rem;
  }
}

.single-services p a {
  color: #2B2E18;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(#274141, #274141);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.single-services p a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(#C8A800, #C8A800);
}
.single-services p a:focus-visible, .single-services p a:focus {
  outline: 2px solid #274141;
  background-size: 0;
}

.puff__item-button,
.card-item__button,
.list-post-item__button,
.list-news-item__button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  background-color: #E4D392;
  color: #2B2E18;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin-bottom: 0;
}
.puff__item-button:after,
.card-item__button:after,
.list-post-item__button:after,
.list-news-item__button:after {
  content: "";
  display: block;
  height: 0.625rem;
  width: 1.4375rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  background-image: url(img/black-puff-arrow.png);
  margin-left: 0.625rem;
  transform: translateX(0);
}

.puff__item.yellow .puff__item-button {
  background-color: #E9E3C2;
}

.card-item__button {
  padding: 0.375rem 1.25rem;
}

.card-item__content.project .card-item__button {
  background-color: #E9E3C2;
  position: relative;
  padding: 0;
  align-self: flex-end;
}
@media only screen and (min-width: 1024px) {
  .card-item__content.project .card-item__button {
    background-color: #E4D392;
    position: absolute;
    padding: 0.375rem 1.25rem;
  }
}

.list-post-item__button {
  background-color: transparent;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .list-post-item__button {
    font-size: 0.875rem;
  }
}

.list-news-item__button {
  position: relative;
  align-self: flex-start;
  padding: 0.3125rem 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .list-news-item__button {
    position: absolute;
  }
}

.header__button {
  position: relative;
  padding: 1.25rem;
  height: 1.875rem;
  width: 5.625rem;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .header__button {
    width: 7.1875rem;
    margin-left: 3.125rem;
  }
}

.close-offcanvas {
  left: 0.3125rem;
  width: 2.5rem;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  transition: all 0.3s ease;
  line-height: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .close-offcanvas {
    margin-left: 1.0625rem;
    width: 3.125rem;
  }
}
.close-offcanvas:after {
  color: #2B2E18;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bar {
  width: 1.875rem;
  height: 0.1875rem;
  margin-left: 3.75rem;
  background-color: #2B2E18;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .bar {
    margin-left: 5.125rem;
  }
}
.bar:nth-child(2) {
  top: 0.5rem;
  transition: all 0.3s ease;
}
.bar:nth-child(3) {
  top: calc(50% - 2px);
  transition: all 0.3s ease;
}
.bar:nth-child(4) {
  top: calc(100% - 12px);
  transition: all 0.3s ease;
}

.offcanvas-menu-open .bar:nth-child(2) {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
.offcanvas-menu-open .bar:nth-child(3) {
  opacity: 0;
}
.offcanvas-menu-open .bar:nth-child(4) {
  transform: rotate(135deg);
  top: calc(50% - 2px);
}
.offcanvas-menu-open .close-offcanvas:after {
  content: attr(data-text-open);
}

button {
  background-color: transparent;
  border: 0;
  display: flex;
  cursor: pointer;
}
button:focus-visible {
  outline: 0.125rem solid #000000;
}

.news-list__group-button {
  align-self: flex-start;
  background-color: #2B2E18;
  color: white;
  text-transform: uppercase;
  padding: 0.625rem;
  font-size: 0.75rem;
  margin-bottom: 0.8125rem;
  letter-spacing: 0.15em;
  line-height: 1rem;
}
.news-list__group-button:focus-visible {
  outline: 0.125rem solid #000000;
}
.news-list__group-button:hover {
  background-color: #E4D392;
  color: #2B2E18;
}

.content-page__title {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .content-page__title {
    margin-top: 2.1875rem;
    margin-bottom: 1.5625rem;
  }
}

.content-page p a,
.single-news__content p a {
  color: #2B2E18;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(#274141, #274141);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.content-page p a:hover,
.single-news__content p a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(#C8A800, #C8A800);
}
.content-page p a:focus-visible, .content-page p a:focus,
.single-news__content p a:focus-visible,
.single-news__content p a:focus {
  outline: 2px solid #274141;
  background-size: 0;
}

.single-news__content {
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 1024px) {
  .single-news__content {
    margin-bottom: 0;
  }
}

.single-project__content p a {
  color: #2B2E18;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(#274141, #274141);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.single-project__content p a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(#C8A800, #C8A800);
}
.single-project__content p a:focus-visible, .single-project__content p a:focus {
  outline: 2px solid #274141;
  background-size: 0;
}

.single-project__title {
  margin-top: 1.375rem;
  margin-bottom: 0.9375rem;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .single-project__title {
    margin-top: 3.125rem;
    margin-bottom: 2.1875rem;
  }
}

.list-posts {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .list-posts {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.list-post__title {
  margin-bottom: 0.3125rem;
}
@media only screen and (min-width: 1024px) {
  .list-post__title {
    margin-bottom: 3.125rem;
  }
}

.list-post-item {
  display: flex;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #524512;
}
.list-post-item:focus-visible {
  outline: solid 0.1875rem #524512;
}
.list-post-item:hover .list-post-item__title > span {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}
.list-post-item:hover .list-post-item__button:after {
  transform: translateX(0.3125rem);
}

.list-post-item__inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

.list-post-item__img-container {
  display: none;
  width: 9.625rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 7.6875rem;
  margin-right: 1.125rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .list-post-item__img-container {
    display: flex;
  }
}

.list-post-item__date {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}

.list-post-item__title {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .list-post-item__title {
    font-size: 1.75rem;
    line-height: 1.9375rem;
    margin-bottom: 1.25rem;
  }
}
.list-post-item__title span {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.125rem;
}

.list-post-item__img-overlay {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .list-post-item__img-overlay {
    display: flex;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  padding: 0.625rem;
  float: left;
  height: 100%;
  height: inherit !important;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
  list-style: none !important;
}
.slick-dots button {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #F2F2F2;
  border: 1px solid #6A6B6C;
  text-indent: -9999px;
}
.slick-dots button:focus {
  outline: none;
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background-color: #C8A82C;
}

.slick-arrow {
  display: none !important;
}

.slider-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-boilerplate-gallery {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1024px) {
  .wp-block-boilerplate-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}

.image-gallery__link:focus-visible {
  outline: solid 0.1875rem #2B2E18;
}

.list-news {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .list-news {
    margin-bottom: 3.125rem;
  }
}

.list-news-item {
  display: flex;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #524512;
  padding-bottom: 20px;
  padding-top: 20px;
}
.list-news-item:focus-visible {
  outline: solid 0.1875rem #524512;
}
.list-news-item:hover .list-news-item__title > span {
  background-size: 100% 0.1875rem;
  color: inherit;
  background-image: linear-gradient(#2B2E18, #2B2E18);
}
.list-news-item:hover .list-news-item__button:after {
  transform: translateX(0.3125rem);
}

.list-news-item__inner {
  display: flex;
  height: 100%;
  width: 100%;
}

.list-news-item__img-container {
  display: none;
  width: 9.625rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 7.6875rem;
  margin-right: 1.125rem;
  flex-shrink: 0;
  background-color: #D6D8C8;
}
@media only screen and (min-width: 1024px) {
  .list-news-item__img-container {
    display: flex;
  }
}

.list-news-item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.list-news-item__title {
  width: 100%;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .list-news-item__title {
    font-size: 1.75rem;
    max-width: 46.875rem;
    line-height: 1.9375rem;
    margin-bottom: 0.625rem;
  }
}
.list-news-item__title span {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.1875rem;
  transition: all 0.3s ease;
  padding-bottom: 0.125rem;
}

.list-news-item__excerpt {
  width: 100%;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .list-news-item__excerpt {
    max-width: 46.875rem;
    margin-bottom: 0;
  }
}

.list-news-item__categories {
  align-self: flex-start;
  background-color: #2B2E18;
  color: white;
  text-transform: uppercase;
  padding: 0.625rem;
  font-size: 0.75rem;
  margin-bottom: 0.8125rem;
  letter-spacing: 0.15em;
  line-height: 1rem;
}

.offcanvas[open]:not(:focus-within) {
  transition: background-color 0.01s;
}

.overflow-hidden {
  overflow: hidden;
}

.offcanvas__holder {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  position: fixed;
  height: calc(100% - 70px);
  width: 80vw;
  background-color: #EAEAEA;
  top: 70px;
  right: -100%;
  opacity: 0.5;
  z-index: -1;
  flex-direction: column;
  align-items: flex-start;
  align-content: space-between;
  justify-content: flex-start;
}
.offcanvas__holder:focus {
  box-shadow: none;
}
@media only screen and (min-width: 1024px) {
  .offcanvas__holder {
    top: 131px;
    height: calc(100% - 131px);
    width: 24.75rem;
  }
}
.offcanvas__holder:before {
  content: "";
  left: 100vw;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}
.offcanvas__holder .active-parent > a:before,
.offcanvas__holder .active > a:before {
  content: "";
  position: absolute;
  height: 1.875rem;
  border-left: 0.3125rem solid #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.offcanvas__holder li {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.offcanvas__holder li.open {
  z-index: 200;
}
.offcanvas__holder li a {
  display: inline-block;
  text-decoration: none;
  color: #131A1D;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
}
@media only screen and (min-width: 769px) {
  .offcanvas__holder li a {
    padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .offcanvas__holder li a {
    padding: 0.3125rem 3.125rem 0.3125rem 3.125rem;
  }
}
.offcanvas__holder li a span {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 0.125rem;
  padding-bottom: 2px;
}
.offcanvas__holder li a:hover {
  color: #616835;
}
.offcanvas__holder li a:hover span {
  background-size: 100% 0.125rem;
  background-image: linear-gradient(#616835, #616835);
}
.offcanvas__holder li a:hover:before, .offcanvas__holder li a:hover:after {
  background-color: transparent;
  width: 0;
}
.offcanvas__holder li a::before, .offcanvas__holder li a::after {
  background-color: transparent;
}
.offcanvas__holder li a:focus-visible {
  outline: 0;
}
.offcanvas__holder li a:focus-visible::before {
  content: " ";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -3px;
  height: 0.1875rem;
  background-color: #616835;
  border-radius: 0.25rem;
  display: block;
}
.offcanvas__holder li.active > a {
  color: #616835;
}
.offcanvas__holder > li > a:after {
  content: " ";
  background-color: #ffffff;
  width: 0;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  bottom: -8px;
}
.offcanvas__holder > li > a:hover:after {
  width: 1.5rem;
  left: calc(50% - 12px);
}
.offcanvas__holder > .submenu-has-children {
  padding-right: 4.6875rem;
}
.offcanvas__holder > .submenu-has-children > .submenu-arrow {
  margin-right: -30px;
}
.offcanvas__holder > .active-parent > a:after,
.offcanvas__holder > .active > a:after {
  width: 1.5rem;
  left: calc(50% - 12px);
}

.offcanvas {
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999999;
  padding: 2.5rem 0 0.625rem 0;
}
@media only screen and (min-width: 769px) {
  .offcanvas {
    padding: 2.5rem 0 0.625rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .offcanvas {
    padding: 2.5rem 0 0.625rem 0;
  }
}
.offcanvas a:focus-visible {
  outline: 0.125rem solid #000000 !important;
}
.offcanvas a:before {
  content: none !important;
}
.offcanvas a:after {
  content: none !important;
}

.offcanvas-menu-open {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.offcanvas-menu-open .offcanvas__holder {
  right: 0;
  opacity: 1;
}
.offcanvas-menu-open .offcanvas__holder .offcanvas {
  display: block;
}
.offcanvas-menu-open .offcanvas__holder .offcanvas__social {
  display: block;
}
@media only screen and (min-width: 1216px) {
  .offcanvas-menu-open .offcanvas__holder {
    right: calc(50vw - 628px);
  }
}
.offcanvas-menu-open .offcanvas__holder::before {
  left: -100vw;
  right: 80vw;
  opacity: 0.75;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .offcanvas-menu-open .offcanvas__holder::before {
    right: 24.75rem;
  }
}
.offcanvas-menu-open .offcanvas__holder::after {
  position: absolute;
  right: -100vw;
  left: 100%;
  top: 0;
  height: 100%;
  background-color: #EAEAEA;
  content: "";
}

.submenu-arrow {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  background-image: url(img/arrow-blue.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  top: 0;
  right: 1.25rem;
}
.submenu-arrow-open {
  transform: rotate(180deg);
  background-image: url(img/arrow-blue.png);
}
@media only screen and (min-width: 1216px) {
  .submenu-arrow {
    right: 3.125rem;
  }
}

.submenu-has-children.active-parent a {
  color: #616835;
}
.submenu-has-children.active-parent a:hover span {
  background-size: 0;
}
.submenu-has-children.active-parent .submenu-first a, .submenu-has-children.active-parent .submenu-second a {
  background-color: transparent;
  color: #131A1D;
}
.submenu-has-children.active-parent .submenu-first a:hover span, .submenu-has-children.active-parent .submenu-second a:hover span {
  background-size: 100% 0.125rem;
}
.submenu-has-children.active-parent .submenu-arrow.first {
  background-image: url(img/arrow-white.png) !important;
  transform: rotate(180deg);
}
.submenu-has-children.active-parent .submenu-arrow.first.submenu-arrow-open {
  background-image: url(img/arrow-white.png) !important;
  transform: none !important;
}

.offcanvas > .active .submenu-arrow.first {
  background-image: url(img/arrow-white.png) !important;
  transform: rotate(180deg) !important;
}
.offcanvas > .active .submenu-arrow.first.submenu-arrow-open {
  background-image: url(img/arrow-white.png) !important;
  transform: none !important;
}

.offcanvas > .active > a {
  color: #616835;
}
.offcanvas > .active > a:hover span {
  background-size: 0;
}
.offcanvas > .active > a .submenu-first a, .offcanvas > .active > a .submenu-second a {
  background-color: transparent;
  color: #131A1D;
}
.offcanvas > .active > a .submenu-first a:hover span, .offcanvas > .active > a .submenu-second a:hover span {
  background-size: 100% 0.125rem;
}

.offcanvas > .submenu-has-children.active .submenu-arrow.first {
  background-image: url(img/arrow-white.png) !important;
  transform: rotate(180deg) !important;
}
.offcanvas > .submenu-has-children.active .submenu-arrow.first.submenu-arrow-open {
  background-image: url(img/arrow-white.png) !important;
  transform: none !important;
}

.offcanvas > .submenu-has-children.active > a {
  color: #616835;
}
.offcanvas > .submenu-has-children.active > a .submenu-first a,
.offcanvas > .submenu-has-children.active > a .submenu-second a {
  background-color: transparent;
  color: #131A1D;
}

.submenu-first {
  display: none;
  position: relative;
  padding: 0;
  width: 100%;
  min-width: 13.75rem;
  z-index: 1000;
}
.submenu-first > li {
  padding-left: 0.625rem;
  margin: 0;
}
.submenu-first > li:last-child {
  margin-bottom: 0;
}
.submenu-first > li a {
  font-size: 1rem;
  line-height: 1.1;
  position: relative;
  text-decoration: none;
  color: #131A1D;
  text-decoration: none;
  margin: 0 !important;
}
.submenu-first > .submenu-has-children > .submenu-arrow {
  background-image: url(img/plus-blue.png);
}
.submenu-first > .submenu-has-children > .submenu-arrow-open {
  background-image: url(img/minus-blue.png);
}

.submenu-second {
  width: calc(100% + 16px);
  display: none;
  padding: 0;
}
.submenu-second > li {
  padding-left: 1.25rem;
}
.submenu-second > li a {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25rem;
}
.submenu-second > a {
  position: relative;
}
.submenu-second .submenu-arrow {
  display: none;
}

.submenu-second > .active {
  position: relative;
}
.submenu-second > .active a {
  font-weight: bold;
}
.submenu-second > .active:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 0.3125rem solid #616835;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .submenu-second > .active:before {
    margin-left: 1.25rem;
  }
}

.submenu-third {
  display: none;
}

.submenu-forth {
  display: none;
}

.offcanvas__social {
  display: none;
  margin: 1.25rem 0;
  align-self: center;
  flex-direction: row;
  padding: 1.25rem 0 2.5rem;
  width: 100%;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
@media only screen and (min-width: 769px) {
  .offcanvas__social {
    padding: 2.5rem 1.25rem 0.625rem 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .offcanvas__social {
    padding: 2.5rem 3.125rem 0.625rem 3.125rem;
    margin: 2.5rem 0;
  }
}

.offcanvas__social-links {
  display: flex;
  padding: 0;
  margin-top: 1.25rem;
}
.offcanvas__social-links li {
  padding: 0;
  width: unset !important;
}
.offcanvas__social-links li:hover {
  all: unset !important;
  height: 1.5625rem;
  color: #6A6B6C;
}

.socialmedia__icon__offcanvas {
  margin: 0 0.9375rem 0 0;
  display: flex;
  height: 1.4375rem;
  width: 1.4375rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.socialmedia__icon__offcanvas:focus-visible {
  outline: #2B2E18 auto 0.0625rem;
}
.socialmedia__icon__offcanvas:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.fb__offcanvas {
  margin: 0 0.625rem 0 0;
}
.fb__offcanvas:before {
  background-image: url(img/fb-icon.png);
}

.in__offcanvas:before {
  background-image: url(img/in-icon.png);
}

.accordions {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media only screen and (min-width: 1024px) {
  .accordions {
    margin-top: 2.5rem;
    margin-bottom: 6.25rem;
  }
}

.column > .accordion-item {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .column > .accordion-item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.accordion-item {
  border-top: 0.125rem solid #274141;
}

.accordion-item:last-child {
  border-bottom: 0.125rem solid #274141;
}

.accordion-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem 0 0.9375rem 1.0625rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .accordion-item__question {
    padding: 1.625rem 1.0625rem;
  }
}
.accordion-item__question:focus-visible {
  outline: auto #274141 0.0625rem;
}
.accordion-item__question h2 {
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 0 !important;
  width: 95%;
}
.accordion-item__question h2 a {
  color: #274141;
}

.accordion-item__answer {
  display: none;
  width: 95%;
  margin-bottom: 1.625rem;
  padding: 0 0 0 1.0625rem;
  opacity: 0.1;
  transition: 0.7s opacity ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .accordion-item__answer {
    margin-bottom: 1.625rem;
  }
}
.accordion-item__answer p {
  margin-bottom: 0;
}

.accordion-item__answer.open {
  opacity: 1;
}

.accordion-item__icon {
  border: none;
  background-color: transparent;
  height: 0.9375rem;
  width: 0.9375rem;
  position: relative;
  cursor: pointer;
}
.accordion-item__icon:after, .accordion-item__icon:before {
  content: "";
  display: block;
  background-color: #274141;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion-item__icon:before {
  height: 0.9375rem;
  width: 0.2em;
}
.accordion-item__icon:after {
  height: 0.2em;
  width: 0.9375rem;
}

.accordion-item__icon.open:before {
  height: 0;
  width: 0;
}

.page-numbers {
  color: #2B2E18;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(#274141, #274141);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 2px;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}
.page-numbers:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(#274141, #274141);
}
.page-numbers:focus-visible {
  outline: 2px solid #274141;
  background-size: 0;
}

.prev,
.next {
  background-size: 0% 2px;
}

.current {
  color: #C8A800;
  background-size: 100% 2px;
  background-image: linear-gradient(#C8A800, #C8A800);
}
.current:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(#C8A800, #C8A800);
}

.everest-forms {
  margin-top: 1.125rem;
}

.evf-frontend-grid.evf-grid-2 {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}
@media only screen and (min-width: 769px) {
  .evf-frontend-grid.evf-grid-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: unset !important;
  }
}
@media only screen and (min-width: 1024px) {
  .evf-frontend-grid.evf-grid-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: unset !important;
  }
}

.evf-frontend-row {
  width: 100%;
  display: flex !important;
  justify-content: space-between !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .evf-frontend-row {
    width: unset !important;
  }
}

.evf-field-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.evf-submit-container {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
}

.everest-forms,
label.required {
  color: #131A1D;
}

.input-text {
  border: 1px solid #707070 !important;
  border-radius: 4px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media only screen and (min-width: 1024px) {
  .input-text:focus-visible, .input-text:focus {
    outline: 0.125rem solid #131A1D !important;
  }
}

.everest-forms.evf-field-container.evf-frontend-row {
  min-height: 24.125rem !important;
}

.everest-forms .layout-two textarea {
  min-height: 24.125rem !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.8125rem !important;
}

.everest-forms-submit-button.button.evf-submit {
  color: #131A1D !important;
  font-weight: bold !important;
  display: flex;
  align-items: center;
}
.everest-forms-submit-button.button.evf-submit:after {
  content: "";
  display: block;
  height: 13px;
  width: 15px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  background-image: url(img/contactform_arrow.png);
  margin-left: 0.375rem;
}

.everest-form {
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 1024px) {
  .everest-form {
    margin-bottom: 100px !important;
  }
}

.everest-forms input[type=number] {
  max-width: 14.625rem !important;
}

.everest-forms select {
  max-width: 14.625rem !important;
  -webkit-appearance: none !important;
}
