/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/styles/app.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Figtree";
  src: url("../../fonts/figtree/Figtree-SemiBold.woff2") format("woff2"), url("../../fonts/figtree/Figtree-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../../fonts/figtree/Figtree-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/figtree/Figtree-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../../fonts/noto-sans/NotoSans-Italic.woff2") format("woff2"), url("../../fonts/noto-sans/NotoSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../../fonts/noto-sans/NotoSans-Regular.woff2") format("woff2"), url("../../fonts/noto-sans/NotoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../../fonts/noto-sans/NotoSans-Medium.woff2") format("woff2"), url("../../fonts/noto-sans/NotoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../../fonts/noto-sans/NotoSans-MediumItalic.woff2") format("woff2"), url("../../fonts/noto-sans/NotoSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../../fonts/noto-sans/NotoSans-SemiBold.woff2") format("woff2"), url("../../fonts/noto-sans/NotoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../../fonts/noto-sans/NotoSans-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/noto-sans/NotoSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/**
* Set font-size and line-height, also adds a fallback
* @include FS(16px, 24px);
*/
/**
* Breakpoints for responsive developments
* @include breakpoint(small/medium/large, direction) {...}
* @include breakpoint(Pixel-value, direction) {...}
*/
#dbyh-adminbar__toggle {
  position: absolute;
  top: 0;
  width: 65px;
  height: 65px;
  background: #134255;
  padding: 0.5rem;
  border-radius: 0 0 0.4rem 0;
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
  pointer-events: all;
}
@media only screen and (max-width: 960px) {
  #dbyh-adminbar__toggle {
    display: none !important;
  }
}
#dbyh-adminbar__toggle .is-open {
  display: none;
}
#dbyh-adminbar__toggle.is-active {
  transform: translate3d(350px, 0, 0);
  z-index: 1;
}
#dbyh-adminbar__toggle.is-active .is-closed {
  display: none;
}
#dbyh-adminbar__toggle.is-active .is-open {
  display: block;
}
#dbyh-adminbar__toggle:hover {
  cursor: pointer;
}
#dbyh-adminbar__toggle svg {
  display: block;
  fill: rgb(46, 255, 182.7289719626);
}
#dbyh-adminbar__toggle span {
  color: rgb(46, 255, 182.7289719626);
  text-transform: uppercase;
  margin: 0.5rem 0 0;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}

#dbyh-adminbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 960px) {
  #dbyh-adminbar {
    display: none !important;
  }
}
#dbyh-adminbar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#dbyh-adminbar.is-open {
  visibility: visible;
}
#dbyh-adminbar.is-open::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
#dbyh-adminbar.is-open .ct-holder {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#dbyh-adminbar .ct-holder {
  width: 100%;
  max-width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 350px;
  height: 100%;
  background: #134255;
  transition: all 0.3s;
  transform: translate3d(-100%, 0, 0);
}
#dbyh-adminbar .ct-holder__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: solid 6px rgba(9.6826923077, 33.6346153846, 43.3173076923, 0.3);
  min-height: 103px;
}
#dbyh-adminbar .ct-holder__header--img {
  width: 65px;
}
#dbyh-adminbar .ct-holder__header--img img {
  border-radius: 10rem;
  display: block;
  border: solid 3px rgba(9.6826923077, 33.6346153846, 43.3173076923, 0.3);
}
#dbyh-adminbar .ct-holder__header--name {
  width: calc(100% - 65px);
  padding: 0 0 0 1rem;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
#dbyh-adminbar .ct-holder__header--name a {
  color: #94ffda !important;
  text-decoration: none !important;
}
#dbyh-adminbar .ct-holder__header--role {
  color: #ffffff;
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
#dbyh-adminbar .ct-holder__options {
  height: calc(100% - 103px);
  overflow-x: auto;
}
#dbyh-adminbar .ct-holder__options nav {
  height: 100%;
}
#dbyh-adminbar .ct-holder__options nav > ul {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#dbyh-adminbar .ct-holder__options nav > ul li {
  list-style: none;
  padding: 0 0 0 1rem;
  border-bottom: solid 2px rgba(14.3413461538, 49.8173076923, 64.1586538462, 0.3);
  transition: background-color 0.2s;
}
#dbyh-adminbar .ct-holder__options nav > ul li:hover {
  background: rgb(14.3413461538, 49.8173076923, 64.1586538462);
}
#dbyh-adminbar .ct-holder__options nav > ul .item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
#dbyh-adminbar .ct-holder__options nav > ul .item__icon {
  width: 30px;
}
#dbyh-adminbar .ct-holder__options nav > ul .item__icon svg {
  display: block;
  width: 25px;
  fill: rgb(46, 255, 182.7289719626);
}
#dbyh-adminbar .ct-holder__options nav > ul .item__label {
  width: calc(100% - 30px);
}
#dbyh-adminbar .ct-holder__options nav > ul .item__label a,
#dbyh-adminbar .ct-holder__options nav > ul .item__label span {
  padding: 1.1rem 0 1.1rem 1rem;
  display: block;
  color: #94ffda;
  font-weight: bold;
}
#dbyh-adminbar .ct-holder__options nav > ul .item__label a:hover,
#dbyh-adminbar .ct-holder__options nav > ul .item__label span:hover {
  cursor: pointer;
  text-decoration: none;
}
#dbyh-adminbar .ct-holder__options nav > ul .item__label a small,
#dbyh-adminbar .ct-holder__options nav > ul .item__label span small {
  width: 100%;
  display: block;
  font-weight: 400;
  color: #ffffff;
}
#dbyh-adminbar .ct-holder__options nav > ul .item__submenu {
  width: calc(100% - 30px);
  display: none;
}
#dbyh-adminbar .ct-holder__options nav > ul .item__submenu ul {
  margin: 0;
}
#dbyh-adminbar .ct-holder__options nav > ul .item__submenu ul li {
  border: none;
}
#dbyh-adminbar .ct-holder__options nav > ul .item__submenu ul li a {
  display: block;
  padding: 0.4rem 0;
  color: #94ffda;
}
#dbyh-adminbar .ct-holder__options nav > ul .sign-out {
  border-top: solid 2px rgba(14.3413461538, 49.8173076923, 64.1586538462, 0.3);
  margin-top: auto;
}

#__bs_notify__ {
  bottom: 0;
  top: inherit !important;
  border-radius: 0.5rem 0 0 0 !important;
  padding: 1rem 1.5rem 1rem 4rem !important;
  font-weight: bold;
  background: #232323 url("data:image/gif;base64,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") left 7px center/50px no-repeat !important;
}

:root {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  overflow-x: hidden;
}

.clear {
  clear: both;
  *zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #222222;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

ul {
  margin: 0 0 0.8rem 1.2rem;
}
ul li {
  list-style: disc;
  padding: 0.1rem 0;
}

ol {
  margin: 0 0 0.8rem 1.2rem;
}
ol li {
  list-style: decimal;
  padding: 0.1rem 0;
}

img {
  opacity: 1;
  transition: opacity 0.2s;
  max-width: 100%;
  height: auto;
}
img[data-src] {
  opacity: 0;
}

.lb_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.lb_overlay.is-visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lb_overlay .lightBox {
  position: relative;
  z-index: 200;
}
.lb_overlay .lightBox.small {
  width: 600px;
}
.lb_overlay .lightBox.medium {
  width: 800px;
}
.lb_overlay .lightBox.large {
  width: 1110px;
}
.lb_overlay .lightBox .lb_content {
  width: 100%;
  float: left;
  background: #fff;
  padding: 50px 50px 60px;
  max-height: 780px;
  position: relative;
}
.lb_overlay .lightBox .lb_content .close_lb {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  transition: background 0.3s;
}
.lb_overlay .lightBox .lb_content .close_lb:hover {
  cursor: pointer;
  background: #222;
}
.lb_overlay .lb_backDrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.wp-block-embed {
  width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.6%;
  width: 100%;
  overflow: hidden;
}
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-holder__holder {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.social-holder__holder li.share-option {
  list-style: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  position: relative;
  width: calc(100% - 4rem);
}
@media only screen and (max-width: 48rem) {
  .wrapper {
    width: calc(100% - 2rem);
  }
}

.wp-block-group {
  margin: 0 auto;
  max-width: 1440px;
  width: calc(100% - 4rem);
}
@media only screen and (max-width: 48rem) {
  .wp-block-group {
    width: calc(100% - 2rem);
  }
}
.wp-block-group.narrow-width {
  max-width: 900px;
}
.wp-block-group.wide-width {
  max-width: 1280px;
}
.wp-block-group.full-width {
  max-width: 100%;
  width: 100%;
}

.d-flex {
  display: flex;
}
.d-flex.row {
  flex-direction: row;
}
.d-flex.col {
  flex-direction: column;
}
.d-flex.nowrap {
  flex-wrap: nowrap;
}
.d-flex.wrap {
  flex-wrap: wrap;
}
.d-flex.align-center {
  align-items: center;
}
.d-flex.align-start {
  align-items: flex-start;
}
.d-flex.align-end {
  align-items: flex-end;
}
.d-flex.align-stretch {
  align-items: stretch;
}
.d-flex.just-between {
  justify-content: space-between;
}
.d-flex.just-end {
  justify-content: flex-end;
}
.d-flex.just-start {
  justify-content: flex-start;
}
.d-flex.just-center {
  justify-content: center;
}
.d-flex.just-evenly {
  justify-content: space-evenly;
}
.d-flex.just-around {
  justify-content: space-around;
}

.col-xsmall-1 {
  flex-basis: calc(8.3333333333% - 16px);
  max-width: calc(8.3333333333% - 16px);
}

.col-xsmall-2 {
  flex-basis: calc(16.6666666667% - 16px);
  max-width: calc(16.6666666667% - 16px);
}

.col-xsmall-3 {
  flex-basis: calc(25% - 16px);
  max-width: calc(25% - 16px);
}

.col-xsmall-4 {
  flex-basis: calc(33.3333333333% - 16px);
  max-width: calc(33.3333333333% - 16px);
}

.col-xsmall-5 {
  flex-basis: calc(41.6666666667% - 16px);
  max-width: calc(41.6666666667% - 16px);
}

.col-xsmall-6 {
  flex-basis: calc(50% - 16px);
  max-width: calc(50% - 16px);
}

.col-xsmall-7 {
  flex-basis: calc(58.3333333333% - 16px);
  max-width: calc(58.3333333333% - 16px);
}

.col-xsmall-8 {
  flex-basis: calc(66.6666666667% - 16px);
  max-width: calc(66.6666666667% - 16px);
}

.col-xsmall-9 {
  flex-basis: calc(75% - 16px);
  max-width: calc(75% - 16px);
}

.col-xsmall-10 {
  flex-basis: calc(83.3333333333% - 16px);
  max-width: calc(83.3333333333% - 16px);
}

.col-xsmall-11 {
  flex-basis: calc(91.6666666667% - 16px);
  max-width: calc(91.6666666667% - 16px);
}

.col-xsmall-12 {
  flex-basis: calc(100% - 16px);
  max-width: calc(100% - 16px);
}

@media only screen and (min-width: 28.125rem) {
  .col-small-1 {
    flex-basis: calc(8.3333333333% - 16px);
    max-width: calc(8.3333333333% - 16px);
  }
  .col-small-2 {
    flex-basis: calc(16.6666666667% - 16px);
    max-width: calc(16.6666666667% - 16px);
  }
  .col-small-3 {
    flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px);
  }
  .col-small-4 {
    flex-basis: calc(33.3333333333% - 16px);
    max-width: calc(33.3333333333% - 16px);
  }
  .col-small-5 {
    flex-basis: calc(41.6666666667% - 16px);
    max-width: calc(41.6666666667% - 16px);
  }
  .col-small-6 {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
  .col-small-7 {
    flex-basis: calc(58.3333333333% - 16px);
    max-width: calc(58.3333333333% - 16px);
  }
  .col-small-8 {
    flex-basis: calc(66.6666666667% - 16px);
    max-width: calc(66.6666666667% - 16px);
  }
  .col-small-9 {
    flex-basis: calc(75% - 16px);
    max-width: calc(75% - 16px);
  }
  .col-small-10 {
    flex-basis: calc(83.3333333333% - 16px);
    max-width: calc(83.3333333333% - 16px);
  }
  .col-small-11 {
    flex-basis: calc(91.6666666667% - 16px);
    max-width: calc(91.6666666667% - 16px);
  }
  .col-small-12 {
    flex-basis: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 40rem) {
  .col-medium-1 {
    flex-basis: calc(8.3333333333% - 16px);
    max-width: calc(8.3333333333% - 16px);
  }
  .col-medium-2 {
    flex-basis: calc(16.6666666667% - 16px);
    max-width: calc(16.6666666667% - 16px);
  }
  .col-medium-3 {
    flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px);
  }
  .col-medium-4 {
    flex-basis: calc(33.3333333333% - 16px);
    max-width: calc(33.3333333333% - 16px);
  }
  .col-medium-5 {
    flex-basis: calc(41.6666666667% - 16px);
    max-width: calc(41.6666666667% - 16px);
  }
  .col-medium-6 {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
  .col-medium-7 {
    flex-basis: calc(58.3333333333% - 16px);
    max-width: calc(58.3333333333% - 16px);
  }
  .col-medium-8 {
    flex-basis: calc(66.6666666667% - 16px);
    max-width: calc(66.6666666667% - 16px);
  }
  .col-medium-9 {
    flex-basis: calc(75% - 16px);
    max-width: calc(75% - 16px);
  }
  .col-medium-10 {
    flex-basis: calc(83.3333333333% - 16px);
    max-width: calc(83.3333333333% - 16px);
  }
  .col-medium-11 {
    flex-basis: calc(91.6666666667% - 16px);
    max-width: calc(91.6666666667% - 16px);
  }
  .col-medium-12 {
    flex-basis: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 48rem) {
  .col-large-1 {
    flex-basis: calc(8.3333333333% - 16px);
    max-width: calc(8.3333333333% - 16px);
  }
  .col-large-2 {
    flex-basis: calc(16.6666666667% - 16px);
    max-width: calc(16.6666666667% - 16px);
  }
  .col-large-3 {
    flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px);
  }
  .col-large-4 {
    flex-basis: calc(33.3333333333% - 16px);
    max-width: calc(33.3333333333% - 16px);
  }
  .col-large-5 {
    flex-basis: calc(41.6666666667% - 16px);
    max-width: calc(41.6666666667% - 16px);
  }
  .col-large-6 {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
  .col-large-7 {
    flex-basis: calc(58.3333333333% - 16px);
    max-width: calc(58.3333333333% - 16px);
  }
  .col-large-8 {
    flex-basis: calc(66.6666666667% - 16px);
    max-width: calc(66.6666666667% - 16px);
  }
  .col-large-9 {
    flex-basis: calc(75% - 16px);
    max-width: calc(75% - 16px);
  }
  .col-large-10 {
    flex-basis: calc(83.3333333333% - 16px);
    max-width: calc(83.3333333333% - 16px);
  }
  .col-large-11 {
    flex-basis: calc(91.6666666667% - 16px);
    max-width: calc(91.6666666667% - 16px);
  }
  .col-large-12 {
    flex-basis: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 64rem) {
  .col-xlarge-1 {
    flex-basis: calc(8.3333333333% - 16px);
    max-width: calc(8.3333333333% - 16px);
  }
  .col-xlarge-2 {
    flex-basis: calc(16.6666666667% - 16px);
    max-width: calc(16.6666666667% - 16px);
  }
  .col-xlarge-3 {
    flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px);
  }
  .col-xlarge-4 {
    flex-basis: calc(33.3333333333% - 16px);
    max-width: calc(33.3333333333% - 16px);
  }
  .col-xlarge-5 {
    flex-basis: calc(41.6666666667% - 16px);
    max-width: calc(41.6666666667% - 16px);
  }
  .col-xlarge-6 {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
  .col-xlarge-7 {
    flex-basis: calc(58.3333333333% - 16px);
    max-width: calc(58.3333333333% - 16px);
  }
  .col-xlarge-8 {
    flex-basis: calc(66.6666666667% - 16px);
    max-width: calc(66.6666666667% - 16px);
  }
  .col-xlarge-9 {
    flex-basis: calc(75% - 16px);
    max-width: calc(75% - 16px);
  }
  .col-xlarge-10 {
    flex-basis: calc(83.3333333333% - 16px);
    max-width: calc(83.3333333333% - 16px);
  }
  .col-xlarge-11 {
    flex-basis: calc(91.6666666667% - 16px);
    max-width: calc(91.6666666667% - 16px);
  }
  .col-xlarge-12 {
    flex-basis: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 80rem) {
  .col-xxlarge-1 {
    flex-basis: calc(8.3333333333% - 16px);
    max-width: calc(8.3333333333% - 16px);
  }
  .col-xxlarge-2 {
    flex-basis: calc(16.6666666667% - 16px);
    max-width: calc(16.6666666667% - 16px);
  }
  .col-xxlarge-3 {
    flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px);
  }
  .col-xxlarge-4 {
    flex-basis: calc(33.3333333333% - 16px);
    max-width: calc(33.3333333333% - 16px);
  }
  .col-xxlarge-5 {
    flex-basis: calc(41.6666666667% - 16px);
    max-width: calc(41.6666666667% - 16px);
  }
  .col-xxlarge-6 {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
  .col-xxlarge-7 {
    flex-basis: calc(58.3333333333% - 16px);
    max-width: calc(58.3333333333% - 16px);
  }
  .col-xxlarge-8 {
    flex-basis: calc(66.6666666667% - 16px);
    max-width: calc(66.6666666667% - 16px);
  }
  .col-xxlarge-9 {
    flex-basis: calc(75% - 16px);
    max-width: calc(75% - 16px);
  }
  .col-xxlarge-10 {
    flex-basis: calc(83.3333333333% - 16px);
    max-width: calc(83.3333333333% - 16px);
  }
  .col-xxlarge-11 {
    flex-basis: calc(91.6666666667% - 16px);
    max-width: calc(91.6666666667% - 16px);
  }
  .col-xxlarge-12 {
    flex-basis: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin: 0 0 0.5em;
}
h1.green-line-heading,
h2.green-line-heading,
h3.green-line-heading,
h4.green-line-heading,
h5.green-line-heading {
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
h1.green-line-heading:before,
h2.green-line-heading:before,
h3.green-line-heading:before,
h4.green-line-heading:before,
h5.green-line-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  border-bottom: 2px solid #AFCE51;
}

h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  line-height: 3.75rem;
}
@media only screen and (max-width: 64rem) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 45.6px;
    line-height: 2.85rem;
  }
}

h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 45.6px;
  line-height: 2.85rem;
}
@media only screen and (max-width: 64rem) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}
@media only screen and (max-width: 64rem) {
  h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media only screen and (max-width: 64rem) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.6px;
  line-height: 1.35rem;
}

p {
  margin: 0 0 1rem 0;
  line-height: 28px;
  font-size: 16px;
}

i,
em {
  font-style: italic;
}

blockquote {
  font-style: italic;
  margin: 0 0 0.8rem 1.2rem;
}

b,
strong {
  font-weight: 600;
}

a {
  color: #2C2D2D;
  text-decoration: none;
  transition: color 0.2s;
  text-decoration: underline;
}
a:hover, a:focus {
  color: rgb(69.2134831461, 70.7865168539, 70.7865168539);
  text-decoration: underline;
}
a:focus, a:active {
  outline: none;
}

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

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

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

button {
  background: none;
  border: none;
}
button:focus, button:active {
  outline: none;
}
button:hover {
  cursor: pointer;
}

.coworker__columns-container .wp-block-column figure img {
  height: 340px !important;
  width: 100% !important;
  object-fit: cover;
}
.coworker__columns-container .wp-block-column figure svg {
  background-color: green !important;
  padding: 2rem;
}
.coworker__columns-container .wp-block-column .is-style-ingress,
.coworker__columns-container .wp-block-column .is-style-default {
  margin-bottom: 0;
}

input[type=text], input[type=email], input[type=url], input[type=tel] {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  width: 100%;
  border: solid 1px #e0e0e0;
  background: #ffffff;
  font-weight: normal;
  border-radius: 6px;
  padding: 1rem 0.5rem;
}
input[type=text]:-webkit-autofill, input[type=email]:-webkit-autofill, input[type=url]:-webkit-autofill, input[type=tel]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
input[type=checkbox].fancy-checkbox, input[type=radio].fancy-radio {
  position: absolute;
  opacity: 0;
  height: 20px;
  width: 20px;
}
input[type=checkbox].fancy-checkbox:hover, input[type=radio].fancy-radio:hover {
  cursor: pointer;
}
input[type=checkbox].fancy-checkbox.tabbed + label::before, input[type=radio].fancy-radio.tabbed + label::before {
  outline: solid 2px #107fb5 !important;
  outline-offset: 0;
}
input[type=checkbox].fancy-checkbox + label, input[type=radio].fancy-radio + label {
  display: block !important;
  position: relative !important;
  transform: none !important;
  padding-left: 2rem;
}
input[type=checkbox].fancy-checkbox + label::before, input[type=checkbox].fancy-checkbox + label::after, input[type=radio].fancy-radio + label::before, input[type=radio].fancy-radio + label::after {
  content: "";
  border: solid 1px #e0e0e0;
  background: #ffffff;
  position: absolute;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
}
input[type=checkbox].fancy-checkbox[type=checkbox] + label::before, input[type=radio].fancy-radio[type=checkbox] + label::before {
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 0.4rem;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
}
input[type=checkbox].fancy-checkbox[type=checkbox]:checked + label::before, input[type=radio].fancy-radio[type=checkbox]:checked + label::before {
  content: "✓";
  color: #222222;
}
input[type=checkbox].fancy-checkbox[type=radio] + label::before, input[type=radio].fancy-radio[type=radio] + label::before {
  border-radius: 10rem;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
input[type=checkbox].fancy-checkbox[type=radio] + label::after, input[type=radio].fancy-radio[type=radio] + label::after {
  width: 4px;
  height: 4px;
  top: 10px;
  left: 7px;
  background: #222222;
  opacity: 0;
  border-radius: 10rem;
}
input[type=checkbox].fancy-checkbox[type=radio]:checked + label::after, input[type=radio].fancy-radio[type=radio]:checked + label::after {
  width: 12px;
  height: 12px;
  opacity: 1;
  top: 6px;
  left: 3px;
}

textarea {
  resize: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  border-radius: 6px;
  padding: 0.7rem 0.5rem;
  border: solid 1px #e0e0e0;
}

.dbyh_terms_field {
  width: 100%;
}
.dbyh_terms_field .gfield_terms {
  position: relative;
}
.dbyh_terms_field .gfield_terms input {
  width: auto;
}
/**
 * All types of color variables
 */
/**
  * Gravity forms markup
  */
.gform_wrapper {
  /**
   * All types of components: inputs, selectes, fileuploads and textareas
   */
  /**
   * All types of Error message, Descriptions and previews of content
   */
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none !important;
}
.gform_wrapper .gform_heading .gform_required_legend .gfield_required {
  color: #cf000f;
}
.gform_wrapper .gform_body .gform_fields {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: 2%;
  grid-row-gap: 0.5rem;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  grid-column: 1/-1;
}
.gform_wrapper .gform_body .gform_fields .gfield--width-full {
  grid-column: 1/-1;
}
.gform_wrapper .gform_body .gform_fields .gfield--width-half {
  grid-column: span 6;
}
@media only screen and (max-width: 40rem) {
  .gform_wrapper .gform_body .gform_fields .gfield--width-half {
    grid-column: 1/-1;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield--width-third {
  grid-column: span 4;
}
@media only screen and (max-width: 40rem) {
  .gform_wrapper .gform_body .gform_fields .gfield--width-third {
    grid-column: 1/-1;
  }
}
.gform_wrapper .gform_body .gfield:not(fieldset) .gfield_label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Figtree", sans-serif;
}
.gform_wrapper .gform_body .gfield:not(fieldset) .gfield_label .gfield_required {
  color: #cf000f;
  margin: 0 0 0 2px;
}
.gform_wrapper .gform_body fieldset {
  border: none;
}
.gform_wrapper .gform_body fieldset legend {
  width: 100%;
  margin: 0 0 4px;
}
.gform_wrapper .gform_footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.gform_wrapper .gform_footer img {
  margin: 0 0 0 0.6rem;
}
.gform_wrapper .gform_footer input[type=submit] {
  background: #ff5964;
  border-radius: 4px;
  color: #ffffff;
  margin: 0.5rem 0 0;
  padding: 0.4rem 1rem;
  border: none;
  min-width: 120px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.gform_wrapper .gform_footer input[type=submit].tabbed {
  outline: solid 2px #00f;
  outline-offset: 0px;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
  background: rgba(175, 206, 81, 0.15);
  border: solid 1px rgba(102, 125, 22, 0.6);
  border-radius: 8px;
  color: #000000;
  font-family: "Noto Sans", sans-serif;
  min-height: 50px;
}
.gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container input[type=url], .gform_wrapper .ginput_container input[type=tel] {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0.4rem 0.8rem;
  width: 100%;
}
.gform_wrapper .ginput_container input[type=text]:-webkit-autofill, .gform_wrapper .ginput_container input[type=email]:-webkit-autofill, .gform_wrapper .ginput_container input[type=url]:-webkit-autofill, .gform_wrapper .ginput_container input[type=tel]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.gform_wrapper .ginput_container input[type=text]:focus, .gform_wrapper .ginput_container input[type=text]:active, .gform_wrapper .ginput_container input[type=email]:focus, .gform_wrapper .ginput_container input[type=email]:active, .gform_wrapper .ginput_container input[type=url]:focus, .gform_wrapper .ginput_container input[type=url]:active, .gform_wrapper .ginput_container input[type=tel]:focus, .gform_wrapper .ginput_container input[type=tel]:active {
  outline: none;
}
.gform_wrapper .ginput_container input[type=text].tabbed, .gform_wrapper .ginput_container input[type=email].tabbed, .gform_wrapper .ginput_container input[type=url].tabbed, .gform_wrapper .ginput_container input[type=tel].tabbed {
  outline: solid 2px #00f;
  outline-offset: 0px;
}
.gform_wrapper .ginput_container select {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  background: #ffffff;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 0.5rem 0.6rem;
  color: #000000;
  width: 100%;
}
.gform_wrapper .ginput_container select:focus, .gform_wrapper .ginput_container select:active {
  outline: none;
}
.gform_wrapper .ginput_container select.tabbed {
  outline: solid 2px #00f;
  outline-offset: 0px;
}
.gform_wrapper .ginput_container textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0.4rem 0.8rem;
  width: 100%;
  max-height: 100px;
  resize: none;
}
.gform_wrapper .ginput_container textarea:focus, .gform_wrapper .ginput_container textarea:active {
  outline: none;
}
.gform_wrapper .ginput_container textarea.tabbed {
  outline: solid 2px #00f;
  outline-offset: 0px;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice,
.gform_wrapper .ginput_container .gfield_radio .gchoice {
  align-items: center;
  display: flex;
  position: relative;
  margin: 0 0 0.2rem;
  width: 100%;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input,
.gform_wrapper .ginput_container .gfield_radio .gchoice input {
  height: 18px;
  opacity: 0;
  position: absolute;
  width: 18px;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input + label,
.gform_wrapper .ginput_container .gfield_radio .gchoice input + label {
  display: block;
  padding-left: 25px;
  position: relative;
  transform: none;
  width: 100%;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input + label::before, .gform_wrapper .ginput_container .gfield_checkbox .gchoice input + label::after,
.gform_wrapper .ginput_container .gfield_radio .gchoice input + label::before,
.gform_wrapper .ginput_container .gfield_radio .gchoice input + label::after {
  background: #ffffff;
  content: "";
  cursor: pointer;
  position: absolute;
  text-align: center;
  transition: opacity 0.2s, transform 0.1s;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input.tabbed + label::before,
.gform_wrapper .ginput_container .gfield_radio .gchoice input.tabbed + label::before {
  outline: solid 2px #00f;
  outline-offset: 0;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=checkbox] + label::before,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=checkbox] + label::before {
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
  height: 18px;
  left: 0;
  top: 2px;
  width: 18px;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=checkbox] + label::after,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=checkbox] + label::after {
  border: none;
  border-radius: 2px;
  height: 12px;
  left: 3px;
  opacity: 1;
  top: 5px;
  transform: scale(0.4);
  width: 12px;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=checkbox] + label:hover, .gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=checkbox] + label:focus,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=checkbox] + label:hover,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=checkbox] + label:focus {
  cursor: pointer;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=checkbox] + label:hover::after, .gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=checkbox] + label:focus::after,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=checkbox] + label:hover::after,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=checkbox] + label:focus::after {
  background: #23b0b7;
  opacity: 0.5 !important;
  transform: scale(0.8);
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=checkbox]:checked + label::after,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=checkbox]:checked + label::after {
  background: #23b0b7 !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=radio] + label::before,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=radio] + label::before {
  border: solid 1px #e0e0e0;
  border-radius: 2rem;
  display: inline-block;
  font-weight: 700;
  height: 18px;
  left: 0;
  top: 2px;
  width: 18px;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=radio] + label::after,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=radio] + label::after {
  border: none;
  border-radius: 2rem;
  height: 12px;
  left: 3px;
  opacity: 1;
  top: 5px;
  transform: scale(0.4);
  width: 12px;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=radio] + label:hover, .gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=radio] + label:focus,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=radio] + label:hover,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=radio] + label:focus {
  cursor: pointer;
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=radio] + label:hover::after, .gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=radio] + label:focus::after,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=radio] + label:hover::after,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=radio] + label:focus::after {
  background: #23b0b7;
  opacity: 0.5 !important;
  transform: scale(0.8);
}
.gform_wrapper .ginput_container .gfield_checkbox .gchoice input[type=radio]:checked + label::after,
.gform_wrapper .ginput_container .gfield_radio .gchoice input[type=radio]:checked + label::after {
  background: #23b0b7 !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
.gform_wrapper .ginput_container.ginput_container_fileupload .gform_drop_area {
  background: #f6f6f6;
  border: dashed 2px #ddd;
  padding: 1rem;
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gform_wrapper .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files {
  background: rgb(220.5, 220.5, 220.5);
  color: #222222;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  margin: 0.5rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.gform_wrapper .ginput_container.ginput_container_fileupload .gform_drop_area .gform_button_select_files.tabbed {
  outline: solid 2px #00f;
  outline-offset: 0px;
}
.gform_wrapper .ginput_container.ginput_container_fileupload .gform_fileupload_rules {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 2px 0 0 2px;
  font-weight: normal;
}
.gform_wrapper .gform_validation_errors {
  margin: 0.8rem 0;
}
.gform_wrapper .gform_validation_errors h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #cf000f;
}
.gform_wrapper .gfield_description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 2px 0 0 2px;
  font-weight: normal;
}
.gform_wrapper .gfield_description.validation_message {
  color: #cf000f;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.gform_wrapper .ginput_container input[type=text][aria-invalid=true], .gform_wrapper .ginput_container input[type=email][aria-invalid=true], .gform_wrapper .ginput_container input[type=url][aria-invalid=true], .gform_wrapper .ginput_container input[type=tel][aria-invalid=true] {
  border-color: #cf000f;
}
.gform_wrapper .ginput_container input[type=text][aria-invalid=false]:not([value=""]), .gform_wrapper .ginput_container input[type=email][aria-invalid=false]:not([value=""]), .gform_wrapper .ginput_container input[type=url][aria-invalid=false]:not([value=""]), .gform_wrapper .ginput_container input[type=tel][aria-invalid=false]:not([value=""]) {
  border-color: #009944;
}
.gform_wrapper ul.validation_message {
  margin: 0.8rem 0;
  color: #cf000f;
}
.gform_wrapper ul.validation_message:empty {
  margin: 0;
}
.gform_wrapper ul.validation_message li {
  list-style: none;
}
.gform_wrapper .ginput_preview {
  width: 100%;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gform_wrapper .ginput_preview:last-child {
  border-bottom: solid 2px #ddd;
  padding: 0.2rem 0 0.6rem;
}
.gform_wrapper .ginput_preview button.gform_delete_file {
  width: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.gform_wrapper .ginput_preview button.gform_delete_file span.screen-reader-text {
  display: none;
}
.gform_wrapper .ginput_preview button.gform_delete_file:hover {
  color: #cf000f;
}
.gform_wrapper .ginput_preview button.gform_delete_file.tabbed {
  outline: solid 2px #00f;
  outline-offset: 0px;
}
.gform_wrapper .ginput_preview strong {
  width: calc(100% - 20px);
  font-weight: normal;
  padding: 0 0 0 0.5rem;
}
.gform_wrapper .gfield--type-consent {
  grid-column: span 8 !important;
  display: flex !important;
  align-items: center !important;
}
@media only screen and (max-width: 48rem) {
  .gform_wrapper .gfield--type-consent {
    margin-bottom: 1rem !important;
    grid-column: span 12 !important;
  }
}
.gform_wrapper .gfield--type-consent .gfield_label {
  display: none;
}
.gform_wrapper .gfield--type-consent .ginput_container_consent {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
}
.gform_wrapper .gfield--type-consent .ginput_container_consent .gform-field-label {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #2C2D2D !important;
}
.gform_wrapper .gfield--type-consent .ginput_container_consent input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px !important;
  border-radius: 4px;
  background: rgba(175, 206, 81, 0.15);
  border: solid 1px rgba(102, 125, 22, 0.6);
  min-height: 0 !important;
  accent-color: black; /* Change this to a valid color value */
  color: #EBE7DF;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.gform_wrapper .gfield--type-consent .ginput_container_consent input[type=checkbox]:checked::after {
  transform: scale(1);
  background: #AFCE51;
}
.gform_wrapper .gfield--type-consent .ginput_container_consent input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  transform: scale(0);
  transition: all 0.3s;
  z-index: 2;
}
.gform_wrapper .gfield--type-submit {
  grid-column: span 4 !important;
  display: flex !important;
  justify-content: flex-end !important;
}
@media only screen and (max-width: 48rem) {
  .gform_wrapper .gfield--type-submit {
    grid-column: span 12 !important;
    justify-content: flex-start !important;
  }
}
.gform_wrapper .gfield--type-submit input[type=submit] {
  appearance: none;
  white-space: nowrap;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  border-radius: 100px;
  font-size: 16px;
  background: #2C2D2D;
  color: white;
  padding: 14px 28px;
  border: 2px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper .gfield--type-submit input[type=submit] {
    padding: 8px 26px !important;
    width: 100%;
  }
}
.gform_wrapper .gfield--type-submit input[type=submit]:hover, .gform_wrapper .gfield--type-submit input[type=submit]:focus-visible {
  text-decoration: none !important;
  background: rgb(69.2134831461, 70.7865168539, 70.7865168539) !important;
  color: white !important;
}

.gform_confirmation_message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gform_confirmation_message img {
  max-width: 120px;
}
.gform_confirmation_message .thank-you-message {
  font-family: "Figtree", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
  display: block;
}

.message {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 0 1rem;
  box-shadow: 0 2px 8px -6px rgba(0, 0, 0, 0.7);
}
.message .error__icon {
  background: #cf000f;
}
.message .info__icon {
  background: #63c0df;
}
.message .success__icon {
  background: #009944;
}
.message__icon {
  width: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
}
.message__icon svg {
  display: block;
  fill: #ffffff;
  width: 22px;
  height: 22px;
}
.message__label {
  width: calc(100% - 50px);
  padding: 0.8rem 1rem;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  background: rgb(251.1, 251.1, 251.1);
  border: solid 1px #ddd;
  border-left: none;
  font-weight: bold;
  border-radius: 0 4px 4px 0;
}
.message__label p {
  color: #000000;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-arrow.slick-hidden {
  display: none;
}

.block-dbyh-breadcrumbs .wrapper {
  width: 100%;
}
.block-dbyh-breadcrumbs.sub-page-breadcrumbs .wrapper {
  display: flex;
  justify-content: center !important;
}
.block-dbyh-breadcrumbs.sub-page-breadcrumbs nav {
  display: flex;
  justify-content: center !important;
}
.block-dbyh-breadcrumbs nav {
  width: 100%;
  padding: 0.4rem 0;
}
.block-dbyh-breadcrumbs nav span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.block-dbyh-breadcrumbs nav span:first-child {
  display: flex;
  gap: 0.5rem;
}
.block-dbyh-breadcrumbs nav span.is-here {
  font-weight: bold;
  margin: 0 0.3rem 0 0;
}
.block-dbyh-breadcrumbs nav span span {
  font-family: "Figtree", sans-serif;
}
.block-dbyh-breadcrumbs nav span span a {
  opacity: 0.7;
  color: #000000;
  text-decoration: underline;
}
.block-dbyh-breadcrumbs nav span span a:hover, .block-dbyh-breadcrumbs nav span span a:focus {
  opacity: 1;
  text-decoration: none;
}
.block-dbyh-breadcrumbs nav span span span span.breadcrumb_last {
  font-weight: bold;
}

.block-dbyh-posts {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  justify-content: space-between;
  column-gap: 2rem;
  row-gap: 2rem;
}
.block-dbyh-posts.has-1-rows .post-item {
  grid-column: span 12;
}
@media only screen and (max-width: 64rem) {
  .block-dbyh-posts.has-1-rows .post-item {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-1-rows .post-item {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-1-rows .post-item {
    grid-column: span 12;
  }
}
.block-dbyh-posts.has-2-rows .post-item {
  grid-column: span 6;
}
@media only screen and (max-width: 64rem) {
  .block-dbyh-posts.has-2-rows .post-item {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-2-rows .post-item {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-2-rows .post-item {
    grid-column: span 12;
  }
}
.block-dbyh-posts.has-3-rows .post-item {
  grid-column: span 4;
}
@media only screen and (max-width: 64rem) {
  .block-dbyh-posts.has-3-rows .post-item {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-3-rows .post-item {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-3-rows .post-item {
    grid-column: span 12;
  }
}
.block-dbyh-posts.has-4-rows .post-item {
  grid-column: span 3;
}
@media only screen and (max-width: 64rem) {
  .block-dbyh-posts.has-4-rows .post-item {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-4-rows .post-item {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-4-rows .post-item {
    grid-column: span 12;
  }
}
.block-dbyh-posts.has-5-rows .post-item {
  grid-column: span 2.4;
}
@media only screen and (max-width: 64rem) {
  .block-dbyh-posts.has-5-rows .post-item {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-5-rows .post-item {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48rem) {
  .block-dbyh-posts.has-5-rows .post-item {
    grid-column: span 12;
  }
}
.block-dbyh-posts .post-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block-dbyh-posts .post-item__thumbnail {
  margin: 0 0 0.5rem;
}
.block-dbyh-posts .post-item__thumbnail img {
  display: block;
}
.block-dbyh-posts .post-item__meta--date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.block-dbyh-posts .post-item__meta--title h2 {
  margin: 0 0 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.block-dbyh-posts .post-item__meta--title h2 a {
  color: #000000;
}
@media only screen and (max-width: 781px) {
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start !important;
  }
}
.wp-block-buttons .wp-block-button.is-style-outline a {
  padding: 14px 28px !important;
}
.wp-block-buttons .wp-block-button__link {
  white-space: nowrap;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  padding: 14px 28px;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.wp-block-buttons .wp-block-button__link:hover, .wp-block-buttons .wp-block-button__link:focus-visible {
  text-decoration: none !important;
  background: rgb(69.2134831461, 70.7865168539, 70.7865168539) !important;
  color: white !important;
}
.wp-block-buttons .wp-block-button__link.has-grey-black-400-background-color:hover, .wp-block-buttons .wp-block-button__link.has-grey-black-400-background-color:focus-visible {
  background: rgb(69.2134831461, 70.7865168539, 70.7865168539) !important;
  color: white !important;
}
.wp-block-buttons .wp-block-button__link.has-green-400-background-color:hover, .wp-block-buttons .wp-block-button__link.has-green-400-background-color:focus-visible {
  background: rgb(193.2959641256, 217.2062780269, 120.7937219731) !important;
  color: #2C2D2D !important;
}

.wp-block-code {
  padding: 1.5rem;
  background: #eee;
  border-radius: 0.4rem;
}
.wp-block-code code * {
  font-family: inherit !important;
}

@media only screen and (max-width: 48rem) {
  .sub-page-header {
    min-height: 380px !important;
  }
}

@media only screen and (max-width: 48rem) {
  .custom-post-image {
    height: 380px !important;
  }
  .custom-post-image img {
    height: 380px !important;
  }
}

.has-white-color {
  color: #ffffff;
}

.has-grey-black-400-color {
  color: #2C2D2D;
}

.has-grey-400-color {
  color: #D3D3D3;
}

.has-red-400-color {
  color: #E53946;
}

.has-blue-400-color {
  color: #4487AD;
}

.has-blue-300-color {
  color: #63B3CE;
}

.has-blue-200-color {
  color: #D0E8F0;
}

.has-blue-100-color {
  color: #F6FAFC;
}

.has-green-500-color {
  color: #667D16;
}

.has-green-400-color {
  color: #AFCE51;
}

.has-green-300-color {
  color: #CFE05A;
}

.has-green-200-color {
  color: #EFF5DC;
}

.has-yellow-400-color {
  color: #EFB930;
}

.has-yellow-300-color {
  color: #FAD348;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-grey-black-400-background-color {
  background-color: #2C2D2D;
}

.has-grey-400-background-color {
  background-color: #D3D3D3;
}

.has-red-400-background-color {
  background-color: #E53946;
}

.has-blue-400-background-color {
  background-color: #4487AD;
}

.has-blue-300-background-color {
  background-color: #63B3CE;
}

.has-blue-200-background-color {
  background-color: #D0E8F0;
}

.has-blue-100-background-color {
  background-color: #F6FAFC;
}

.has-green-500-background-color {
  background-color: #667D16;
}

.has-green-400-background-color {
  background-color: #AFCE51;
}

.has-green-300-background-color {
  background-color: #CFE05A;
}

.has-green-200-background-color {
  background-color: #EFF5DC;
}

.has-yellow-400-background-color {
  background-color: #EFB930;
}

.has-yellow-300-background-color {
  background-color: #FAD348;
}

.has-black-white-gradient-color {
  background: linear-gradient(to bottom, #000000 0%, #ffffff 100%);
}

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

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

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

.has-content-align-center {
  display: flex;
  align-items: center;
}

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

.has-padding-top-x-small {
  padding-top: 0.5rem;
}

.has-margin-top-x-small {
  margin-top: 0.5rem;
}

.has-padding-top-small {
  padding-top: 0.5rem;
}

.has-margin-top-small {
  margin-top: 0.5rem;
}

.has-padding-top-medium {
  padding-top: 0.5rem;
}

.has-margin-top-medium {
  margin-top: 0.5rem;
}

.has-padding-top-large {
  padding-top: 0.5rem;
}

.has-margin-top-large {
  margin-top: 0.5rem;
}

.has-padding-bottom-x-small {
  padding-bottom: 1rem;
}

.has-margin-bottom-x-small {
  margin-bottom: 1rem;
}

.has-padding-bottom-small {
  padding-bottom: 1rem;
}

.has-margin-bottom-small {
  margin-bottom: 1rem;
}

.has-padding-bottom-medium {
  padding-bottom: 1rem;
}

.has-margin-bottom-medium {
  margin-bottom: 1rem;
}

.has-padding-bottom-large {
  padding-bottom: 1rem;
}

.has-margin-bottom-large {
  margin-bottom: 1rem;
}

.has-padding-left-x-small {
  padding-left: 1.5rem;
}

.has-margin-left-x-small {
  margin-left: 1.5rem;
}

.has-padding-left-small {
  padding-left: 1.5rem;
}

.has-margin-left-small {
  margin-left: 1.5rem;
}

.has-padding-left-medium {
  padding-left: 1.5rem;
}

.has-margin-left-medium {
  margin-left: 1.5rem;
}

.has-padding-left-large {
  padding-left: 1.5rem;
}

.has-margin-left-large {
  margin-left: 1.5rem;
}

.has-padding-right-x-small {
  padding-right: 2rem;
}

.has-margin-right-x-small {
  margin-right: 2rem;
}

.has-padding-right-small {
  padding-right: 2rem;
}

.has-margin-right-small {
  margin-right: 2rem;
}

.has-padding-right-medium {
  padding-right: 2rem;
}

.has-margin-right-medium {
  margin-right: 2rem;
}

.has-padding-right-large {
  padding-right: 2rem;
}

.has-margin-right-large {
  margin-right: 2rem;
}

.has-fullheight {
  height: 100vh;
}

.hero-section {
  align-items: flex-end !important;
  padding: 4rem 0;
}
.hero-section .wp-block-cover__background {
  opacity: 1 !important;
  background: linear-gradient(188deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 6.25%, rgba(0, 0, 0, 0.95) 100%);
}

.services-columns {
  display: grid !important;
  column-gap: 120px;
  row-gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 64rem) {
  .services-columns {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
  }
}
@media only screen and (max-width: 48rem) {
  .services-columns {
    column-gap: 60px;
  }
}
@media only screen and (max-width: 520px) {
  .services-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-columns__column h3 {
  font-size: 22px;
  line-height: 26px;
}
.services-columns__column a {
  color: #667D16;
  font-weight: 500;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  line-height: 20px;
  text-decoration: none;
  background-image: url(../../images/arrow-right-green.svg);
  background-size: 15px 15px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  transition: all 0.2s ease;
}
.services-columns__column a:hover {
  padding-right: 35px;
}

@media only screen and (max-width: 781px) {
  .title-and-button {
    gap: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .wp-block-media-text {
    gap: 2rem !important;
  }
}
.wp-block-media-text__media {
  border-radius: 8px;
}
.wp-block-media-text__content {
  padding: 0 !important;
  margin-right: 8%;
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text__content {
    margin: 0 !important;
  }
}

.media-text__group__inner-group {
  max-width: 1440px !important;
}

.page-header-container {
  margin-top: -50px;
  z-index: 50;
  position: relative;
}

.form-image-container .wp-block-columns {
  column-gap: 4rem;
  row-gap: 1rem;
}
.form-image-container .wp-block-columns .wp-block-image {
  min-height: 250px;
  height: 100%;
}
.form-image-container .wp-block-columns .wp-block-image img {
  object-fit: cover;
  height: 100%;
}

.is-style-ingress {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
}

.cta {
  padding: 3rem 4rem;
  border-radius: 8px;
  width: calc(100% - 4rem) !important;
}
@media only screen and (max-width: 48rem) {
  .cta {
    width: calc(100% - 2rem) !important;
  }
}
@media only screen and (max-width: 48rem) {
  .cta {
    padding: 2.5rem 2.5rem;
  }
}
@media only screen and (max-width: 40rem) {
  .cta {
    padding: 1.5rem 1.5rem !important;
  }
}
.cta .wp-block-columns {
  margin: 0 !important;
}
.cta h2 {
  margin-bottom: 0.3rem;
}
.cta p {
  opacity: 0.6;
}
.cta--narrow {
  width: 100% !important;
  padding: 2.5rem 2.5rem;
}
.cta--narrow h2 {
  font-size: 26px;
  line-height: 32px;
}

.custom-post-image img {
  border-radius: 8px !important;
}

.custom-post-title {
  margin-top: 0 !important;
}

.type-of-work-box {
  padding: 2rem;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #2C2D2D;
  margin-bottom: 2rem;
  width: 100% !important;
}
.type-of-work-box__label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(102, 125, 22, 0.7);
  margin-bottom: 0.5rem;
  font-family: "Figtree", sans-serif;
}
.type-of-work-box__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #2C2D2D;
  margin-bottom: 1rem;
  font-family: "Figtree", sans-serif;
}

.wp-block-image.is-style-rounded img {
  border-radius: 0.4rem;
}
.wp-block-image img {
  border-radius: 8px;
}
.wp-block-image figcaption {
  color: #222222;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.is-style-standard-list {
  padding-left: 1.2rem !important;
}

.wp-block-media-text {
  gap: 4rem;
}
@media only screen and (max-width: 48rem) {
  .wp-block-media-text {
    gap: 2rem;
  }
}
.wp-block-media-text.is-style-image-with-symbol-right {
  position: relative;
}
.wp-block-media-text.is-style-image-with-symbol-right figure {
  z-index: 10;
}
.wp-block-media-text.is-style-image-with-symbol-right:before {
  content: "";
  width: 300px;
  height: 300px;
  z-index: 5;
  position: absolute;
  right: -200px;
  top: 10%;
  margin: auto;
  background: transparent url("../../images/jke-symbol.svg") center center/contain no-repeat;
}
@media only screen and (max-width: 28.125rem) {
  .wp-block-media-text.is-style-image-with-symbol-right:before {
    display: none;
  }
}
.wp-block-media-text.is-style-image-with-symbol-left {
  position: relative;
}
.wp-block-media-text.is-style-image-with-symbol-left figure {
  z-index: 10;
}
.wp-block-media-text.is-style-image-with-symbol-left:before {
  content: "";
  width: 300px;
  height: 300px;
  z-index: 5;
  position: absolute;
  left: -200px;
  top: 10%;
  margin: auto;
  background: transparent url("../../images/jke-symbol.svg") center center/contain no-repeat;
}
@media only screen and (max-width: 28.125rem) {
  .wp-block-media-text.is-style-image-with-symbol-left:before {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-style-image-bottom-on-mobile .wp-block-media-text__content {
    grid-row: 1 !important;
  }
  .wp-block-media-text.is-style-image-bottom-on-mobile .wp-block-media-text__media {
    grid-row: 2 !important;
  }
}

/*-----------------------------------------------*\
	Style for core/spacer for Frontend
\*-----------------------------------------------*/
@media only screen and (max-width: 64rem) {
  .wp-block-spacer {
    height: var(--tablet-res) !important;
    max-height: var(--maxHeight) !important;
  }
}
@media only screen and (max-width: 40rem) {
  .wp-block-spacer {
    height: var(--mobile-res) !important;
    max-height: var(--maxHeight) !important;
  }
}

h1 {
  margin: 2rem 0 1rem 0;
}

.archive-container .posts-holder {
  display: grid;
}
.archive-container--kundcase {
  margin-bottom: 70px;
}
.archive-container--kundcase .posts-holder {
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 48rem) {
  .archive-container--kundcase .posts-holder {
    grid-template-columns: 1fr;
  }
}
.archive-container--kundcase .posts-holder .post-item {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(44, 45, 45, 0.15);
}
.archive-container--kundcase .posts-holder .post-item__image {
  margin: 0 0 2rem;
}
.archive-container--kundcase .posts-holder .post-item__image img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.archive-container--kundcase .posts-holder .post-item__label {
  margin: 0 0 1rem 3rem;
  padding: 2px 15px 2px 10px;
  background: #EFF5DC;
  display: block;
  border-left: 2px solid #667D16;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #667D16;
  border-radius: 0 100px 100px 0;
  align-self: flex-start;
}
@media only screen and (max-width: 64rem) {
  .archive-container--kundcase .posts-holder .post-item__label {
    margin: 0 0 1rem 2rem;
  }
}
.archive-container--kundcase .posts-holder .post-item h2 {
  padding: 0 3rem;
  font-size: 22px;
  line-height: 1.2em;
}
@media only screen and (max-width: 64rem) {
  .archive-container--kundcase .posts-holder .post-item h2 {
    padding: 0 2rem;
  }
}
.archive-container--kundcase .posts-holder .post-item__content {
  padding: 0 3rem;
}
@media only screen and (max-width: 64rem) {
  .archive-container--kundcase .posts-holder .post-item__content {
    padding: 0 2rem;
  }
}
.archive-container--kundcase .posts-holder .post-item a {
  margin: 3rem 3rem;
  color: #667D16;
  font-weight: 500;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  line-height: 20px;
  align-self: flex-start;
  text-decoration: none;
  background-image: url(../../images/arrow-right-green.svg);
  background-size: 15px 15px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.3s ease;
}
.archive-container--kundcase .posts-holder .post-item a:hover, .archive-container--kundcase .posts-holder .post-item a:focus-visible {
  padding-right: 35px;
  text-decoration: none !important;
}
@media only screen and (max-width: 64rem) {
  .archive-container--kundcase .posts-holder .post-item a {
    margin: 2rem 2rem;
  }
}
.archive-container .pagination {
  display: flex;
  margin-top: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.archive-container .pagination .page-numbers {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
}
.archive-container .pagination .page-numbers.current {
  opacity: 1;
  font-weight: 600;
}

#footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
#footer .wrapper:before {
  content: "";
  background: transparent url("../../images/green-symbol-20.svg") top left/contain no-repeat;
  width: 530px;
  height: 530px;
  z-index: -1;
  position: absolute;
  top: 40px;
  left: -270px;
  margin: auto;
  pointer-events: none;
}
@media only screen and (max-width: 64rem) {
  #footer .wrapper:before {
    background: none !important;
  }
}

.footer {
  padding: 4.5rem 0 3rem 0;
}
.footer h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.footer h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  border-bottom: 2px solid #AFCE51;
}
.footer p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: rgba(44, 45, 45, 0.65);
}
.footer p a {
  color: rgba(44, 45, 45, 0.65);
  text-decoration: none !important;
}
.footer .footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  gap: 3rem;
}
@media only screen and (max-width: 64rem) {
  .footer .footer-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 48rem) {
  .footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 520px) {
  .footer .footer-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer .footer-content__branding {
  flex: 1 1 25%;
}
@media only screen and (max-width: 64rem) {
  .footer .footer-content__branding {
    flex: 1 1 50%;
  }
}
.footer .footer-content__contact-info {
  flex: 1 1 25%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 64rem) {
  .footer .footer-content__contact-info {
    flex: 1 1 50%;
  }
}
.footer .footer-content__nav-menu {
  flex: 1 1 25%;
}
@media only screen and (max-width: 64rem) {
  .footer .footer-content__nav-menu {
    flex: 1 1 50%;
  }
}
.footer .footer-content__nav-menu ul {
  margin: 0 !important;
}
.footer .footer-content__nav-menu ul li {
  list-style: none;
  margin-bottom: 0.75rem;
}
.footer .footer-content__nav-menu ul li a {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: rgba(44, 45, 45, 0.65);
  text-decoration: none;
}
.footer .footer-content__nav-menu ul li a:hover, .footer .footer-content__nav-menu ul li a:focus-visible {
  text-decoration: underline;
}
.footer .footer-bottom-banner {
  display: flex;
  justify-content: center;
  padding: 4rem 0 0 0;
  gap: 2rem;
}
@media only screen and (max-width: 48rem) {
  .footer .footer-bottom-banner {
    flex-direction: column;
    gap: 0.6rem;
  }
}
.footer .footer-bottom-banner span {
  display: block;
  font-family: "Figtree", sans-serif, sans-serif;
  color: #2C2D2D;
}
.footer .footer-bottom-banner a {
  font-family: "Figtree", sans-serif, sans-serif;
  color: rgba(44, 45, 45, 0.25);
  text-decoration: none;
}
.footer .footer-bottom-banner a:hover, .footer .footer-bottom-banner a:focus-visible {
  text-decoration: underline;
}

#header {
  width: 100%;
  padding: 1.5rem 0;
  position: relative;
}
#header .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#header .wrapper:after {
  content: "";
  background: transparent url("../../images/header-symbol.svg") top right/contain no-repeat;
  width: 430px;
  height: 430px;
  z-index: -1;
  position: absolute;
  top: -30px;
  right: 0;
  transform: translateX(100px);
  margin: auto;
  pointer-events: none;
}
@media only screen and (max-width: 64rem) {
  #header .wrapper:after {
    background: none !important;
  }
}

#logotype {
  width: 30%;
  height: auto;
}
@media only screen and (max-width: 48rem) {
  #logotype {
    width: calc(100% - 70px);
  }
}
#logotype img {
  max-width: 130px;
}

#main_navigation {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 64rem) {
  #main_navigation {
    display: none;
  }
}
#main_navigation button.menu-expand {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
#main_navigation button.menu-expand svg {
  width: 20px;
  height: 18px;
}
#main_navigation button.menu-expand .is-closed,
#main_navigation button.menu-expand .is-open {
  display: none;
}
#main_navigation button.menu-expand[aria-expanded=false] .is-open {
  display: block;
}
#main_navigation button.menu-expand[aria-expanded=true] .is-closed {
  display: block;
}
#main_navigation .wp-block-button {
  margin: 0 0 0 3rem;
}
#main_navigation .wp-block-button__link {
  white-space: nowrap;
}
#main_navigation ul.nav_container {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}
#main_navigation ul.nav_container li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  margin: 0 0 0 1.8rem;
  position: relative;
}
#main_navigation ul.nav_container li a {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #2C2D2D;
  text-decoration: none;
  padding: 6px 0;
  transition: all 0.1s;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
}
#main_navigation ul.nav_container li a:hover, #main_navigation ul.nav_container li a:focus {
  border-color: #AFCE51;
}
#main_navigation ul.nav_container li button.menu-expand {
  margin: 0 0 0 0.5rem;
}
#main_navigation ul.submenu {
  display: none;
  margin: 0;
  background: #EFF5DC;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  border-radius: 8px;
  width: 250px;
  padding: 1rem 0;
}
#main_navigation ul.submenu li {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0.3rem 1.5rem;
}
#main_navigation ul.submenu li a {
  width: calc(100% - 20px);
  font-size: 16px;
  line-height: 20px;
}
#main_navigation ul.submenu li button.menu-expand {
  margin: 0;
  width: 20px;
}

#main_navigation ul li a {
  border-bottom: 2px solid transparent;
}
#main_navigation ul li.current-menu-item > a, #main_navigation ul li.current-menu-parent > a, #main_navigation ul li.current-menu-ancestor > a, #main_navigation ul li.current-page-item > a {
  border-bottom: 2px solid #AFCE51;
}

#toggle_navigation {
  background: none;
  border: none;
  outline: 0;
  display: none;
  height: 30px;
  position: relative;
  transform: rotate(180deg);
  cursor: pointer;
  transition: all 0.3s;
  z-index: 100;
  text-align: center;
}
@media only screen and (max-width: 64rem) {
  #toggle_navigation {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
#toggle_navigation span {
  display: block;
  height: 4px;
  width: 40px;
  border-radius: 50px;
  background: #222222;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: width 0.4s, transform 0.3s, background-color 0.3s;
}
#toggle_navigation span:nth-child(1) {
  width: 40px;
}
#toggle_navigation span:nth-child(2), #toggle_navigation span:nth-child(3) {
  width: 40px;
}
#toggle_navigation.is-open span:nth-child(2) {
  width: 25px;
}

#mobile_navigation {
  position: fixed;
  height: 100%;
  width: 100%;
  right: -100%;
  top: 118px;
  display: flex;
  flex-direction: column;
  z-index: 900;
  background: #ffffff;
  padding: 0 0 2rem 0;
  transition: 0.4s;
  overflow-y: scroll;
}
#mobile_navigation ul.nav_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}
#mobile_navigation ul.nav_container li {
  padding: 0 !important;
  display: flex;
}
#mobile_navigation ul.nav_container li:not(:first-child) {
  border-top: 1px solid;
  border-color: rgba(44, 45, 45, 0.2);
}
#mobile_navigation ul.nav_container li a {
  padding: 1rem 1.5rem;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-decoration: none;
  color: #2C2D2D;
  font-family: "Figtree", sans-serif;
}
#mobile_navigation ul.nav_container li a:hover, #mobile_navigation ul.nav_container li a:focus {
  text-decoration: none;
  color: #2C2D2D;
}
#mobile_navigation ul.nav_container li button[aria-expanded=true] svg.is-closed {
  display: block;
}
#mobile_navigation ul.nav_container li button[aria-expanded=false] svg.is-closed {
  display: none;
}
#mobile_navigation ul.nav_container li button[aria-expanded=true] svg.is-open {
  display: none;
}
#mobile_navigation ul.nav_container li button[aria-expanded=false] svg.is-open {
  display: block;
}
#mobile_navigation ul.nav_container li.current-menu-item > a, #mobile_navigation ul.nav_container li.current-page-ancestor > a, #mobile_navigation ul.nav_container li.current-page-parent > a {
  text-decoration: underline;
}
#mobile_navigation ul.nav_container li.menu-item-has-children {
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
#mobile_navigation ul.nav_container li.menu-item-has-children a {
  width: 85%;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .menu-expand {
  width: 15%;
  max-width: 30px !important;
  padding: 0.3rem;
  position: absolute;
  right: 1.5rem;
  top: 12px;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .menu-expand svg {
  transition: all 0.3s ease;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .menu-expand svg path {
  fill: #2C2D2D;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu {
  display: none;
  margin: 0;
  width: 100%;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu a {
  width: 100% !important;
  font-size: 1rem;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu a:first-child {
  padding-top: 0.5rem;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu-level-0 {
  padding: 1rem 0;
  background: #EFF5DC;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu-level-0 .menu-item {
  padding: 0;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu-level-0 .menu-expand {
  top: 1px;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu-level-1 .menu-item {
  padding: 0 2.2rem;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu-level-1 a {
  padding: 0.2rem;
  font-weight: 400;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu-level-1 a:before {
  background: #2C2D2D;
  height: 1px;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu .menu-item {
  border: none !important;
}
#mobile_navigation ul.nav_container li.menu-item-has-children .submenu .menu-item:last-child {
  margin-bottom: 0.75rem;
}
#mobile_navigation .closebtn {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  font-size: 55px;
  text-decoration: none;
  border-radius: 5px;
  width: 35px;
  height: 35px;
}
#mobile_navigation .closebtn path {
  fill: #2C2D2D;
}

.is-flyout-menu {
  right: 0% !important;
}

.error__container {
  background-color: #eff5dc;
  padding: 50px;
  margin-top: 100px;
  border-radius: 8px;
}
@media only screen and (max-width: 40rem) {
  .error__container {
    padding: 1rem;
    margin-top: 50px;
  }
}
.error__container h2 {
  color: #667d16;
}
.error__container p {
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 40rem) {
  .error__container p {
    margin: 0 0 2rem 0;
  }
}
.error__container .wp-block-button__link {
  white-space: nowrap;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  padding: 14px 28px;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.error__container .wp-block-button__link:hover, .error__container .wp-block-button__link:focus-visible {
  text-decoration: none !important;
  background: rgb(69.2134831461, 70.7865168539, 70.7865168539) !important;
  color: white !important;
}
.error__container .wp-block-button__link.has-grey-black-400-background-color:hover, .error__container .wp-block-button__link.has-grey-black-400-background-color:focus-visible {
  background: rgb(69.2134831461, 70.7865168539, 70.7865168539) !important;
  color: white !important;
}
@media only screen and (max-width: 40rem) {
  .error__container .wp-block-button {
    margin-bottom: 2rem;
  }
}

.search-result__container .term {
  color: #667d16;
}
.search-result__container article {
  border: 1px solid rgba(44, 45, 45, 0.1490196078);
  padding: 2rem;
  margin-top: 50px;
  border-radius: 8px;
}
.search-result__container article h2 {
  margin-top: 1.5rem;
}
.search-result__container-inner_post-category {
  background-color: #eff5dc;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  color: #667d16;
  font-weight: 500;
}
@media only screen and (max-width: 40rem) {
  .search-result__container-inner_post-category {
    padding: 0.2rem 0.5rem;
  }
}

.show-for-sr,
.show-on-focus {
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.clickable-area:hover, .clickable-area:focus {
  cursor: pointer;
}
.clickable-area:hover .post-item__image, .clickable-area:focus .post-item__image {
  overflow: hidden;
}
.clickable-area:hover .post-item__image img, .clickable-area:focus .post-item__image img {
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.tabbed {
  outline: 2px solid #00f !important;
  outline-offset: 1px;
}

.go-to-content {
  text-align: center;
  background: #ffffff;
  color: #000000;
  display: block;
}

/*# sourceMappingURL=app.dev.css.map*/