@charset "UTF-8";
/*
 Theme Name:     Divi Child
 Author:         Marcel Bühler
 Author URI:     kopfmedia.de
 Template:       Divi
 Version:        1.0.0
 Description: A boilerplate for Divi Child Themes
*/
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?vtopvl");
  src: url("assets/fonts/icomoon.eot?vtopvl#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?vtopvl") format("truetype"), url("assets/fonts/icomoon.woff?vtopvl") format("woff"), url("assets/fonts/icomoon.svg?vtopvl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icomoon-icon-], html body a.arrow-link-before::before, html body a.arrow-link::after, body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-items .sub-nav-item a::after,
[class*=" icomoon-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-icon-arrow-right:before {
  content: "\e904";
}

.icomoon-icon-arrow-right-top:before {
  content: "\e905";
}

.icomoon-icon-arrow-small-right:before {
  content: "\e906";
}

.icomoon-icon-arrow-up:before {
  content: "\e907";
}

.icomoon-icon-plus:before {
  content: "\e908";
}

.icomoon-icon-minus:before {
  content: "\e909";
}

.icomoon-icon-check:before {
  content: "\e90a";
}

.icomoon-icon-close:before {
  content: "\e90b";
}

.icomoon-icon-chevron:before {
  content: "\e90c";
}

.icomoon-icon-circle:before {
  content: "\e90d";
}

.icomoon-icon-circle-select:before {
  content: "\e90e";
}

.icomoon-icon-user:before {
  content: "\e90f";
}

.icomoon-icon-marker:before {
  content: "\e910";
}

.icomoon-icon-info:before {
  content: "\e954";
}

.icomoon-icon-plus-circle:before {
  content: "\e911";
}

.icomoon-icon-minus-circle:before {
  content: "\e912";
}

.icomoon-icon-shield:before {
  content: "\e913";
}

.icomoon-icon-shield-check:before {
  content: "\e914";
}

.icomoon-icon-checkbox:before {
  content: "\e915";
}

.icomoon-icon-expand:before {
  content: "\e916";
}

.icomoon-icon-transform:before {
  content: "\e917";
}

.icomoon-icon-cube:before {
  content: "\e961";
}

.icomoon-icon-download:before {
  content: "\e918";
}

.icomoon-icon-cookie:before {
  content: "\e955";
}

.icomoon-icon-euro:before {
  content: "\e919";
}

.icomoon-icon-smile:before {
  content: "\e91a";
}

.icomoon-icon-edit:before {
  content: "\e956";
}

.icomoon-icon-play:before {
  content: "\e962";
}

.icomoon-icon-document:before {
  content: "\e91b";
}

.icomoon-icon-document-signed:before {
  content: "\e957";
}

.icomoon-icon-feather:before {
  content: "\e958";
}

.icomoon-icon-leaf:before {
  content: "\e959";
}

.icomoon-icon-screen:before {
  content: "\e91c";
}

.icomoon-icon-truck-side:before {
  content: "\e95a";
}

body {
  /**
  *  Vue menu overwrites
  */
  /**
  *  Vue app overwrites
  */
  /**
  * Vue wizard overwrite
  */
}
body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
  padding-top: 80px;
}
body.et-db #et-boc .et-l .et_pb_video_overlay_hover {
  background: rgba(0, 0, 0, 0.1);
}
body.et-db #et-boc .et-l .et_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.3) !important;
}
body.et-db #et-boc .et-l .et_pb_video_overlay_hover .et_pb_video_play {
  font-size: 3rem;
  line-height: 3rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
}
body #page-container #main-content #content-area #left-area {
  padding-bottom: 0;
}
body #page-container .et_pb_section .et_pb_button {
  border-width: 1px !important;
}
body #page-container .et_pb_section .et_pb_button.et_pb_bg_layout_light {
  border-width: 1px !important;
}
body [class^=pa-image-].obj-pos-top img {
  object-position: top;
}
body .pa-image-1-1 .et_pb_image_wrap {
  padding-top: 100%;
  display: block;
}
body .pa-image-1-1 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
body .pa-image-3-4 .et_pb_image_wrap {
  padding-top: 133.33%;
  display: block;
}
body .pa-image-3-4 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
body .pa-image-16-9 .et_pb_image_wrap {
  padding-top: 56.25%;
  display: block;
}
body .pa-image-16-9 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
body .et_pb_module.et_pb_accordion .et_pb_accordion_item {
  background-color: transparent;
  transition: border 500ms;
}
body .et_pb_module.et_pb_accordion .et_pb_accordion_item.et_pb_toggle_close {
  border-color: transparent;
  border-bottom: 1px solid #000000;
}
body .et_pb_module.et_pb_accordion .et_pb_accordion_item h5 {
  color: #000000;
}
body .et_pb_module.et_pb_accordion .et_pb_accordion_item h5::before {
  color: #000000;
}
body .et_pb_section {
  background-color: transparent;
}
body .et_pb_section h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.3;
  hyphens: auto;
}
@media (max-width: 1200px) {
  body .et_pb_section h1 {
    font-size: 42px;
    line-height: 40px;
  }
}
body .et_pb_section h1:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
body .et_pb_section h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  hyphens: auto;
}
@media (max-width: 1800px) {
  body .et_pb_section h2 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  body .et_pb_section h2 {
    font-size: 30px;
  }
}
body .et_pb_section h2:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
body .et_pb_section h3, body .et_pb_section #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a, body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper .et_pb_section a {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  hyphens: auto;
}
@media (max-width: 1800px) {
  body .et_pb_section h3, body .et_pb_section #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a, body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper .et_pb_section a {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  body .et_pb_section h3, body .et_pb_section #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a, body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper .et_pb_section a {
    font-size: 20px;
  }
}
body .et_pb_section h3:target:before, body .et_pb_section #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a:target:before, body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper .et_pb_section a:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
body .et_pb_section h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  hyphens: auto;
}
@media (max-width: 1800px) {
  body .et_pb_section h4 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  body .et_pb_section h4 {
    font-size: 16px;
  }
}
body .et_pb_section h4:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
body .et_pb_section h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  hyphens: auto;
}
@media (max-width: 1800px) {
  body .et_pb_section h5 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body .et_pb_section h5 {
    font-size: 14px;
  }
}
body .et_pb_section h5:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
body .et_pb_section h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  hyphens: auto;
}
@media (max-width: 1800px) {
  body .et_pb_section h6 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body .et_pb_section h6 {
    font-size: 14px;
  }
}
body .et_pb_section h6:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
body #vue-wordpress-menu .main-menu-container {
  background-color: #ffffff;
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.05);
}
body #vue-wordpress-menu .main-menu-container .main-menu {
  margin: 0 auto;
  border-radius: 30px;
  max-width: 1600px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items {
  gap: 20px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item {
  height: 80px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item .menu-item-link-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item .menu-item-link-wrapper .menu-item-link {
  color: #3E3E40;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item:hover .menu-item-link {
  color: #0464a0;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item:hover .has-children a::after,
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item:hover .has-children span::after {
  transform: rotateZ(-180deg);
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.cta-button {
  margin-left: auto;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.cta-button .menu-item-link {
  padding: 8px 20px;
  color: #ffffff;
  background-color: #0464a0;
  border-radius: 15px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.language-dropdown .active-language span {
  padding: 8px 20px;
  color: #ffffff;
  background-color: #0464a0;
  border-radius: 15px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.language-dropdown .main-menu-sub-nav {
  min-height: 125px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.language-dropdown .main-menu-sub-nav .language-switch {
  background-color: #f4f4f4;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.language-dropdown .language-switch {
  border-radius: 0 30px 0 30px;
  gap: 40px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.language-dropdown .language-switch .language-item {
  height: 40px;
  width: 40px;
  border-radius: 15px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.language-dropdown .language-fulltext-items {
  padding: 0 20px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.language-dropdown .language-fulltext-items .language-fulltext-item {
  justify-content: center;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.enquiry-btn {
  display: flex;
  align-items: center;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.enquiry-btn .menu-item-link-wrapper a {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  padding: 2px 20px;
  border-radius: 15px;
  color: #ffffff;
  border: 1px solid #0464a0;
  background-color: #0464a0;
  transition: 500ms color ease-in-out 500ms background-color ease-in-out;
  padding: 10px 20px;
  border-radius: 10px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.enquiry-btn .menu-item-link-wrapper a:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item.enquiry-btn .menu-item-link-wrapper a::after {
  content: unset;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .main-menu-item .has-children {
  display: flex;
  align-items: center;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .sub-nav-items .sub-nav-item a {
  color: #3E3E40;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-items .sub-nav-items .sub-nav-item a:hover {
  color: #0464a0;
}
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav {
  box-sizing: content-box;
  max-width: 1660px;
  margin: auto;
  box-shadow: 0px 46px 100px 0px rgba(0, 0, 0, 0.05);
  grid-template-columns: 1fr auto 2fr;
  grid-template-areas: "subnav-preview subnav-title subnav-items";
  gap: 40px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title {
  grid-area: subnav-title;
  padding: 30px 0;
  justify-content: start;
}
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a {
  color: #0464a0;
}
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-preview-wrapper {
  grid-area: subnav-preview;
}
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-items {
  grid-area: subnav-items;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 20px 30px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-items .sub-nav-item a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-items .sub-nav-item a::after {
  content: "\e905";
  font-size: 10px;
}
body #vue-wordpress-menu .main-menu-container .main-menu .menu-brand {
  max-height: 30px;
  min-height: 30px;
  background-position-y: center;
}
@media (max-width: 1600px) {
  body #vue-wordpress-menu .main-menu-container .main-menu {
    margin: unset;
    border-radius: unset;
  }
}
body #vue-wordpress-menu .mobile-menu-container .mobile-menu-content .mobile-nav-items .mobile-nav-item .has-children {
  display: flex;
  justify-content: center;
  align-items: center;
}
body #vue-wordpress-menu .mobile-menu-container .mobile-menu-content .mobile-nav-items .mobile-nav-item .has-children.expanded::after {
  transform: rotateZ(-180deg);
}
body #vue-wordpress-menu .mobile-menu-container .mobile-menu-content .mobile-nav-items .mobile-nav-item .mobile-nav-sub-items .mobile-nav-sub-item {
  color: #60606080;
}
body #vue-wordpress-menu .mobile-menu-container .mobile-menu-content .mobile-nav-items .mobile-nav-item .mobile-nav-sub-items .mobile-nav-sub-item:hover {
  color: #0464a0;
}
body #vue-wordpress-menu .mobile-menu-container .mobile-menu-content .mobile-nav-items .mobile-nav-item a.cta-button {
  padding: 8px 20px;
  color: #ffffff;
  background-color: #0464a0;
  border-radius: 20px;
}
body #vue-wordpress-menu .mobile-menu-container .mobile-menu-content .language-switch {
  gap: 30px;
}
body #vue-wordpress-menu .mobile-menu-container .mobile-menu-content .language-switch .language-item {
  height: 40px;
  width: 40px;
  border-radius: 15px;
}
body #vue-wordpress-menu .contact-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
}
body [id^=vue-wordpress-app] .v-input--density-default {
  --v-input-padding-top: 0;
}
body [id^=vue-wordpress-app] .vue-friendly-captcha {
  background-color: #ececec;
  border-color: #ececec;
}
@media (max-width: 570px) {
  body [id^=vue-wordpress-app] .vue-friendly-captcha {
    width: 100%;
  }
}
body [id^=vue-wordpress-app] .vue-friendly-captcha .frc-content .frc-text {
  margin-bottom: 5px;
}
body [id^=vue-wordpress-app] .application-portal .v-input .v-field input[type=text] {
  padding: unset;
}
body [id^=vue-wordpress-app] .application-portal .application-date-picker-input {
  background-color: unset;
  font-weight: normal;
  align-items: center;
  padding: 0 20px;
  font-size: 1rem;
  letter-spacing: 0.009375em;
  background-color: transparent !important;
  border-radius: unset;
  border: unset;
  border-bottom: 1px solid #9a9a9a;
}
body [id^=vue-wordpress-app] .application-portal .application-date-picker-input::placeholder {
  color: #9a9a9a;
}
body [id^=vue-wordpress-app] .application-portal .application-date-picker-input.dp__input_focus {
  border-color: #202020;
}
body [id^=vue-wordpress-app] .application-portal .dp__input_wrap .dp__input {
  min-height: unset !important;
}
body [id^=vue-wordpress-app] .application-portal .dp__input_wrap .dp__icon {
  padding-left: 0;
}
@media (max-width: 600px) {
  body [id^=vue-wordpress-app] .application-portal .application-col {
    padding-right: 0;
    padding-left: 0;
  }
}
body [id^=vue-wordpress-app] .application-portal .frc-content .frc-text {
  margin-bottom: 5px;
}
body [id^=vue-wordpress-app] .v-input .v-field input {
  background-color: unset;
  border: none;
}
body [id^=vue-wordpress-app] .order-enquiry-component .order-enquiry-container {
  padding: 160px 20px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1400px) {
  body [id^=vue-wordpress-app] .order-enquiry-component .order-enquiry-container {
    padding: 120px 20px 20px;
  }
}
body [id^=vue-wordpress-app] .order-enquiry-component .order-enquiry-container > * {
  max-width: 1600px;
  margin: auto;
}
body [id^=vue-wordpress-app] .order-enquiry-component .order-enquiry-container .order-enquiry-messages {
  left: 50%;
  transform: translateX(-50%);
}
body [id^=vue-wordpress-app] .order-enquiry-component .order-enquiry-container .order-enquiry-head h2 {
  padding-bottom: 0;
}
body [id^=vue-wordpress-app] .order-enquiry-component .order-enquiry-container .order-enquiry-content {
  background-color: #ffffff;
  margin: 0 auto;
  border-radius: 10px;
  max-height: 100%;
  height: max-content;
}
body [id^=vue-wordpress-app] .order-enquiry-component .order-enquiry-container .order-enquiry-content .enquiry-submit-btn span::before {
  content: "*";
}
@media (max-width: 1400px) {
  body [id^=vue-wordpress-app] .order-enquiry-component .order-enquiry-container .order-enquiry-content {
    padding: 20px 25px;
  }
}
body [id^=vue-wordpress-app] .km-contact-form > div:nth-child(1) {
  margin-bottom: 30px;
}
body [id^=vue-wordpress-app] .km-contact-form .v-input .v-field input {
  background-color: unset;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: none;
}
body [id^=vue-wordpress-app] .km-contact-form .v-textarea .v-label {
  padding-top: 5px;
}
body [id^=vue-wordpress-app] .km-contact-form .v-textarea textarea {
  padding-top: 30px;
}
body [id^=vue-wordpress-app] .post-slider .slide-container,
body [id^=vue-wordpress-app] .post-slider .post-container,
body [id^=vue-wordpress-app] .latest-posts .slide-container,
body [id^=vue-wordpress-app] .latest-posts .post-container {
  height: unset;
  width: 400px;
  aspect-ratio: 5/6;
}
body [id^=vue-wordpress-app] .post-slider .slide-container .slide-content,
body [id^=vue-wordpress-app] .post-slider .slide-container .post-content,
body [id^=vue-wordpress-app] .post-slider .post-container .slide-content,
body [id^=vue-wordpress-app] .post-slider .post-container .post-content,
body [id^=vue-wordpress-app] .latest-posts .slide-container .slide-content,
body [id^=vue-wordpress-app] .latest-posts .slide-container .post-content,
body [id^=vue-wordpress-app] .latest-posts .post-container .slide-content,
body [id^=vue-wordpress-app] .latest-posts .post-container .post-content {
  background-color: unset;
}
body [id^=vue-wordpress-app] .post-slider .slide-container .slide-content::after,
body [id^=vue-wordpress-app] .post-slider .slide-container .post-content::after,
body [id^=vue-wordpress-app] .post-slider .post-container .slide-content::after,
body [id^=vue-wordpress-app] .post-slider .post-container .post-content::after,
body [id^=vue-wordpress-app] .latest-posts .slide-container .slide-content::after,
body [id^=vue-wordpress-app] .latest-posts .slide-container .post-content::after,
body [id^=vue-wordpress-app] .latest-posts .post-container .slide-content::after,
body [id^=vue-wordpress-app] .latest-posts .post-container .post-content::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #0464a0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 100;
}
body [id^=vue-wordpress-app] .post-slider .slide-container .slide-content h3, body [id^=vue-wordpress-app] .post-slider .slide-container .slide-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a, body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .post-slider .slide-container .slide-content a,
body [id^=vue-wordpress-app] .post-slider .slide-container .post-content h3,
body [id^=vue-wordpress-app] .post-slider .slide-container .post-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a,
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .post-slider .slide-container .post-content a,
body [id^=vue-wordpress-app] .post-slider .post-container .slide-content h3,
body [id^=vue-wordpress-app] .post-slider .post-container .slide-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a,
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .post-slider .post-container .slide-content a,
body [id^=vue-wordpress-app] .post-slider .post-container .post-content h3,
body [id^=vue-wordpress-app] .post-slider .post-container .post-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a,
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .post-slider .post-container .post-content a,
body [id^=vue-wordpress-app] .latest-posts .slide-container .slide-content h3,
body [id^=vue-wordpress-app] .latest-posts .slide-container .slide-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a,
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .latest-posts .slide-container .slide-content a,
body [id^=vue-wordpress-app] .latest-posts .slide-container .post-content h3,
body [id^=vue-wordpress-app] .latest-posts .slide-container .post-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a,
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .latest-posts .slide-container .post-content a,
body [id^=vue-wordpress-app] .latest-posts .post-container .slide-content h3,
body [id^=vue-wordpress-app] .latest-posts .post-container .slide-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a,
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .latest-posts .post-container .slide-content a,
body [id^=vue-wordpress-app] .latest-posts .post-container .post-content h3,
body [id^=vue-wordpress-app] .latest-posts .post-container .post-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a,
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .latest-posts .post-container .post-content a {
  hyphens: inherit;
}
body [id^=vue-wordpress-app] .post-slider .slide-container .slide-content a,
body [id^=vue-wordpress-app] .post-slider .slide-container .post-content a,
body [id^=vue-wordpress-app] .post-slider .post-container .slide-content a,
body [id^=vue-wordpress-app] .post-slider .post-container .post-content a,
body [id^=vue-wordpress-app] .latest-posts .slide-container .slide-content a,
body [id^=vue-wordpress-app] .latest-posts .slide-container .post-content a,
body [id^=vue-wordpress-app] .latest-posts .post-container .slide-content a,
body [id^=vue-wordpress-app] .latest-posts .post-container .post-content a {
  display: none;
}
body [id^=vue-wordpress-app] .post-slider .glide__slide:nth-child(1) .slide-content,
body [id^=vue-wordpress-app] .latest-posts .glide__slide:nth-child(1) .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body [id^=vue-wordpress-app] .post-slider .glide__slide:nth-child(1) .slide-content::after,
body [id^=vue-wordpress-app] .latest-posts .glide__slide:nth-child(1) .slide-content::after {
  display: none;
}
body [id^=vue-wordpress-app] .post-slider .glide__slide:nth-child(1) .slide-content h3, body [id^=vue-wordpress-app] .post-slider .glide__slide:nth-child(1) .slide-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a, body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .post-slider .glide__slide:nth-child(1) .slide-content a,
body [id^=vue-wordpress-app] .latest-posts .glide__slide:nth-child(1) .slide-content h3,
body [id^=vue-wordpress-app] .latest-posts .glide__slide:nth-child(1) .slide-content #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a,
body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .latest-posts .glide__slide:nth-child(1) .slide-content a {
  color: #0464a0;
}
body [id^=vue-wordpress-app] .post-slider .glide__slide:nth-child(1) .slide-content a,
body [id^=vue-wordpress-app] .latest-posts .glide__slide:nth-child(1) .slide-content a {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  padding: 2px 20px;
  border-radius: 15px;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  transition: 500ms color ease-in-out 500ms background-color ease-in-out;
}
body [id^=vue-wordpress-app] .post-slider .glide__slide:nth-child(1) .slide-content a:hover,
body [id^=vue-wordpress-app] .latest-posts .glide__slide:nth-child(1) .slide-content a:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
body [id^=vue-wordpress-app] .news-grid .news-items .news-card {
  height: unset;
  width: 400px;
  max-width: unset;
  border-radius: 10px;
  aspect-ratio: 5/6;
  overflow: hidden;
}
body [id^=vue-wordpress-app] .news-grid .news-items .news-card .card-overlay {
  justify-content: start;
  opacity: 1;
  background-color: unset;
  padding: 25px;
}
body [id^=vue-wordpress-app] .news-grid .news-items .news-card .card-overlay .card-text {
  color: unset;
  margin-bottom: unset;
}
body [id^=vue-wordpress-app] .news-grid .news-items .news-card .card-overlay .card-text::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #0464a0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 100;
}
body [id^=vue-wordpress-app] .news-grid .news-items .news-card .card-overlay .card-text h3, body [id^=vue-wordpress-app] .news-grid .news-items .news-card .card-overlay .card-text #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a, body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper [id^=vue-wordpress-app] .news-grid .news-items .news-card .card-overlay .card-text a {
  font-size: 32px;
  color: #000000;
}
body [id^=vue-wordpress-app] .news-grid .news-items .news-card .card-overlay .card-text .pre-heading {
  color: #000000;
  transition: 500ms ease-in-out;
}
body [id^=vue-wordpress-app] .news-grid .news-items .news-card .card-overlay .card-text a > a {
  display: none;
}
body [id^=vue-wordpress-app] .news-grid .news-items .news-card .card-overlay:hover .pre-heading {
  color: #0464a0;
}
@media (max-width: 1800px) {
  body [id^=vue-wordpress-app] .latest-posts > div {
    width: 100%;
  }
  body [id^=vue-wordpress-app] .latest-posts > div .post-container {
    aspect-ratio: unset;
    width: 100%;
    min-height: 150px;
  }
}
body [id^=vue-wordpress-app] .faq-row {
  max-width: unset;
}
body [id^=vue-wordpress-app] .faq-row .faq-items {
  padding: 20px 0;
}
body [id^=vue-wordpress-app] .faq-row .faq-items .faq-title:nth-child(1) {
  border-top: 2px solid #000000;
}
body [id^=vue-wordpress-app] .faq-row .faq-items .faq-title,
body [id^=vue-wordpress-app] .faq-row .faq-items .faq-content {
  padding: 10px 0;
}
body [id^=vue-wordpress-app] .newsletter-signup-form .v-input .v-field input {
  padding: 26px 0 6px;
}
body [id^=vue-wordpress-app] .history-section .history-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
body [id^=vue-wordpress-app] .history-section .history-items .history-item {
  padding: 50px;
}
body [id^=vue-wordpress-app] .history-section .history-items .history-item:nth-child(odd) {
  background: #f8f8f8;
}
@media (max-width: 1400px) and (min-width: 1000px) {
  body [id^=vue-wordpress-app] .history-section .history-items {
    grid-template-columns: 1fr 1fr;
  }
  body [id^=vue-wordpress-app] .history-section .history-items .history-item.odd-row-tablet:nth-child(odd) {
    background-color: transparent;
  }
  body [id^=vue-wordpress-app] .history-section .history-items .history-item.odd-row-tablet:nth-child(even) {
    background-color: #f8f8f8;
  }
}
@media (max-width: 999px) {
  body [id^=vue-wordpress-app] .history-section .history-items {
    grid-template-columns: 1fr;
  }
}
body #vue-application-wizard input.text,
body #vue-application-wizard input.title,
body #vue-application-wizard input[type=email],
body #vue-application-wizard input[type=password],
body #vue-application-wizard input[type=tel],
body #vue-application-wizard input[type=text] {
  border: unset;
  background-color: transparent;
}
body #vue-application-wizard .v-input:not(.v-select) input.text,
body #vue-application-wizard .v-input:not(.v-select) input.title,
body #vue-application-wizard .v-input:not(.v-select) input[type=email],
body #vue-application-wizard .v-input:not(.v-select) input[type=password],
body #vue-application-wizard .v-input:not(.v-select) input[type=tel],
body #vue-application-wizard .v-input:not(.v-select) input[type=text] {
  padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
  padding-top: var(--v-field-input-padding-top);
  padding-bottom: var(--v-field-input-padding-bottom);
}
@media only screen and (max-width: 1400px) {
  body #et_mobile_nav_menu {
    display: block;
  }
  body #top-menu {
    display: none;
  }
}

body .badge {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  padding: 5px 25px;
  background-color: #f4f4f4;
  font-weight: 300;
  cursor: pointer;
  width: max-content;
  max-width: 100%;
  font-weight: bold;
  cursor: default;
}
body .badge.outlined {
  border: 1px solid #000000;
  background-color: unset;
  color: #2c2c2c;
}
body .badge.hover {
  background-color: transparent;
  padding: 20px 40px;
  transition: background-color 500ms ease-in-out;
  border-color: #0464a0;
  border-radius: 30px;
}
body .badge.hover:hover {
  background-color: #0464a0;
  color: #ffffff;
}
body .badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body .badge-container .badge {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  padding: 5px 25px;
  background-color: #f4f4f4;
  font-weight: 300;
  cursor: pointer;
  width: max-content;
  max-width: 100%;
  font-weight: bold;
  cursor: default;
}
body .badge-container .badge.outlined {
  border: 1px solid #000000;
  background-color: unset;
  color: #2c2c2c;
}
body .badge-container .badge.hover {
  background-color: transparent;
  padding: 20px 40px;
  transition: background-color 500ms ease-in-out;
  border-color: #0464a0;
  border-radius: 30px;
}
body .badge-container .badge.hover:hover {
  background-color: #0464a0;
  color: #ffffff;
}

#km-cookie-consent {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}
#km-cookie-consent.km-cc-visible {
  display: flex !important;
}

.km-cc-blockscreen {
  display: none;
  position: fixed;
  z-index: 999999998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

#km-cc-banner {
  display: none;
  position: fixed;
  z-index: 999999999;
  overflow-y: auto;
  max-height: 90vh;
  max-width: 550px;
  margin: 10px;
  padding: 0 15px;
  border-radius: 4px;
  color: #000;
  background: #ffffff;
}
#km-cc-banner .km-cc-content {
  font-family: sans-serif;
}
#km-cc-banner .km-cc-content .km-cc-title {
  margin: 15px 0 0;
}
#km-cc-banner .km-cc-content .km-cc-description {
  margin: 0.5em 0 1.25em 0;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category {
  border-radius: 1px;
  margin: 0.5em 0;
  padding: 0.5em;
  background: #f7f7f7;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-head {
  display: flex;
  justify-content: space-between;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-head label {
  position: relative;
  top: -0.1em;
  font-size: 1.25em;
  margin-left: 0.4em;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-head input[type=checkbox] {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.7em;
  height: 0.8em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-head input[type=checkbox]:checked {
  background: #0464a0 !important;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-head input[type=checkbox]:checked:disabled {
  background: #9c9c9c;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-head input[type=checkbox]:checked:after {
  left: calc(100% - 0.8em);
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-head input[type=checkbox]:after {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-head .km-cc-expand-info {
  line-height: 2rem;
  font-size: 1.25em;
  cursor: pointer;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-body {
  display: none;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-body .km-cc-pref-item {
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-body .km-cc-pref-item:last-child {
  margin-bottom: inherit;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-body .km-cc-pref-item .km-cc-pref-item-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid grey;
  padding: 0.5em 0;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-body .km-cc-pref-item .km-cc-pref-item-row.km-cc-empty {
  grid-template-columns: 1fr;
}
#km-cc-banner .km-cc-content .km-cc-preferences .km-cc-pref-category .km-cc-category-body .km-cc-pref-item .km-cc-pref-item-row:last-child {
  border-bottom: inherit;
}
#km-cc-banner .km-cc-content .km-cc-submit {
  display: flex;
  justify-content: center;
}
#km-cc-banner .km-cc-content .km-cc-submit button,
#km-cc-banner .km-cc-content .km-cc-submit a,
#km-cc-banner .km-cc-content .km-cc-submit div {
  display: flex;
  color: #000;
  margin: 1em 0.2em;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
}
#km-cc-banner .km-cc-content .km-cc-submit button:hover,
#km-cc-banner .km-cc-content .km-cc-submit a:hover,
#km-cc-banner .km-cc-content .km-cc-submit div:hover {
  color: inherit;
}
#km-cc-banner .km-cc-content .km-cc-submit button[class^=km-cc-accept-],
#km-cc-banner .km-cc-content .km-cc-submit a[class^=km-cc-accept-],
#km-cc-banner .km-cc-content .km-cc-submit div[class^=km-cc-accept-] {
  color: #fff;
  background: #0464a0 !important;
}
#km-cc-banner .km-cc-content .km-cc-footer {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
@media (max-width: 550px) {
  #km-cc-banner .km-cc-content .km-cc-footer {
    flex-direction: column-reverse;
  }
  #km-cc-banner .km-cc-content .km-cc-footer .km-cc-branding {
    text-align: center;
  }
}
#km-cc-banner .km-cc-content .km-cc-footer .km-cc-branding {
  text-decoration: none;
  color: #000;
}
#km-cc-banner .km-cc-content .km-cc-footer .km-cc-branding .km-cc-brand-tag {
  font-size: 0.8em;
}
#km-cc-banner .km-cc-content .km-cc-footer .km-cc-learnmore {
  display: flex;
  justify-content: end;
}
@media (max-width: 550px) {
  #km-cc-banner .km-cc-content .km-cc-footer .km-cc-learnmore {
    justify-content: center;
    margin: 10px 0;
  }
}
#km-cc-banner .km-cc-content .km-cc-footer .km-cc-learnmore a {
  font-size: 0.8em;
  line-height: 19px;
  color: #000;
  text-decoration: none;
  border-left: 1px solid grey;
  padding: 0 10px;
}
#km-cc-banner .km-cc-content .km-cc-footer .km-cc-learnmore a:first-child {
  border-left: none;
}
#km-cc-banner .km-cc-content .km-cc-footer .km-cc-learnmore a:last-child {
  padding-right: 0;
}

html {
  scroll-behavior: smooth;
}
html body {
  color: #000000;
}
html body h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.3;
  hyphens: auto;
}
@media (max-width: 1200px) {
  html body h1 {
    font-size: 42px;
    line-height: 40px;
  }
}
html body h1:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
html body h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  hyphens: auto;
}
@media (max-width: 1800px) {
  html body h2 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  html body h2 {
    font-size: 30px;
  }
}
html body h2:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
html body h3, html body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  hyphens: auto;
}
@media (max-width: 1800px) {
  html body h3, html body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  html body h3, html body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a {
    font-size: 20px;
  }
}
html body h3:target:before, html body #vue-wordpress-menu .main-menu-container .main-menu .main-menu-sub-nav .sub-nav-title .megamenu-title-wrapper a:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
html body h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  hyphens: auto;
}
@media (max-width: 1800px) {
  html body h4 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  html body h4 {
    font-size: 16px;
  }
}
html body h4:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
html body h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  hyphens: auto;
}
@media (max-width: 1800px) {
  html body h5 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  html body h5 {
    font-size: 14px;
  }
}
html body h5:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
html body h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  hyphens: auto;
}
@media (max-width: 1800px) {
  html body h6 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  html body h6 {
    font-size: 14px;
  }
}
html body h6:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
html body .pre-heading,
html body .pre-header {
  color: #0464a0;
  padding-bottom: 5px;
}
html body .highlight {
  color: #0464a0;
}
html body a {
  color: #000000;
  text-decoration: none;
  transition: color 500ms;
}
html body a:hover {
  color: #0464a0;
}
html body a.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
html body a.arrow-link::after {
  content: "\e905";
  font-size: 10px;
}
html body a.arrow-link-before {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
html body a.arrow-link-before::before {
  content: "\e905";
  font-size: 10px;
}
html body a.btn-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 20px;
  padding: 2px 20px;
  border-radius: 15px;
  color: #0464a0;
  border: 1px solid #0464a0;
  background-color: transparent;
  transition: 500ms color ease-in-out 500ms background-color ease-in-out;
}
html body a.btn-link:hover {
  color: #ffffff;
  background-color: #0464a0;
  border-color: #0464a0;
}

/*# sourceMappingURL=style.css.map */
