/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
body {
  padding: 0;
  margin: 0;
  background-color: white;
  overflow-x: hidden;
}
body.blur {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
/* Outline Accessibility */
a:focus,
a:hover,
a:active,
a:hover {
  outline: none !important;
}
a:focus-visible {
  outline: 2px solid #2779FE !important;
  z-index: 2;
}
.hiddenStructure {
  display: block;
  background: transparent;
  background-image: none;
  border: none;
  height: 0.1em;
  overflow: hidden;
  padding: 0;
  margin: -0.1em 0 0 -0.1em !important;
  width: 1px;
  left: -1000px;
  top: -1000px;
  position: absolute;
}
.setBackground {
  color: #ffffff;
  background-color: #345073;
}
.entry-content p.has-text-align-center,
.entry-content h1.has-text-align-center,
.entry-content h2.has-text-align-center,
.entry-content h3.has-text-align-center,
.entry-content h4.has-text-align-center,
.entry-content h5.has-text-align-center,
.entry-content h6.has-text-align-center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *,
.header-content > *,
.mod-servicenavigation > *,
.footer-content > *,
.wp-block-group__inner-container > *,
.wp-block-cover__inner-container > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 940px;
}
.entry-content > * > .container,
.header-content > * > .container,
.mod-servicenavigation > * > .container,
.footer-content > * > .container,
.wp-block-group__inner-container > * > .container,
.wp-block-cover__inner-container > * > .container,
.entry-content > * > section > .container,
.header-content > * > section > .container,
.mod-servicenavigation > * > section > .container,
.footer-content > * > section > .container,
.wp-block-group__inner-container > * > section > .container,
.wp-block-cover__inner-container > * > section > .container {
  max-width: 970px;
}
.entry-content > * > .container-fluid,
.header-content > * > .container-fluid,
.mod-servicenavigation > * > .container-fluid,
.footer-content > * > .container-fluid,
.wp-block-group__inner-container > * > .container-fluid,
.wp-block-cover__inner-container > * > .container-fluid,
.entry-content > * > section > .container-fluid,
.header-content > * > section > .container-fluid,
.mod-servicenavigation > * > section > .container-fluid,
.footer-content > * > section > .container-fluid,
.wp-block-group__inner-container > * > section > .container-fluid,
.wp-block-cover__inner-container > * > section > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.entry-content > .alignwide,
.wp-block-group__inner-container > .alignwide {
  max-width: 1200px;
}
.entry-content > .alignfull,
.wp-block-group__inner-container > .alignfull {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .entry-content > *,
  .header-content > *,
  .mod-servicenavigation > *,
  .footer-content > *,
  .wp-block-group__inner-container > *,
  .wp-block-cover__inner-container > * {
    max-width: 720px;
  }
  .entry-content > * > .container,
  .header-content > * > .container,
  .mod-servicenavigation > * > .container,
  .footer-content > * > .container,
  .wp-block-group__inner-container > * > .container,
  .wp-block-cover__inner-container > * > .container,
  .entry-content > * > section > .container,
  .header-content > * > section > .container,
  .mod-servicenavigation > * > section > .container,
  .footer-content > * > section > .container,
  .wp-block-group__inner-container > * > section > .container,
  .wp-block-cover__inner-container > * > section > .container {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content > *,
  .header-content > *,
  .mod-servicenavigation > *,
  .footer-content > *,
  .wp-block-group__inner-container > *,
  .wp-block-cover__inner-container > * {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .entry-content p.has-text-align-center,
  .entry-content h1.has-text-align-center,
  .entry-content h2.has-text-align-center,
  .entry-content h3.has-text-align-center,
  .entry-content h4.has-text-align-center,
  .entry-content h5.has-text-align-center,
  .entry-content h6.has-text-align-center {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .has-media-on-the-right {
    display: flex;
    flex-direction: column;
  }
  .is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 15px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.img16to9 {
  padding-top: 56.25%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img4to3 {
  padding-top: 75%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img3to2 {
  padding-top: 66.66%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img1to1 {
  padding-top: 100%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img2to1 {
  padding-top: 50%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img3to1 {
  padding-top: 33.333%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img4to1 {
  padding-top: 25%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img4to5 {
  padding-top: 120%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img1to2 {
  padding-top: 200%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img2to3 {
  padding-top: 150%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img3to4 {
  padding-top: 133.33333333%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img4to5 {
  padding-top: 125%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.img9to16 {
  padding-top: 150%;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  overflow: hidden;
  height: 0;
}
.imageBox {
  overflow: hidden;
}
.imgShadow {
  -webkit-box-shadow: 0 15px 35px -20px #000000;
  -moz-box-shadow: 0 15px 35px -20px #000000;
  box-shadow: 0 15px 35px -20px #000000;
}
a .imgShadow {
  transition: all 0.3s ease;
}
a:hover .imgShadow {
  -webkit-box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.7);
  box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .desktop-img1to2 {
    padding-top: 200%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img1to2 .owl-carousel {
    margin-top: -200%;
  }
  .desktop-img1to2 .owl-carousel .item {
    padding-top: 200%;
  }
  .desktop-img2to3 {
    padding-top: 150%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img2to3 .owl-carousel {
    margin-top: -150%;
  }
  .desktop-img2to3 .owl-carousel .item {
    padding-top: 150%;
  }
  .desktop-img3to4 {
    padding-top: 150%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img3to4 .owl-carousel {
    margin-top: -150%;
  }
  .desktop-img3to4 .owl-carousel .item {
    padding-top: 150%;
  }
  .desktop-img16to9 {
    padding-top: 56.25%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img16to9 .owl-carousel {
    margin-top: -56.25%;
  }
  .desktop-img16to9 .owl-carousel .item {
    padding-top: 56.25%;
  }
  .desktop-img4to3 {
    padding-top: 75%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img4to3 .owl-carousel {
    margin-top: -75%;
  }
  .desktop-img4to3 .owl-carousel .item {
    padding-top: 75%;
  }
  .desktop-img3to2 {
    padding-top: 66.66%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img3to2 .owl-carousel {
    margin-top: -66.66%;
  }
  .desktop-img3to2 .owl-carousel .item {
    padding-top: 66.66%;
  }
  .desktop-img1to1 {
    padding-top: 100%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img1to1 .owl-carousel {
    margin-top: -100%;
  }
  .desktop-img1to1 .owl-carousel .item {
    padding-top: 100%;
  }
  .desktop-img2to1 {
    padding-top: 50%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img2to1 .owl-carousel {
    margin-top: -50%;
  }
  .desktop-img2to1 .owl-carousel .item {
    padding-top: 50%;
  }
  .desktop-img3to1 {
    padding-top: 33.333%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img3to1 .owl-carousel {
    margin-top: -33.333%;
  }
  .desktop-img3to1 .owl-carousel .item {
    padding-top: 33.333%;
  }
  .desktop-img3to1 .owl-carousel {
    margin-top: -33.333%;
  }
  .desktop-img3to1 .owl-carousel .item {
    padding-top: 33.333%;
  }
  .desktop-img4to1 {
    padding-top: 25%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img4to1 .owl-carousel {
    margin-top: -25%;
  }
  .desktop-img4to1 .owl-carousel .item {
    padding-top: 25%;
  }
  .desktop-img8to1 {
    padding-top: 12.5%;
    overflow: hidden;
    height: 0;
  }
  .desktop-img8to1 .owl-carousel {
    margin-top: -12.5%;
  }
  .desktop-img8to1 .owl-carousel .item {
    padding-top: 12.5%;
  }
  .desktop-imgSmall {
    padding-top: 8%;
    overflow: hidden;
    height: 0;
  }
  .desktop-imgSmall .owl-carousel {
    margin-top: -8%;
  }
  .desktop-imgSmall .owl-carousel .item {
    padding-top: 8%;
  }
  .desktop-imgNo {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-img1to2 {
    padding-top: 200%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img1to2 .owl-carousel {
    margin-top: -200%;
  }
  .mobile-img1to2 .owl-carousel .item {
    padding-top: 200%;
  }
  .mobile-img2to3 {
    padding-top: 150%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img2to3 .owl-carousel {
    margin-top: -150%;
  }
  .mobile-img2to3 .owl-carousel .item {
    padding-top: 150%;
  }
  .mobile-img3to4 {
    padding-top: 150%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img3to4 .owl-carousel {
    margin-top: -150%;
  }
  .mobile-img3to4 .owl-carousel .item {
    padding-top: 150%;
  }
  .mobile-img16to9 {
    padding-top: 56.25%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img16to9 .owl-carousel {
    margin-top: -56.25%;
  }
  .mobile-img16to9 .owl-carousel .item {
    padding-top: 56.25%;
  }
  .mobile-img4to3 {
    padding-top: 75%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img4to3 .owl-carousel {
    margin-top: -75%;
  }
  .mobile-img4to3 .owl-carousel .item {
    padding-top: 75%;
  }
  .mobile-img3to2 {
    padding-top: 66.66%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img3to2 .owl-carousel {
    margin-top: -66.66%;
  }
  .mobile-img3to2 .owl-carousel .item {
    padding-top: 66.66%;
  }
  .mobile-img1to1 {
    padding-top: 100%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img1to1 .owl-carousel {
    margin-top: -100%;
  }
  .mobile-img1to1 .owl-carousel .item {
    padding-top: 100%;
  }
  .mobile-img2to1 {
    padding-top: 50%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img2to1 .owl-carousel {
    margin-top: -50%;
  }
  .mobile-img2to1 .owl-carousel .item {
    padding-top: 50%;
  }
  .mobile-img3to1 {
    padding-top: 33.333%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img3to1 .owl-carousel {
    margin-top: -33.333%;
  }
  .mobile-img3to1 .owl-carousel .item {
    padding-top: 33.333%;
  }
  .mobile-img4to1 {
    padding-top: 25%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img4to1 .owl-carousel {
    margin-top: -25%;
  }
  .mobile-img4to1 .owl-carousel .item {
    padding-top: 25%;
  }
  .mobile-img8to1 {
    padding-top: 12.5%;
    overflow: hidden;
    height: 0;
  }
  .mobile-img8to1 .owl-carousel {
    margin-top: -12.5%;
  }
  .mobile-img8to1 .owl-carousel .item {
    padding-top: 12.5%;
  }
  .mobile-imgSmall {
    padding-top: 8%;
    overflow: hidden;
    height: 0;
  }
  .mobile-imgSmall .owl-carousel {
    margin-top: -8%;
  }
  .mobile-imgSmall .owl-carousel .item {
    padding-top: 8%;
  }
  .mobile-imgNo {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.has-large-font-size {
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
.entry-content > ul {
  padding-left: 40px;
}
@media (max-width: 480px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br,
  .has-large-font-size br {
    display: none;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin {
  margin: 0px !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0px !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.gap10 {
  height: 10px;
}
.gap20 {
  height: 20px;
}
.gap25 {
  height: 25px;
}
.gap30 {
  height: 30px;
}
.gap40 {
  height: 40px;
}
.gap50 {
  height: 50px;
}
.gap60 {
  height: 60px;
}
.gap70 {
  height: 70px;
}
.gap80 {
  height: 80px;
}
.gap90 {
  height: 90px;
}
.gap100 {
  height: 100px;
}
.gap120 {
  height: 120px;
}
.gap150 {
  height: 150px;
}
.gap160 {
  height: 160px;
}
.gap200 {
  height: 200px;
}
.clearfix {
  clear: both;
}
.clear {
  clear: both;
}
@media (max-width: 599px) {
  .hide-mobile {
    display: none !important;
  }
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.disable {
  @include opacity(0.4);
}
.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.has-media-on-the-right.alignfull .wp-block-media-text__content,
.has-media-on-the-right.alignwide  .wp-block-media-text__content {
  padding: 0 8%;
}
/* Post: Bild Link */
ul.wp-block-latest-posts.is-style-post-image-link li {
  position: relative;
}
ul.wp-block-latest-posts.is-style-post-image-link li a {
  position: unset;
}
ul.wp-block-latest-posts.is-style-post-image-link li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mod-header.header-2 .header-content .header-main-content .headerLogoWrap {
  float: right;
}
.mod-header.header-2 .header-content .header-main-content .headerLogoWrap .headerLogo {
  background-position: right center;
}
.mod-header.header-2 .header-content .header-main-content .mod-navigation {
  text-align: left;
}
.mod-header.header-3 .header-content .header-main-content .mod-navigation {
  text-align: center;
}
.mod-header .header-content .header-main-content {
  height: 60px;
  display: block;
}
.mod-header .header-content .header-main-content .headerLogoWrap {
  width: 190px;
  height: 100%;
  position: absolute;
  z-index: 3;
}
.mod-header .header-content .header-main-content .headerLogoWrap .headerLogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .mod-header .header-content .header-main-content {
    justify-content: flex-start;
  }
}
.no-hero {
  height: 30px;
}
.mod-hero {
  position: relative;
  z-index: 1;
}
.mod-hero.desktop-img3to1 .hero-title {
  top: 30px;
  bottom: 30px;
}
.mod-hero .title-width * {
  max-width: 600px;
}
.mod-hero .hero-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 20;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mod-hero .hero-title {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 30;
  transition: all 0.5s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.mod-hero .hero-title .hero-title-wrap {
  width: 100%;
}
.mod-hero .hero-title .hero-title-wrap .title-width.text-center * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mod-hero .hero-title .hero-title-wrap .title-width.text-right * {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.mod-hero .hero-title .hero-title-wrap h2.color-default,
.mod-hero .hero-title .hero-title-wrap p.color-default {
  color: black;
}
.mod-hero .hero-title .hero-title-wrap h2.color-default-2,
.mod-hero .hero-title .hero-title-wrap p.color-default-2 {
  color: black;
}
.mod-hero .hero-title .hero-title-wrap h2.color-black,
.mod-hero .hero-title .hero-title-wrap p.color-black {
  color: black;
}
.mod-hero .hero-title .hero-title-wrap h2.color-white,
.mod-hero .hero-title .hero-title-wrap p.color-white {
  color: white;
}
.mod-hero .hero-title .hero-title-wrap .wp-block-button {
  margin-top: 25px;
}
.mod-hero .heroImageWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mod-hero .heroImageWrap .heroImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mod-hero .hero-overlay {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  overflow: hidden;
}
.mod-hero .hero-overlay.color-default {
  background-color: black;
}
.mod-hero .hero-overlay.color-default-2 {
  background-color: white;
}
.mod-hero .hero-overlay.color-black {
  background-color: black;
}
.mod-hero .hero-overlay.color-white {
  background-color: white;
}
.mod-hero .hero-overlay.color-gradient-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+30 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.mod-hero .hero-overlay.color-gradient-bottom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.mod-hero .hero-overlay.color-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+1,0+50,1+100 */
  background: -moz-linear-gradient(top, #000000 0%, #000000 1%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #000000 1%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #000000 1%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.mod-hero .hero-overlay.color-gradient-center {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+50,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.mod-hero .hero-overlay.color-gradient-white-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+30 */
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.mod-hero .hero-overlay.color-gradient-white-bottom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+50,1+99 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 99%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 99%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 99%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.mod-hero .hero-overlay.color-gradient-white {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+50,1+100 */
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.mod-hero .hero-overlay.color-gradient-white-center {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.mod-hero .hero-overlay.heroOpacity0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mod-hero .hero-overlay.heroOpacity10 {
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.mod-hero .hero-overlay.heroOpacity20 {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.mod-hero .hero-overlay.heroOpacity30 {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.mod-hero .hero-overlay.heroOpacity40 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.mod-hero .hero-overlay.heroOpacity50 {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.mod-hero .hero-overlay.heroOpacity60 {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.mod-hero .hero-overlay.heroOpacity70 {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.mod-hero .hero-overlay.heroOpacity80 {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.mod-hero .hero-overlay.heroOpacity90 {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.mod-hero .customNavWrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  text-align: left;
  display: none;
}
.mod-hero .customDotsWrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  z-index: 20;
  display: none;
}
.mod-hero .customDotsWrap .customDots .owl-dot {
  margin-right: 10px;
  width: 12px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.mod-hero .customDotsWrap .customDots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #dfdfdf;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  display: block;
}
.mod-hero .customDotsWrap .customDots .owl-dot.active span {
  background-color: #000;
}
@media (max-width: 767px) {
  .mod-hero .hero-title {
    top: 30px;
    bottom: 30px;
  }
}
@media (max-width: 480px) {
  .mod-hero .hero-title {
    top: 15px;
    bottom: 15px;
  }
}
@media (min-width: 992px) {
  .mod-navigation {
    z-index: 2;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .mod-navigation > ul {
    display: inline-block;
  }
  .mod-navigation > ul > li {
    display: inline-block;
    min-width: 1%;
    /* Fix for Firefox */
    position: static;
    height: 48px;
    float: left;
  }
  .mod-navigation > ul > li a {
    color: black;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mod-navigation > ul > li a:focus {
    outline: none;
  }
  .mod-navigation > ul > li > a {
    line-height: 48px;
  }
  .mod-navigation > ul > li.current-menu-item > a {
    color: #767676;
  }
  .mod-navigation > ul > li > .sub-menu-wrap {
    display: inherit;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu > li {
    margin: 0;
    display: block;
    float: left;
    flex-basis: 50%;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu > li > a {
    text-align: left;
    padding-left: 0;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu > li > a:hover,
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu > li > a:focus {
    color: #767676;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap {
    display: none;
    position: relative;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap .sub-menu {
    padding-bottom: 30px;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap .sub-menu li a {
    text-align: left;
    font-size: 0.9375rem;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 3px;
    margin-right: 40px;
    border-bottom: solid 1px silver;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap .sub-menu li a:hover,
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap .sub-menu li a:focus {
    color: grey;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu::after {
    margin-top: 0;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #EFEFEF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mod-navigation > ul > li > .sub-menu-wrap > .sub-menu a {
    display: block;
    padding: 8px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .mod-navigation > ul > li > .sub-menu-wrap.open,
  .mod-navigation > ul > li > .sub-menu-wrap:focus-within {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .mod-navigation > ul > li > .sub-menu-wrap.open .sub-menu,
  .mod-navigation > ul > li > .sub-menu-wrap:focus-within .sub-menu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  .mod-navigation > ul > li > .sub-menu-wrap.open .sub-menu a,
  .mod-navigation > ul > li > .sub-menu-wrap:focus-within .sub-menu a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .mod-navigation > ul > li > .sub-menu-wrap.open:after,
  .mod-navigation > ul > li > .sub-menu-wrap:focus-within:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .mod-navigation > ul > li:focus-within .sub-menu-wrap {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .mod-navigation > ul > li:focus-within .sub-menu-wrap .sub-menu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  .mod-navigation > ul > li:focus-within .sub-menu-wrap .sub-menu a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .mod-navigation > ul > li:focus-within .sub-menu-wrap:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .mod-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mod-navigation ul li {
    padding: 0;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children a {
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .mod-navigation {
    display: none;
  }
}
.mod-search.mobile form {
  position: relative;
  display: block;
  text-align: left;
  border-bottom: solid 1px #dfdfdf;
}
.mod-search.mobile form label {
  height: 60px;
  line-height: 60px;
  font-size: 1em;
  padding-left: 60px;
}
.mod-search.mobile form label input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  border: none;
  background-color: transparent;
  padding: 19px 60px 19px 60px;
  font-size: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mod-search.mobile form label input:focus {
  background-color: white;
}
.mod-search.mobile form .submitSearch {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 60px;
  padding: 0;
  padding-left: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
}
.mod-search.mobile form .submitSearch:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 300;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 20px;
}
.mod-search.desktop {
  position: absolute;
  right: 0;
  bottom: 4px;
  height: 44px;
  margin-left: 15px;
  z-index: 5;
}
.mod-search.desktop .triggerSearchOpen {
  border: solid 1px black;
  position: relative;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
}
.mod-search.desktop .triggerSearchOpen:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 300;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  top: 7px;
  left: 11px;
  font-size: 20px;
}
.mod-search.desktop.active .triggerSearchOpen {
  display: none;
}
.mod-search.desktop.active .triggerSearchClose {
  display: block;
  cursor: pointer;
}
.mod-search.desktop.active form {
  display: block;
  width: 720px;
  padding-left: 10px;
}
.mod-search.desktop form {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  text-align: right;
  height: 44px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
.mod-search.desktop form label {
  font-size: 0.833335em;
}
.mod-search.desktop form label input {
  width: 260px;
  height: 44px;
  border: solid 1px black;
  padding: 12px 40px 12px 15px;
  margin-left: 5px;
  font-size: 1em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mod-search.desktop form .submitSearch {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 44px;
  padding: 0;
  padding-left: 44px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
}
.mod-search.desktop form .submitSearch:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 300;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 20px;
}
.mod-search.desktop form .triggerSearchClose {
  font-size: 0.833335em;
  line-height: 46px;
  float: left;
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.mod-search.desktop form .triggerSearchClose:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 300;
  font-size: 20px;
  margin-right: 4px;
  margin-top: -2px;
}
.mod-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-list ul li:first-child a {
  border-top: solid 2px #000;
}
.mod-list ul li a {
  color: #000;
  text-decoration: none;
  border-bottom: solid 2px #000;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.mod-list ul li a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 300;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  position: relative;
  font-size: 1em;
  position: absolute;
  top: 10px;
  right: 6px;
  transition: all 0.3s ease;
}
.mod-list ul li a:hover,
.mod-list ul li a:focus {
  color: #767676;
  text-decoration: none;
}
.mod-list ul li a:hover::before,
.mod-list ul li a:focus::before {
  right: 0;
}
@media (min-width: 992px) {
  .mod-list ul {
    max-width: 586px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .mod-list ul {
    margin-right: 40px;
  }
}
.mod-blog ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-blog ul li {
  margin-bottom: 30px;
}
.mod-blog ul li .description {
  font-size: 0.9375rem;
  color: #767676;
  margin: 0;
  padding: 0;
}
.mod-blog ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.mod-blog ul li a h2 {
  margin: 0;
  margin-bottom: 5px;
}
.mod-blog ul li a:hover,
.mod-blog ul li a:focus {
  color: #767676;
  text-decoration: underline;
}
.mod-blog ul li .tags {
  font-size: 1rem;
  color: #767676;
  margin: 0;
  padding: 0;
}
.mod-blog ul li .tags a {
  display: inline-block;
  color: #626262;
  background-color: #EFEFEF;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin-right: 5px;
  padding: 0 6px;
}
@media (min-width: 992px) {
  .mod-blog ul {
    max-width: 586px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .mod-blog ul {
    margin-right: 40px;
  }
}
.mod-servicenavigation {
  font-size: 0.833335em;
  background-color: #EFEFEF;
  position: relative;
}
.mod-servicenavigation .header-service-content {
  height: 40px;
  z-index: 2;
}
.mod-servicenavigation .header-service-content > ul {
  display: inline-block;
  float: right;
}
.mod-servicenavigation .header-service-content > ul > li {
  margin: 0;
  display: inline-block;
  float: left;
}
.mod-servicenavigation .header-service-content > ul > li a {
  color: grey;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.mod-servicenavigation .header-service-content > ul > li a:focus {
  outline: none;
}
.mod-servicenavigation .header-service-content > ul > li > a {
  margin: 0 0 0 20px;
}
.mod-servicenavigation .header-service-content > ul > li > a:hover,
.mod-servicenavigation .header-service-content > ul > li > a:focus {
  color: silver;
}
.mod-servicenavigation .header-service-content > ul > li.wpml-ls-item {
  position: relative;
}
.mod-servicenavigation .header-service-content > ul > li.wpml-ls-item.wpml-ls-first-item::before {
  display: none;
}
.mod-servicenavigation .header-service-content > ul > li.wpml-ls-item.wpml-ls-current-language a {
  font-weight: 700;
}
.mod-servicenavigation .header-service-content > ul > li.wpml-ls-item a {
  margin: 0;
}
.mod-servicenavigation .header-service-content > ul > li.wpml-ls-item::before {
  content: "|";
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}
.mod-servicenavigation .header-service-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-servicenavigation .header-service-content ul li {
  padding: 0;
}
@media (max-width: 991px) {
  .mod-servicenavigation {
    display: none;
  }
}
.admin-bar .mod-mobilenavigation .triggerMobileNav,
.admin-bar .mod-mobilenavigation .mobile-wrap {
  top: 46px;
}
.mod-mobilenavigation {
  display: block;
}
.mod-mobilenavigation .triggerMobileNav {
  width: 60px;
  height: 59px;
  padding: 16px;
  padding-left: 12px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  cursor: pointer;
}
.mod-mobilenavigation .triggerMobileNav:after,
.mod-mobilenavigation .triggerMobileNav:before,
.mod-mobilenavigation .triggerMobileNav div {
  background-color: black;
  content: '';
  display: block;
  height: 2px;
  margin: 6px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
.mod-mobilenavigation.active .mobile-wrap {
  display: block;
}
.mod-mobilenavigation.active .triggerMobileNav:before {
  transform: translateY(8px) rotate(135deg);
}
.mod-mobilenavigation.active .triggerMobileNav:after {
  transform: translateY(-8px) rotate(-135deg);
}
.mod-mobilenavigation.active .triggerMobileNav div {
  transform: scale(0);
}
.mod-mobilenavigation .mobile-wrap {
  display: none;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 100;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation {
  list-style: none;
  margin: 0;
  margin-top: 30px;
  padding: 0;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li {
  margin: 0;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li a {
  font-size: 1.25em;
  color: black;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  padding: 6px 20px;
  display: block;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li a:focus {
  outline: none;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li.menu-item-has-children {
  position: relative;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li.menu-item-has-children:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 400;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 11px;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li.menu-item-has-children:hover:before,
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li.menu-item-has-children:focus-within:before {
  top: 16px;
  right: 22px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li .sub-menu {
  display: none;
  padding: 0;
  margin-bottom: 15px;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li .sub-menu li {
  margin: 0;
  display: block;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li .sub-menu li a {
  color: #767676;
  font-size: 1em;
  text-align: left;
  border-top: solid 1px #EFEFEF;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li .sub-menu li:first-child a {
  border: none;
}
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li:hover > .sub-menu,
.mod-mobilenavigation .mobile-wrap .mobile-content .mobile-navigation > li:focus-within > .sub-menu {
  display: block;
}
@media (min-width: 992px) {
  .mod-mobilenavigation {
    display: none;
  }
}
.mod-form label,
.wpcf7 label,
.wpcf7-form label {
  font-size: 0.833335em;
}
.mod-form input[type=text],
.wpcf7 input[type=text],
.wpcf7-form input[type=text],
.mod-form input[type=password],
.wpcf7 input[type=password],
.wpcf7-form input[type=password],
.mod-form input[type=number],
.wpcf7 input[type=number],
.wpcf7-form input[type=number],
.mod-form input[type=email],
.wpcf7 input[type=email],
.wpcf7-form input[type=email],
.mod-form textarea,
.wpcf7 textarea,
.wpcf7-form textarea,
.mod-form select,
.wpcf7 select,
.wpcf7-form select {
  max-width: 100%;
  padding: 9px 12px;
  margin-bottom: 12px;
  color: #000;
  font-weight: 400;
  background-color: #ffffff;
  border: solid 1px #000;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mod-form input[type='checkbox'],
.wpcf7 input[type='checkbox'],
.wpcf7-form input[type='checkbox'] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 5px;
}
.mod-form textarea,
.wpcf7 textarea,
.wpcf7-form textarea {
  height: 120px;
}
.mod-form .wpcf7-list-item,
.wpcf7 .wpcf7-list-item,
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.mod-form .btn,
.wpcf7 .btn,
.wpcf7-form .btn {
  margin-top: 8px;
}
.mod-form .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -8px;
  margin-bottom: 5px;
}
.mod-footer .mod-form input,
.mod-footer .wpcf7 input,
.mod-footer .mod-form textarea,
.mod-footer .wpcf7 textarea {
  background-color: #ffffff;
}
.mod-contactform {
  width: 580px;
  max-width: 100%;
}
.mod-pagination {
  margin-top: 40px;
  margin-bottom: 60px;
}
.mod-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-pagination .page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mod-pagination ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center;
}
.mod-pagination ul.page-numbers li .page-numbers {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  line-height: 44px;
  height: 44px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.mod-pagination .page-numbers a,
.mod-pagination .page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #888;
}
.mod-pagination .page-numbers a span {
  padding: 0;
}
.mod-pagination .page-numbers a:hover,
.mod-pagination .page-numbers.current,
.mod-pagination .page-numbers.current:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}
.mod-pagination .page-numbers:hover {
  text-decoration: none;
}
.mod-breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mod-breadcrumb a,
.mod-breadcrumb a:visited {
  font-size: 0.9375rem;
  color: #767676;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mod-breadcrumb span,
.mod-breadcrumb p {
  color: #767676;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.9375rem;
}
.mod-breadcrumb i {
  font-size: 14px;
  color: #767676;
  margin-left: 5px;
  margin-right: 5px;
}
.mod-breadcrumb i:last-child {
  color: #767676;
}
.mod-footer {
  font-size: 0.833335em;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod-footer .entry-content .widget-row {
  margin-top: 40px;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
.mod-footer .entry-content .widget-row:first-child {
  margin-top: 0;
}
.mod-footer .entry-content .widget-row .widget-col-wrap {
  width: 100%;
  grid-auto-flow: column;
}
.mod-footer .entry-content .widget-row .widget-col-wrap h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.mod-footer .entry-content .widget-row .widget-col-wrap ul {
  list-style: none;
}
.mod-footer .entry-content .widget-row .widget-col-wrap ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod-footer .entry-content .widget-row .widget-col-wrap ul.menu li {
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .mod-footer .entry-content .widget-row {
    flex-direction: column;
  }
  .mod-footer .entry-content .widget-row .widget-col-wrap {
    margin-top: 30px;
  }
}
.wp-block-group ul {
  padding-left: 40px;
}
.wp-block-media-text ul {
  padding-left: 20px;
}
ul {
  margin-bottom: 10px;
}
ul ul {
  padding-left: 20px;
}
ul.is-style-list-collapse {
  list-style: none;
  padding-left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.is-style-list-collapse > li {
  font-size: 1.5625rem;
  line-height: normal;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 400px;
  clear: both;
}
ul.is-style-list-collapse > li:first-child {
  margin-top: 0;
}
ul.is-style-list-collapse > li:hover {
  margin-left: 3px;
}
ul.is-style-list-collapse > li:hover::after {
  color: #242424;
}
ul.is-style-list-collapse > li::after {
  color: #EFEFEF;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-left: 12px;
  top: -2px;
}
ul.is-style-list-collapse > li ul {
  list-style: none;
  padding-left: 0;
  height: 0;
  float: right;
  width: 100%;
  transition: all 0.4s ease;
}
ul.is-style-list-collapse > li ul li {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #242424;
  font-size: 1.125rem;
  line-height: 1.5;
  transition: all 0.4s ease;
}
ul.is-style-list-collapse > li.open {
  margin-bottom: 30px;
}
ul.is-style-list-collapse > li.open:hover {
  margin-left: 0;
}
ul.is-style-list-collapse > li.open::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.is-style-list-collapse > li.open ul {
  height: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
}
ul.is-style-list-collapse > li.open ul li {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.block-bm-team.style-img-top .team-item .team-item-content .content-image {
  width: 100%;
  margin-bottom: 12px;
}
.block-bm-team.style-img-top .team-item .team-item-content .content-text {
  margin-left: 0;
  width: 100%;
}
.block-bm-team .team-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.block-bm-team .team-item {
  flex-basis: 50%;
  position: relative;
}
.block-bm-team .team-item .team-item-content {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.block-bm-team .team-item .team-item-content .content-image {
  width: 150px;
}
.block-bm-team .team-item .team-item-content .content-text {
  margin-left: 20px;
  width: 270px;
}
.block-bm-team .team-item .team-item-content .content-text p {
  margin-bottom: 15px;
}
.block-bm-team .team-item .team-item-content p,
.block-bm-team .team-item .team-item-content a {
  font-size: 0.9375rem;
}
.block-bm-team .team-item .team-item-content p.btn-icon,
.block-bm-team .team-item .team-item-content a.btn-icon {
  line-height: 28px;
  height: 28px;
  padding-left: 35px;
  margin-top: 5px;
  display: block;
}
.block-bm-team .team-item .team-item-content p.btn-icon::before,
.block-bm-team .team-item .team-item-content a.btn-icon::before {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 1rem;
}
.block-bm-team .team-item .team-item-content .wrap-team-image.no-image {
  background-color: #EFEFEF;
  position: relative;
}
.block-bm-team .team-item .team-item-content .wrap-team-image.no-image::before {
  color: black;
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-weight: 300;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  width: 60px;
  height: 100px;
  line-height: 100px;
  margin-left: -30px;
  margin-top: -50px;
  text-align: center;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
@media (max-width: 991px) {
  .block-bm-team .team-item {
    flex-basis: 50%;
  }
  .block-bm-team .team-item .team-item-content {
    margin-right: 15px;
  }
  .block-bm-team .team-item .team-item-content .content-image {
    width: 100px;
  }
  .block-bm-team .team-item .team-item-content .content-text {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .block-bm-team .team-item {
    flex-basis: 100%;
  }
  .block-bm-team .team-item .team-item-content {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .block-bm-team .team-item .team-item-content .content-image {
    width: 100%;
    max-width: 280px;
    margin-bottom: 12px;
  }
  .block-bm-team .team-item .team-item-content .content-text {
    margin-left: 0;
    width: 100%;
  }
}
.block-page-preview .page-preview-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.block-page-preview .pageItem .itemWrap {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  height: 100%;
}
.block-page-preview .pageItem .itemWrap a {
  text-decoration: none;
  position: relative;
  display: block;
}
.block-page-preview .pageItem .itemWrap .imageWrap {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.1s ease;
}
.block-page-preview .pageItem .itemWrap .imageWrap.image-shadow {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}
.block-page-preview .pageItem .itemWrap .imageWrap .imageBox {
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
}
.block-page-preview .pageItem .itemWrap .imageWrap.isIcon {
  padding-top: 13%;
  padding-bottom: 13%;
}
.block-page-preview .pageItem .itemWrap .imageWrap.isIcon .imageBox {
  padding-top: 30.25%;
}
.block-page-preview .pageItem .itemWrap h2 {
  margin-bottom: 0;
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}
.block-page-preview .pageItem .itemWrap h2.text-center {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.block-page-preview .pageItem .itemWrap h2.text-center::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 300;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  position: relative;
  font-size: 1em;
  margin-top: -4px;
  margin-left: -30px;
  transition: all 0.3s ease;
}
.block-page-preview .pageItem .itemWrap h2.text-right {
  text-align: right;
}
.block-page-preview .pageItem .itemWrap .previewText {
  display: block;
  margin: 0;
  text-align: left;
  font-size: 0.875rem;
  color: #767676;
  line-height: 1.5;
}
.block-page-preview .pageItem .itemWrap .previewText.text-center {
  text-align: center;
}
.block-page-preview .pageItem .itemWrap .previewText.text-right {
  text-align: right;
}
.block-page-preview .pageItem .itemWrap:hover .imageWrap,
.block-page-preview .pageItem .itemWrap:focus .imageWrap {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}
.block-page-preview .pageItem .itemWrap:hover .imageWrap.image-shadow,
.block-page-preview .pageItem .itemWrap:focus .imageWrap.image-shadow {
  -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .block-page-preview.desktop-itemSize4 .pageItem {
    width: 235px;
  }
  .block-page-preview.desktop-itemSize3 .pageItem {
    width: 313px;
  }
  .block-page-preview.desktop-itemSize2 .pageItem {
    width: 470px;
  }
  .block-page-preview.desktop-itemSize1 .pageItem {
    flex: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-page-preview.tablet-itemSize4 .pageItem {
    width: 180px;
  }
  .block-page-preview.tablet-itemSize3 .pageItem {
    width: 240px;
  }
  .block-page-preview.tablet-itemSize2 .pageItem {
    width: 360px;
  }
  .block-page-preview.tablet-itemSize2 .pageItem .itemWrap a {
    min-height: 140px;
  }
  .block-page-preview.tablet-itemSize1 .pageItem {
    flex: 100%;
  }
}
@media (max-width: 767px) {
  .block-page-preview.mobile-itemSize4 .pageItem {
    flex: 25%;
  }
  .block-page-preview.mobile-itemSize3 .pageItem {
    flex: 33.333%;
  }
  .block-page-preview.mobile-itemSize2 .pageItem {
    flex: 50%;
  }
  .block-page-preview.mobile-itemSize1 .pageItem {
    flex: 100%;
  }
  .block-page-preview.mobile-itemSize1 .pageItem .itemWrap a {
    min-height: 0px;
  }
  .block-page-preview.mobile-itemSize1 .pageItem .itemWrap .previewTitle br {
    display: none;
  }
}
@media (max-width: 480px) {
  .block-page-preview .pageItem .itemWrap {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 599px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .wp-block-media-text .wp-block-media-text__media {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
  }
  .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    width: 100%;
  }
  .wp-block-media-text.is-style-small-image .wp-block-media-text__media {
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.is-style-text-block .wp-block-column {
    flex-basis: 100% !important;
  }
}
/*# sourceMappingURL=main.css.map */