.awww-lang-switcher {
  display: inline-block;
  position: relative;
}
.awww-lang-switcher:hover .awww-language-miltiple, .awww-lang-switcher.active .awww-language-miltiple {
  display: block;
}

.awww-lang-option {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.awww-language-miltiple {
  display: none;
  position: absolute;
  top: 30px;
}
.post-slideshow-holder {
  overflow: hidden;
  position: relative;
}
.post-slideshow-holder > .container {
  float: left;
  width: 100%;
}
.post-slideshow-holder > .container > .awww-row {
  flex-wrap: nowrap;
}

.post-slideshow-container {
  position: relative;
  padding-bottom: 35px;
}
.post-slideshow-container .bulletHolder {
  position: absolute;
  bottom: 0;
}
.awww-slideshow-holder {
  overflow: hidden;
  position: relative;
}
.awww-slideshow-holder > .is-awww-slideshow > .awww-row {
  flex-wrap: nowrap;
  transform: translateX(0);
}
.awww-slideshow-holder > .is-awww-slideshow > .awww-row.awww-animate {
  transition: transform 0.3s;
}

.ismoving {
  cursor: move;
}
.ismoving .awww-col {
  pointer-events: none;
}
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 14-jan-2022, 14:08:49
    Author     : scheper
*/
.awww-permalink {
  display: block;
  text-decoration: none;
}
body.awwwModalOpen {
  overflow: hidden;
}

#awwwModal {
  display: none;
  z-index: 1000;
  position: relative;
}
#awwwModal.active {
  display: block;
}

#awwwModalBg, #awwwModalHolder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#awwwModalInner {
  background-color: #ffffff;
}

#awwwModalBg {
  background-color: rgba(0, 0, 0, 0.5);
}

#awwwModalHolder {
  display: flex;
  justify-content: center;
  align-items: start;
  overflow-y: auto;
  overflow-x: hidden;
}
#awwwModalHolder .close-modal {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#awwwModalHolder .close-modal:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  top: 16px;
  left: 7px;
  position: absolute;
  transform: rotate(45deg);
}
#awwwModalHolder .close-modal:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  top: 16px;
  left: 7px;
  position: absolute;
  transform: rotate(-45deg);
}

#awwwModalContainer {
  position: relative;
  max-width: 100%;
}

.modal-img {
  max-width: 100vw;
  height: auto;
  display: block;
  max-height: 100vh;
}

.modal-gallery-holder {
  position: relative;
  z-index: 1;
}

.wp-block-awww-modal {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.wp-block-awww-modal-content {
  display: none !important;
}

.wp-block-awww-modal-button {
  border: 0;
  background-color: transparent;
}
.columns-container {
  position: relative;
}
.columns-container.full-size > .wp-block-awww-variable-columns {
  width: 100%;
  max-width: 100%;
}

.has-bg-img {
  position: relative;
}

.image-background-holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background-holder figure {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background-holder figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-background-holder + * {
  position: relative;
}

.col-container {
  padding: 15px;
}

.use-full-width .awww-col {
  flex-basis: min-content;
  flex-grow: 1;
  flex-shrink: 1;
}
.bulletHolder {
  z-index: 2;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.bulletContainer {
  text-align: center;
}

.bulletItem {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin: 6px;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.bulletItem.active {
  background-color: #000000;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4);
}

.awwwArrow {
  z-index: 1;
  display: block;
  background-color: #000000;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.awwwArrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 11px;
}
.awwwArrow.arrowRight {
  right: 0;
}
.awwwArrow.arrowRight:after {
  transform: rotate(135deg);
  left: auto;
  right: 11px;
}
.image-slideshow-holder {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.image-slideshow-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slideshowImageHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s linear;
}
.slideshowImageHolder.active {
  z-index: 1;
  opacity: 1;
}
.slideshowImageHolder figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.slideshowImageHolder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow-small .image-slideshow-holder {
  height: 30vh;
}

.slideshow-medium .image-slideshow-holder {
  height: 50vh;
}

.slideshow-large .image-slideshow-holder {
  height: 100vh;
}

.thumbnailHolder {
  z-index: 2;
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.thumbnailContainer {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: left 0.3s ease;
}

.thumbnailItem {
  display: inline-block;
  width: 33.33%;
  position: relative;
  height: 100%;
}
.thumbnailItem figure {
  margin: 0;
  height: 100%;
}
.thumbnailItem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-thumbamount="2"] .thumbnailItem {
  width: 50%;
}

[data-thumbamount="4"] .thumbnailItem {
  width: 25%;
}

[data-thumbamount="5"] .thumbnailItem {
  width: 20%;
}

[data-thumbamount="6"] .thumbnailItem {
  width: 16.666%;
}
.awww-accordion-content-holder {
  display: none;
}
.awww-accordion-content-holder.active {
  display: block;
}

.awww-accordion-head-holder {
  padding: 10px 15px;
  cursor: pointer;
}
.awww-accordion-head-holder h1, .awww-accordion-head-holder h2, .awww-accordion-head-holder h3, .awww-accordion-head-holder h4, .awww-accordion-head-holder h5, .awww-accordion-head-holder h6, .awww-accordion-head-holder h7 {
  margin: 0;
}

.formControl {
  box-sizing: border-box;
}
.formControl label > span {
  display: block;
  margin-bottom: 6px;
  display: block;
  font-size: 12px;
}
.formControl.width-half:nth-child(odd) {
  padding-right: 7px;
}
.formControl.width-half:nth-child(even) {
  padding-left: 7px;
}

.hasLabels-false label > span {
  display: none !important;
}
.hasLabels-false .checkboxInput label > span, .hasLabels-false .radioInput label > span {
  display: inline-block !important;
}

.inputHolder {
  position: relative;
  z-index: 1;
}
.inputHolder input[type=text], .inputHolder input[type=email], .inputHolder input[type=number], .inputHolder select, .inputHolder input[type=password], .inputHolder input[type=tel], .inputHolder input[type=file] {
  height: 36px;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.inputHolder textarea {
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
}

.checkboxInput .inputHolder {
  display: inline-block;
}

.checkboxInput .inputHolder {
  display: inline-block;
}

.checkboxInput .inputHolder {
  display: inline-block;
}

.checkboxInput .inputHolder {
  display: inline-block;
}

.formControl label {
  display: block;
  margin: 20px 0 5px 0;
}

.contactmenowholder {
  display: none;
}

.formCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.formCol > * {
  flex-basis: 100%;
}
.formCol > .width-half {
  flex-basis: 50%;
}

.wp-block-awww-range .inputHolder {
  width: 100%;
  position: relative;
}
.wp-block-awww-range .inputHolder input {
  width: 100%;
}
.wp-block-awww-range .inputHolder datalist {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.activatesteps .wp-block-awww-fieldset {
  display: none;
}
.activatesteps .wp-block-awww-fieldset:first-child {
  display: block;
}
.activatesteps .wp-block-awww-fieldset.inactive {
  display: none;
}
.activatesteps .wp-block-awww-fieldset.active {
  display: block;
}

.form-sending button, .form-sending input {
  pointer-events: none;
  opacity: 0.5;
}
.awww-row {
  display: flex;
  flex-wrap: wrap;
}
.awww-row .awww-row {
  margin-left: -15px;
  margin-right: -15px;
}
.awww-row.row-align-center {
  align-items: center;
}
.awww-row.row-align-end {
  align-items: end;
}
.awww-row figure {
  margin: 0;
}

.row-align-stretch > .awww-col > * {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.awww-col {
  padding: 15px;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
}
.awww-col.col-no-padding {
  padding: 0;
}

.awww-col-1 {
  flex-basis: 8.333%;
}

.awww-col-2 {
  flex-basis: 16.666%;
}

.awww-col-3 {
  flex-basis: 25%;
}

.awww-col-4 {
  flex-basis: 33.333%;
}

.awww-col-5 {
  flex-basis: 41.666%;
}

.awww-col-6 {
  flex-basis: 50%;
}

.awww-col-7 {
  flex-basis: 58.333%;
}

.awww-col-8 {
  flex-basis: 66.666%;
}

.awww-col-9 {
  flex-basis: 75%;
}

.awww-col-10 {
  flex-basis: 82.333%;
}

.awww-col-11 {
  flex-basis: 91.666%;
}

.awww-col-12 {
  flex-basis: 100%;
}

.has-1-columns .wp-block-column {
  flex-basis: 100%;
  margin-right: 0;
}

.awww-col-offset-1 {
  margin-left: 8.333%;
}

.awww-col-offset-2 {
  margin-left: 16.666%;
}

.awww-col-offset-3 {
  margin-left: 25%;
}

.awww-col-offset-4 {
  margin-left: 33.333%;
}

.awww-col-offset-5 {
  margin-left: 41.666%;
}

.awww-col-offset-6 {
  margin-left: 50%;
}

.awww-col-offset-7 {
  margin-left: 58.333%;
}

.awww-col-offset-8 {
  margin-left: 66.666%;
}

.awww-col-offset-9 {
  margin-left: 75%;
}

.awww-col-offset-10 {
  margin-left: 82.333%;
}

.awww-col-offset-11 {
  margin-left: 91.666%;
}

.awww-col-offset-12 {
  margin-left: 100%;
}

.img-top-pos-0 {
  object-position: 50% 0%;
}

.img-top-pos-10 {
  object-position: 50% 10%;
}

.img-top-pos-20 {
  object-position: 50% 20%;
}

.img-top-pos-30 {
  object-position: 50% 30%;
}

.img-top-pos-40 {
  object-position: 50% 40%;
}

.img-top-pos-50 {
  object-position: 50% 50%;
}

.img-top-pos-60 {
  object-position: 50% 60%;
}

.img-top-pos-70 {
  object-position: 50% 70%;
}

.img-top-pos-80 {
  object-position: 50% 80%;
}

.img-top-pos-90 {
  object-position: 50% 90%;
}

.img-top-pos-100 {
  object-position: 50% 100%;
}

@media screen and (max-width: 992px) {
  .awww-col-1 {
    flex-basis: 16.666%;
  }

  .awww-col-2 {
    flex-basis: 33.333%;
  }

  .awww-col-3 {
    flex-basis: 50%;
  }

  .awww-col-4 {
    flex-basis: 50%;
  }

  .awww-col-5 {
    flex-basis: 50%;
  }

  .awww-col-6 {
    flex-basis: 50%;
  }

  .awww-col-7 {
    flex-basis: 100%;
  }

  .awww-col-8 {
    flex-basis: 100%;
  }

  .awww-col-9 {
    flex-basis: 100%;
  }

  .awww-col-10 {
    flex-basis: 100%;
  }

  .awww-col-11 {
    flex-basis: 100%;
  }

  .awww-col-12 {
    flex-basis: 100%;
  }

  .has-1-columns .wp-block-column {
    flex-basis: 100%;
    margin-right: 0;
  }

  .awww-col-offset-1, .awww-col-offset-2, .awww-col-offset-3, .awww-col-offset-4, .awww-col-offset-5, .awww-col-offset-6, .awww-col-offset-7, .awww-col-offset-8, .awww-col-offset-9, .awww-col-offset-10,
.awww-col-offset-11, .awww-col-offset-12 {
    margin-left: 0%;
  }

  .col-m-1 {
    flex-basis: 8.333%;
  }

  .col-m-2 {
    flex-basis: 16.666%;
  }

  .col-m-3 {
    flex-basis: 25%;
  }

  .col-m-4 {
    flex-basis: 33.333%;
  }

  .col-m-5 {
    flex-basis: 41.666%;
  }

  .col-m-6 {
    flex-basis: 50%;
  }

  .col-m-7 {
    flex-basis: 58.333%;
  }

  .col-m-8 {
    flex-basis: 66.666%;
  }

  .col-m-9 {
    flex-basis: 75%;
  }

  .col-m-10 {
    flex-basis: 82.333%;
  }

  .col-m-11 {
    flex-basis: 91.666%;
  }

  .col-m-12 {
    flex-basis: 100%;
  }

  .awww-col.has-background {
    margin-left: 15px;
    margin-right: 15px;
  }
  .awww-col.has-background.col-m-1 {
    flex-basis: calc(8.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-2 {
    flex-basis: calc(16.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-3 {
    flex-basis: calc(25% - (15px * 2));
  }
  .awww-col.has-background.col-m-4 {
    flex-basis: calc(33.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-5 {
    flex-basis: calc(41.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-6 {
    flex-basis: calc(50% - (15px * 2));
  }
  .awww-col.has-background.col-m-7 {
    flex-basis: calc(58.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-8 {
    flex-basis: calc(66.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-9 {
    flex-basis: calc(75% - (15px * 2));
  }
  .awww-col.has-background.col-m-10 {
    flex-basis: calc(82.333% - (15px * 2));
  }
  .awww-col.has-background.col-m-11 {
    flex-basis: calc(91.666% - (15px * 2));
  }
  .awww-col.has-background.col-m-12 {
    flex-basis: calc(100% - (15px * 2));
  }
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 764px) {
  .mobile-reverse > .awww-row {
    flex-direction: column-reverse;
  }

  .awww-col-1, .awww-col-2, .awww-col-3, .awww-col-4, .awww-col-5, .awww-col-6, .awww-col-7, .awww-col-8, .awww-col-9, .awww-col-10, .awww-col-11, .awww-col-12 {
    flex-basis: 100%;
  }

  .col-s-1 {
    flex-basis: 8.333%;
  }

  .col-s-2 {
    flex-basis: 16.666%;
  }

  .col-s-3 {
    flex-basis: 25%;
  }

  .col-s-4 {
    flex-basis: 33.333%;
  }

  .col-s-5 {
    flex-basis: 41.666%;
  }

  .col-s-6 {
    flex-basis: 50%;
  }

  .col-s-7 {
    flex-basis: 58.333%;
  }

  .col-s-8 {
    flex-basis: 66.666%;
  }

  .col-s-9 {
    flex-basis: 75%;
  }

  .col-s-10 {
    flex-basis: 82.333%;
  }

  .col-s-11 {
    flex-basis: 91.666%;
  }

  .col-s-12 {
    flex-basis: 100%;
  }

  .awww-col.has-background.col-s-1 {
    flex-basis: calc(8.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-2 {
    flex-basis: calc(16.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-3 {
    flex-basis: calc(25% - (15px * 2));
  }
  .awww-col.has-background.col-s-4 {
    flex-basis: calc(33.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-5 {
    flex-basis: calc(41.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-6 {
    flex-basis: calc(50% - (15px * 2));
  }
  .awww-col.has-background.col-s-7 {
    flex-basis: calc(58.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-8 {
    flex-basis: calc(66.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-9 {
    flex-basis: calc(75% - (15px * 2));
  }
  .awww-col.has-background.col-s-10 {
    flex-basis: calc(82.333% - (15px * 2));
  }
  .awww-col.has-background.col-s-11 {
    flex-basis: calc(91.666% - (15px * 2));
  }
  .awww-col.has-background.col-s-12 {
    flex-basis: calc(100% - (15px * 2));
  }
}
@media screen and (max-width: 450px) {
  .col-xs-1 {
    flex-basis: 8.333%;
  }

  .col-xs-2 {
    flex-basis: 16.666%;
  }

  .col-xs-3 {
    flex-basis: 25%;
  }

  .col-xs-4 {
    flex-basis: 33.333%;
  }

  .col-xs-5 {
    flex-basis: 41.666%;
  }

  .col-xs-6 {
    flex-basis: 50%;
  }

  .col-xs-7 {
    flex-basis: 58.333%;
  }

  .col-xs-8 {
    flex-basis: 66.666%;
  }

  .col-xs-9 {
    flex-basis: 75%;
  }

  .col-xs-10 {
    flex-basis: 82.333%;
  }

  .col-xs-11 {
    flex-basis: 91.666%;
  }

  .col-xs-12 {
    flex-basis: 100%;
  }

  .awww-col.has-background.col-xs-1 {
    flex-basis: calc(8.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-2 {
    flex-basis: calc(16.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-3 {
    flex-basis: calc(25% - (15px * 2));
  }
  .awww-col.has-background.col-xs-4 {
    flex-basis: calc(33.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-5 {
    flex-basis: calc(41.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-6 {
    flex-basis: calc(50% - (15px * 2));
  }
  .awww-col.has-background.col-xs-7 {
    flex-basis: calc(58.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-8 {
    flex-basis: calc(66.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-9 {
    flex-basis: calc(75% - (15px * 2));
  }
  .awww-col.has-background.col-xs-10 {
    flex-basis: calc(82.333% - (15px * 2));
  }
  .awww-col.has-background.col-xs-11 {
    flex-basis: calc(91.666% - (15px * 2));
  }
  .awww-col.has-background.col-xs-12 {
    flex-basis: calc(100% - (15px * 2));
  }
}
.wp-block-image img {
  height: auto;
}

.wp-block-awww-variable-columns, .container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.full-size .post-overview {
  max-width: 100%;
}
.full-size > .wp-block-awww-variable-columns, .full-size > .container, .full-size > .awww-slideshow-holder > .wp-block-awww-variable-columns {
  max-width: 100%;
}


@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url(fonts/fontello.eot);
  src: url(fonts/fontello.eot#iefix) format("embedded-opentype"), url(fonts/fontello.woff2) format("woff2"), url(fonts/fontello.woff) format("woff"), url(fonts/fontello.ttf) format("truetype"), url(fonts/fontello.svg?#fontello) format("svg");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url(fonts/Archivo-SemiBold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url(fonts/Archivo-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.icon-up-dir:before {
  content: "\e800";
}

/* '' */
.icon-down-dir:before {
  content: "\e801";
}

/* '' */
.icon-right-dir:before {
  content: "\e802";
}

/* '' */
.icon-up-open:before {
  content: "\e803";
}

/* '' */
.icon-down-open:before {
  content: "\e804";
}

/* '' */
.icon-left-open:before {
  content: "\e805";
}

/* '' */
.icon-squares:before {
  content: "\e806";
}

/* '' */
.icon-desktop:before {
  content: "\e807";
}

/* '' */
.icon-quote-left:before {
  content: "\e808";
}

/* '' */
.icon-facebook:before {
  content: "\e809";
}

/* '' */
.icon-linkedin:before {
  content: "\e80a";
}

/* '' */
.icon-users:before {
  content: "\e80b";
}

/* '' */
.icon-ok:before {
  content: "\e80c";
}

/* '' */
.icon-database-1:before {
  content: "\e817";
}

/* '' */
.icon-link-1:before {
  content: "\f07b";
}

/* '' */
.icon-building:before {
  content: "\f0f7";
}

/* '' */
.icon-youtube-play:before {
  content: "\f16a";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
.icon-left-1:before {
  content: "\f177";
}

/* '' */
.icon-right-1:before {
  content: "\f178";
}

/* '' */
.icon-windows:before {
  content: "\f17a";
}

/* '' */
.icon-object-group:before {
  content: "\f247";
}

/* '' */
.icon-handshake-o:before {
  content: "\f2b5";
}

/* '' */
.wp-block-buttons {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-buttons .wp-block-button {
  margin-right: 15px !important;
}
.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0 !important;
}

.wp-block-buttons {
  display: block;
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 0;
}

.wp-block-cover {
  padding: 30px;
}

.wp-block-cover, .wp-block-cover-image {
  min-height: 0;
}

ul {
  padding-left: 0;
  margin-left: 20px;
}
ul.taxonomy-container {
  margin-top: 0;
  margin-bottom: 0;
}
ul li::marker {
  color: #FF6B00;
}

ol {
  padding-left: 20px;
  box-sizing: border-box;
}
ol li::marker {
  color: #FF6B00;
}

.alignleft, .justify-content-left {
  text-align: left;
}

.alignright, .justify-content-right {
  text-align: right;
}

.aligncenter, .justify-content-center {
  text-align: center;
}

.figure {
  margin: 0;
}

.wp-block-pullquote {
  border: 0;
  padding: 30px 0;
}

blockquote {
  display: block;
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
  font-weight: 600;
  border: 0;
}
blockquote p {
  color: #FF6B00;
  margin-bottom: 15px;
}
blockquote cite {
  display: block;
  color: #000000;
}

p.left {
  text-align: left;
}
p.right {
  text-align: right;
}
p.center {
  text-align: center;
}

.wp-block-table table, .wp-block-table th, .wp-block-table td {
  border: 1px solid #161B38;
  padding: 10px;
  font-size: 16px;
}
.wp-block-table th, .wp-block-table tfoot td {
  font-size: 16px;
  color: #FF6B00;
  background-color: #161B38;
}
.wp-block-table tfoot {
  border-top: 2px solid #161B38;
}
.wp-block-table figcaption {
  margin: 10px 0;
  font-style: italic;
  text-align: center;
  color: #000000;
}
.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #161B38;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  color: #000000;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #E6E6E6;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) td {
  color: #000000;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes tfoot td {
  font-size: 14px;
  color: #ffffff;
  background-color: #FF6B00;
}

.awwwArrow {
  background-color: #FF6B00;
  overflow: hidden;
  width: 38px;
  height: 47px;
  opacity: 0.8;
}
.awwwArrow:hover {
  opacity: 1;
}

.arrowLeft {
  margin-left: 5px;
}

.arrowRight {
  margin-right: 5px;
}

.awwwArrow.arrowRight:after {
  right: 14px;
}

.awwwArrow.arrowLeft:after {
  left: 14px;
}

.image-slideshow-holder {
  overflow: visible;
}

.bulletHolder {
  margin-top: 9px;
  position: relative;
  bottom: 0;
}
.bulletHolder .bulletItem {
  background-color: #ffffff;
  border: 3px solid #FF6B00;
  box-shadow: none;
  background-color: #E6E6E6;
}
.bulletHolder .bulletItem.active {
  border: 3px solid #FF6B00;
  box-shadow: none;
  background-color: #FF6B00;
}

.thumbnailHolder {
  margin-top: 40px;
}

.awwwArrow:after {
  width: 14px;
  height: 14px;
  top: 15px;
  left: 11px;
}

/* Accordeon */
.awww-accordion-head-holder {
  position: relative;
}
.awww-accordion-head-holder:before {
  content: "\f004";
  font-family: "fontello";
  position: absolute;
  color: #000000;
  top: 50%;
  right: 18px;
  margin-top: -7px;
}
.awww-accordion-head-holder * {
  color: #000000;
}
.awww-accordion-head-holder.active:before {
  content: "\f005";
}

.awww-accordion-head h2, .awww-accordion-head h3, .awww-accordion-head h4, .awww-accordion-head h5, .wp-block-awww-tabheaditem h2, .wp-block-awww-tabheaditem h3, .wp-block-awww-tabheaditem h4, .wp-block-awww-tabheaditem h5 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 8px 12px;
}

.awww-accordion-content-holder, .wp-block-awww-tabcontent {
  padding: 15px;
}

.wp-block-awww-accordion, .wp-block-awww-tab, .wp-block-table {
  margin-top: 30px;
  margin-bottom: 45px;
}

.wp-block-awww-accordionitem {
  margin-bottom: 10px;
  background-color: #ffffff;
}

.tab-content-item {
  padding: 5px 15px;
}

.wp-block-awww-tabcontent {
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.wp-block-awww-tabheaditem {
  padding: 3px 15px;
  color: #000000;
  margin-right: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.wp-block-awww-tabheaditem:first-child {
  border-top-left-radius: 0px;
}
.wp-block-awww-tabheaditem:last-child {
  border-top-right-radius: 0px;
}
.wp-block-awww-tabheaditem * {
  color: #000000;
}
.wp-block-awww-tabheaditem.active, .wp-block-awww-tabheaditem:hover {
  background-color: #FF6B00;
}
.wp-block-awww-tabheaditem.active *, .wp-block-awww-tabheaditem:hover * {
  color: #ffffff;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
}
.site .header-holder {
  margin: 0;
}

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 8-sep-2022, 16:31:11
    Author     : scheper
*/
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #FF6B00;
}

.wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
  display: block !important;
}

.wp-block-button__link, .wp-block-button__link:visited {
  border-radius: 0;
  border: 0;
  position: relative;
  padding: 14px 62px 14px 30px;
  background-color: transparent;
  color: #FF6B00;
  font-size: 18px;
  font-weight: 500;
}
.wp-block-button__link:after, .wp-block-button__link:visited:after {
  content: "\e802";
  font-family: "fontello";
  position: absolute;
  border-right: 2px solid #FF6B00;
  line-height: 16px;
  padding-right: 3px;
  height: 16px;
  display: flex;
  align-items: center;
  top: 50%;
  margin-top: -9px;
  right: 32px;
}
.wp-block-button__link:hover, .wp-block-button__link:visited:hover {
  color: #ffffff;
  background-color: #FF6B00;
}
.wp-block-button__link:hover:after, .wp-block-button__link:visited:hover:after {
  border-right: 2px solid #ffffff;
}

.main-side-nav-container {
  display: flex;
  justify-content: flex-end;
}

#main-side-nav {
  display: flex;
  justify-content: flex-end;
}

.awww-language-holder {
  margin-left: 15px;
}

input.wp-block-button__link, input.wp-block-button__link:visited {
  padding: 14px 30px;
  color: #ffffff;
  background-color: #FF6B00;
}
input.wp-block-button__link:hover, input.wp-block-button__link:visited:hover {
  color: #ffffff;
  background-color: #000000;
}

.has-text-color.has-primary-color.wp-block-button__link:hover {
  color: #ffffff;
}

.is-style-more-weight {
  font-weight: 500 !important;
}

.image-background-holder {
  z-index: 0;
}

.is-style-gradient-overlay {
  position: relative;
}
.is-style-gradient-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: 1;
}
.is-style-gradient-overlay.has-secondary-background-color:before {
  background: #454545;
  background: linear-gradient(90deg, #454545 0%, rgba(69, 69, 69, 0) 100%);
}
.is-style-gradient-overlay > * {
  position: relative;
  z-index: 1;
}
.is-style-gradient-overlay .image-background-holder {
  position: absolute;
  z-index: 0;
}

.is-style-round-img, .is-style-extra-padding.has-third-background-color {
  overflow: hidden;
  border-radius: 10px;
}

.inline-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.inline-img-container figure {
  padding: 0 20px;
}

.is-style-inline-img {
  display: inline-block;
  min-width: 100px;
}

.wp-block-separator {
  border-top: 1px solid;
  border-bottom: 0;
}

.is-style-quote-heading {
  position: relative;
}
.is-style-quote-heading:before {
  content: "\e808";
  font-family: "fontello";
  position: absolute;
  left: -93px;
  font-size: 70px;
  top: -10px;
  color: #FF6B00;
}

.is-style-extra-padding {
  padding: 20px;
}

.market-overview {
  background-color: #000000;
  height: 100%;
  position: relative;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 8px -5px #000000;
  box-shadow: 0px 5px 8px -5px #000000;
}
.market-overview .wp-block-buttons {
  position: absolute;
  bottom: 0;
  left: 20px;
  padding-top: 10px;
}
.market-overview .post-overview-inner {
  padding-bottom: 60px;
  min-height: 240px;
  display: flex;
  align-items: center;
}
.market-overview .wp-block-button__link {
  padding-left: 0;
}
.market-overview .wp-block-button__link:after {
  content: "";
  border-right: 0;
}
.market-overview .wp-block-button__link:hover {
  background-color: transparent;
  color: #ffffff;
}
.market-overview.solution-overview {
  background-color: #ffffff;
}
.market-overview.solution-overview .post-overview-inner {
  display: block;
}
.market-overview.solution-overview .post-overview-inner > h1, .market-overview.solution-overview .post-overview-inner h2, .market-overview.solution-overview .post-overview-inner h3, .market-overview.solution-overview .post-overview-inner h4, .market-overview.solution-overview .post-overview-inner h5 {
  min-height: 60px;
}
.market-overview.solution-overview .wp-block-button__link:hover {
  background-color: transparent;
  color: #000000;
}
.market-overview.solution-overview .overview-background-holder:after {
  display: none;
}

.agenda-overview {
  overflow: hidden;
  border-radius: 10px;
}

.overview-background-holder {
  height: 240px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.overview-background-holder figure {
  height: 100%;
}
.overview-background-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview-background-holder h2, .overview-background-holder h3, .overview-background-holder h4 {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  z-index: 1;
  font-weight: 600;
}

.arrowHolder {
  position: relative;
  margin-top: 60px;
}
.arrowHolder .awwwArrow {
  position: relative;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  height: auto;
  width: auto;
}

.bulletHolder {
  position: relative;
  bottom: 0;
  flex-basis: fit-content;
  margin: 0 40px;
}

.post-slideshow-container .bulletHolder {
  position: relative;
}

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

.awwwArrow {
  background-color: transparent;
  overflow: hidden;
  width: 38px;
  height: 47px;
  opacity: 1;
}
.awwwArrow:after {
  display: none;
}
.awwwArrow:before {
  content: "\f177";
  position: relative;
  font-family: "fontello";
  font-size: 33px;
}
.awwwArrow.arrowRight:before {
  content: "\f178";
}

.image-slideshow-holder .arrowContainer {
  display: block;
  position: relative;
}
.image-slideshow-holder .arrowContainer .awwwArrow {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 11;
}
.image-slideshow-holder .arrowContainer .awwwArrow.arrowRight {
  left: auto;
  right: 0;
}
.image-slideshow-holder .arrowHolder {
  margin-top: 4px;
}
.image-slideshow-holder .bulletHolder {
  margin: 8px 0;
}
.image-slideshow-holder .bulletContainer {
  justify-content: center;
}
.image-slideshow-holder .arrowHolder {
  margin-top: 0;
}

.bulletHolder .bulletItem {
  border: 0;
  box-shadow: none;
  background-color: #000000;
  border-radius: 0;
  width: 15px;
  height: 15px;
  margin: 4px;
}
.bulletHolder .bulletItem.active {
  border: 0;
  background-color: #FF6B00;
}

.bulletContainer {
  display: flex;
}

.head-nav {
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: #000000;
  transition: all 0.3 ease;
}
.head-nav .head-nav-holder {
  margin: 0 auto;
  background-color: #000000;
}
.head-nav .head-nav-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px 20px;
}
.head-nav .logo-container svg {
  transition: all 0.3s ease;
  width: 80px;
  height: 50px;
}

.logo-container {
  margin-right: 40px;
}

.head-nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 60px;
}

.nav-collection {
  display: flex;
  align-items: center;
}

.menu {
  margin: 0;
  padding: 0;
}
.menu > li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.menu > li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}
.menu > li.menu-item-has-children > a {
  cursor: default;
}
.menu > li.menu-item-has-children > a:after {
  content: "\e801";
  font-family: "fontello";
  padding-left: 8px;
}
.menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  margin: 0;
  width: 220px;
}
.menu .sub-menu li {
  list-style: none;
}
.menu .sub-menu li a {
  color: #000000;
  padding: 10px 15px;
}
.menu .sub-menu li a:hover {
  background-color: #FF6B00;
  color: #ffffff;
}

#menu-head-menu > li:hover a, #menu-head-menu > li.current-menu-item a, #menu-head-menu > li.current-menu-ancestor a {
  color: #FF6B00;
}
#menu-head-menu > li .sub-menu a:hover {
  color: #ffffff;
}
#menu-head-menu > li:hover .sub-menu {
  display: block;
}

#menu-head-side-menu, #menu-pre-footer-3 {
  margin-left: 15px;
}
#menu-head-side-menu > li a, #menu-pre-footer-3 > li a {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #FF6B00;
  margin: 0 6px;
  padding: 2px 14px;
}

#menu-pre-footer-3 li {
  margin: 4px 0 12px 0;
  display: block;
  text-align: center;
}

.awww-accordion-head h2, .awww-accordion-head h3, .awww-accordion-head h4, .awww-accordion-head h5, .awww-accordion-head h6 {
  line-height: 26px;
}

.awww-accordion-head-holder:before {
  content: "\e801";
  left: 0;
  right: auto;
}

.awww-accordion-head-holder.active:before {
  content: "\e800";
}

.awww-accordion-head-holder {
  padding: 5px 9px;
}

.agenda-overview {
  display: block;
  height: 100%;
}
.agenda-overview span {
  display: block;
  text-align: center;
}
.agenda-overview .date-holder span {
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}
.agenda-overview > span {
  height: 100%;
}

.day-holder {
  font-size: 40px;
  font-weight: 900;
}

.date-item {
  font-size: 22px;
  font-weight: 900;
  line-height: 35px;
  margin-top: 4px;
}

.date-time {
  border-top: 3px solid #000000;
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
  margin-top: 14px;
}

.formCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.formCol > * {
  flex-basis: 100%;
}
.formCol .wp-block-button__link {
  background-color: #FF6B00;
  color: #ffffff;
}
.formCol .wp-block-button__link:after {
  border-color: #ffffff;
}

.formControl label {
  position: relative;
  display: flex;
  margin-bottom: 25px;
}
.formControl label span {
  margin: 0;
  border-bottom: 2px solid #000000;
  font-size: 16px;
  display: block;
  padding: 0 10px;
}
.formControl label .inputHolder {
  flex-grow: 1;
  border-bottom: 2px solid #000000;
}
.formControl.checkboxInput .inputHolder, .formControl.radioInput .inputHolder {
  display: flex;
  align-items: center;
}
.formControl.checkboxInput label, .formControl.radioInput label {
  margin-bottom: 0px;
}
.formControl.checkboxInput label span, .formControl.radioInput label span {
  border-bottom: 0;
}
.formControl.textareaInput {
  margin-top: 30px;
}
.formControl.textareaInput label > span {
  display: none;
}
.formControl.textareaInput .inputHolder {
  border-top: 1px solid #000000;
}
.formControl.textareaInput textarea {
  height: 100px;
  max-height: 100px;
  min-height: 100px;
}

.inputHolder input[type=text], .inputHolder input[type=email], .inputHolder input[type=number], .inputHolder select, .inputHolder input[type=password], .inputHolder input[type=file] {
  border: 0;
}

.has-fifth-color .formControl label span, .has-fifth-color .formControl label .inputHolder {
  color: #ffffff;
  border-color: #ffffff;
}

#scene {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  perspective: 600px;
  padding-top: 77px;
}

.site {
  background-color: #ffffff;
}

.navTrigger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
  padding: 8px 6px 5px 6px;
  border-radius: 3px;
}
.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
}
.navTrigger.not-active i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.not-active i:nth-child(2) {
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.not-active i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
.head-banner {
  min-height: 500px;
}

.wp-block-awww-icon i:before {
  width: auto;
}
.wp-block-awww-icon.is-style-rounded .holder-icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 40px;
}
.wp-block-awww-icon.is-style-rounded .holder-icon i {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.hasLabels-false label > span {
  display: none;
}
.hasLabels-false .checkboxInput label > span, .hasLabels-false .radioInput label > span {
  display: block;
  line-height: 22px;
}

input, textarea, select, .wp-block-search__input {
  font-size: 16px;
}

.date-time h3, .date-time h4, .date-time h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 22px;
  font-size: 17px;
  margin: 0;
  text-align: left;
}
.date-time p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.wp-block-awww-root-template-holder > div:last-child {
  margin-bottom: 0 !important;
}

#footer {
  background-color: #ffffff;
  padding-top: 60px;
}
#footer .normal-anchor a:hover {
  color: #FF6B00;
}
#footer .container-icon i:hover {
  color: #FF6B00;
}

.is-style-inline {
  display: inline-block;
}

.holder-icon i {
  font-size: 20px;
}

.size-icon-4 i {
  font-size: 30px;
  line-height: 38px;
}

#menu-pre-footer-1 li, #menu-pre-footer-2 li {
  display: block;
}
#menu-pre-footer-1 li a, #menu-pre-footer-2 li a {
  padding: 4px 10px;
}

.end-footer {
  border-top: 1px solid #ffffff;
}

.end-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.end-left p {
  font-size: 14px;
  margin: 0 45px 0 0;
}
.end-left a {
  text-decoration: none;
}

.filter-item .wp-block-button__link {
  color: #454545;
  padding: 0;
}
.filter-item .wp-block-button__link:after {
  display: none;
}
.filter-item .wp-block-button__link:hover {
  color: #FF6B00;
  background-color: transparent;
}
.filter-item .filter-child {
  padding: 0 25px;
  display: none;
}
.filter-item.active > div {
  display: block;
}
.filter-item .active > .wp-block-button__link {
  color: #454545;
}
.filter-item .active + .filter-child {
  display: block;
}

.filter-parent .wp-block-button__link {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.filter-parent .wp-block-button__link:hover {
  color: #FF6B00;
  background-color: transparent;
}
.filter-parent .filter-item.has-children > .wp-block-button.active .wp-block-button__link:before {
  left: 4px;
  top: 15px;
}
.filter-parent .filter-item.has-children > .wp-block-button.active .wp-block-button__link:after {
  left: -1px;
  top: 15px;
}

.post-overview-docs .overview-item {
  height: 100%;
}
.post-overview-docs .overview-holder {
  height: calc(100% - 30px);
  text-decoration: none;
  display: block;
  padding: 15px;
  background-color: #f7f7f7;
}
.post-overview-docs .overview-holder h3 {
  margin: 0;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
}
.post-overview-docs .overview-holder .awww-block-button__link {
  font-size: 14px;
}

.page-numbers {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  padding: 3px;
}

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

.formControl.no-flex label {
  display: block;
}

.formControl label span {
  padding: 0 10px 0 0;
}

.inputHolder textarea {
  padding: 8px 0px;
}

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

ul#menu-37 li {
  display: block;
  color: #000000;
}
ul#menu-37 li a {
  color: #000000;
  padding: 6px 0;
  line-height: 20px;
  position: relative;
}
ul#menu-37 li a:hover {
  background-color: transparent;
  color: #FF6B00;
}
ul#menu-37 li.active > a:after {
  content: "\e800" !important;
}
ul#menu-37 li.active > a + .sub-menu {
  display: block;
}
ul#menu-37 li.current-menu-ancestor > .sub-menu, ul#menu-37 li.current-menu-item > .sub-menu {
  display: block;
}
ul#menu-37 li.current-menu-ancestor > a, ul#menu-37 li.current-menu-item > a {
  color: #FF6B00;
}
ul#menu-37 li.current-menu-ancestor > a:after, ul#menu-37 li.current-menu-item > a:after {
  content: "\e800" !important;
}
ul#menu-37 li.menu-item-has-children > a:after {
  content: "\e801";
  font-family: "fontello";
  position: absolute;
  left: -15px;
  top: 6px;
  padding: 0;
}
ul#menu-37 .sub-menu {
  margin-left: 17px;
  position: relative;
}

.awww-lang-option svg {
  display: block;
  width: 36px;
}

.product-matrix p {
  margin: 0;
  font-size: 14px;
}
.product-matrix strong {
  padding-top: 10px;
  font-size: 18px;
  display: block;
}
.product-matrix .awww-col {
  padding-top: 3px;
  padding-bottom: 3px;
}
.product-matrix > .wp-block-awww-variable-columns:first-child {
  border-top: 1px solid #000000;
}
.product-matrix > .wp-block-awww-variable-columns:last-child > .awww-row > .awww-col {
  padding-bottom: 45px;
}

.is-style-p-matrix-holder {
  padding: 0;
  background-color: #e6e6e6;
}
.is-style-p-matrix-holder .is-style-p-matrix-head .awww-col {
  padding-top: 40px !important;
}
.is-style-p-matrix-holder .is-style-p-matrix-info {
  border-top: 2px solid #000;
}
.is-style-p-matrix-holder .is-style-p-matrix-info p {
  font-weight: bold;
}
.is-style-p-matrix-holder .awww-row > .awww-col {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}
.is-style-p-matrix-holder .awww-row > .awww-col:first-child {
  flex-basis: 40%;
  align-items: flex-start;
}
.is-style-p-matrix-holder .awww-row > .awww-col:nth-child(3) {
  background-color: #FFFFFF;
}
.is-style-p-matrix-holder .awww-row > .awww-col p {
  margin: 0;
  font-size: 14px;
}
.is-style-p-matrix-holder .wp-block-awww-icon.is-style-rounded .holder-icon {
  width: 30px;
  height: 30px;
}

.has-text-color.has-primary-color {
  color: #FF6B00;
}
.has-text-color.has-primary-color > li {
  color: #FF6B00;
}
.has-text-color.has-primary-color svg path, .has-text-color.has-primary-color svg circle {
  fill: #FF6B00 !important;
}
.has-text-color.has-primary-color.wp-block-button__link:after {
  border-right-color: #FF6B00;
}
.has-text-color.has-secondary-color {
  color: #161B38;
}
.has-text-color.has-secondary-color > li {
  color: #161B38;
}
.has-text-color.has-secondary-color svg path, .has-text-color.has-secondary-color svg circle {
  fill: #161B38 !important;
}
.has-text-color.has-secondary-color.wp-block-button__link:after {
  border-right-color: #161B38;
}
.has-text-color.has-third-color {
  color: #E6E6E6;
}
.has-text-color.has-third-color > li {
  color: #E6E6E6;
}
.has-text-color.has-third-color svg path, .has-text-color.has-third-color svg circle {
  fill: #E6E6E6 !important;
}
.has-text-color.has-third-color.wp-block-button__link:after {
  border-right-color: #E6E6E6;
}
.has-text-color.has-fourth-color {
  color: #000000;
}
.has-text-color.has-fourth-color > li {
  color: #000000;
}
.has-text-color.has-fourth-color svg path, .has-text-color.has-fourth-color svg circle {
  fill: #000000 !important;
}
.has-text-color.has-fourth-color.wp-block-button__link:after {
  border-right-color: #000000;
}
.has-text-color.has-fifth-color {
  color: #ffffff;
}
.has-text-color.has-fifth-color > li {
  color: #ffffff;
}
.has-text-color.has-fifth-color svg path, .has-text-color.has-fifth-color svg circle {
  fill: #ffffff !important;
}
.has-text-color.has-fifth-color.wp-block-button__link:after {
  border-right-color: #ffffff;
}
.has-text-color.has-sixth-color {
  color: #454545;
}
.has-text-color.has-sixth-color > li {
  color: #454545;
}
.has-text-color.has-sixth-color svg path, .has-text-color.has-sixth-color svg circle {
  fill: #454545 !important;
}
.has-text-color.has-sixth-color.wp-block-button__link:after {
  border-right-color: #454545;
}
.has-text-color.has-seventh-color {
  color: #abb8c3;
}
.has-text-color.has-seventh-color > li {
  color: #abb8c3;
}
.has-text-color.has-seventh-color svg path, .has-text-color.has-seventh-color svg circle {
  fill: #abb8c3 !important;
}
.has-text-color.has-seventh-color.wp-block-button__link:after {
  border-right-color: #abb8c3;
}

.has-background.has-primary-background-color {
  background-color: #FF6B00 !important;
}
.has-background.has-secondary-background-color {
  background-color: #161B38 !important;
}
.has-background.has-third-background-color {
  background-color: #E6E6E6 !important;
}
.has-background.has-fourth-background-color {
  background-color: #000000 !important;
}
.has-background.has-fifth-background-color {
  background-color: #ffffff !important;
}
.has-background.has-sixth-background-color {
  background-color: #454545 !important;
}
.has-background.has-seventh-background-color {
  background-color: #abb8c3 !important;
}

.wp-block-buttons.is-content-justification-right {
  text-align: right;
}
.wp-block-buttons.is-content-justification-center {
  text-align: center;
}

p, li, a, td, label, input, textarea, select, .wp-block-search__input, time, p a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
p.is-style-copy-heading, li.is-style-copy-heading, a.is-style-copy-heading, td.is-style-copy-heading, label.is-style-copy-heading, input.is-style-copy-heading, textarea.is-style-copy-heading, select.is-style-copy-heading, .wp-block-search__input.is-style-copy-heading, time.is-style-copy-heading, p a.is-style-copy-heading {
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  color: #000000;
}

a {
  color: #FF6B00;
}

p {
  margin: 0 0 15px 0;
}
p a {
  color: inherit;
}

h1, h2, h3, h4, h5, h6, th, tfoot td {
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  color: #000000;
}
h1.is-style-copy-paragraph, h2.is-style-copy-paragraph, h3.is-style-copy-paragraph, h4.is-style-copy-paragraph, h5.is-style-copy-paragraph, h6.is-style-copy-paragraph, th.is-style-copy-paragraph, tfoot td.is-style-copy-paragraph {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 45px 0 15px 0;
}

.is-style-distance-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.is-style-distance-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.is-style-distance-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.distancetop-1 {
  margin-top: 0 !important;
}

.distancetop-2 {
  margin-top: 15px !important;
}

.distancetop-3 {
  margin-top: 30px !important;
}

.distancetop-4 {
  margin-top: 60px !important;
}

.distancetop-5 {
  margin-top: 75px !important;
}

.distancetop-6 {
  margin-top: 90px !important;
}

.distancetop-7 {
  margin-top: 105px !important;
}

.distancetop-8 {
  margin-top: 120px !important;
}

.distancebottom-1 {
  margin-bottom: 0 !important;
}

.distancebottom-2 {
  margin-bottom: 15px !important;
}

.distancebottom-3 {
  margin-bottom: 30px !important;
}

.distancebottom-4 {
  margin-bottom: 60px !important;
}

.distancebottom-5 {
  margin-bottom: 75px !important;
}

.distancebottom-6 {
  margin-bottom: 90px !important;
}

.distancebottom-7 {
  margin-bottom: 105px !important;
}

.distancebottom-8 {
  margin-bottom: 120px !important;
}

.distanceinnertop-1 {
  padding-top: 15px !important;
}

.distanceinnertop-2 {
  padding-top: 45px !important;
}

.distanceinnertop-3 {
  padding-top: 60px !important;
}

.distanceinnertop-4 {
  padding-top: 80px !important;
}

.distanceinnerbottom-1 {
  padding-bottom: 15px !important;
}

.distanceinnerbottom-2 {
  padding-bottom: 45px !important;
}

.distanceinnerbottom-3 {
  padding-bottom: 60px !important;
}

.distanceinnerbottom-4 {
  padding-bottom: 80px !important;
}

.has-xxs-font-size {
  font-size: 12px;
  line-height: 16px;
}

.has-xs-font-size {
  font-size: 14px;
  line-height: 18px;
}

.has-s-font-size {
  font-size: 16px;
  line-height: 24px;
}

.has-m-font-size {
  font-size: 18px;
  line-height: 28px;
}

.has-l-font-size, h6 {
  font-size: 20px;
  line-height: 30px;
}

.has-xl-font-size, h5 {
  font-size: 22px;
  line-height: 30px;
}

.has-xxl-font-size, h4 {
  font-size: 26px;
  line-height: 32px;
}

.has-xxxl-font-size, h3 {
  font-size: 30px;
  line-height: 38px;
}

.has-xxxxl-font-size, h2 {
  font-size: 45px;
  line-height: 52px;
}

.has-xxxxxl-font-size, h1 {
  font-size: 65px;
  line-height: 73px;
}

.size-icon-1 .icon-mail:before {
  font-size: 18px;
}
.size-icon-1 svg {
  height: 22px;
  width: auto;
}

.size-icon-2 .icon-mail:before {
  font-size: 22px;
}
.size-icon-2 svg {
  height: 26px;
  width: auto;
}

.size-icon-3 .icon-mail:before {
  font-size: 26px;
}
.size-icon-3 svg {
  height: 30px;
  width: auto;
}

.size-icon-4 .icon-mail:before {
  font-size: 42px;
}
.size-icon-4 svg {
  height: 38px;
  width: auto;
}

.size-icon-5 .icon-mail:before {
  font-size: 34px;
}
.size-icon-5 svg {
  height: 42px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .overview-background-holder {
    height: 200px;
  }

  .has-xs-font-size {
    font-size: 14px;
    line-height: 18px;
  }

  .has-s-font-size {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
  }

  .has-m-font-size {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
  }

  .has-l-font-size, h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
  }

  .has-xl-font-size, h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 200;
  }

  .has-xxl-font-size, h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .has-xxxl-font-size, h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .has-xxxxl-font-size, h2 {
    font-size: 35px;
    line-height: 46px;
  }

  .has-xxxxxl-font-size, h1 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .matrix-holder {
    position: relative;
  }
  .matrix-holder:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 14px;
    width: 200px;
    background: black;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.7525385154) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .matrix-holder.scroll-end:after {
    display: none;
  }
  .matrix-holder > .wp-block-awww-variable-columns {
    overflow: auto;
  }
  .matrix-holder > .wp-block-awww-variable-columns > .awww-row {
    min-width: 1050px;
  }
  .matrix-holder > .wp-block-awww-variable-columns .awww-col-2 {
    flex-basis: 16.666%;
  }
  .matrix-holder > .wp-block-awww-variable-columns .awww-col-6 {
    flex-basis: 47%;
  }

  .overview-background-holder {
    height: 200px;
  }

  .head-nav .head-nav-container {
    padding: 15px;
  }

  .logo-container {
    margin-right: 50px;
  }

  #logo-holder svg {
    width: 65px;
    height: 65px;
  }

  .nav-collection {
    flex-flow: column-reverse;
    flex-basis: 100%;
    align-items: normal;
  }
  .nav-collection .menu > li a {
    padding: 10px 10px 0 10px;
  }

  #menu-head-side-menu {
    margin-left: 0;
    text-align: right;
  }
  #menu-head-side-menu > li a {
    color: #ffffff;
    background-color: #FF6B00;
    margin: 0 0 0 10px;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 764px) {
  h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
  }

  .has-xxxxxl-font-size, h1 {
    font-size: 40px;
    line-height: 52px;
  }

  #logo-holder {
    display: flex;
  }
  #logo-holder svg {
    width: 50px;
    height: 50px;
  }

  .navTrigger {
    display: inline-block;
  }

  .logo-container, .navTrigger {
    position: relative;
    z-index: 10;
  }

  .logo-container {
    position: absolute;
    left: 15px;
  }

  .nav-collection {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    flex-flow: wrap;
    display: none;
  }
  .nav-collection.active {
    display: block;
  }

  #main-nav-holder {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ffffff;
  }
  #main-nav-holder .menu li {
    display: block;
  }
  #main-nav-holder .menu li a {
    padding: 5px 15px;
    color: #000000;
  }
  #main-nav-holder .menu li a:hover {
    color: #ffffff;
    background-color: #FF6B00;
  }
  #main-nav-holder .menu .sub-menu li a {
    padding-left: 30px;
  }

  .menu .sub-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .menu .sub-menu li a {
    padding-left: 30px;
  }

  #main-side-nav-holder {
    position: absolute;
    bottom: 15px;
    width: 300px;
    left: 0;
  }

  .main-side-nav-container {
    display: block;
    justify-content: unset;
  }

  #menu-head-side-menu {
    display: flex;
    text-align: left;
  }
  #menu-head-side-menu li {
    flex: 1;
  }
  #menu-head-side-menu li a {
    padding: 10px 5px;
    margin: 0 5px;
    text-align: center;
  }

  .head-nav-container {
    justify-content: end;
  }

  .inline-img-container figure {
    padding: 10px;
  }

  .is-style-p-matrix-holder {
    padding: 0;
    background-color: #e6e6e6;
  }
  .is-style-p-matrix-holder h2, .is-style-p-matrix-holder h3, .is-style-p-matrix-holder h4, .is-style-p-matrix-holder h5 {
    font-size: 20px;
  }
  .is-style-p-matrix-holder .is-style-p-matrix-head {
    position: sticky;
    top: 0;
  }
  .is-style-p-matrix-holder .is-style-p-matrix-head .awww-col {
    padding-top: 40px !important;
  }
  .is-style-p-matrix-holder .is-style-p-matrix-head .awww-col:first-child {
    height: 100px;
  }
  .is-style-p-matrix-holder .is-style-p-matrix-info .awww-col {
    background-color: #e6e6e6 !important;
  }
  .is-style-p-matrix-holder .awww-row > .awww-col {
    flex-basis: 33.333%;
    background-color: #FFFFFF;
  }
  .is-style-p-matrix-holder .awww-row > .awww-col:first-child {
    flex-basis: 100%;
    align-items: center;
    background-color: #e6e6e6;
  }
}
