@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; }


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }


img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }


.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



*,
*: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: 1656px; } }
  @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%; } }


.styleguide_card {
  border: 1px solid grey;
  background: #f1f2f6;
  padding: 20px;
  margin-top: 20px; }
  .styleguide_card .title {
    border-bottom: 2px solid grey; }

.extbase-debugger-floating {
  z-index: 9999999;
  overflow: visible; }


@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../Fonts/Inter/Inter-Thin.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  src: url("../Fonts/Inter/Inter-ThinItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/Inter/Inter-ExtraLight.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  src: url("../Fonts/Inter/Inter-ExtraLightItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/Inter/Inter-Light.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/Inter/Inter-LightItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/Inter/Inter-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("..Fonts/Inter/Inter-Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/Inter/Inter-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/Inter/Inter-MediumItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/Inter/Inter-SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/Inter/Inter-SemiBoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/Inter/Inter-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/Inter/Inter-BoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/Inter/Inter-ExtraBold.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("../Fonts/Inter/Inter-ExtraBoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/Inter/Inter-Black.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  src: url("../Fonts/Inter/Inter-BlackItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../Fonts/Inter/InterDisplay-Thin.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  src: url("../Fonts/Inter/InterDisplay-ThinItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/Inter/InterDisplay-ExtraLight.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  src: url("../Fonts/Inter/InterDisplay-ExtraLightItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/Inter/InterDisplay-Light.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/Inter/InterDisplay-LightItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/Inter/InterDisplay-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/Inter/InterDisplay-Italic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/Inter/InterDisplay-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/Inter/InterDisplay-MediumItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/Inter/InterDisplay-SemiBold.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/Inter/InterDisplay-SemiBoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/Inter/InterDisplay-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/Inter/InterDisplay-BoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/Inter/InterDisplay-ExtraBold.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("../Fonts/Inter/InterDisplay-ExtraBoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/Inter/InterDisplay-Black.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  src: url("../Fonts/Inter/InterDisplay-BlackItalic.woff2") format("woff2"); }



h1 {
  font-size: 32px;
  line-height: 48px; }
  @media (min-width: 1025px) {
    h1 {
      font-size: 48px;
      line-height: 60px; } }

h2, .m-container-reviews .e-con-inner .elementor-widget-container h5 {
  font-size: 24px;
  line-height: 32px; }
  @media (min-width: 1025px) {
    h2, .m-container-reviews .e-con-inner .elementor-widget-container h5 {
      line-height: 40px;
      font-size: 32px; } }

h3 {
  font-size: 20px;
  line-height: 28px; }
  @media (min-width: 1025px) {
    h3 {
      font-size: 24px;
      line-height: 32px; } }

h4 {
  font-size: 18px;
  line-height: 28px; }
  @media (min-width: 1025px) {
    h4 {
      line-height: 32px;
      font-size: 20px; } }

h1, h2, .m-container-reviews .e-con-inner .elementor-widget-container h5, h3, h4 {
  margin: 0;
  font-weight: 700; }

figure {
  margin: 0; }

.regular-title, .medium-title, .bold-title, .extrabold-title {
  font-size: 40px;
  line-height: 48px; }
  @media (min-width: 1025px) {
    .regular-title, .medium-title, .bold-title, .extrabold-title {
      font-size: 80px;
      line-height: 88px; } }

.regular-title {
  font-weight: 400; }

.medium-title {
  font-weight: 500; }

.bold-title {
  font-weight: 700; }

.extrabold-title {
  font-weight: 900; }

.m-basic-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }
  @media (min-width: 1025px) {
    .m-basic-text {
      font-size: 18px;
      line-height: 32px; } }

.m-label-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }
  @media (min-width: 1025px) {
    .m-label-text {
      font-size: 20px; } }

.primary-btn {
  background: var(--brand-color-one);
  color: #fff;
  cursor: pointer;
  height: 32px;
  font-size: 14px;
  line-height: 16px; }
  @media (min-width: 1025px) {
    .primary-btn {
      height: 48px;
      font-size: 16px;
      line-height: 20px; } }
  .primary-btn:hover {
    background: var(--brand-color-two); }
  .primary-btn:disabled {
    background-color: #DEDEDE;
    cursor: not-allowed; }

.primary-bg-white-btn {
  background: #fff;
  color: var(--brand-color-one);
  height: 32px;
  font-size: 14px;
  line-height: 16px; }
  @media (min-width: 1025px) {
    .primary-bg-white-btn {
      height: 48px;
      font-size: 16px;
      line-height: 20px; } }
  .primary-bg-white-btn:disabled {
    background-color: #DEDEDE;
    cursor: not-allowed; }

.secondary-btn {
  background: var(--brand-color-two);
  color: #fff;
  height: 32px;
  font-size: 14px;
  line-height: 16px; }
  @media (min-width: 1025px) {
    .secondary-btn {
      height: 48px;
      font-size: 16px;
      line-height: 20px; } }
  .secondary-btn:disabled {
    background-color: #DEDEDE;
    cursor: not-allowed; }

.secondary-btn-black {
  position: relative;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 12px 40px 12px 24px;
  border-radius: 4px; }
  @media (min-width: 1025px) {
    .secondary-btn-black {
      font-size: 16px;
      line-height: 20px; } }
  .secondary-btn-black:hover {
    background-color: var(--brand-color-three); }

.btn-with-border {
  border: 1px solid var(--brand-color-two);
  color: var(--brand-color-one);
  height: 32px;
  font-size: 14px;
  line-height: 16px; }
  @media (min-width: 1025px) {
    .btn-with-border {
      height: 48px;
      font-size: 16px;
      line-height: 20px; } }
  .btn-with-border:disabled {
    background-color: #DEDEDE;
    cursor: not-allowed; }

.btn-white-with-border {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 32px;
  font-size: 14px;
  line-height: 16px; }
  @media (min-width: 1025px) {
    .btn-white-with-border {
      height: 48px;
      font-size: 16px;
      line-height: 20px; } }
  .btn-white-with-border:hover {
    background: #fff;
    color: var(--brand-color-one); }
  .btn-white-with-border:disabled {
    border: 1px solid #BEBEBE;
    cursor: not-allowed; }

.btn-ghost {
  background: transparent;
  border: 0;
  color: var(--brand-color-one);
  height: 32px;
  font-size: 14px;
  line-height: 16px; }
  @media (min-width: 1025px) {
    .btn-ghost {
      height: 48px;
      font-size: 16px;
      line-height: 20px; } }
  .btn-ghost:hover {
    background: #fff;
    color: var(--brand-color-one); }
  .btn-ghost:disabled {
    color: #BEBEBE;
    cursor: not-allowed; }

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

.primary-btn, .primary-bg-white-btn, .secondary-btn, .secondary-btn-black, .btn-with-border, .btn-white-with-border, .btn-ghost, .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 {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
  background: var(--brand-color-two);
  padding: 14px;
  width: 40px;
  height: 40px; }
  @media (min-width: 1025px) {
    .m-back {
      display: block;
      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 {
  font-family: Inter; }
  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; }
    form > p > br {
      height: 16px; }
    form > p .wpcf7-form-control-wrap {
      position: relative; }
      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 {
        padding: 16px;
        color: #575757;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        background-color: #F7F7F7;
        border: 0;
        width: 100%;
        font-family: Inter; }
        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: #575757;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px;
          font-family: 'Inter'; }
        form > p .wpcf7-form-control-wrap input:-moz-placeholder, form > p .wpcf7-form-control-wrap textarea:-moz-placeholder, form > p .wpcf7-form-control-wrap select:-moz-placeholder {

          color: rgba(255, 255, 255, 0.8);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px;
          font-family: 'Inter'; }
        form > p .wpcf7-form-control-wrap input::-moz-placeholder, form > p .wpcf7-form-control-wrap textarea::-moz-placeholder, form > p .wpcf7-form-control-wrap select::-moz-placeholder {

          color: rgba(255, 255, 255, 0.8);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px;
          font-family: 'Inter'; }
        form > p .wpcf7-form-control-wrap input:-ms-input-placeholder, form > p .wpcf7-form-control-wrap textarea:-ms-input-placeholder, form > p .wpcf7-form-control-wrap select:-ms-input-placeholder {

          color: rgba(255, 255, 255, 0.8);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px;
          font-family: 'Inter'; }
      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: 304px;
        resize: none; }
      form > p .wpcf7-form-control-wrap select, form > p .wpcf7-form-control-wrap .wpcf7-date {
        color: var(--brand-color-one);
        appearance: none;

        -webkit-appearance: none;

        -moz-appearance: none;

        border: none; }
        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 select {
        display: inline-block; }
        form > p .wpcf7-form-control-wrap select::after {
          content: '▼';

          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          pointer-events: none;

          font-size: 12px;
           }
      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 {
        padding-top: 5px; }
        form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
          margin: 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-size: 16px;
            font-weight: 400;
            line-height: 28px;
            color: #fff;
            margin-top: -5px; }
            @media (min-width: 1025px) {
              form > p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
                font-size: 18px;
                line-height: 32px; } }
            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; }
        form > p .wpcf7-form-control-wrap svg path {
          fill: var(--brand-color-one); }
    form > p .m-text {
      color: #fff;
      font-size: 16px; }
    form > p .wpcf7-submit {
      background-color: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      padding: 14px 24px;
      max-width: 132px;
      margin-top: 37px;
      color: var(--brand-color-one);
      border: 0;
      cursor: pointer;
      font-family: "Inter";
      letter-spacing: 0.5px;
      width: auto; }
      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: 0;
  padding: 0;
  border-color: #46b450;
  color: #46b450 !important;
  font-weight: 700; }

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

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

.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 {
  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: 48px;
  margin-bottom: 0;
  padding-left: 0; }
  @media (min-width: 1025px) {
    .slick-dots {
      margin-top: 60px; } }
  .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;
    border-radius: 50%; }
    .slick-dots li button {
      width: 100%;
      height: 100%;
      background: gray;
      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 button {
      background: #000; }

html {
  scroll-behavior: smooth; }
  html body {
    font-family: "Inter";
    margin: 0; }
    html body .m-wrapper {
      max-width: 1656px;
      margin: 0 auto;
      padding: 0 24px;
      width: 100%; }
    html body p {
      margin: 0; }
    html body a {
      text-decoration: none; }
    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 .main-inner > p {
      max-width: 1656px;
      margin: 0 auto;
      padding: 0 24px;
      width: 100%; }
    html body .e-con-inner {
      padding: 0; }
      html body .e-con-inner .elementor-image-box-img img {
        width: 100%;
        height: 100%; }

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

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

#m-error h3, #m-error h2, #m-error .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container #m-error h5, #m-error p, #m-error a {
  font-family: 'Inter' !important; }

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


.elementor-location-footer {
  border-top: 1px solid #EDEDED;
  background: #EDEDED;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .elementor-location-footer {
      margin-top: 120px; } }
  .elementor-location-footer .e-child {
    padding: 0; }
  .elementor-location-footer .footer-section {
    max-width: 1656px;
    margin: 0 auto;
    width: 100%;
    padding: 32px 24px 40px; }
    @media (min-width: 1025px) {
      .elementor-location-footer .footer-section {
        padding: 32px 24px 40px; } }
    @media (min-width: 1441px) {
      .elementor-location-footer .footer-section {
        padding: 48px 24px 140px; } }
    .elementor-location-footer .footer-section .footer-widget-contact .elementor-widget-container .m-contact p {
      margin: 9px 0; }
      .elementor-location-footer .footer-section .footer-widget-contact .elementor-widget-container .m-contact p:first-child {
        padding-bottom: 0;
        margin-top: 0;
        max-width: 230px; }
      .elementor-location-footer .footer-section .footer-widget-contact .elementor-widget-container .m-contact p a {
        color: var(--brand-color-one);
        text-decoration: none;
        cursor: pointer; }
        .elementor-location-footer .footer-section .footer-widget-contact .elementor-widget-container .m-contact p a:hover {
          text-decoration: underline; }
    .elementor-location-footer .footer-section .footer-widget-contact .elementor-widget-container .m-adr {
      padding-bottom: 22.5px; }
      .elementor-location-footer .footer-section .footer-widget-contact .elementor-widget-container .m-adr:first-child {
        padding-bottom: 3px; }
      .elementor-location-footer .footer-section .footer-widget-contact .elementor-widget-container .m-adr > p {
        margin-bottom: 0;
        line-height: 28px;
        font-size: 16px; }
    .elementor-location-footer .footer-section .footer-widget-time .elementor-widget-container .m-times p {
      margin: 9px 0; }
      .elementor-location-footer .footer-section .footer-widget-time .elementor-widget-container .m-times p:first-child {
        padding-bottom: 8px;
        margin-top: 0; }
    .elementor-location-footer .footer-section .footer-widget-time .elementor-widget-container .m-time {
      font-size: 16px;
      line-height: 20px; }
      .elementor-location-footer .footer-section .footer-widget-time .elementor-widget-container .m-time .m-samstag {
        padding-top: 16px; }
      .elementor-location-footer .footer-section .footer-widget-time .elementor-widget-container .m-time .m-title {
        padding-bottom: 5px; }
    .elementor-location-footer .footer-section .widget-footer-menu {
      padding: 0; }
      .elementor-location-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 5px; }
        .elementor-location-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; }
        .elementor-location-footer .footer-section .widget-footer-menu .elementor-widget-container .elementor-nav-menu--main .elementor-nav-menu .menu-item a:after {
          background-color: transparent; }
      .elementor-location-footer .footer-section .widget-footer-menu p {
        margin-bottom: 9px; }
      .elementor-location-footer .footer-section .widget-footer-menu .m-title p {
        padding-bottom: 5px; }
      .elementor-location-footer .footer-section .widget-footer-menu .m-text-footer {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px; }
        .elementor-location-footer .footer-section .widget-footer-menu .m-text-footer p {
          margin-bottom: 0; }
    .elementor-location-footer .footer-section .footer-widget-social-media p {
      margin-bottom: 12px; }
    .elementor-location-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; }
      .elementor-location-footer .footer-section .footer-widget-social-media .social-media-widget a svg path {
        fill: var(--brand-color-one); }
  .elementor-location-footer .footer-widget-copy-right .elementor-widget-container {
    width: 100%;
    max-width: 1656px !important;
    margin: 0 auto;
    padding: 0 24px; }
    .elementor-location-footer .footer-widget-copy-right .elementor-widget-container .copy-right {
      text-align: center; }
      .elementor-location-footer .footer-widget-copy-right .elementor-widget-container .copy-right p {
        color: #fff; }

#header {
  position: relative;
  z-index: 10000;
  height: 80px;
  font-family: 'Inter'; }
  @media (min-width: 1441px) {
    #header {
      height: 130px; } }
  #header > .e-con-inner {
    max-width: 1656px !important;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%; }
    #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; }
          @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; }
    #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;
        font-size: 14px;
        line-height: 16px;
        background-color: var(--brand-color-one);
        height: 40px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-radius: 0;
        font-weight: 700; }
        @media (min-width: 1025px) {
          #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button {
            padding: 15px 18px; } }
        @media (min-width: 1200px) {
          #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button {
            padding: 15px 24px; } }
        #header .m-btn-social-media .m-button .elementor-widget-container .elementor-button:hover {
          background-color: var(--brand-color-two); }
        #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: 1px 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: 154px !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; } }
    @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: var(--brand-color-one);
      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: 16px 0; }
        @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: #fff;
          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;
              color: #000; } }
          @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(0deg);
              transform: rotate(0deg);
              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: #fff;
            border-bottom: 0;
            font-weight: 700; }
            @media (min-width: 1025px) {
              #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > a.elementor-item-active {
                color: var(--brand-color-one); } }
            #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: #fff;
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
          cursor: pointer !important; }
          @media (min-width: 1025px) {
            #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 {
              color: var(--brand-color-one); } }
          #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:hover .sub-arrow svg, #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item:focus .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 .sub-arrow svg {
          width: 20px;
          height: 20px;
          fill: #fff !important; }
          @media (min-width: 1025px) {
            #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item .elementor-item.has-submenu .sub-arrow svg {
              fill: #000 !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: var(--brand-color-one);
          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-size: 20px;
              font-weight: 500;
              line-height: 24px;
              padding: 16px 0;
              color: #fff;
              -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; } }
              #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; }
                @media (min-width: 1025px) {
                  #header .m-menu .elementor-nav-menu__container > .elementor-nav-menu > .menu-item > .sub-menu > .menu-item > a:hover {
                    color: #fff; } }
                #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 .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: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px; }
  @media (min-width: 1025px) {
    .mod-breadcrumb {
      padding: 21px 0;
      height: 52px; } }
  .mod-breadcrumb > .m-wrapper > a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize; }
    .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-breadcrumb > .m-wrapper > .m-page-title {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize; }

.mod-sticky-cta {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 4px; }
  .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; }
    @media (min-width: 1025px) {
      .mod-sticky-cta .elementor-image-box-wrapper {
        width: 60px;
        height: 60px; } }
    .mod-sticky-cta .elementor-image-box-wrapper .elementor-image-box-img {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mod-sticky-cta .elementor-image-box-wrapper .elementor-image-box-img a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .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 {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: var(--brand-color-two);
      cursor: pointer;
      padding-right: 35px;
      gap: 10px; }
      @media (min-width: 1025px) {
        .mod-sticky-cta .elementor-image-box-wrapper:hover, .mod-sticky-cta .elementor-image-box-wrapper:focus {
          padding-right: 70px;
          max-width: -webkit-max-content;
          max-width: -moz-max-content;
          max-width: max-content;
          max-height: 60px; } }
      .mod-sticky-cta .elementor-image-box-wrapper:hover .elementor-image-box-content, .mod-sticky-cta .elementor-image-box-wrapper:focus .elementor-image-box-content {
        display: block;
        font-size: 18px;
        font-weight: 400;
        white-space: nowrap; }
        .mod-sticky-cta .elementor-image-box-wrapper:hover .elementor-image-box-content a, .mod-sticky-cta .elementor-image-box-wrapper:focus .elementor-image-box-content a {
          color: #fff;
          font-size: 18px;
          font-weight: 400; }
        .mod-sticky-cta .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-description, .mod-sticky-cta .elementor-image-box-wrapper:focus .elementor-image-box-content .elementor-image-box-description {
          display: none; }
      .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;
           }






@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .row:after, .row:before {
      content: none; }
    .container:after, .container:before {
      content: none; } } }


.mod-gallery {
  padding-top: 50px; }
  @media (min-width: 1025px) {
    .mod-gallery {
      padding-top: 109px; } }
  .mod-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-wrapper .m-headline-text {
      padding-bottom: 32px; }
      @media (min-width: 1025px) {
        .mod-gallery > .m-wrapper .m-headline-text {
          padding-bottom: 60px; } }
      .mod-gallery > .m-wrapper .m-headline-text .m-headline {
        color: var(--brand-color-one); }
      .mod-gallery > .m-wrapper .m-headline-text .m-headline, .mod-gallery > .m-wrapper .m-headline-text .m-text {
        text-align: center;
        max-width: 1062px;
        width: 100%;
        margin: 0 auto; }
      .mod-gallery > .m-wrapper .m-headline-text .m-text {
        padding-top: 13px; }
        @media (min-width: 1025px) {
          .mod-gallery > .m-wrapper .m-headline-text .m-text {
            padding-top: 25px; } }
    .mod-gallery > .m-wrapper > .m-gallery-boxes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -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; }
      @media (min-width: 768px) {
        .mod-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; } }
      @media (min-width: 1025px) {
        .mod-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;
          gap: 32px; } }
      .mod-gallery > .m-wrapper > .m-gallery-boxes thead {
        display: none; }
      .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box {
        position: relative;
        width: 100%; }
        @media (min-width: 768px) {
          .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box {
            max-width: 47%; } }
        @media (min-width: 1025px) {
          .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box {
            max-width: 30%; } }
        @media (min-width: 1200px) {
          .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box {
            max-width: 31.5%; } }
        @media (min-width: 1441px) {
          .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box {
            max-width: 31.7%; } }
        .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-three, .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-pagination {
          max-width: 100%;
          width: 100%; }
          @media (min-width: 768px) {
            .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-three, .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-pagination {
              max-width: calc(50% - 16px); } }
        .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box .m-image {
          height: 100%;
          width: 100%; }
          .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box .m-image > a {
            cursor: -webkit-zoom-in;
            width: 100%; }
            .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box .m-image > a.is-pointer {
              cursor: pointer; }
            .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box .m-image > a > figure {
              width: 100%;
              height: 100%;
              margin: 0; }
              .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box .m-image > a > figure > img {
                width: 100%;
                height: 217px;
                max-height: 100%;
                border-radius: 0;
                -o-object-fit: cover;
                object-fit: cover; }
                @media (min-width: 1025px) {
                  .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box .m-image > a > figure > img {
                    border-radius: 0;
                    height: 525px;
                    max-height: 100%; } }
            .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box .m-image > a > .is-nbr-plus {
              display: none; }
        .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-five.is-last .is-nbr-plus, .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-three.is-last .is-nbr-plus {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          position: absolute;
          left: 50%;
          top: 50%;

          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 80px;
          margin: auto;
          color: #fff; }
          @media (min-width: 1025px) {
            .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-five.is-last .is-nbr-plus, .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-three.is-last .is-nbr-plus {
              font-size: 120px; } }
        .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-five.is-last:before, .mod-gallery > .m-wrapper > .m-gallery-boxes .m-box.is-three.is-last:before {
          content: '';
          background: rgba(255, 255, 255, 0.2);
          -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
          width: 100%;
          height: 100%;
          position: absolute;
          border-radius: 0; }
      .mod-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-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; } }
        @media (min-width: 1025px) {
          .mod-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-wrapper > .m-gallery-boxes #galleryTable_wrapper table {
          width: 100%;
          opacity: 0;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
          border-spacing: 0; }
          .mod-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper table.visible {
            opacity: 1; }
          .mod-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper table tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 24px; }
            @media (min-width: 1025px) {
              .mod-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper table tbody {
                gap: 32px; } }
            .mod-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper table tbody tr {
              width: 100%;
              max-width: 100%;
              height: 217px; }
              @media (min-width: 768px) {
                .mod-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper table tbody tr {
                  height: auto;
                  max-width: calc(50% - 16px);
                  max-height: 525px; } }
              .mod-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper table tbody tr td {
                width: 100%;
                padding: 0; }
                .mod-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper table tbody tr td img {
                  height: 217px;
                  width: calc(100vw - 48px); }
                  @media (min-width: 1025px) {
                    .mod-gallery > .m-wrapper > .m-gallery-boxes #galleryTable_wrapper table tbody tr td img {
                      height: auto;
                      aspect-ratio: 1.5; } }
      .mod-gallery > .m-wrapper > .m-gallery-boxes table {
        width: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .mod-gallery > .m-wrapper > .m-gallery-boxes table tbody {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 24px; }
          @media (min-width: 1025px) {
            .mod-gallery > .m-wrapper > .m-gallery-boxes table tbody {
              gap: 32px; } }
          .mod-gallery > .m-wrapper > .m-gallery-boxes table tbody tr {
            width: 100%;
            max-width: 100%; }
            @media (min-width: 768px) {
              .mod-gallery > .m-wrapper > .m-gallery-boxes table tbody tr {
                max-width: 47%; } }
            @media (min-width: 1441px) {
              .mod-gallery > .m-wrapper > .m-gallery-boxes table tbody tr {
                max-width: 48%; } }
            @media (min-width: 1800px) {
              .mod-gallery > .m-wrapper > .m-gallery-boxes table tbody tr {
                max-width: 49%; } }
            .mod-gallery > .m-wrapper > .m-gallery-boxes table tbody tr td {
              width: 100%; }
              .mod-gallery > .m-wrapper > .m-gallery-boxes table tbody tr td img {
                height: auto; }
      .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate {
        padding-top: 48px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 17px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 1025px) {
          .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate {
            padding-top: 120px; } }
        .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate a {
          cursor: pointer;
          font-size: 18px;
          font-weight: 500;
          line-height: 24px; }
          @media (min-width: 1025px) {
            .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate a {
              font-size: 20px; } }
          .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate a.current {
            color: var(--brand-color-two); }
        .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 17px; }
        .mod-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-wrapper > .m-gallery-boxes .dataTables_paginate .ellipsis:after {
            content: "";
            background-image: url("../Img/Svg/dots.svg");
            width: 16px;
            height: 16px;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            right: -4px;
            bottom: 0; }
        .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_previous {
          position: relative;
          padding-left: 20px;
          text-indent: -9999px; }
          .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_previous:before {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            background-image: url("../Img/Svg/arrow-pagination-left.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_next {
          position: relative;
          padding-left: 20px;
          text-indent: -9999px; }
          .mod-gallery > .m-wrapper > .m-gallery-boxes .dataTables_paginate #galleryTable_next:before {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            background-image: url("../Img/Svg/arrow-pagination-right.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .mod-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-wrapper .m-button {
          margin-top: 40px; } }
      .mod-gallery > .m-wrapper .m-button a {
        border-radius: 0;
        font-size: 16px;
        height: 48px;
        min-width: 160px;
        background: var(--brand-color-one); }
        .mod-gallery > .m-wrapper .m-button a:hover {
          background-color: var(--brand-color-two);
          color: white;
          border: 1px solid var(--brand-color-two); }
          .mod-gallery > .m-wrapper .m-button a:hover::after {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
  .mod-gallery.is-pagination {
    background-color: var(--brand-color-one);
    padding-bottom: 48px; }
    @media (min-width: 1025px) {
      .mod-gallery.is-pagination {
        padding-bottom: 120px; } }
    .mod-gallery.is-pagination .m-headline-text {
      padding-bottom: 53px; }
      @media (min-width: 1025px) {
        .mod-gallery.is-pagination .m-headline-text {
          padding-bottom: 70px; } }
      .mod-gallery.is-pagination .m-headline-text .m-headline, .mod-gallery.is-pagination .m-headline-text .m-text {
        color: #fff; }
  .mod-gallery.is-five .m-gallery-boxes {
    gap: 16px; }
    @media (min-width: 1025px) {
      .mod-gallery.is-five .m-gallery-boxes {
        gap: 32px; } }
    .mod-gallery.is-five .m-gallery-boxes img {
      height: 222px !important; }
      @media (min-width: 1025px) {
        .mod-gallery.is-five .m-gallery-boxes img {
          height: 270px !important; } }
  .mod-gallery.is-three .m-gallery-boxes {
    gap: 24px; }
    @media (min-width: 1025px) {
      .mod-gallery.is-three .m-gallery-boxes {
        gap: 32px; } }
    .mod-gallery.is-three .m-gallery-boxes .m-box img {
      height: 217px !important; }
      @media (min-width: 1025px) {
        .mod-gallery.is-three .m-gallery-boxes .m-box img {
          height: 525px !important; } }

#lightbox .lb-outerContainer {
  border-radius: 0;
  position: relative; }
  #lightbox .lb-outerContainer .lb-nav {
    top: 38%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }
    @media (min-width: 1025px) {
      #lightbox .lb-outerContainer .lb-nav {
        width: calc(100% + 100px);
        top: calc(50% - 30px); } }
  #lightbox .lb-outerContainer .lb-container {
    position: relative; }
    #lightbox .lb-outerContainer .lb-container .lb-image {
      border-radius: 0;
      border: 0;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
      height: 100% !important;
      max-height: 328px;
      width: calc(100vw - 48px) !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: 100%;
          min-height: 100%;
          -o-object-fit: cover;
          object-fit: cover; } }
      @media (min-width: 1200px) {
        #lightbox .lb-outerContainer .lb-container .lb-image {
          min-width: 1000px; } }
  #lightbox .lb-outerContainer .lb-prev, #lightbox .lb-outerContainer .lb-next {
    opacity: 1;
    background-color: var(--brand-color-one);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 20px;
    width: 32px;
    height: 32px; }
    @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-two); }
  #lightbox .lb-outerContainer .lb-next {
    background-image: url("../Img/Svg/arrow-pagination-right.svg"); }
  #lightbox .lb-outerContainer .lb-prev {
    background-image: url("../Img/Svg/arrow-pagination-left.svg"); }
    @media (min-width: 1025px) {
      #lightbox .lb-outerContainer .lb-prev {
        margin-left: -100px; } }

#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; }

.mod-topbanner {
  border-radius: 0 0 60px 60px; }
  @media (min-width: 1025px) {
    .mod-topbanner {
      border-radius: 0 0 100px 100px; } }
  .mod-topbanner.with-margin {
    margin-top: 60px; }
    @media (min-width: 1025px) {
      .mod-topbanner.with-margin {
        margin-top: 120px; } }
  .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;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .mod-topbanner > .m-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .mod-topbanner > .m-wrapper > .m-left-section {
      background: var(--brand-color-one);
      padding: 40px 24px 32px 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;
      gap: 32px;
      width: 100%; }
      @media (min-width: 1200px) {
        .mod-topbanner > .m-wrapper > .m-left-section {
          padding: 48px 48px 48px 60px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          width: 75%; } }
      .mod-topbanner > .m-wrapper > .m-left-section.is-equal {
        width: 100%; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-left-section.is-equal {
            width: 50%; } }
      .mod-topbanner > .m-wrapper > .m-left-section.with-image {
        width: 100%; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-left-section.with-image {
            width: 91%;
            padding: 48px 48px 48px 60px; } }
        .mod-topbanner > .m-wrapper > .m-left-section.with-image .m-button {
          margin-top: 16px;
          position: relative; }
          @media (min-width: 1025px) {
            .mod-topbanner > .m-wrapper > .m-left-section.with-image .m-button {
              margin-top: 40px !important; } }
      .mod-topbanner > .m-wrapper > .m-left-section .m-left h2, .mod-topbanner > .m-wrapper > .m-left-section .m-left .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-topbanner > .m-wrapper > .m-left-section .m-left h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-left-section .m-left h2, .mod-topbanner > .m-wrapper > .m-left-section .m-left .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-topbanner > .m-wrapper > .m-left-section .m-left h5 {
            font-size: 48px;
            line-height: 60px; } }
      .mod-topbanner > .m-wrapper > .m-left-section .m-left h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-left-section .m-left h3 {
            font-size: 32px;
            line-height: 40px; } }
      .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-text {
        font-size: 16px;
        line-height: 28px;
        padding-top: 3px;
        font-weight: 400; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-text {
            font-size: 18px;
            line-height: 32px; } }
      .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button {
        margin-top: 16px;
        position: relative; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button {
            margin-top: 73px; } }
        .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black {
          position: relative;
          border-radius: 0;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          padding: 15px 20px 15px 24px;
          gap: 4px; }
          @media (min-width: 1025px) {
            .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black {
              padding: 17px 20px 17px 24px; } }
          .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black.is-brand-two {
            background: var(--brand-color-two);
            color: #fff; }
            .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black.is-brand-two svg, .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black.is-brand-two svg path {
              fill: #fff;
               }
          .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black.is-white {
            background: #fff;
            color: var(--brand-color-one); }
            .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black.is-white:hover {
              background: var(--brand-color-two);
              color: #fff; }
              .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black.is-white:hover svg, .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black.is-white:hover svg path {
                fill: #fff;
                 }
            .mod-topbanner > .m-wrapper > .m-left-section .m-left > .m-button .secondary-btn-black.is-white svg path {
              fill: var(--brand-color-one);
               }
      .mod-topbanner > .m-wrapper > .m-left-section > .m-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        max-width: 378px;
        width: 100%; }
      .mod-topbanner > .m-wrapper > .m-left-section img {
        width: 378px;
        height: 152px;
        -o-object-fit: cover;
        object-fit: cover; }
    .mod-topbanner > .m-wrapper > .m-right-section {
      background: var(--brand-color-two);
      width: 100%;
      padding: 32px 24px 40px; }
      @media (min-width: 1025px) {
        .mod-topbanner > .m-wrapper > .m-right-section {
          font-size: 18px;
          line-height: 28px;
          padding: 48px 60px 48px 48px;
          width: 25%; } }
      .mod-topbanner > .m-wrapper > .m-right-section.is-equal {
        width: 100%; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-right-section.is-equal {
            width: 50%; } }
      .mod-topbanner > .m-wrapper > .m-right-section.is-small {
        width: 100%; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-right-section.is-small {
            width: 30%; } }
      .mod-topbanner > .m-wrapper > .m-right-section > h2, .m-container-reviews .e-con-inner .elementor-widget-container .mod-topbanner > .m-wrapper > .m-right-section > h5, .mod-topbanner > .m-wrapper > .m-right-section h3 {
        font-weight: 700; }
      .mod-topbanner > .m-wrapper > .m-right-section > h2, .m-container-reviews .e-con-inner .elementor-widget-container .mod-topbanner > .m-wrapper > .m-right-section > h5 {
        font-size: 20px;
        line-height: 28px; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-right-section > h2, .m-container-reviews .e-con-inner .elementor-widget-container .mod-topbanner > .m-wrapper > .m-right-section > h5 {
            font-size: 32px;
            line-height: 40px; } }
      .mod-topbanner > .m-wrapper > .m-right-section > h3 {
        font-size: 20px;
        line-height: 28px; }
        @media (min-width: 1025px) {
          .mod-topbanner > .m-wrapper > .m-right-section > h3 {
            font-size: 24px;
            line-height: 32px; } }
      .mod-topbanner > .m-wrapper > .m-right-section > .m-infos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        padding-top: 17px;
        -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: 32px; } }
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-title {
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          padding-bottom: 8px; }
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-address > .m-title {
          font-size: 18px;
          font-weight: 700;
          line-height: 24px;
          padding-bottom: 8px; }
          @media (min-width: 1025px) {
            .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-address > .m-title {
              font-size: 20px; } }
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-address .m-adr, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-address .m-adr p {
          font-weight: 400;
          font-size: 16px;
          line-height: 28px; }
          @media (min-width: 1025px) {
            .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-address .m-adr, .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-address .m-adr p {
              font-size: 18px;
              line-height: 32px; } }
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times {
          font-size: 16px;
          line-height: 28px; }
          @media (min-width: 1025px) {
            .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times {
              font-size: 18px;
              line-height: 32px; } }
          .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times .m-time > .m-title {
            padding-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 p {
            font-weight: 400;
            font-size: 16px;
            line-height: 28px; }
            @media (min-width: 1025px) {
              .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .m-times .m-time p {
                font-size: 18px;
                line-height: 32px; } }
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .is-sidebar2 {
          margin-top: 13px; }
          @media (min-width: 1025px) {
            .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .is-sidebar2 {
              margin-top: 0; } }
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.is-column {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 10px; }
          @media (min-width: 1025px) {
            .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.is-column {
              gap: 20px; } }
        .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;
          padding-top: 24px; }
          .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.is-row .m-address {
            max-width: 100%; }
            @media (min-width: 1025px) {
              .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.is-row .m-address {
                max-width: 346px;
                width: 100%; } }
          .mod-topbanner > .m-wrapper > .m-right-section > .m-infos.is-row .is-sidebar2 {
            margin-top: 0; }
        .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .without-img {
          max-width: 155px;
          width: 100%; }
          @media (min-width: 1025px) {
            .mod-topbanner > .m-wrapper > .m-right-section > .m-infos .without-img {
              max-width: 225px; } }

.mod-ctabanner {
  padding-top: 80px; }
  @media (min-width: 1025px) {
    .mod-ctabanner {
      padding-top: 140px; } }
  .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%;
    padding: 0; }
    @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;
        padding: 0 24px; } }
    .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; }
      @media (min-width: 1025px) {
        .mod-ctabanner > .m-wrapper > .m-left-section {
          padding: 48px 40px;
          width: 50%; } }
      .mod-ctabanner > .m-wrapper > .m-left-section > .m-headline {
        font-size: 32px;
        line-height: 48px;
        text-align: center; }
        @media (min-width: 1025px) {
          .mod-ctabanner > .m-wrapper > .m-left-section > .m-headline {
            text-align: left;
            font-size: 48px;
            line-height: 60px; } }
      .mod-ctabanner > .m-wrapper > .m-left-section > .m-text {
        padding-top: 8px;
        text-align: center; }
        @media (min-width: 1025px) {
          .mod-ctabanner > .m-wrapper > .m-left-section > .m-text {
            text-align: left;
            padding-top: 33px; } }
        .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-name {
          color: #fff; }
        .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-position {
          color: #fff;
          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 {
          font-size: 16px;
          line-height: 28px; }
          @media (min-width: 1025px) {
            .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-position, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-name {
              font-size: 18px;
              line-height: 32px; } }
        .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn {
          padding-top: 33px;
          font-weight: 700;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (min-width: 1025px) {
            .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn {
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: start;
              padding-top: 48px; } }
          .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-phone {
            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;
            padding: 15px 24px;
            background: #fff;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            font-size: 14px;
            line-height: 16px;
            cursor: pointer;
            color: var(--brand-color-one); }
            @media (min-width: 1025px) {
              .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-phone {
                padding: 18px 24px;
                font-size: 16px;
                line-height: 20px; } }
            .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-phone:hover {
              background-color: var(--brand-color-two);
              color: #fff; }
              .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-phone:hover > .m-prefix, .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-phone:hover a {
                color: #fff; }
            .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-phone > .m-prefix {
              color: var(--brand-color-one);
              padding-right: 5px;
              text-decoration: none; }
              .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-phone > .m-prefix:hover {
                color: #fff; }
            .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-phone > a {
              color: var(--brand-color-one);
              text-decoration: none; }
              .mod-ctabanner > .m-wrapper > .m-left-section > .m-text > .m-btn > .m-phone > a:hover {
                color: #fff; }
    .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: 100%;
          max-height: 250px; }
          @media (min-width: 1025px) {
            .mod-ctabanner > .m-wrapper > .m-right-section > .m-image > img {
              max-height: unset; } }

.mod-highlightteaser {
  margin-top: 60px; }
  @media (min-width: 1025px) {
    .mod-highlightteaser {
      margin-top: 120px; } }
  .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;
    padding: 0; }
    @media (min-width: 1025px) {
      .mod-highlightteaser > .m-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 24px; } }
    .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 {
      padding: 32px 24px;
      background-color: var(--brand-color-one);
      width: 100%;
      max-height: 100%; }
      @media (min-width: 1025px) {
        .mod-highlightteaser > .m-wrapper > .m-left-section {
          width: 50%;
          padding: 71px 60px;
          min-height: 512px; } }
      .mod-highlightteaser > .m-wrapper > .m-left-section > .m-title {
        color: #fff;
        margin: 0 auto;
        text-align: center; }
        @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 > h2, .m-container-reviews .e-con-inner .elementor-widget-container .mod-highlightteaser > .m-wrapper > .m-left-section > h5 {
        font-size: 32px;
        line-height: 48px; }
        @media (min-width: 1025px) {
          .mod-highlightteaser > .m-wrapper > .m-left-section > h2, .m-container-reviews .e-con-inner .elementor-widget-container .mod-highlightteaser > .m-wrapper > .m-left-section > h5 {
            font-size: 48px;
            line-height: 60px; } }
      .mod-highlightteaser > .m-wrapper > .m-left-section > h3 {
        font-size: 24px;
        line-height: 32px; }
        @media (min-width: 1025px) {
          .mod-highlightteaser > .m-wrapper > .m-left-section > h3 {
            font-size: 32px;
            line-height: 48px; } }
      .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text {
        color: #fff;
        text-align: center;
        padding-top: 14px; }
        @media (min-width: 1025px) {
          .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text {
            text-align: left;
            padding-top: 21px; } }
        .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text.with-space {
          margin-top: 8px; }
        .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text > ol, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text ul {
          color: #fff;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px;
          margin: 0 auto;
          width: 100%;
          text-align: center;
          padding-left: 24px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
          @media (min-width: 1025px) {
            .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text > ol, .mod-highlightteaser > .m-wrapper > .m-left-section > .m-text ul {
              font-size: 18px;
              line-height: 32px;
              margin: 0;
              text-align: left; } }
        .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 {
        margin: 0 auto;
        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-highlightteaser > .m-wrapper > .m-left-section > .m-button-container {
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left; } }
        .mod-highlightteaser > .m-wrapper > .m-left-section > .m-button-container > .m-button {
          border: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 40px;
          padding: 12px 24px;
          -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;
          background-color: #fff;
          color: var(--brand-color-one);
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 14px;
          font-weight: 700;
          line-height: 16px;
          letter-spacing: 0.5px;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          margin-top: 24px; }
          @media (min-width: 1025px) {
            .mod-highlightteaser > .m-wrapper > .m-left-section > .m-button-container > .m-button {
              padding: 17px 24px;
              margin: 0;
              height: 46px;
              font-size: 16px;
              line-height: 20px;
              margin-top: 54px; } }
          .mod-highlightteaser > .m-wrapper > .m-left-section > .m-button-container > .m-button:hover {
            background-color: var(--brand-color-two);
            color: #fff; }
            .mod-highlightteaser > .m-wrapper > .m-left-section > .m-button-container > .m-button:hover::after {
              -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
            .mod-highlightteaser > .m-wrapper > .m-left-section > .m-button-container > .m-button:hover path {
              fill: #fff; }
          .mod-highlightteaser > .m-wrapper > .m-left-section > .m-button-container > .m-button > svg {
            margin-top: 5px; }
            .mod-highlightteaser > .m-wrapper > .m-left-section > .m-button-container > .m-button > svg path {
              fill: var(--brand-color-one); }
    .mod-highlightteaser > .m-wrapper > .m-right-section {
      width: 100%;
      position: relative; }
      @media (min-width: 1025px) {
        .mod-highlightteaser > .m-wrapper > .m-right-section {
          max-width: 50%; } }
      .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider {
        height: 100%; }
        .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture {
          height: 100%; }
          .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture img {
            width: 100%;
            height: 250px;
            -o-object-fit: cover;
            object-fit: cover; }
            @media (min-width: 768px) {
              .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture img {
                height: 100%; } }
          .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture figcaption {
            font-size: 14px;
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: #fff;
            font-weight: 600; }
            @media (min-width: 1025px) {
              .mod-highlightteaser > .m-wrapper > .m-right-section .m-image-slider .m-picture figcaption {
                position: unset;
                height: 100%;
                color: #000;
                font-weight: 400; } }
        .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 button {
          background: var(--brand-color-two); }
        .mod-highlightteaser > .m-wrapper > .m-right-section .slick-dots li.slick-active button {
          background: var(--brand-color-one); }

.mod-stage {
  width: 100%;
  overflow: hidden;
  max-width: 100%; }
  .mod-stage .m-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .mod-stage .m-wrapper > .stage-slick {
      max-height: 240px; }
      @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: 972px; } }
      .mod-stage .m-wrapper > .stage-slick .slick-track .slick-slide-stage > .mod-image {
        max-height: 240px; }
        @media (min-width: 768px) {
          .mod-stage .m-wrapper > .stage-slick .slick-track .slick-slide-stage > .mod-image {
            max-height: 400px; } }
        @media (min-width: 1025px) {
          .mod-stage .m-wrapper > .stage-slick .slick-track .slick-slide-stage > .mod-image {
            max-height: 600px;} }


      @media (min-width: 1441px) {
        .mod-stage .m-wrapper > .stage-slick .slick-track .slick-slide-stage > .mod-image {
          max-height: 972px;
          height:100%;} }

        .mod-stage .m-wrapper > .stage-slick .slick-track div>.slick-slide-stage
        {
          height:100%;
        }
        .mod-stage .m-wrapper > .stage-slick .slick-track .slick-slide-stage > .mod-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: 768px) {
            .mod-stage .m-wrapper > .stage-slick .slick-track .slick-slide-stage > .mod-image > img {
              max-height: 400px; } }
          @media (min-width: 1025px) {
            .mod-stage .m-wrapper > .stage-slick .slick-track .slick-slide-stage > .mod-image > img {
              max-height: 600px; } }
          @media (min-width: 1025px) {
            .mod-stage .m-wrapper > .stage-slick .slick-track .slick-slide-stage > .mod-image > img {
              max-height: 972px; } }
      .mod-stage .m-wrapper > .stage-slick > .slick-dots {
        position: absolute;
        bottom: 24px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);

        margin: 0;
        padding: 0; }
        @media (min-width: 1025px) {
          .mod-stage .m-wrapper > .stage-slick > .slick-dots {
            bottom: 32px; } }
        .mod-stage .m-wrapper > .stage-slick > .slick-dots > li {
          margin: 0;
          width: 12px;
          height: 12px;
          background-color: transparent;
          border: 1px solid var(--brand-color-one);
          border-radius: 50%;
          opacity: 1; }
        .mod-stage .m-wrapper > .stage-slick > .slick-dots > .slick-active {
          background-color: var(--brand-color-one); }
      .mod-stage .m-wrapper > .stage-slick .slick-next, .mod-stage .m-wrapper > .stage-slick .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; }
        .mod-stage .m-wrapper > .stage-slick .slick-next:hover, .mod-stage .m-wrapper > .stage-slick .slick-prev:hover {
          background-color: var(--brand-color-two); }
        .mod-stage .m-wrapper > .stage-slick .slick-next.slick-disabled, .mod-stage .m-wrapper > .stage-slick .slick-prev.slick-disabled {
          display: none !important; }
      .mod-stage .m-wrapper > .stage-slick > .slick-next {
        width: 40px;
        height: 40px;
        right: 0;
        padding: 8px; }
        @media (min-width: 1025px) {
          .mod-stage .m-wrapper > .stage-slick > .slick-next {
            width: 60px;
            height: 60px;
            padding: 14px; } }
        .mod-stage .m-wrapper > .stage-slick > .slick-next::after {
          content: "";
          background-image: url("../Img/Svg/Stage-Arrow-Right.svg");
          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) {
            .mod-stage .m-wrapper > .stage-slick > .slick-next::after {
              background-size: 32px; } }
      .mod-stage .m-wrapper > .stage-slick > .slick-prev {
        width: 40px;
        height: 40px;
        left: 0;
        padding: 8px; }
        @media (min-width: 1025px) {
          .mod-stage .m-wrapper > .stage-slick > .slick-prev {
            width: 60px;
            height: 60px;
            padding: 14px; } }
        .mod-stage .m-wrapper > .stage-slick > .slick-prev::after {
          content: "";
          background-image: url("../Img/Svg/Stage-Arrow-Left.svg");
          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) {
            .mod-stage .m-wrapper > .stage-slick > .slick-prev::after {
              background-size: 32px; } }
    .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: 972px; } }
      .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: 972px; } }
    .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: 1782/972; } }
      @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: 972px; } }
      .mod-stage .m-wrapper > .m-video > video {
        width: 100%;
        height: auto;
        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: 1782/972; } }
        @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: 972px; } }

.mod-employee-image {
  padding-top: 40px; }
  @media (min-width: 1025px) {
    .mod-employee-image {
      padding-top: 80px; } }
  .mod-employee-image > .m-wrapper h1, .mod-employee-image > .m-wrapper h2, .mod-employee-image > .m-wrapper .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-employee-image > .m-wrapper h5, .mod-employee-image > .m-wrapper h3 {
    color: var(--brand-color-one);
    padding-bottom: 30px;
    text-align: center;
    font-size: 32px;
    line-height: 40px; }
    @media (min-width: 1025px) {
      .mod-employee-image > .m-wrapper h1, .mod-employee-image > .m-wrapper h2, .mod-employee-image > .m-wrapper .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-employee-image > .m-wrapper h5, .mod-employee-image > .m-wrapper h3 {
        padding-bottom: 60px;
        font-size: 48px;
        line-height: 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 {
        gap: 32px; } }
    .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: 20px;
      width: 100%;
      height: 100%; }
      @media (min-width: 768px) {
        .mod-employee-image > .m-wrapper > .m-grid > .m-card {
          gap: 21px;
          width: calc(50% - 12px); } }
      @media (min-width: 1025px) {
        .mod-employee-image > .m-wrapper > .m-grid > .m-card {
          width: calc(33% - 24px); } }
      @media (min-width: 1441px) {
        .mod-employee-image > .m-wrapper > .m-grid > .m-card {
          width: calc(25% - 24px); } }
      .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-image {
        width: 100%;
        aspect-ratio: 378/255;
        height: 100%;
        max-height: 217px; }
        @media (min-width: 768px) {
          .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-image {
            max-height: 255px; } }
        .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-image > figure {
          margin: 0; }
          .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-image > figure > img {
            width: 100%;
            aspect-ratio: 378/255;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            max-height: 217px; }
            @media (min-width: 768px) {
              .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-image > figure > img {
                max-height: 252px; } }
      .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-employee-info > .m-name {
        margin: 0 0 9px;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        color: var(--brand-color-one); }
      .mod-employee-image > .m-wrapper > .m-grid > .m-card > .m-employee-info > .m-position {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        color: black; }

.mod-text-module {
  padding-top: 40px; }
  @media (min-width: 1025px) {
    .mod-text-module {
      padding-top: 80px; } }
  .mod-text-module > .m-wrapper > .m-headline-text {
    max-width: 1062px;
    margin: auto; }
    .mod-text-module > .m-wrapper > .m-headline-text > .m-subheadline {
      text-align: center;
      color: var(--brand-color-one);
      font-size: 16px;
      line-height: 28px; }
      @media (min-width: 1025px) {
        .mod-text-module > .m-wrapper > .m-headline-text > .m-subheadline {
          font-size: 18px;
          line-height: 32px; } }
    .mod-text-module > .m-wrapper > .m-headline-text > .m-headline {
      text-align: center;
      font-weight: 700;
      color: var(--brand-color-one); }
    .mod-text-module > .m-wrapper > .m-headline-text > .m-text {
      color: #000;
      text-align: center; }
      .mod-text-module > .m-wrapper > .m-headline-text > .m-text.with-top-margin {
        margin-top: 14px; }
        @media (min-width: 1025px) {
          .mod-text-module > .m-wrapper > .m-headline-text > .m-text.with-top-margin {
            margin-top: 24px; } }
      .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; }

.m-container-reviews {
  padding-top: 60px !important; }
  @media (min-width: 1025px) {
    .m-container-reviews {
      margin-top: 120px !important; } }
  .m-container-reviews * {
    font-family: "Inter" !important; }
  .m-container-reviews .e-con-inner {
    max-width: 1656px !important;
    margin: 0 auto;
    padding: 0 24px !important;
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .m-container-reviews .e-con-inner .elementor-widget-container {
      margin-top: 32px; }
      .m-container-reviews .e-con-inner .elementor-widget-container h5 {
        margin-bottom: 60px;
        text-align: center; }
      .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr {
        margin-top: 80px; }
        @media (min-width: 768px) {
          .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr {
            margin-top: 140px; } }
        .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-header {
            display: none; }
          .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
            .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews {
              margin: 0 !important;
              padding: 0 !important;
              gap: 32px; }
              .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review {
                margin: 0 !important;
                padding: 0 !important;
                max-width: 100% !important;
                min-width: auto !important;
                -webkit-box-flex: 0 !important;
                -ms-flex: 0 0 100% !important;
                flex: 0 0 100% !important;
                background-color: var(--brand-color-one) !important; }
                @media (min-width: 768px) {
                  .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review {
                    -webkit-box-flex: 0 !important;
                    -ms-flex: 0 0 49% !important;
                    flex: 0 0 49% !important; } }
                @media (min-width: 1025px) {
                  .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review {
                    -webkit-box-flex: 0 !important;
                    -ms-flex: 0 0 31% !important;
                    flex: 0 0 31% !important; } }
                @media (min-width: 1441px) {
                  .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review {
                    -webkit-box-flex: 0 !important;
                    -ms-flex: 0 0 33% !important;
                    flex: 0 0 33% !important;
                    min-width: 515px !important;
                    max-width: 515px !important;
                    min-height: 515px !important;
                    max-height: 515px !important; } }
                .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review:hover {
                  background-color: var(--brand-color-two) !important; }
                .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner {
                  color: #fff !important; }
                  .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd {
                    background: transparent !important;
                    border-radius: 0 !important;
                    border: none !important;
                    padding: 20px !important;
                    margin: 0 20px !important; }
                    @media (min-width: 1025px) {
                      .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd {
                        margin: 0 !important; } }
                    @media (min-width: 1200px) {
                      .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd {
                        padding: 60px !important; } }
                    .m-container-reviews .e-con-inner .elementor-widget-container .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; }
                    .m-container-reviews .e-con-inner .elementor-widget-container .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; }
                      .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left img {
                        display: none; }
                      .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left .wp-google-name {
                        color: #fff !important;
                        font-size: 18px !important;
                        line-height: 24px !important;
                        font-weight: 500 !important;
                        max-width: calc(100% - 125px) !important;
                        word-wrap: break-word !important;
                        overflow-wrap: break-word !important;
                        display: block !important;
                        white-space: wrap !important; }
                        @media (min-width: 1200px) {
                          .m-container-reviews .e-con-inner .elementor-widget-container .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; } }
                      .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-left .wp-google-time {
                        color: #fff !important;
                        font-size: 16px !important;
                        line-height: 20px !important;
                        left: 205px !important;
                        margin-top: 12px !important; }
                    .m-container-reviews .e-con-inner .elementor-widget-container .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;
                      top: 20px !important;
                      right: 20px !important; }
                      @media (min-width: 1025px) {
                        .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-stars {
                          top: 60px !important;
                          right: 60px !important; } }
                      .m-container-reviews .e-con-inner .elementor-widget-container .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; }
                        .m-container-reviews .e-con-inner .elementor-widget-container .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: 1200px) {
                            .m-container-reviews .e-con-inner .elementor-widget-container .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; } }
                        .m-container-reviews .e-con-inner .elementor-widget-container .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) {
                            .m-container-reviews .e-con-inner .elementor-widget-container .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; } }
                        .m-container-reviews .e-con-inner .elementor-widget-container .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, .m-container-reviews .e-con-inner .elementor-widget-container .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-weight: 700 !important; }
                      .m-container-reviews .e-con-inner .elementor-widget-container .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 5px 0 0 !important; }
                        .m-container-reviews .e-con-inner .elementor-widget-container .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; }
                          .m-container-reviews .e-con-inner .elementor-widget-container .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; }
                    .m-container-reviews .e-con-inner .elementor-widget-container .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;
                      padding-top: 11px !important;
                      height: 180px !important; }
                      @media (min-width: 1025px) {
                        .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-feedback {
                          padding-top: 51px !important;
                          height: 275px !important; } }
                      .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .wp-google-feedback .wp-google-text {
                        color: #fff !important;
                        font-size: 16px !important;
                        line-height: 28px !important;
                        display: -webkit-box;
                        -webkit-line-clamp: 6;

                        -webkit-box-orient: vertical;
                        overflow: hidden;

                        text-overflow: ellipsis;
                         }
                        @media (min-width: 1025px) {
                          .m-container-reviews .e-con-inner .elementor-widget-container .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;
                            -webkit-line-clamp: 7;
                             } }
                    .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .m-link {
                      padding-top: 27px !important; }
                      @media (min-width: 1025px) {
                        .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .m-link {
                          padding-top: 56px !important; } }
                      .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .m-link a {
                        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; }
                        .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner.grw-backgnd .m-link a:before {
                          content: "";
                          position: absolute;
                          background: url(../../assets/Img/Svg/chevron-right.svg);
                          background-size: 16px;
                          width: 16px;
                          height: 16px;
                          top: 12px;
                          -webkit-transform: translateY(-50%);
                          transform: translateY(-50%);
                          right: -20px;
                          z-index: 1; }
                        .m-container-reviews .e-con-inner .elementor-widget-container .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; }
                  .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner svg {
                    display: none; }
            .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .rpi-dots-wrap {
              padding-top: 0 !important; }
              .m-container-reviews .e-con-inner .elementor-widget-container .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; }
                .m-container-reviews .e-con-inner .elementor-widget-container .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;
                  background: #BEBEBE !important;
                  border-radius: 20px;
                  cursor: pointer;
                  opacity: 1 !important;
                  -webkit-transform: scale(1) !important;
                  transform: scale(1) !important; }
                  .m-container-reviews .e-con-inner .elementor-widget-container .wp-gr .grw-row .grw-content .rpi-dots-wrap .rpi-dots .rpi-dot.active {
                    width: 12px !important;
                    height: 12px !important;
                    border: none !important;
                    background: var(--brand-color-one) !important; }

.ce-leistungen-grid {
  position: relative;
  margin-top: 60px; }
  @media (min-width: 1025px) {
    .ce-leistungen-grid {
      margin-top: 120px; } }
  .ce-leistungen-grid .m-wrapper {
    position: relative; }
    .ce-leistungen-grid .m-wrapper > .m-headline {
      font-weight: 700;
      text-align: center;
      margin-bottom: 32px;
      color: var(--brand-color-one);
      text-transform: capitalize; }
      @media (min-width: 1025px) {
        .ce-leistungen-grid .m-wrapper > .m-headline {
          margin-top: 0;
          margin-bottom: 60px; } }
    .ce-leistungen-grid .m-wrapper > .m-grid, .ce-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: 24px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-bottom: 32px; }
      @media (min-width: 1025px) {
        .ce-leistungen-grid .m-wrapper > .m-grid, .ce-leistungen-grid .m-wrapper .m-slider {
          gap: 32px;
          margin-bottom: 60px; } }
      .ce-leistungen-grid .m-wrapper > .m-grid .m-item, .ce-leistungen-grid .m-wrapper .m-slider .m-item {
        width: 100%;
        background: var(--brand-color-one);
        height: auto;
        min-height: 327px;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        @media (min-width: 768px) {
          .ce-leistungen-grid .m-wrapper > .m-grid .m-item, .ce-leistungen-grid .m-wrapper .m-slider .m-item {
            width: calc(50% - 16px);
            height: auto;
            min-height: 378px; } }
        @media (min-width: 1024px) {
          .ce-leistungen-grid .m-wrapper > .m-grid .m-item, .ce-leistungen-grid .m-wrapper .m-slider .m-item {
            width: calc(calc(100%/3) - 22px); } }
        @media (min-width: 1500px) {
          .ce-leistungen-grid .m-wrapper > .m-grid .m-item, .ce-leistungen-grid .m-wrapper .m-slider .m-item {
            width: calc(25% - 24px); } }
        .ce-leistungen-grid .m-wrapper > .m-grid .m-item .m-displayed, .ce-leistungen-grid .m-wrapper .m-slider .m-item .m-displayed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 76px 40px 57px 40px;
          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;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          gap: 22px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          z-index: 1; }
          @media (min-width: 768px) {
            .ce-leistungen-grid .m-wrapper > .m-grid .m-item .m-displayed, .ce-leistungen-grid .m-wrapper .m-slider .m-item .m-displayed {
              padding: 100px 40px 56px 40px;
              gap: 56px; } }
          .ce-leistungen-grid .m-wrapper > .m-grid .m-item .m-displayed > .m-title > h3, .ce-leistungen-grid .m-wrapper .m-slider .m-item .m-displayed > .m-title > h3 {
            text-align: center;
            color: white;
            font-size: 20px;
            line-height: 28px;
            font-style: normal;
            font-weight: 600;
            margin: 0; }
            @media (min-width: 768px) {
              .ce-leistungen-grid .m-wrapper > .m-grid .m-item .m-displayed > .m-title > h3, .ce-leistungen-grid .m-wrapper .m-slider .m-item .m-displayed > .m-title > h3 {
                font-size: 24px;
                line-height: 32px; } }
          .ce-leistungen-grid .m-wrapper > .m-grid .m-item .m-displayed > .m-image, .ce-leistungen-grid .m-wrapper .m-slider .m-item .m-displayed > .m-image {
            height: 100px;
            width: 100px; }
            .ce-leistungen-grid .m-wrapper > .m-grid .m-item .m-displayed > .m-image > img, .ce-leistungen-grid .m-wrapper .m-slider .m-item .m-displayed > .m-image > img {
              width: 100px;
              height: 100px; }
        .ce-leistungen-grid .m-wrapper > .m-grid .m-item > .m-hovered, .ce-leistungen-grid .m-wrapper .m-slider .m-item > .m-hovered {
          position: absolute;
          background: inherit;
          cursor: pointer;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          min-height: 327px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          opacity: 0;
          -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: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 32px;
          gap: 15px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          z-index: 2; }
          @media (min-width: 1025px) {
            .ce-leistungen-grid .m-wrapper > .m-grid .m-item > .m-hovered, .ce-leistungen-grid .m-wrapper .m-slider .m-item > .m-hovered {
              min-height: 378px; } }
          .ce-leistungen-grid .m-wrapper > .m-grid .m-item > .m-hovered:hover, .ce-leistungen-grid .m-wrapper .m-slider .m-item > .m-hovered:hover {
            opacity: 1; }
          .ce-leistungen-grid .m-wrapper > .m-grid .m-item > .m-hovered > h3, .ce-leistungen-grid .m-wrapper .m-slider .m-item > .m-hovered > h3 {
            text-align: center;
            color: white;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 32px;
            margin: 0; }
          .ce-leistungen-grid .m-wrapper > .m-grid .m-item > .m-hovered > .m-text > p, .ce-leistungen-grid .m-wrapper .m-slider .m-item > .m-hovered > .m-text > p {
            text-align: center;
            color: white;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin: 0;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 9;
            line-clamp: 9;
            -webkit-box-orient: vertical; }
    .ce-leistungen-grid .m-wrapper .m-slider.slick-slider {
      display: block;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .ce-leistungen-grid .m-wrapper .m-slider.slick-slider .slick-list .m-item {
          width: calc(100% - 24px) !important; } }
    .ce-leistungen-grid .m-wrapper > .m-button a {
      margin: auto;
      border: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 46px;
      padding: 15px 24px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 6px;
      cursor: pointer;
      color: white;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0.5px;
      background-color: var(--brand-color-one);
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
      @media (min-width: 1024px) {
        .ce-leistungen-grid .m-wrapper > .m-button a {
          padding: 17px 24px; } }
      .ce-leistungen-grid .m-wrapper > .m-button a:hover {
        background-color: var(--brand-color-two);
        color: white; }
        .ce-leistungen-grid .m-wrapper > .m-button a:hover::after {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }
      .ce-leistungen-grid .m-wrapper > .m-button a::after {
        content: "";
        background-image: url("../Img/Svg/chevron-right.svg");
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        width: 16px;
        height: 16px;
        background-position: center;
        background-repeat: no-repeat; }
    .ce-leistungen-grid .m-wrapper .slick-dots {
      margin: 32px 0; }
      .ce-leistungen-grid .m-wrapper .slick-dots li button {
        background: #8FA0AA; }
      .ce-leistungen-grid .m-wrapper .slick-dots li.slick-active button {
        background: var(--brand-color-one); }

.mod-contact {
  padding: 32px 0;
  background-color: var(--brand-color-one); }
  @media (min-width: 1025px) {
    .mod-contact {
      padding: 80px 0; } }
  .mod-contact.with-margin {
    margin-top: 60px; }
    @media (min-width: 1025px) {
      .mod-contact.with-margin {
        margin-top: 120px; } }
  .mod-contact .m-wrapper {
    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: 32px; }
    @media (min-width: 1025px) {
      .mod-contact .m-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .mod-contact .m-wrapper .m-h-headline {
      color: #fff;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      padding-bottom: 24px; }
      @media (min-width: 1025px) {
        .mod-contact .m-wrapper .m-h-headline {
          font-size: 32px;
          line-height: 40px;
          padding-bottom: 35px; } }
    .mod-contact .m-wrapper .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-left-box {
          width: 50%; } }
      .mod-contact .m-wrapper .m-left-box > figure {
        margin: 0; }
        .mod-contact .m-wrapper .m-left-box > figure > .m-image {
          max-height: 245px;
          height: 245px;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top;
          object-position: top; }
          @media (min-width: 1025px) {
            .mod-contact .m-wrapper .m-left-box > figure > .m-image {
              max-height: 736px;
              height: 736px; } }
      .mod-contact .m-wrapper .m-left-box .m-sidebar .m-title {
        margin-bottom: 4px;
        font-weight: 700; }
      .mod-contact .m-wrapper .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: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 768px) {
          .mod-contact .m-wrapper .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-left-box .m-sidebar.m-columns > .m-col {
          width: 100%; }
          @media (min-width: 1025px) {
            .mod-contact .m-wrapper .m-left-box .m-sidebar.m-columns > .m-col {
              width: 50%; } }
          .mod-contact .m-wrapper .m-left-box .m-sidebar.m-columns > .m-col .m-adr p {
            line-height: 26px; }
          .mod-contact .m-wrapper .m-left-box .m-sidebar.m-columns > .m-col.m-address .m-title {
            margin-bottom: 11px;
            font-weight: 700; }
        .mod-contact .m-wrapper .m-left-box .m-sidebar.m-columns p {
          font-size: 16px; }
      .mod-contact .m-wrapper .m-left-box .m-sidebar > .m-times .m-time p {
        font-weight: 400;
        padding-bottom: 10px; }
      .mod-contact .m-wrapper .m-left-box .m-sidebar > .m-times .is-samstag {
        margin-top: 16px; }
      .mod-contact .m-wrapper .m-left-box .m-sidebar p, .mod-contact .m-wrapper .m-left-box .m-sidebar .m-title {
        color: #fff;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 1025px) {
          .mod-contact .m-wrapper .m-left-box .m-sidebar p, .mod-contact .m-wrapper .m-left-box .m-sidebar .m-title {
            max-width: 464px; } }
      .mod-contact .m-wrapper .m-left-box .m-contact {
        padding-top: 27px; }
        .mod-contact .m-wrapper .m-left-box .m-contact:last-child {
          padding-top: 0; }
        .mod-contact .m-wrapper .m-left-box .m-contact p {
          padding-bottom: 9px; }
        .mod-contact .m-wrapper .m-left-box .m-contact a {
          color: #fff; }
          .mod-contact .m-wrapper .m-left-box .m-contact a:hover {
            text-decoration: underline; }
    .mod-contact .m-wrapper .m-right-box {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      @media (min-width: 1025px) {
        .mod-contact .m-wrapper .m-right-box {
          width: 50%; } }

.mod-counter {
  overflow: hidden;
  padding-top: 60px; }
  @media (min-width: 1025px) {
    .mod-counter {
      padding-top: 120px; } }
  .mod-counter > .m-wrapper {
    position: relative;
    padding: 50px 24px 58px;
    background-color: var(--brand-color-one); }
    @media (min-width: 1025px) {
      .mod-counter > .m-wrapper {
        padding: 69px 24px 138px; } }
    @media (min-width: 1441px) {
      .mod-counter > .m-wrapper {
        padding: 69px 137px 138px; } }
    .mod-counter > .m-wrapper::before {
      content: '';
      width: 100vw;
      height: 100%;
      background-color: var(--brand-color-one);
      position: absolute;
      top: 0;
      z-index: -1;
      left: calc(calc(100% - 100vw) / 2); }
    .mod-counter > .m-wrapper > .m-headline {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      text-align: center;
      margin-bottom: 44px;
      color: white; }
      @media (min-width: 1025px) {
        .mod-counter > .m-wrapper > .m-headline {
          font-size: 48px;
          line-height: 60px;
          margin-top: 0;
          margin-bottom: 81px; } }
    .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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 60px; }
      @media (min-width: 1024px) {
        .mod-counter > .m-wrapper > .m-counter-teaser {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          gap: 32px;
          -webkit-box-align: baseline;
          -ms-flex-align: baseline;
          align-items: baseline;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .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 {
            padding: 0 12px;
            width: calc(33.333% - 32px); } }
        .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: cover;
            object-fit: cover; }
            @media (min-width: 1025px) {
              .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: 0px auto 4px; }
          @media (min-width: 1025px) {
            .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter {
              margin: 0 auto 9px; } }
          .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: white;
            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;
            font-style: normal;
            font-weight: 700;
            line-height: 48px;
            color: white;
            background: var(--brand-color-one);
            z-index: 2; }
            @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; } }
            @media (min-width: 1441px) {
              .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 {
              font-size: 40px;
              font-style: normal;
              font-weight: 700;
              line-height: 48px;
              color: white; }
              @media (min-width: 1025px) {
                .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value .m-symbol {
                  font-size: 50px;
                  line-height: 88px; } }
              @media (min-width: 1441px) {
                .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value .m-symbol {
                  font-size: 80px; } }
          .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 8px;
            padding: 0 16px; }
            @media (min-width: 1025px) {
              .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-number-counter > .m-value {
                padding: 0; } }
        .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-title-counter {
          text-align: center;
          color: white;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px; }
          @media (min-width: 1025px) {
            .mod-counter > .m-wrapper > .m-counter-teaser > .m-counter-content > .m-title-counter {
              font-size: 20px;
              line-height: 24px; } }

.ce-logo-module {
  margin-top: 60px; }
  @media (min-width: 1200px) {
    .ce-logo-module {
      margin-top: 120px; } }
  .ce-logo-module.bg-gray {
    background: #F7F7F7; }
    .ce-logo-module.bg-gray .m-wrapper {
      padding: 32px 0;
      width: 100%;
      max-width: 1334px;
      margin: 0 auto; }
      @media (min-width: 1200px) {
        .ce-logo-module.bg-gray .m-wrapper {
          padding: 60px 0; } }
      .ce-logo-module.bg-gray .m-wrapper .m-title {
        color: var(--brand-color-one); }
  .ce-logo-module .m-wrapper {
    padding: 0 32px;
    width: 100%;
    max-width: 1334px;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .ce-logo-module .m-wrapper {
        padding: 20px 32px 40px; } }
    .ce-logo-module .m-wrapper .m-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      text-align: center;
      margin-bottom: 48px;
      color: var(--brand-color-one); }
      @media (min-width: 1025px) {
        .ce-logo-module .m-wrapper .m-title {
          font-size: 48px;
          line-height: 60px;
          margin-top: 0;
          margin-bottom: 60px; } }
    .ce-logo-module .m-wrapper .m-logo {
      width: 100%;
      height: 100%;
      margin: 0; }
      .ce-logo-module .m-wrapper .m-logo img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto; }
    @media (max-width: 768px) {
      .ce-logo-module .m-wrapper .m-logo-slider .slick-slide > div {
        margin-bottom: 40px; } }
    .ce-logo-module .m-wrapper .m-logo-slider .slick-slide > div:last-child {
      margin-bottom: 0; }
    .ce-logo-module .m-wrapper .m-logo-slider .m-logo-single {
      width: 80px;
      height: 80px; }
      .ce-logo-module .m-wrapper .m-logo-slider .m-logo-single .m-logo img {
        max-width: 80px;
        height: 100%; }
    .ce-logo-module .m-wrapper .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; }
      @media (min-width: 768px) {
        .ce-logo-module .m-wrapper .m-logo-display {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 60px;
          max-width: 1240px;
          margin: auto; } }
      .ce-logo-module .m-wrapper .m-logo-display .m-logo-single {
        width: 140px;
        height: 70px; }
        @media (min-width: 1025px) {
          .ce-logo-module .m-wrapper .m-logo-display .m-logo-single {
            width: 200px;
            height: 100px; } }
        .ce-logo-module .m-wrapper .m-logo-display .m-logo-single .m-logo img {
          aspect-ratio: 2; }

.mod-quote-module {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .mod-quote-module {
      padding-top: 50px; } }
  .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;
    padding: 0 24px;
    position: relative; }
    .mod-quote-module .m-wrapper .m-headline {
      font-size: 32px;
      line-height: 48px;
      padding-bottom: 32px;
      margin: 0 auto;
      color: var(--brand-color-one); }
      @media (min-width: 1025px) {
        .mod-quote-module .m-wrapper .m-headline {
          font-size: 48px;
          line-height: 60px;
          padding-bottom: 60px; } }
    .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; }
      .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);
          padding: 20px;
          width: 327px;
          max-width: 327px;
          min-height: 327px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin: 0 auto; }
          @media (min-width: 768px) {
            .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card {
              width: 522px;
              max-width: 522px;
              min-height: 522px;
              padding: 60px 30px; } }
          @media (min-width: 1441px) {
            .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card {
              padding: 60px; } }
          .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-icon {
            width: 32px;
            height: 32px; }
            @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 {
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: 28px;
              color: white;
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 6;
              line-clamp: 6;
              -webkit-box-orient: vertical;
              margin: 16px 0; }
              @media (min-width: 768px) {
                .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-content .m-quote-text {
                  font-size: 18px;
                  line-height: 32px;
                  display: unset;
                  -webkit-line-clamp: unset;
                  -webkit-box-orient: unset;
                  overflow: unset;
                  text-overflow: unset;
                  max-height: unset;
                  margin: 40px 0; } }
          .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; }
            @media (min-width: 768px) {
              .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author {
                -ms-flex-preferred-size: 80px;
                flex-basis: 80px;
                -ms-flex-negative: 0;
                flex-shrink: 0; } }
            .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: 8px; }
              .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-name {
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px;
                color: white;
                max-width: 338px;
                word-wrap: break-word; }
                @media (min-width: 768px) {
                  .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-name {
                    font-size: 20px; } }
              .mod-quote-module .m-wrapper .m-quote-list .m-quote-item .m-quote-card .m-quote-author .m-author .m-position {
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                color: #fff; }
      .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: calc(100% - 20px); }
      .mod-quote-module .m-wrapper .m-quote-list .slick-dots {
        margin-top: 32px; }
        .mod-quote-module .m-wrapper .m-quote-list .slick-dots li button {
          border: 1px solid var(--brand-color-one);
          background-color: transparent; }
        .mod-quote-module .m-wrapper .m-quote-list .slick-dots li.slick-active button {
          background-color: var(--brand-color-one); }
    .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: 32px; }
      .mod-quote-module .m-wrapper .m-button-container .m-button {
        border: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        padding: 15px 24px;
        -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;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 1px solid #026846;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        line-height: 20px;
        letter-spacing: 0.5px;
        background-color: var(--brand-color-one);
        color: #fff; }
        @media (min-width: 768px) {
          .mod-quote-module .m-wrapper .m-button-container .m-button {
            padding: 18px 24px;
            font-size: 16px;
            height: 48px; } }
        .mod-quote-module .m-wrapper .m-button-container .m-button:hover {
          background-color: var(--brand-color-two);
          color: #fff;
          border: 1px solid var(--brand-color-two); }
          .mod-quote-module .m-wrapper .m-button-container .m-button:hover::after {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
        .mod-quote-module .m-wrapper .m-button-container .m-button::after {
          content: "";
          background-image: url("../Img/Svg/btn-arrow-right.svg");
          width: 12px;
          height: 12px;
          background-position: center;
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
          background-repeat: no-repeat; }

.mod-benefit-module {
  padding: 60px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 50px 50px 0 0; }
  @media (min-width: 1025px) {
    .mod-benefit-module {
      padding: 120px 0 0;
      border-radius: 100px 100px 0 0; } }
  .mod-benefit-module > .m-wrapper > h1, .mod-benefit-module > .m-wrapper h2, .mod-benefit-module > .m-wrapper .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-benefit-module > .m-wrapper h5 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    color: var(--brand-color-one);
    font-size: 32px;
    line-height: 40px; }
    @media (min-width: 1025px) {
      .mod-benefit-module > .m-wrapper > h1, .mod-benefit-module > .m-wrapper h2, .mod-benefit-module > .m-wrapper .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-benefit-module > .m-wrapper h5 {
        margin-top: 0;
        margin-bottom: 60px;
        font-size: 48px;
        line-height: 60px; } }
  .mod-benefit-module > .m-wrapper > .m-text {
    padding-top: 24px;
    font-size: 16px;
    line-height: 28px; }
    @media (min-width: 1025px) {
      .mod-benefit-module > .m-wrapper > .m-text {
        padding-top: 40px;
        font-size: 18px;
        line-height: 32px; } }
    .mod-benefit-module > .m-wrapper > .m-text ol, .mod-benefit-module > .m-wrapper > .m-text ul {
      text-align: left; }
  .mod-benefit-module > .m-wrapper > .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: 32px; }
    @media (min-width: 1024px) {
      .mod-benefit-module > .m-wrapper > .m-benefits {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit {
      width: 100%;
      background-color: var(--brand-color-one);
      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: 31px 32px 39px; }
      @media (min-width: 1024px) {
        .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit {
          width: calc(calc(100% / 3) - 21px);
          padding: 98px 40px 129px; } }
      .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-icon {
        margin-bottom: 24px;
        height: 60px; }
        @media (min-width: 1024px) {
          .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-icon {
            margin-bottom: 21px;
            height: 80px; } }
        .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-icon > figure {
          margin: 0;
          height: 60px; }
          @media (min-width: 1024px) {
            .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-icon > figure {
              height: 80px; } }
          .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-icon > figure > img {
            width: 60px;
            height: 60px; }
            @media (min-width: 1024px) {
              .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-icon > figure > img {
                height: 80px;
                width: 80px; } }
      .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit .m-title-benefit {
        min-height: 71px; }
        .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit .m-title-benefit > .m-title {
          margin: 0;
          margin-bottom: 16px;
          font-size: 24px;
          line-height: 40px;
          font-style: normal;
          font-weight: 700;
          color: white;
          text-align: center; }
          @media (min-width: 1024px) {
            .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit .m-title-benefit > .m-title {
              margin-bottom: 24px;
              font-size: 32px;
              line-height: 48px; } }
      .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-text > p {
        font-size: 16px;
        line-height: 28px;
        margin: 0;
        font-weight: 400;
        color: #fff;
        text-align: center; }
        @media (min-width: 1024px) {
          .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-text > p {
            font-size: 18px;
            line-height: 32px; } }
      .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-text ul, .mod-benefit-module > .m-wrapper > .m-benefits > .m-benefit > .m-text ol {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        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 {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 50px 50px 0 0; }
  @media (min-width: 1025px) {
    .mod-benefit-list {
      padding: 80px 0 128px;
      border-radius: 100px 100px 0 0; } }
  .mod-benefit-list > .m-wrapper > h1, .mod-benefit-list > .m-wrapper h2, .mod-benefit-list > .m-wrapper .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-benefit-list > .m-wrapper h5, .mod-benefit-list > .m-wrapper h3 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    color: var(--brand-color-one); }
    @media (min-width: 1024px) {
      .mod-benefit-list > .m-wrapper > h1, .mod-benefit-list > .m-wrapper h2, .mod-benefit-list > .m-wrapper .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-benefit-list > .m-wrapper h5, .mod-benefit-list > .m-wrapper h3 {
        margin-top: 0;
        margin-bottom: 54px; } }
  .mod-benefit-list > .m-wrapper .m-benefit {
    border-top: 1.5px solid #DEDEDE;
    border-top-width: 1.5px;
    padding: 32px 0;
    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: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 1440px) {
      .mod-benefit-list > .m-wrapper .m-benefit {
        gap: 89px; } }
    .mod-benefit-list > .m-wrapper .m-benefit:last-child {
      border-bottom: 1px solid #DEDEDE; }
    .mod-benefit-list > .m-wrapper .m-benefit > .m-number {
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      color: var(--brand-color-one);
      line-height: 48px;
      margin-bottom: 21px; }
      @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: unset;
          margin-bottom: unset;
          font-size: 60px;
          line-height: 100%; } }
    .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-title {
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px;
      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 {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      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: 1024px) {
        .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-description {
          margin-left: unset;
          margin-bottom: unset;
          max-width: 583px;
          font-size: 18px;
          line-height: 32px; } }
    .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: 1024px) {
        .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link {
          margin-left: unset; } }
      .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button {
        text-decoration: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.5px;
        color: #000;
        padding-right: 14px; }
        .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button:hover {
          text-decoration: underline; }
        .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button::before {
          content: "";
          background-image: url("../Img/Svg/btn-arrow-right-black.svg");
          position: absolute;
          right: 0;
          width: 10px;
          top: 1px;
          height: 20px;
          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;
            text-decoration: none;
            background-color: var(--brand-color-one);
            overflow: hidden; }
            .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button::before {
              content: "";
              background-image: url("../Img/Svg/chevron-right.svg");
              position: absolute;
              -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
              left: 8px;
              top: 8px;
              width: 32px;
              height: 32px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: 32px; }
            .mod-benefit-list > .m-wrapper .m-benefit > .m-benefit-link > .m-button:hover {
              text-decoration: underline;
              background-color: var(--brand-color-two); } }

.mod-video-module {
  padding-top: 60px; }
  @media (min-width: 1025px) {
    .mod-video-module {
      padding-top: 120px; } }
  @media (min-width: 1025px) {
    .mod-video-module > .m-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 32px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .mod-video-module > .m-wrapper > .m-left-section {
    background-color: var(--brand-color-two);
    padding: 32px 24px;
    min-height: 327px;
    position: relative;
    height: 100%; }
    @media (min-width: 1025px) {
      .mod-video-module > .m-wrapper > .m-left-section {
        width: calc(50% - 16px);
        padding: 60px;
        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: 60px;
          left: 60px; } }
      .mod-video-module > .m-wrapper > .m-left-section > .m-button-container > .m-button {
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        padding: 15px 24px;
        -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;
        background: #fff;
        color: var(--brand-color-two);
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.5px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        max-width: 230px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        @media (min-width: 1025px) {
          .mod-video-module > .m-wrapper > .m-left-section > .m-button-container > .m-button {
            padding: 12px 24px;
            height: 48px;
            font-size: 16px; } }
        .mod-video-module > .m-wrapper > .m-left-section > .m-button-container > .m-button:hover {
          background-color: var(--brand-color-two);
          color: #fff; }
          .mod-video-module > .m-wrapper > .m-left-section > .m-button-container > .m-button:hover svg path {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
        .mod-video-module > .m-wrapper > .m-left-section > .m-button-container > .m-button svg {
          -webkit-transition: 0.3s all;
          transition: 0.3s all;
          width: 16px;
          height: 16px; }
  .mod-video-module > .m-wrapper > .m-right-section {
    width: 100%;
    height: 100%;
    position: relative; }
    @media (min-width: 1025px) {
      .mod-video-module > .m-wrapper > .m-right-section {
        width: calc(50% - 16px); } }
    .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: 218px; }
      @media (min-width: 1025px) {
        .mod-video-module > .m-wrapper > .m-right-section > .m-video {
          max-height: 100%;
          min-height: 600px; } }
      @media (min-width: 1200px) {
        .mod-video-module > .m-wrapper > .m-right-section > .m-video {
          min-height: 788px; } }
    .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 {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .mod-service-grid {
      padding-top: 120px; } }
  .mod-service-grid > .m-wrapper > h1, .mod-service-grid > .m-wrapper h2, .mod-service-grid > .m-wrapper .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-service-grid > .m-wrapper h5 {
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: var(--brand-color-one); }
    @media (min-width: 1025px) {
      .mod-service-grid > .m-wrapper > h1, .mod-service-grid > .m-wrapper h2, .mod-service-grid > .m-wrapper .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-service-grid > .m-wrapper h5 {
        margin-top: 0;
        margin-bottom: 52px; } }
  .mod-service-grid > .m-wrapper .m-grid, .mod-service-grid > .m-wrapper .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: 24px; }
    @media (min-width: 768px) {
      .mod-service-grid > .m-wrapper .m-grid, .mod-service-grid > .m-wrapper .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;
        gap: 32px; } }
    .mod-service-grid > .m-wrapper .m-grid .m-service-card, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card {
      width: 100%;
      padding: 20px;
      position: relative;
      min-height: 287px;
      text-align: left; }
      @media (min-width: 768px) {
        .mod-service-grid > .m-wrapper .m-grid .m-service-card, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card {
          width: calc(50% - 16px);
          padding: 35px;
          min-height: 395px; } }
      @media (min-width: 1441px) {
        .mod-service-grid > .m-wrapper .m-grid .m-service-card, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card {
          width: calc(33.33% - 21.33px);
          padding: 60px; } }
      .mod-service-grid > .m-wrapper .m-grid .m-service-card.bg-color1, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card.bg-color1 {
        background-color: var(--brand-color-one); }
      .mod-service-grid > .m-wrapper .m-grid .m-service-card.bg-color2, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card.bg-color2 {
        background-color: var(--brand-color-two); }
      .mod-service-grid > .m-wrapper .m-grid .m-service-card.bg-color3, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card.bg-color3 {
        background-color: var(--brand-color-three); }
      .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-image, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-image {
        width: 100px;
        height: 67px;
        margin-bottom: 29px; }
        @media (min-width: 768px) {
          .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-image, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-image {
            width: 200px;
            height: 133px;
            margin-bottom: 40px; } }
        .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-image > img, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-image > img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-title > h2, .mod-service-grid > .m-wrapper .m-grid .m-container-reviews .e-con-inner .elementor-widget-container .m-service-card > .m-title > h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-title > h5, .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-title h3, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-title > h2, .mod-service-grid > .m-wrapper .m-slider-service .m-container-reviews .e-con-inner .elementor-widget-container .m-service-card > .m-title > h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-title > h5, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-title h3 {
        margin: 0;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 5px;
        color: white;
        text-align: left;
        min-height: 17px;
        font-size: 24px;
        line-height: 32px; }
        @media (min-width: 768px) {
          .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-title > h2, .mod-service-grid > .m-wrapper .m-grid .m-container-reviews .e-con-inner .elementor-widget-container .m-service-card > .m-title > h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-title > h5, .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-title h3, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-title > h2, .mod-service-grid > .m-wrapper .m-slider-service .m-container-reviews .e-con-inner .elementor-widget-container .m-service-card > .m-title > h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-title > h5, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-title h3 {
            font-style: normal;
            font-weight: 700;
            margin-bottom: 9px;
            min-height: 40px;
            font-size: 32px;
            line-height: 40px; } }
      .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-description, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-description {
        margin-bottom: 38px; }
        @media (min-width: 768px) {
          .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-description, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-description {
            margin-bottom: 34px; } }
        .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-description > p, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-description > p {
          color: #fff;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px;
          display: -webkit-box;
          -webkit-line-clamp: 4;

          -webkit-box-orient: vertical;

          overflow: hidden;

          text-overflow: ellipsis; }
          @media (min-width: 768px) {
            .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-description > p, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-description > p {
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: 32px;
              display: block; } }
      .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-link, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-link {
        position: absolute;
        bottom: 23px; }
        @media (min-width: 1025px) {
          .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-link, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-link {
            bottom: 62px; } }
        .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-link > a, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-link > a {
          position: relative;
          font-style: normal;
          font-size: 14px;
          line-height: 16px;
          font-weight: 500;
          letter-spacing: 0.5px;
          color: white;
          padding-right: 16px;
          text-decoration: none; }
          @media (min-width: 768px) {
            .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-link > a, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-link > a {
              line-height: 20px;
              font-size: 16px; } }
          .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-link > a::after, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-link > a::after {
            content: "";
            background-image: url("../Img/Svg/chevron-right.svg");
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            width: 16px;
            right: -4px;
            top: 1px;
            position: absolute;
            height: 16px;
            background-position: center;
            background-repeat: no-repeat; }
            @media (min-width: 1025px) {
              .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-link > a::after, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-link > a::after {
                top: 4px; } }
          .mod-service-grid > .m-wrapper .m-grid .m-service-card > .m-link > a:hover, .mod-service-grid > .m-wrapper .m-slider-service .m-service-card > .m-link > a:hover {
            text-decoration: underline; }
  .mod-service-grid > .m-wrapper .m-slider-service.slick-initialized {
    display: block; }
    .mod-service-grid > .m-wrapper .m-slider-service.slick-initialized .slick-list .slick-slide {
      margin-left: 0; }
      @media (min-width: 768px) {
        .mod-service-grid > .m-wrapper .m-slider-service.slick-initialized .slick-list .slick-slide {
          margin-left: 12px; } }
      .mod-service-grid > .m-wrapper .m-slider-service.slick-initialized .slick-list .slick-slide:first-child {
        margin-left: 0; }
    @media (min-width: 768px) {
      .mod-service-grid > .m-wrapper .m-slider-service.slick-initialized .slick-list .m-service-card {
        width: calc(100% - 24px) !important; } }
    .mod-service-grid > .m-wrapper .m-slider-service.slick-initialized .slick-dots {
      margin-top: 20px; }
      @media (min-width: 1025px) {
        .mod-service-grid > .m-wrapper .m-slider-service.slick-initialized .slick-dots {
          margin-top: 40px; } }
      .mod-service-grid > .m-wrapper .m-slider-service.slick-initialized .slick-dots li button {
        background: var(--brand-color-one);
        opacity: 0.5; }
      .mod-service-grid > .m-wrapper .m-slider-service.slick-initialized .slick-dots li.slick-active button {
        opacity: 1; }
  .mod-service-grid > .m-wrapper .m-button-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-button-container {
        padding-top: 40px; } }
    .mod-service-grid > .m-wrapper .m-button-container .m-button {
      margin: auto;
      border: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 46px;
      padding: 15px 24px;
      -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;
      color: white;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0.5px;
      background-color: var(--brand-color-one); }
      @media (min-width: 1024px) {
        .mod-service-grid > .m-wrapper .m-button-container .m-button {
          padding: 17px 24px; } }
      .mod-service-grid > .m-wrapper .m-button-container .m-button:hover {
        background-color: var(--brand-color-two);
        color: white; }
        .mod-service-grid > .m-wrapper .m-button-container .m-button:hover::after {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }
      .mod-service-grid > .m-wrapper .m-button-container .m-button::after {
        content: "";
        background-image: url("../Img/Svg/chevron-right.svg");
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        width: 16px;
        height: 16px;
        background-position: center;
        background-repeat: no-repeat; }

.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; }
  .mod-popup-module.active {
    display: block;
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s; }
  .mod-popup-module.without-picture > .m-wrapper {
    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 > .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 .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-popup-module.without-picture > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h5, .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 0 32px; }
    @media (min-width: 768px) {
      .mod-popup-module.with-picture > .m-wrapper > .m-popup-content {
        padding: 398px 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 > .m-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    width: auto;
    margin: 105px 20px;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #6E6E6E white;
    max-height: calc(100vh - 15%);
    overflow-y: auto; }
    .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%; } }
    @media (min-width: 1200px) {
      .mod-popup-module > .m-wrapper {
        width: auto; } }
    .mod-popup-module > .m-wrapper > .m-close {
      position: absolute;
      top: 20px;
      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 {
      padding: 32px 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: 24px; }
      @media (min-width: 768px) {
        .mod-popup-module > .m-wrapper > .m-popup-content {
          gap: 48px;
          padding: 40px 16px 40px; } }
      .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 #003D88;
        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; }
        @media (min-width: 768px) {
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-image.is-icon {
            width: 100px;
            height: 100px; } }
        .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%; }
      .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 .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h5, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
        margin: 0;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        color: var(--brand-color-one);
        text-align: center;
        margin-bottom: 16px; }
        @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 .m-container-reviews .e-con-inner .elementor-widget-container h5, .m-container-reviews .e-con-inner .elementor-widget-container .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h5, .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-headline h3 {
            font-size: 32px;
            line-height: 40px;
            margin-bottom: 30px; } }
      .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; }
        @media (min-width: 768px) {
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text {
            gap: 40px; } }
        .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px;
          text-align: center;
          color: black;
          margin: 0; }
          @media (min-width: 768px) {
            .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-info-text > .m-text > p {
              font-size: 18px;
              line-height: 32px; } }
        .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 {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            text-align: center;
            position: relative;
            color: black;
            margin: 0;
            text-align: left;
            padding-left: 30px; }
            @media (min-width: 768px) {
              .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 {
                font-size: 18px;
                line-height: 32px; } }
            .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-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions .m-button {
          margin: 0;
          border: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 46px;
          padding: 15px 24px;
          -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;
          color: var(--brand-color-one);
          overflow: hidden;
          text-overflow: ellipsis;
          background-color: white;
          border: 1px solid var(--brand-color-one);
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          line-height: 20px;
          letter-spacing: 0.5px; }
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions .m-button::after {
            content: "";
            background-image: url("../Img/Svg/btn-arrow-right.svg");
            width: 16px;
            height: 16px;
            background-position: center;
            background-repeat: no-repeat; }
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions .m-button.m-procceed {
            background-color: var(--brand-color-one);
            color: white; }
            .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions .m-button.m-procceed:hover {
              background-color: var(--brand-color-two);
              color: white;
              border: 1px solid var(--brand-color-two); }
              .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions .m-button.m-procceed:hover::after {
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
            .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions .m-button.m-procceed::after {
              content: "";
              background-image: url("../Img/Svg/chevron-right.svg");
              width: 16px;
              height: 16px;
              background-position: center;
              -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
              background-repeat: no-repeat; }
          @media (min-width: 768px) {
            .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions .m-button {
              padding: 18px 42px; } }
          .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions .m-button:hover {
            background-color: var(--brand-color-one);
            color: white;
            border: 1px solid var(--brand-color-one); }
            .mod-popup-module > .m-wrapper > .m-popup-content > .m-popup-actions .m-button:hover::after {
              -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }

.mod-display-image {
  margin-top: 60px; }
  @media (min-width: 1025px) {
    .mod-display-image {
      margin-top: 100px; } }
  .mod-display-image .m-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1025px) {
      .mod-display-image .m-wrapper {
        gap: 32px;
        padding: 0; } }
    .mod-display-image .m-wrapper .m-image {
      width: calc(calc(100% / 3) - 32px);
      cursor: pointer; }
      @media (max-width: 1025px) {
        .mod-display-image .m-wrapper .m-image {
          width: 343px;
          height: 343px; } }
      .mod-display-image .m-wrapper .m-image figure {
        margin: 0;
        height: 100%; }
        .mod-display-image .m-wrapper .m-image figure img {
          aspect-ratio: 1;
          width: 100%;
          height: auto;
          -o-object-fit: cover;
          object-fit: cover;
          min-width: 343px; }
          @media (min-width: 768px) {
            .mod-display-image .m-wrapper .m-image figure img {
              min-width: 100%; } }

.mod-image-slider {
  margin-top: 60px; }
  @media (min-width: 1025px) {
    .mod-image-slider {
      margin-top: 100px; } }
  .mod-image-slider .m-wrapper {
    max-width: 1062px;
    margin: 0 auto;
    padding: 0 20px; }
    @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; }
    .mod-image-slider .m-wrapper .slick-button-next, .mod-image-slider .m-wrapper .slick-button-prev {
      width: 32px;
      height: 32px;
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 1025px) {
        .mod-image-slider .m-wrapper .slick-button-next, .mod-image-slider .m-wrapper .slick-button-prev {
          width: 48px;
          height: 48px; } }
      .mod-image-slider .m-wrapper .slick-button-next:after, .mod-image-slider .m-wrapper .slick-button-prev:after {
        content: "";
        background-image: url("../Img/Svg/Chevron-Left.svg");
        width: 100%;
        height: 100%;
        background-color: var(--brand-color-one);
        display: block;
        background-size: 32px;
        background-repeat: no-repeat;
        background-position: center; }
      .mod-image-slider .m-wrapper .slick-button-next:hover:after, .mod-image-slider .m-wrapper .slick-button-prev:hover:after {
        background-color: var(--brand-color-two); }
    .mod-image-slider .m-wrapper .slick-button-prev {
      left: 0; }
      @media (min-width: 1025px) {
        .mod-image-slider .m-wrapper .slick-button-prev {
          left: 20px; } }
    .mod-image-slider .m-wrapper .slick-button-next {
      right: 0; }
      @media (min-width: 1025px) {
        .mod-image-slider .m-wrapper .slick-button-next {
          right: 20px; } }
      .mod-image-slider .m-wrapper .slick-button-next::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

.ce-faq-module {
  padding: 50px 0;
  background-color: var(--brand-color-one); }
  .ce-faq-module .m-wrapper {
    max-width: 1656px;
    padding: 0 24px;
    margin: 50px auto; }
    .ce-faq-module .m-wrapper .m-headline {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      text-align: center;
      margin-bottom: 32px;
      color: white; }
      @media (min-width: 1025px) {
        .ce-faq-module .m-wrapper .m-headline {
          font-size: 48px;
          line-height: 60px;
          margin-top: 0;
          margin-bottom: 60px; } }
    .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item {
      border-top: 1px solid white; }
      .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item:last-child {
        border-bottom: 1px solid white; }
      @media (min-width: 768px) {
        .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item {
          padding: 0 16px; } }
      .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item label button {
        border: 0;
        background-color: transparent;
        position: relative;
        width: 100%;
        cursor: pointer;
        padding: 0; }
        .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item label button.is-active > img {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item label button .m-title {
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: 32px;
          color: white;
          margin: 18px 16px 18px 0;
          text-align: left;
          font-family: "Inter"; }
          @media (min-width: 1025px) {
            .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item label button .m-title {
              font-size: 24px;
              font-weight: 700;
              margin: 41px 16px 41px 0;
              max-width: 1536px; } }
        .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item label button img {
          position: absolute;
          right: 0;
          top: 30px;
          -webkit-transition: 0.25s all;
          transition: 0.25s all; }
          @media (min-width: 1025px) {
            .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item label button img {
              right: 0;
              top: 44px; } }
      .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item .m-text {
        -webkit-transition: 0.25s all;
        transition: 0.25s all;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        color: white;
        height: 0;
        overflow: hidden;
        padding-right: 30px;
        max-width: 1536px;
        width: 100%; }
        @media (min-width: 1800px) {
          .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item .m-text {
            padding-right: 0; } }
        .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item .m-text.is-active {
          margin-bottom: 24px;
          height: 100%; }
          @media (min-width: 1025px) {
            .ce-faq-module .m-wrapper .m-faq-list .m-accordion-item .m-text.is-active {
              margin-top: -12px;
              margin-bottom: 32px; } }

.mod-teaser-image {
  margin-top: 60px; }
  @media (min-width: 1025px) {
    .mod-teaser-image {
      margin-top: 120px; } }
  .mod-teaser-image .m-wrapper {
    max-width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .mod-teaser-image .m-wrapper {
        max-width: 1728px; } }
    .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 60px;
            -webkit-box-pack: unset;
            -ms-flex-pack: unset;
            justify-content: unset;
            gap: 40px; }
            .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; } }
        .mod-teaser-image .m-wrapper .m-teaser-image .m-info .m-highlight-text h3 {
          font-size: 32px;
          line-height: 48px;
          font-weight: 700; }
          @media (min-width: 1025px) {
            .mod-teaser-image .m-wrapper .m-teaser-image .m-info .m-highlight-text h3 {
              font-size: 48px;
              line-height: 60px;
              max-width: 812px; } }
        .mod-teaser-image .m-wrapper .m-teaser-image .m-info .m-action .m-button {
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 12px 24px;
          -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;
          overflow: hidden;
          text-overflow: ellipsis;
          border: 1px solid var(--brand-color-one);
          background-color: var(--brand-color-one);
          font-size: 14px;
          font-style: normal;
          line-height: 20px;
          letter-spacing: 0.5px;
          color: #fff;
          font-weight: 700;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          min-width: 124px; }
          @media (min-width: 1025px) {
            .mod-teaser-image .m-wrapper .m-teaser-image .m-info .m-action .m-button {
              font-size: 16px; } }
          .mod-teaser-image .m-wrapper .m-teaser-image .m-info .m-action .m-button:hover {
            background-color: var(--brand-color-two);
            border: 1px solid var(--brand-color-two); }
            .mod-teaser-image .m-wrapper .m-teaser-image .m-info .m-action .m-button:hover::after {
              -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
          .mod-teaser-image .m-wrapper .m-teaser-image .m-info .m-action .m-button::after {
            content: "";
            background-image: url("../Img/Svg/arrow-right.svg");
            width: 16px;
            height: 16px;
            background-position: center;
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            background-repeat: no-repeat; }
      .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; }
        @media (min-width: 768px) {
          .mod-teaser-image .m-wrapper .m-teaser-image .m-image img {
            aspect-ratio: 1728/972; } }
