@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.btn {
  border-width: 2px;
}
body {
  font-family: 'Raleway', sans-serif;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500!important;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 1.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #353535 !important;
}
.bg-success {
  background-color: #49d790 !important;
}
.bg-info {
  background-color: #c5fecc !important;
}
.bg-warning {
  background-color: #00be9d !important;
}
.bg-danger {
  background-color: #858585 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c5fecc !important;
  border-color: #c5fecc !important;
  color: #03c11b !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #03c11b !important;
  background-color: #70fd81 !important;
  border-color: #70fd81 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c5fecc !important;
  border-color: #c5fecc !important;
  color: #03c11b !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #03c11b !important;
  background-color: #70fd81 !important;
  border-color: #70fd81 !important;
}
.btn-success,
.btn-success:active {
  background-color: #49d790 !important;
  border-color: #49d790 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #24a565 !important;
  border-color: #24a565 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00be9d !important;
  border-color: #00be9d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #006755 !important;
  border-color: #006755 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #858585 !important;
  border-color: #858585 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c5fecc;
  color: #c5fecc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #70fd81 !important;
  background-color: transparent!important;
  border-color: #70fd81 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #03c11b !important;
  background-color: #c5fecc !important;
  border-color: #c5fecc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c5fecc;
  color: #c5fecc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #70fd81 !important;
  background-color: transparent!important;
  border-color: #70fd81 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #03c11b !important;
  background-color: #c5fecc !important;
  border-color: #c5fecc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #49d790;
  color: #49d790;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #24a565 !important;
  background-color: transparent!important;
  border-color: #24a565 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #49d790 !important;
  border-color: #49d790 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #00be9d;
  color: #00be9d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #006755 !important;
  background-color: transparent!important;
  border-color: #006755 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00be9d !important;
  border-color: #00be9d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #858585;
  color: #858585;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5a5a5a !important;
  background-color: transparent!important;
  border-color: #5a5a5a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #858585 !important;
  border-color: #858585 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #c5fecc !important;
}
.text-success {
  color: #49d790 !important;
}
.text-info {
  color: #c5fecc !important;
}
.text-warning {
  color: #00be9d !important;
}
.text-danger {
  color: #858585 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #353535 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #61fc74 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #22985d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #61fc74 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #005849 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #525252 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: none;
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c5fecc;
}
.alert-warning {
  background-color: #00be9d;
}
.alert-danger {
  background-color: #858585;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f0fcf6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3fffde;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c5c5c5;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #353535 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c5fecc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23353535' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-txUFvQu5zD {
  z-index: 1000;
  width: 100%;
}
.cid-txUFvQu5zD .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-txUFvQu5zD nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-txUFvQu5zD #navbar {
  transition: top 0.3s;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-txUFvQu5zD .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-txUFvQu5zD .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-txUFvQu5zD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-txUFvQu5zD .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-txUFvQu5zD .menu_box .navbar.opened,
  .cid-txUFvQu5zD .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-txUFvQu5zD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txUFvQu5zD nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-txUFvQu5zD .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-txUFvQu5zD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-txUFvQu5zD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-txUFvQu5zD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-txUFvQu5zD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-txUFvQu5zD .offcanvas-body .mbr-text,
  .cid-txUFvQu5zD .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-txUFvQu5zD .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-txUFvQu5zD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-txUFvQu5zD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txUFvQu5zD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-txUFvQu5zD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-txUFvQu5zD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-txUFvQu5zD li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-txUFvQu5zD li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-txUFvQu5zD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-txUFvQu5zD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-txUFvQu5zD .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-txUFvQu5zD .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-txUFvQu5zD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txUFvQu5zD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-txUFvQu5zD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-txUFvQu5zD .offcanvas_box {
    display: none;
  }
}
.cid-txUFvQu5zD .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-txUFvQu5zD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-txUFvQu5zD .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-txUFvQu5zD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txUFvQu5zD .nav-link {
  position: relative;
}
.cid-txUFvQu5zD .container {
  display: flex;
  margin: auto;
}
.cid-txUFvQu5zD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-txUFvQu5zD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-txUFvQu5zD .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-txUFvQu5zD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-txUFvQu5zD .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-txUFvQu5zD .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-txUFvQu5zD .dropdown-menu,
.cid-txUFvQu5zD .navbar.opened {
  background: #393b45 !important;
}
.cid-txUFvQu5zD .nav-item:focus,
.cid-txUFvQu5zD .nav-link:focus {
  outline: none;
}
.cid-txUFvQu5zD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txUFvQu5zD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txUFvQu5zD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txUFvQu5zD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txUFvQu5zD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txUFvQu5zD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txUFvQu5zD .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-txUFvQu5zD .navbar.opened {
  transition: all 0.3s;
}
.cid-txUFvQu5zD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-txUFvQu5zD .navbar .navbar-logo img {
  width: auto;
}
.cid-txUFvQu5zD .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-txUFvQu5zD .navbar.collapsed {
  justify-content: center;
}
.cid-txUFvQu5zD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txUFvQu5zD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txUFvQu5zD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-txUFvQu5zD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txUFvQu5zD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txUFvQu5zD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txUFvQu5zD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-txUFvQu5zD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txUFvQu5zD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-txUFvQu5zD .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-txUFvQu5zD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txUFvQu5zD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txUFvQu5zD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-txUFvQu5zD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txUFvQu5zD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txUFvQu5zD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txUFvQu5zD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-txUFvQu5zD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-txUFvQu5zD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-txUFvQu5zD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txUFvQu5zD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txUFvQu5zD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-txUFvQu5zD .navbar.navbar-short {
  min-height: 60px;
}
.cid-txUFvQu5zD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txUFvQu5zD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txUFvQu5zD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txUFvQu5zD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txUFvQu5zD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txUFvQu5zD .dropdown-item.active,
.cid-txUFvQu5zD .dropdown-item:active {
  background-color: transparent;
}
.cid-txUFvQu5zD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txUFvQu5zD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txUFvQu5zD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txUFvQu5zD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txUFvQu5zD ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-txUFvQu5zD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txUFvQu5zD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txUFvQu5zD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txUFvQu5zD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txUFvQu5zD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txUFvQu5zD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txUFvQu5zD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txUFvQu5zD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txUFvQu5zD .navbar {
    height: 70px;
  }
  .cid-txUFvQu5zD .navbar.opened {
    height: auto;
  }
  .cid-txUFvQu5zD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txUFvQu5zD .mbr-section-subtitle {
  color: #000000;
}
.cid-txUFvQu5zD .mbr-text {
  color: #000000;
}
.cid-txUFvQu5zD .text_widget {
  color: #000000;
}
.cid-tYOGfXcILr {
  height: 100vh;
  background-position: top right;
  background-attachment: fixed;
  background-image: url("../../../assets/images/adobestock-74026795.jpg");
}
@media (max-width: 991px) {
  .cid-tYOGfXcILr {
    background-attachment: scroll!important;
  }
}
.cid-tYOGfXcILr h2 {
  font-weight: 400;
}
.cid-tYOGfXcILr h1 {
  line-height: 1.1!important;
}
@media (max-width: 992px) {
  .cid-tYOGfXcILr h1 {
    text-shadow: -1px -1px 0 #777777, 1px -1px 0 #777777, -1px 1px 0 #777777, 1px 1px 0 #777777;
    backdrop-filter: blur(5px);
  }
}
.cid-tYOGfXcILr .viereck-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 90%;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tYOGfXcILr .viereck {
  background: #00be9d88;
  width: 30%;
  min-width: 170px;
  aspect-ratio: 1;
  z-index: 14;
  transition: all 0.5s;
  border-radius: 10px;
}
.cid-tYOGfXcILr .viereck-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 35px;
}
@media (max-width: 1200px) {
  .cid-tYOGfXcILr .viereck-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tYOGfXcILr .viereck-text {
    top: 35px;
    max-width: 80vw!important;
  }
}
.cid-tYOGfXcILr .viereck-text h2,
.cid-tYOGfXcILr .viereck-text h1 {
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3);
}
.cid-tYOGfXcILr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYOGfXcILr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOGfXcILr .mbr-section-title {
  color: #000000;
}
.cid-tYOGfXcILr .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-tYOGfXcILr .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tYOGfXcILr .mbr-section-btn {
  margin-top: 18px;
}
.cid-tYOGfXcILr .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tYOGfXcILr .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tYcK1GjMKc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 1400px) {
  .cid-tYcK1GjMKc .iconfont-wrapper {
    display: none;
  }
}
.cid-tYcK1GjMKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcK1GjMKc h5 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.cid-tYcK1GjMKc .card {
  border-radius: 14px;
  background-color: #00be9d;
  transition: all 0.3s;
  border-style: solid;
  border-width: 5px;
  border-color: #393b45;
}
@media (min-width: 992px) {
  .cid-tYcK1GjMKc .card {
    width: 25% !important;
  }
}
.cid-tYcK1GjMKc .card:nth-child(2) {
  background-color: #00a49e;
}
.cid-tYcK1GjMKc .card:nth-child(3) {
  background-color: #008b9b;
}
.cid-tYcK1GjMKc .card:nth-child(4) {
  background-color: #007293;
}
.cid-tYcK1GjMKc .card:nth-child(5) {
  background-color: #00627e;
}
.cid-tYcK1GjMKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcK1GjMKc .col-title {
  margin-bottom: 32px;
}
.cid-tYcK1GjMKc .mbr-section-title {
  color: #24262b;
}
.cid-tYcK1GjMKc .mbr-section-subtitle {
  color: #24262b;
}
.cid-tYcK1GjMKc .cards-row {
  row-gap: 32px;
}
.cid-tYcK1GjMKc .card-wrapper {
  display: flex;
  border-radius: 5px;
  padding: 20px;
  align-items: center;
  background: transparent;
}
.cid-tYcK1GjMKc .card:hover {
  transform: scale(1.03);
  transition: all 0.5s;
  box-shadow: 0 0 20px black;
  z-index: 1;
  border-color: #222;
}
.cid-tYcK1GjMKc .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tYcK1GjMKc .text-wrap {
  flex-grow: 1;
}
.cid-tYcK1GjMKc .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYcK1GjMKc .card-text {
  color: #767676;
}
.cid-ucFkZZhalz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 1400px) {
  .cid-ucFkZZhalz .iconfont-wrapper {
    display: none;
  }
}
.cid-ucFkZZhalz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucFkZZhalz h5 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.cid-ucFkZZhalz .card {
  border-radius: 14px;
  background-color: #00be9d;
  transition: all 0.3s;
  border-style: solid;
  border-width: 5px;
  border-color: #393b45;
}
@media (min-width: 992px) {
  .cid-ucFkZZhalz .card {
    width: 33% !important;
  }
}
.cid-ucFkZZhalz .card:nth-child(2) {
  background-color: #00a49e;
}
.cid-ucFkZZhalz .card:nth-child(3) {
  background-color: #008b9b;
}
.cid-ucFkZZhalz .card:nth-child(4) {
  background-color: #007293;
}
.cid-ucFkZZhalz .card:nth-child(5) {
  background-color: #00627e;
}
.cid-ucFkZZhalz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucFkZZhalz .col-title {
  margin-bottom: 32px;
}
.cid-ucFkZZhalz .mbr-section-title {
  color: #24262b;
}
.cid-ucFkZZhalz .mbr-section-subtitle {
  color: #24262b;
}
.cid-ucFkZZhalz .cards-row {
  row-gap: 32px;
}
.cid-ucFkZZhalz .card-wrapper {
  display: flex;
  border-radius: 5px;
  padding: 20px;
  align-items: center;
  background: transparent;
}
.cid-ucFkZZhalz .card:hover {
  transform: scale(1.03);
  transition: all 0.5s;
  box-shadow: 0 0 20px black;
  z-index: 1;
  border-color: #222;
}
.cid-ucFkZZhalz .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-ucFkZZhalz .text-wrap {
  flex-grow: 1;
}
.cid-ucFkZZhalz .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucFkZZhalz .card-text {
  color: #767676;
}
.cid-t0pXVuTwhz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f6feff;
}
.cid-t0pXVuTwhz .row {
  flex-direction: row-reverse;
}
.cid-t0pXVuTwhz .viereck-mini-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}
.cid-t0pXVuTwhz .viereck-mini {
  background: #00be9daa;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-t0pXVuTwhz .viereck-mini:hover {
  background: #353535;
  color: #ffffff;
}
.cid-t0pXVuTwhz .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
@media (max-width: 768px) {
  .cid-t0pXVuTwhz .viereck-mini {
    width: 70px;
    height: 70px;
  }
}
.cid-t0pXVuTwhz .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-t0pXVuTwhz .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-t0pXVuTwhz .viereck-mini-text {
    top: 25px;
  }
}
.cid-t0pXVuTwhz .viereck-mini-text h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.cid-t0pXVuTwhz .logo-schmuck {
  position: absolute;
  top: -20rem;
  right: 0px;
  width: 30%;
  z-index: 1;
  opacity: 0.1;
  display: none;
}
.cid-t0pXVuTwhz .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-t0pXVuTwhz .image-wrapper img {
  transition: all 0.5s;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-t0pXVuTwhz .image-wrapper {
    padding: 1rem;
  }
}
.cid-t0pXVuTwhz .image-wrapper:hover img {
  transform: scale(1.05) rotate(-3deg);
  transition: all 0.5s;
}
.cid-t0pXVuTwhz .image-wrapper:hover .viereck-nini {
  background: #353535;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-t0pXVuTwhz .img-link {
  background: #393b45;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-t0pXVuTwhz .img-link {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-t0pXVuTwhz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0pXVuTwhz p {
    max-width: 500px;
  }
}
.cid-t0pXVuTwhz .mbr-text,
.cid-t0pXVuTwhz .mbr-section-btn {
  color: #000000;
}
.cid-t0pXVuTwhz .mbr-section-title {
  color: #393b45;
}
.cid-t0pXVuTwhz .mbr-section-subtitle,
.cid-t0pXVuTwhz .viereck-mini-text {
  color: #ffffff;
}
.cid-t0pXVuTwhz .mbr-section-title DIV {
  text-align: left;
}
.cid-t0pXVuTwhz .mbr-section-subtitle {
  color: #00be9d;
}
.cid-ucFlDRaIsR {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f6feff;
}
.cid-ucFlDRaIsR .viereck-mini-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}
.cid-ucFlDRaIsR .viereck-mini {
  background: #00be9daa;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-ucFlDRaIsR .viereck-mini:hover {
  background: #353535;
  color: #ffffff;
}
.cid-ucFlDRaIsR .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
.cid-ucFlDRaIsR .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-ucFlDRaIsR .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-ucFlDRaIsR .viereck-mini-text {
    top: 35px;
  }
}
.cid-ucFlDRaIsR .viereck-mini-text h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
@media (max-width: 768px) {
  .cid-ucFlDRaIsR .card1 {
    margin-bottom: 2rem;
  }
}
.cid-ucFlDRaIsR .logo-schmuck {
  position: absolute;
  top: -20rem;
  right: 0px;
  width: 30%;
  z-index: 1;
  opacity: 0.1;
  display: none;
}
.cid-ucFlDRaIsR .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-ucFlDRaIsR .image-wrapper img {
  transition: all 0.5s;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ucFlDRaIsR .image-wrapper {
    padding: 1rem;
  }
}
.cid-ucFlDRaIsR .image-wrapper:hover img {
  transform: scale(1.05) rotate(-1deg);
  transition: all 0.5s;
}
.cid-ucFlDRaIsR .image-wrapper:hover .viereck-nini {
  background: #353535;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-ucFlDRaIsR .img-link {
  background: #011235;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ucFlDRaIsR .img-link {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-ucFlDRaIsR .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucFlDRaIsR p {
    max-width: 500px;
  }
}
.cid-ucFlDRaIsR .mbr-text,
.cid-ucFlDRaIsR .mbr-section-btn {
  color: #000000;
}
.cid-ucFlDRaIsR .mbr-section-title {
  color: #000000;
}
.cid-ucFlDRaIsR .mbr-section-subtitle,
.cid-ucFlDRaIsR .viereck-mini-text {
  color: #ffffff;
}
.cid-ucFlDRaIsR .mbr-section-title DIV {
  text-align: left;
}
.cid-txnhdOoldF {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f6feff;
}
.cid-txnhdOoldF .underlay {
  z-index: 2;
  background: #393b45;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 6rem 2rem 2rem 2rem;
}
.cid-txnhdOoldF #idDIV1TEXT,
.cid-txnhdOoldF #idDIV2TEXT {
  display: none;
}
.cid-txnhdOoldF .row {
  justify-content: center;
}
.cid-txnhdOoldF .viereck-mini-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}
.cid-txnhdOoldF .viereck-mini {
  background: #00be9daa;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-txnhdOoldF .viereck-mini:hover {
  background: #353535;
  color: #ffffff;
}
.cid-txnhdOoldF .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
@media (max-width: 768px) {
  .cid-txnhdOoldF .card1 {
    margin-bottom: 2rem;
  }
}
.cid-txnhdOoldF .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-txnhdOoldF .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-txnhdOoldF .viereck-mini-text {
    top: 35px;
  }
}
.cid-txnhdOoldF .viereck-mini-text h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.cid-txnhdOoldF .logo-schmuck {
  position: absolute;
  top: -20rem;
  right: 0px;
  width: 30%;
  z-index: 1;
  opacity: 0.1;
  display: none;
}
.cid-txnhdOoldF .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-txnhdOoldF .image-wrapper img {
  transition: all 0.5s;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-txnhdOoldF .image-wrapper {
    padding: 1rem;
  }
}
.cid-txnhdOoldF .image-wrapper:hover img {
  transform: scale(1.05) rotate(-3deg);
  transition: all 0.5s;
}
.cid-txnhdOoldF .image-wrapper:hover .viereck-nini {
  background: #353535;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-txnhdOoldF .img-link {
  background: #011235;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-txnhdOoldF .img-link {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-txnhdOoldF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txnhdOoldF p {
    max-width: 500px;
  }
}
.cid-txnhdOoldF .mbr-text,
.cid-txnhdOoldF .mbr-section-btn {
  color: #000000;
}
.cid-txnhdOoldF .mbr-section-title {
  color: #ffffff;
}
.cid-txnhdOoldF .mbr-section-subtitle,
.cid-txnhdOoldF .viereck-mini-text {
  color: #ffffff;
}
.cid-txnhdOoldF .mbr-section-title DIV {
  text-align: left;
}
.cid-txnhdOoldF .mbr-text {
  color: #ffffff;
}
.cid-tY9C1t3Pko {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6feff;
}
.cid-tY9C1t3Pko .underlay {
  z-index: 2;
  background: #393b45;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 6rem 2rem 2rem 2rem;
}
.cid-tY9C1t3Pko #idDIV3TEXT,
.cid-tY9C1t3Pko #idDIV4TEXT {
  display: none;
}
.cid-tY9C1t3Pko .row {
  justify-content: center;
}
.cid-tY9C1t3Pko .viereck-mini-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}
.cid-tY9C1t3Pko .viereck-mini {
  background: #00be9daa;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-tY9C1t3Pko .viereck-mini:hover {
  background: #353535;
  color: #ffffff;
}
.cid-tY9C1t3Pko .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
@media (max-width: 768px) {
  .cid-tY9C1t3Pko .card1 {
    margin-bottom: 2rem;
  }
}
.cid-tY9C1t3Pko .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-tY9C1t3Pko .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tY9C1t3Pko .viereck-mini-text {
    top: 35px;
  }
}
.cid-tY9C1t3Pko .viereck-mini-text h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.cid-tY9C1t3Pko .logo-schmuck {
  position: absolute;
  top: -20rem;
  right: 0px;
  width: 30%;
  z-index: 1;
  opacity: 0.1;
  display: none;
}
.cid-tY9C1t3Pko .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-tY9C1t3Pko .image-wrapper img {
  transition: all 0.5s;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tY9C1t3Pko .image-wrapper {
    padding: 1rem;
  }
}
.cid-tY9C1t3Pko .image-wrapper:hover img {
  transform: scale(1.05) rotate(-3deg);
  transition: all 0.5s;
}
.cid-tY9C1t3Pko .image-wrapper:hover .viereck-nini {
  background: #353535;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tY9C1t3Pko .img-link {
  background: #011235;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tY9C1t3Pko .img-link {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tY9C1t3Pko .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tY9C1t3Pko p {
    max-width: 500px;
  }
}
.cid-tY9C1t3Pko .mbr-text,
.cid-tY9C1t3Pko .mbr-section-btn {
  color: #000000;
}
.cid-tY9C1t3Pko .mbr-section-title {
  color: #ffffff;
}
.cid-tY9C1t3Pko .mbr-section-subtitle,
.cid-tY9C1t3Pko .viereck-mini-text {
  color: #ffffff;
}
.cid-tY9C1t3Pko .mbr-section-title DIV {
  text-align: left;
}
.cid-tY9C1t3Pko .mbr-text {
  color: #ffffff;
}
.cid-tFoeCd7wYg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f6feff;
}
.cid-tFoeCd7wYg .viereck-mini-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}
.cid-tFoeCd7wYg .viereck-mini {
  background: #00be9daa;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-tFoeCd7wYg .viereck-mini:hover {
  background: #353535;
  color: #ffffff;
}
.cid-tFoeCd7wYg .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
.cid-tFoeCd7wYg .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-tFoeCd7wYg .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tFoeCd7wYg .viereck-mini-text {
    top: 35px;
  }
}
.cid-tFoeCd7wYg .viereck-mini-text h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
@media (max-width: 768px) {
  .cid-tFoeCd7wYg .card1 {
    margin-bottom: 2rem;
  }
}
.cid-tFoeCd7wYg .logo-schmuck {
  position: absolute;
  top: -20rem;
  right: 0px;
  width: 30%;
  z-index: 1;
  opacity: 0.1;
  display: none;
}
.cid-tFoeCd7wYg .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-tFoeCd7wYg .image-wrapper img {
  transition: all 0.5s;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tFoeCd7wYg .image-wrapper {
    padding: 1rem;
  }
}
.cid-tFoeCd7wYg .image-wrapper:hover img {
  transform: scale(1.05) rotate(-1deg);
  transition: all 0.5s;
}
.cid-tFoeCd7wYg .image-wrapper:hover .viereck-nini {
  background: #353535;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tFoeCd7wYg .img-link {
  background: #011235;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tFoeCd7wYg .img-link {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tFoeCd7wYg .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFoeCd7wYg p {
    max-width: 500px;
  }
}
.cid-tFoeCd7wYg .mbr-text,
.cid-tFoeCd7wYg .mbr-section-btn {
  color: #000000;
}
.cid-tFoeCd7wYg .mbr-section-title {
  color: #000000;
}
.cid-tFoeCd7wYg .mbr-section-subtitle,
.cid-tFoeCd7wYg .viereck-mini-text {
  color: #ffffff;
}
.cid-tFoeCd7wYg .mbr-section-title DIV {
  text-align: left;
}
.cid-txnbe9RENf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
  z-index: 0;
}
.cid-txnbe9RENf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txnbe9RENf h2 {
  line-height: 1.5;
}
.cid-txnbe9RENf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txnbe9RENf .text-wrapper {
  background: white;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: pink;
  padding: 2rem;
}
.cid-txnbe9RENf .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-txnbe9RENf .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-txnbe9RENf .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-txnbe9RENf .mbr-text {
  color: #3bd688;
  text-align: center;
}
.cid-txnbe9RENf .mbr-iconfont {
  display: block;
  font-size: 3rem;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.cid-txnbe9RENf .card-title {
  transition: all 0.3s;
}
.cid-txnbe9RENf .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-txnbe9RENf .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #353535;
  position: absolute;
}
.cid-txnbe9RENf .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem 1rem;
  background: #00be9d;
  border-radius: 3px;
  aspect-ratio: 1;
  max-width: 150px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-txnbe9RENf .card-wrapper:hover {
  background: #353535;
  box-shadow: 5px 5px 30px 0 #353535;
}
.cid-txnbe9RENf .card-wrapper:hover .mbr-iconfont,
.cid-txnbe9RENf .card-wrapper:hover .card-title {
  color: #ffffff;
}
.cid-txnbe9RENf .card-title,
.cid-txnbe9RENf .card-box {
  color: #ffffff;
}
.cid-txnbe9RENf .main-title,
.cid-txnbe9RENf .title-col {
  text-align: center;
  color: #160830;
}
@media (min-width: 992px) {
  .cid-txnbe9RENf .container,
  .cid-txnbe9RENf .container-fluid {
    padding: 2rem 2rem !important;
  }
}
.cid-t0pXUxHaQm {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #393b45;
}
.cid-t0pXUxHaQm .mbr-section-title {
  color: #ffffff;
}
.cid-t0pXUxHaQm h1 {
  font-weight: 100;
}
.cid-t0pXUxHaQm .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-t0pXUxHaQm .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-t0pXUxHaQm .d-flex {
    justify-content: center;
  }
}
.cid-t0pXUxHaQm .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-t0pXUxHaQm .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-t0pXUxHaQm .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-t0pXUxHaQm .link-wrapper {
    justify-content: center;
  }
}
.cid-t0pXUxHaQm .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-t0pXUxHaQm .link,
.cid-t0pXUxHaQm .link-icon {
  color: #ffffff;
}
.cid-t0pXUxHaQm .mbr-text,
.cid-t0pXUxHaQm .line {
  color: #ffffff;
}
.cid-t0pXUxHaQm .mbr-section-title,
.cid-t0pXUxHaQm .line {
  color: #ffffff;
}
.cid-txlpZk4xom {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #393b45;
}
.cid-txlpZk4xom .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlpZk4xom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlpZk4xom .item-wrap {
  z-index: 1;
}
.cid-txlpZk4xom .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-txlpZk4xom .title-wrapper {
    margin-bottom: 15px;
  }
}
.cid-txlpZk4xom .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-txlpZk4xom .mbr-text {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-txlpZk4xom .mbr-text .mbr-text {
  margin-bottom: 0;
}
.cid-txlpZk4xom .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.cid-txlpZk4xom .card .card-header {
  background-color: transparent;
  padding: 32px 0;
  border: none;
}
.cid-txlpZk4xom .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #353535;
  transform: rotate(0deg);
}
.cid-txlpZk4xom .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  background-color: #353535;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: none;
}
.cid-txlpZk4xom .card .card-header .panel-title:hover .panel-title-edit {
  color: #ffffff;
}
.cid-txlpZk4xom .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-txlpZk4xom .card .card-header .panel-title:focus .panel-title-edit {
  color: #ffffff;
}
.cid-txlpZk4xom .card .card-header .panel-title:focus::after {
  display: block;
}
.cid-txlpZk4xom .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-txlpZk4xom .card .card-header .panel-title .mbr-iconfont {
  margin: 0 12px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-txlpZk4xom .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-txlpZk4xom .mbr-section-title {
  color: #ffffff;
}
.cid-txlpZk4xom .panel-title-edit,
.cid-txlpZk4xom .mbr-iconfont {
  color: #ffffff;
}
.cid-txlpZk4xom .panel-text {
  color: #ffffff;
}
.cid-ty0xJn0VJT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  min-height: 550px;
  display: flex;
  align-items: center;
}
.cid-ty0xJn0VJT :after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../../../assets/images/adobestock-187151104.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
}
.cid-ty0xJn0VJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0xJn0VJT .myback:after {
  background-image: none!important;
  background: transparent!important;
}
.cid-ty0xJn0VJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0xJn0VJT .logo-schmuck {
  position: absolute;
  transform: scaleX(-1);
  bottom: -5rem;
  left: 0px;
  width: 10%;
  min-width: 150px;
  z-index: 1;
}
.cid-ty0xJn0VJT .mbr-section-head {
  width: 100%;
}
.cid-ty0xJn0VJT .mbr-section-title {
  color: #212428;
}
.cid-ty0xJn0VJT .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-ty0xJn0VJT .mbr-section-btn {
  margin-top: 40px;
}
.cid-t0pY43Wx3T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6feff;
}
.cid-t0pY43Wx3T .mbr-iconfont {
  font-size: 1.1rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
  transition: all 0.6s;
}
.cid-t0pY43Wx3T .panel-group {
  border: none;
}
.cid-t0pY43Wx3T .card {
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 1rem 0;
}
.cid-t0pY43Wx3T .card-header {
  border: none;
}
.cid-t0pY43Wx3T p {
  font-weight: 400;
}
@media (min-width: 767px) {
  .cid-t0pY43Wx3T p {
    padding-left: 4rem;
  }
}
.cid-t0pY43Wx3T .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t0pY43Wx3T .panel-body,
.cid-t0pY43Wx3T .card-header {
  padding: 1rem 0;
  background: white;
}
.cid-t0pY43Wx3T .panel-title-edit {
  color: #000000;
}
.cid-t0pY43Wx3T .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t0pY43Wx3T .panel-text {
  color: #000000;
}
.cid-t0pY43Wx3T .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-t0pY43Wx3T .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0pY43Wx3T .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0pY43Wx3T .img-link {
  background: red;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #ffffff;
}
.cid-t0pY43Wx3T .mbr-iconfont:hover {
  color: red;
  transform: rotate(45deg);
}
.cid-txTzqCWqC8 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #393b45;
}
.cid-txTzqCWqC8 h1 {
  font-weight: 100;
}
.cid-txTzqCWqC8 .mbr-section-title {
  color: #ffffff;
}
.cid-txTzqCWqC8 .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-txTzqCWqC8 .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-txTzqCWqC8 .d-flex {
    justify-content: center;
  }
}
.cid-txTzqCWqC8 .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-txTzqCWqC8 .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-txTzqCWqC8 .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-txTzqCWqC8 .link-wrapper {
    justify-content: center;
  }
}
.cid-txTzqCWqC8 .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-txTzqCWqC8 .link,
.cid-txTzqCWqC8 .link-icon {
  color: #ffffff;
}
.cid-txTzqCWqC8 .mbr-text,
.cid-txTzqCWqC8 .line {
  color: #ffffff;
}
.cid-txTzqCWqC8 .mbr-section-title,
.cid-txTzqCWqC8 .line {
  color: #ffffff;
}
.cid-t0pY1Stnce {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-t0pY1Stnce .viereck-mini-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-t0pY1Stnce .viereck-mini {
  background: #00be9d;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-t0pY1Stnce .viereck-mini:hover {
  background: #858585;
  color: #ffffff;
}
.cid-t0pY1Stnce .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
.cid-t0pY1Stnce .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-t0pY1Stnce .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-t0pY1Stnce .viereck-mini-text {
    top: 35px;
  }
}
.cid-t0pY1Stnce .viereck-mini-text h2 {
  font-weight: 500;
  color: black!important;
}
.cid-t0pY1Stnce .logo-schmuck {
  position: absolute;
  bottom: 0rem;
  right: 0px;
  width: 30%;
  opacity: .7;
  display: none;
}
.cid-t0pY1Stnce img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-t0pY1Stnce .row {
  justify-content: space-between;
}
.cid-t0pY1Stnce .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-t0pY1Stnce .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t0pY1Stnce .image-wrapper {
    padding: 1rem;
  }
}
.cid-t0pY1Stnce .image-wrapper:hover .img-link,
.cid-t0pY1Stnce .image-wrapper:focus-within .img-link {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cid-t0pY1Stnce .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t0pY1Stnce .image-wrapper .img-link {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-t0pY1Stnce .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0pY1Stnce .img-link {
  background: #00be9d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #000000;
  width: 100%;
  transform: translateY(100%);
}
.cid-t0pY1Stnce .img-link span {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t0pY1Stnce .img-link {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-t0pY1Stnce .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t0pY1Stnce .mbr-section-title {
  color: #000000;
}
.cid-t0pY1Stnce .mbr-section-text {
  color: #000000;
}
.cid-t0pY1Stnce .name {
  color: #ffffff;
}
.cid-t0pY1Stnce .status {
  color: #ffffff;
}
.cid-t0pY1Stnce .mbr-section-subtitle,
.cid-t0pY1Stnce a {
  color: #000000;
}
.cid-twpXZY7MYC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-twpXZY7MYC img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-twpXZY7MYC .viereck-mini-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-twpXZY7MYC .viereck-mini {
  background: #00be9d;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-twpXZY7MYC .viereck-mini:hover {
  background: #858585;
  color: #ffffff;
}
.cid-twpXZY7MYC .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
.cid-twpXZY7MYC .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-twpXZY7MYC .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-twpXZY7MYC .viereck-mini-text {
    top: 35px;
  }
}
.cid-twpXZY7MYC .viereck-mini-text h2 {
  font-weight: 500;
  color: black!important;
}
.cid-twpXZY7MYC .row {
  justify-content: space-between;
}
.cid-twpXZY7MYC .logo-schmuck {
  position: absolute;
  bottom: 0rem;
  right: 0px;
  width: 30%;
  opacity: .7;
  display: none;
}
.cid-twpXZY7MYC .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.cid-twpXZY7MYC .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-twpXZY7MYC .image-wrapper {
    padding: 1rem;
  }
}
.cid-twpXZY7MYC .image-wrapper:hover .img-link,
.cid-twpXZY7MYC .image-wrapper:focus-within .img-link {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cid-twpXZY7MYC .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-twpXZY7MYC .image-wrapper .img-link {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-twpXZY7MYC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-twpXZY7MYC .img-link {
  background: #00be9d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #000000;
  width: 100%;
  transform: translateY(100%);
}
.cid-twpXZY7MYC .img-link span {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-twpXZY7MYC .img-link {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-twpXZY7MYC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twpXZY7MYC .mbr-section-title {
  color: #000000;
}
.cid-twpXZY7MYC .mbr-section-text {
  color: #000000;
}
.cid-twpXZY7MYC .name {
  color: #000000;
}
.cid-twpXZY7MYC .status {
  color: #ffffff;
}
.cid-twpXZY7MYC .mbr-section-subtitle {
  color: #000000;
}
.cid-tySNhYEBpH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tySNhYEBpH img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tySNhYEBpH .viereck-mini-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tySNhYEBpH .viereck-mini {
  background: #00be9d;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-tySNhYEBpH .viereck-mini:hover {
  background: #858585;
  color: #ffffff;
}
.cid-tySNhYEBpH .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
.cid-tySNhYEBpH .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-tySNhYEBpH .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tySNhYEBpH .viereck-mini-text {
    top: 35px;
  }
}
.cid-tySNhYEBpH .viereck-mini-text h2 {
  font-weight: 500;
  color: black!important;
}
.cid-tySNhYEBpH .logo-schmuck {
  position: absolute;
  bottom: 0rem;
  right: 0px;
  width: 30%;
  opacity: .7;
  display: none;
}
.cid-tySNhYEBpH .row {
  justify-content: space-between;
}
.cid-tySNhYEBpH .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.cid-tySNhYEBpH .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tySNhYEBpH .image-wrapper {
    padding: 1rem;
  }
}
.cid-tySNhYEBpH .image-wrapper:hover .img-link,
.cid-tySNhYEBpH .image-wrapper:focus-within .img-link {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cid-tySNhYEBpH .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tySNhYEBpH .image-wrapper .img-link {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-tySNhYEBpH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tySNhYEBpH .img-link {
  background: #00be9d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #000000;
  width: 100%;
  transform: translateY(100%);
}
.cid-tySNhYEBpH .img-link span {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tySNhYEBpH .img-link {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-tySNhYEBpH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tySNhYEBpH .mbr-section-title {
  color: #000000;
}
.cid-tySNhYEBpH .mbr-section-text {
  color: #000000;
}
.cid-tySNhYEBpH .name {
  color: #000000;
}
.cid-tySNhYEBpH .status {
  color: #ffffff;
}
.cid-tFoh7c1Fy4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tFoh7c1Fy4 img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tFoh7c1Fy4 .viereck-mini-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tFoh7c1Fy4 .viereck-mini {
  background: #00be9d;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-tFoh7c1Fy4 .viereck-mini:hover {
  background: #858585;
  color: #ffffff;
}
.cid-tFoh7c1Fy4 .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
.cid-tFoh7c1Fy4 .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-tFoh7c1Fy4 .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tFoh7c1Fy4 .viereck-mini-text {
    top: 35px;
  }
}
.cid-tFoh7c1Fy4 .viereck-mini-text h2 {
  font-weight: 500;
  color: black!important;
}
.cid-tFoh7c1Fy4 .logo-schmuck {
  position: absolute;
  bottom: 0rem;
  right: 0px;
  width: 30%;
  opacity: .7;
  display: none;
}
.cid-tFoh7c1Fy4 .row {
  justify-content: space-between;
}
.cid-tFoh7c1Fy4 .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.cid-tFoh7c1Fy4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFoh7c1Fy4 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tFoh7c1Fy4 .image-wrapper:hover .img-link,
.cid-tFoh7c1Fy4 .image-wrapper:focus-within .img-link {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cid-tFoh7c1Fy4 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tFoh7c1Fy4 .image-wrapper .img-link {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-tFoh7c1Fy4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFoh7c1Fy4 .img-link {
  background: #00be9d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #000000;
  width: 100%;
  transform: translateY(100%);
}
.cid-tFoh7c1Fy4 .img-link span {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tFoh7c1Fy4 .img-link {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-tFoh7c1Fy4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tFoh7c1Fy4 .mbr-section-title {
  color: #000000;
}
.cid-tFoh7c1Fy4 .mbr-section-text {
  color: #000000;
}
.cid-tFoh7c1Fy4 .name {
  color: #000000;
}
.cid-tFoh7c1Fy4 .status {
  color: #ffffff;
}
.cid-tySNiRfmCO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-tySNiRfmCO img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tySNiRfmCO .viereck-mini-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tySNiRfmCO .viereck-mini {
  background: #00be9d;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-tySNiRfmCO .viereck-mini:hover {
  background: #858585;
  color: #ffffff;
}
.cid-tySNiRfmCO .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
.cid-tySNiRfmCO .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-tySNiRfmCO .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tySNiRfmCO .viereck-mini-text {
    top: 35px;
  }
}
.cid-tySNiRfmCO .viereck-mini-text h2 {
  font-weight: 500;
  color: black!important;
}
.cid-tySNiRfmCO .logo-schmuck {
  position: absolute;
  bottom: 0rem;
  right: 0px;
  width: 30%;
  opacity: .7;
  display: none;
}
.cid-tySNiRfmCO .row {
  justify-content: space-between;
}
.cid-tySNiRfmCO .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.cid-tySNiRfmCO .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tySNiRfmCO .image-wrapper {
    padding: 1rem;
  }
}
.cid-tySNiRfmCO .image-wrapper:hover .img-link,
.cid-tySNiRfmCO .image-wrapper:focus-within .img-link {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cid-tySNiRfmCO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tySNiRfmCO .image-wrapper .img-link {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .cid-tySNiRfmCO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tySNiRfmCO .img-link {
  background: #00be9d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #000000;
  width: 100%;
  transform: translateY(100%);
}
.cid-tySNiRfmCO .img-link span {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tySNiRfmCO .img-link {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-tySNiRfmCO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tySNiRfmCO .mbr-section-title {
  color: #000000;
}
.cid-tySNiRfmCO .mbr-section-text {
  color: #000000;
}
.cid-tySNiRfmCO .name {
  color: #000000;
}
.cid-tySNiRfmCO .status {
  color: #ffffff;
}
.cid-tz3fBwl9h9 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tz3fBwl9h9 .showAlerts {
  display: block !important;
}
.cid-tz3fBwl9h9 .rowflexrev {
  display: -webkit-flex;
}
.cid-tz3fBwl9h9 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tz3fBwl9h9 .title {
  margin-bottom: 2rem;
}
.cid-tz3fBwl9h9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tz3fBwl9h9 textarea.form-control {
  min-height: 188px;
}
.cid-tz3fBwl9h9 LABEL {
  color: #232323;
  display: initial;
}
.cid-tz3fBwl9h9 .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tz3fBwl9h9 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tz3fBwl9h9 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tz3fBwl9h9 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tz3fBwl9h9 .alert {
  margin-bottom: 0;
}
.cid-tz3fBwl9h9 .alert-success {
  background-color: #00be9d;
}
.cid-tz3fBwl9h9 .alert-danger {
  background-color: #ff4a52;
}
.cid-tz3fBwl9h9 .btn {
  display: inline-flex;
}
.cid-tz3fBwl9h9 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tz3fBwl9h9 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tz3fBwl9h9 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tz3fBwl9h9 input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tz3fBwl9h9 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tz3fBwl9h9 input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tz3fBwl9h9 .img-wrap {
  position: relative;
  width: 100%;
}
.cid-tz3fBwl9h9 .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  padding: 2rem;
}
.cid-tz3fBwl9h9 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tz3fBwl9h9 .form-control,
.cid-tz3fBwl9h9 .field-input,
.cid-tz3fBwl9h9 .text-area {
  padding: 0rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: none!important;
  border-radius: 0;
  border-bottom: 1px solid black !important;
  border-color: black !important;
  color: purple;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tz3fBwl9h9 .form-control::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .field-input::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .text-area::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .form-control::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .field-input::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .text-area::-webkit-input-placeholder {
  color: grey;
}
.cid-tz3fBwl9h9 .form-control:-moz-placeholder,
.cid-tz3fBwl9h9 .field-input:-moz-placeholder,
.cid-tz3fBwl9h9 .text-area:-moz-placeholder,
.cid-tz3fBwl9h9 .form-control:-moz-placeholder,
.cid-tz3fBwl9h9 .field-input:-moz-placeholder,
.cid-tz3fBwl9h9 .text-area:-moz-placeholder {
  color: grey;
}
.cid-tz3fBwl9h9 .form-control:hover,
.cid-tz3fBwl9h9 .field-input:hover,
.cid-tz3fBwl9h9 .text-area:hover,
.cid-tz3fBwl9h9 .form-control:focus,
.cid-tz3fBwl9h9 .field-input:focus,
.cid-tz3fBwl9h9 .text-area:focus {
  background-color: white;
  border-color: orange !important;
  color: grey;
  box-shadow: none;
  outline: none;
}
.cid-tz3fBwl9h9 .form-control:hover::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .field-input:hover::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .text-area:hover::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .form-control:focus::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .field-input:focus::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .text-area:focus::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .form-control:hover::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .field-input:hover::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .text-area:hover::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .form-control:focus::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .field-input:focus::-webkit-input-placeholder,
.cid-tz3fBwl9h9 .text-area:focus::-webkit-input-placeholder {
  color: green;
}
.cid-tz3fBwl9h9 .form-control:hover:-moz-placeholder,
.cid-tz3fBwl9h9 .field-input:hover:-moz-placeholder,
.cid-tz3fBwl9h9 .text-area:hover:-moz-placeholder,
.cid-tz3fBwl9h9 .form-control:focus:-moz-placeholder,
.cid-tz3fBwl9h9 .field-input:focus:-moz-placeholder,
.cid-tz3fBwl9h9 .text-area:focus:-moz-placeholder,
.cid-tz3fBwl9h9 .form-control:hover:-moz-placeholder,
.cid-tz3fBwl9h9 .field-input:hover:-moz-placeholder,
.cid-tz3fBwl9h9 .text-area:hover:-moz-placeholder,
.cid-tz3fBwl9h9 .form-control:focus:-moz-placeholder,
.cid-tz3fBwl9h9 .field-input:focus:-moz-placeholder,
.cid-tz3fBwl9h9 .text-area:focus:-moz-placeholder {
  color: green;
}
.cid-tz3fBwl9h9 .my-btn {
  font-weight: 500;
  border-style: solid;
  border-color: #999;
  border-width: 0px;
  border-radius: 2px;
  background: #00be9d;
  padding: 1rem;
  aspect-ratio: 1;
}
.cid-tz3fBwl9h9 .my-btn:hover {
  background: #858585;
  color: #ffffff;
}
.cid-tz3fBwl9h9 .mbr-form {
  padding: 0 2rem;
}
.cid-t0pY2q4tXz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t0pY2q4tXz .google-map {
  height: 35rem;
  position: relative;
}
.cid-t0pY2q4tXz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0pY2q4tXz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t0pY2q4tXz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0pY2q4tXz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-txWdzUQgIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-txWdzUQgIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWdzUQgIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWdzUQgIJ .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .mbr-section-title {
    text-align: center;
  }
}
.cid-txWdzUQgIJ .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-txWdzUQgIJ .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-txWdzUQgIJ .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-txWdzUQgIJ .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-txWdzUQgIJ .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .list {
    text-align: center;
  }
}
.cid-txWdzUQgIJ .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-txWdzUQgIJ .list li:hover {
  color: #c5fecc;
}
.cid-txWdzUQgIJ .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .copyright {
    text-align: center;
  }
}
.cid-txWdzUQgIJ .mbr-soc,
.cid-txWdzUQgIJ .mbr-iconfont {
  color: #e8e8e8;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-txUFvQu5zD {
  z-index: 1000;
  width: 100%;
}
.cid-txUFvQu5zD .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-txUFvQu5zD nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-txUFvQu5zD #navbar {
  transition: top 0.3s;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-txUFvQu5zD .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-txUFvQu5zD .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-txUFvQu5zD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-txUFvQu5zD .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-txUFvQu5zD .menu_box .navbar.opened,
  .cid-txUFvQu5zD .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-txUFvQu5zD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txUFvQu5zD nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-txUFvQu5zD .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-txUFvQu5zD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-txUFvQu5zD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-txUFvQu5zD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-txUFvQu5zD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-txUFvQu5zD .offcanvas-body .mbr-text,
  .cid-txUFvQu5zD .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-txUFvQu5zD .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-txUFvQu5zD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-txUFvQu5zD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-txUFvQu5zD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txUFvQu5zD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-txUFvQu5zD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-txUFvQu5zD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-txUFvQu5zD li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-txUFvQu5zD li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-txUFvQu5zD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-txUFvQu5zD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-txUFvQu5zD .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-txUFvQu5zD .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-txUFvQu5zD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-txUFvQu5zD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-txUFvQu5zD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-txUFvQu5zD .offcanvas_box {
    display: none;
  }
}
.cid-txUFvQu5zD .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-txUFvQu5zD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-txUFvQu5zD .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-txUFvQu5zD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txUFvQu5zD .nav-link {
  position: relative;
}
.cid-txUFvQu5zD .container {
  display: flex;
  margin: auto;
}
.cid-txUFvQu5zD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-txUFvQu5zD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-txUFvQu5zD .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-txUFvQu5zD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-txUFvQu5zD .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-txUFvQu5zD .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-txUFvQu5zD .dropdown-menu,
.cid-txUFvQu5zD .navbar.opened {
  background: #393b45 !important;
}
.cid-txUFvQu5zD .nav-item:focus,
.cid-txUFvQu5zD .nav-link:focus {
  outline: none;
}
.cid-txUFvQu5zD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txUFvQu5zD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txUFvQu5zD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txUFvQu5zD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txUFvQu5zD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txUFvQu5zD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txUFvQu5zD .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-txUFvQu5zD .navbar.opened {
  transition: all 0.3s;
}
.cid-txUFvQu5zD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-txUFvQu5zD .navbar .navbar-logo img {
  width: auto;
}
.cid-txUFvQu5zD .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-txUFvQu5zD .navbar.collapsed {
  justify-content: center;
}
.cid-txUFvQu5zD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txUFvQu5zD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txUFvQu5zD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-txUFvQu5zD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txUFvQu5zD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txUFvQu5zD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txUFvQu5zD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-txUFvQu5zD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txUFvQu5zD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-txUFvQu5zD .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-txUFvQu5zD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txUFvQu5zD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txUFvQu5zD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-txUFvQu5zD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txUFvQu5zD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txUFvQu5zD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txUFvQu5zD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-txUFvQu5zD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-txUFvQu5zD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-txUFvQu5zD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txUFvQu5zD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txUFvQu5zD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-txUFvQu5zD .navbar.navbar-short {
  min-height: 60px;
}
.cid-txUFvQu5zD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txUFvQu5zD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txUFvQu5zD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txUFvQu5zD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txUFvQu5zD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txUFvQu5zD .dropdown-item.active,
.cid-txUFvQu5zD .dropdown-item:active {
  background-color: transparent;
}
.cid-txUFvQu5zD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txUFvQu5zD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txUFvQu5zD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-txUFvQu5zD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txUFvQu5zD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txUFvQu5zD ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-txUFvQu5zD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txUFvQu5zD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txUFvQu5zD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txUFvQu5zD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txUFvQu5zD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txUFvQu5zD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txUFvQu5zD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txUFvQu5zD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-txUFvQu5zD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txUFvQu5zD .navbar {
    height: 70px;
  }
  .cid-txUFvQu5zD .navbar.opened {
    height: auto;
  }
  .cid-txUFvQu5zD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txUFvQu5zD .mbr-section-subtitle {
  color: #000000;
}
.cid-txUFvQu5zD .mbr-text {
  color: #000000;
}
.cid-txUFvQu5zD .text_widget {
  color: #000000;
}
.cid-tz2CqMtfWm {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tz2CqMtfWm {
    padding-top: 6rem;
  }
}
.cid-tz2CqMtfWm .row {
  background: #fafafa;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tz2CqMtfWm img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tz2CqMtfWm img {
    transform: scaleY(1);
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tz2CqMtfWm img {
    display: none;
  }
}
.cid-tz2CqMtfWm .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tz2CqMtfWm .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz2CqMtfWm .card {
    padding: 2rem 0rem;
  }
}
.cid-tz2CqMtfWm .mbr-text,
.cid-tz2CqMtfWm .mbr-section-btn {
  color: #777777;
}
.cid-tz2CqMtfWm .mbr-section-subtitle {
  color: #14191e;
}
.cid-tz2CqMtfWm .mbr-section-title {
  color: #777777;
}
.cid-tz2suJsg2h {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz2suJsg2h .line {
  background-color: #e34d3d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz2suJsg2h .mbr-text {
  text-align: left;
  color: #303459;
}
@media (max-width: 991px) {
  .cid-tz2suJsg2h {
    padding-top: 0px;
  }
}
.cid-tz2syWKngD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz2syWKngD .mbr-text {
  color: #000000;
}
.cid-tz2syWKngD .mbr-section-subtitle {
  color: #000000;
}
.cid-tz2tumc6R6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz2tumc6R6 .line {
  background-color: #e34d3d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz2tumc6R6 .mbr-text {
  text-align: left;
  color: #303459;
}
.cid-tz2tv3IFPP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz2tBiNlSL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz2tBiNlSL .line {
  background-color: #e34d3d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz2tBiNlSL .mbr-text {
  text-align: left;
  color: #303459;
}
.cid-tz2u1EnESB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz2tJSKH2S {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz2tJSKH2S .line {
  background-color: #e34d3d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz2tJSKH2S .mbr-text {
  text-align: left;
  color: #303459;
}
.cid-tz2tLeHR1T {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz2tIuFCYR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz2tIuFCYR .line {
  background-color: #e34d3d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz2tIuFCYR .mbr-text {
  text-align: left;
  color: #303459;
}
.cid-tz2ubUImy9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txWdzUQgIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-txWdzUQgIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWdzUQgIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWdzUQgIJ .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .mbr-section-title {
    text-align: center;
  }
}
.cid-txWdzUQgIJ .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-txWdzUQgIJ .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-txWdzUQgIJ .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-txWdzUQgIJ .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-txWdzUQgIJ .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .list {
    text-align: center;
  }
}
.cid-txWdzUQgIJ .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-txWdzUQgIJ .list li:hover {
  color: #c5fecc;
}
.cid-txWdzUQgIJ .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-txWdzUQgIJ .copyright {
    text-align: center;
  }
}
.cid-txWdzUQgIJ .mbr-soc,
.cid-txWdzUQgIJ .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tz2JYjuPo2 {
  z-index: 1000;
  width: 100%;
}
.cid-tz2JYjuPo2 .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tz2JYjuPo2 nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tz2JYjuPo2 #navbar {
  transition: top 0.3s;
}
.cid-tz2JYjuPo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tz2JYjuPo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tz2JYjuPo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tz2JYjuPo2 .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tz2JYjuPo2 .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tz2JYjuPo2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tz2JYjuPo2 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tz2JYjuPo2 .menu_box .navbar.opened,
  .cid-tz2JYjuPo2 .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tz2JYjuPo2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tz2JYjuPo2 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tz2JYjuPo2 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tz2JYjuPo2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tz2JYjuPo2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tz2JYjuPo2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tz2JYjuPo2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tz2JYjuPo2 .offcanvas-body .mbr-text,
  .cid-tz2JYjuPo2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tz2JYjuPo2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tz2JYjuPo2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tz2JYjuPo2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tz2JYjuPo2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tz2JYjuPo2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tz2JYjuPo2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tz2JYjuPo2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tz2JYjuPo2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tz2JYjuPo2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tz2JYjuPo2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tz2JYjuPo2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tz2JYjuPo2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tz2JYjuPo2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tz2JYjuPo2 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tz2JYjuPo2 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tz2JYjuPo2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tz2JYjuPo2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tz2JYjuPo2 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tz2JYjuPo2 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tz2JYjuPo2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tz2JYjuPo2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tz2JYjuPo2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tz2JYjuPo2 .offcanvas_box {
    display: none;
  }
}
.cid-tz2JYjuPo2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tz2JYjuPo2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tz2JYjuPo2 .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tz2JYjuPo2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz2JYjuPo2 .nav-link {
  position: relative;
}
.cid-tz2JYjuPo2 .container {
  display: flex;
  margin: auto;
}
.cid-tz2JYjuPo2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tz2JYjuPo2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tz2JYjuPo2 .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tz2JYjuPo2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tz2JYjuPo2 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tz2JYjuPo2 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tz2JYjuPo2 .dropdown-menu,
.cid-tz2JYjuPo2 .navbar.opened {
  background: #393b45 !important;
}
.cid-tz2JYjuPo2 .nav-item:focus,
.cid-tz2JYjuPo2 .nav-link:focus {
  outline: none;
}
.cid-tz2JYjuPo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz2JYjuPo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz2JYjuPo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz2JYjuPo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz2JYjuPo2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz2JYjuPo2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz2JYjuPo2 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tz2JYjuPo2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tz2JYjuPo2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tz2JYjuPo2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tz2JYjuPo2 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tz2JYjuPo2 .navbar.collapsed {
  justify-content: center;
}
.cid-tz2JYjuPo2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz2JYjuPo2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz2JYjuPo2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tz2JYjuPo2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz2JYjuPo2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz2JYjuPo2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz2JYjuPo2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tz2JYjuPo2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tz2JYjuPo2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tz2JYjuPo2 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tz2JYjuPo2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz2JYjuPo2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz2JYjuPo2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tz2JYjuPo2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz2JYjuPo2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz2JYjuPo2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz2JYjuPo2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tz2JYjuPo2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tz2JYjuPo2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tz2JYjuPo2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz2JYjuPo2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz2JYjuPo2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tz2JYjuPo2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz2JYjuPo2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz2JYjuPo2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz2JYjuPo2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz2JYjuPo2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz2JYjuPo2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz2JYjuPo2 .dropdown-item.active,
.cid-tz2JYjuPo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tz2JYjuPo2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz2JYjuPo2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz2JYjuPo2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz2JYjuPo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tz2JYjuPo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz2JYjuPo2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz2JYjuPo2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tz2JYjuPo2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz2JYjuPo2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tz2JYjuPo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz2JYjuPo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz2JYjuPo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz2JYjuPo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz2JYjuPo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz2JYjuPo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz2JYjuPo2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz2JYjuPo2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz2JYjuPo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz2JYjuPo2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tz2JYjuPo2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz2JYjuPo2 .navbar {
    height: 70px;
  }
  .cid-tz2JYjuPo2 .navbar.opened {
    height: auto;
  }
  .cid-tz2JYjuPo2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz2JYjuPo2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tz2JYjuPo2 .mbr-text {
  color: #000000;
}
.cid-tz2JYjuPo2 .text_widget {
  color: #000000;
}
.cid-tz2K5KWMfU {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tz2K5KWMfU {
    padding-top: 6rem;
  }
}
.cid-tz2K5KWMfU .row {
  background: #00be9d;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tz2K5KWMfU img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tz2K5KWMfU img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tz2K5KWMfU img {
    display: none;
  }
}
.cid-tz2K5KWMfU .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tz2K5KWMfU .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz2K5KWMfU .card {
    padding: 2rem 0rem;
  }
}
.cid-tz2K5KWMfU .mbr-text,
.cid-tz2K5KWMfU .mbr-section-btn {
  color: #777777;
}
.cid-tz2K5KWMfU .mbr-section-subtitle {
  color: #000000;
}
.cid-tz2K5KWMfU .mbr-section-title {
  color: #000000;
}
.cid-tAA6rqYZJP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f6feff;
}
@media (max-width: 992px) {
  .cid-tAA6rqYZJP {
    padding-top: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.cid-tAA6rqYZJP .wrapper {
  background: #ffffff;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: #ddd      ;
}
.cid-tAA6rqYZJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAA6rqYZJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz2KExNdRR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f6feff;
}
.cid-tz2KExNdRR .showAlerts {
  display: block !important;
}
.cid-tz2KExNdRR .rowflexrev {
  display: -webkit-flex;
}
.cid-tz2KExNdRR .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tz2KExNdRR .title {
  margin-bottom: 2rem;
}
.cid-tz2KExNdRR .mbr-section-subtitle {
  color: #767676;
}
.cid-tz2KExNdRR textarea.form-control {
  min-height: 188px;
}
.cid-tz2KExNdRR LABEL {
  color: #232323;
  display: initial;
}
.cid-tz2KExNdRR .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tz2KExNdRR .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tz2KExNdRR .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tz2KExNdRR .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tz2KExNdRR .alert {
  margin-bottom: 0;
}
.cid-tz2KExNdRR .alert-success {
  background-color: #00be9d;
}
.cid-tz2KExNdRR .alert-danger {
  background-color: #ff4a52;
}
.cid-tz2KExNdRR .btn {
  display: inline-flex;
}
.cid-tz2KExNdRR .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tz2KExNdRR .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tz2KExNdRR .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tz2KExNdRR input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tz2KExNdRR input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tz2KExNdRR input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tz2KExNdRR H2 {
  text-align: left;
  color: #393b45;
}
.cid-tz2KExNdRR .my-btn {
  font-weight: 500;
  border-style: solid;
  border-color: #999;
  border-width: 0px;
  border-radius: 2px;
  background: #49d790;
  padding: 1rem;
  aspect-ratio: 1;
}
.cid-tz2KExNdRR .my-btn:hover {
  background: #858585;
  color: #ffffff;
}
.cid-tz3f5uOUgX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tz3f5uOUgX .google-map {
  height: 35rem;
  position: relative;
}
.cid-tz3f5uOUgX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tz3f5uOUgX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tz3f5uOUgX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tz3f5uOUgX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tz2JYrA8fS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tz2JYrA8fS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz2JYrA8fS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz2JYrA8fS .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tz2JYrA8fS .mbr-section-title {
    text-align: center;
  }
}
.cid-tz2JYrA8fS .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tz2JYrA8fS .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tz2JYrA8fS .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tz2JYrA8fS .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tz2JYrA8fS .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tz2JYrA8fS .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tz2JYrA8fS .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tz2JYrA8fS .list {
    text-align: center;
  }
}
.cid-tz2JYrA8fS .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tz2JYrA8fS .list li:hover {
  color: #c5fecc;
}
.cid-tz2JYrA8fS .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tz2JYrA8fS .copyright {
    text-align: center;
  }
}
.cid-tz2JYrA8fS .mbr-soc,
.cid-tz2JYrA8fS .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tzLLDESwyb {
  z-index: 1000;
  width: 100%;
}
.cid-tzLLDESwyb .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tzLLDESwyb nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tzLLDESwyb #navbar {
  transition: top 0.3s;
}
.cid-tzLLDESwyb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tzLLDESwyb .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tzLLDESwyb .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tzLLDESwyb .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tzLLDESwyb .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tzLLDESwyb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tzLLDESwyb .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tzLLDESwyb .menu_box .navbar.opened,
  .cid-tzLLDESwyb .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzLLDESwyb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzLLDESwyb nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tzLLDESwyb .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tzLLDESwyb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzLLDESwyb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzLLDESwyb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzLLDESwyb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzLLDESwyb .offcanvas-body .mbr-text,
  .cid-tzLLDESwyb .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tzLLDESwyb .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tzLLDESwyb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tzLLDESwyb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tzLLDESwyb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzLLDESwyb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzLLDESwyb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tzLLDESwyb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzLLDESwyb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tzLLDESwyb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzLLDESwyb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzLLDESwyb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzLLDESwyb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzLLDESwyb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tzLLDESwyb li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tzLLDESwyb li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tzLLDESwyb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzLLDESwyb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzLLDESwyb .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tzLLDESwyb .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tzLLDESwyb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzLLDESwyb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzLLDESwyb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzLLDESwyb .offcanvas_box {
    display: none;
  }
}
.cid-tzLLDESwyb .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tzLLDESwyb .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzLLDESwyb .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tzLLDESwyb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzLLDESwyb .nav-link {
  position: relative;
}
.cid-tzLLDESwyb .container {
  display: flex;
  margin: auto;
}
.cid-tzLLDESwyb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzLLDESwyb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzLLDESwyb .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tzLLDESwyb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tzLLDESwyb .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tzLLDESwyb .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tzLLDESwyb .dropdown-menu,
.cid-tzLLDESwyb .navbar.opened {
  background: #393b45 !important;
}
.cid-tzLLDESwyb .nav-item:focus,
.cid-tzLLDESwyb .nav-link:focus {
  outline: none;
}
.cid-tzLLDESwyb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzLLDESwyb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzLLDESwyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzLLDESwyb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzLLDESwyb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzLLDESwyb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzLLDESwyb .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tzLLDESwyb .navbar.opened {
  transition: all 0.3s;
}
.cid-tzLLDESwyb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzLLDESwyb .navbar .navbar-logo img {
  width: auto;
}
.cid-tzLLDESwyb .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tzLLDESwyb .navbar.collapsed {
  justify-content: center;
}
.cid-tzLLDESwyb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzLLDESwyb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzLLDESwyb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tzLLDESwyb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzLLDESwyb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzLLDESwyb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzLLDESwyb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzLLDESwyb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzLLDESwyb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzLLDESwyb .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tzLLDESwyb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzLLDESwyb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzLLDESwyb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzLLDESwyb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzLLDESwyb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzLLDESwyb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzLLDESwyb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzLLDESwyb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzLLDESwyb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzLLDESwyb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzLLDESwyb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzLLDESwyb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzLLDESwyb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzLLDESwyb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzLLDESwyb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzLLDESwyb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzLLDESwyb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzLLDESwyb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzLLDESwyb .dropdown-item.active,
.cid-tzLLDESwyb .dropdown-item:active {
  background-color: transparent;
}
.cid-tzLLDESwyb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzLLDESwyb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzLLDESwyb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzLLDESwyb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tzLLDESwyb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzLLDESwyb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzLLDESwyb ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tzLLDESwyb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzLLDESwyb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tzLLDESwyb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tzLLDESwyb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzLLDESwyb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzLLDESwyb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzLLDESwyb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzLLDESwyb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzLLDESwyb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzLLDESwyb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzLLDESwyb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzLLDESwyb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzLLDESwyb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzLLDESwyb .navbar {
    height: 70px;
  }
  .cid-tzLLDESwyb .navbar.opened {
    height: auto;
  }
  .cid-tzLLDESwyb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzLLDESwyb .mbr-section-subtitle {
  color: #000000;
}
.cid-tzLLDESwyb .mbr-text {
  color: #000000;
}
.cid-tzLLDESwyb .text_widget {
  color: #000000;
}
.cid-tzLRowkuS2 {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tzLRowkuS2 {
    padding-top: 6rem;
  }
}
.cid-tzLRowkuS2 .row {
  background: #00be9d;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tzLRowkuS2 img {
  filter: grayscale(0.6);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tzLRowkuS2 img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tzLRowkuS2 img {
    display: none;
  }
}
.cid-tzLRowkuS2 .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tzLRowkuS2 .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzLRowkuS2 .card {
    padding: 2rem 0rem;
  }
}
.cid-tzLRowkuS2 .mbr-text,
.cid-tzLRowkuS2 .mbr-section-btn {
  color: #777777;
}
.cid-tzLRowkuS2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tzLRowkuS2 .mbr-section-title {
  color: #000000;
}
.cid-tzLRVU8z5l {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzLRVU8z5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzLRVU8z5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzLRVU8z5l .card {
    padding: 0 80px;
  }
  .cid-tzLRVU8z5l .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tzLRVU8z5l .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tzLRVU8z5l .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tzLRVU8z5l .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tzLRVU8z5l .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tzLRVU8z5l .image-wrapper {
    padding: 0;
  }
}
.cid-tzLRVU8z5l .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tzLRVU8z5l .image-wrapper img {
    height: 300px;
  }
}
.cid-tzLRVU8z5l .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tzLRVU8z5l .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tzLRVU8z5l .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tzLRVU8z5l .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tzLRVU8z5l .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tzLRVU8z5l .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tzLRVU8z5l .mbr-section-title {
  color: #000000;
}
.cid-tzLRVU8z5l .mbr-text {
  color: #000000;
}
.cid-tzLRVU8z5l .mbr-number {
  color: #000000;
}
.cid-tzLRVU8z5l .mbr-desc {
  color: #000000;
}
.cid-tzLT2C5hkD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6feff;
}
.cid-tzLT2C5hkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzLT2C5hkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzLT2C5hkD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tzLT2C5hkD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tzLT2C5hkD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tzLWkZcZqo {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f6feff;
}
.cid-tzLWkZcZqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzLWkZcZqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzLWkZcZqo .card {
    padding: 0 80px;
  }
  .cid-tzLWkZcZqo .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tzLWkZcZqo .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tzLWkZcZqo .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tzLWkZcZqo .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tzLWkZcZqo .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tzLWkZcZqo .image-wrapper {
    padding: 0;
  }
}
.cid-tzLWkZcZqo .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tzLWkZcZqo .image-wrapper img {
    height: 300px;
  }
}
.cid-tzLWkZcZqo .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tzLWkZcZqo .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tzLWkZcZqo .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tzLWkZcZqo .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tzLWkZcZqo .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tzLWkZcZqo .image-wrapper .card-wrapper p {
  line-height: 1.3;
}
.cid-tzLWkZcZqo .mbr-section-title {
  color: #000000;
}
.cid-tzLWkZcZqo .mbr-text {
  color: #000000;
}
.cid-tzLWkZcZqo .mbr-number {
  color: #000000;
}
.cid-tzLWkZcZqo .mbr-desc {
  color: #000000;
}
.cid-tzLLDGBhvV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tzLLDGBhvV .google-map {
  height: 35rem;
  position: relative;
}
.cid-tzLLDGBhvV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tzLLDGBhvV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tzLLDGBhvV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tzLLDGBhvV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tzLLDH21u7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tzLLDH21u7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzLLDH21u7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzLLDH21u7 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tzLLDH21u7 .mbr-section-title {
    text-align: center;
  }
}
.cid-tzLLDH21u7 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tzLLDH21u7 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tzLLDH21u7 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tzLLDH21u7 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tzLLDH21u7 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tzLLDH21u7 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tzLLDH21u7 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tzLLDH21u7 .list {
    text-align: center;
  }
}
.cid-tzLLDH21u7 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tzLLDH21u7 .list li:hover {
  color: #c5fecc;
}
.cid-tzLLDH21u7 .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tzLLDH21u7 .copyright {
    text-align: center;
  }
}
.cid-tzLLDH21u7 .mbr-soc,
.cid-tzLLDH21u7 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tzM2SvS6l3 {
  z-index: 1000;
  width: 100%;
}
.cid-tzM2SvS6l3 .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tzM2SvS6l3 nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tzM2SvS6l3 #navbar {
  transition: top 0.3s;
}
.cid-tzM2SvS6l3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tzM2SvS6l3 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tzM2SvS6l3 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tzM2SvS6l3 .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tzM2SvS6l3 .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tzM2SvS6l3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tzM2SvS6l3 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tzM2SvS6l3 .menu_box .navbar.opened,
  .cid-tzM2SvS6l3 .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzM2SvS6l3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzM2SvS6l3 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tzM2SvS6l3 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tzM2SvS6l3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzM2SvS6l3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzM2SvS6l3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzM2SvS6l3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzM2SvS6l3 .offcanvas-body .mbr-text,
  .cid-tzM2SvS6l3 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tzM2SvS6l3 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tzM2SvS6l3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tzM2SvS6l3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tzM2SvS6l3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzM2SvS6l3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzM2SvS6l3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tzM2SvS6l3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzM2SvS6l3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tzM2SvS6l3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzM2SvS6l3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzM2SvS6l3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzM2SvS6l3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzM2SvS6l3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tzM2SvS6l3 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tzM2SvS6l3 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tzM2SvS6l3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzM2SvS6l3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzM2SvS6l3 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tzM2SvS6l3 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tzM2SvS6l3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzM2SvS6l3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzM2SvS6l3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzM2SvS6l3 .offcanvas_box {
    display: none;
  }
}
.cid-tzM2SvS6l3 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tzM2SvS6l3 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzM2SvS6l3 .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tzM2SvS6l3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzM2SvS6l3 .nav-link {
  position: relative;
}
.cid-tzM2SvS6l3 .container {
  display: flex;
  margin: auto;
}
.cid-tzM2SvS6l3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzM2SvS6l3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzM2SvS6l3 .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tzM2SvS6l3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tzM2SvS6l3 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tzM2SvS6l3 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tzM2SvS6l3 .dropdown-menu,
.cid-tzM2SvS6l3 .navbar.opened {
  background: #393b45 !important;
}
.cid-tzM2SvS6l3 .nav-item:focus,
.cid-tzM2SvS6l3 .nav-link:focus {
  outline: none;
}
.cid-tzM2SvS6l3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzM2SvS6l3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzM2SvS6l3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzM2SvS6l3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzM2SvS6l3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzM2SvS6l3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzM2SvS6l3 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tzM2SvS6l3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tzM2SvS6l3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzM2SvS6l3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tzM2SvS6l3 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tzM2SvS6l3 .navbar.collapsed {
  justify-content: center;
}
.cid-tzM2SvS6l3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzM2SvS6l3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzM2SvS6l3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tzM2SvS6l3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzM2SvS6l3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzM2SvS6l3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzM2SvS6l3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzM2SvS6l3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzM2SvS6l3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzM2SvS6l3 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tzM2SvS6l3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzM2SvS6l3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzM2SvS6l3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzM2SvS6l3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzM2SvS6l3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzM2SvS6l3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzM2SvS6l3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzM2SvS6l3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzM2SvS6l3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzM2SvS6l3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzM2SvS6l3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzM2SvS6l3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzM2SvS6l3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzM2SvS6l3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzM2SvS6l3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzM2SvS6l3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzM2SvS6l3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzM2SvS6l3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzM2SvS6l3 .dropdown-item.active,
.cid-tzM2SvS6l3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tzM2SvS6l3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzM2SvS6l3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzM2SvS6l3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzM2SvS6l3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tzM2SvS6l3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzM2SvS6l3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzM2SvS6l3 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tzM2SvS6l3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzM2SvS6l3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tzM2SvS6l3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tzM2SvS6l3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzM2SvS6l3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzM2SvS6l3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzM2SvS6l3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzM2SvS6l3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzM2SvS6l3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzM2SvS6l3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzM2SvS6l3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzM2SvS6l3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzM2SvS6l3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzM2SvS6l3 .navbar {
    height: 70px;
  }
  .cid-tzM2SvS6l3 .navbar.opened {
    height: auto;
  }
  .cid-tzM2SvS6l3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzM2SvS6l3 .mbr-section-subtitle {
  color: #000000;
}
.cid-tzM2SvS6l3 .mbr-text {
  color: #000000;
}
.cid-tzM2SvS6l3 .text_widget {
  color: #000000;
}
.cid-tzM2Swy71l {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tzM2Swy71l {
    padding-top: 6rem;
  }
}
.cid-tzM2Swy71l .row {
  background: #00be9d;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tzM2Swy71l img {
  filter: grayscale(0.6);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tzM2Swy71l img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tzM2Swy71l img {
    display: none;
  }
}
.cid-tzM2Swy71l .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tzM2Swy71l .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzM2Swy71l .card {
    padding: 2rem 0rem;
  }
}
.cid-tzM2Swy71l .mbr-text,
.cid-tzM2Swy71l .mbr-section-btn {
  color: #777777;
}
.cid-tzM2Swy71l .mbr-section-subtitle {
  color: #14191e;
}
.cid-tzM2Swy71l .mbr-section-title {
  color: #000000;
}
.cid-tzM2SwZxTb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzM2SwZxTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzM2SwZxTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzM2SwZxTb .card {
    padding: 0 80px;
  }
  .cid-tzM2SwZxTb .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tzM2SwZxTb .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tzM2SwZxTb .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tzM2SwZxTb .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tzM2SwZxTb .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tzM2SwZxTb .image-wrapper {
    padding: 0;
  }
}
.cid-tzM2SwZxTb .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tzM2SwZxTb .image-wrapper img {
    height: 300px;
  }
}
.cid-tzM2SwZxTb .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tzM2SwZxTb .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tzM2SwZxTb .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tzM2SwZxTb .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tzM2SwZxTb .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tzM2SwZxTb .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tzM2SwZxTb .mbr-section-title {
  color: #000000;
}
.cid-tzM2SwZxTb .mbr-text {
  color: #000000;
}
.cid-tzM2SwZxTb .mbr-number {
  color: #000000;
}
.cid-tzM2SwZxTb .mbr-desc {
  color: #000000;
}
.cid-tY7RBYtPki {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #f6feff;
}
.cid-tY7RBYtPki .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7RBYtPki .myborder {
  border-style: solid;
  border-width: 0 0 0 1px!important;
  border-color: #ddd;
  padding: 0 0 0 2rem!important;
}
@media (max-width: 991px) {
  .cid-tY7RBYtPki .myborder {
    border-width: 0!important;
    padding: 0;
  }
}
.cid-tY7RBYtPki .container,
.cid-tY7RBYtPki .container-fluid {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  background: #ffffff;
  padding-top: 2rem!important ;
  padding-bottom: 2rem!important;
}
.cid-tY7RBYtPki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY7RBYtPki ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tY7RBYtPki li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tY7RBYtPki ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tY9VGsOR7v {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #f6feff;
}
.cid-tY9VGsOR7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9VGsOR7v .myborder {
  border-style: solid;
  border-width: 0 0 0 1px!important;
  border-color: #ddd;
  padding: 0 0 0 2rem!important;
}
@media (max-width: 991px) {
  .cid-tY9VGsOR7v .myborder {
    border-width: 0!important;
    padding: 0;
  }
}
.cid-tY9VGsOR7v .container,
.cid-tY9VGsOR7v .container-fluid {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  background: #ffffff;
  padding-top: 2rem!important ;
  padding-bottom: 2rem!important;
}
.cid-tY9VGsOR7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY9VGsOR7v ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tY9VGsOR7v li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tY9VGsOR7v ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tAs7sg15of {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f6feff;
}
.cid-tAs7sg15of .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAs7sg15of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAs7sg15of .card {
    padding: 0 80px;
  }
  .cid-tAs7sg15of .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tAs7sg15of .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tAs7sg15of .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAs7sg15of .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tAs7sg15of .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tAs7sg15of .image-wrapper {
    padding: 0;
  }
}
.cid-tAs7sg15of .image-wrapper .mylottie {
  aspect-ratio: 1;
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 768px) {
  .cid-tAs7sg15of .image-wrapper .mylottie {
    height: 300px;
  }
}
.cid-tAs7sg15of .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tAs7sg15of .image-wrapper img {
    height: 300px;
  }
}
.cid-tAs7sg15of .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: rgba(53, 53, 53, 0.5);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tAs7sg15of .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tAs7sg15of .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tAs7sg15of .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tAs7sg15of .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tAs7sg15of .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tAs7sg15of .mbr-section-title {
  color: #000000;
}
.cid-tAs7sg15of .mbr-text {
  color: #000000;
}
.cid-tAs7sg15of .mbr-number {
  color: #ffffff;
}
.cid-tAs7sg15of .mbr-desc {
  color: #ffffff;
}
.cid-tzM2Sz2F0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tzM2Sz2F0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzM2Sz2F0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzM2Sz2F0Y .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tzM2Sz2F0Y .mbr-section-title {
    text-align: center;
  }
}
.cid-tzM2Sz2F0Y .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tzM2Sz2F0Y .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tzM2Sz2F0Y .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tzM2Sz2F0Y .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tzM2Sz2F0Y .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tzM2Sz2F0Y .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tzM2Sz2F0Y .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tzM2Sz2F0Y .list {
    text-align: center;
  }
}
.cid-tzM2Sz2F0Y .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tzM2Sz2F0Y .list li:hover {
  color: #c5fecc;
}
.cid-tzM2Sz2F0Y .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tzM2Sz2F0Y .copyright {
    text-align: center;
  }
}
.cid-tzM2Sz2F0Y .mbr-soc,
.cid-tzM2Sz2F0Y .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tzMtLsbk0F {
  z-index: 1000;
  width: 100%;
}
.cid-tzMtLsbk0F .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tzMtLsbk0F nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tzMtLsbk0F #navbar {
  transition: top 0.3s;
}
.cid-tzMtLsbk0F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tzMtLsbk0F .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tzMtLsbk0F .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tzMtLsbk0F .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tzMtLsbk0F .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tzMtLsbk0F .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tzMtLsbk0F .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tzMtLsbk0F .menu_box .navbar.opened,
  .cid-tzMtLsbk0F .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzMtLsbk0F nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzMtLsbk0F nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tzMtLsbk0F .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tzMtLsbk0F .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzMtLsbk0F .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzMtLsbk0F .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzMtLsbk0F .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzMtLsbk0F .offcanvas-body .mbr-text,
  .cid-tzMtLsbk0F .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tzMtLsbk0F .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tzMtLsbk0F .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tzMtLsbk0F .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tzMtLsbk0F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzMtLsbk0F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzMtLsbk0F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tzMtLsbk0F .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzMtLsbk0F .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tzMtLsbk0F ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzMtLsbk0F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzMtLsbk0F .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzMtLsbk0F .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzMtLsbk0F li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tzMtLsbk0F li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tzMtLsbk0F li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tzMtLsbk0F .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzMtLsbk0F .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzMtLsbk0F .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tzMtLsbk0F .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tzMtLsbk0F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzMtLsbk0F .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzMtLsbk0F .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzMtLsbk0F .offcanvas_box {
    display: none;
  }
}
.cid-tzMtLsbk0F .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tzMtLsbk0F .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzMtLsbk0F .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tzMtLsbk0F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzMtLsbk0F .nav-link {
  position: relative;
}
.cid-tzMtLsbk0F .container {
  display: flex;
  margin: auto;
}
.cid-tzMtLsbk0F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzMtLsbk0F .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzMtLsbk0F .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tzMtLsbk0F .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tzMtLsbk0F .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tzMtLsbk0F .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tzMtLsbk0F .dropdown-menu,
.cid-tzMtLsbk0F .navbar.opened {
  background: #393b45 !important;
}
.cid-tzMtLsbk0F .nav-item:focus,
.cid-tzMtLsbk0F .nav-link:focus {
  outline: none;
}
.cid-tzMtLsbk0F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzMtLsbk0F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzMtLsbk0F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzMtLsbk0F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzMtLsbk0F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzMtLsbk0F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzMtLsbk0F .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tzMtLsbk0F .navbar.opened {
  transition: all 0.3s;
}
.cid-tzMtLsbk0F .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzMtLsbk0F .navbar .navbar-logo img {
  width: auto;
}
.cid-tzMtLsbk0F .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tzMtLsbk0F .navbar.collapsed {
  justify-content: center;
}
.cid-tzMtLsbk0F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzMtLsbk0F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzMtLsbk0F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tzMtLsbk0F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzMtLsbk0F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzMtLsbk0F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzMtLsbk0F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzMtLsbk0F .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzMtLsbk0F .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzMtLsbk0F .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tzMtLsbk0F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzMtLsbk0F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzMtLsbk0F .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzMtLsbk0F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzMtLsbk0F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzMtLsbk0F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzMtLsbk0F .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzMtLsbk0F .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzMtLsbk0F .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzMtLsbk0F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzMtLsbk0F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzMtLsbk0F .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzMtLsbk0F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzMtLsbk0F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzMtLsbk0F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzMtLsbk0F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzMtLsbk0F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzMtLsbk0F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzMtLsbk0F .dropdown-item.active,
.cid-tzMtLsbk0F .dropdown-item:active {
  background-color: transparent;
}
.cid-tzMtLsbk0F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzMtLsbk0F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzMtLsbk0F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzMtLsbk0F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tzMtLsbk0F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzMtLsbk0F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzMtLsbk0F ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tzMtLsbk0F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzMtLsbk0F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tzMtLsbk0F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tzMtLsbk0F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzMtLsbk0F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzMtLsbk0F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzMtLsbk0F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzMtLsbk0F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzMtLsbk0F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzMtLsbk0F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzMtLsbk0F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzMtLsbk0F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzMtLsbk0F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzMtLsbk0F .navbar {
    height: 70px;
  }
  .cid-tzMtLsbk0F .navbar.opened {
    height: auto;
  }
  .cid-tzMtLsbk0F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzMtLsbk0F .mbr-section-subtitle {
  color: #000000;
}
.cid-tzMtLsbk0F .mbr-text {
  color: #000000;
}
.cid-tzMtLsbk0F .text_widget {
  color: #000000;
}
.cid-tzMtLtNxZo {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tzMtLtNxZo {
    padding-top: 6rem;
  }
}
.cid-tzMtLtNxZo .row {
  background: #00be9d;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tzMtLtNxZo img {
  filter: grayscale(0.7);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tzMtLtNxZo img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tzMtLtNxZo img {
    display: none;
  }
}
.cid-tzMtLtNxZo .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tzMtLtNxZo .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzMtLtNxZo .card {
    padding: 2rem 0rem;
  }
}
.cid-tzMtLtNxZo .mbr-text,
.cid-tzMtLtNxZo .mbr-section-btn {
  color: #777777;
}
.cid-tzMtLtNxZo .mbr-section-subtitle {
  color: #000000;
}
.cid-tzMtLtNxZo .mbr-section-title {
  color: #000000;
}
.cid-tzMtLubmQ3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzMtLubmQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzMtLubmQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzMtLubmQ3 .card {
    padding: 0 80px;
  }
  .cid-tzMtLubmQ3 .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tzMtLubmQ3 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tzMtLubmQ3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tzMtLubmQ3 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tzMtLubmQ3 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tzMtLubmQ3 .image-wrapper {
    padding: 0;
  }
}
.cid-tzMtLubmQ3 .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tzMtLubmQ3 .image-wrapper img {
    height: 300px;
  }
}
.cid-tzMtLubmQ3 .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tzMtLubmQ3 .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tzMtLubmQ3 .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tzMtLubmQ3 .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tzMtLubmQ3 .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tzMtLubmQ3 .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tzMtLubmQ3 .mbr-section-title {
  color: #000000;
}
.cid-tzMtLubmQ3 .mbr-text {
  color: #000000;
}
.cid-tzMtLubmQ3 .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tzMtLubmQ3 .mbr-desc {
  color: #000000;
}
.cid-tzMtLubmQ3 .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tzMtLubmQ3 .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tzMtLuNLr4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzMtLuNLr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzMtLuNLr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzMtLuNLr4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tzMtLuNLr4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tzMtLuNLr4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tzMDIMMYio {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tzMDIMMYio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzMDIMMYio .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tzMDIMMYio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzMDIMMYio .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tzMDIMMYio .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tzMDIMMYio .row {
  justify-content: center;
}
.cid-tzMDIMMYio .card-title,
.cid-tzMDIMMYio .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tzOuktQdiq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzOuktQdiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzOuktQdiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzOuktQdiq .card {
    padding: 0 80px;
  }
  .cid-tzOuktQdiq .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tzOuktQdiq .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tzOuktQdiq .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tzOuktQdiq .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tzOuktQdiq .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tzOuktQdiq .image-wrapper {
    padding: 0;
  }
}
.cid-tzOuktQdiq .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tzOuktQdiq .image-wrapper img {
    height: 300px;
  }
}
.cid-tzOuktQdiq .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tzOuktQdiq .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tzOuktQdiq .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tzOuktQdiq .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tzOuktQdiq .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tzOuktQdiq .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tzOuktQdiq .mbr-section-title {
  color: #000000;
}
.cid-tzOuktQdiq .mbr-text {
  color: #000000;
}
.cid-tzOuktQdiq .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tzOuktQdiq .mbr-desc {
  color: #000000;
}
.cid-tzOuktQdiq .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tzOuktQdiq .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tzOuBFiRlC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzOuBFiRlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzOuBFiRlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzOuBFiRlC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tzOuBFiRlC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tzOuBFiRlC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tzOuKysv6v {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tzOuKysv6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzOuKysv6v .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tzOuKysv6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzOuKysv6v .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tzOuKysv6v .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tzOuKysv6v .row {
  justify-content: center;
}
.cid-tzOuKysv6v .card-title,
.cid-tzOuKysv6v .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tzOZGTwYem {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzOZGTwYem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzOZGTwYem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzOZGTwYem .card {
    padding: 0 80px;
  }
  .cid-tzOZGTwYem .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tzOZGTwYem .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tzOZGTwYem .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tzOZGTwYem .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tzOZGTwYem .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tzOZGTwYem .image-wrapper {
    padding: 0;
  }
}
.cid-tzOZGTwYem .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tzOZGTwYem .image-wrapper img {
    height: 300px;
  }
}
.cid-tzOZGTwYem .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tzOZGTwYem .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tzOZGTwYem .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tzOZGTwYem .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tzOZGTwYem .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tzOZGTwYem .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tzOZGTwYem .mbr-section-title {
  color: #000000;
}
.cid-tzOZGTwYem .mbr-text {
  color: #000000;
}
.cid-tzOZGTwYem .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tzOZGTwYem .mbr-desc {
  color: #000000;
}
.cid-tzOZGTwYem .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tzOZGTwYem .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tzP04vdw3D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzP04vdw3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzP04vdw3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzP04vdw3D ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tzP04vdw3D li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tzP04vdw3D ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tzP0c8B3pq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tzP0c8B3pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzP0c8B3pq .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tzP0c8B3pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzP0c8B3pq .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tzP0c8B3pq .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tzP0c8B3pq .row {
  justify-content: center;
}
.cid-tzP0c8B3pq .card-title,
.cid-tzP0c8B3pq .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tzP2hRcU3t {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzP2hRcU3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzP2hRcU3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzP2hRcU3t .card {
    padding: 0 80px;
  }
  .cid-tzP2hRcU3t .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tzP2hRcU3t .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tzP2hRcU3t .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tzP2hRcU3t .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tzP2hRcU3t .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tzP2hRcU3t .image-wrapper {
    padding: 0;
  }
}
.cid-tzP2hRcU3t .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tzP2hRcU3t .image-wrapper img {
    height: 300px;
  }
}
.cid-tzP2hRcU3t .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tzP2hRcU3t .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tzP2hRcU3t .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tzP2hRcU3t .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tzP2hRcU3t .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tzP2hRcU3t .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tzP2hRcU3t .mbr-section-title {
  color: #000000;
}
.cid-tzP2hRcU3t .mbr-text {
  color: #000000;
}
.cid-tzP2hRcU3t .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tzP2hRcU3t .mbr-desc {
  color: #000000;
}
.cid-tzP2hRcU3t .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tzP2hRcU3t .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tzP2ABvStP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzP2ABvStP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzP2ABvStP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzP2ABvStP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tzP2ABvStP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tzP2ABvStP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tzP2UPUcx4 {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #f6feff;
}
.cid-tzP2UPUcx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzP2UPUcx4 .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tzP2UPUcx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzP2UPUcx4 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tzP2UPUcx4 .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tzP2UPUcx4 .row {
  justify-content: center;
}
.cid-tzP2UPUcx4 .card-title,
.cid-tzP2UPUcx4 .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tAscYfr17B {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f6feff;
}
.cid-tAscYfr17B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAscYfr17B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAscYfr17B .card {
    padding: 0 80px;
  }
  .cid-tAscYfr17B .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tAscYfr17B .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tAscYfr17B .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAscYfr17B .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tAscYfr17B .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tAscYfr17B .image-wrapper {
    padding: 0;
  }
}
.cid-tAscYfr17B .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tAscYfr17B .image-wrapper img {
    height: 300px;
  }
}
.cid-tAscYfr17B .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tAscYfr17B .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tAscYfr17B .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tAscYfr17B .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tAscYfr17B .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tAscYfr17B .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tAscYfr17B .mbr-section-title {
  color: #000000;
}
.cid-tAscYfr17B .mbr-text {
  color: #000000;
}
.cid-tAscYfr17B .mbr-number {
  color: #000000;
}
.cid-tAscYfr17B .mbr-desc {
  color: #000000;
}
.cid-tzMtLvbMnB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tzMtLvbMnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzMtLvbMnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzMtLvbMnB .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tzMtLvbMnB .mbr-section-title {
    text-align: center;
  }
}
.cid-tzMtLvbMnB .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tzMtLvbMnB .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tzMtLvbMnB .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tzMtLvbMnB .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tzMtLvbMnB .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tzMtLvbMnB .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tzMtLvbMnB .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tzMtLvbMnB .list {
    text-align: center;
  }
}
.cid-tzMtLvbMnB .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tzMtLvbMnB .list li:hover {
  color: #c5fecc;
}
.cid-tzMtLvbMnB .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tzMtLvbMnB .copyright {
    text-align: center;
  }
}
.cid-tzMtLvbMnB .mbr-soc,
.cid-tzMtLvbMnB .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tAFoZNcucU {
  z-index: 1000;
  width: 100%;
}
.cid-tAFoZNcucU .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tAFoZNcucU nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tAFoZNcucU #navbar {
  transition: top 0.3s;
}
.cid-tAFoZNcucU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tAFoZNcucU .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tAFoZNcucU .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tAFoZNcucU .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tAFoZNcucU .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tAFoZNcucU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tAFoZNcucU .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tAFoZNcucU .menu_box .navbar.opened,
  .cid-tAFoZNcucU .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tAFoZNcucU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tAFoZNcucU nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tAFoZNcucU .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tAFoZNcucU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tAFoZNcucU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tAFoZNcucU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tAFoZNcucU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tAFoZNcucU .offcanvas-body .mbr-text,
  .cid-tAFoZNcucU .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tAFoZNcucU .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tAFoZNcucU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tAFoZNcucU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tAFoZNcucU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tAFoZNcucU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tAFoZNcucU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tAFoZNcucU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tAFoZNcucU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tAFoZNcucU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tAFoZNcucU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAFoZNcucU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tAFoZNcucU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tAFoZNcucU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tAFoZNcucU li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tAFoZNcucU li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tAFoZNcucU .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tAFoZNcucU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tAFoZNcucU .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tAFoZNcucU .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tAFoZNcucU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAFoZNcucU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tAFoZNcucU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tAFoZNcucU .offcanvas_box {
    display: none;
  }
}
.cid-tAFoZNcucU .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tAFoZNcucU .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tAFoZNcucU .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tAFoZNcucU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAFoZNcucU .nav-link {
  position: relative;
}
.cid-tAFoZNcucU .container {
  display: flex;
  margin: auto;
}
.cid-tAFoZNcucU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tAFoZNcucU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tAFoZNcucU .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tAFoZNcucU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tAFoZNcucU .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tAFoZNcucU .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tAFoZNcucU .dropdown-menu,
.cid-tAFoZNcucU .navbar.opened {
  background: #393b45 !important;
}
.cid-tAFoZNcucU .nav-item:focus,
.cid-tAFoZNcucU .nav-link:focus {
  outline: none;
}
.cid-tAFoZNcucU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAFoZNcucU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAFoZNcucU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAFoZNcucU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAFoZNcucU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAFoZNcucU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAFoZNcucU .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tAFoZNcucU .navbar.opened {
  transition: all 0.3s;
}
.cid-tAFoZNcucU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tAFoZNcucU .navbar .navbar-logo img {
  width: auto;
}
.cid-tAFoZNcucU .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tAFoZNcucU .navbar.collapsed {
  justify-content: center;
}
.cid-tAFoZNcucU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAFoZNcucU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFoZNcucU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tAFoZNcucU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAFoZNcucU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAFoZNcucU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAFoZNcucU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tAFoZNcucU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAFoZNcucU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tAFoZNcucU .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tAFoZNcucU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAFoZNcucU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAFoZNcucU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tAFoZNcucU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAFoZNcucU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAFoZNcucU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAFoZNcucU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tAFoZNcucU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tAFoZNcucU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tAFoZNcucU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAFoZNcucU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAFoZNcucU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tAFoZNcucU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAFoZNcucU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAFoZNcucU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAFoZNcucU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAFoZNcucU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAFoZNcucU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAFoZNcucU .dropdown-item.active,
.cid-tAFoZNcucU .dropdown-item:active {
  background-color: transparent;
}
.cid-tAFoZNcucU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAFoZNcucU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAFoZNcucU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAFoZNcucU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tAFoZNcucU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAFoZNcucU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAFoZNcucU ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tAFoZNcucU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAFoZNcucU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tAFoZNcucU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tAFoZNcucU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAFoZNcucU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAFoZNcucU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAFoZNcucU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAFoZNcucU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAFoZNcucU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAFoZNcucU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAFoZNcucU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAFoZNcucU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tAFoZNcucU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAFoZNcucU .navbar {
    height: 70px;
  }
  .cid-tAFoZNcucU .navbar.opened {
    height: auto;
  }
  .cid-tAFoZNcucU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAFoZNcucU .mbr-section-subtitle {
  color: #000000;
}
.cid-tAFoZNcucU .mbr-text {
  color: #000000;
}
.cid-tAFoZNcucU .text_widget {
  color: #000000;
}
.cid-tAFoZOkBJS {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tAFoZOkBJS {
    padding-top: 6rem;
  }
}
.cid-tAFoZOkBJS .row {
  background: #00be9d;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tAFoZOkBJS img {
  filter: grayscale(0.7);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tAFoZOkBJS img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tAFoZOkBJS img {
    display: none;
  }
}
.cid-tAFoZOkBJS .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tAFoZOkBJS .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAFoZOkBJS .card {
    padding: 2rem 0rem;
  }
}
.cid-tAFoZOkBJS .mbr-text,
.cid-tAFoZOkBJS .mbr-section-btn {
  color: #777777;
}
.cid-tAFoZOkBJS .mbr-section-subtitle {
  color: #14191e;
}
.cid-tAFoZOkBJS .mbr-section-title {
  color: #000000;
}
.cid-tAFqjdHGLp {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f6feff;
}
@media (max-width: 992px) {
  .cid-tAFqjdHGLp {
    padding-top: 2.4rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAFqjdHGLp .wrapper {
  background: #ffffff;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: #ddd      ;
}
.cid-tAFqjdHGLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFqjdHGLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFqjdHGLp .mbr-section-title {
  color: #000000;
}
.cid-tAFoZOWevo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFoZOWevo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZOWevo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFoZOWevo .card {
    padding: 0 80px;
  }
  .cid-tAFoZOWevo .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tAFoZOWevo .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tAFoZOWevo .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAFoZOWevo .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tAFoZOWevo .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tAFoZOWevo .image-wrapper {
    padding: 0;
  }
}
.cid-tAFoZOWevo .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tAFoZOWevo .image-wrapper img {
    height: 300px;
  }
}
.cid-tAFoZOWevo .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tAFoZOWevo .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tAFoZOWevo .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tAFoZOWevo .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tAFoZOWevo .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tAFoZOWevo .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tAFoZOWevo .mbr-section-title {
  color: #000000;
}
.cid-tAFoZOWevo .mbr-text {
  color: #000000;
}
.cid-tAFoZOWevo .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tAFoZOWevo .mbr-desc {
  color: #000000;
}
.cid-tAFoZOWevo .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tAFoZOWevo .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tAFoZPF8qS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFoZPF8qS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZPF8qS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFoZPF8qS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tAFoZPF8qS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tAFoZPF8qS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tAFoZQiro9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tAFoZQiro9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZQiro9 .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tAFoZQiro9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFoZQiro9 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tAFoZQiro9 .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tAFoZQiro9 .row {
  justify-content: center;
}
.cid-tAFoZQiro9 .card-title,
.cid-tAFoZQiro9 .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tAFoZS4NpH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFoZS4NpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZS4NpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFoZS4NpH .card {
    padding: 0 80px;
  }
  .cid-tAFoZS4NpH .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tAFoZS4NpH .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tAFoZS4NpH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAFoZS4NpH .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tAFoZS4NpH .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tAFoZS4NpH .image-wrapper {
    padding: 0;
  }
}
.cid-tAFoZS4NpH .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tAFoZS4NpH .image-wrapper img {
    height: 300px;
  }
}
.cid-tAFoZS4NpH .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tAFoZS4NpH .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tAFoZS4NpH .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tAFoZS4NpH .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tAFoZS4NpH .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tAFoZS4NpH .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tAFoZS4NpH .mbr-section-title {
  color: #000000;
}
.cid-tAFoZS4NpH .mbr-text {
  color: #000000;
}
.cid-tAFoZS4NpH .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tAFoZS4NpH .mbr-desc {
  color: #000000;
}
.cid-tAFoZS4NpH .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tAFoZS4NpH .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tAFoZSL8pT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFoZSL8pT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZSL8pT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFoZSL8pT ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tAFoZSL8pT li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tAFoZSL8pT ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tAFoZTmEWU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tAFoZTmEWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZTmEWU .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tAFoZTmEWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFoZTmEWU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tAFoZTmEWU .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tAFoZTmEWU .row {
  justify-content: center;
}
.cid-tAFoZTmEWU .card-title,
.cid-tAFoZTmEWU .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tAFoZVoLqH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFoZVoLqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZVoLqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFoZVoLqH .card {
    padding: 0 80px;
  }
  .cid-tAFoZVoLqH .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tAFoZVoLqH .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tAFoZVoLqH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAFoZVoLqH .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tAFoZVoLqH .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tAFoZVoLqH .image-wrapper {
    padding: 0;
  }
}
.cid-tAFoZVoLqH .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tAFoZVoLqH .image-wrapper img {
    height: 300px;
  }
}
.cid-tAFoZVoLqH .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tAFoZVoLqH .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tAFoZVoLqH .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tAFoZVoLqH .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tAFoZVoLqH .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tAFoZVoLqH .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tAFoZVoLqH .mbr-section-title {
  color: #000000;
}
.cid-tAFoZVoLqH .mbr-text {
  color: #000000;
}
.cid-tAFoZVoLqH .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tAFoZVoLqH .mbr-desc {
  color: #000000;
}
.cid-tAFoZVoLqH .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tAFoZVoLqH .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tAFoZWhx4t {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFoZWhx4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZWhx4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFoZWhx4t ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tAFoZWhx4t li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tAFoZWhx4t ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tAFoZXZqrI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFoZXZqrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZXZqrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFoZXZqrI .card {
    padding: 0 80px;
  }
  .cid-tAFoZXZqrI .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tAFoZXZqrI .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tAFoZXZqrI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAFoZXZqrI .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tAFoZXZqrI .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tAFoZXZqrI .image-wrapper {
    padding: 0;
  }
}
.cid-tAFoZXZqrI .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tAFoZXZqrI .image-wrapper img {
    height: 300px;
  }
}
.cid-tAFoZXZqrI .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tAFoZXZqrI .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tAFoZXZqrI .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tAFoZXZqrI .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tAFoZXZqrI .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tAFoZXZqrI .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tAFoZXZqrI .mbr-section-title {
  color: #000000;
}
.cid-tAFoZXZqrI .mbr-text {
  color: #000000;
}
.cid-tAFoZXZqrI .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tAFoZXZqrI .mbr-desc {
  color: #000000;
}
.cid-tAFoZXZqrI .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tAFoZXZqrI .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tAFoZYOBYQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFoZYOBYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZYOBYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFoZYOBYQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tAFoZYOBYQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tAFoZYOBYQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tAFoZZErua {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tAFoZZErua .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFoZZErua .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tAFoZZErua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFoZZErua .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tAFoZZErua .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tAFoZZErua .row {
  justify-content: center;
}
.cid-tAFoZZErua .card-title,
.cid-tAFoZZErua .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tAFp01BSjY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFp01BSjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFp01BSjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFp01BSjY .card {
    padding: 0 80px;
  }
  .cid-tAFp01BSjY .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tAFp01BSjY .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tAFp01BSjY .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAFp01BSjY .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tAFp01BSjY .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tAFp01BSjY .image-wrapper {
    padding: 0;
  }
}
.cid-tAFp01BSjY .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tAFp01BSjY .image-wrapper img {
    height: 300px;
  }
}
.cid-tAFp01BSjY .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tAFp01BSjY .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tAFp01BSjY .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tAFp01BSjY .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tAFp01BSjY .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tAFp01BSjY .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tAFp01BSjY .mbr-section-title {
  color: #000000;
}
.cid-tAFp01BSjY .mbr-text {
  color: #000000;
}
.cid-tAFp01BSjY .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tAFp01BSjY .mbr-desc {
  color: #000000;
}
.cid-tAFp01BSjY .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tAFp01BSjY .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tAFp02JFiC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFp02JFiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFp02JFiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFp02JFiC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tAFp02JFiC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tAFp02JFiC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tAFp03yHTC {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #f6feff;
}
.cid-tAFp03yHTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFp03yHTC .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tAFp03yHTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFp03yHTC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tAFp03yHTC .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tAFp03yHTC .row {
  justify-content: center;
}
.cid-tAFp03yHTC .card-title,
.cid-tAFp03yHTC .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tAFp0525eL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tAFp0525eL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFp0525eL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFp0525eL .card {
    padding: 0 80px;
  }
  .cid-tAFp0525eL .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tAFp0525eL .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tAFp0525eL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAFp0525eL .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tAFp0525eL .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tAFp0525eL .image-wrapper {
    padding: 0;
  }
}
.cid-tAFp0525eL .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tAFp0525eL .image-wrapper img {
    height: 300px;
  }
}
.cid-tAFp0525eL .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tAFp0525eL .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tAFp0525eL .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tAFp0525eL .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tAFp0525eL .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tAFp0525eL .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tAFp0525eL .mbr-section-title {
  color: #000000;
}
.cid-tAFp0525eL .mbr-text {
  color: #000000;
}
.cid-tAFp0525eL .mbr-number {
  color: #000000;
}
.cid-tAFp0525eL .mbr-desc {
  color: #000000;
}
.cid-tAFp069O13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tAFp069O13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAFp069O13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAFp069O13 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tAFp069O13 .mbr-section-title {
    text-align: center;
  }
}
.cid-tAFp069O13 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tAFp069O13 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tAFp069O13 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tAFp069O13 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tAFp069O13 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tAFp069O13 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tAFp069O13 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tAFp069O13 .list {
    text-align: center;
  }
}
.cid-tAFp069O13 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tAFp069O13 .list li:hover {
  color: #c5fecc;
}
.cid-tAFp069O13 .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tAFp069O13 .copyright {
    text-align: center;
  }
}
.cid-tAFp069O13 .mbr-soc,
.cid-tAFp069O13 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tARGjTZuZf {
  z-index: 1000;
  width: 100%;
}
.cid-tARGjTZuZf .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tARGjTZuZf nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tARGjTZuZf #navbar {
  transition: top 0.3s;
}
.cid-tARGjTZuZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tARGjTZuZf .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tARGjTZuZf .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tARGjTZuZf .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tARGjTZuZf .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tARGjTZuZf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tARGjTZuZf .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tARGjTZuZf .menu_box .navbar.opened,
  .cid-tARGjTZuZf .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tARGjTZuZf nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tARGjTZuZf nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tARGjTZuZf .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tARGjTZuZf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tARGjTZuZf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tARGjTZuZf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tARGjTZuZf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tARGjTZuZf .offcanvas-body .mbr-text,
  .cid-tARGjTZuZf .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tARGjTZuZf .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tARGjTZuZf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tARGjTZuZf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tARGjTZuZf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tARGjTZuZf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tARGjTZuZf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tARGjTZuZf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tARGjTZuZf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tARGjTZuZf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tARGjTZuZf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tARGjTZuZf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tARGjTZuZf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tARGjTZuZf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tARGjTZuZf li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tARGjTZuZf li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tARGjTZuZf .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tARGjTZuZf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tARGjTZuZf .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tARGjTZuZf .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tARGjTZuZf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tARGjTZuZf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tARGjTZuZf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tARGjTZuZf .offcanvas_box {
    display: none;
  }
}
.cid-tARGjTZuZf .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tARGjTZuZf .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tARGjTZuZf .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tARGjTZuZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tARGjTZuZf .nav-link {
  position: relative;
}
.cid-tARGjTZuZf .container {
  display: flex;
  margin: auto;
}
.cid-tARGjTZuZf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tARGjTZuZf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tARGjTZuZf .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tARGjTZuZf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tARGjTZuZf .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tARGjTZuZf .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tARGjTZuZf .dropdown-menu,
.cid-tARGjTZuZf .navbar.opened {
  background: #393b45 !important;
}
.cid-tARGjTZuZf .nav-item:focus,
.cid-tARGjTZuZf .nav-link:focus {
  outline: none;
}
.cid-tARGjTZuZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tARGjTZuZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tARGjTZuZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tARGjTZuZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tARGjTZuZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tARGjTZuZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tARGjTZuZf .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tARGjTZuZf .navbar.opened {
  transition: all 0.3s;
}
.cid-tARGjTZuZf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tARGjTZuZf .navbar .navbar-logo img {
  width: auto;
}
.cid-tARGjTZuZf .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tARGjTZuZf .navbar.collapsed {
  justify-content: center;
}
.cid-tARGjTZuZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tARGjTZuZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tARGjTZuZf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tARGjTZuZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tARGjTZuZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tARGjTZuZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tARGjTZuZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tARGjTZuZf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tARGjTZuZf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tARGjTZuZf .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tARGjTZuZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tARGjTZuZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tARGjTZuZf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tARGjTZuZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tARGjTZuZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tARGjTZuZf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tARGjTZuZf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tARGjTZuZf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tARGjTZuZf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tARGjTZuZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tARGjTZuZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tARGjTZuZf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tARGjTZuZf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tARGjTZuZf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tARGjTZuZf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tARGjTZuZf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tARGjTZuZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tARGjTZuZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tARGjTZuZf .dropdown-item.active,
.cid-tARGjTZuZf .dropdown-item:active {
  background-color: transparent;
}
.cid-tARGjTZuZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tARGjTZuZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tARGjTZuZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tARGjTZuZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tARGjTZuZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tARGjTZuZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tARGjTZuZf ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tARGjTZuZf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tARGjTZuZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tARGjTZuZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tARGjTZuZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tARGjTZuZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tARGjTZuZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tARGjTZuZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tARGjTZuZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tARGjTZuZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tARGjTZuZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tARGjTZuZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tARGjTZuZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tARGjTZuZf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tARGjTZuZf .navbar {
    height: 70px;
  }
  .cid-tARGjTZuZf .navbar.opened {
    height: auto;
  }
  .cid-tARGjTZuZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tARGjTZuZf .mbr-section-subtitle {
  color: #000000;
}
.cid-tARGjTZuZf .mbr-text {
  color: #000000;
}
.cid-tARGjTZuZf .text_widget {
  color: #000000;
}
.cid-tARGjVhgFL {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tARGjVhgFL {
    padding-top: 6rem;
  }
}
.cid-tARGjVhgFL .row {
  background: #00be9d;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tARGjVhgFL img {
  filter: grayscale(0.7);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tARGjVhgFL img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tARGjVhgFL img {
    display: none;
  }
}
.cid-tARGjVhgFL .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tARGjVhgFL .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tARGjVhgFL .card {
    padding: 2rem 0rem;
  }
}
.cid-tARGjVhgFL .mbr-text,
.cid-tARGjVhgFL .mbr-section-btn {
  color: #777777;
}
.cid-tARGjVhgFL .mbr-section-subtitle {
  color: #14191e;
}
.cid-tARGjVhgFL .mbr-section-title {
  color: #000000;
}
.cid-tARGjVZwwV {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f6feff;
}
@media (max-width: 992px) {
  .cid-tARGjVZwwV {
    padding-top: 2.4rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tARGjVZwwV .wrapper {
  background: #ffffff;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: #ddd      ;
}
.cid-tARGjVZwwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGjVZwwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGjVZwwV .mbr-section-title {
  color: #000000;
}
.cid-tARGjWE0I4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tARGjWE0I4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGjWE0I4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tARGjWE0I4 .card {
    padding: 0 80px;
  }
  .cid-tARGjWE0I4 .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tARGjWE0I4 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tARGjWE0I4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tARGjWE0I4 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tARGjWE0I4 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tARGjWE0I4 .image-wrapper {
    padding: 0;
  }
}
.cid-tARGjWE0I4 .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tARGjWE0I4 .image-wrapper img {
    height: 300px;
  }
}
.cid-tARGjWE0I4 .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tARGjWE0I4 .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tARGjWE0I4 .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tARGjWE0I4 .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tARGjWE0I4 .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tARGjWE0I4 .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tARGjWE0I4 .mbr-section-title {
  color: #000000;
}
.cid-tARGjWE0I4 .mbr-text {
  color: #000000;
}
.cid-tARGjWE0I4 .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tARGjWE0I4 .mbr-desc {
  color: #000000;
}
.cid-tARGjWE0I4 .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tARGjWE0I4 .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tARGjXmGJ0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tARGjXmGJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGjXmGJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGjXmGJ0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tARGjXmGJ0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tARGjXmGJ0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tARGjXY3q4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tARGjXY3q4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGjXY3q4 .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tARGjXY3q4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGjXY3q4 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tARGjXY3q4 .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tARGjXY3q4 .row {
  justify-content: center;
}
.cid-tARGjXY3q4 .card-title,
.cid-tARGjXY3q4 .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tARGjZB8Dn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tARGjZB8Dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGjZB8Dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tARGjZB8Dn .card {
    padding: 0 80px;
  }
  .cid-tARGjZB8Dn .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tARGjZB8Dn .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tARGjZB8Dn .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tARGjZB8Dn .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tARGjZB8Dn .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tARGjZB8Dn .image-wrapper {
    padding: 0;
  }
}
.cid-tARGjZB8Dn .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tARGjZB8Dn .image-wrapper img {
    height: 300px;
  }
}
.cid-tARGjZB8Dn .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tARGjZB8Dn .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tARGjZB8Dn .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tARGjZB8Dn .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tARGjZB8Dn .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tARGjZB8Dn .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tARGjZB8Dn .mbr-section-title {
  color: #000000;
}
.cid-tARGjZB8Dn .mbr-text {
  color: #000000;
}
.cid-tARGjZB8Dn .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tARGjZB8Dn .mbr-desc {
  color: #000000;
}
.cid-tARGjZB8Dn .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tARGjZB8Dn .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tARGk0ir2A {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tARGk0ir2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGk0ir2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGk0ir2A ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tARGk0ir2A li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tARGk0ir2A ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tARGk0YB1s {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tARGk0YB1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGk0YB1s .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tARGk0YB1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGk0YB1s .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tARGk0YB1s .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tARGk0YB1s .row {
  justify-content: center;
}
.cid-tARGk0YB1s .card-title,
.cid-tARGk0YB1s .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tARGk5htmk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tARGk5htmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGk5htmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tARGk5htmk .card {
    padding: 0 80px;
  }
  .cid-tARGk5htmk .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tARGk5htmk .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tARGk5htmk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tARGk5htmk .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tARGk5htmk .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tARGk5htmk .image-wrapper {
    padding: 0;
  }
}
.cid-tARGk5htmk .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tARGk5htmk .image-wrapper img {
    height: 300px;
  }
}
.cid-tARGk5htmk .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tARGk5htmk .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tARGk5htmk .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tARGk5htmk .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tARGk5htmk .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tARGk5htmk .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tARGk5htmk .mbr-section-title {
  color: #000000;
}
.cid-tARGk5htmk .mbr-text {
  color: #000000;
}
.cid-tARGk5htmk .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tARGk5htmk .mbr-desc {
  color: #000000;
}
.cid-tARGk5htmk .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tARGk5htmk .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tARGk69ccZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tARGk69ccZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGk69ccZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGk69ccZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tARGk69ccZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tARGk69ccZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tARGk6YTzi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tARGk6YTzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGk6YTzi .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tARGk6YTzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGk6YTzi .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tARGk6YTzi .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tARGk6YTzi .row {
  justify-content: center;
}
.cid-tARGk6YTzi .card-title,
.cid-tARGk6YTzi .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tARGk8L8GL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tARGk8L8GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGk8L8GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tARGk8L8GL .card {
    padding: 0 80px;
  }
  .cid-tARGk8L8GL .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tARGk8L8GL .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tARGk8L8GL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tARGk8L8GL .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tARGk8L8GL .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tARGk8L8GL .image-wrapper {
    padding: 0;
  }
}
.cid-tARGk8L8GL .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tARGk8L8GL .image-wrapper img {
    height: 300px;
  }
}
.cid-tARGk8L8GL .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tARGk8L8GL .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tARGk8L8GL .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tARGk8L8GL .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tARGk8L8GL .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tARGk8L8GL .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tARGk8L8GL .mbr-section-title {
  color: #000000;
}
.cid-tARGk8L8GL .mbr-text {
  color: #000000;
}
.cid-tARGk8L8GL .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-tARGk8L8GL .mbr-desc {
  color: #000000;
}
.cid-tARGk8L8GL .mbr-iconfont {
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
  border-radius: 50%;
}
.cid-tARGk8L8GL .mbr-iconfont:hover {
  color: black!important;
  border-color: #ffffff;
  background: #ffffff;
}
.cid-tARGk9GGp1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tARGk9GGp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGk9GGp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGk9GGp1 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tARGk9GGp1 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tARGk9GGp1 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tARGkaAnFy {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #f6feff;
}
.cid-tARGkaAnFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGkaAnFy .mbr-section-title {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
  text-align: left;
}
.cid-tARGkaAnFy span2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 255, 0, 0.2);
}
.cid-tARGkaAnFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGkaAnFy .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tARGkaAnFy .card-wrapper {
  margin-top: 2rem;
  background: #353535;
  padding: 3rem 2rem;
  border-radius: 20px;
}
.cid-tARGkaAnFy .row {
  justify-content: center;
}
.cid-tARGkaAnFy .card-title,
.cid-tARGkaAnFy .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tARGkbJR6I {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tARGkbJR6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGkbJR6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tARGkbJR6I .card {
    padding: 0 80px;
  }
  .cid-tARGkbJR6I .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tARGkbJR6I .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tARGkbJR6I .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tARGkbJR6I .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tARGkbJR6I .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tARGkbJR6I .image-wrapper {
    padding: 0;
  }
}
.cid-tARGkbJR6I .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tARGkbJR6I .image-wrapper img {
    height: 300px;
  }
}
.cid-tARGkbJR6I .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tARGkbJR6I .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tARGkbJR6I .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tARGkbJR6I .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tARGkbJR6I .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tARGkbJR6I .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tARGkbJR6I .mbr-section-title {
  color: #000000;
}
.cid-tARGkbJR6I .mbr-text {
  color: #000000;
}
.cid-tARGkbJR6I .mbr-number {
  color: #000000;
}
.cid-tARGkbJR6I .mbr-desc {
  color: #000000;
}
.cid-tARGkcKWxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tARGkcKWxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tARGkcKWxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tARGkcKWxQ .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tARGkcKWxQ .mbr-section-title {
    text-align: center;
  }
}
.cid-tARGkcKWxQ .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tARGkcKWxQ .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tARGkcKWxQ .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tARGkcKWxQ .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tARGkcKWxQ .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tARGkcKWxQ .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tARGkcKWxQ .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tARGkcKWxQ .list {
    text-align: center;
  }
}
.cid-tARGkcKWxQ .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tARGkcKWxQ .list li:hover {
  color: #c5fecc;
}
.cid-tARGkcKWxQ .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tARGkcKWxQ .copyright {
    text-align: center;
  }
}
.cid-tARGkcKWxQ .mbr-soc,
.cid-tARGkcKWxQ .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tATJfufdsn {
  z-index: 1000;
  width: 100%;
}
.cid-tATJfufdsn .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tATJfufdsn nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tATJfufdsn #navbar {
  transition: top 0.3s;
}
.cid-tATJfufdsn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tATJfufdsn .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tATJfufdsn .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tATJfufdsn .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tATJfufdsn .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tATJfufdsn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tATJfufdsn .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tATJfufdsn .menu_box .navbar.opened,
  .cid-tATJfufdsn .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tATJfufdsn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tATJfufdsn nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tATJfufdsn .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tATJfufdsn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tATJfufdsn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tATJfufdsn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tATJfufdsn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tATJfufdsn .offcanvas-body .mbr-text,
  .cid-tATJfufdsn .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tATJfufdsn .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tATJfufdsn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tATJfufdsn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tATJfufdsn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tATJfufdsn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tATJfufdsn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tATJfufdsn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tATJfufdsn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tATJfufdsn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tATJfufdsn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tATJfufdsn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tATJfufdsn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tATJfufdsn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tATJfufdsn li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tATJfufdsn li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tATJfufdsn .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tATJfufdsn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tATJfufdsn .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tATJfufdsn .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tATJfufdsn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tATJfufdsn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tATJfufdsn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tATJfufdsn .offcanvas_box {
    display: none;
  }
}
.cid-tATJfufdsn .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tATJfufdsn .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tATJfufdsn .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tATJfufdsn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tATJfufdsn .nav-link {
  position: relative;
}
.cid-tATJfufdsn .container {
  display: flex;
  margin: auto;
}
.cid-tATJfufdsn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tATJfufdsn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tATJfufdsn .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tATJfufdsn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tATJfufdsn .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tATJfufdsn .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tATJfufdsn .dropdown-menu,
.cid-tATJfufdsn .navbar.opened {
  background: #393b45 !important;
}
.cid-tATJfufdsn .nav-item:focus,
.cid-tATJfufdsn .nav-link:focus {
  outline: none;
}
.cid-tATJfufdsn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tATJfufdsn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tATJfufdsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tATJfufdsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tATJfufdsn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tATJfufdsn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tATJfufdsn .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tATJfufdsn .navbar.opened {
  transition: all 0.3s;
}
.cid-tATJfufdsn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tATJfufdsn .navbar .navbar-logo img {
  width: auto;
}
.cid-tATJfufdsn .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tATJfufdsn .navbar.collapsed {
  justify-content: center;
}
.cid-tATJfufdsn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tATJfufdsn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tATJfufdsn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tATJfufdsn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tATJfufdsn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tATJfufdsn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tATJfufdsn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tATJfufdsn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tATJfufdsn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tATJfufdsn .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tATJfufdsn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tATJfufdsn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tATJfufdsn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tATJfufdsn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tATJfufdsn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tATJfufdsn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tATJfufdsn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tATJfufdsn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tATJfufdsn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tATJfufdsn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tATJfufdsn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tATJfufdsn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tATJfufdsn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tATJfufdsn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tATJfufdsn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tATJfufdsn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tATJfufdsn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tATJfufdsn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tATJfufdsn .dropdown-item.active,
.cid-tATJfufdsn .dropdown-item:active {
  background-color: transparent;
}
.cid-tATJfufdsn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tATJfufdsn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tATJfufdsn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tATJfufdsn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tATJfufdsn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tATJfufdsn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tATJfufdsn ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tATJfufdsn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tATJfufdsn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tATJfufdsn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tATJfufdsn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tATJfufdsn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tATJfufdsn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tATJfufdsn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tATJfufdsn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tATJfufdsn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tATJfufdsn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tATJfufdsn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tATJfufdsn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tATJfufdsn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tATJfufdsn .navbar {
    height: 70px;
  }
  .cid-tATJfufdsn .navbar.opened {
    height: auto;
  }
  .cid-tATJfufdsn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tATJfufdsn .mbr-section-subtitle {
  color: #000000;
}
.cid-tATJfufdsn .mbr-text {
  color: #000000;
}
.cid-tATJfufdsn .text_widget {
  color: #000000;
}
.cid-tATJfuOZEZ {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tATJfuOZEZ {
    padding-top: 6rem;
  }
}
.cid-tATJfuOZEZ .row {
  background: #00be9d;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tATJfuOZEZ img {
  filter: grayscale(0.6);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tATJfuOZEZ img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tATJfuOZEZ img {
    display: none;
  }
}
.cid-tATJfuOZEZ .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tATJfuOZEZ .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tATJfuOZEZ .card {
    padding: 2rem 0rem;
  }
}
.cid-tATJfuOZEZ .mbr-text,
.cid-tATJfuOZEZ .mbr-section-btn {
  color: #777777;
}
.cid-tATJfuOZEZ .mbr-section-subtitle {
  color: #14191e;
}
.cid-tATJfuOZEZ .mbr-section-title {
  color: #000000;
}
.cid-tATJfxvHan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tATJfxvHan .mbr-fallback-image.disabled {
  display: none;
}
.cid-tATJfxvHan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tATJfxvHan .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tATJfxvHan .mbr-section-title {
    text-align: center;
  }
}
.cid-tATJfxvHan .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tATJfxvHan .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tATJfxvHan .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tATJfxvHan .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tATJfxvHan .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tATJfxvHan .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tATJfxvHan .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tATJfxvHan .list {
    text-align: center;
  }
}
.cid-tATJfxvHan .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tATJfxvHan .list li:hover {
  color: #c5fecc;
}
.cid-tATJfxvHan .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tATJfxvHan .copyright {
    text-align: center;
  }
}
.cid-tATJfxvHan .mbr-soc,
.cid-tATJfxvHan .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tFnW8NOc1F {
  z-index: 1000;
  width: 100%;
}
.cid-tFnW8NOc1F .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tFnW8NOc1F nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tFnW8NOc1F #navbar {
  transition: top 0.3s;
}
.cid-tFnW8NOc1F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tFnW8NOc1F .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tFnW8NOc1F .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tFnW8NOc1F .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tFnW8NOc1F .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tFnW8NOc1F .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tFnW8NOc1F .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tFnW8NOc1F .menu_box .navbar.opened,
  .cid-tFnW8NOc1F .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tFnW8NOc1F nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFnW8NOc1F nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tFnW8NOc1F .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tFnW8NOc1F .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tFnW8NOc1F .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tFnW8NOc1F .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tFnW8NOc1F .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tFnW8NOc1F .offcanvas-body .mbr-text,
  .cid-tFnW8NOc1F .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tFnW8NOc1F .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tFnW8NOc1F .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tFnW8NOc1F .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tFnW8NOc1F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tFnW8NOc1F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tFnW8NOc1F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tFnW8NOc1F .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tFnW8NOc1F .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tFnW8NOc1F ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tFnW8NOc1F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFnW8NOc1F .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tFnW8NOc1F .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tFnW8NOc1F li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tFnW8NOc1F li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tFnW8NOc1F li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tFnW8NOc1F .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tFnW8NOc1F .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tFnW8NOc1F .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tFnW8NOc1F .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tFnW8NOc1F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tFnW8NOc1F .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tFnW8NOc1F .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tFnW8NOc1F .offcanvas_box {
    display: none;
  }
}
.cid-tFnW8NOc1F .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tFnW8NOc1F .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tFnW8NOc1F .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tFnW8NOc1F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFnW8NOc1F .nav-link {
  position: relative;
}
.cid-tFnW8NOc1F .container {
  display: flex;
  margin: auto;
}
.cid-tFnW8NOc1F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tFnW8NOc1F .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tFnW8NOc1F .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tFnW8NOc1F .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tFnW8NOc1F .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tFnW8NOc1F .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tFnW8NOc1F .dropdown-menu,
.cid-tFnW8NOc1F .navbar.opened {
  background: #393b45 !important;
}
.cid-tFnW8NOc1F .nav-item:focus,
.cid-tFnW8NOc1F .nav-link:focus {
  outline: none;
}
.cid-tFnW8NOc1F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFnW8NOc1F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFnW8NOc1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFnW8NOc1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFnW8NOc1F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFnW8NOc1F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFnW8NOc1F .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tFnW8NOc1F .navbar.opened {
  transition: all 0.3s;
}
.cid-tFnW8NOc1F .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tFnW8NOc1F .navbar .navbar-logo img {
  width: auto;
}
.cid-tFnW8NOc1F .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tFnW8NOc1F .navbar.collapsed {
  justify-content: center;
}
.cid-tFnW8NOc1F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFnW8NOc1F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFnW8NOc1F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tFnW8NOc1F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFnW8NOc1F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFnW8NOc1F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFnW8NOc1F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tFnW8NOc1F .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tFnW8NOc1F .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tFnW8NOc1F .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tFnW8NOc1F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFnW8NOc1F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFnW8NOc1F .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tFnW8NOc1F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFnW8NOc1F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFnW8NOc1F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFnW8NOc1F .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tFnW8NOc1F .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tFnW8NOc1F .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tFnW8NOc1F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFnW8NOc1F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFnW8NOc1F .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tFnW8NOc1F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFnW8NOc1F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFnW8NOc1F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFnW8NOc1F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFnW8NOc1F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFnW8NOc1F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFnW8NOc1F .dropdown-item.active,
.cid-tFnW8NOc1F .dropdown-item:active {
  background-color: transparent;
}
.cid-tFnW8NOc1F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFnW8NOc1F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFnW8NOc1F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFnW8NOc1F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tFnW8NOc1F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFnW8NOc1F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFnW8NOc1F ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tFnW8NOc1F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFnW8NOc1F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tFnW8NOc1F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tFnW8NOc1F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFnW8NOc1F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFnW8NOc1F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFnW8NOc1F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFnW8NOc1F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFnW8NOc1F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFnW8NOc1F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFnW8NOc1F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFnW8NOc1F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tFnW8NOc1F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFnW8NOc1F .navbar {
    height: 70px;
  }
  .cid-tFnW8NOc1F .navbar.opened {
    height: auto;
  }
  .cid-tFnW8NOc1F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFnW8NOc1F .mbr-section-subtitle {
  color: #000000;
}
.cid-tFnW8NOc1F .mbr-text {
  color: #000000;
}
.cid-tFnW8NOc1F .text_widget {
  color: #000000;
}
.cid-tFnW8OlfEJ {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tFnW8OlfEJ {
    padding-top: 6rem;
  }
}
.cid-tFnW8OlfEJ .row {
  background: #00be9d;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tFnW8OlfEJ img {
  filter: grayscale(0.6);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tFnW8OlfEJ img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tFnW8OlfEJ img {
    display: none;
  }
}
.cid-tFnW8OlfEJ .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tFnW8OlfEJ .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFnW8OlfEJ .card {
    padding: 2rem 0rem;
  }
}
.cid-tFnW8OlfEJ .mbr-text,
.cid-tFnW8OlfEJ .mbr-section-btn {
  color: #777777;
}
.cid-tFnW8OlfEJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFnW8OlfEJ .mbr-section-title {
  color: #ffffff;
}
.cid-tFnW8OD815 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
@media (max-width: 992px) {
  .cid-tFnW8OD815 {
    padding-top: 2.4rem;
    padding-bottom: 0.2rem;
  }
}
.cid-tFnW8OD815 .wrapper {
  background: #ffffff;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: #ddd      ;
}
.cid-tFnW8OD815 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFnW8OD815 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFnW8OXWeB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tFnW8OXWeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFnW8OXWeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFnW8OXWeB .card {
    padding: 0 80px;
  }
  .cid-tFnW8OXWeB .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tFnW8OXWeB .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tFnW8OXWeB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFnW8OXWeB .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tFnW8OXWeB .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tFnW8OXWeB .image-wrapper {
    padding: 0;
  }
}
.cid-tFnW8OXWeB .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tFnW8OXWeB .image-wrapper img {
    height: 300px;
  }
}
.cid-tFnW8OXWeB .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00be9d;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tFnW8OXWeB .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tFnW8OXWeB .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tFnW8OXWeB .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tFnW8OXWeB .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tFnW8OXWeB .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tFnW8OXWeB .mbr-section-title {
  color: #000000;
}
.cid-tFnW8OXWeB .mbr-text {
  color: #000000;
}
.cid-tFnW8OXWeB .mbr-number {
  color: #000000;
}
.cid-tFnW8OXWeB .mbr-desc {
  color: #000000;
}
.cid-tFnW8PlMU2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f6feff;
}
.cid-tFnW8PlMU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFnW8PlMU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFnW8PlMU2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tFnW8PlMU2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tFnW8PlMU2 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tFo8fkltlB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6feff;
}
.cid-tFo8fkltlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFo8fkltlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFo8fkltlB ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tFo8fkltlB li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tFo8fkltlB ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tFo8LBwXX6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6feff;
}
.cid-tFo8LBwXX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFo8LBwXX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFo8LBwXX6 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tFo8LBwXX6 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tFo8LBwXX6 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tFo9mqreKt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6feff;
}
.cid-tFo9mqreKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFo9mqreKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFo9mqreKt ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tFo9mqreKt li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tFo9mqreKt ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tFo9TnGcct {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f6feff;
}
.cid-tFo9TnGcct .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFo9TnGcct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFo9TnGcct ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tFo9TnGcct li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tFo9TnGcct ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tForLCPQeQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f6feff;
}
.cid-tForLCPQeQ .viereck-mini-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}
.cid-tForLCPQeQ .viereck-mini {
  background: #00be9daa;
  width: 100px;
  height: 100px;
  z-index: 14;
  border-radius: 2px;
  transition: all 0.5s;
}
.cid-tForLCPQeQ .viereck-mini:hover {
  background: #353535;
  color: #ffffff;
}
.cid-tForLCPQeQ .viereck-mini:hover .viereck-mini-text {
  left: 50px;
}
.cid-tForLCPQeQ .viereck-mini-text {
  position: absolute;
  transition: all 0.5s;
  top: 30px;
  left: 10px;
}
@media (max-width: 1200px) {
  .cid-tForLCPQeQ .viereck-mini-text {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tForLCPQeQ .viereck-mini-text {
    top: 35px;
  }
}
.cid-tForLCPQeQ .viereck-mini-text h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
@media (max-width: 768px) {
  .cid-tForLCPQeQ .card1 {
    margin-bottom: 2rem;
  }
}
.cid-tForLCPQeQ .logo-schmuck {
  position: absolute;
  top: -20rem;
  right: 0px;
  width: 30%;
  z-index: 1;
  opacity: 0.1;
  display: none;
}
.cid-tForLCPQeQ .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.cid-tForLCPQeQ .image-wrapper img {
  transition: all 0.5s;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tForLCPQeQ .image-wrapper {
    padding: 1rem;
  }
}
.cid-tForLCPQeQ .image-wrapper:hover img {
  transform: scale(1.05) rotate(-1deg);
  transition: all 0.5s;
}
.cid-tForLCPQeQ .image-wrapper:hover .viereck-nini {
  background: #353535;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tForLCPQeQ .img-link {
  background: #011235;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tForLCPQeQ .img-link {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tForLCPQeQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tForLCPQeQ p {
    max-width: 500px;
  }
}
.cid-tForLCPQeQ .mbr-text,
.cid-tForLCPQeQ .mbr-section-btn {
  color: #000000;
}
.cid-tForLCPQeQ .mbr-section-title {
  color: #000000;
}
.cid-tForLCPQeQ .mbr-section-subtitle,
.cid-tForLCPQeQ .viereck-mini-text {
  color: #ffffff;
}
.cid-tForLCPQeQ .mbr-section-title DIV {
  text-align: left;
}
.cid-tFnW8PI4gZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tFnW8PI4gZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFnW8PI4gZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFnW8PI4gZ .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tFnW8PI4gZ .mbr-section-title {
    text-align: center;
  }
}
.cid-tFnW8PI4gZ .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tFnW8PI4gZ .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tFnW8PI4gZ .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tFnW8PI4gZ .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tFnW8PI4gZ .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tFnW8PI4gZ .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tFnW8PI4gZ .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tFnW8PI4gZ .list {
    text-align: center;
  }
}
.cid-tFnW8PI4gZ .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tFnW8PI4gZ .list li:hover {
  color: #c5fecc;
}
.cid-tFnW8PI4gZ .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tFnW8PI4gZ .copyright {
    text-align: center;
  }
}
.cid-tFnW8PI4gZ .mbr-soc,
.cid-tFnW8PI4gZ .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tY4mUSo0Zw {
  z-index: 1000;
  width: 100%;
}
.cid-tY4mUSo0Zw .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tY4mUSo0Zw nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tY4mUSo0Zw #navbar {
  transition: top 0.3s;
}
.cid-tY4mUSo0Zw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tY4mUSo0Zw .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tY4mUSo0Zw .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tY4mUSo0Zw .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tY4mUSo0Zw .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tY4mUSo0Zw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tY4mUSo0Zw .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tY4mUSo0Zw .menu_box .navbar.opened,
  .cid-tY4mUSo0Zw .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tY4mUSo0Zw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tY4mUSo0Zw nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tY4mUSo0Zw .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tY4mUSo0Zw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tY4mUSo0Zw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tY4mUSo0Zw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tY4mUSo0Zw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tY4mUSo0Zw .offcanvas-body .mbr-text,
  .cid-tY4mUSo0Zw .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tY4mUSo0Zw .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tY4mUSo0Zw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tY4mUSo0Zw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tY4mUSo0Zw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tY4mUSo0Zw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tY4mUSo0Zw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tY4mUSo0Zw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tY4mUSo0Zw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tY4mUSo0Zw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tY4mUSo0Zw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tY4mUSo0Zw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tY4mUSo0Zw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tY4mUSo0Zw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tY4mUSo0Zw li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tY4mUSo0Zw li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tY4mUSo0Zw .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tY4mUSo0Zw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tY4mUSo0Zw .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tY4mUSo0Zw .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tY4mUSo0Zw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tY4mUSo0Zw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tY4mUSo0Zw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tY4mUSo0Zw .offcanvas_box {
    display: none;
  }
}
.cid-tY4mUSo0Zw .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tY4mUSo0Zw .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tY4mUSo0Zw .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tY4mUSo0Zw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY4mUSo0Zw .nav-link {
  position: relative;
}
.cid-tY4mUSo0Zw .container {
  display: flex;
  margin: auto;
}
.cid-tY4mUSo0Zw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tY4mUSo0Zw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tY4mUSo0Zw .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tY4mUSo0Zw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tY4mUSo0Zw .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tY4mUSo0Zw .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tY4mUSo0Zw .dropdown-menu,
.cid-tY4mUSo0Zw .navbar.opened {
  background: #393b45 !important;
}
.cid-tY4mUSo0Zw .nav-item:focus,
.cid-tY4mUSo0Zw .nav-link:focus {
  outline: none;
}
.cid-tY4mUSo0Zw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY4mUSo0Zw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY4mUSo0Zw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY4mUSo0Zw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY4mUSo0Zw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY4mUSo0Zw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tY4mUSo0Zw .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tY4mUSo0Zw .navbar.opened {
  transition: all 0.3s;
}
.cid-tY4mUSo0Zw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tY4mUSo0Zw .navbar .navbar-logo img {
  width: auto;
}
.cid-tY4mUSo0Zw .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tY4mUSo0Zw .navbar.collapsed {
  justify-content: center;
}
.cid-tY4mUSo0Zw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY4mUSo0Zw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY4mUSo0Zw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tY4mUSo0Zw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY4mUSo0Zw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY4mUSo0Zw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY4mUSo0Zw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tY4mUSo0Zw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tY4mUSo0Zw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tY4mUSo0Zw .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tY4mUSo0Zw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY4mUSo0Zw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY4mUSo0Zw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tY4mUSo0Zw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY4mUSo0Zw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY4mUSo0Zw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY4mUSo0Zw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tY4mUSo0Zw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tY4mUSo0Zw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tY4mUSo0Zw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY4mUSo0Zw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tY4mUSo0Zw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tY4mUSo0Zw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY4mUSo0Zw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY4mUSo0Zw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY4mUSo0Zw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tY4mUSo0Zw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY4mUSo0Zw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY4mUSo0Zw .dropdown-item.active,
.cid-tY4mUSo0Zw .dropdown-item:active {
  background-color: transparent;
}
.cid-tY4mUSo0Zw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY4mUSo0Zw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY4mUSo0Zw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY4mUSo0Zw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tY4mUSo0Zw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY4mUSo0Zw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY4mUSo0Zw ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tY4mUSo0Zw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY4mUSo0Zw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tY4mUSo0Zw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tY4mUSo0Zw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY4mUSo0Zw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY4mUSo0Zw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY4mUSo0Zw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY4mUSo0Zw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY4mUSo0Zw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY4mUSo0Zw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY4mUSo0Zw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY4mUSo0Zw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tY4mUSo0Zw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tY4mUSo0Zw .navbar {
    height: 70px;
  }
  .cid-tY4mUSo0Zw .navbar.opened {
    height: auto;
  }
  .cid-tY4mUSo0Zw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY4mUSo0Zw .mbr-section-subtitle {
  color: #000000;
}
.cid-tY4mUSo0Zw .mbr-text {
  color: #000000;
}
.cid-tY4mUSo0Zw .text_widget {
  color: #000000;
}
.cid-tY4mUTfNoO {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tY4mUTfNoO {
    padding-top: 6rem;
  }
}
.cid-tY4mUTfNoO .row {
  background: #00a49e;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tY4mUTfNoO img {
  filter: grayscale(0.6);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tY4mUTfNoO img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tY4mUTfNoO img {
    display: none;
  }
}
.cid-tY4mUTfNoO .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tY4mUTfNoO .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tY4mUTfNoO .card {
    padding: 2rem 0rem;
  }
}
.cid-tY4mUTfNoO .mbr-text,
.cid-tY4mUTfNoO .mbr-section-btn {
  color: #777777;
}
.cid-tY4mUTfNoO .mbr-section-subtitle {
  color: #14191e;
}
.cid-tY4mUTfNoO .mbr-section-title {
  color: #000000;
}
.cid-tY4mUU1rcD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tY4mUU1rcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY4mUU1rcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY4mUU1rcD .card {
    padding: 0 80px;
  }
  .cid-tY4mUU1rcD .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tY4mUU1rcD .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tY4mUU1rcD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tY4mUU1rcD .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tY4mUU1rcD .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tY4mUU1rcD .image-wrapper {
    padding: 0;
  }
}
.cid-tY4mUU1rcD .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tY4mUU1rcD .image-wrapper img {
    height: 300px;
  }
}
.cid-tY4mUU1rcD .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00a49e;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tY4mUU1rcD .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tY4mUU1rcD .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tY4mUU1rcD .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tY4mUU1rcD .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tY4mUU1rcD .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tY4mUU1rcD .mbr-section-title {
  color: #000000;
}
.cid-tY4mUU1rcD .mbr-text {
  color: #000000;
}
.cid-tY4mUU1rcD .mbr-number {
  color: #ffffff;
}
.cid-tY4mUU1rcD .mbr-desc {
  color: #ffffff;
}
.cid-tYa6aM2EWH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #f6feff;
}
.cid-tYa6aM2EWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYa6aM2EWH .myborder {
  border-style: solid;
  border-width: 0 0 0 1px!important;
  border-color: #ddd;
  padding: 0 0 0 2rem!important;
}
@media (max-width: 991px) {
  .cid-tYa6aM2EWH .myborder {
    border-width: 0!important;
    padding: 0;
  }
}
.cid-tYa6aM2EWH .container,
.cid-tYa6aM2EWH .container-fluid {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  background: #ffffff;
  padding-top: 2rem!important ;
  padding-bottom: 2rem!important;
}
.cid-tYa6aM2EWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYa6aM2EWH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tYa6aM2EWH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tYa6aM2EWH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tYjQ6uukMU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #f6feff;
}
.cid-tYjQ6uukMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYjQ6uukMU .myborder {
  border-style: solid;
  border-width: 0 0 0 1px!important;
  border-color: #ddd;
  padding: 0 0 0 2rem!important;
}
@media (max-width: 991px) {
  .cid-tYjQ6uukMU .myborder {
    border-width: 0!important;
    padding: 0;
  }
}
.cid-tYjQ6uukMU .container,
.cid-tYjQ6uukMU .container-fluid {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  background: #ffffff;
  padding-top: 2rem!important ;
  padding-bottom: 2rem!important;
}
.cid-tYjQ6uukMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYjQ6uukMU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tYjQ6uukMU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tYjQ6uukMU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tYa75YgZiy {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f6feff;
}
.cid-tYa75YgZiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYa75YgZiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYa75YgZiy .card {
    padding: 0 80px;
  }
  .cid-tYa75YgZiy .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tYa75YgZiy .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tYa75YgZiy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYa75YgZiy .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tYa75YgZiy .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tYa75YgZiy .image-wrapper {
    padding: 0;
  }
}
.cid-tYa75YgZiy .image-wrapper .mylottie {
  aspect-ratio: 1;
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 768px) {
  .cid-tYa75YgZiy .image-wrapper .mylottie {
    height: 300px;
  }
}
.cid-tYa75YgZiy .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tYa75YgZiy .image-wrapper img {
    height: 300px;
  }
}
.cid-tYa75YgZiy .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: rgba(53, 53, 53, 0.5);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tYa75YgZiy .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tYa75YgZiy .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tYa75YgZiy .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tYa75YgZiy .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tYa75YgZiy .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tYa75YgZiy .mbr-section-title {
  color: #000000;
}
.cid-tYa75YgZiy .mbr-text {
  color: #000000;
}
.cid-tYa75YgZiy .mbr-number {
  color: #ffffff;
}
.cid-tYa75YgZiy .mbr-desc {
  color: #ffffff;
}
.cid-tY4mUUVOF8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tY4mUUVOF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY4mUUVOF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY4mUUVOF8 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tY4mUUVOF8 .mbr-section-title {
    text-align: center;
  }
}
.cid-tY4mUUVOF8 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tY4mUUVOF8 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tY4mUUVOF8 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tY4mUUVOF8 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tY4mUUVOF8 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tY4mUUVOF8 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tY4mUUVOF8 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tY4mUUVOF8 .list {
    text-align: center;
  }
}
.cid-tY4mUUVOF8 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tY4mUUVOF8 .list li:hover {
  color: #c5fecc;
}
.cid-tY4mUUVOF8 .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tY4mUUVOF8 .copyright {
    text-align: center;
  }
}
.cid-tY4mUUVOF8 .mbr-soc,
.cid-tY4mUUVOF8 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tY4nj2u8Fz {
  z-index: 1000;
  width: 100%;
}
.cid-tY4nj2u8Fz .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tY4nj2u8Fz nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tY4nj2u8Fz #navbar {
  transition: top 0.3s;
}
.cid-tY4nj2u8Fz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tY4nj2u8Fz .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tY4nj2u8Fz .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tY4nj2u8Fz .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tY4nj2u8Fz .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tY4nj2u8Fz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tY4nj2u8Fz .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tY4nj2u8Fz .menu_box .navbar.opened,
  .cid-tY4nj2u8Fz .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tY4nj2u8Fz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tY4nj2u8Fz nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tY4nj2u8Fz .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tY4nj2u8Fz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tY4nj2u8Fz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tY4nj2u8Fz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tY4nj2u8Fz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tY4nj2u8Fz .offcanvas-body .mbr-text,
  .cid-tY4nj2u8Fz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tY4nj2u8Fz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tY4nj2u8Fz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tY4nj2u8Fz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tY4nj2u8Fz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tY4nj2u8Fz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tY4nj2u8Fz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tY4nj2u8Fz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tY4nj2u8Fz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tY4nj2u8Fz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tY4nj2u8Fz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tY4nj2u8Fz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tY4nj2u8Fz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tY4nj2u8Fz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tY4nj2u8Fz li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tY4nj2u8Fz li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tY4nj2u8Fz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tY4nj2u8Fz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tY4nj2u8Fz .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tY4nj2u8Fz .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tY4nj2u8Fz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tY4nj2u8Fz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tY4nj2u8Fz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tY4nj2u8Fz .offcanvas_box {
    display: none;
  }
}
.cid-tY4nj2u8Fz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tY4nj2u8Fz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tY4nj2u8Fz .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tY4nj2u8Fz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tY4nj2u8Fz .nav-link {
  position: relative;
}
.cid-tY4nj2u8Fz .container {
  display: flex;
  margin: auto;
}
.cid-tY4nj2u8Fz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tY4nj2u8Fz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tY4nj2u8Fz .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tY4nj2u8Fz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tY4nj2u8Fz .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tY4nj2u8Fz .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tY4nj2u8Fz .dropdown-menu,
.cid-tY4nj2u8Fz .navbar.opened {
  background: #393b45 !important;
}
.cid-tY4nj2u8Fz .nav-item:focus,
.cid-tY4nj2u8Fz .nav-link:focus {
  outline: none;
}
.cid-tY4nj2u8Fz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tY4nj2u8Fz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tY4nj2u8Fz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tY4nj2u8Fz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tY4nj2u8Fz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tY4nj2u8Fz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tY4nj2u8Fz .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tY4nj2u8Fz .navbar.opened {
  transition: all 0.3s;
}
.cid-tY4nj2u8Fz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tY4nj2u8Fz .navbar .navbar-logo img {
  width: auto;
}
.cid-tY4nj2u8Fz .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tY4nj2u8Fz .navbar.collapsed {
  justify-content: center;
}
.cid-tY4nj2u8Fz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tY4nj2u8Fz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY4nj2u8Fz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tY4nj2u8Fz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tY4nj2u8Fz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tY4nj2u8Fz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tY4nj2u8Fz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tY4nj2u8Fz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tY4nj2u8Fz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tY4nj2u8Fz .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tY4nj2u8Fz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tY4nj2u8Fz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tY4nj2u8Fz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tY4nj2u8Fz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tY4nj2u8Fz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tY4nj2u8Fz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tY4nj2u8Fz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tY4nj2u8Fz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tY4nj2u8Fz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tY4nj2u8Fz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tY4nj2u8Fz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tY4nj2u8Fz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tY4nj2u8Fz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tY4nj2u8Fz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tY4nj2u8Fz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tY4nj2u8Fz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tY4nj2u8Fz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tY4nj2u8Fz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tY4nj2u8Fz .dropdown-item.active,
.cid-tY4nj2u8Fz .dropdown-item:active {
  background-color: transparent;
}
.cid-tY4nj2u8Fz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tY4nj2u8Fz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tY4nj2u8Fz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tY4nj2u8Fz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tY4nj2u8Fz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tY4nj2u8Fz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tY4nj2u8Fz ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tY4nj2u8Fz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tY4nj2u8Fz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tY4nj2u8Fz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tY4nj2u8Fz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tY4nj2u8Fz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY4nj2u8Fz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tY4nj2u8Fz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tY4nj2u8Fz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY4nj2u8Fz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tY4nj2u8Fz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tY4nj2u8Fz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tY4nj2u8Fz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tY4nj2u8Fz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tY4nj2u8Fz .navbar {
    height: 70px;
  }
  .cid-tY4nj2u8Fz .navbar.opened {
    height: auto;
  }
  .cid-tY4nj2u8Fz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY4nj2u8Fz .mbr-section-subtitle {
  color: #000000;
}
.cid-tY4nj2u8Fz .mbr-text {
  color: #000000;
}
.cid-tY4nj2u8Fz .text_widget {
  color: #000000;
}
.cid-tY4nj3iYlZ {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tY4nj3iYlZ {
    padding-top: 6rem;
  }
}
.cid-tY4nj3iYlZ .row {
  background: #008b9b;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tY4nj3iYlZ img {
  filter: grayscale(0.6);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tY4nj3iYlZ img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tY4nj3iYlZ img {
    display: none;
  }
}
.cid-tY4nj3iYlZ .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tY4nj3iYlZ .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tY4nj3iYlZ .card {
    padding: 2rem 0rem;
  }
}
.cid-tY4nj3iYlZ .mbr-text,
.cid-tY4nj3iYlZ .mbr-section-btn {
  color: #777777;
}
.cid-tY4nj3iYlZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tY4nj3iYlZ .mbr-section-title {
  color: #ffffff;
}
.cid-tY4nj43ZuV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tY4nj43ZuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY4nj43ZuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tY4nj43ZuV .card {
    padding: 0 80px;
  }
  .cid-tY4nj43ZuV .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tY4nj43ZuV .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tY4nj43ZuV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tY4nj43ZuV .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tY4nj43ZuV .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tY4nj43ZuV .image-wrapper {
    padding: 0;
  }
}
.cid-tY4nj43ZuV .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tY4nj43ZuV .image-wrapper img {
    height: 300px;
  }
}
.cid-tY4nj43ZuV .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #008b9b;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tY4nj43ZuV .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tY4nj43ZuV .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tY4nj43ZuV .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tY4nj43ZuV .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tY4nj43ZuV .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tY4nj43ZuV .mbr-section-title {
  color: #000000;
}
.cid-tY4nj43ZuV .mbr-text {
  color: #000000;
}
.cid-tY4nj43ZuV .mbr-number {
  color: #ffffff;
}
.cid-tY4nj43ZuV .mbr-desc {
  color: #ffffff;
}
.cid-tYae62YJWM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #f6feff;
}
.cid-tYae62YJWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYae62YJWM .myborder {
  border-style: solid;
  border-width: 0 0 0 1px!important;
  border-color: #ddd;
  padding: 0 0 0 2rem!important;
}
@media (max-width: 991px) {
  .cid-tYae62YJWM .myborder {
    border-width: 0!important;
    padding: 0;
  }
}
.cid-tYae62YJWM .container,
.cid-tYae62YJWM .container-fluid {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  background: #ffffff;
  padding-top: 2rem!important ;
  padding-bottom: 2rem!important;
}
.cid-tYae62YJWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYae62YJWM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tYae62YJWM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tYae62YJWM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tYjQb2SpKJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #f6feff;
}
.cid-tYjQb2SpKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYjQb2SpKJ .myborder {
  border-style: solid;
  border-width: 0 0 0 1px!important;
  border-color: #ddd;
  padding: 0 0 0 2rem!important;
}
@media (max-width: 991px) {
  .cid-tYjQb2SpKJ .myborder {
    border-width: 0!important;
    padding: 0;
  }
}
.cid-tYjQb2SpKJ .container,
.cid-tYjQb2SpKJ .container-fluid {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  background: #ffffff;
  padding-top: 2rem!important ;
  padding-bottom: 2rem!important;
}
.cid-tYjQb2SpKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYjQb2SpKJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tYjQb2SpKJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tYjQb2SpKJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tYae85raCw {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f6feff;
}
.cid-tYae85raCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYae85raCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYae85raCw .card {
    padding: 0 80px;
  }
  .cid-tYae85raCw .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tYae85raCw .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tYae85raCw .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYae85raCw .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tYae85raCw .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tYae85raCw .image-wrapper {
    padding: 0;
  }
}
.cid-tYae85raCw .image-wrapper .mylottie {
  aspect-ratio: 1;
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 768px) {
  .cid-tYae85raCw .image-wrapper .mylottie {
    height: 300px;
  }
}
.cid-tYae85raCw .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tYae85raCw .image-wrapper img {
    height: 300px;
  }
}
.cid-tYae85raCw .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: rgba(53, 53, 53, 0.5);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tYae85raCw .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tYae85raCw .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tYae85raCw .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tYae85raCw .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tYae85raCw .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tYae85raCw .mbr-section-title {
  color: #000000;
}
.cid-tYae85raCw .mbr-text {
  color: #000000;
}
.cid-tYae85raCw .mbr-number {
  color: #ffffff;
}
.cid-tYae85raCw .mbr-desc {
  color: #ffffff;
}
.cid-tY4nj4XUB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tY4nj4XUB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY4nj4XUB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY4nj4XUB7 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tY4nj4XUB7 .mbr-section-title {
    text-align: center;
  }
}
.cid-tY4nj4XUB7 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tY4nj4XUB7 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tY4nj4XUB7 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tY4nj4XUB7 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tY4nj4XUB7 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tY4nj4XUB7 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tY4nj4XUB7 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tY4nj4XUB7 .list {
    text-align: center;
  }
}
.cid-tY4nj4XUB7 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tY4nj4XUB7 .list li:hover {
  color: #c5fecc;
}
.cid-tY4nj4XUB7 .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tY4nj4XUB7 .copyright {
    text-align: center;
  }
}
.cid-tY4nj4XUB7 .mbr-soc,
.cid-tY4nj4XUB7 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .container, .container-fluid {
    padding: 0 2rem!important;
  }
}

@media (min-width: 767px) {
  .container, .container-fluid {
    padding: 0 2rem;
  }
}

.container {
  max-width: 1450px;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
.align-left, .align-right {
  text-align: center;
}
}


/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

.mbr-semibold {
  font-weight: 500;
}

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 5px;  
  position: fixed;
    left:calc(50vw - 40px);
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.container
{
    max-width:1450px;
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}

.myunderline {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline2 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 190, 157, 0.2);
}
.myunderline3 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 139, 155, 0.2);
}
.myunderline4 {
  padding: 0 10px;
  font-weight: 300!important;
  box-shadow: inset 0em -0.4em 0 0 rgba(0, 114, 147, 0.2);
}.cid-tzM8MQA5Vk {
  z-index: 1000;
  width: 100%;
}
.cid-tzM8MQA5Vk .navbar-dropdown {
  background: rgba(57, 59, 69, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tzM8MQA5Vk nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tzM8MQA5Vk #navbar {
  transition: top 0.3s;
}
.cid-tzM8MQA5Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tzM8MQA5Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tzM8MQA5Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tzM8MQA5Vk .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tzM8MQA5Vk .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tzM8MQA5Vk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tzM8MQA5Vk .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tzM8MQA5Vk .menu_box .navbar.opened,
  .cid-tzM8MQA5Vk .menu_box .navbar-collapse {
    background-color: #393b45 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzM8MQA5Vk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tzM8MQA5Vk nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tzM8MQA5Vk .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tzM8MQA5Vk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzM8MQA5Vk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzM8MQA5Vk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzM8MQA5Vk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzM8MQA5Vk .offcanvas-body .mbr-text,
  .cid-tzM8MQA5Vk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tzM8MQA5Vk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tzM8MQA5Vk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #393b45;
  }
  .cid-tzM8MQA5Vk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tzM8MQA5Vk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzM8MQA5Vk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzM8MQA5Vk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tzM8MQA5Vk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzM8MQA5Vk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tzM8MQA5Vk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzM8MQA5Vk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzM8MQA5Vk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tzM8MQA5Vk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzM8MQA5Vk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tzM8MQA5Vk li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tzM8MQA5Vk li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tzM8MQA5Vk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzM8MQA5Vk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzM8MQA5Vk .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tzM8MQA5Vk .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tzM8MQA5Vk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzM8MQA5Vk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tzM8MQA5Vk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzM8MQA5Vk .offcanvas_box {
    display: none;
  }
}
.cid-tzM8MQA5Vk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tzM8MQA5Vk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzM8MQA5Vk .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tzM8MQA5Vk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzM8MQA5Vk .nav-link {
  position: relative;
}
.cid-tzM8MQA5Vk .container {
  display: flex;
  margin: auto;
}
.cid-tzM8MQA5Vk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #d7ffeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tzM8MQA5Vk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzM8MQA5Vk .iconfont-wrapper:hover {
  background-color: #beffde;
}
.cid-tzM8MQA5Vk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tzM8MQA5Vk .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tzM8MQA5Vk .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tzM8MQA5Vk .dropdown-menu,
.cid-tzM8MQA5Vk .navbar.opened {
  background: #393b45 !important;
}
.cid-tzM8MQA5Vk .nav-item:focus,
.cid-tzM8MQA5Vk .nav-link:focus {
  outline: none;
}
.cid-tzM8MQA5Vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzM8MQA5Vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzM8MQA5Vk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzM8MQA5Vk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzM8MQA5Vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzM8MQA5Vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzM8MQA5Vk .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tzM8MQA5Vk .navbar.opened {
  transition: all 0.3s;
}
.cid-tzM8MQA5Vk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzM8MQA5Vk .navbar .navbar-logo img {
  width: auto;
}
.cid-tzM8MQA5Vk .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tzM8MQA5Vk .navbar.collapsed {
  justify-content: center;
}
.cid-tzM8MQA5Vk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzM8MQA5Vk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzM8MQA5Vk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tzM8MQA5Vk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzM8MQA5Vk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzM8MQA5Vk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzM8MQA5Vk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzM8MQA5Vk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzM8MQA5Vk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzM8MQA5Vk .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tzM8MQA5Vk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzM8MQA5Vk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzM8MQA5Vk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzM8MQA5Vk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzM8MQA5Vk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzM8MQA5Vk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzM8MQA5Vk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzM8MQA5Vk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzM8MQA5Vk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzM8MQA5Vk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzM8MQA5Vk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzM8MQA5Vk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzM8MQA5Vk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzM8MQA5Vk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzM8MQA5Vk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzM8MQA5Vk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzM8MQA5Vk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzM8MQA5Vk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzM8MQA5Vk .dropdown-item.active,
.cid-tzM8MQA5Vk .dropdown-item:active {
  background-color: transparent;
}
.cid-tzM8MQA5Vk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzM8MQA5Vk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzM8MQA5Vk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzM8MQA5Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #393b45;
}
.cid-tzM8MQA5Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzM8MQA5Vk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzM8MQA5Vk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tzM8MQA5Vk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzM8MQA5Vk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #393b45;
}
.cid-tzM8MQA5Vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tzM8MQA5Vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzM8MQA5Vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzM8MQA5Vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzM8MQA5Vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzM8MQA5Vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzM8MQA5Vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzM8MQA5Vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzM8MQA5Vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzM8MQA5Vk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzM8MQA5Vk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzM8MQA5Vk .navbar {
    height: 70px;
  }
  .cid-tzM8MQA5Vk .navbar.opened {
    height: auto;
  }
  .cid-tzM8MQA5Vk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzM8MQA5Vk .mbr-section-subtitle {
  color: #000000;
}
.cid-tzM8MQA5Vk .mbr-text {
  color: #000000;
}
.cid-tzM8MQA5Vk .text_widget {
  color: #000000;
}
.cid-tzM8MRpHX7 {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #393b45;
}
@media (max-width: 992px) {
  .cid-tzM8MRpHX7 {
    padding-top: 6rem;
  }
}
.cid-tzM8MRpHX7 .row {
  background: #00627e;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tzM8MRpHX7 img {
  filter: grayscale(0.6);
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tzM8MRpHX7 img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tzM8MRpHX7 img {
    display: none;
  }
}
.cid-tzM8MRpHX7 .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tzM8MRpHX7 .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzM8MRpHX7 .card {
    padding: 2rem 0rem;
  }
}
.cid-tzM8MRpHX7 .mbr-text,
.cid-tzM8MRpHX7 .mbr-section-btn {
  color: #777777;
}
.cid-tzM8MRpHX7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzM8MRpHX7 .mbr-section-title {
  color: #ffffff;
}
.cid-tArCqyvoQh {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #f6feff;
}
@media (max-width: 992px) {
  .cid-tArCqyvoQh {
    padding-top: 2.4rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tArCqyvoQh .wrapper {
  background: #ffffff;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  border-color: #ddd      ;
}
.cid-tArCqyvoQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tArCqyvoQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzM8MROH0f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6feff;
}
.cid-tzM8MROH0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzM8MROH0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzM8MROH0f .card {
    padding: 0 80px;
  }
  .cid-tzM8MROH0f .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tzM8MROH0f .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tzM8MROH0f .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tzM8MROH0f .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tzM8MROH0f .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tzM8MROH0f .image-wrapper {
    padding: 0;
  }
}
.cid-tzM8MROH0f .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tzM8MROH0f .image-wrapper img {
    height: 300px;
  }
}
.cid-tzM8MROH0f .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 250px;
  padding: 50px 30px;
  background-color: #00627e;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tzM8MROH0f .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tzM8MROH0f .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tzM8MROH0f .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tzM8MROH0f .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tzM8MROH0f .image-wrapper .card-wrapper p {
  line-height: 1.3!important;
}
.cid-tzM8MROH0f .mbr-section-title {
  color: #000000;
}
.cid-tzM8MROH0f .mbr-text {
  color: #000000;
}
.cid-tzM8MROH0f .mbr-number {
  color: #ffffff;
}
.cid-tzM8MROH0f .mbr-desc {
  color: #ffffff;
}
.cid-tzM8MSgJw5 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #f6feff;
}
.cid-tzM8MSgJw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzM8MSgJw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzM8MSgJw5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tzM8MSgJw5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tzM8MSgJw5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #353535;
  font-weight: bold;
  font-size: 1.3rem;
  width: 1.6rem;
}
.cid-tzM8MThOY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393b45;
}
.cid-tzM8MThOY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzM8MThOY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzM8MThOY9 .mbr-section-title {
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tzM8MThOY9 .mbr-section-title {
    text-align: center;
  }
}
.cid-tzM8MThOY9 .soc-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-tzM8MThOY9 .soc-wrapper {
    margin-bottom: 22px;
    display: block;
  }
}
.cid-tzM8MThOY9 .soc-wrapper .mbr-soc {
  margin-bottom: 16px;
  margin-right: 30px;
  transition: all .3s ease;
}
.cid-tzM8MThOY9 .soc-wrapper .mbr-soc:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-tzM8MThOY9 .soc-wrapper .mbr-soc {
    margin-right: 0;
    text-align: center;
  }
}
.cid-tzM8MThOY9 .soc-wrapper .mbr-soc .mbr-iconfont {
  margin-right: 15px;
  font-size: 20px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #6e716f;
  border-radius: 100%;
}
.cid-tzM8MThOY9 .list {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tzM8MThOY9 .list {
    text-align: center;
  }
}
.cid-tzM8MThOY9 .list li {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-tzM8MThOY9 .list li:hover {
  color: #c5fecc;
}
.cid-tzM8MThOY9 .copyright {
  margin: 32px 0 0 0;
  color: #c5fecc;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-tzM8MThOY9 .copyright {
    text-align: center;
  }
}
.cid-tzM8MThOY9 .mbr-soc,
.cid-tzM8MThOY9 .mbr-iconfont {
  color: #e8e8e8;
}
.cid-tY9FGD3Tch .hidden {
  display: none;
}
.cid-tY9FGD3Tch .floating-bar {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 120px;
  right: 10px;
  background-color: #6592e6;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar:hover,
.cid-tY9FGD3Tch .floating-bar2:hover,
.cid-tY9FGD3Tch .floating-bar3:hover {
  background-color: #353535;
}
.cid-tY9FGD3Tch .floating-button {
  color: #ffffff;
}
.cid-tY9FGD3Tch .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tY9FGD3Tch .floating-bar2 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 65px;
  right: 10px;
  background-color: #00a49e;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
.cid-tY9FGD3Tch .floating-bar3 {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #15db00;
  color: #ffffff;
  border-radius: 10%;
  text-align: center;
  box-shadow: 0px 0px 12px #999999aa;
  transition: 0.3s;
  z-index: 99999;
}
