@charset "UTF-8";


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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }



*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 1025px) {
  .col-md-offset-1 {
    margin-left: 8.333333%; } }

@media (min-width: 1025px) {
  .col-md-offset-2 {
    margin-left: 11.666667%; } }


.container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }
  @media (min-width: 1025px) {
    .container {
      width: 960px;
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px; }
      .container:after, .container:before {
        content: "";
        display: table; }
      .container:after {
        clear: both; } }
  @media (min-width: 1200px) {
    .container {
      width: 1728px; } }
  @media (min-width: 1441px) {
    .container {
      width: 1312px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:after, .container-fluid:before {
    content: "";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .row:after, .row:before {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1025px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: normal;
  src: local(""), url("/../wp-content/themes/bentoMgo/assets/Fonts/Roboto/Roboto-100.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: local(""), url("/../wp-content/themes/bentoMgo/assets/Fonts/Roboto/Roboto-100.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: local(""), url("/../wp-content/themes/bentoMgo/assets/Fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: local(""), url("/../wp-content/themes/bentoMgo/assets/Fonts/Roboto/Roboto-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: local(""), url("/../wp-content/themes/bentoMgo/assets/Fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: local(""), url("/../wp-content/themes/bentoMgo/assets/Fonts/Roboto/Roboto-Black.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: local("Roboto"), url("/../wp-content/themes/bentoMgo/assets/Fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  src: local("Roboto"), url("/../wp-content/themes/bentoMgo/assets/Fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: italic;
  src: local("Roboto"), url("/../wp-content/themes/bentoMgo/assets/Fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"); }

form > p .wpcf7-form-control-wrap input::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap select::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap .wpcf7-date::-webkit-input-placeholder {
  font-family: "Roboto"; }

.m-btn-white-with-border, #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button, #mod-breadcrumb > .m-wrapper > .m-page-title, #mod-breadcrumb > .m-wrapper > a, .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card .m-link .m-btn-with-border, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-link .m-btn-white-with-border, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-link .m-btn-white-with-border, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white .m-link .m-btn-with-border, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white .m-link .m-btn-with-border, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-link .m-btn-with-border, .m-brand-btn.is-same-size, .wpcf7-submit.is-same-size, form > p .wpcf7-form-control-wrap input, form > p .wpcf7-form-control-wrap textarea, form > p .wpcf7-form-control-wrap select, form > p .wpcf7-form-control-wrap input::placeholder, form > p .wpcf7-form-control-wrap input::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap textarea::placeholder, form > p .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap select::placeholder, form > p .wpcf7-form-control-wrap select::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap input:-moz-placeholder, form > p .wpcf7-form-control-wrap input::-moz-placeholder, form > p .wpcf7-form-control-wrap input:-ms-input-placeholder, form > p .wpcf7-form-control-wrap textarea:-moz-placeholder, form > p .wpcf7-form-control-wrap textarea::-moz-placeholder, form > p .wpcf7-form-control-wrap textarea:-ms-input-placeholder, form > p .wpcf7-form-control-wrap select:-moz-placeholder, form > p .wpcf7-form-control-wrap select::-moz-placeholder, form > p .wpcf7-form-control-wrap select:-ms-input-placeholder, form > p .wpcf7-form-control-wrap .wpcf7-date::placeholder, form > p .wpcf7-form-control-wrap .wpcf7-date, .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-employee-info > .m-position, .mod-contact > .m-wrapper > .m-content > .m-left-box .m-contact p, .mod-contact > .m-wrapper > .m-content > .m-left-box .m-contact a, .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-position, .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button, .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-employee-info > .m-name, .mod-topbanner > .m-wrapper > .m-left-section > .m-left-headline, .mod-benefit-list > .m-wrapper .m-benefit > .m-number, h2, .m-headline-box, .mod-leistungen-grid > .m-wrapper > .m-grid .m-item > .m-title > h3, .mod-leistungen-grid > .m-wrapper .m-slider .m-item > .m-title > h3, .mod-contact > .m-wrapper > .m-content .m-h-headline, .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit .m-title-benefit > .m-title, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title h3, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title h3, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3, .m-basic-text, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text p, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ul, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ol, form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label, html body p, html body a, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .is-address .m-adr, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-position, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-name, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text > ol, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text ul, .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-description, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-description p, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-description p, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li, h1, .m-headline, .mod-ctabanner > .m-wrapper > .m-left-section > .m-headline, .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-title, .regular-title, .medium-title, .bold-title, .extrabold-title, .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value .m-symbol, h3, .mod-topbanner > .m-wrapper > .m-right-section > .m-right-headline, h4, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a, #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate a, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-title, .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-title-counter, .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-name, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-title h3, .m-white-btn, .m-brand-btn, .m-btn-with-border, .wpcf7-submit, .btn-error, form > p .wpcf7-submit, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-btn-with-border > a, form {
  font-family: "Roboto"; }

.m-btn-white-with-border, #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button, #mod-breadcrumb > .m-wrapper > .m-page-title, #mod-breadcrumb > .m-wrapper > a, .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card .m-link .m-btn-with-border, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-link .m-btn-white-with-border, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-link .m-btn-white-with-border, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white .m-link .m-btn-with-border, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white .m-link .m-btn-with-border, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-link .m-btn-with-border {
  font-size: 0.875rem;
  line-height: 1.14286; }

form > p .wpcf7-form-control-wrap input::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap select::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap .wpcf7-date::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.25; }

.m-brand-btn.is-same-size, .wpcf7-submit.is-same-size, form > p .wpcf7-form-control-wrap input, form > p .wpcf7-form-control-wrap textarea, form > p .wpcf7-form-control-wrap select, form > p .wpcf7-form-control-wrap input::placeholder, form > p .wpcf7-form-control-wrap input::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap textarea::placeholder, form > p .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap select::placeholder, form > p .wpcf7-form-control-wrap select::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap input:-moz-placeholder, form > p .wpcf7-form-control-wrap input::-moz-placeholder, form > p .wpcf7-form-control-wrap input:-ms-input-placeholder, form > p .wpcf7-form-control-wrap textarea:-moz-placeholder, form > p .wpcf7-form-control-wrap textarea::-moz-placeholder, form > p .wpcf7-form-control-wrap textarea:-ms-input-placeholder, form > p .wpcf7-form-control-wrap select:-moz-placeholder, form > p .wpcf7-form-control-wrap select::-moz-placeholder, form > p .wpcf7-form-control-wrap select:-ms-input-placeholder, form > p .wpcf7-form-control-wrap .wpcf7-date::placeholder, form > p .wpcf7-form-control-wrap .wpcf7-date, .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-employee-info > .m-position, .mod-contact > .m-wrapper > .m-content > .m-left-box .m-contact p, .mod-contact > .m-wrapper > .m-content > .m-left-box .m-contact a, .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-position, .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button {
  font-size: 1rem;
  line-height: 1.25; }

.m-btn-white-with-border, #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button, #mod-breadcrumb > .m-wrapper > .m-page-title, #mod-breadcrumb > .m-wrapper > a, .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card .m-link .m-btn-with-border, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-link .m-btn-white-with-border, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-link .m-btn-white-with-border, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white .m-link .m-btn-with-border, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white .m-link .m-btn-with-border, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-link .m-btn-with-border {
  font-size: 0.875rem;
  line-height: 1.14286; }

.mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-employee-info > .m-name {
  font-size: 1.5rem;
  line-height: 1.33333;
  font-weight: 700; }

.mod-topbanner > .m-wrapper > .m-left-section > .m-left-headline {
  font-size: 1.25rem;
  line-height: 1.4; }
  @media (min-width: 1025px) {
    .mod-topbanner > .m-wrapper > .m-left-section > .m-left-headline {
      font-size: 2rem;
      line-height: 1.25; } }

.mod-benefit-list > .m-wrapper .m-benefit > .m-number {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700; }
  @media (min-width: 1025px) {
    .mod-benefit-list > .m-wrapper .m-benefit > .m-number {
      font-size: 3.75rem;
      line-height: 1.2; } }

h2, .m-headline-box, .mod-leistungen-grid > .m-wrapper > .m-grid .m-item > .m-title > h3, .mod-leistungen-grid > .m-wrapper .m-slider .m-item > .m-title > h3, .mod-contact > .m-wrapper > .m-content .m-h-headline, .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit .m-title-benefit > .m-title, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title h3, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title h3, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
  font-size: 1.5rem;
  line-height: 1.33333; }
  @media (min-width: 1025px) {
    h2, .m-headline-box, .mod-leistungen-grid > .m-wrapper > .m-grid .m-item > .m-title > h3, .mod-leistungen-grid > .m-wrapper .m-slider .m-item > .m-title > h3, .mod-contact > .m-wrapper > .m-content .m-h-headline, .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit .m-title-benefit > .m-title, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title h3, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title h3, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
      font-size: 2rem;
      line-height: 1.25; } }

.m-basic-text, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text p, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ul, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ol, form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label, html body p, html body a, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .is-address .m-adr, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-position, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-name, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text > ol, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text ul, .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-description, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-description p, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-description p, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li {
  font-size: 1rem;
  line-height: 1.75; }
  @media (min-width: 1025px) {
    .m-basic-text, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text p, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ul, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ol, form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label, html body p, html body a, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .is-address .m-adr, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-position, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-name, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text > ol, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text ul, .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-description, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-description p, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-description p, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li {
      font-size: 1.125rem;
      line-height: 1.77778; } }

h1, .m-headline, .mod-ctabanner > .m-wrapper > .m-left-section > .m-headline {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700; }
  @media (min-width: 1025px) {
    h1, .m-headline, .mod-ctabanner > .m-wrapper > .m-left-section > .m-headline {
      font-size: 3rem;
      line-height: 1.25; } }

.mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-title {
  font-size: 1.75rem;
  line-height: 1.42857;
  font-weight: 700; }
  @media (min-width: 1025px) {
    .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-title {
      font-size: 2.5rem;
      line-height: 1.2; } }

.regular-title, .medium-title, .bold-title, .extrabold-title, .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value .m-symbol {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700; }
  @media (min-width: 1025px) {
    .regular-title, .medium-title, .bold-title, .extrabold-title, .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value .m-symbol {
      font-size: 5rem;
      line-height: 1.1; } }

h3, .mod-topbanner > .m-wrapper > .m-right-section > .m-right-headline {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700; }
  @media (min-width: 1025px) {
    h3, .mod-topbanner > .m-wrapper > .m-right-section > .m-right-headline {
      font-size: 1.5rem;
      line-height: 1.33333; } }

h4, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a, #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate a, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-title, .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-title-counter, .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-name, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-title h3 {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: 700; }
  @media (min-width: 1025px) {
    h4, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a, #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate a, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-title, .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-title-counter, .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-name, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-title h3 {
      font-size: 1.25rem;
      line-height: 1.2; } }

.m-white-btn, .m-brand-btn, .m-btn-with-border, .m-btn-white-with-border, .wpcf7-submit, .btn-error, form > p .wpcf7-submit, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-btn-with-border > a {
  font-size: 0.875rem;
  line-height: 1.14286;
  font-weight: 700; }
  @media (min-width: 1025px) {
    .m-white-btn, .m-brand-btn, .m-btn-with-border, .m-btn-white-with-border, .wpcf7-submit, .btn-error, form > p .wpcf7-submit, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-btn-with-border > a {
      font-size: 1rem;
      line-height: 1.25; } }


h1, h2, h3, h4 {
  margin: 0;
  font-weight: 700; }

figure {
  margin: 0;
  padding: 0; }

img {
  border-style: none;
  height: auto;
  max-width: 100%; }

.m-headline {
  font-weight: 700; }

.m-headline-box {
  font-weight: 700; }

.m-basic-text, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text p, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ul, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ol {
  font-weight: 400; }

textarea {
  resize: vertical; }


.m-white-btn, .m-brand-btn, .m-btn-with-border, .m-btn-white-with-border, .wpcf7-submit {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 40px;
  letter-spacing: 0.5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 12px 42px 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  text-decoration: none; }
  @media (min-width: 1025px) {
    .m-white-btn, .m-brand-btn, .m-btn-with-border, .m-btn-white-with-border, .wpcf7-submit {
      height: 48px; } }
  .m-white-btn:hover, .m-brand-btn:hover, .m-btn-with-border:hover, .m-btn-white-with-border:hover, .wpcf7-submit:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    
    text-decoration: none; }
  .m-white-btn:disabled, .m-brand-btn:disabled, .m-btn-with-border:disabled, .m-btn-white-with-border:disabled, .wpcf7-submit:disabled {
    background-color: #DEDEDE;
    cursor: not-allowed; }
  .m-white-btn::after, .m-brand-btn::after, .m-btn-with-border::after, .m-btn-white-with-border::after, .wpcf7-submit::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--brand-color-one);
    border-bottom: 2px solid var(--brand-color-one);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.m-white-btn {
  background: #fff;
  color: var(--brand-color-one); }

.m-brand-btn, .wpcf7-submit {
  background: var(--brand-color-one);
  color: #fff; }
  .m-brand-btn::after, .wpcf7-submit::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }

.m-btn-with-border {
  border: 1.5px solid var(--brand-color-one);
  color: var(--brand-color-one);
  background-color: #fff; }

.m-btn-white-with-border {
  height: 40px;
  color: #fff;
  border: 1.5px solid #fff; }
  .m-btn-white-with-border::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }

.btn-error {
  background: #DC3545;
  color: #fff;
  height: 32px; }
  @media (min-width: 1025px) {
    .btn-error {
      height: 48px; } }
  .btn-error:hover {
    opacity: 0.2; }
  .btn-error:disabled {
    background: #BEBEBE;
    cursor: not-allowed;
    color: var(--brand-color-one); }

.m-btn-with-border, .m-brand-btn, .m-white-btn, .btn-error {
  cursor: pointer;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.m-back {
  position: fixed;
  right: 20px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
  border-radius: 8px;
  background: var(--brand-color-two);
  padding: 14px;
  width: 40px;
  height: 40px;
  padding: 8px; }
  @media (min-width: 1025px) {
    .m-back {
      padding: 14px;
      right: 40px;
      width: 60px;
      height: 60px; } }
  .m-back.m-active {
    opacity: 1;
    pointer-events: auto;
    bottom: 10px;
    cursor: pointer; }
  .m-back:hover {
    -webkit-animation: btt 1s linear infinite alternate;
    animation: btt 1s linear infinite alternate; }
  .m-back img {
    width: 24px;
    height: 24px; }
    @media (min-width: 1025px) {
      .m-back img {
        width: 32px;
        height: 32px; } }

@-webkit-keyframes btt {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes btt {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 16px !important; }
  form > p .wpcf7-form-control-wrap {
    position: relative;
    z-index: 10; }
    form > p .wpcf7-form-control-wrap[data-name="service"], form > p .wpcf7-form-control-wrap[data-name="date"] {
      background-color: #F7F7F7;
      border-radius: 8px; }
    form > p .wpcf7-form-control-wrap > .m-clear {
      position: absolute;
      right: 15px;
      top: 15px;
      color: #fff;
      cursor: pointer;
      font-size: 20px; }
    form > p .wpcf7-form-control-wrap input, form > p .wpcf7-form-control-wrap textarea, form > p .wpcf7-form-control-wrap select {
      border-radius: 8px;
      padding: 16px;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 500;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.4);
      border: 0;
      width: 100%;
      height: 52px; }
      form > p .wpcf7-form-control-wrap input::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap select::-webkit-input-placeholder {
        
        color: rgba(255, 255, 255, 0.8);
        font-style: normal;
        font-weight: 500; }
      form > p .wpcf7-form-control-wrap input::placeholder, form > p .wpcf7-form-control-wrap input::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap textarea::placeholder, form > p .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap select::placeholder, form > p .wpcf7-form-control-wrap select::-webkit-input-placeholder {
        
        color: rgba(255, 255, 255, 0.8);
        font-style: normal;
        font-weight: 500; }
      form > p .wpcf7-form-control-wrap input:-moz-placeholder, form > p .wpcf7-form-control-wrap input::-moz-placeholder, form > p .wpcf7-form-control-wrap input:-ms-input-placeholder, form > p .wpcf7-form-control-wrap textarea:-moz-placeholder, form > p .wpcf7-form-control-wrap textarea::-moz-placeholder, form > p .wpcf7-form-control-wrap textarea:-ms-input-placeholder, form > p .wpcf7-form-control-wrap select:-moz-placeholder, form > p .wpcf7-form-control-wrap select::-moz-placeholder, form > p .wpcf7-form-control-wrap select:-ms-input-placeholder {
        
        color: rgba(255, 255, 255, 0.8);
        font-style: normal;
        font-weight: 500; }
    form > p .wpcf7-form-control-wrap .wpcf7-date {
      height: 52px; }
      form > p .wpcf7-form-control-wrap .wpcf7-date::-webkit-input-placeholder {
        color: var(--brand-color-one); }
      form > p .wpcf7-form-control-wrap .wpcf7-date::-moz-placeholder {
        color: var(--brand-color-one); }
      form > p .wpcf7-form-control-wrap .wpcf7-date:-ms-input-placeholder {
        color: var(--brand-color-one); }
      form > p .wpcf7-form-control-wrap .wpcf7-date::-ms-input-placeholder {
        color: var(--brand-color-one); }
      form > p .wpcf7-form-control-wrap .wpcf7-date::placeholder {
        color: var(--brand-color-one); }
    form > p .wpcf7-form-control-wrap textarea {
      border: none;
      height: 328px;
      resize: none; }
    form > p .wpcf7-form-control-wrap select, form > p .wpcf7-form-control-wrap .wpcf7-date {
      font-size: 16px;
      background: transparent;
      color: var(--brand-color-one);
      appearance: none;
      
      -webkit-appearance: none;
      
      -moz-appearance: none;
      
      border: none;
      z-index: 1; }
      form > p .wpcf7-form-control-wrap select:focus-visible, form > p .wpcf7-form-control-wrap .wpcf7-date:focus-visible {
        outline: 0; }
    form > p .wpcf7-form-control-wrap .elementor-field-option {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-column-gap: 8px;
      -moz-column-gap: 8px;
      column-gap: 8px;
      padding: 0; }
      form > p .wpcf7-form-control-wrap .elementor-field-option label {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        color: #fff;
        margin-top: -5px; }
        form > p .wpcf7-form-control-wrap .elementor-field-option label > a {
          text-decoration: underline;
          color: #fff; }
    form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
      margin: 7px 0 0; }
      form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px; }
      form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:not(.wpcf7-submit) {
        accent-color: var(--brand-color-one);
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin: 0; }
      form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
        font-weight: 400;
        color: #fff;
        margin-top: -5px; }
        form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label > a {
          text-decoration: underline;
          color: #fff; }
    form > p .wpcf7-form-control-wrap svg {
      position: absolute;
      top: 13px;
      right: 17px;
      z-index: -1; }
      form > p .wpcf7-form-control-wrap svg path {
        fill: var(--brand-color-one); }
  form > p .wpcf7-spinner {
    display: none; }
  form > p .m-text {
    color: #fff;
    font-size: 16px;
    padding-top: 8px; }
  form > p .wpcf7-submit {
    background-color: #fff;
    padding: 12px 24px;
    max-width: 132px;
    margin-top: 37px;
    color: var(--brand-color-one);
    border: 0;
    cursor: pointer;
    letter-spacing: 0.5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 40px; }
    form > p .wpcf7-submit:hover {
      background-color: var(--brand-color-two);
      color: #fff; }

.wpcf7-not-valid-tip {
  position: absolute; }

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  
  border-color: transparent;
   }

.wpcf7 form .wpcf7-response-output {
  border: 0; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border-color: #46b450;
  color: #46b450 !important;
  font-weight: 700; }

[data-status="sent"] .wpcf7-response-output {
  margin: 20px 0 1em !important;
  padding: 0.2em 0 !important;
  border-color: #46b450;
  color: #46b450 !important;
  font-weight: 700; }

form[data-status="invalid"] .wpcf7-response-output {
  margin: 20px 0 1em !important;
  padding: 0.2em 0 !important;
  border-color: #dc3232;
  color: #dc3232 !important;
  font-weight: 700; }

#form-field-honeypot p {
  height: 16px; }

.wpcf7-form-control-wrap[data-name="date"] input[type="date"] {
  -webkit-appearance: none;
  
  -moz-appearance: textfield;
  
  appearance: none;
   }

.wpcf7-form-control-wrap[data-name="date"] input[type="date"]::-webkit-inner-spin-button,
.wpcf7-form-control-wrap[data-name="date"] input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  
  -webkit-appearance: none;
  appearance: none;
  visibility: hidden; }

.flatpickr-calendar {
  border-radius: 0; }

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }
  .slick-dots li {
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: transparent;
    border: 1px solid var(--brand-color-one);
    border-radius: 50%;
    opacity: 1; }
    .slick-dots li button {
      width: 100%;
      height: 100%;
      background-color: transparent;
      border-radius: 50%;
      font-size: 0;
      border: 0;
      cursor: pointer;
      outline: none;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .slick-dots li.slick-active {
      background-color: var(--brand-color-one);
       }
      .slick-dots li.slick-active button {
        background: var(--brand-color-one);
         }


.slick-next, .slick-prev {
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--brand-color-one);
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 8px; }
  @media (min-width: 1025px) {
    .slick-next, .slick-prev {
      width: 48px;
      height: 48px;
      padding: 8px; } }
  .slick-next::after, .slick-prev::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    position: absolute;
    left: 0; }
    @media (min-width: 1025px) {
      .slick-next::after, .slick-prev::after {
        background-size: 32px; } }
  .slick-next:hover, .slick-prev:hover {
    background-color: var(--brand-color-two); }
  .slick-next.slick-disabled, .slick-prev.slick-disabled {
    display: none !important; }

.slick-next {
  right: 0; }
  @media (min-width: 1025px) {
    .slick-next {
      right: 20px; } }
  .slick-next::after {
    background-image: url("../../../bentoMgo/assets/Img/Svg/arrow-next-icon.svg"); }

.slick-prev {
  left: 0; }
  @media (min-width: 1025px) {
    .slick-prev {
      left: 20px; } }
  .slick-prev::after {
    background-image: url("../../../bentoMgo/assets/Img/Svg/arrow-prev-icon.svg"); }


dl,
dt,
dd,
ol,
ul,
li {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

html,
body,
label,
input,
button,
select,
textarea {
  font-family: "Roboto"; }

html {
  scroll-behavior: smooth;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html body {
    overflow-x: hidden;
    font-family: "Roboto";
    margin: 0; }
    html body .m-wrapper {
      margin: 0 auto;
      padding: 0 16px;
      width: 100%; }
      @media (min-width: 1025px) {
        html body .m-wrapper {
          max-width: 1728px;
          padding: 0 40px; } }
    html body p {
      margin: 0; }
    html body a {
      text-decoration: none; }
      html body a:hover, html body a:focus, html body a:active {
        text-decoration: underline; }
    html body .main-inner .e-con {
      margin: 0;
      padding: 0; }
    html body .main-inner .e-con > .e-con-inner {
      width: 100%;
      max-width: 100%;
      padding: 0; }
      html body .main-inner .e-con > .e-con-inner.m-wrapper {
        max-width: 1656px;
        margin: 0 auto;
        padding: 0 24px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    html body .e-con-inner {
      padding: 0; }
    html body [class^='mod-'] {
      margin-top: 40px; }
      @media (min-width: 1025px) {
        html body [class^='mod-'] {
          margin-top: 60px; } }

.is-opened .m-lightbox {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100; }

input[name="form_fields[honeypot]"] {
  display: block !important;
  opacity: 0 !important; }

#m-error h3, #m-error h2, #m-error p, #m-error a {
  font-family: 'Roboto' !important; }
  #m-error h3 .elementor-heading-title, #m-error h2 .elementor-heading-title, #m-error p .elementor-heading-title, #m-error a .elementor-heading-title {
    color: var(--brand-color-one); }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
   }


#lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }
  #lightbox .lb-outerContainer {
    position: relative;
    background-color: transparent; }
    #lightbox .lb-outerContainer .lb-nav {
      top: calc(50% - 16px);
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      @media (min-width: 1025px) {
        #lightbox .lb-outerContainer .lb-nav {
          width: calc(100% + 104px);
          top: calc(50% - 30px); } }
    #lightbox .lb-outerContainer .lb-container {
      position: relative; }
      #lightbox .lb-outerContainer .lb-container .lb-image {
        border-radius: 20px;
        border: 0;
        -o-object-fit: cover;
        object-fit: cover;
        height: 250px !important;
        max-height: 250px;
        width: calc(100vw - 32px) !important; }
        @media (min-width: 1025px) {
          #lightbox .lb-outerContainer .lb-container .lb-image {
            width: 100% !important;
            height: calc(100vh - 100px) !important;
            min-width: 800px;
            max-width: 1400px;
            max-height: 877px;
            min-height: 100%;
            -o-object-fit: cover;
            object-fit: cover; } }
        @media (min-width: 1200px) {
          #lightbox .lb-outerContainer .lb-container .lb-image {
            min-width: 1000px; } }
        @media (min-width: 1600px) {
          #lightbox .lb-outerContainer .lb-container .lb-image {
            min-width: 1400px; } }
    #lightbox .lb-outerContainer .lb-prev, #lightbox .lb-outerContainer .lb-next {
      opacity: 1;
      background-color: var(--brand-color-two);
      background-repeat: no-repeat;
      background-position-x: 50%;
      background-size: 20px;
      width: 32px;
      height: 32px;
      border-radius: 8px; }
      @media (min-width: 1025px) {
        #lightbox .lb-outerContainer .lb-prev, #lightbox .lb-outerContainer .lb-next {
          background-size: 32px;
          width: 60px;
          height: 60px; } }
      #lightbox .lb-outerContainer .lb-prev:hover, #lightbox .lb-outerContainer .lb-next:hover {
        background-color: var(--brand-color-one); }
    #lightbox .lb-outerContainer .lb-next {
      background-image: url("../../../bentoMgo/assets/Img/Svg/arrow-pagination-right.svg"); }
    #lightbox .lb-outerContainer .lb-prev {
      background-image: url("../../../bentoMgo/assets/Img/Svg/arrow-pagination-left.svg"); }
      @media (min-width: 1025px) {
        #lightbox .lb-outerContainer .lb-prev {
          margin-left: -104px; } }
  #lightbox .lb-close {
    display: none !important; }
  #lightbox .lb-dataContainer .lb-details {
    width: 100%;
    text-align: center;
    padding-top: 13px; }
    #lightbox .lb-dataContainer .lb-details .lb-caption {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase; }
    #lightbox .lb-dataContainer .lb-details .lb-number {
      display: none !important; }


div[data-elementor-type="footer"] {
  border-top: 1px solid #EDEDED;
  background: #EDEDED;
  margin-top: 40px;
  font-family: "Roboto"; }
  @media (min-width: 768px) {
    div[data-elementor-type="footer"] {
      margin-top: 80px; } }
  div[data-elementor-type="footer"] .e-child {
    padding: 0; }
  div[data-elementor-type="footer"] .footer-section {
    max-width: 1728px;
    margin: 0 auto;
    width: 100%;
    padding: 32px 16px 40px; }
    @media (min-width: 1025px) {
      div[data-elementor-type="footer"] .footer-section {
        padding: 32px 40px 40px; } }
    @media (min-width: 1441px) {
      div[data-elementor-type="footer"] .footer-section {
        padding: 48px 40px 140px; } }
    div[data-elementor-type="footer"] .footer-section .footer-widget-contact .elementor-widget-container .m-contact p, div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-contact p {
      margin: 9px 0 12px 0; }
      div[data-elementor-type="footer"] .footer-section .footer-widget-contact .elementor-widget-container .m-contact p:first-child, div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-contact p:first-child {
        padding-bottom: 0;
        margin-top: 0;
        max-width: 230px; }
      div[data-elementor-type="footer"] .footer-section .footer-widget-contact .elementor-widget-container .m-contact p a, div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-contact p a {
        color: var(--brand-color-one);
        text-decoration: none;
        cursor: pointer;
        line-height: 28px;
        font-size: 16px; }
        div[data-elementor-type="footer"] .footer-section .footer-widget-contact .elementor-widget-container .m-contact p a:hover, div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-contact p a:hover {
          text-decoration: underline; }
    div[data-elementor-type="footer"] .footer-section .footer-widget-contact .elementor-widget-container .m-adr, div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-adr {
      padding-bottom: 32px; }
      @media (min-width: 1025px) {
        div[data-elementor-type="footer"] .footer-section .footer-widget-contact .elementor-widget-container .m-adr, div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-adr {
          padding-bottom: 22.5px; } }
      div[data-elementor-type="footer"] .footer-section .footer-widget-contact .elementor-widget-container .m-adr:first-child, div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-adr:first-child {
        padding-bottom: 8px; }
      div[data-elementor-type="footer"] .footer-section .footer-widget-contact .elementor-widget-container .m-adr > p, div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-adr > p {
        margin-bottom: 0;
        line-height: 28px;
        font-size: 16px; }
    div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-times p {
      margin: 9px 0; }
      div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-times p:first-child {
        padding-bottom: 8px;
        margin-top: 0; }
    div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-time .m-samstag {
      padding-top: 23px;
      padding-bottom: 3px; }
    div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-time .m-title {
      padding-bottom: 8px; }
      @media (min-width: 1025px) {
        div[data-elementor-type="footer"] .footer-section .footer-widget-time .elementor-widget-container .m-time .m-title {
          padding-bottom: 11px; } }
    div[data-elementor-type="footer"] .footer-section .widget-footer-menu {
      padding: 0; }
      div[data-elementor-type="footer"] .footer-section .widget-footer-menu .elementor-widget-container .elementor-nav-menu--main .elementor-nav-menu .menu-item a {
        color: #000;
        text-decoration: none;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 0.5px;
        padding: 0 0 12px; }
        div[data-elementor-type="footer"] .footer-section .widget-footer-menu .elementor-widget-container .elementor-nav-menu--main .elementor-nav-menu .menu-item a:hover {
          color: var(--brand-color-one);
          text-decoration: underline; }
        div[data-elementor-type="footer"] .footer-section .widget-footer-menu .elementor-widget-container .elementor-nav-menu--main .elementor-nav-menu .menu-item a:after {
          background-color: transparent; }
      div[data-elementor-type="footer"] .footer-section .widget-footer-menu p {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 1025px) {
          div[data-elementor-type="footer"] .footer-section .widget-footer-menu p {
            margin-bottom: 9px; } }
      div[data-elementor-type="footer"] .footer-section .widget-footer-menu .m-title p {
        padding-bottom: 8px;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 1025px) {
          div[data-elementor-type="footer"] .footer-section .widget-footer-menu .m-title p {
            padding-bottom: 11px; } }
      div[data-elementor-type="footer"] .footer-section .widget-footer-menu .m-text-footer {
        margin-bottom: 20px; }
        div[data-elementor-type="footer"] .footer-section .widget-footer-menu .m-text-footer p {
          margin-bottom: 0;
          font-size: 16px;
          line-height: 20px; }
    div[data-elementor-type="footer"] .footer-section .footer-widget-social-media p {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 1441px) {
        div[data-elementor-type="footer"] .footer-section .footer-widget-social-media p {
          margin-bottom: 12px; } }
    div[data-elementor-type="footer"] .footer-section .footer-widget-social-media .social-media-widget {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      gap: 16px; }
      div[data-elementor-type="footer"] .footer-section .footer-widget-social-media .social-media-widget a svg path {
        fill: var(--brand-color-one); }
  div[data-elementor-type="footer"] .footer-widget-copy-right .elementor-widget-container {
    width: 100%;
    max-width: 1728px !important;
    margin: 0 auto;
    padding: 0 16px; }
    @media (min-width: 1025px) {
      div[data-elementor-type="footer"] .footer-widget-copy-right .elementor-widget-container {
        padding: 0 40px; } }
    div[data-elementor-type="footer"] .footer-widget-copy-right .elementor-widget-container .copy-right {
      text-align: center; }
      div[data-elementor-type="footer"] .footer-widget-copy-right .elementor-widget-container .copy-right p {
        color: #fff;
        font-size: 16px;
        line-height: 20px; }

#header {
  position: relative;
  z-index: 1000;
  height: 80px; }
  @media (min-width: 1441px) {
    #header {
      height: 130px; } }
  #header > .e-con-inner {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%; }
    @media (min-width: 1025px) {
      #header > .e-con-inner {
        max-width: 1728px !important;
        padding: 0 40px; } }
    #header > .e-con-inner .m-logo .elementor-widget-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header > .e-con-inner .m-logo .elementor-widget-container a {
        width: 100%;
        height: 100%; }
        #header > .e-con-inner .m-logo .elementor-widget-container a img {
          max-width: 140px;
          width: 100%;
          height: 100%;
          max-height: 55px;
          -o-object-fit: contain;
          object-fit: contain; }
          @media (min-width: 1025px) {
            #header > .e-con-inner .m-logo .elementor-widget-container a img {
              max-width: 241px;
              max-height: 96px; } }
    #header > .e-con-inner .elementor-menu-toggle {
      font-size: 28px;
      background-color: transparent;
      padding: 0;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      margin-right: 0; }
      #header > .e-con-inner .elementor-menu-toggle .e-font-icon-svg {
        fill: var(--brand-color-one) !important; }
        #header > .e-con-inner .elementor-menu-toggle .e-font-icon-svg.elementor-menu-toggle__icon--open {
          margin-bottom: 6px; }
  #header .m-btn-social-media {
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: absolute;
    right: 66px;
    width: auto !important;
    z-index: 10; }
    @media (min-width: 1025px) {
      #header .m-btn-social-media {
        position: inherit;
        gap: 16px; } }
    #header .m-btn-social-media .m-social-media {
      cursor: pointer; }
      #header .m-btn-social-media .m-social-media svg path {
        fill: var(--brand-color-one); }
      #header .m-btn-social-media .m-social-media.m-insta {
        margin-left: 8px; }
        @media (min-width: 1441px) {
          #header .m-btn-social-media .m-social-media.m-insta {
            margin-left: 38px; } }
    #header .m-btn-social-media .m-button {
      border-radius: 4px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      font-weight: 700; }
      #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--brand-color-one);
        height: 40px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-weight: 700;
        border-radius: 40px;
        text-decoration: none; }
        @media (min-width: 1025px) {
          #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button {
            padding: 12px 18px; } }
        @media (min-width: 1200px) {
          #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button {
            padding: 12px 24px; } }
        #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button:hover {
          background-color: var(--brand-color-two);
          text-decoration: none; }
        #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button.is-email {
          background-color: transparent;
          border: 1px solid var(--brand-color-one); }
      #header .m-btn-social-media .m-button.is-email .elementor-widget-container .elementor-button {
        background-color: transparent;
        border: 1.5px solid var(--brand-color-one);
        color: var(--brand-color-one); }
        #header .m-btn-social-media .m-button.is-email .elementor-widget-container .elementor-button:hover {
          background-color: var(--brand-color-one);
          color: #fff; }
  #header .m-menu .elementor-nav-menu__container {
    position: absolute;
    top: 152px !important;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100vw;
    z-index: 1000000;
    -webkit-animation: none;
    animation: none;
    background-color: transparent; }
    @media (min-width: 768px) {
      #header .m-menu .elementor-nav-menu__container {
        top: 44px !important;
        border: none; } }
    @media (min-width: 1025px) {
      #header .m-menu .elementor-nav-menu__container {
        position: unset;
        height: 100%;
        width: 100%;
        top: 69px !important; } }
    #header .m-menu .elementor-nav-menu__container nav {
      z-index: 10000; }
    #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu {
      gap: 32px;
      background-color: #fff;
      padding: 0 20px 25px; }
      @media (min-width: 1025px) {
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu {
          background: transparent;
          gap: 20px;
          padding: 0; } }
      @media (min-width: 1200px) {
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu {
          gap: 17px; } }
      @media (min-width: 1441px) {
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu {
          gap: 32px; } }
      #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item {
        border-bottom: 1px solid #DEDEDE;
        padding: 20px 0 16px; }
        @media (min-width: 1025px) {
          #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item {
            border-bottom: 0;
            padding: 0; } }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item:last-child {
          border-bottom: 0;
          padding-bottom: 0; }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item:has(.highlighted) {
          padding-bottom: 0;
          border-bottom: 0; }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a {
          font-size: 20px;
          font-weight: 500;
          line-height: 24px;
          padding: 2px 0 4px;
          color: #000;
          border-bottom: 0;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-transition: text-shadow .3s;
          transition: text-shadow .3s; }
          @media (min-width: 1025px) {
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a {
              font-size: 17px; } }
          @media (min-width: 1200px) {
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a {
              font-size: 20px; } }
          #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a .sub-arrow {
            display: block; }
            @media (min-width: 1025px) {
              #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a .sub-arrow {
                display: none; } }
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a .sub-arrow svg {
              -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
              width: 20px;
              height: 20px; }
              @media (min-width: 1025px) {
                #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a .sub-arrow svg {
                  -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); } }
          #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a:hover, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a:focus {
            color: var(--brand-color-one);
            text-shadow: 0 0 0.01px var(--brand-color-one), 0 0 0.01px var(--brand-color-one);
            cursor: pointer; }
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a:hover:after, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a:focus:after {
              height: 0;
              -webkit-transition: none !important;
              transition: none !important; }
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a:hover .sub-arrow svg, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a:focus .sub-arrow svg {
              -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
              width: 20px;
              height: 20px; }
              @media (min-width: 1025px) {
                #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a:hover .sub-arrow svg, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a:focus .sub-arrow svg {
                  -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); } }
          #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a.highlighted {
            background-color: transparent; }
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a.highlighted .sub-arrow svg {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
              width: 20px;
              height: 20px; }
              @media (min-width: 1025px) {
                #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a.highlighted .sub-arrow svg {
                  -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); } }
          #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a.elementor-item-active {
            background-color: transparent;
            color: var(--brand-color-one);
            border-bottom: 0;
            font-weight: 700; }
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a.elementor-item-active:after {
              height: 0;
              -webkit-transition: none !important;
              transition: none !important; }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item:before, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item:after {
          -webkit-transition: none;
          transition: none; }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item:hover, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item:focus {
          background-color: transparent;
          color: var(--brand-color-one);
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
          cursor: pointer !important;
          text-decoration: none; }
          #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item:hover > .sub-menu, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item:focus > .sub-menu {
            display: block;
            -webkit-transition: none !important;
            transition: none !important; }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item.has-submenu .sub-arrow svg {
          width: 20px;
          height: 20px;
          fill: #000 !important; }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item.has-submenu.highlighted .sub-arrow svg {
          fill: var(--brand-color-one) !important; }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item.has-submenu:hover .sub-arrow svg {
          fill: var(--brand-color-one) !important; }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item.elementor-item-active.has-submenu {
          -webkit-transition: none !important;
          transition: none !important; }
          #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item.elementor-item-active.has-submenu .sub-arrow svg {
            fill: var(--brand-color-one); }
            @media (min-width: 1025px) {
              #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item.elementor-item-active.has-submenu .sub-arrow svg {
                fill: var(--brand-color-one); } }
        #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu {
          padding: 0 20px;
          background-color: #fff;
          margin-top: 10px;
          gap: 0;
          width: calc(100% + 40px) !important;
          margin-left: -20px;
          -webkit-transition: none;
          transition: none; }
          @media (min-width: 1025px) {
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu {
              margin-top: 10px !important;
              gap: 10px;
              min-width: 450px;
              width: auto !important;
              margin-left: 0;
              margin-left: -20px; } }
          #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item {
            padding: 0; }
            @media (min-width: 1025px) {
              #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item {
                padding: 10px 0; } }
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a {
              font-weight: 500;
              padding: 16px 0;
              color: #000;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: start;
              width: -webkit-max-content;
              width: -moz-max-content;
              width: max-content;
              background: transparent; }
              @media (min-width: 1025px) {
                #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a {
                  padding: 0;
                  border-bottom: 0;
                  font-size: 17px;
                  line-height: 20px; } }
              @media (min-width: 1200px) {
                #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a {
                  font-size: 20px;
                  line-height: 24px; } }
              #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a:hover {
                background-color: transparent;
                color: var(--brand-color-one);
                position: relative;
                text-decoration: none; }
                #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a:hover:after {
                  content: "";
                  border-bottom: 1px solid #fff;
                  position: absolute;
                  bottom: 15px;
                  left: 0;
                  width: 100%; }
                  @media (min-width: 1025px) {
                    #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a:hover:after {
                      border-bottom: 0; } }
    #header .m-menu .elementor-nav-menu__container[aria-hidden="false"] {
      border-top: 1px solid var(--brand-color-one); }
  #header .elementor-menu-toggle svg {
    height: 24px;
    width: 24px; }
    #header .elementor-menu-toggle svg path {
      fill: var(--brand-color-one) !important; }

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: transparent; }

#mod-breadcrumb {
  background-color: var(--brand-color-one);
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-top: 0; }
  @media (min-width: 1025px) {
    #mod-breadcrumb {
      padding: 14px 0;
      height: 52px; } }
  #mod-breadcrumb > .m-wrapper {
    padding: 0 20px; }
    @media (min-width: 1025px) {
      #mod-breadcrumb > .m-wrapper {
        padding: 0 60px; } }
    #mod-breadcrumb > .m-wrapper > .m-page-title, #mod-breadcrumb > .m-wrapper > a {
      color: #fff;
      font-weight: 500; }
    #mod-breadcrumb > .m-wrapper > a {
      text-decoration: none; }
      #mod-breadcrumb > .m-wrapper > a:hover {
        text-decoration: underline; }
    #mod-breadcrumb > .m-wrapper > img {
      margin: 0 8px;
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }

.mod-sticky-cta {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  gap: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .mod-sticky-cta .elementor-image-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--brand-color-two);
    padding: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 48px;
    height: 48px;
    border-radius: 12px 0px 0px 12px; }
    @media (min-width: 1025px) {
      .mod-sticky-cta .elementor-image-box-wrapper {
        width: 80px;
        height: 80px;
        padding: 24px; } }
    .mod-sticky-cta .elementor-image-box-wrapper > .elementor-image-box-img a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mod-sticky-cta .elementor-image-box-wrapper > .elementor-image-box-img a > img {
        width: 24px;
        height: 24px; }
        @media (min-width: 1025px) {
          .mod-sticky-cta .elementor-image-box-wrapper > .elementor-image-box-img a > img {
            width: 32px;
            height: 32px; } }
    .mod-sticky-cta .elementor-image-box-wrapper > .elementor-image-box-img img {
      width: 24px;
      height: 24px; }
      @media (min-width: 1025px) {
        .mod-sticky-cta .elementor-image-box-wrapper > .elementor-image-box-img img {
          width: 32px;
          height: 32px; } }
    .mod-sticky-cta .elementor-image-box-wrapper .elementor-image-box-content {
      display: none; }
    .mod-sticky-cta .elementor-image-box-wrapper:hover, .mod-sticky-cta .elementor-image-box-wrapper:focus {
      background-color: var(--brand-color-one);
      cursor: pointer; }
      .mod-sticky-cta .elementor-image-box-wrapper:hover .elementor-image-box-img, .mod-sticky-cta .elementor-image-box-wrapper:focus .elementor-image-box-img {
        width: 100%;
        margin-bottom: 0; }
        .mod-sticky-cta .elementor-image-box-wrapper:hover .elementor-image-box-img img, .mod-sticky-cta .elementor-image-box-wrapper:focus .elementor-image-box-img img {
          -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
          -webkit-transition: -webkit-filter 0.3s ease;
          transition: -webkit-filter 0.3s ease;
          transition: filter 0.3s ease;
          transition: filter 0.3s ease, -webkit-filter 0.3s ease;
           }


#mod-gallery {
  margin-top: 0; }
  #mod-gallery > .m-gallery {
    background: var(--brand-color-one);
    padding: 20px 0 40px; }
    @media (min-width: 1025px) {
      #mod-gallery > .m-gallery {
        padding: 40px 0 80px; } }
    #mod-gallery > .m-gallery > .m-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #mod-gallery > .m-gallery > .m-wrapper .m-headline-text {
        margin-bottom: 80px; }
        #mod-gallery > .m-gallery > .m-wrapper .m-headline-text .m-headline, #mod-gallery > .m-gallery > .m-wrapper .m-headline-text .m-text {
          color: #fff;
          text-align: center;
          max-width: 1062px;
          width: 100%;
          margin: 0 auto; }
        #mod-gallery > .m-gallery > .m-wrapper .m-headline-text .m-text.with-top-margin {
          margin-top: 24px; }
          @media (min-width: 1025px) {
            #mod-gallery > .m-gallery > .m-wrapper .m-headline-text .m-text.with-top-margin {
              margin-top: 40px; } }
      #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px; }
        @media (min-width: 768px) {
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (min-width: 768px) {
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
        #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes table {
          width: 100%;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          border-spacing: 0; }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes table.visible {
            opacity: 1; }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes table thead {
            display: none; }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes table tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 20px; }
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes table tbody > tr {
              border-radius: 20px; }
              @media (min-width: 768px) {
                #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes table tbody > tr {
                  max-width: calc(calc(100% / 2) - 10px);
                  width: 100%; } }
              @media (min-width: 1025px) {
                #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes table tbody > tr {
                  max-height: 542px; } }
              #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes table tbody > tr > td {
                padding: 0;
                position: relative;
                width: 100%;
                border-radius: 20px; }
                @media (min-width: 1025px) {
                  #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes table tbody > tr > td {
                    max-height: 542px; } }
        #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-img-box {
          position: relative;
          border-radius: 20px; }
          @media (min-width: 768px) {
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-img-box {
              max-width: calc(calc(100% / 2) - 10px);
              width: 100%; } }
          @media (min-width: 1025px) {
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-img-box {
              max-height: 542px; } }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-img-box.is-three.is-last .is-nbr-plus {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            position: absolute;
            z-index: 2;
            left: 50%;
            top: 50%;
            
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 80px;
            line-height: 96.82px;
            margin: auto;
            color: #fff; }
            @media (min-width: 1025px) {
              #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-img-box.is-three.is-last .is-nbr-plus {
                font-size: 120px;
                line-height: 145.23px; } }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-img-box.is-three.is-last:before {
            content: '';
            background: var(--brand-color-one);
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
            border-radius: 20px; }
        #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-image {
          position: relative; }
          @media (min-width: 1025px) {
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-image {
              max-height: 542px; } }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-image .is-nbr-plus {
            display: none; }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-image > a {
            cursor: -webkit-zoom-in;
            line-height: 0; }
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-image > a.is-pointer {
              cursor: pointer; }
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-image > a > figure {
              margin: 0; }
              @media (min-width: 1025px) {
                #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-image > a > figure {
                  max-height: 542px; } }
              #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .m-image > a > figure > img {
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 20px;
                aspect-ratio: 1.5043;
                width: 100%;
                height: auto; }
        #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate {
          padding-top: 40px;
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 4px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (min-width: 1025px) {
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate {
              padding-top: 80px; } }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate a {
            cursor: pointer;
            font-weight: 500;
            min-width: 24px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate a.current {
              color: var(--brand-color-two); }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 4px; }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate .ellipsis {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            
            display: inline;
            
            color: transparent;
            position: relative; }
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate .ellipsis:after {
              content: "";
              background-image: url("../../../bentoMgo/Img/Svg/dots.svg");
              width: 17px;
              height: 24px;
              background-position: center;
              background-repeat: no-repeat;
              position: absolute;
              right: -3px;
              bottom: -4px; }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_previous, #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_next {
            position: relative;
            padding-left: 20px;
            text-indent: -9999px; }
            #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_previous:before, #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_next:before {
              content: "";
              display: inline-block;
              width: 24px;
              height: 24px;
              background-size: contain;
              background-repeat: no-repeat;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_previous:before {
            background-image: url("../../../bentoMgo/assets/Img/Svg/arrow-pagination-left.svg");
            left: 0; }
          #mod-gallery > .m-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_next:before {
            background-image: url("../../../bentoMgo/assets/Img/Svg/arrow-pagination-right.svg");
            right: 0; }
      #mod-gallery > .m-gallery > .m-wrapper .m-button {
        margin-top: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 1025px) {
          #mod-gallery > .m-gallery > .m-wrapper .m-button {
            margin-top: 60px; } }
  #mod-gallery.is-three .m-gallery, #mod-gallery.is-all .m-gallery {
    background: transparent;
    padding: 20px 0 0; }
    @media (min-width: 1025px) {
      #mod-gallery.is-three .m-gallery, #mod-gallery.is-all .m-gallery {
        padding: 40px 0 0; } }
    #mod-gallery.is-three .m-gallery .m-headline-text, #mod-gallery.is-all .m-gallery .m-headline-text {
      margin-bottom: 32px; }
      @media (min-width: 1025px) {
        #mod-gallery.is-three .m-gallery .m-headline-text, #mod-gallery.is-all .m-gallery .m-headline-text {
          margin-bottom: 60px; } }
      #mod-gallery.is-three .m-gallery .m-headline-text .m-headline, #mod-gallery.is-three .m-gallery .m-headline-text .m-text, #mod-gallery.is-all .m-gallery .m-headline-text .m-headline, #mod-gallery.is-all .m-gallery .m-headline-text .m-text {
        color: #000; }

.mod-topbanner.with-margin {
  margin-top: 20px; }
  @media (min-width: 1025px) {
    .mod-topbanner.with-margin {
      margin-top: 32px; } }

.mod-topbanner > .m-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px; }
  @media (min-width: 1025px) {
    .mod-topbanner > .m-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 20px; } }
  .mod-topbanner > .m-wrapper > .m-left-section, .mod-topbanner > .m-wrapper > .m-right-section {
    border-radius: 16px; }
    @media (min-width: 1025px) {
      .mod-topbanner > .m-wrapper > .m-left-section, .mod-topbanner > .m-wrapper > .m-right-section {
        border-radius: 20px; } }
  .mod-topbanner > .m-wrapper > .m-left-section {
    background: var(--brand-color-one);
    padding: 40px 24px 32px 24px;
    width: 100%; }
    @media (min-width: 1025px) {
      .mod-topbanner > .m-wrapper > .m-left-section {
        width: calc(100% - 460px); } }
    @media (min-width: 1200px) {
      .mod-topbanner > .m-wrapper > .m-left-section {
        padding: 48px 40px;
        width: calc(100% - 535px); } }
    .mod-topbanner > .m-wrapper > .m-left-section > .m-left-headline {
      font-weight: 700; }
    @media (min-width: 1025px) {
      .mod-topbanner > .m-wrapper > .m-left-section > .m-text {
        max-width: 893px;
        width: 100%; } }
    .mod-topbanner > .m-wrapper > .m-left-section > .m-text.with-margin {
      padding-top: 16px; }
      @media (min-width: 1025px) {
        .mod-topbanner > .m-wrapper > .m-left-section > .m-text.with-margin {
          padding-top: 20px; } }
    .mod-topbanner > .m-wrapper > .m-left-section > .m-button {
      margin-top: 20px;
      position: relative; }
      @media (min-width: 1025px) {
        .mod-topbanner > .m-wrapper > .m-left-section > .m-button {
          margin-top: 51px; } }
  .mod-topbanner > .m-wrapper > .m-right-section {
    background: var(--brand-color-two);
    width: 100%;
    padding: 32px 24px; }
    @media (min-width: 1025px) {
      .mod-topbanner > .m-wrapper > .m-right-section {
        max-width: 440px; } }
    @media (min-width: 1200px) {
      .mod-topbanner > .m-wrapper > .m-right-section {
        max-width: 515px;
        padding: 48px 40px 48px 48px; } }
    @media (min-width: 1025px) {
      .mod-topbanner > .m-wrapper > .m-right-section.is-times {
        max-width: 509px; } }
    @media (min-width: 1200px) {
      .mod-topbanner > .m-wrapper > .m-right-section.is-times {
        max-width: 545px;
        padding: 48px 40px 48px 48px; } }
    .mod-topbanner > .m-wrapper > .m-right-section > .m-infos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 1025px) {
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos {
          gap: 20px; } }
      @media (min-width: 1200px) {
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.with-margin {
        padding-top: 16px; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.with-margin {
            padding-top: 24px; } }
      .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.is-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.is-row {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; } }
      .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.is-adr-first {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-title {
        margin-bottom: 8px; }
      .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times .m-time .m-samstag {
        padding-top: 15px; }
      .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times .m-time:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
      .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times .m-time:nth-child(2), .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times .m-time:nth-child(3) {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px); }
      @media (min-width: 1200px) {
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .is-sidebar1, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .is-sidebar2 {
          width: calc(100% - 176px); } }
      @media (min-width: 1200px) {
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .is-sidebar1.is-adr, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .is-sidebar2.is-adr {
          max-width: 180px; } }

.mod-ctabanner > .m-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  height: 100%;
  gap: 16px; }
  @media (min-width: 1025px) {
    .mod-ctabanner > .m-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      min-height: 600px;
      gap: 20px; } }
  .mod-ctabanner > .m-wrapper.is-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (min-width: 1025px) {
      .mod-ctabanner > .m-wrapper.is-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  .mod-ctabanner > .m-wrapper > .m-left-section {
    background: var(--brand-color-one);
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 24px;
    border-radius: 16px; }
    @media (min-width: 1025px) {
      .mod-ctabanner > .m-wrapper > .m-left-section {
        border-radius: 20px;
        padding: 48px 40px;
        width: 50%; } }
    .mod-ctabanner > .m-wrapper > .m-left-section > .m-text {
      padding-top: 24px; }
      @media (min-width: 1025px) {
        .mod-ctabanner > .m-wrapper > .m-left-section > .m-text {
          padding-top: 40px; } }
      .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-position {
        padding-top: 5px; }
      .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-position, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-name {
        color: #fff; }
      .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn {
        padding-top: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 1025px) {
          .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn {
            padding-top: 48px; } }
        .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-btn-with-border {
          padding: 12px 24px;
          background-color: #fff; }
          .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-btn-with-border::after {
            display: none; }
          .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-btn-with-border > a {
            color: var(--brand-color-one);
            text-decoration: none; }
  .mod-ctabanner > .m-wrapper > .m-right-section {
    padding: 0;
    width: 100%; }
    @media (min-width: 1025px) {
      .mod-ctabanner > .m-wrapper > .m-right-section {
        width: 50%; } }
    .mod-ctabanner > .m-wrapper > .m-right-section > .m-image {
      height: 100%;
      margin: 0; }
      .mod-ctabanner > .m-wrapper > .m-right-section > .m-image > img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        width: 100%;
        height: 250px;
        border-radius: 16px; }
        @media (min-width: 1025px) {
          .mod-ctabanner > .m-wrapper > .m-right-section > .m-image > img {
            height: 100%;
            max-height: unset;
            border-radius: 20px; } }

.mod-highlightteaser > .m-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px; }
  @media (min-width: 1025px) {
    .mod-highlightteaser > .m-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 20px; } }
  .mod-highlightteaser > .m-wrapper.is-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (min-width: 768px) {
      .mod-highlightteaser > .m-wrapper.is-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  .mod-highlightteaser > .m-wrapper.is-right figcaption {
    text-align: right; }
  .mod-highlightteaser > .m-wrapper > .m-left-section, .mod-highlightteaser > .m-wrapper > .m-right-section {
    border-radius: 16px;
    width: 100%; }
    @media (min-width: 1025px) {
      .mod-highlightteaser > .m-wrapper > .m-left-section, .mod-highlightteaser > .m-wrapper > .m-right-section {
        width: calc(50% - 10px);
        border-radius: 20px; } }
  .mod-highlightteaser > .m-wrapper > .m-left-section {
    padding: 32px 24px;
    background-color: var(--brand-color-one);
    max-height: 100%; }
    @media (min-width: 1025px) {
      .mod-highlightteaser > .m-wrapper > .m-left-section {
        padding: 48px 40px;
        min-height: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .mod-highlightteaser > .m-wrapper > .m-left-section .m-sub-headline.with-margin {
      margin-bottom: 16px; }
      @media (min-width: 1025px) {
        .mod-highlightteaser > .m-wrapper > .m-left-section .m-sub-headline.with-margin {
          margin-bottom: 24px; } }
    .mod-highlightteaser > .m-wrapper > .m-left-section .m-headline, .mod-highlightteaser > .m-wrapper > .m-left-section .m-sub-headline {
      color: #fff; }
    .mod-highlightteaser > .m-wrapper > .m-left-section > .m-title {
      color: #fff;
      margin: 0 auto; }
      @media (min-width: 1025px) {
        .mod-highlightteaser > .m-wrapper > .m-left-section > .m-title {
          margin: 0;
          text-align: left;
          width: 70%; } }
    .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text {
      color: #fff; }
      .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text.with-space {
        padding-top: 24px; }
        @media (min-width: 1025px) {
          .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text.with-space {
            padding-top: 40px; } }
      .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text > ol, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text ul {
        color: #fff;
        font-weight: 400;
        width: 100%;
        padding-left: 24px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text.m-bold {
        padding-top: 17px;
        font-weight: 700;
        color: #fff;
        text-align: center; }
        @media (min-width: 1025px) {
          .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text.m-bold {
            text-align: left; } }
        .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text.m-bold ol, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text.m-bold ul {
          font-weight: 700; }
    .mod-highlightteaser > .m-wrapper > .m-left-section > .m-button-container > .m-button {
      margin-top: 40px;
      background: #fff; }
      @media (min-width: 1025px) {
        .mod-highlightteaser > .m-wrapper > .m-left-section > .m-button-container > .m-button {
          margin-top: 60px; } }
  .mod-highlightteaser > .m-wrapper > .m-right-section {
    position: relative; }
    .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider {
      height: 100%;
      border-radius: 16px; }
      @media (min-width: 1025px) {
        .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider {
          border-radius: 20px; } }
      .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .slick-list {
        border-radius: 16px; }
        @media (min-width: 1025px) {
          .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .slick-list {
            border-radius: 20px; } }
        .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .slick-list .slick-slide > div {
          max-height: 250px; }
          @media (min-width: 1025px) {
            .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .slick-list .slick-slide > div {
              max-height: unset; } }
      .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture {
        height: 100%;
        position: relative; }
        .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture img {
          width: 100%;
          height: 250px;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 16px; }
          @media (min-width: 768px) {
            .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture img {
              height: 100%; } }
          @media (min-width: 1025px) {
            .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture img {
              border-radius: 20px; } }
        .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture figcaption {
          position: absolute;
          font-size: 13px;
          line-height: 14px;
          bottom: 0;
          right: 20px;
          color: var(--brand-color-one);
          font-weight: 400; }
          @media (min-width: 768px) {
            .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture figcaption {
              font-size: 14px;
              line-height: 16px;
              height: -webkit-max-content;
              height: -moz-max-content;
              height: max-content;
              bottom: 8px; } }
      .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .slick-list {
        height: 100%; }
        .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .slick-list .slick-track {
          height: 100%; }
          .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .slick-list .slick-track .slick-slide div {
            height: 100%; }
    .mod-highlightteaser > .m-wrapper > .m-right-section .slick-dots {
      margin-top: 60px;
      position: absolute;
      left: 50%;
      bottom: 32px;
      top: unset;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .mod-highlightteaser > .m-wrapper > .m-right-section .slick-dots li.slick-active button {
        background: var(--brand-color-one); }

.mod-highlightteaser.is-brand-one .m-left-section {
  background: var(--brand-color-one); }
  .mod-highlightteaser.is-brand-one .m-left-section .m-button {
    color: var(--brand-color-one); }
    .mod-highlightteaser.is-brand-one .m-left-section .m-button:after {
      border-right: 2px solid var(--brand-color-one);
      border-bottom: 2px solid var(--brand-color-one); }

.mod-highlightteaser.is-brand-two .m-left-section {
  background: var(--brand-color-two); }
  .mod-highlightteaser.is-brand-two .m-left-section .m-button {
    color: var(--brand-color-two); }
    .mod-highlightteaser.is-brand-two .m-left-section .m-button:after {
      border-right: 2px solid var(--brand-color-two);
      border-bottom: 2px solid var(--brand-color-two); }

.mod-highlightteaser.is-brand-three .m-left-section {
  background: var(--brand-color-three); }
  .mod-highlightteaser.is-brand-three .m-left-section .m-button {
    color: var(--brand-color-three); }
    .mod-highlightteaser.is-brand-three .m-left-section .m-button:after {
      border-right: 2px solid var(--brand-color-three);
      border-bottom: 2px solid var(--brand-color-three); }

#mod-stage {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
  margin-top: 16px; }
  @media (min-width: 1025px) {
    #mod-stage {
      margin-top: 40px; } }
  #mod-stage > .m-wrapper > .stage-slick {
    max-height: 240px;
    border-radius: 20px; }
    @media (min-width: 768px) {
      #mod-stage > .m-wrapper > .stage-slick {
        max-height: 400px; } }
    @media (min-width: 1025px) {
      #mod-stage > .m-wrapper > .stage-slick {
        max-height: 927px; } }
    #mod-stage > .m-wrapper > .stage-slick .slick-next, #mod-stage > .m-wrapper > .stage-slick .slick-prev {
      width: 40px;
      height: 40px;
      padding: 6px; }
      @media (min-width: 1025px) {
        #mod-stage > .m-wrapper > .stage-slick .slick-next, #mod-stage > .m-wrapper > .stage-slick .slick-prev {
          width: 60px;
          height: 60px;
          padding: 8px; } }
    #mod-stage > .m-wrapper > .stage-slick .slick-next {
      right: 0; }
      @media (min-width: 1025px) {
        #mod-stage > .m-wrapper > .stage-slick .slick-next {
          right: 20px; } }
      #mod-stage > .m-wrapper > .stage-slick .slick-next::after {
        background-image: url("../../../bentoMgo/Img/Svg/chevron-right.svg"); }
    #mod-stage > .m-wrapper > .stage-slick .slick-prev {
      left: 0; }
    #mod-stage > .m-wrapper > .stage-slick .slick-next {
      right: 0; }
    #mod-stage > .m-wrapper > .stage-slick > .slick-list {
      border-radius: 20px; }
      #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage {
        max-height: 240px; }
        @media (min-width: 768px) {
          #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage {
            max-height: 400px; } }
        @media (min-width: 1025px) {
          #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage {
            max-height: 927px; } }
        #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage > .m-image {
          max-height: 240px; }
          @media (min-width: 768px) {
            #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage > .m-image {
              max-height: 400px; } }
          @media (min-width: 1025px) {
            #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage > .m-image {
              max-height: 927px; } }
          #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage > .m-image > img {
            aspect-ratio: 375/540;
            width: 100%;
            height: 100%;
            max-height: 240px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top; }
            @media (min-width: 500px) {
              #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage > .m-image > img {
                aspect-ratio: 1648/927; } }
            @media (min-width: 768px) {
              #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage > .m-image > img {
                max-height: 400px; } }
            @media (min-width: 1025px) {
              #mod-stage > .m-wrapper > .stage-slick > .slick-list > .slick-track .slick-slide-stage > .m-image > img {
                max-height: 927px; } }
    #mod-stage > .m-wrapper > .stage-slick > .slick-dots {
      bottom: 24px; }
      @media (min-width: 1025px) {
        #mod-stage > .m-wrapper > .stage-slick > .slick-dots {
          bottom: 38px; } }
  #mod-stage > .m-wrapper > .m-picture {
    height: 100%;
    max-height: 240px; }
    @media (min-width: 768px) {
      #mod-stage > .m-wrapper > .m-picture {
        max-height: 400px; } }
    @media (min-width: 1025px) {
      #mod-stage > .m-wrapper > .m-picture {
        max-height: 927px; } }
    #mod-stage > .m-wrapper > .m-picture > img {
      aspect-ratio: 375/540;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      max-height: 240px;
      -o-object-position: top;
      object-position: top; }
      @media (min-width: 768px) {
        #mod-stage > .m-wrapper > .m-picture > img {
          max-height: 400px; } }
      @media (min-width: 1025px) {
        #mod-stage > .m-wrapper > .m-picture > img {
          max-height: 927px; } }
  #mod-stage > .m-wrapper > .m-video {
    max-width: 100%;
    width: 100%;
    height: 100%; }
    @media (min-width: 500px) {
      #mod-stage > .m-wrapper > .m-video {
        aspect-ratio: 1648/927; } }
    @media (min-width: 768px) {
      #mod-stage > .m-wrapper > .m-video {
        max-height: 400px; } }
    @media (min-width: 1025px) {
      #mod-stage > .m-wrapper > .m-video {
        max-height: 927px; } }
    #mod-stage > .m-wrapper > .m-video > video {
      width: 100%;
      height: 100%;
      max-height: 240px;
      aspect-ratio: 375/540;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top; }
      @media (min-width: 500px) {
        #mod-stage > .m-wrapper > .m-video > video {
          aspect-ratio: 1648/927; } }
      @media (min-width: 768px) {
        #mod-stage > .m-wrapper > .m-video > video {
          max-height: 400px; } }
      @media (min-width: 1025px) {
        #mod-stage > .m-wrapper > .m-video > video {
          max-height: 927px; } }
  #mod-stage > .m-wrapper img, #mod-stage > .m-wrapper video {
    border-radius: 20px; }

.mod-employee-image {
  padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .mod-employee-image {
      padding-bottom: 40px; } }
  .mod-employee-image > .m-wrapper .m-headline {
    color: #000;
    margin-bottom: 32px;
    text-align: center; }
    @media (min-width: 1025px) {
      .mod-employee-image > .m-wrapper .m-headline {
        margin-bottom: 60px; } }
  .mod-employee-image > .m-wrapper > .m-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px; }
    @media (min-width: 1025px) {
      .mod-employee-image > .m-wrapper > .m-grid {
        row-gap: 40px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px; } }
    .mod-employee-image > .m-wrapper > .m-grid > .m-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 16px;
      width: 100%;
      height: 100%; }
      @media (min-width: 768px) {
        .mod-employee-image > .m-wrapper > .m-grid > .m-card {
          width: calc(calc(100% /2) - 12px); } }
      @media (min-width: 1025px) {
        .mod-employee-image > .m-wrapper > .m-grid > .m-card {
          gap: 24px;
          width: calc(calc(100% /3) - 14px); } }
      .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-image {
        width: 100%;
        height: 100%;
        max-height: 240px; }
        @media (min-width: 768px) {
          .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-image {
            max-height: 361px; } }
        .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-image > figure > img {
          border-radius: 16px;
          width: 100%;
          aspect-ratio: 1.429;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          max-height: 240px; }
          @media (min-width: 768px) {
            .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-image > figure > img {
              max-height: 361px; } }
      .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-employee-info > .m-name {
        color: var(--brand-color-one); }
      .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-employee-info > .m-position {
        font-weight: 500;
        color: #000;
        margin-top: 16px; }

.mod-text-module > .m-wrapper > .m-headline-text {
  max-width: 1092px;
  margin: auto; }
  .mod-text-module > .m-wrapper > .m-headline-text > .m-subheadline, .mod-text-module > .m-wrapper > .m-headline-text > .m-headline > .m-text {
    color: #000; }
  .mod-text-module > .m-wrapper > .m-headline-text > .m-subheadline {
    text-align: center; }
  .mod-text-module > .m-wrapper > .m-headline-text > .m-headline {
    text-align: center; }
  .mod-text-module > .m-wrapper > .m-headline-text > .m-text {
    text-align: center; }
    .mod-text-module > .m-wrapper > .m-headline-text > .m-text.with-top-margin {
      margin-top: 24px; }
      @media (min-width: 1025px) {
        .mod-text-module > .m-wrapper > .m-headline-text > .m-text.with-top-margin {
          margin-top: 40px; } }
    .mod-text-module > .m-wrapper > .m-headline-text > .m-text ol, .mod-text-module > .m-wrapper > .m-headline-text > .m-text ul {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: auto;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }

.mod-raiting-module * {
  font-family: "Roboto" !important; }

.mod-raiting-module .m-wrapper > .m-content .m-headline {
  text-align: center; }

.mod-raiting-module .m-wrapper > .m-content .wp-gr {
  padding-bottom: 0px !important; }
  .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-header {
      display: none; }
    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews {
        margin: 0 !important;
        padding: 0 !important;
        gap: 16px; }
        @media (min-width: 1025px) {
          .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews {
            gap: 20px; } }
        .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review {
          position: relative !important;
          margin: 0 !important;
          padding: 0 !important;
          max-width: 100% !important;
          min-width: auto !important;
          border-radius: 16px !important;
          -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important; }
          @media (min-width: 768px) {
            .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review {
              -webkit-box-flex: 0 !important;
              -ms-flex: 0 0 calc(50% - 8px) !important;
              flex: 0 0 calc(50% - 8px) !important; } }
          @media (min-width: 1025px) {
            .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review {
              border-radius: 20px !important; } }
          @media (min-width: 1200px) {
            .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review {
              -webkit-box-flex: 0 !important;
              -ms-flex: 0 0 32% !important;
              flex: 0 0 32% !important; } }
          @media (min-width: 1441px) {
            .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review {
              -webkit-box-flex: 0 !important;
              -ms-flex: 0 0 32.5% !important;
              flex: 0 0 32.5% !important; } }
          .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review:hover {
            background-color: var(--brand-color-two) !important; }
          .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner {
            color: #fff !important;
            height: 100%;
            margin: 0 !important; }
            .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd {
              background: transparent !important;
              border-radius: 16px !important;
              border: none !important; }
              @media (min-width: 1025px) {
                .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd {
                  margin: 0 !important;
                  border-radius: 20px !important; } }
              .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd:hover {
                background-color: var(--brand-color-two) !important; }
              .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                position: relative !important;
                min-height: 61px !important; }
                .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left img {
                  width: 48px !important;
                  height: 48px !important;
                  margin-right: 12px !important;
                  margin-top: 0 !important; }
                  @media (min-width: 768px) {
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left img {
                      margin-right: 16px !important; } }
                  @media (min-width: 1025px) {
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left img {
                      margin-top: 8px !important; } }
                .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left .wp-google-name {
                  font-family: "Roboto" !important;
                  color: #fff !important;
                  font-size: 18px !important;
                  line-height: 24px !important;
                  font-weight: 500 !important;
                  max-width: calc(100% - 86px) !important;
                  word-wrap: break-word !important;
                  overflow-wrap: break-word !important;
                  display: block !important;
                  white-space: wrap !important; }
                  @media (min-width: 1441px) {
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left .wp-google-name {
                      font-size: 20px !important; } }
                .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left .wp-google-time {
                  font-family: "Roboto" !important;
                  color: #fff !important;
                  font-size: 14px !important;
                  line-height: 20px !important;
                  margin-top: 0 !important;
                  position: absolute !important;
                  left: 64px !important;
                  bottom: -1px !important;
                  font-weight: 500 !important; }
                  @media (min-width: 1025px) {
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left .wp-google-time {
                      font-size: 14px !important; } }
                  @media (min-width: 1441px) {
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left .wp-google-time {
                      font-size: 16px !important; } }
              .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars {
                margin: 0 !important;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: right;
                -ms-flex-pack: right;
                justify-content: right;
                position: absolute !important;
                gap: 0; }
                .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .m-rating-value {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                  flex-direction: row;
                  -webkit-box-pack: end;
                  -ms-flex-pack: end;
                  justify-content: flex-end;
                  -webkit-box-align: baseline;
                  -ms-flex-align: baseline;
                  align-items: baseline;
                  gap: 4px; }
                  .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .m-rating-value .m-val {
                    font-size: 24px !important;
                    line-height: 32px !important; }
                    @media (min-width: 1025px) {
                      .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .m-rating-value .m-val {
                        font-size: 30px !important;
                        line-height: 32px !important; } }
                    @media (min-width: 1441px) {
                      .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .m-rating-value .m-val {
                        font-size: 32px !important;
                        line-height: 40px !important; } }
                  .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .m-rating-value .m-suffix {
                    font-size: 20px !important;
                    line-height: 28px !important; }
                    @media (min-width: 1200px) {
                      .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .m-rating-value .m-suffix {
                        font-size: 24px !important;
                        line-height: 32px !important; } }
                  .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .m-rating-value .m-val, .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .m-rating-value .m-suffix {
                    font-family: "Roboto" !important;
                    font-weight: 700 !important; }
                .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .stars .wp-stars .wp-star {
                  padding: 0 4px 0 0 !important; }
                  @media (min-width: 1025px) {
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .stars .wp-stars .wp-star {
                      padding: 0 1px 0 0 !important; } }
                  @media (min-width: 1200px) {
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .stars .wp-stars .wp-star {
                      padding: 0 3px 0 0 !important; } }
                  @media (min-width: 1441px) {
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .stars .wp-stars .wp-star {
                      padding: 0 4px 0 0 !important; } }
                  .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .stars .wp-stars .wp-star:last-child {
                    padding: 0 !important; }
                  .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .stars .wp-stars .wp-star svg {
                    width: 16px !important;
                    height: 16px !important; }
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars .stars .wp-stars .wp-star svg path {
                      fill: #fff; }
              .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-feedback {
                overflow-y: clip !important;
                height: 200px !important; }
                @media (min-width: 1025px) {
                  .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-feedback {
                    height: 196px !important; } }
                .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-feedback .wp-google-text {
                  font-family: "Roboto" !important;
                  color: #fff !important;
                  font-size: 16px !important;
                  line-height: 28px !important;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  
                  text-overflow: ellipsis;
                   }
                  @media (min-width: 1025px) {
                    .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-feedback .wp-google-text {
                      font-size: 18px !important;
                      line-height: 32px !important; } }
              .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .m-link {
                position: absolute !important; }
                .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .m-link a {
                  font-family: "Roboto" !important;
                  color: #fff !important;
                  font-size: 16px !important;
                  font-weight: 500 !important;
                  line-height: 20px !important;
                  letter-spacing: 0.5px !important;
                  max-width: -webkit-max-content !important;
                  max-width: -moz-max-content !important;
                  max-width: max-content !important;
                  position: relative !important; }
                  .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .m-link a:hover {
                    text-decoration: underline !important; }
            .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner svg {
              display: none; }
      .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .rpi-dots-wrap {
        padding-top: 0 !important;
        top: 100% !important; }
        .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .rpi-dots-wrap .rpi-dots {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 8px;
          margin-top: 32px !important;
          z-index: 1 !important; }
          .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .rpi-dots-wrap .rpi-dots .rpi-dot {
            display: inline-block;
            width: 12px !important;
            height: 12px !important;
            margin: 0px !important;
            border-radius: 20px;
            cursor: pointer;
            opacity: 1 !important;
            -webkit-transform: scale(1) !important;
            transform: scale(1) !important; }
            .mod-raiting-module .m-wrapper > .m-content .wp-gr .grw-row .grw-content .rpi-dots-wrap .rpi-dots .rpi-dot.active {
              width: 12px !important;
              height: 12px !important;
              border: none !important; }

.mod-raiting-module.with-background .m-wrapper .m-content {
  background: var(--brand-color-one);
  border-radius: 16px;
  padding: 32px 24px 76px; }
  @media (min-width: 1025px) {
    .mod-raiting-module.with-background .m-wrapper .m-content {
      padding: 60px 40px 104px;
      border-radius: 20px; } }
  .mod-raiting-module.with-background .m-wrapper .m-content .wp-gr {
    margin-top: 32px !important; }
    @media (min-width: 768px) {
      .mod-raiting-module.with-background .m-wrapper .m-content .wp-gr {
        margin-top: 60px !important; } }
  .mod-raiting-module.with-background .m-wrapper .m-content .m-headline {
    color: #fff; }
  .mod-raiting-module.with-background .m-wrapper .m-content .grw-review {
    background: rgba(255, 255, 255, 0.1) !important;
    min-height: 300px !important;
    max-height: 300px !important; }
    @media (min-width: 1025px) {
      .mod-raiting-module.with-background .m-wrapper .m-content .grw-review {
        min-height: 350px !important;
        max-height: 350px !important; } }
    .mod-raiting-module.with-background .m-wrapper .m-content .grw-review .grw-review-inner {
      padding: 24px !important; }
      .mod-raiting-module.with-background .m-wrapper .m-content .grw-review .grw-review-inner.grw-backgnd {
        background: rgba(255, 255, 255, 0.1) !important;
        padding: 24px !important; }
      .mod-raiting-module.with-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-feedback {
        margin-top: 24px !important; }
      .mod-raiting-module.with-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-text {
        -webkit-line-clamp: 5;
         }
        @media (min-width: 1025px) {
          .mod-raiting-module.with-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-text {
            -webkit-line-clamp: 6;
             } }
      .mod-raiting-module.with-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-stars {
        right: 24px !important;
        top: 17px !important; }
        @media (min-width: 768px) {
          .mod-raiting-module.with-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-stars {
            top: 24px !important; } }
    .mod-raiting-module.with-background .m-wrapper .m-content .grw-review .m-link {
      bottom: 24px !important; }
  .mod-raiting-module.with-background .m-wrapper .m-content .rpi-dots-wrap .rpi-dots .rpi-dot {
    border: 1px solid #fff !important;
    background: transparent !important; }
    .mod-raiting-module.with-background .m-wrapper .m-content .rpi-dots-wrap .rpi-dots .rpi-dot.active {
      background: #fff !important; }

.mod-raiting-module.without-background {
  margin-bottom: 84px; }
  @media (min-width: 1025px) {
    .mod-raiting-module.without-background {
      margin-bottom: 48px; } }
  .mod-raiting-module.without-background .m-wrapper .m-content .wp-gr {
    margin-top: 32px !important; }
    @media (min-width: 768px) {
      .mod-raiting-module.without-background .m-wrapper .m-content .wp-gr {
        margin-top: 40px !important; } }
  .mod-raiting-module.without-background .m-wrapper .m-content .grw-review {
    background: var(--brand-color-one) !important;
    min-height: 343px !important;
    max-height: 343px !important; }
    @media (min-width: 1025px) {
      .mod-raiting-module.without-background .m-wrapper .m-content .grw-review {
        min-height: 375px !important;
        max-height: 375px !important; } }
    .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner {
      padding: 24px !important; }
      @media (min-width: 1025px) {
        .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner {
          padding: 40px 20px !important; } }
      @media (min-width: 1200px) {
        .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner {
          padding: 40px !important; } }
      .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner.grw-backgnd {
        padding: 24px !important; }
        @media (min-width: 1025px) {
          .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner.grw-backgnd {
            padding: 40px 20px !important; } }
        @media (min-width: 1200px) {
          .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner.grw-backgnd {
            padding: 40px !important; } }
      .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-feedback {
        margin-top: 24px !important; }
        @media (min-width: 1025px) {
          .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-feedback {
            margin-top: 32px !important; } }
      .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-text {
        -webkit-line-clamp: 6;
         }
        @media (min-width: 1025px) {
          .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-text {
            -webkit-line-clamp: 5;
             } }
      .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-stars {
        right: 24px !important;
        top: 24px !important; }
        @media (min-width: 1025px) {
          .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner .wp-google-stars {
            right: 40px !important;
            top: 40px !important; } }
      .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner .m-link {
        bottom: 24px !important; }
        @media (min-width: 1025px) {
          .mod-raiting-module.without-background .m-wrapper .m-content .grw-review .grw-review-inner .m-link {
            bottom: 40px !important; } }
  .mod-raiting-module.without-background .m-wrapper .m-content .rpi-dots-wrap .rpi-dots .rpi-dot {
    border: 1px solid var(--brand-color-one) !important;
    background: transparent !important; }
    .mod-raiting-module.without-background .m-wrapper .m-content .rpi-dots-wrap .rpi-dots .rpi-dot.active {
      background: var(--brand-color-one) !important; }

.mod-leistungen-grid {
  padding: 0 16px; }
  @media (min-width: 1025px) {
    .mod-leistungen-grid {
      padding: 0 40px; } }
  .mod-leistungen-grid .m-wrapper.has-background {
    background-color: var(--brand-color-one);
    border-radius: 16px;
    padding: 32px 24px; }
    @media (min-width: 1025px) {
      .mod-leistungen-grid .m-wrapper.has-background {
        border-radius: 20px;
        padding: 60px; } }
    .mod-leistungen-grid .m-wrapper.has-background .m-headline {
      color: #fff;
      margin-bottom: 32px; }
      @media (min-width: 1025px) {
        .mod-leistungen-grid .m-wrapper.has-background .m-headline {
          margin-bottom: 60px; } }
    .mod-leistungen-grid .m-wrapper.has-background .m-slider {
      margin-top: 0; }
      .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider {
        margin-bottom: 76px; }
        .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-list .slick-slide > div .m-item,
        .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-track .slick-slide > div .m-item {
          background-color: rgba(255, 255, 255, 0.1);
          min-width: 100%;
          min-height: 343px; }
          @media (min-width: 768px) {
            .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-list .slick-slide > div .m-item,
            .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-track .slick-slide > div .m-item {
              min-width: auto;
              min-height: 367px; } }
          @media screen and (min-width: 1700px) {
            .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-list .slick-slide > div .m-item,
            .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-track .slick-slide > div .m-item {
              min-width: 367px; } }
        .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-list .slick-slide > div .m-title h3,
        .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-track .slick-slide > div .m-title h3 {
          min-height: 30px; }
          @media (min-width: 768px) {
            .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-list .slick-slide > div .m-title h3,
            .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-track .slick-slide > div .m-title h3 {
              min-height: 40px; } }
        .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-list .slick-slide > div .m-icon,
        .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-track .slick-slide > div .m-icon {
          min-height: 64px; }
          @media (min-width: 768px) {
            .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-list .slick-slide > div .m-icon,
            .mod-leistungen-grid .m-wrapper.has-background .m-slider.slick-slider .slick-track .slick-slide > div .m-icon {
              min-height: 93px; } }
      .mod-leistungen-grid .m-wrapper.has-background .m-slider .slick-dots li {
        border: none; }
        .mod-leistungen-grid .m-wrapper.has-background .m-slider .slick-dots li.slick-active button {
          background-color: #fff; }
        .mod-leistungen-grid .m-wrapper.has-background .m-slider .slick-dots li button {
          background-color: rgba(255, 255, 255, 0.5); }
  .mod-leistungen-grid .m-wrapper.bg-brand-color-1, .mod-leistungen-grid .m-wrapper.bg-brand-color-2 {
    padding: 32px 24px; }
    @media (min-width: 1025px) {
      .mod-leistungen-grid .m-wrapper.bg-brand-color-1, .mod-leistungen-grid .m-wrapper.bg-brand-color-2 {
        padding: 60px 40px; } }
    .mod-leistungen-grid .m-wrapper.bg-brand-color-1 .m-headline, .mod-leistungen-grid .m-wrapper.bg-brand-color-2 .m-headline {
      margin-bottom: 32px; }
      @media (min-width: 1025px) {
        .mod-leistungen-grid .m-wrapper.bg-brand-color-1 .m-headline, .mod-leistungen-grid .m-wrapper.bg-brand-color-2 .m-headline {
          margin-bottom: 60px; } }
    .mod-leistungen-grid .m-wrapper.bg-brand-color-1 .m-grid, .mod-leistungen-grid .m-wrapper.bg-brand-color-2 .m-grid {
      margin-top: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .mod-leistungen-grid .m-wrapper.bg-brand-color-1 .m-grid .m-item, .mod-leistungen-grid .m-wrapper.bg-brand-color-2 .m-grid .m-item {
        background-color: rgba(255, 255, 255, 0.1);
        min-height: 343px;
        max-width: 100%; }
        @media (min-width: 768px) {
          .mod-leistungen-grid .m-wrapper.bg-brand-color-1 .m-grid .m-item, .mod-leistungen-grid .m-wrapper.bg-brand-color-2 .m-grid .m-item {
            min-height: 377px;
            max-width: 377px; } }
  .mod-leistungen-grid .m-wrapper.bg-brand-color-2 {
    background-color: var(--brand-color-two) !important; }
  .mod-leistungen-grid > .m-wrapper {
    padding: 0; }
    .mod-leistungen-grid > .m-wrapper > .m-headline {
      text-align: center; }
    .mod-leistungen-grid > .m-wrapper > .m-grid, .mod-leistungen-grid > .m-wrapper .m-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin: 32px 0; }
      @media (min-width: 1025px) {
        .mod-leistungen-grid > .m-wrapper > .m-grid, .mod-leistungen-grid > .m-wrapper .m-slider {
          margin: 60px 0; } }
      .mod-leistungen-grid > .m-wrapper > .m-grid .m-item, .mod-leistungen-grid > .m-wrapper .m-slider .m-item {
        position: relative;
        width: 100%;
        height: auto;
        background: var(--brand-color-one);
        border-radius: 16px;
        padding: 24px;
        min-height: 343px; }
        @media (min-width: 768px) {
          .mod-leistungen-grid > .m-wrapper > .m-grid .m-item, .mod-leistungen-grid > .m-wrapper .m-slider .m-item {
            border-radius: 20px;
            width: calc(50% - 10px);
            height: auto;
            min-height: 397px; } }
        @media (min-width: 1025px) {
          .mod-leistungen-grid > .m-wrapper > .m-grid .m-item, .mod-leistungen-grid > .m-wrapper .m-slider .m-item {
            width: calc(calc(100% / 3) - 20px); } }
        @media (min-width: 1500px) {
          .mod-leistungen-grid > .m-wrapper > .m-grid .m-item, .mod-leistungen-grid > .m-wrapper .m-slider .m-item {
            width: calc(25% - 15px); } }
        .mod-leistungen-grid > .m-wrapper > .m-grid .m-item > .m-title, .mod-leistungen-grid > .m-wrapper .m-slider .m-item > .m-title {
          margin-bottom: 16px; }
          @media (min-width: 768px) {
            .mod-leistungen-grid > .m-wrapper > .m-grid .m-item > .m-title, .mod-leistungen-grid > .m-wrapper .m-slider .m-item > .m-title {
              margin-bottom: 24px; } }
          .mod-leistungen-grid > .m-wrapper > .m-grid .m-item > .m-title > h3, .mod-leistungen-grid > .m-wrapper .m-slider .m-item > .m-title > h3 {
            color: #fff;
            margin: 0;
            min-height: 0; }
            @media (min-width: 768px) {
              .mod-leistungen-grid > .m-wrapper > .m-grid .m-item > .m-title > h3, .mod-leistungen-grid > .m-wrapper .m-slider .m-item > .m-title > h3 {
                min-height: 40px; } }
        .mod-leistungen-grid > .m-wrapper > .m-grid .m-item .m-icon, .mod-leistungen-grid > .m-wrapper .m-slider .m-item .m-icon {
          min-height: 0; }
          @media (min-width: 768px) {
            .mod-leistungen-grid > .m-wrapper > .m-grid .m-item .m-icon, .mod-leistungen-grid > .m-wrapper .m-slider .m-item .m-icon {
              min-height: 93px; } }
          .mod-leistungen-grid > .m-wrapper > .m-grid .m-item .m-icon .m-image, .mod-leistungen-grid > .m-wrapper .m-slider .m-item .m-icon .m-image {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            width: 40px;
            height: 40px;
            padding: 8px;
            margin-bottom: 24px; }
            @media (min-width: 768px) {
              .mod-leistungen-grid > .m-wrapper > .m-grid .m-item .m-icon .m-image, .mod-leistungen-grid > .m-wrapper .m-slider .m-item .m-icon .m-image {
                width: 60px;
                height: 60px;
                padding: 10px;
                margin-bottom: 32px; } }
            .mod-leistungen-grid > .m-wrapper > .m-grid .m-item .m-icon .m-image img, .mod-leistungen-grid > .m-wrapper .m-slider .m-item .m-icon .m-image img {
              width: 24px;
              height: 24px;
              min-width: 24px;
              min-height: 24px;
              -o-object-fit: cover;
              object-fit: cover; }
              @media (min-width: 768px) {
                .mod-leistungen-grid > .m-wrapper > .m-grid .m-item .m-icon .m-image img, .mod-leistungen-grid > .m-wrapper .m-slider .m-item .m-icon .m-image img {
                  width: 40px;
                  height: 40px;
                  min-width: 40px;
                  min-height: 40px; } }
        .mod-leistungen-grid > .m-wrapper > .m-grid .m-item .m-text p, .mod-leistungen-grid > .m-wrapper .m-slider .m-item .m-text p {
          color: #fff; }
    .mod-leistungen-grid > .m-wrapper .m-grid .m-item {
      height: auto !important; }
      .mod-leistungen-grid > .m-wrapper .m-grid .m-item.has-bg-white {
        background-color: #F7F7F7; }
        .mod-leistungen-grid > .m-wrapper .m-grid .m-item.has-bg-white .m-icon .m-image {
          border: 1.5px solid var(--brand-color-one); }
        .mod-leistungen-grid > .m-wrapper .m-grid .m-item.has-bg-white .m-title h2, .mod-leistungen-grid > .m-wrapper .m-grid .m-item.has-bg-white .m-title h3 {
          color: #000; }
        .mod-leistungen-grid > .m-wrapper .m-grid .m-item.has-bg-white .m-text p {
          color: #000; }
    .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider {
      display: block;
      margin-bottom: 76px; }
      .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-list,
      .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-track {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100%; }
        .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-list .slick-slide,
        .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-track .slick-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: auto; }
          .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-list .slick-slide > div,
          .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-track .slick-slide > div {
            height: 100%;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
            .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-list .slick-slide > div .m-item,
            .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-track .slick-slide > div .m-item {
              height: 100%;
              min-width: 100%;
              min-height: 343px; }
              @media (min-width: 768px) {
                .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-list .slick-slide > div .m-item,
                .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-track .slick-slide > div .m-item {
                  width: calc(100% - 20px) !important;
                  min-width: auto;
                  display: -webkit-box !important;
                  display: -ms-flexbox !important;
                  display: flex !important;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  margin: auto;
                  min-height: 397px; } }
              @media screen and (min-width: 1700px) {
                .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-list .slick-slide > div .m-item,
                .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-track .slick-slide > div .m-item {
                  min-width: 397px; } }
              .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-list .slick-slide > div .m-item .m-icon,
              .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-track .slick-slide > div .m-item .m-icon {
                min-height: 64px; }
                @media (min-width: 768px) {
                  .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-list .slick-slide > div .m-item .m-icon,
                  .mod-leistungen-grid > .m-wrapper .m-slider.slick-slider .slick-track .slick-slide > div .m-item .m-icon {
                    min-height: 93px; } }
    .mod-leistungen-grid > .m-wrapper .m-slider .slick-dots {
      bottom: -78px; }
      .mod-leistungen-grid > .m-wrapper .m-slider .slick-dots li {
        border: none; }
    .mod-leistungen-grid > .m-wrapper > .m-brand-btn, .mod-leistungen-grid > .m-wrapper .m-btn-with-border {
      margin: auto;
      border: none; }
    .mod-leistungen-grid > .m-wrapper .slick-dots {
      margin: 32px 0; }
      .mod-leistungen-grid > .m-wrapper .slick-dots li button {
        background: var(--brand-color-one);
        opacity: 0.5; }
      .mod-leistungen-grid > .m-wrapper .slick-dots li.slick-active button {
        background: var(--brand-color-one);
        opacity: 1; }

.mod-contact > .m-wrapper > .m-content {
  border-radius: 20px;
  background-color: var(--brand-color-one);
  row-gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  gap: 20px;
  padding: 32px 24px; }
  @media (min-width: 1025px) {
    .mod-contact > .m-wrapper > .m-content {
      padding: 80px 40px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .mod-contact > .m-wrapper > .m-content .m-h-headline {
    color: #fff;
    font-weight: 700;
    padding-bottom: 24px; }
    @media (min-width: 1025px) {
      .mod-contact > .m-wrapper > .m-content .m-h-headline {
        padding-bottom: 40px; } }
  .mod-contact > .m-wrapper > .m-content > .m-left-box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1025px) {
      .mod-contact > .m-wrapper > .m-content > .m-left-box {
        width: 50%; } }
    .mod-contact > .m-wrapper > .m-content > .m-left-box .m-h-headline {
      padding-bottom: 24px; }
      @media (min-width: 1025px) {
        .mod-contact > .m-wrapper > .m-content > .m-left-box .m-h-headline {
          padding-bottom: 40px; } }
    .mod-contact > .m-wrapper > .m-content > .m-left-box > figure {
      margin: 0;
      max-height: 245px;
      height: 100%; }
      @media (min-width: 1025px) {
        .mod-contact > .m-wrapper > .m-content > .m-left-box > figure {
          max-height: 736px;
          height: 100%; } }
      .mod-contact > .m-wrapper > .m-content > .m-left-box > figure > .m-image {
        border-radius: 20px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        aspect-ratio: 1.0516;
        max-height: 245px; }
        @media (min-width: 1025px) {
          .mod-contact > .m-wrapper > .m-content > .m-left-box > figure > .m-image {
            max-height: 736px;
            height: 736px; } }
    .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar .m-title {
      margin-bottom: 4px;
      font-weight: 700; }
    .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar.m-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 32px;
      padding-top: 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 768px) {
        .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar.m-columns {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar.m-columns > .m-col {
        width: 100%; }
        @media (min-width: 1025px) {
          .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar.m-columns > .m-col {
            width: 50%; } }
        .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar.m-columns > .m-col .m-adr p {
          line-height: 26px; }
        .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar.m-columns > .m-col.m-address .m-title {
          margin-bottom: 11px;
          font-weight: 700; }
      .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar.m-columns p {
        font-size: 16px; }
    .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar > .m-times .m-time p {
      font-weight: 400;
      padding-bottom: 10px; }
    .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar > .m-times .m-time:nth-child(3) p {
      padding-bottom: 0; }
    .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar > .m-times .is-samstag {
      margin-top: 32px; }
    .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar p, .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar .m-title {
      color: #fff;
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 1025px) {
        .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar p, .mod-contact > .m-wrapper > .m-content > .m-left-box .m-sidebar .m-title {
          max-width: 464px; } }
    .mod-contact > .m-wrapper > .m-content > .m-left-box .m-contact {
      padding-top: 30px; }
      .mod-contact > .m-wrapper > .m-content > .m-left-box .m-contact:last-child {
        padding-top: 0; }
      .mod-contact > .m-wrapper > .m-content > .m-left-box .m-contact p, .mod-contact > .m-wrapper > .m-content > .m-left-box .m-contact a {
        color: #fff; }
      .mod-contact > .m-wrapper > .m-content > .m-left-box .m-contact a {
        font-size: 16px; }
  .mod-contact > .m-wrapper > .m-content > .m-right-box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (min-width: 1025px) {
      .mod-contact > .m-wrapper > .m-content > .m-right-box {
        width: 50%; } }
    .mod-contact > .m-wrapper > .m-content > .m-right-box .m-h-headline {
      padding-bottom: 40px; }

.mod-counter {
  padding: 0 16px; }
  @media (min-width: 1200px) {
    .mod-counter {
      padding: 0 40px; } }
  .mod-counter > .m-wrapper {
    position: relative;
    padding: 60px 24px;
    border-radius: 16px; }
    @media (min-width: 1025px) {
      .mod-counter > .m-wrapper {
        padding: 80px 60px;
        border-radius: 20px; } }
    .mod-counter > .m-wrapper.has-bg-brand-1 {
      background-color: var(--brand-color-one); }
      .mod-counter > .m-wrapper.has-bg-brand-1 .m-counter-teaser .m-counter-content .m-number-counter .m-value {
        background: var(--brand-color-one); }
    .mod-counter > .m-wrapper.has-bg-brand-2 {
      background-color: var(--brand-color-two); }
      .mod-counter > .m-wrapper.has-bg-brand-2 .m-counter-teaser .m-counter-content .m-number-counter .m-value {
        background: var(--brand-color-two); }
    .mod-counter > .m-wrapper.has-bg-light-grey {
      background-color: #F7F7F7; }
      .mod-counter > .m-wrapper.has-bg-light-grey .m-headline {
        color: #000; }
      .mod-counter > .m-wrapper.has-bg-light-grey .m-counter-teaser .m-counter-content .m-number-counter .m-value {
        color: var(--brand-color-one);
        background: #F7F7F7; }
      .mod-counter > .m-wrapper.has-bg-light-grey .m-counter-teaser .m-counter-content .m-number-counter:before {
        background-color: #000; }
      .mod-counter > .m-wrapper.has-bg-light-grey .m-counter-teaser .m-counter-content .m-title-counter {
        color: #000; }
    .mod-counter > .m-wrapper > .m-headline {
      text-align: center;
      margin-bottom: 32px;
      color: #fff; }
      @media (min-width: 1025px) {
        .mod-counter > .m-wrapper > .m-headline {
          margin-top: 0;
          margin-bottom: 60px; } }
    .mod-counter > .m-wrapper > .m-counter-teaser {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 60px;
      padding-top: 24px; }
      @media (min-width: 1025px) {
        .mod-counter > .m-wrapper > .m-counter-teaser {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          gap: 32px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 40px 37px 60px 37px; } }
      @media (min-width: 1200px) {
        .mod-counter > .m-wrapper > .m-counter-teaser {
          padding: 40px 130px 60px 130px; } }
      .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content {
        width: 100%;
        padding: 0 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 1025px) {
          .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content {
            width: calc(33.333% - 32px);
            padding: 0 12px; } }
        .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-counter-icon {
          min-height: 60px; }
          @media (min-width: 1200px) {
            .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-counter-icon {
              min-height: 80px; } }
          .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-counter-icon > figure {
            margin: 0; }
            .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-counter-icon > figure > img {
              margin: 0 auto;
              width: 60px;
              height: 60px;
              -o-object-fit: contain;
              object-fit: contain; }
              @media (min-width: 1200px) {
                .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-counter-icon > figure > img {
                  width: 80px;
                  height: 80px; } }
        .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter {
          position: relative;
          width: 100%;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          gap: 10px;
          margin: 12px auto 16px; }
          @media (min-width: 1025px) {
            .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter {
              margin: 16px auto 24px; } }
          .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #fff;
            top: calc(50% - 1px);
            left: 0; }
          @media (min-width: 1025px) {
            .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter::before {
              content: unset; } }
          .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value {
            font-size: 40px;
            line-height: 48px;
            font-weight: 700;
            color: #fff;
            z-index: 2;
            padding: 0 20px; }
            @media (min-width: 1025px) {
              .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value {
                font-size: 50px;
                line-height: 88px;
                padding: 0; } }
            @media (min-width: 1441px) {
              .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value {
                font-size: 74px; } }
            @media (min-width: 1800px) {
              .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value {
                font-size: 80px; } }
            .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value .m-symbol {
              color: #fff; }
        .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-title-counter {
          text-align: center;
          color: #fff;
          font-weight: 500;
          min-height: 24px; }

.mod-logo-module .m-wrapper .m-content {
  border-radius: 16px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .mod-logo-module .m-wrapper .m-content {
      border-radius: 20px; } }
  .mod-logo-module .m-wrapper .m-content .m-headline {
    color: #000;
    text-align: center; }
  .mod-logo-module .m-wrapper .m-content .m-logo {
    width: 100%;
    height: 100%;
    margin: 0; }
    .mod-logo-module .m-wrapper .m-content .m-logo img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
      margin: 0 auto; }
  .mod-logo-module .m-wrapper .m-content .m-logo-slider {
    margin-top: 48px; }
    @media (min-width: 1025px) {
      .mod-logo-module .m-wrapper .m-content .m-logo-slider {
        margin-top: 60px; } }
    .mod-logo-module .m-wrapper .m-content .m-logo-slider .slick-slide > div {
      margin-bottom: 40px; }
      @media (min-width: 1025px) {
        .mod-logo-module .m-wrapper .m-content .m-logo-slider .slick-slide > div {
          margin-bottom: 0; } }
      .mod-logo-module .m-wrapper .m-content .m-logo-slider .slick-slide > div:last-child {
        margin-bottom: 0; }
    .mod-logo-module .m-wrapper .m-content .m-logo-slider > .slick-dots {
      bottom: -48px; }
      @media (min-width: 1025px) {
        .mod-logo-module .m-wrapper .m-content .m-logo-slider > .slick-dots {
          bottom: -72px; } }
      .mod-logo-module .m-wrapper .m-content .m-logo-slider > .slick-dots > li {
        border: none; }
        .mod-logo-module .m-wrapper .m-content .m-logo-slider > .slick-dots > li > button {
          background: var(--brand-color-one);
          opacity: 0.5; }
    .mod-logo-module .m-wrapper .m-content .m-logo-slider .m-logo-single {
      width: 80px;
      height: 80px; }
      .mod-logo-module .m-wrapper .m-content .m-logo-slider .m-logo-single .m-logo img {
        max-width: 80px;
        height: 100%; }
  .mod-logo-module .m-wrapper .m-content .m-logo-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px; }
    @media (min-width: 768px) {
      .mod-logo-module .m-wrapper .m-content .m-logo-display {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 60px;
        max-width: 1240px;
        margin: auto; } }
    @media (min-width: 768px) {
      .mod-logo-module .m-wrapper .m-content .m-logo-display {
        margin-top: 60px; } }
    .mod-logo-module .m-wrapper .m-content .m-logo-display .m-logo-single {
      width: 140px;
      height: 70px; }
      @media (min-width: 768px) {
        .mod-logo-module .m-wrapper .m-content .m-logo-display .m-logo-single {
          width: 200px;
          height: 100px; } }
      .mod-logo-module .m-wrapper .m-content .m-logo-display .m-logo-single .m-logo img {
        aspect-ratio: 2; }

.mod-logo-module.is-display {
  margin-top: 40px; }
  .mod-logo-module.is-display .m-wrapper {
    padding: 0 16px; }
    @media (min-width: 1025px) {
      .mod-logo-module.is-display .m-wrapper {
        padding: 0 40px; } }
    .mod-logo-module.is-display .m-wrapper > .m-content {
      background: #F7F7F7;
      padding: 32px 24px; }
      @media (min-width: 1025px) {
        .mod-logo-module.is-display .m-wrapper > .m-content {
          padding: 80px 0; } }

.mod-logo-module.is-slider {
  margin-bottom: 40px; }
  @media (min-width: 1025px) {
    .mod-logo-module.is-slider {
      margin-bottom: 72px; } }
  .mod-logo-module.is-slider .m-wrapper .m-headline {
    color: var(--brand-color-one);
    text-align: center; }

.mod-quote-module {
  margin: 0 16px; }
  @media (min-width: 1025px) {
    .mod-quote-module {
      margin: 0 40px; } }
  .mod-quote-module .m-wrapper.has-background {
    background-color: var(--brand-color-one);
    border-radius: 20px;
    padding: 32px 24px; }
    @media (min-width: 1025px) {
      .mod-quote-module .m-wrapper.has-background {
        padding: 60px 40px; } }
    .mod-quote-module .m-wrapper.has-background .m-headline {
      color: #fff;
      text-align: center; }
    .mod-quote-module .m-wrapper.has-background .m-quote-list .m-quote-item .m-quote-card {
      background-color: rgba(255, 255, 255, 0.1); }
    .mod-quote-module .m-wrapper.has-background .m-quote-list .slick-dots li {
      border: 1px solid #fff; }
      .mod-quote-module .m-wrapper.has-background .m-quote-list .slick-dots li button {
        background-color: transparent; }
      .mod-quote-module .m-wrapper.has-background .m-quote-list .slick-dots li.slick-active {
        background-color: #fff; }
        .mod-quote-module .m-wrapper.has-background .m-quote-list .slick-dots li.slick-active button {
          background: #fff; }
    .mod-quote-module .m-wrapper.has-background .m-button-container .m-white-btn:after {
      border-right: 2px solid var(--brand-color-one);
      border-bottom: 2px solid var(--brand-color-one); }
  .mod-quote-module .m-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0; }
    .mod-quote-module .m-wrapper .m-headline {
      text-align: center;
      margin: 0 auto; }
    .mod-quote-module .m-wrapper .m-quote-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 32px; }
      @media (min-width: 1025px) {
        .mod-quote-module .m-wrapper .m-quote-list {
          padding-top: 60px; } }
      .mod-quote-module .m-wrapper .m-quote-list.not-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px; }
        @media (min-width: 768px) {
          .mod-quote-module .m-wrapper .m-quote-list.not-slider {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; } }
        .mod-quote-module .m-wrapper .m-quote-list.not-slider .m-quote-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          height: auto;
          gap: 20px; }
          .mod-quote-module .m-wrapper .m-quote-list.not-slider .m-quote-item .m-quote-card {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
      .mod-quote-module .m-wrapper .m-quote-list .m-quote-item {
        height: 100%; }
        .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card {
          height: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1 auto;
          flex: 1 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          background-color: var(--brand-color-one);
          border-radius: 16px;
          padding: 24px;
          width: 343px;
          max-width: 343px;
          min-height: 327px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0 auto;
          position: relative; }
          @media (min-width: 768px) {
            .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card {
              width: 536px;
              max-width: 536px;
              min-height: 465px;
              padding: 40px;
              border-radius: 20px; } }
          .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-icon {
            width: 32px;
            height: 32px;
            margin-bottom: 24px; }
            @media (min-width: 768px) {
              .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-icon {
                width: 40px;
                height: 40px; } }
            .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-icon img {
              width: 100%;
              height: 100%; }
          .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-content .m-quote-text {
              color: #fff;
              margin-bottom: 80px; }
              .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-content .m-quote-text p {
                font-weight: 400; }
          .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 16px;
            position: absolute;
            bottom: 24px; }
            @media (min-width: 768px) {
              .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author {
                bottom: 40px; } }
            .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author-picture figure {
              margin: 0;
              width: 48px;
              height: 48px; }
              .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author-picture figure img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 50%; }
            .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              gap: 12px; }
              .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-name {
                font-weight: 500;
                color: #fff;
                max-width: 371px;
                word-wrap: break-word; }
              .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-position {
                font-weight: 500;
                color: #fff;
                min-height: 19px; }
      .mod-quote-module .m-wrapper .m-quote-list .slick-list,
      .mod-quote-module .m-wrapper .m-quote-list .slick-track {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100%; }
        .mod-quote-module .m-wrapper .m-quote-list .slick-list .slick-slide,
        .mod-quote-module .m-wrapper .m-quote-list .slick-track .slick-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: auto; }
          .mod-quote-module .m-wrapper .m-quote-list .slick-list .slick-slide > div,
          .mod-quote-module .m-wrapper .m-quote-list .slick-track .slick-slide > div {
            height: 100%;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
            .mod-quote-module .m-wrapper .m-quote-list .slick-list .slick-slide > div .m-quote-card,
            .mod-quote-module .m-wrapper .m-quote-list .slick-track .slick-slide > div .m-quote-card {
              width: 100%; }
              @media (min-width: 768px) {
                .mod-quote-module .m-wrapper .m-quote-list .slick-list .slick-slide > div .m-quote-card,
                .mod-quote-module .m-wrapper .m-quote-list .slick-track .slick-slide > div .m-quote-card {
                  width: calc(100% - 20px); } }
      .mod-quote-module .m-wrapper .m-quote-list .slick-dots {
        bottom: -42px; }
    .mod-quote-module .m-wrapper .m-button-container {
      margin: auto;
      margin-top: 32px; }
      @media (min-width: 768px) {
        .mod-quote-module .m-wrapper .m-button-container {
          margin-top: 60px; } }
      .mod-quote-module .m-wrapper .m-button-container.with-pagination {
        margin-top: 74px; }
      .mod-quote-module .m-wrapper .m-button-container .m-brand-btn, .mod-quote-module .m-wrapper .m-button-container .m-white-btn {
        position: relative;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
        cursor: pointer;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-decoration: none;
        padding: 12px 42px 12px 24px; }
        .mod-quote-module .m-wrapper .m-button-container .m-brand-btn::after, .mod-quote-module .m-wrapper .m-button-container .m-white-btn::after {
          content: '';
          position: absolute;
          top: 37%;
          right: 24px;
          -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
          width: 10px;
          height: 10px;
          border-right: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.mod-benefit-module > .m-wrapper > .m-content {
  background: var(--brand-color-one);
  padding: 60px 24px;
  border-radius: 20px; }
  @media (min-width: 1025px) {
    .mod-benefit-module > .m-wrapper > .m-content {
      padding: 80px 60px; } }
  .mod-benefit-module > .m-wrapper > .m-content > .m-headline {
    margin: 0 0 32px;
    text-align: center;
    color: #fff; }
    @media (min-width: 1025px) {
      .mod-benefit-module > .m-wrapper > .m-content > .m-headline {
        margin: 0 0 60px; } }
  .mod-benefit-module > .m-wrapper > .m-content > .m-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px; }
    @media (min-width: 1025px) {
      .mod-benefit-module > .m-wrapper > .m-content > .m-benefits {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px; } }
    .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 32px 32px 40px; }
      @media (min-width: 1025px) {
        .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit {
          width: calc(100% / 3);
          padding: 40px 40px 48px; } }
      .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon {
        height: 60px; }
        @media (min-width: 1025px) {
          .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon {
            height: 80px; } }
        .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon.not-has-icon {
          height: 0; }
          @media (min-width: 1025px) {
            .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon.not-has-icon {
              height: 80px; } }
        .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon.with-btm-margin {
          margin-bottom: 24px; }
          @media (min-width: 1025px) {
            .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon.with-btm-margin {
              margin-bottom: 32px; } }
        .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon > figure {
          margin: 0;
          height: 60px; }
          @media (min-width: 1025px) {
            .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon > figure {
              height: 80px; } }
          .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon > figure > img {
            width: 60px;
            height: 60px; }
            @media (min-width: 1025px) {
              .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-icon > figure > img {
                height: 80px;
                width: 80px; } }
      @media (min-width: 1025px) {
        .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit .m-title-benefit {
          min-height: 71px; } }
      .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit .m-title-benefit > .m-title {
        margin-bottom: 16px;
        font-weight: 700;
        color: #fff;
        text-align: center; }
        @media (min-width: 1025px) {
          .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit .m-title-benefit > .m-title {
            margin-bottom: 24px; } }
      .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical; }
        @media (min-width: 1200px) {
          .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-text {
            display: block; } }
        .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-text.with-top-margin {
          margin-top: 16px; }
          @media (min-width: 1025px) {
            .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-text.with-top-margin {
              margin-top: 24px; } }
        .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-text > p {
          margin: 0;
          color: #fff;
          text-align: center; }
        .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-text ul, .mod-benefit-module > .m-wrapper > .m-content > .m-benefits > .m-benefit > .m-text ol {
          color: #fff;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: auto;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }

.mod-benefit-list > .m-wrapper > .m-headline {
  margin: 0 0 32px;
  font-style: normal;
  text-align: center;
  color: var(--brand-color-one); }
  @media (min-width: 1025px) {
    .mod-benefit-list > .m-wrapper > .m-headline {
      margin: 0 0 40px; } }

.mod-benefit-list > .m-wrapper .m-benefit {
  border-top: 1.5px solid #DEDEDE;
  border-top-width: 1.5px;
  padding: 32px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }
  @media (min-width: 1025px) {
    .mod-benefit-list > .m-wrapper .m-benefit {
      padding: 48px 0 40px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 20px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media (min-width: 1441px) {
    .mod-benefit-list > .m-wrapper .m-benefit {
      gap: 89px; } }
  .mod-benefit-list > .m-wrapper .m-benefit:last-child {
    border-bottom: 1.5px solid #DEDEDE; }
  .mod-benefit-list > .m-wrapper .m-benefit > .m-number {
    color: var(--brand-color-one);
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .mod-benefit-list > .m-wrapper .m-benefit > .m-number {
        position: absolute;
        min-width: 105px; } }
    @media (min-width: 1025px) {
      .mod-benefit-list > .m-wrapper .m-benefit > .m-number {
        position: relative;
        top: -14px;
        margin-bottom: unset; } }
  .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-title {
    margin-bottom: 16px;
    max-width: 514px;
    width: 100%; }
    @media (min-width: 768px) {
      .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-title {
        margin-left: 100px; } }
    @media (min-width: 1025px) {
      .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-title {
        margin-left: unset;
        margin-bottom: unset;
        font-size: 40px;
        line-height: 48px; } }
  .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-description {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }
    @media (min-width: 768px) {
      .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-description {
        margin-left: 100px; } }
    @media (min-width: 1025px) {
      .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-description {
        margin-left: unset;
        margin-bottom: unset;
        max-width: 583px; } }
  .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link {
    position: relative; }
    @media (min-width: 768px) {
      .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link {
        margin-left: 100px; } }
    @media (min-width: 1025px) {
      .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link {
        margin-left: unset;
        -ms-flex-item-align: center;
        align-self: center; } }
    .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button {
      font-weight: 500;
      text-decoration: none;
      letter-spacing: 0.5px;
      color: #000;
      padding-right: 19px;
      line-height: 20px; }
      .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button::before {
        content: "";
        background-image: url("../../../bentoMgo/Img/Svg/btn-arrow-right-black.svg");
        position: absolute;
        right: 0;
        top: 2px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center; }
      @media (min-width: 1025px) {
        .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button {
          display: block;
          color: transparent;
          width: 48px;
          height: 48px;
          background-color: var(--brand-color-one);
          border-radius: 40px;
          overflow: hidden; }
          .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button::before {
            background-image: url("../../../bentoMgo/Img/Svg/chevron-right.svg");
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            left: 8px;
            top: 8px;
            width: 32px;
            height: 32px;
            background-size: 32px; }
          .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button:hover {
            background-color: var(--brand-color-two); } }
      @media (min-width: 1025px) {
        .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button {
          text-indent: -9999px; } }

.mod-video-module > .m-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (min-width: 1025px) {
    .mod-video-module > .m-wrapper {
      gap: 24px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .mod-video-module > .m-wrapper > .m-left-section {
    background-color: var(--brand-color-two);
    padding: 32px 24px;
    min-height: 343px;
    position: relative;
    height: auto;
    border-radius: 20px;
    max-width: 100%; }
    @media (min-width: 1025px) {
      .mod-video-module > .m-wrapper > .m-left-section {
        width: 50%;
        max-width: 812px;
        padding: 48px 40px;
        min-height: 600px; } }
    @media (min-width: 1200px) {
      .mod-video-module > .m-wrapper > .m-left-section {
        min-height: 788px; } }
    .mod-video-module > .m-wrapper > .m-left-section > .m-title {
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      margin-top: 0;
      margin-bottom: 98px;
      color: #fff; }
      @media (min-width: 1025px) {
        .mod-video-module > .m-wrapper > .m-left-section > .m-title {
          font-size: 50px;
          line-height: 58px; } }
      @media (min-width: 1200px) {
        .mod-video-module > .m-wrapper > .m-left-section > .m-title {
          font-size: 60px;
          line-height: 68px; } }
      @media (min-width: 1441px) {
        .mod-video-module > .m-wrapper > .m-left-section > .m-title {
          font-size: 80px;
          line-height: 88px; } }
    .mod-video-module > .m-wrapper > .m-left-section > .m-button-container {
      position: absolute;
      bottom: 32px;
      left: 24px; }
      @media (min-width: 1025px) {
        .mod-video-module > .m-wrapper > .m-left-section > .m-button-container {
          position: absolute;
          bottom: 48px;
          left: 40px; } }
      .mod-video-module > .m-wrapper > .m-left-section > .m-button-container > .m-btn-with-border {
        border: none;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        max-width: 230px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        background-color: #fff; }
  .mod-video-module > .m-wrapper > .m-right-section {
    width: 100%;
    height: auto;
    position: relative; }
    @media (min-width: 1025px) {
      .mod-video-module > .m-wrapper > .m-right-section {
        width: 50%; } }
    .mod-video-module > .m-wrapper > .m-right-section > .m-video {
      aspect-ratio: 1.5;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      max-height: 250px;
      min-height: 250px;
      max-width: 100%;
      border-radius: 20px; }
      @media (min-width: 1025px) {
        .mod-video-module > .m-wrapper > .m-right-section > .m-video {
          max-height: 100%;
          min-height: 600px;
          max-width: 100%; } }
      @media (min-width: 1200px) {
        .mod-video-module > .m-wrapper > .m-right-section > .m-video {
          min-height: 788px;
          max-width: 812px; } }
    .mod-video-module > .m-wrapper > .m-right-section > .m-play-button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      position: absolute;
      top: calc(50% - 26px);
      left: calc(50% - 26px); }
      .mod-video-module > .m-wrapper > .m-right-section > .m-play-button > svg {
        width: 53px;
        height: 53px;
        cursor: pointer; }
        @media (min-width: 1025px) {
          .mod-video-module > .m-wrapper > .m-right-section > .m-play-button > svg {
            width: 80px;
            height: 80px; } }
        .mod-video-module > .m-wrapper > .m-right-section > .m-play-button > svg:hover {
          opacity: 1; }

.mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card {
  background-color: #F7F7F7; }
  .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card .m-icon .m-image {
    border: 1.5px solid var(--brand-color-one); }
  .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card .m-title h2, .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card .m-title h3 {
    color: #000; }
  .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card .m-description p {
    color: #000; }
  .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card .m-link .m-btn-with-border {
    background-color: #F7F7F7;
    height: 40px; }
  .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card:hover {
    background-color: var(--brand-color-one); }
    .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card:hover .m-icon .m-image {
      border: 1.5px solid #fff; }
      .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card:hover .m-icon .m-image img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
    .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card:hover .m-title h2, .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card:hover .m-title h3 {
      color: #fff; }
    .mod-service-grid .m-wrapper .m-service-container.m-version-top .m-slider-service .m-service-card:hover .m-description p {
      color: #fff; }

.mod-service-grid .m-wrapper .m-service-container.m-version-left {
  background-color: var(--brand-color-one);
  padding: 24px 24px 96px 24px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px; }
  @media (min-width: 1200px) {
    .mod-service-grid .m-wrapper .m-service-container.m-version-left {
      padding: 60px 0;
      border-radius: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 20px; } }
  .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-text-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-text-info {
        width: 33%;
        gap: 40px;
        padding: 0 40px;
        margin-bottom: 70px; } }
    .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-text-info .m-headline {
      color: #fff;
      margin-bottom: 0;
      text-align: left; }
      .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-text-info .m-headline.m-headline-slider {
        margin-bottom: 0; }
    .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-text-info .m-text {
      color: #fff;
      margin-bottom: 0; }
    .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-text-info .m-button-slider {
      display: block;
      background-color: #fff; }
  .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized {
    width: 100%; }
    @media (min-width: 1200px) {
      .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized {
        width: 67%; } }
    .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list,
    .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      height: 100%; }
      .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide,
      .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto; }
        .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div,
        .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div {
          height: 100%;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          margin-right: 0; }
          @media (min-width: 768px) {
            .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div,
            .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div {
              margin-right: 20px; } }
          .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card,
          .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card {
            height: 100%;
            background-color: rgba(255, 255, 255, 0.1);
            padding: 32px 24px; }
            @media (min-width: 768px) {
              .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card,
              .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card {
                width: 100% !important;
                padding: 40px; } }
            .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card .m-title h3,
            .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card .m-title h3 {
              margin-bottom: 16px; }
              @media (min-width: 768px) {
                .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card .m-title h3,
                .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card .m-title h3 {
                  margin-bottom: 20px; } }
            .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card .m-description,
            .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card .m-description {
              margin-bottom: 126px; }
              @media (min-width: 1025px) {
                .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card .m-description,
                .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card .m-description {
                  margin-bottom: 241px; } }
            .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card:hover .m-link .m-btn-white-with-border,
            .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card:hover .m-link .m-btn-white-with-border {
              color: var(--brand-color-one);
              background-color: #fff; }
              .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card:hover .m-link .m-btn-white-with-border:after,
              .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card:hover .m-link .m-btn-white-with-border:after {
                border-right: 2px solid var(--brand-color-one);
                border-bottom: 2px solid var(--brand-color-one); }
  .mod-service-grid .m-wrapper .m-service-container.m-version-left .m-brand-btn-container {
    display: none; }

.mod-service-grid .m-wrapper .m-service-container .m-text-info .m-headline {
  text-align: center;
  margin-bottom: 32px; }
  @media (min-width: 1025px) {
    .mod-service-grid .m-wrapper .m-service-container .m-text-info .m-headline {
      margin-top: 0;
      margin-bottom: 60px; } }
  .mod-service-grid .m-wrapper .m-service-container .m-text-info .m-headline.m-headline-slider {
    margin-bottom: 32px; }
    @media (min-width: 1025px) {
      .mod-service-grid .m-wrapper .m-service-container .m-text-info .m-headline.m-headline-slider {
        margin-bottom: 40px; } }

.mod-service-grid .m-wrapper .m-service-container .m-text-info .m-text {
  margin-bottom: 32px; }
  @media (min-width: 1025px) {
    .mod-service-grid .m-wrapper .m-service-container .m-text-info .m-text {
      margin-bottom: 60px; } }

.mod-service-grid .m-wrapper .m-service-container .m-grid, .mod-service-grid .m-wrapper .m-service-container .m-slider-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (min-width: 768px) {
    .mod-service-grid .m-wrapper .m-service-container .m-grid, .mod-service-grid .m-wrapper .m-service-container .m-slider-service {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card {
    background-color: var(--brand-color-one);
    border-radius: 16px;
    width: 100%;
    padding: 24px;
    position: relative;
    min-height: 345px;
    text-align: left; }
    @media (min-width: 768px) {
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card {
        width: calc(50% - 16px);
        padding: 40px;
        min-height: 536px;
        border-radius: 20px; } }
    @media (min-width: 1441px) {
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card {
        width: calc(33.33% - 14px); } }
    .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-icon, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-icon {
      min-height: 0;
      margin-bottom: 32px; }
      @media (min-width: 768px) {
        .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-icon, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-icon {
          min-height: 100px;
          margin-bottom: 40px; } }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-icon .m-image, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-icon .m-image {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        padding: 8px;
        background: rgba(255, 255, 255, 0.1); }
        @media (min-width: 768px) {
          .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-icon .m-image, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-icon .m-image {
            width: 100px;
            height: 100px;
            padding: 20px; } }
        .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-icon .m-image img, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-icon .m-image img {
          width: 24px;
          height: 24px;
          min-width: 24px;
          -o-object-fit: cover;
          object-fit: cover; }
          @media (min-width: 768px) {
            .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-icon .m-image img, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-icon .m-image img {
              width: 60px;
              height: 60px;
              min-width: 60px; } }
    .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title {
      margin-bottom: 16px; }
      @media (min-width: 768px) {
        .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title {
          margin-bottom: 24px; } }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-title h3, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-title h3 {
        font-weight: 700;
        color: #fff;
        text-align: left; }
    .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-description, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 80px; }
      @media (min-width: 768px) {
        .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-description, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-description {
          margin-bottom: 141px; } }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-description p, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-description p {
        color: #fff;
        font-weight: 400; }
    .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-link, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-link {
      position: absolute;
      bottom: 32px; }
      @media (min-width: 768px) {
        .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-link, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-link {
          bottom: 40px; } }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card .m-link .m-btn-white-with-border, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card .m-link .m-btn-white-with-border {
        height: 40px; }
    .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card:hover, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card:hover {
      background-color: var(--brand-color-two); }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card:hover .m-icon .m-image, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card:hover .m-icon .m-image {
        border: 1px solid #fff; }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card:hover:hover .m-link .m-btn-white-with-border, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card:hover:hover .m-link .m-btn-white-with-border {
        color: var(--brand-color-one);
        background-color: #fff; }
        .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card:hover:hover .m-link .m-btn-white-with-border:after, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card:hover:hover .m-link .m-btn-white-with-border:after {
          border-right: 2px solid var(--brand-color-one);
          border-bottom: 2px solid var(--brand-color-one); }
    .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white {
      background-color: #F7F7F7; }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white .m-icon .m-image, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white .m-icon .m-image {
        border: 1.5px solid var(--brand-color-one); }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white .m-title h3, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white .m-title h3 {
        color: #000; }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white .m-description p, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white .m-description p {
        color: #000; }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white .m-link .m-btn-with-border, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white .m-link .m-btn-with-border {
        background-color: #F7F7F7;
        height: 40px; }
      .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white:hover, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white:hover {
        background-color: var(--brand-color-one); }
        .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white:hover .m-icon .m-image, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white:hover .m-icon .m-image {
          border: 1.5px solid #fff; }
          .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white:hover .m-icon .m-image img, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white:hover .m-icon .m-image img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
        .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white:hover .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white:hover .m-title h3, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white:hover .m-title h2, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white:hover .m-title h3 {
          color: #fff; }
        .mod-service-grid .m-wrapper .m-service-container .m-grid .m-service-card.has-bg-white:hover .m-description p, .mod-service-grid .m-wrapper .m-service-container .m-slider-service .m-service-card.has-bg-white:hover .m-description p {
          color: #fff; }

.mod-service-grid .m-wrapper .m-service-container .m-grid .m-icon.without-btm-margin {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .mod-service-grid .m-wrapper .m-service-container .m-grid .m-icon.without-btm-margin {
      margin-bottom: 40px; } }

.mod-service-grid .m-wrapper .m-service-container .m-grid .m-title.without-btm-margin {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .mod-service-grid .m-wrapper .m-service-container .m-grid .m-title.without-btm-margin {
      margin-bottom: 24px; } }

.mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-list, .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%; }
  .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-list .slick-slide, .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-list .slick-slide > div, .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-track .slick-slide > div {
      height: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card, .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card {
        height: 100%; }
        @media (min-width: 768px) {
          .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-list .slick-slide > div .m-service-card, .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-track .slick-slide > div .m-service-card {
            width: calc(100% - 20px) !important; } }

.mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-dots {
  bottom: -45px; }
  .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-dots li button {
    background: transparent; }

.mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-prev, .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  top: initial;
  bottom: -66px;
  -webkit-transform: none;
  transform: none; }
  @media (min-width: 1200px) {
    .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-prev, .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-next {
      bottom: 0;
      width: 48px;
      height: 48px; } }
  .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-prev:hover, .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-next:hover {
    background: #fff; }
    .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-prev:hover:after, .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-next:hover:after {
      background-image: none;
      top: 50%;
      left: 43%;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      width: 14px;
      height: 14px;
      border-right: 2px solid var(--brand-color-one);
      border-bottom: 2px solid var(--brand-color-one); }

.mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-prev {
  left: 0; }
  @media (min-width: 1200px) {
    .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-prev {
      left: -44%; } }
  @media (min-width: 1441px) {
    .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-prev {
      left: -45%; } }
  .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-prev:hover:after {
    left: 54%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-224deg);
    transform: translateX(-50%) translateY(-50%) rotate(-224deg); }

.mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-next {
  left: 55px; }
  @media (min-width: 1200px) {
    .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-next {
      left: -37%; } }
  @media (min-width: 1441px) {
    .mod-service-grid .m-wrapper .m-service-container .m-slider-service.slick-initialized .slick-next {
      left: -39%; } }

.mod-service-grid .m-wrapper .m-service-container .m-brand-btn-container {
  width: 100%;
  padding-top: 32px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto; }
  @media (min-width: 768px) {
    .mod-service-grid .m-wrapper .m-service-container .m-brand-btn-container {
      padding-top: 60px; } }
  .mod-service-grid .m-wrapper .m-service-container .m-brand-btn-container.with-pagination {
    padding-top: 76px; }

.mod-service-grid .m-wrapper .m-service-container .m-button-slider {
  display: none; }

.mod-popup-module {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.315);
  z-index: 99999;
  margin-top: 0 !important; }
  .mod-popup-module.active {
    display: block;
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s; }
  .mod-popup-module.without-picture > .m-wrapper {
    padding: 0;
    max-height: calc(100vh - 15%);
    overflow-y: auto;
     }
    @media (min-width: 768px) {
      .mod-popup-module.without-picture > .m-wrapper {
        margin: 40px auto;
        max-height: calc(100vh - 9%); } }
    .mod-popup-module.without-picture > .m-wrapper .scrollable-container::-webkit-scrollbar-thumb {
      background-color: red;
      
      border-radius: 5px;
       }
    .mod-popup-module.without-picture > .m-wrapper > .m-popup-content {
      padding: 24px; }
      @media (min-width: 768px) {
        .mod-popup-module.without-picture > .m-wrapper > .m-popup-content {
          padding: 48px 40px 40px; } }
      .mod-popup-module.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
        max-width: 239px; }
        @media (min-width: 768px) {
          .mod-popup-module.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
            max-width: 100%; } }
        .mod-popup-module.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-module.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-module.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
          text-align: left; }
      .mod-popup-module.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
        text-align: left; }
  @media (min-width: 768px) {
    .mod-popup-module.with-picture > .m-wrapper {
      margin: 6% auto; } }
  .mod-popup-module.with-picture > .m-wrapper > .m-popup-content {
    padding: 172px 24px 32px; }
    @media (min-width: 768px) {
      .mod-popup-module.with-picture > .m-wrapper > .m-popup-content {
        padding: 398px 40px 40px 40px; } }
    .mod-popup-module.with-picture > .m-wrapper > .m-popup-content > .m-icon {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      border: 0;
      border-radius: unset;
      height: 140px;
      padding: 0; }
      @media (min-width: 768px) {
        .mod-popup-module.with-picture > .m-wrapper > .m-popup-content > .m-icon {
          height: 350px; } }
      .mod-popup-module.with-picture > .m-wrapper > .m-popup-content > .m-icon > img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .mod-popup-module.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
      max-width: 100%; }
      .mod-popup-module.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-module.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-module.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
        text-align: center; }
    .mod-popup-module.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
      text-align: center; }
  .mod-popup-module.with-icon > .m-wrapper > .m-popup-content {
    padding: 32px 24px; }
    @media (min-width: 768px) {
      .mod-popup-module.with-icon > .m-wrapper > .m-popup-content {
        padding: 40px; } }
    .mod-popup-module.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
      max-width: 100%; }
      .mod-popup-module.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-module.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-module.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
        text-align: center; }
    .mod-popup-module.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
      text-align: center; }
  .mod-popup-module > .m-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    width: auto;
    margin: 105px 20px;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #6E6E6E #fff;
    max-height: calc(100vh - 15%);
    overflow-y: auto;
    border-radius: 16px;
    padding: 0; }
    .mod-popup-module > .m-wrapper::-webkit-scrollbar {
      width: 4px; }
    @media (min-width: 768px) {
      .mod-popup-module > .m-wrapper {
        margin: 50px auto;
        max-width: 1000px;
        width: 100%;
        border-radius: 20px; } }
    @media (min-width: 1200px) {
      .mod-popup-module > .m-wrapper {
        width: auto; } }
    .mod-popup-module > .m-wrapper > .m-close {
      position: absolute;
      top: 13px;
      right: 12px;
      width: 32px;
      cursor: pointer;
      height: 32px;
      z-index: 2; }
      @media (min-width: 768px) {
        .mod-popup-module > .m-wrapper > .m-close {
          top: 32px;
          right: 32px; } }
      .mod-popup-module > .m-wrapper > .m-close > img {
        width: 100%;
        height: 100%; }
    .mod-popup-module > .m-wrapper > .m-popup-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .mod-popup-module > .m-wrapper > .m-popup-content > .m-image.is-icon {
        margin: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 60px;
        padding: 10px;
        border: 1.5px solid var(--brand-color-one);
        border-radius: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 32px; }
        @media (min-width: 768px) {
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-image.is-icon {
            width: 100px;
            height: 100px;
            margin-bottom: 48px; } }
        .mod-popup-module > .m-wrapper > .m-popup-content > .m-image.is-icon > img {
          width: 40px;
          height: 40px;
          -o-object-fit: contain;
          object-fit: contain;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (min-width: 768px) {
            .mod-popup-module > .m-wrapper > .m-popup-content > .m-image.is-icon > img {
              width: 60px;
              height: 60px; } }
      .mod-popup-module > .m-wrapper > .m-popup-content > .m-image.is-image {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        border: 0;
        border-radius: unset;
        height: 140px;
        padding: 0; }
        @media (min-width: 768px) {
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-image.is-image {
            height: 350px; } }
        .mod-popup-module > .m-wrapper > .m-popup-content > .m-image.is-image > img {
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          height: 100%;
          position: relative; }
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-image.is-image > img::before {
            content: "";
            position: absolute;
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 1; }
      .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
        max-width: 239px; }
        @media (min-width: 768px) {
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
            max-width: 100%; } }
        .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
          font-weight: 700;
          text-align: left;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
              margin-bottom: 40px; } }
      .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 32px; }
        @media (min-width: 768px) {
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text {
            gap: 40px;
            margin-bottom: 40px; } }
        .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
          font-weight: 400;
          text-align: left;
          margin: 0; }
        .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol {
          list-style: none;
          padding: 0;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 10px; }
          @media (min-width: 768px) {
            .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol {
              gap: 16px; } }
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li {
            position: relative;
            margin: 0;
            text-align: left;
            padding-left: 27px; }
            .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li:before, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li:before {
              content: "";
              position: absolute;
              left: 0;
              top: 11px;
              margin: 0 7px;
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background-color: var(--brand-color-one); }
      .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 768px) {
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 16px; } }

.mod-display-image .m-wrapper {
  display: grid;
  gap: 16px; }
  @media (min-width: 1025px) {
    .mod-display-image .m-wrapper {
      gap: 20px; } }
  .mod-display-image .m-wrapper > .m-image {
    width: 100%;
    cursor: pointer; }
    .mod-display-image .m-wrapper > .m-image > figure {
      height: 100%; }
      .mod-display-image .m-wrapper > .m-image > figure > img {
        border-radius: 16px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
        @media (min-width: 1025px) {
          .mod-display-image .m-wrapper > .m-image > figure > img {
            border-radius: 20px; } }
  .mod-display-image .m-wrapper.has-two-columns {
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 768px) {
      .mod-display-image .m-wrapper.has-two-columns {
        grid-template-columns: repeat(2, 1fr); } }
    .mod-display-image .m-wrapper.has-two-columns > .m-image {
      max-height: 229px; }
      @media (min-width: 1025px) {
        .mod-display-image .m-wrapper.has-two-columns > .m-image {
          max-height: 543px; } }
      .mod-display-image .m-wrapper.has-two-columns > .m-image > figure > img {
        aspect-ratio: 1.49; }
  .mod-display-image .m-wrapper.has-three-columns {
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 768px) {
      .mod-display-image .m-wrapper.has-three-columns {
        grid-template-columns: repeat(3, 1fr); } }
    .mod-display-image .m-wrapper.has-three-columns > .m-image {
      max-height: 229px; }
      @media (min-width: 1025px) {
        .mod-display-image .m-wrapper.has-three-columns > .m-image {
          max-height: 349px; } }
      .mod-display-image .m-wrapper.has-three-columns > .m-image > figure > img {
        aspect-ratio: 1.4978; }

.mod-image-slider .m-wrapper {
  max-width: 1092px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (min-width: 1025px) {
    .mod-image-slider .m-wrapper {
      padding: 0; } }
  .mod-image-slider .m-wrapper .image-list .slick-list .slick-track .slick-slide div a .m-image figure {
    margin: 0; }
    .mod-image-slider .m-wrapper .image-list .slick-list .slick-track .slick-slide div a .m-image figure img {
      aspect-ratio: 1.5;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 16px; }
      @media (min-width: 1025px) {
        .mod-image-slider .m-wrapper .image-list .slick-list .slick-track .slick-slide div a .m-image figure img {
          border-radius: 20px; } }

svg.e-font-icon-svg.e-eicon-zoom-in-bold, svg.e-font-icon-svg.e-eicon-share-arrow, svg.e-font-icon-svg.e-eicon-frame-expand {
  display: none; }

.mod-faq-module .m-wrapper .m-headline {
  text-align: center;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .mod-faq-module .m-wrapper .m-headline {
      margin-bottom: 60px; } }

.mod-faq-module .m-wrapper .m-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 24px; }
  @media (min-width: 1025px) {
    .mod-faq-module .m-wrapper .m-teasers {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  .mod-faq-module .m-wrapper .m-teasers .m-teaser-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
    .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 8px;
      width: 100%;
      height: auto;
      list-style: none;
      margin: 0;
      padding: 0; }
      .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content {
        border-radius: 16px;
        background-color: #EDEDED;
        padding: 24px;
        width: 100%;
        max-width: 100%; }
        @media (min-width: 1025px) {
          .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content {
            max-width: 812px;
            border-radius: 20px;
            padding: 32px 24px; } }
        .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          cursor: pointer; }
          .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-title h3 {
            max-width: 100%;
            word-break: break-word;
            padding-right: 30px;
            line-height: 28px; }
            @media (min-width: 1200px) {
              .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-title h3 {
                max-width: 724px;
                padding-right: 0;
                line-height: 32px; } }
          .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-title:after {
            content: "";
            position: absolute;
            background-image: url("../../../bentoMgo/Img/Svg/Chevron-down-black.svg");
            background-repeat: no-repeat;
            background-size: 24px;
            width: 24px;
            height: 24px;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display {
          display: none; }
          .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text p, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ul, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ol {
            color: #fff;
            max-width: 100%;
            padding-right: 30px; }
            @media (min-width: 1025px) {
              .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text p, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ul, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ol {
                max-width: 724px;
                padding-right: 20px; } }
            @media (min-width: 1441px) {
              .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text p, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ul, .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-text ol {
                padding-right: 0; } }
          .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-link {
            margin-top: 24px; }
            .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-link .m-btn-with-border {
              height: 40px;
              background-color: #fff;
              padding: 12px 56px 12px 39px; }
              .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content .dropdown-display .dropdown-link .m-btn-with-border:after {
                right: 34px; }
        .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content.active {
          background: var(--brand-color-one); }
          .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content.active .dropdown-title {
            margin-bottom: 24px; }
            .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content.active .dropdown-title h3 {
              color: #fff; }
            .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content.active .dropdown-title:after {
              background-image: url("../../../bentoMgo/Img/Svg/chevron-up.svg"); }
          .mod-faq-module .m-wrapper .m-teasers .m-teaser-left .dropdown-teaser .dropdown-list .dropdown-content.active .dropdown-display {
            display: block; }
  .mod-faq-module .m-wrapper .m-teasers .m-teaser-right {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
    .mod-faq-module .m-wrapper .m-teasers .m-teaser-right .m-image {
      width: 100%;
      height: 100%;
      max-width: 100%;
      position: relative;
      top: 0;
      bottom: 0; }
      @media (min-width: 1025px) {
        .mod-faq-module .m-wrapper .m-teasers .m-teaser-right .m-image {
          position: absolute;
          max-width: 812px; } }
      .mod-faq-module .m-wrapper .m-teasers .m-teaser-right .m-image img {
        width: 100%;
        height: 343px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px; }
        @media (min-width: 1025px) {
          .mod-faq-module .m-wrapper .m-teasers .m-teaser-right .m-image img {
            height: 100%; } }

.mod-faq-module .m-wrapper .m-brand-btn {
  padding: 12px 24px;
  margin: 32px auto 0;
  font-size: 14px;
  line-height: 16px; }
  @media (min-width: 1025px) {
    .mod-faq-module .m-wrapper .m-brand-btn {
      margin: 60px auto 0;
      font-size: 16px;
      line-height: 20px; } }
  .mod-faq-module .m-wrapper .m-brand-btn:after {
    display: none; }

.mod-teaser-image .m-wrapper {
  padding: 0; }
  .mod-teaser-image .m-wrapper .m-teaser-image {
    position: relative; }
    .mod-teaser-image .m-wrapper .m-teaser-image .m-info {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 16px 24px 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (min-width: 1025px) {
        .mod-teaser-image .m-wrapper .m-teaser-image .m-info {
          padding: 52px 0 0 60px;
          -webkit-box-pack: unset;
          -ms-flex-pack: unset;
          justify-content: unset;
          gap: 40px; } }
      @media (min-width: 1025px) {
        .mod-teaser-image .m-wrapper .m-teaser-image .m-info.flex-end {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      @media (min-width: 768px) {
        .mod-teaser-image .m-wrapper .m-teaser-image .m-info.is-bottom {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding: 52px 0 52px 60px; } }
      @media (min-width: 1025px) {
        .mod-teaser-image .m-wrapper .m-teaser-image .m-info .m-headline {
          max-width: 812px; } }
      .mod-teaser-image .m-wrapper .m-teaser-image .m-info > .m-action > .m-brand-btn {
        max-width: 100%;
        font-weight: 700;
        padding: 14px 42px 14px 24px; }
    .mod-teaser-image .m-wrapper .m-teaser-image .m-image {
      max-height: 540px;
      height: 100%; }
      @media (min-width: 768px) {
        .mod-teaser-image .m-wrapper .m-teaser-image .m-image {
          max-height: 972px; } }
      .mod-teaser-image .m-wrapper .m-teaser-image .m-image img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        aspect-ratio: 375/540;
        border-radius: 16px;
        max-height: 540px; }
        @media (min-width: 768px) {
          .mod-teaser-image .m-wrapper .m-teaser-image .m-image img {
            aspect-ratio: 1728/972; } }
        @media (min-width: 1025px) {
          .mod-teaser-image .m-wrapper .m-teaser-image .m-image img {
            max-height: 972px;
            border-radius: 20px; } }

.mod-popup-page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.315);
  z-index: 99999;
  margin-top: 0 !important; }
  .mod-popup-page.active {
    display: block;
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s; }
  .mod-popup-page.without-picture > .m-wrapper {
    padding: 0;
    max-height: calc(100vh - 15%);
    overflow-y: auto;
     }
    @media (min-width: 768px) {
      .mod-popup-page.without-picture > .m-wrapper {
        margin: 40px auto;
        max-height: calc(100vh - 9%); } }
    .mod-popup-page.without-picture > .m-wrapper .scrollable-container::-webkit-scrollbar-thumb {
      background-color: red;
      
      border-radius: 5px;
       }
    .mod-popup-page.without-picture > .m-wrapper > .m-popup-content {
      padding: 24px; }
      @media (min-width: 768px) {
        .mod-popup-page.without-picture > .m-wrapper > .m-popup-content {
          padding: 48px 40px 40px; } }
      .mod-popup-page.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
        max-width: 239px; }
        @media (min-width: 768px) {
          .mod-popup-page.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
            max-width: 100%; } }
        .mod-popup-page.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-page.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-page.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
          text-align: left; }
      .mod-popup-page.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
        text-align: left; }
  @media (min-width: 768px) {
    .mod-popup-page.with-picture > .m-wrapper {
      margin: 6% auto; } }
  .mod-popup-page.with-picture > .m-wrapper > .m-popup-content {
    padding: 172px 24px 32px; }
    @media (min-width: 768px) {
      .mod-popup-page.with-picture > .m-wrapper > .m-popup-content {
        padding: 398px 40px 40px 40px; } }
    .mod-popup-page.with-picture > .m-wrapper > .m-popup-content > .m-icon {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      border: 0;
      border-radius: unset;
      height: 140px;
      padding: 0; }
      @media (min-width: 768px) {
        .mod-popup-page.with-picture > .m-wrapper > .m-popup-content > .m-icon {
          height: 350px; } }
      .mod-popup-page.with-picture > .m-wrapper > .m-popup-content > .m-icon > img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
    .mod-popup-page.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
      max-width: 100%; }
      .mod-popup-page.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-page.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-page.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
        text-align: center; }
    .mod-popup-page.with-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
      text-align: center; }
  .mod-popup-page.with-icon > .m-wrapper > .m-popup-content {
    padding: 32px 24px; }
    @media (min-width: 768px) {
      .mod-popup-page.with-icon > .m-wrapper > .m-popup-content {
        padding: 40px; } }
    .mod-popup-page.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
      max-width: 100%; }
      .mod-popup-page.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-page.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-page.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
        text-align: center; }
    .mod-popup-page.with-icon > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
      text-align: center; }
  .mod-popup-page > .m-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    width: auto;
    margin: 105px 20px;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #6E6E6E #fff;
    max-height: calc(100vh - 15%);
    overflow-y: auto;
    border-radius: 16px;
    padding: 0; }
    .mod-popup-page > .m-wrapper::-webkit-scrollbar {
      width: 4px; }
    @media (min-width: 768px) {
      .mod-popup-page > .m-wrapper {
        margin: 50px auto;
        max-width: 1000px;
        width: 100%;
        border-radius: 20px; } }
    @media (min-width: 1200px) {
      .mod-popup-page > .m-wrapper {
        width: auto; } }
    .mod-popup-page > .m-wrapper > .m-close {
      position: absolute;
      top: 13px;
      right: 12px;
      width: 32px;
      cursor: pointer;
      height: 32px;
      z-index: 2; }
      @media (min-width: 768px) {
        .mod-popup-page > .m-wrapper > .m-close {
          top: 32px;
          right: 32px; } }
      .mod-popup-page > .m-wrapper > .m-close > img {
        width: 100%;
        height: 100%; }
    .mod-popup-page > .m-wrapper > .m-popup-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .mod-popup-page > .m-wrapper > .m-popup-content > .m-image.is-icon {
        margin: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 60px;
        padding: 10px;
        border: 1.5px solid var(--brand-color-one);
        border-radius: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 32px; }
        @media (min-width: 768px) {
          .mod-popup-page > .m-wrapper > .m-popup-content > .m-image.is-icon {
            width: 100px;
            height: 100px;
            margin-bottom: 48px; } }
        .mod-popup-page > .m-wrapper > .m-popup-content > .m-image.is-icon > img {
          width: 40px;
          height: 40px;
          -o-object-fit: contain;
          object-fit: contain;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (min-width: 768px) {
            .mod-popup-page > .m-wrapper > .m-popup-content > .m-image.is-icon > img {
              width: 60px;
              height: 60px; } }
      .mod-popup-page > .m-wrapper > .m-popup-content > .m-image.is-image {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        border: 0;
        border-radius: unset;
        height: 140px;
        padding: 0; }
        @media (min-width: 768px) {
          .mod-popup-page > .m-wrapper > .m-popup-content > .m-image.is-image {
            height: 350px; } }
        .mod-popup-page > .m-wrapper > .m-popup-content > .m-image.is-image > img {
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          height: 100%;
          position: relative; }
          .mod-popup-page > .m-wrapper > .m-popup-content > .m-image.is-image > img::before {
            content: "";
            position: absolute;
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 1; }
      .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
        max-width: 239px; }
        @media (min-width: 768px) {
          .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline {
            max-width: 100%; } }
        .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
          font-weight: 700;
          text-align: left;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline > h1, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h2, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
              margin-bottom: 40px; } }
      .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 32px; }
        @media (min-width: 768px) {
          .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text {
            gap: 40px;
            margin-bottom: 40px; } }
        .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
          font-weight: 400;
          text-align: left;
          margin: 0; }
        .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol {
          list-style: none;
          padding: 0;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 10px; }
          @media (min-width: 768px) {
            .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol {
              gap: 16px; } }
          .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li {
            position: relative;
            margin: 0;
            text-align: left;
            padding-left: 27px; }
            .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > ul > li:before, .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text ol > li:before {
              content: "";
              position: absolute;
              left: 0;
              top: 11px;
              margin: 0 7px;
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background-color: var(--brand-color-one); }
      .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 768px) {
          .mod-popup-page > .m-wrapper > .m-popup-content > .m-popup-actions {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 16px; } }



.mod-contact .m-wrapper .m-left-box .m-iframe {
  position: relative;
  padding-bottom: 75%;
  border-radius: 20px; }
  .mod-contact .m-wrapper .m-left-box .m-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px; }


form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 16px !important; }
  form > p .wpcf7-form-control-wrap {
    position: relative;
    z-index: 10; }
    form > p .wpcf7-form-control-wrap[data-name="service"], form > p .wpcf7-form-control-wrap[data-name="date"] {
      background-color: #F7F7F7;
      border-radius: 8px; }
    form > p .wpcf7-form-control-wrap > .m-clear {
      position: absolute;
      right: 15px;
      top: 15px;
      color: #fff;
      cursor: pointer;
      font-size: 20px; }
    form > p .wpcf7-form-control-wrap input, form > p .wpcf7-form-control-wrap textarea, form > p .wpcf7-form-control-wrap select {
      border-radius: 8px;
      padding: 16px;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 500;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.4);
      border: 0;
      width: 100%;
      height: 52px; }
      form > p .wpcf7-form-control-wrap input::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap select::-webkit-input-placeholder {
        
        color: rgba(255, 255, 255, 0.8);
        font-style: normal;
        font-weight: 500; }
      form > p .wpcf7-form-control-wrap input::placeholder, form > p .wpcf7-form-control-wrap input::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap textarea::placeholder, form > p .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, form > p .wpcf7-form-control-wrap select::placeholder, form > p .wpcf7-form-control-wrap select::-webkit-input-placeholder {
        
        color: rgba(255, 255, 255, 0.8);
        font-style: normal;
        font-weight: 500; }
      form > p .wpcf7-form-control-wrap input:-moz-placeholder, form > p .wpcf7-form-control-wrap input::-moz-placeholder, form > p .wpcf7-form-control-wrap input:-ms-input-placeholder, form > p .wpcf7-form-control-wrap textarea:-moz-placeholder, form > p .wpcf7-form-control-wrap textarea::-moz-placeholder, form > p .wpcf7-form-control-wrap textarea:-ms-input-placeholder, form > p .wpcf7-form-control-wrap select:-moz-placeholder, form > p .wpcf7-form-control-wrap select::-moz-placeholder, form > p .wpcf7-form-control-wrap select:-ms-input-placeholder {
        
        color: rgba(255, 255, 255, 0.8);
        font-style: normal;
        font-weight: 500; }
    form > p .wpcf7-form-control-wrap .wpcf7-date {
      height: 52px; }
      form > p .wpcf7-form-control-wrap .wpcf7-date::-webkit-input-placeholder {
        color: var(--brand-color-one); }
      form > p .wpcf7-form-control-wrap .wpcf7-date::-moz-placeholder {
        color: var(--brand-color-one); }
      form > p .wpcf7-form-control-wrap .wpcf7-date:-ms-input-placeholder {
        color: var(--brand-color-one); }
      form > p .wpcf7-form-control-wrap .wpcf7-date::-ms-input-placeholder {
        color: var(--brand-color-one); }
      form > p .wpcf7-form-control-wrap .wpcf7-date::placeholder {
        color: var(--brand-color-one); }
    form > p .wpcf7-form-control-wrap textarea {
      border: none;
      height: 328px;
      resize: none; }
    form > p .wpcf7-form-control-wrap select, form > p .wpcf7-form-control-wrap .wpcf7-date {
      font-size: 16px;
      background: transparent;
      color: var(--brand-color-one);
      appearance: none;
      
      -webkit-appearance: none;
      
      -moz-appearance: none;
      
      border: none;
      z-index: 1; }
      form > p .wpcf7-form-control-wrap select:focus-visible, form > p .wpcf7-form-control-wrap .wpcf7-date:focus-visible {
        outline: 0; }
    form > p .wpcf7-form-control-wrap .elementor-field-option {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-column-gap: 8px;
      -moz-column-gap: 8px;
      column-gap: 8px;
      padding: 0; }
      form > p .wpcf7-form-control-wrap .elementor-field-option label {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        color: #fff;
        margin-top: -5px; }
        form > p .wpcf7-form-control-wrap .elementor-field-option label > a {
          text-decoration: underline;
          color: #fff; }
    form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
      margin: 7px 0 0; }
      form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px; }
      form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:not(.wpcf7-submit) {
        accent-color: var(--brand-color-one);
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin: 0; }
      form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
        font-weight: 400;
        color: #fff;
        margin-top: -5px; }
        form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label > a {
          text-decoration: underline;
          color: #fff; }
    form > p .wpcf7-form-control-wrap svg {
      position: absolute;
      top: 13px;
      right: 17px;
      z-index: -1; }
      form > p .wpcf7-form-control-wrap svg path {
        fill: var(--brand-color-one); }
  form > p .wpcf7-spinner {
    display: none; }
  form > p .m-text {
    color: #fff;
    font-size: 16px;
    padding-top: 8px; }
  form > p .wpcf7-submit {
    background-color: #fff;
    padding: 12px 24px;
    max-width: 132px;
    margin-top: 37px;
    color: var(--brand-color-one);
    border: 0;
    cursor: pointer;
    letter-spacing: 0.5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 40px; }
    form > p .wpcf7-submit:hover {
      background-color: var(--brand-color-two);
      color: #fff; }

.wpcf7-not-valid-tip {
  position: absolute; }

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  
  border-color: transparent;
   }

.wpcf7 form .wpcf7-response-output {
  border: 0; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border-color: #46b450;
  color: #46b450 !important;
  font-weight: 700; }

[data-status="sent"] .wpcf7-response-output {
  margin: 20px 0 1em !important;
  padding: 0.2em 0 !important;
  border-color: #46b450;
  color: #46b450 !important;
  font-weight: 700; }

form[data-status="invalid"] .wpcf7-response-output {
  margin: 20px 0 1em !important;
  padding: 0.2em 0 !important;
  border-color: #dc3232;
  color: #dc3232 !important;
  font-weight: 700; }

#form-field-honeypot p {
  height: 16px; }

.wpcf7-form-control-wrap[data-name="date"] input[type="date"] {
  -webkit-appearance: none;
  
  -moz-appearance: textfield;
  
  appearance: none;
   }

.wpcf7-form-control-wrap[data-name="date"] input[type="date"]::-webkit-inner-spin-button,
.wpcf7-form-control-wrap[data-name="date"] input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  
  -webkit-appearance: none;
  appearance: none;
  visibility: hidden; }

.flatpickr-calendar {
  border-radius: 0; }


