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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

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;
  font-weight: 400;
  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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

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

/*! 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: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

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


.display-7
{
    
  font-weight: 400;
}

.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.6rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #254b45 !important;
}
.bg-success {
  background-color: #27232c !important;
}
.bg-info {
  background-color: #20a18d !important;
}
.bg-warning {
  background-color: #71eac6 !important;
}
.bg-danger {
  background-color: #0583fa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #254b45 !important;
  border-color: #254b45 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #366d64 !important;
  border-color: #366d64 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #366d64 !important;
  border-color: #366d64 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bee0d6 !important;
  border-color: #bee0d6 !important;
  color: #336c5b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e1f0ec !important;
  border-color: #e1f0ec !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #336c5b !important;
  background-color: #e1f0ec !important;
  border-color: #e1f0ec !important;
}
.btn-info,
.btn-info:active {
  background-color: #20a18d !important;
  border-color: #20a18d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #28ccb2 !important;
  border-color: #28ccb2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #28ccb2 !important;
  border-color: #28ccb2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27232c !important;
  border-color: #27232c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
  color: #0c503c !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0c503c !important;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0583fa !important;
  border-color: #0583fa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #379cfb !important;
  border-color: #379cfb !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #379cfb !important;
  border-color: #379cfb !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #254b45;
  color: #254b45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #081110 !important;
  background-color: transparent !important;
  border-color: #081110 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #254b45 !important;
  border-color: #254b45 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bee0d6;
  color: #bee0d6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83c4b1 !important;
  background-color: transparent !important;
  border-color: #83c4b1 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #336c5b !important;
  background-color: #bee0d6 !important;
  border-color: #bee0d6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #20a18d;
  color: #20a18d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #12594e !important;
  background-color: transparent !important;
  border-color: #12594e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #20a18d !important;
  border-color: #20a18d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27232c;
  color: #27232c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27232c !important;
  border-color: #27232c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #71eac6;
  color: #71eac6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #25dfa8 !important;
  background-color: transparent !important;
  border-color: #25dfa8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0c503c !important;
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0583fa;
  color: #0583fa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0356a5 !important;
  background-color: transparent !important;
  border-color: #0356a5 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0583fa !important;
  border-color: #0583fa !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: #254b45 !important;
}
.text-secondary {
  color: #bee0d6 !important;
}
.text-success {
  color: #27232c !important;
}
.text-info {
  color: #20a18d !important;
}
.text-warning {
  color: #71eac6 !important;
}
.text-danger {
  color: #0583fa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030706 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #79bfaa !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0f4c42 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #20d59f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #034f96 !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: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #254b45;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #20a18d;
}
.alert-warning {
  background-color: #71eac6;
}
.alert-danger {
  background-color: #0583fa;
}
.mbr-gallery-filter li.active .btn {
  background-color: #254b45;
  border-color: #254b45;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #254b45;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ec7be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dad6de;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #61e0cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cde6fe;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #254b45 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #254b45;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #254b45;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #254b45;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #254b45;
  border-bottom-color: #254b45;
}
.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: #254b45 !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: #bee0d6 !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='%23254b45' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 48px;
  border-radius: 0 !important;
  font-weight: 600 !important;
  transition: all 0.5s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #254b45 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 0 -100px 100px #71eac6;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #254b45 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 0 -100px 100px #20a18d;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  position: relative;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #254b45;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #bee0d6;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #27232c;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #20a18d;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #71eac6;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #0583fa;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.mbr-figure iframe {
  border-radius: 0 !important;
}
.cid-uv7tt7C4Sv {
  z-index: 1000;
  width: 100%;
}
.cid-uv7tt7C4Sv #IDmylogo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uv7tt7C4Sv .container,
.cid-uv7tt7C4Sv .container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.cid-uv7tt7C4Sv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv7tt7C4Sv .dropdown-menu {
  padding: 0;
}
.cid-uv7tt7C4Sv .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .dropdown-item {
    text-align: left !important;
  }
}
.cid-uv7tt7C4Sv .dropdown-item:hover {
  background-position: right !important;
}
.cid-uv7tt7C4Sv .dropdown-item:hover:after {
  color: #254b45;
}
.cid-uv7tt7C4Sv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uv7tt7C4Sv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uv7tt7C4Sv .nav-link {
  position: relative;
}
.cid-uv7tt7C4Sv .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .container {
    flex-wrap: wrap;
  }
}
.cid-uv7tt7C4Sv .dropdown-menu,
.cid-uv7tt7C4Sv .navbar.opened {
  background: #232323 !important;
}
.cid-uv7tt7C4Sv .nav-item:focus,
.cid-uv7tt7C4Sv .nav-link:focus {
  outline: none;
}
.cid-uv7tt7C4Sv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv7tt7C4Sv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv7tt7C4Sv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv7tt7C4Sv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv7tt7C4Sv .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
}
.cid-uv7tt7C4Sv .navbar.opened {
  transition: all 0.3s;
}
.cid-uv7tt7C4Sv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uv7tt7C4Sv .navbar .navbar-logo img {
  width: auto;
  height: 120px;
}
@media (max-width: 768px) {
  .cid-uv7tt7C4Sv .navbar .navbar-logo img {
    height: 60px;
  }
}
.cid-uv7tt7C4Sv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv7tt7C4Sv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv7tt7C4Sv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv7tt7C4Sv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uv7tt7C4Sv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uv7tt7C4Sv .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uv7tt7C4Sv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uv7tt7C4Sv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uv7tt7C4Sv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uv7tt7C4Sv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv7tt7C4Sv .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uv7tt7C4Sv .navbar .navbar-short {
  position: fixed !important;
}
.cid-uv7tt7C4Sv .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uv7tt7C4Sv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uv7tt7C4Sv .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uv7tt7C4Sv .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uv7tt7C4Sv .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .navbar-brand {
    display: none;
  }
}
.cid-uv7tt7C4Sv .dropdown-item.active,
.cid-uv7tt7C4Sv .dropdown-item:active {
  background-color: transparent;
}
.cid-uv7tt7C4Sv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uv7tt7C4Sv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv7tt7C4Sv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv7tt7C4Sv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uv7tt7C4Sv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv7tt7C4Sv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv7tt7C4Sv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uv7tt7C4Sv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uv7tt7C4Sv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uv7tt7C4Sv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv7tt7C4Sv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv7tt7C4Sv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv7tt7C4Sv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv7tt7C4Sv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv7tt7C4Sv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv7tt7C4Sv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv7tt7C4Sv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv7tt7C4Sv .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uv7tt7C4Sv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uv7tt7C4Sv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uv7tt7C4Sv .navbar {
    height: 70px;
  }
  .cid-uv7tt7C4Sv .navbar.opened {
    height: auto;
  }
  .cid-uv7tt7C4Sv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv7tt7C4Sv .navbar-short {
  background-color: #232323 !important;
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uv7tt7C4Sv .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uv7tt7C4Sv .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-uv7tt7C4Sv .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uv7tt7C4Sv .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uv7tt7C4Sv .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uv7tt7C4Sv .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uv7tt7C4Sv .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uv7tt7C4Sv .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uv7tt7C4Sv .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .cid-uv7tt7C4Sv .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uv7tt7C4Sv .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uv7tt7C4Sv .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uv7tt7C4Sv .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uv7tt7C4Sv .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uv7tt7C4Sv .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uv7tt7C4Sv .offcanvas_box button.btn_offcanvas {
  background-color: #0583fa;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uv7tt7C4Sv .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uv7tt7C4Sv .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uv7tt7C4Sv .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uv7tt7C4Sv .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uv7tt7C4Sv nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uv7tt7C4Sv .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uv7tt7C4Sv .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uv7tt7C4Sv .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uv7tt7C4Sv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .image-wrapper {
    display: none;
  }
}
.cid-uv7tt7C4Sv .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uv7tt7C4Sv .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uv7tt7C4Sv .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uv7tt7C4Sv .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uv7tt7C4Sv .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uv7tt7C4Sv .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uv7tt7C4Sv .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uv7tt7C4Sv .navbar-nav {
  display: flex !important;
}
.cid-uv7tt7C4Sv .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uv7tt7C4Sv .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uv7tt7C4Sv .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uv7tt7C4Sv .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uv7tt7C4Sv .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-uv7tt7C4Sv .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uv7tt7C4Sv .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uv7tt7C4Sv .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uv7tt7C4Sv .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uv7tt7C4Sv .offcanvas_text {
  width: 60%;
}
.cid-uv7tt7C4Sv .mbr-text {
  color: #FFFFFF;
}
.cid-uv7tt7C4Sv .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uv7tt7C4Sv .offcanvas_logo-wrapper {
  width: 3.5rem;
}
.cid-uv7tt7C4Sv .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uv7tt7C4Sv .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uv7tt7C4Sv .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uv7tt7C4Sv .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uv7tt7C4Sv .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-u3G2gkOIDa {
  z-index: 0;
  align-items: flex-end;
}
.cid-u3G2gkOIDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3G2gkOIDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .container {
    padding: 0 30px;
  }
}
.cid-u3G2gkOIDa .card {
  justify-content: center;
}
.cid-u3G2gkOIDa .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-u3G2gkOIDa .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .content-wrapper {
    padding: 0;
  }
}
.cid-u3G2gkOIDa .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3G2gkOIDa .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u3G2gkOIDa .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-u3G2gkOIDa .mbr-section-title {
  color: #ffffff;
}
.cid-u3G2gkOIDa .mbr-text {
  color: #ffffff;
}
.cid-u3G2gkOIDa .mbr-section-title,
.cid-u3G2gkOIDa .mbr-section-btn {
  text-align: left;
}
.cid-u3G2jUvCcZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  mybackground-color: #16171e;
  background-image: linear-gradient(180deg, #16171e, #27232c);
  overflow: hidden;
}
.cid-u3G2jUvCcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3G2jUvCcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .container {
    padding: 0 30px;
  }
}
.cid-u3G2jUvCcZ .card {
  justify-content: center;
}
.cid-u3G2jUvCcZ .image-wrapper {
  position: relative;
  height: 700px;
}
@media (max-width: 1200px) {
  .cid-u3G2jUvCcZ .image-wrapper {
    height: 600px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .image-wrapper {
    height: 450px;
    margin-bottom: 40px;
  }
}
.cid-u3G2jUvCcZ .image-wrapper img {
  position: absolute;
  width: 550px;
  top: 4rem;
  right: 2rem;
  object-fit: cover;
  object-position: top !important;
  top: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .image-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-u3G2jUvCcZ .image-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #20a18d 50%, #16171e 50%);
  z-index: 1;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .image-wrapper::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-u3G2jUvCcZ .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-u3G2jUvCcZ .content-wrapper {
  padding: 0 120px 0 88px;
}
@media (max-width: 1440px) {
  .cid-u3G2jUvCcZ .content-wrapper {
    padding: 0 60px 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper {
    padding: 0;
  }
}
.cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 20px;
  height: 5px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper .desc-wrapper .mbr-desc::after {
    width: 40px;
  }
}
.cid-u3G2jUvCcZ .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u3G2jUvCcZ .content-wrapper .last-text {
  margin-top: 420px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u3G2jUvCcZ .content-wrapper .last-text {
    margin-top: 210px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2jUvCcZ .content-wrapper .last-text {
    margin: 0;
  }
}
.cid-u3G2jUvCcZ .mbr-desc {
  color: #bee0d6;
}
.cid-u3G2jUvCcZ .mbr-text {
  color: #ffffff;
}
.cid-u3G2jUvCcZ .mbr-desc,
.cid-u3G2jUvCcZ .desc-wrapper {
  color: #ffffff;
}
.cid-u3G2jUvCcZ .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-u3G2jUvCcZ .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3G2jUvCcZ .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-u3G2jUvCcZ #IDpdf,
.cid-u3G2jUvCcZ #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #0583fa;
  box-shadow: 0 0px 0px 0px rgba(225, 240, 236, 0.65);
}
@media (max-width: 767px) {
  .cid-u3G2jUvCcZ #IDpdf,
  .cid-u3G2jUvCcZ #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-u3G2jUvCcZ #IDpdf p,
  .cid-u3G2jUvCcZ #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-u3G2jUvCcZ #IDpdf2 {
  bottom: 33vh;
}
.cid-u3G2jUvCcZ .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u3G2jUvCcZ .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-u3G2jUvCcZ .PDF2-pic img {
  border-radius: 5px;
}
.cid-u3G2jUvCcZ #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uva6aA3Kym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #27232c;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uva6aA3Kym {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cid-uva6aA3Kym .mbr-section-btn {
  padding-bottom: 50px;
}
.cid-uva6aA3Kym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uva6aA3Kym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uva6aA3Kym .container-fluid {
  background-color: #e1eeec;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uva6aA3Kym .container-fluid {
    padding: 0 30px;
  }
}
.cid-uva6aA3Kym .container {
  background-color: #e1eeec;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uva6aA3Kym .container {
    padding: 0 30px;
  }
}
.cid-uva6aA3Kym .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uva6aA3Kym .content-wrapper {
    padding: 0;
  }
}
.cid-uva6aA3Kym .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uva6aA3Kym .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #dddddd;
}
.cid-uva6aA3Kym .content-wrapper .mbr-text-ohne {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uva6aA3Kym .content-wrapper .mbr-text-ohne {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.cid-uva6aA3Kym .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #254b45;
  margin-bottom: 50px;
}
.cid-uva6aA3Kym .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uva6aA3Kym .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uva6aA3Kym .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uva6aA3Kym .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uva6aA3Kym .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uva6aA3Kym .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uva6aA3Kym .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uva6aA3Kym .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uva6aA3Kym .mbr-text {
  color: #254b45;
}
.cid-uva6aA3Kym .mbr-name {
  color: #254b45;
}
.cid-uva6aA3Kym .mbr-role {
  color: #254b45;
}
.cid-uva2HrFUaX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #27232c;
}
.cid-uva2HrFUaX .video-container {
  position: relative;
  height: 550px;
  padding-top: 66.25%;
  object-fit: cover;
  margin-bottom: 0px;
  border-radius: 0px;
}
@media (max-width: 1440px) {
  .cid-uva2HrFUaX .video-container {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uva2HrFUaX .video-container {
    height: 300px;
  }
}
.cid-uva2HrFUaX .video {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uva2HrFUaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uva2HrFUaX .ImageEckeRechts {
  position: absolute;
  top: 0rem;
  right: 1rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #20a18d 50%, #27232c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uva2HrFUaX .ImageEckeRechts {
    top: 0;
    right: 1;
    width: 50px;
    height: 50px;
  }
}
.cid-uva2HrFUaX .ImageEckeLinks {
  position: absolute;
  top: 0rem;
  left: 1rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-45deg, #20a18d 50%, #27232c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uva2HrFUaX .ImageEckeLinks {
    top: 0;
    right: 1;
    width: 50px;
    height: 50px;
  }
}
.cid-uva2HrFUaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uva2HrFUaX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uva2HrFUaX .title-wrapper .mbr-section-title span {
  color: #27232c;
}
@media (max-width: 992px) {
  .cid-uva2HrFUaX .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uva2HrFUaX .item {
  margin-bottom: 52px;
}
@media (max-width: 992px) {
  .cid-uva2HrFUaX .item {
    margin-bottom: 26px;
  }
}
.cid-uva2HrFUaX .item:last-child {
  margin-bottom: 0;
}
.cid-uva2HrFUaX .item:hover .item-wrapper .item-img img,
.cid-uva2HrFUaX .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uva2HrFUaX .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uva2HrFUaX .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uva2HrFUaX .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uva2HrFUaX .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uva2HrFUaX .item .item-wrapper .item-content .item-title_1,
.cid-uva2HrFUaX .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uva2HrFUaX .item .item-wrapper .item-content .item-text_1,
.cid-uva2HrFUaX .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uva2HrFUaX .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uva2HrFUaX .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uva2HrFUaX .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uva2HrFUaX .item .item-wrapper .item-img img {
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uva2HrFUaX .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uva2HrFUaX .item .card_1 {
  background-color: #e1eeec;
}
.cid-uva2HrFUaX .item .card_2 {
  background-color: #cce8e0;
}
.cid-uva2HrFUaX .item .card_3 {
  background-color: #bee0d6;
}
.cid-uva2HrFUaX .item .card_4 {
  background-color: #a6c9be;
}
.cid-uva2HrFUaX .item .card_5 {
  background-color: #81c1ad;
}
.cid-uva2HrFUaX .item .card_6 {
  background-color: #73b5a0;
}
.cid-uva2HrFUaX .mbr-section-title {
  color: #e1eeec;
}
.cid-uva2HrFUaX .item-title_1 {
  color: #000000;
}
.cid-uva2HrFUaX .item-title_2 {
  color: #000000;
}
.cid-uva2HrFUaX .item-text_1 {
  color: #f5a11b;
}
.cid-uva2HrFUaX .item-text_2 {
  color: #ff543d;
}
.cid-uva2HrFUaX .item-text_1,
.cid-uva2HrFUaX .mbr-section-btn {
  color: #000000;
}
.cid-uva2HrFUaX .item-text_2,
.cid-uva2HrFUaX .mbr-section-btn {
  color: #000000;
}
.cid-u3G2ia13vi {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-u3G2ia13vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3G2ia13vi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3G2ia13vi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .container {
    padding: 0 30px;
  }
}
.cid-u3G2ia13vi .card {
  justify-content: center;
}
.cid-u3G2ia13vi .items-wrapper {
  padding: 0 0 0 120px;
}
@media (max-width: 1440px) {
  .cid-u3G2ia13vi .items-wrapper {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .items-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .items-wrapper .item {
    margin-bottom: 80px;
  }
  .cid-u3G2ia13vi .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u3G2ia13vi .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-u3G2ia13vi .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-u3G2ia13vi .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-u3G2ia13vi .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-u3G2ia13vi .items-wrapper .item:hover .item-wrapper .item-content::before,
.cid-u3G2ia13vi .items-wrapper .item:focus .item-wrapper .item-content::before,
.cid-u3G2ia13vi .items-wrapper .item:hover .item-wrapper .item-content::after,
.cid-u3G2ia13vi .items-wrapper .item:focus .item-wrapper .item-content::after {
  opacity: 1;
}
.cid-u3G2ia13vi .items-wrapper .item:hover .item-wrapper .item-content .item-title,
.cid-u3G2ia13vi .items-wrapper .item:focus .item-wrapper .item-content .item-title {
  color: #ffffff;
}
.cid-u3G2ia13vi .items-wrapper .item:hover .item-wrapper .item-content .item-text,
.cid-u3G2ia13vi .items-wrapper .item:focus .item-wrapper .item-content .item-text {
  color: #ffffff;
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  position: relative;
  padding-top: 100px;
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2ac495;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2ac495;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 80px;
  }
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 40px;
  }
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
  }
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-img {
  width: 45%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-img img {
  height: 100%;
  object-position: top;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-u3G2ia13vi .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-u3G2ia13vi .item-title {
  color: #bee0d6;
}
.cid-u3G2ia13vi .item-text {
  color: #bee0d6;
}
.cid-uGA1zeTURS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #27232c;
}
@media (max-width: 992px) {
  .cid-uGA1zeTURS .btn-primary {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
}
.cid-uGA1zeTURS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGA1zeTURS .btn {
  border-radius: 5px!important;
}
.cid-uGA1zeTURS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGA1zeTURS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGA1zeTURS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGA1zeTURS .container {
    padding: 0 30px;
  }
}
.cid-uGA1zeTURS .card {
  justify-content: center;
}
.cid-uGA1zeTURS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uGA1zeTURS .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uGA1zeTURS .items-wrapper .item {
  padding: 60px;
  background-color: #254b45;
}
.cid-uGA1zeTURS .items-wrapper .item:nth-child(2n) {
  background-color: #e1eeec;
}
@media (max-width: 992px) {
  .cid-uGA1zeTURS .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uGA1zeTURS .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uGA1zeTURS .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uGA1zeTURS .item-title_1 {
  color: #bee0d6;
}
.cid-uGA1zeTURS .item-title_2 {
  color: #254b45;
}
.cid-uGA1zeTURS .mbr-section-btn {
  text-align: right;
}
.cid-uvdNxyG8ul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uvdNxyG8ul .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
.cid-uvdNxyG8ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdNxyG8ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvdNxyG8ul .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvdNxyG8ul .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvdNxyG8ul .container {
    padding: 0 30px;
  }
}
.cid-uvdNxyG8ul .card {
  justify-content: center;
}
.cid-uvdNxyG8ul .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uvdNxyG8ul .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uvdNxyG8ul .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uvdNxyG8ul .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uvdNxyG8ul .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #16171e;
  padding-left: 20px;
  height: fit-content;
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #16171e;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #16171e;
  transition: all 0.3s ease-in-out;
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uvdNxyG8ul .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uvdNxyG8ul .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uvdNxyG8ul .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uvdNxyG8ul .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvdNxyG8ul .mbr-section-title {
  color: #254b45;
}
.cid-uvdNxyG8ul .mbr-text {
  color: #254b45;
}
.cid-uvdNxyG8ul .mbr-section-title,
.cid-uvdNxyG8ul .tabs-wrap {
  color: #000000;
}
.cid-uv7CjcftNx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #27232c;
}
.cid-uv7CjcftNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv7CjcftNx .ImageEckeRechts {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #20a18d 50%, #27232c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uv7CjcftNx .ImageEckeRechts {
    top: 0;
    right: 1;
    width: 50px;
    height: 50px;
  }
}
.cid-uv7CjcftNx .ImageEckeLinks {
  position: absolute;
  top: 0rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-45deg, #20a18d 50%, #27232c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uv7CjcftNx .ImageEckeLinks {
    left: 15px;
    top: 0;
    right: 1;
    width: 80px;
    height: 80px;
  }
}
.cid-uv7CjcftNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv7CjcftNx img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  border: 1px #bee0d6;
  border-radius: 8px;
}
.cid-uv7CjcftNx .img-wide {
  height: 50%;
}
@media (max-width: 992px) {
  .cid-uv7CjcftNx .img3 {
    padding-bottom: 2rem;
  }
}
.cid-uv7CjcftNx .img-big {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uv7CjcftNx .img-big {
    padding-bottom: 2rem;
  }
}
.cid-uv7CjcftNx .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-uv7CjcftNx .video-container {
    height: 300px;
  }
}
.cid-uv7CjcftNx .video {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwa2n2qoNB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uwa2n2qoNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwa2n2qoNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwa2n2qoNB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .container {
    padding: 0 30px;
  }
}
.cid-uwa2n2qoNB .row {
  justify-content: center;
}
.cid-uwa2n2qoNB .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .content-wrapper .logo-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .content-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwa2n2qoNB .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.cid-uwa2n2qoNB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwa2n2qoNB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:hover,
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:hover::before,
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uwa2n2qoNB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .mbr-section-title {
  color: #bee0d6;
}
.cid-uwa2n2qoNB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uwa2n2qoNB .list {
  color: #bee0d6;
}
.cid-uwa2n2qoNB .list,
.cid-uwa2n2qoNB .item-wrap,
.cid-uwa2n2qoNB .nav-wrapper {
  text-align: left;
}
.cid-uwa2n2qoNB .mbr-address {
  color: #bee0d6;
}
.cid-uwa2n2qoNB .mbr-copy {
  color: #bee0d6;
  text-align: center;
}
.cid-uwa2n2qoNB .mbr-section-title,
.cid-uwa2n2qoNB .logo-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uwa2n2qoNB .list,
  .cid-uwa2n2qoNB .item-wrap,
  .cid-uwa2n2qoNB .nav-wrapper {
    text-align: center;
  }
  .cid-uwa2n2qoNB .mbr-section-subtitle {
    color: #ffffff;
    text-align: center;
  }
  .cid-uwa2n2qoNB .mbr-address {
    color: #bee0d6;
  }
  .cid-uwa2n2qoNB .mbr-copy {
    color: #bee0d6;
    text-align: center;
  }
  .cid-uwa2n2qoNB .mbr-section-title,
  .cid-uwa2n2qoNB .logo-wrapper {
    text-align: center;
  }
}
.cid-uFqGfhWUl2 .icon-bar {
  z-index: 10002;
  position: fixed;
  top: 84.5%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
@media (max-width: 991px) {
  .cid-uFqGfhWUl2 .icon-bar {
    top: 80%;
  }
}
.cid-uFqGfhWUl2 .icon-bar a:hover {
  background-color: #20a18d;
  width: 100px;
}
.cid-uFqGfhWUl2 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  font-weight: normal;
  margin: 5px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 6px 6px 0;
  width: 50px;
}
.cid-uFqGfhWUl2 .facebook {
  background: #3B5998;
  color: white;
}
.cid-uFqGfhWUl2 .twitter {
  background: #55ACEE;
  color: white;
}
.cid-uFqGfhWUl2 .google {
  background: #dd4b39;
  color: white;
}
.cid-uFqGfhWUl2 .linkedin {
  background: #007bb5;
  color: white;
}
.cid-uFqGfhWUl2 .youtube {
  background: #bb0000;
  color: white;
}
.cid-uFqGfhWUl2 .instagram {
  background: #6F3AA7;
  color: white;
}
.cid-uFqGfhWUl2 .custom1 {
  background: #0266c4;
  color: white;
}
.cid-uFqGfhWUl2 .custom2 {
  background: #0583fa;
  color: white;
}
.cid-uFqGfhWUl2 .custom3 {
  background: #35933f;
  color: white;
}
.cid-uFqGfhWUl2 .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uFqGfhWUl2 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uFqGfhWUl2 .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uFqGfhWUl2 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uFqGfhWUl2 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uFqGfhWUl2 P {
  color: #232323;
}
.cid-uFqGfhWUl2 DIV {
  color: #ffffff;
}
.cid-uFqGfhWUl2 H10 {
  color: #767676;
}
.cid-uFqGfhWUl2 .hidden {
  display: none;
}
.cid-uFqGfhWUl2 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uw6AZAmxBP {
  z-index: 1000;
  width: 100%;
}
.cid-uw6AZAmxBP #IDmylogo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uw6AZAmxBP .container,
.cid-uw6AZAmxBP .container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.cid-uw6AZAmxBP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw6AZAmxBP .dropdown-menu {
  padding: 0;
}
.cid-uw6AZAmxBP .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .dropdown-item {
    text-align: left !important;
  }
}
.cid-uw6AZAmxBP .dropdown-item:hover {
  background-position: right !important;
}
.cid-uw6AZAmxBP .dropdown-item:hover:after {
  color: #254b45;
}
.cid-uw6AZAmxBP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uw6AZAmxBP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uw6AZAmxBP .nav-link {
  position: relative;
}
.cid-uw6AZAmxBP .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .container {
    flex-wrap: wrap;
  }
}
.cid-uw6AZAmxBP .dropdown-menu,
.cid-uw6AZAmxBP .navbar.opened {
  background: #232323 !important;
}
.cid-uw6AZAmxBP .nav-item:focus,
.cid-uw6AZAmxBP .nav-link:focus {
  outline: none;
}
.cid-uw6AZAmxBP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw6AZAmxBP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw6AZAmxBP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw6AZAmxBP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw6AZAmxBP .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
}
.cid-uw6AZAmxBP .navbar.opened {
  transition: all 0.3s;
}
.cid-uw6AZAmxBP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw6AZAmxBP .navbar .navbar-logo img {
  width: auto;
  height: 120px;
}
@media (max-width: 768px) {
  .cid-uw6AZAmxBP .navbar .navbar-logo img {
    height: 60px;
  }
}
.cid-uw6AZAmxBP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw6AZAmxBP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw6AZAmxBP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw6AZAmxBP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw6AZAmxBP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uw6AZAmxBP .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uw6AZAmxBP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uw6AZAmxBP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw6AZAmxBP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uw6AZAmxBP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw6AZAmxBP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uw6AZAmxBP .navbar .navbar-short {
  position: fixed !important;
}
.cid-uw6AZAmxBP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uw6AZAmxBP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw6AZAmxBP .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uw6AZAmxBP .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uw6AZAmxBP .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .navbar-brand {
    display: none;
  }
}
.cid-uw6AZAmxBP .dropdown-item.active,
.cid-uw6AZAmxBP .dropdown-item:active {
  background-color: transparent;
}
.cid-uw6AZAmxBP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw6AZAmxBP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw6AZAmxBP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw6AZAmxBP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uw6AZAmxBP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw6AZAmxBP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw6AZAmxBP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw6AZAmxBP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw6AZAmxBP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw6AZAmxBP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw6AZAmxBP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6AZAmxBP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6AZAmxBP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw6AZAmxBP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6AZAmxBP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw6AZAmxBP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw6AZAmxBP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6AZAmxBP .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uw6AZAmxBP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw6AZAmxBP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw6AZAmxBP .navbar {
    height: 70px;
  }
  .cid-uw6AZAmxBP .navbar.opened {
    height: auto;
  }
  .cid-uw6AZAmxBP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw6AZAmxBP .navbar-short {
  background-color: #232323 !important;
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uw6AZAmxBP .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uw6AZAmxBP .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-uw6AZAmxBP .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uw6AZAmxBP .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uw6AZAmxBP .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uw6AZAmxBP .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uw6AZAmxBP .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uw6AZAmxBP .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uw6AZAmxBP .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .cid-uw6AZAmxBP .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uw6AZAmxBP .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uw6AZAmxBP .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uw6AZAmxBP .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uw6AZAmxBP .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uw6AZAmxBP .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uw6AZAmxBP .offcanvas_box button.btn_offcanvas {
  background-color: #0583fa;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uw6AZAmxBP .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uw6AZAmxBP .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uw6AZAmxBP .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uw6AZAmxBP .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uw6AZAmxBP nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uw6AZAmxBP .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uw6AZAmxBP .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uw6AZAmxBP .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uw6AZAmxBP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .image-wrapper {
    display: none;
  }
}
.cid-uw6AZAmxBP .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uw6AZAmxBP .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uw6AZAmxBP .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uw6AZAmxBP .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uw6AZAmxBP .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uw6AZAmxBP .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uw6AZAmxBP .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uw6AZAmxBP .navbar-nav {
  display: flex !important;
}
.cid-uw6AZAmxBP .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uw6AZAmxBP .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uw6AZAmxBP .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uw6AZAmxBP .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uw6AZAmxBP .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-uw6AZAmxBP .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uw6AZAmxBP .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uw6AZAmxBP .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uw6AZAmxBP .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uw6AZAmxBP .offcanvas_text {
  width: 60%;
}
.cid-uw6AZAmxBP .mbr-text {
  color: #FFFFFF;
}
.cid-uw6AZAmxBP .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uw6AZAmxBP .offcanvas_logo-wrapper {
  width: 3.5rem;
}
.cid-uw6AZAmxBP .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uw6AZAmxBP .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uw6AZAmxBP .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uw6AZAmxBP .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uw6AZAmxBP .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uw6ByxQUNE {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  z-index: 0;
}
.cid-uw6ByxQUNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6ByxQUNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6ByxQUNE .content-wrap {
  justify-content: flex-end;
}
.cid-uw6ByxQUNE .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uw6ByxQUNE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uw6ByxQUNE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uw6ByxQUNE .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #0583fa, #379cfb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uw6ByxQUNE .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uw6ByxQUNE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uw6ByxQUNE .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uw6ByxQUNE .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uw6ByxQUNE .image-wrapper {
    padding: 0;
  }
}
.cid-uw6ByxQUNE .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
@media (max-width: 992px) {
  .cid-uw6ByxQUNE .image-wrapper img {
    height: 400px;
  }
}
.cid-uw6ByxQUNE .mbr-section-title {
  color: #ffffff;
}
.cid-uw6ByxQUNE .mbr-text,
.cid-uw6ByxQUNE .text-wrapper {
  color: #ffffff;
}
.cid-uw6ByxQUNE .mbr-section-title,
.cid-uw6ByxQUNE .mbr-section-btn,
.cid-uw6ByxQUNE .clients-wrapper {
  color: #20a18d;
  text-align: right;
}
.cid-uw6Cegbsv4 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #252525;
}
.cid-uw6Cegbsv4 .showAlerts {
  display: block !important;
}
.cid-uw6Cegbsv4 .rowflexrev {
  display: -webkit-flex;
}
.cid-uw6Cegbsv4 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uw6Cegbsv4 .title {
  margin-bottom: 2rem;
}
.cid-uw6Cegbsv4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uw6Cegbsv4 textarea.form-control {
  min-height: 188px;
}
.cid-uw6Cegbsv4 LABEL {
  color: #232323;
  display: initial;
}
.cid-uw6Cegbsv4 .mbr-section-terms {
  text-align: left;
  color: #dddddd;
  margin-bottom: 0px;
}
.cid-uw6Cegbsv4 .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uw6Cegbsv4 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uw6Cegbsv4 .mbr-section-gdpr {
  text-align: left;
  color: #e1eeec;
  margin-bottom: 0px;
}
.cid-uw6Cegbsv4 .alert {
  margin-bottom: 0;
}
.cid-uw6Cegbsv4 .alert-success {
  background-color: #70c770;
}
.cid-uw6Cegbsv4 .alert-danger {
  background-color: #ff4a52;
}
.cid-uw6Cegbsv4 .btn {
  display: inline-flex;
}
.cid-uw6Cegbsv4 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uw6Cegbsv4 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uw6Cegbsv4 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uw6Cegbsv4 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-uw6Cegbsv4 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-uw6Cegbsv4 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-uw6Cegbsv4 input,
.cid-uw6Cegbsv4 option,
.cid-uw6Cegbsv4 textarea {
  color: #000000;
}
.cid-uwa2n2qoNB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uwa2n2qoNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwa2n2qoNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwa2n2qoNB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .container {
    padding: 0 30px;
  }
}
.cid-uwa2n2qoNB .row {
  justify-content: center;
}
.cid-uwa2n2qoNB .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .content-wrapper .logo-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .content-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwa2n2qoNB .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.cid-uwa2n2qoNB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwa2n2qoNB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:hover,
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:hover::before,
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uwa2n2qoNB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .mbr-section-title {
  color: #bee0d6;
}
.cid-uwa2n2qoNB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uwa2n2qoNB .list {
  color: #bee0d6;
}
.cid-uwa2n2qoNB .list,
.cid-uwa2n2qoNB .item-wrap,
.cid-uwa2n2qoNB .nav-wrapper {
  text-align: left;
}
.cid-uwa2n2qoNB .mbr-address {
  color: #bee0d6;
}
.cid-uwa2n2qoNB .mbr-copy {
  color: #bee0d6;
  text-align: center;
}
.cid-uwa2n2qoNB .mbr-section-title,
.cid-uwa2n2qoNB .logo-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uwa2n2qoNB .list,
  .cid-uwa2n2qoNB .item-wrap,
  .cid-uwa2n2qoNB .nav-wrapper {
    text-align: center;
  }
  .cid-uwa2n2qoNB .mbr-section-subtitle {
    color: #ffffff;
    text-align: center;
  }
  .cid-uwa2n2qoNB .mbr-address {
    color: #bee0d6;
  }
  .cid-uwa2n2qoNB .mbr-copy {
    color: #bee0d6;
    text-align: center;
  }
  .cid-uwa2n2qoNB .mbr-section-title,
  .cid-uwa2n2qoNB .logo-wrapper {
    text-align: center;
  }
}
.cid-uw6SfSivpN {
  z-index: 1000;
  width: 100%;
}
.cid-uw6SfSivpN #IDmylogo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uw6SfSivpN .container,
.cid-uw6SfSivpN .container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.cid-uw6SfSivpN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw6SfSivpN .dropdown-menu {
  padding: 0;
}
.cid-uw6SfSivpN .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .dropdown-item {
    text-align: left !important;
  }
}
.cid-uw6SfSivpN .dropdown-item:hover {
  background-position: right !important;
}
.cid-uw6SfSivpN .dropdown-item:hover:after {
  color: #254b45;
}
.cid-uw6SfSivpN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uw6SfSivpN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uw6SfSivpN .nav-link {
  position: relative;
}
.cid-uw6SfSivpN .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .container {
    flex-wrap: wrap;
  }
}
.cid-uw6SfSivpN .dropdown-menu,
.cid-uw6SfSivpN .navbar.opened {
  background: #232323 !important;
}
.cid-uw6SfSivpN .nav-item:focus,
.cid-uw6SfSivpN .nav-link:focus {
  outline: none;
}
.cid-uw6SfSivpN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw6SfSivpN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw6SfSivpN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw6SfSivpN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw6SfSivpN .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
}
.cid-uw6SfSivpN .navbar.opened {
  transition: all 0.3s;
}
.cid-uw6SfSivpN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw6SfSivpN .navbar .navbar-logo img {
  width: auto;
  height: 120px;
}
@media (max-width: 768px) {
  .cid-uw6SfSivpN .navbar .navbar-logo img {
    height: 60px;
  }
}
.cid-uw6SfSivpN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw6SfSivpN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw6SfSivpN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw6SfSivpN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw6SfSivpN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uw6SfSivpN .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uw6SfSivpN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uw6SfSivpN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw6SfSivpN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uw6SfSivpN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw6SfSivpN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uw6SfSivpN .navbar .navbar-short {
  position: fixed !important;
}
.cid-uw6SfSivpN .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uw6SfSivpN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw6SfSivpN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uw6SfSivpN .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uw6SfSivpN .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .navbar-brand {
    display: none;
  }
}
.cid-uw6SfSivpN .dropdown-item.active,
.cid-uw6SfSivpN .dropdown-item:active {
  background-color: transparent;
}
.cid-uw6SfSivpN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw6SfSivpN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw6SfSivpN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw6SfSivpN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uw6SfSivpN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw6SfSivpN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw6SfSivpN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw6SfSivpN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw6SfSivpN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw6SfSivpN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw6SfSivpN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6SfSivpN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6SfSivpN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw6SfSivpN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6SfSivpN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw6SfSivpN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw6SfSivpN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6SfSivpN .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uw6SfSivpN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw6SfSivpN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw6SfSivpN .navbar {
    height: 70px;
  }
  .cid-uw6SfSivpN .navbar.opened {
    height: auto;
  }
  .cid-uw6SfSivpN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw6SfSivpN .navbar-short {
  background-color: #232323 !important;
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uw6SfSivpN .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uw6SfSivpN .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-uw6SfSivpN .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uw6SfSivpN .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uw6SfSivpN .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uw6SfSivpN .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uw6SfSivpN .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uw6SfSivpN .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uw6SfSivpN .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .cid-uw6SfSivpN .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uw6SfSivpN .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uw6SfSivpN .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uw6SfSivpN .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uw6SfSivpN .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uw6SfSivpN .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uw6SfSivpN .offcanvas_box button.btn_offcanvas {
  background-color: #0583fa;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uw6SfSivpN .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uw6SfSivpN .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uw6SfSivpN .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uw6SfSivpN .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uw6SfSivpN nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uw6SfSivpN .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uw6SfSivpN .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uw6SfSivpN .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uw6SfSivpN .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .image-wrapper {
    display: none;
  }
}
.cid-uw6SfSivpN .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uw6SfSivpN .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uw6SfSivpN .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uw6SfSivpN .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uw6SfSivpN .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uw6SfSivpN .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uw6SfSivpN .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uw6SfSivpN .navbar-nav {
  display: flex !important;
}
.cid-uw6SfSivpN .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uw6SfSivpN .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uw6SfSivpN .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uw6SfSivpN .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uw6SfSivpN .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-uw6SfSivpN .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uw6SfSivpN .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uw6SfSivpN .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uw6SfSivpN .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uw6SfSivpN .offcanvas_text {
  width: 60%;
}
.cid-uw6SfSivpN .mbr-text {
  color: #FFFFFF;
}
.cid-uw6SfSivpN .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uw6SfSivpN .offcanvas_logo-wrapper {
  width: 3.5rem;
}
.cid-uw6SfSivpN .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uw6SfSivpN .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uw6SfSivpN .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uw6SfSivpN .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uw6SfSivpN .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uw6SfSUpz6 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  z-index: 0;
}
.cid-uw6SfSUpz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6SfSUpz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6SfSUpz6 .content-wrap {
  justify-content: flex-end;
}
.cid-uw6SfSUpz6 .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uw6SfSUpz6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uw6SfSUpz6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uw6SfSUpz6 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #0583fa, #379cfb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uw6SfSUpz6 .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uw6SfSUpz6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uw6SfSUpz6 .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uw6SfSUpz6 .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uw6SfSUpz6 .image-wrapper {
    padding: 0;
  }
}
.cid-uw6SfSUpz6 .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
@media (max-width: 992px) {
  .cid-uw6SfSUpz6 .image-wrapper img {
    height: 400px;
  }
}
.cid-uw6SfSUpz6 .mbr-section-title {
  color: #ffffff;
}
.cid-uw6SfSUpz6 .mbr-text,
.cid-uw6SfSUpz6 .text-wrapper {
  color: #ffffff;
}
.cid-uw6SfSUpz6 .mbr-section-title,
.cid-uw6SfSUpz6 .mbr-section-btn,
.cid-uw6SfSUpz6 .clients-wrapper {
  color: #20a18d;
  text-align: right;
}
.cid-uw6YWdMeXf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #252525;
}
.cid-uw6YWdMeXf .infofenster {
  background: #fff;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: green;
}
.cid-uw6YWdMeXf .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uw6YWdMeXf .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uw6YWdMeXf .photo {
  width: 100%!important;
}
.cid-uw6YWdMeXf .text-wrap {
  padding: 0 1rem;
}
.cid-uw6YWdMeXf .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uw6YWdMeXf .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uw6YWdMeXf .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uw6YWdMeXf .card-block:hover img {
  transform: scale(1.1);
}
.cid-uw6YWdMeXf .card {
  padding: 5px;
}
.cid-uw6YWdMeXf .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uw6YWdMeXf .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uw6YWdMeXf .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uw6YWdMeXf H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uw6YWdMeXf .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uw6YWdMeXf .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uw6YWdMeXf .mbr-text,
.cid-uw6YWdMeXf .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uw6YWdMeXf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uw6TfNpV92 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e1eeec;
}
.cid-uw6TfNpV92 .mbr-text {
  position: relative;
  text-align: left;
}
.cid-uw6TfNpV92 .mbr-text:before {
  color: #000000;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-uw6TfNpV92 .mbr-text:after {
  color: #000000;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-uw6TfNpV92 .mbr-text:after,
  .cid-uw6TfNpV92 .mbr-text:before {
    display: none;
  }
}
.cid-uw6TfNpV92 .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-uw6TfNpV92 .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-uw6TtSq5JC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bee0d6;
}
.cid-uw6TtSq5JC .mbr-text {
  position: relative;
  text-align: left;
}
.cid-uw6TtSq5JC .mbr-text:before {
  color: #454545;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-uw6TtSq5JC .mbr-text:after {
  color: #454545;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-uw6TtSq5JC .mbr-text:after,
  .cid-uw6TtSq5JC .mbr-text:before {
    display: none;
  }
}
.cid-uw6TtSq5JC .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-uw6TtSq5JC .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-uw6TuVGUmz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8ec3b3;
}
.cid-uw6TuVGUmz .mbr-text {
  position: relative;
  text-align: left;
}
.cid-uw6TuVGUmz .mbr-text:before {
  color: #454545;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-uw6TuVGUmz .mbr-text:after {
  color: #454545;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-uw6TuVGUmz .mbr-text:after,
  .cid-uw6TuVGUmz .mbr-text:before {
    display: none;
  }
}
.cid-uw6TuVGUmz .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-uw6TuVGUmz .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-uw6SfUBjqc .icon-bar {
  z-index: 10002;
  position: fixed;
  top: 84.5%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
@media (max-width: 991px) {
  .cid-uw6SfUBjqc .icon-bar {
    top: 80%;
  }
}
.cid-uw6SfUBjqc .icon-bar a:hover {
  background-color: #20a18d;
  width: 100px;
}
.cid-uw6SfUBjqc .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  font-weight: normal;
  margin: 5px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 6px 6px 0;
  width: 50px;
}
.cid-uw6SfUBjqc .facebook {
  background: #3B5998;
  color: white;
}
.cid-uw6SfUBjqc .twitter {
  background: #55ACEE;
  color: white;
}
.cid-uw6SfUBjqc .google {
  background: #dd4b39;
  color: white;
}
.cid-uw6SfUBjqc .linkedin {
  background: #007bb5;
  color: white;
}
.cid-uw6SfUBjqc .youtube {
  background: #bb0000;
  color: white;
}
.cid-uw6SfUBjqc .instagram {
  background: #6F3AA7;
  color: white;
}
.cid-uw6SfUBjqc .custom1 {
  background: #0266c4;
  color: white;
}
.cid-uw6SfUBjqc .custom2 {
  background: #0583fa;
  color: white;
}
.cid-uw6SfUBjqc .custom3 {
  background: #35933f;
  color: white;
}
.cid-uw6SfUBjqc .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uw6SfUBjqc .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uw6SfUBjqc .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uw6SfUBjqc .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uw6SfUBjqc .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uw6SfUBjqc P {
  color: #232323;
}
.cid-uw6SfUBjqc DIV {
  color: #ffffff;
}
.cid-uw6SfUBjqc H10 {
  color: #767676;
}
.cid-uw6SfUBjqc .hidden {
  display: none;
}
.cid-uw6SfUBjqc div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uwa2n2qoNB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uwa2n2qoNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwa2n2qoNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwa2n2qoNB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .container {
    padding: 0 30px;
  }
}
.cid-uwa2n2qoNB .row {
  justify-content: center;
}
.cid-uwa2n2qoNB .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .content-wrapper .logo-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .content-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwa2n2qoNB .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.cid-uwa2n2qoNB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwa2n2qoNB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:hover,
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:hover::before,
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uwa2n2qoNB .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uwa2n2qoNB .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uwa2n2qoNB .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwa2n2qoNB .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uwa2n2qoNB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uwa2n2qoNB .mbr-section-title {
  color: #bee0d6;
}
.cid-uwa2n2qoNB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uwa2n2qoNB .list {
  color: #bee0d6;
}
.cid-uwa2n2qoNB .list,
.cid-uwa2n2qoNB .item-wrap,
.cid-uwa2n2qoNB .nav-wrapper {
  text-align: left;
}
.cid-uwa2n2qoNB .mbr-address {
  color: #bee0d6;
}
.cid-uwa2n2qoNB .mbr-copy {
  color: #bee0d6;
  text-align: center;
}
.cid-uwa2n2qoNB .mbr-section-title,
.cid-uwa2n2qoNB .logo-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uwa2n2qoNB .list,
  .cid-uwa2n2qoNB .item-wrap,
  .cid-uwa2n2qoNB .nav-wrapper {
    text-align: center;
  }
  .cid-uwa2n2qoNB .mbr-section-subtitle {
    color: #ffffff;
    text-align: center;
  }
  .cid-uwa2n2qoNB .mbr-address {
    color: #bee0d6;
  }
  .cid-uwa2n2qoNB .mbr-copy {
    color: #bee0d6;
    text-align: center;
  }
  .cid-uwa2n2qoNB .mbr-section-title,
  .cid-uwa2n2qoNB .logo-wrapper {
    text-align: center;
  }
}
.cid-uF9tp94pjA {
  z-index: 1000;
  width: 100%;
}
.cid-uF9tp94pjA #IDmylogo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uF9tp94pjA .container,
.cid-uF9tp94pjA .container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.cid-uF9tp94pjA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9tp94pjA .dropdown-menu {
  padding: 0;
}
.cid-uF9tp94pjA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .dropdown-item {
    text-align: left !important;
  }
}
.cid-uF9tp94pjA .dropdown-item:hover {
  background-position: right !important;
}
.cid-uF9tp94pjA .dropdown-item:hover:after {
  color: #254b45;
}
.cid-uF9tp94pjA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF9tp94pjA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF9tp94pjA .nav-link {
  position: relative;
}
.cid-uF9tp94pjA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .container {
    flex-wrap: wrap;
  }
}
.cid-uF9tp94pjA .dropdown-menu,
.cid-uF9tp94pjA .navbar.opened {
  background: #232323 !important;
}
.cid-uF9tp94pjA .nav-item:focus,
.cid-uF9tp94pjA .nav-link:focus {
  outline: none;
}
.cid-uF9tp94pjA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF9tp94pjA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9tp94pjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF9tp94pjA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF9tp94pjA .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
}
.cid-uF9tp94pjA .navbar.opened {
  transition: all 0.3s;
}
.cid-uF9tp94pjA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF9tp94pjA .navbar .navbar-logo img {
  width: auto;
  height: 120px;
}
@media (max-width: 768px) {
  .cid-uF9tp94pjA .navbar .navbar-logo img {
    height: 60px;
  }
}
.cid-uF9tp94pjA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9tp94pjA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9tp94pjA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9tp94pjA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF9tp94pjA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF9tp94pjA .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uF9tp94pjA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF9tp94pjA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF9tp94pjA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF9tp94pjA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9tp94pjA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF9tp94pjA .navbar .navbar-short {
  position: fixed !important;
}
.cid-uF9tp94pjA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uF9tp94pjA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF9tp94pjA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uF9tp94pjA .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uF9tp94pjA .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .navbar-brand {
    display: none;
  }
}
.cid-uF9tp94pjA .dropdown-item.active,
.cid-uF9tp94pjA .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9tp94pjA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9tp94pjA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9tp94pjA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9tp94pjA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uF9tp94pjA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF9tp94pjA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9tp94pjA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF9tp94pjA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF9tp94pjA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF9tp94pjA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF9tp94pjA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9tp94pjA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF9tp94pjA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF9tp94pjA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9tp94pjA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF9tp94pjA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF9tp94pjA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF9tp94pjA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uF9tp94pjA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF9tp94pjA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9tp94pjA .navbar {
    height: 70px;
  }
  .cid-uF9tp94pjA .navbar.opened {
    height: auto;
  }
  .cid-uF9tp94pjA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9tp94pjA .navbar-short {
  background-color: #232323 !important;
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uF9tp94pjA .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uF9tp94pjA .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-uF9tp94pjA .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uF9tp94pjA .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uF9tp94pjA .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uF9tp94pjA .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uF9tp94pjA .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uF9tp94pjA .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uF9tp94pjA .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .cid-uF9tp94pjA .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uF9tp94pjA .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uF9tp94pjA .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uF9tp94pjA .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uF9tp94pjA .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uF9tp94pjA .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uF9tp94pjA .offcanvas_box button.btn_offcanvas {
  background-color: #0583fa;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uF9tp94pjA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uF9tp94pjA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uF9tp94pjA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uF9tp94pjA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uF9tp94pjA nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uF9tp94pjA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uF9tp94pjA .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uF9tp94pjA .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uF9tp94pjA .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .image-wrapper {
    display: none;
  }
}
.cid-uF9tp94pjA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uF9tp94pjA .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uF9tp94pjA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uF9tp94pjA .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uF9tp94pjA .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uF9tp94pjA .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uF9tp94pjA .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uF9tp94pjA .navbar-nav {
  display: flex !important;
}
.cid-uF9tp94pjA .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uF9tp94pjA .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uF9tp94pjA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uF9tp94pjA .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uF9tp94pjA .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-uF9tp94pjA .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uF9tp94pjA .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uF9tp94pjA .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uF9tp94pjA .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uF9tp94pjA .offcanvas_text {
  width: 60%;
}
.cid-uF9tp94pjA .mbr-text {
  color: #FFFFFF;
}
.cid-uF9tp94pjA .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uF9tp94pjA .offcanvas_logo-wrapper {
  width: 3.5rem;
}
.cid-uF9tp94pjA .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uF9tp94pjA .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uF9tp94pjA .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uF9tp94pjA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uF9tp94pjA .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uF9tp9ObHE {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  z-index: 0;
}
.cid-uF9tp9ObHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9tp9ObHE .video-container {
  position: relative;
  height: 550px;
  padding-top: 66.25%;
  object-fit: cover;
  margin-bottom: 0px;
  border-radius: 0px;
}
@media (max-width: 1440px) {
  .cid-uF9tp9ObHE .video-container {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uF9tp9ObHE .video-container {
    height: 300px;
  }
}
.cid-uF9tp9ObHE .video {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF9tp9ObHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9tp9ObHE .content-wrap {
  justify-content: flex-end;
}
.cid-uF9tp9ObHE .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uF9tp9ObHE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF9tp9ObHE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uF9tp9ObHE .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #0583fa, #379cfb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uF9tp9ObHE .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uF9tp9ObHE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF9tp9ObHE .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uF9tp9ObHE .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uF9tp9ObHE .image-wrapper {
    padding: 0;
  }
}
.cid-uF9tp9ObHE .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
@media (max-width: 992px) {
  .cid-uF9tp9ObHE .image-wrapper img {
    height: 400px;
  }
}
.cid-uF9tp9ObHE .mbr-section-title {
  color: #ffffff;
}
.cid-uF9tp9ObHE .mbr-text,
.cid-uF9tp9ObHE .text-wrapper {
  color: #ffffff;
}
.cid-uF9tp9ObHE .mbr-section-title,
.cid-uF9tp9ObHE .mbr-section-btn,
.cid-uF9tp9ObHE .clients-wrapper {
  color: #20a18d;
  text-align: right;
}
.cid-uF9yMhd83J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/back-punkte.jpg");
}
.cid-uF9yMhd83J .ImageEckeRechts {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #20a18d 50%, #16171e 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .ImageEckeRechts {
    top: 0;
    right: 1;
    width: 50px;
    height: 50px;
  }
}
.cid-uF9yMhd83J .ImageEckeUntenRechts {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-45deg, #16171e 50%, #20a18d 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .ImageEckeUntenRechts {
    top: 0;
    right: 1;
    width: 50px;
    height: 50px;
  }
}
.cid-uF9yMhd83J .ImageEckeLinks {
  position: absolute;
  top: 0rem;
  left: 1rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-45deg, #20a18d 50%, #16171e 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .ImageEckeLinks {
    top: 0;
    right: 1;
    width: 50px;
    height: 50px;
  }
}
.cid-uF9yMhd83J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9yMhd83J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .container {
    padding: 0 30px;
  }
}
.cid-uF9yMhd83J .card {
  justify-content: center;
}
.cid-uF9yMhd83J .items-wrapper {
  margin-bottom: 50px;
  padding: 0 0 0 60px;
}
@media (max-width: 1440px) {
  .cid-uF9yMhd83J .items-wrapper {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .items-wrapper {
    padding: 0;
  }
}
.cid-uF9yMhd83J .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uF9yMhd83J .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uF9yMhd83J .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.03);
}
.cid-uF9yMhd83J .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uF9yMhd83J .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-uF9yMhd83J .items-wrapper .item:hover .item-wrapper .item-content::before,
.cid-uF9yMhd83J .items-wrapper .item:focus .item-wrapper .item-content::before,
.cid-uF9yMhd83J .items-wrapper .item:hover .item-wrapper .item-content::after,
.cid-uF9yMhd83J .items-wrapper .item:focus .item-wrapper .item-content::after {
  opacity: 1;
}
.cid-uF9yMhd83J .items-wrapper .item:hover .item-wrapper .item-content .item-title,
.cid-uF9yMhd83J .items-wrapper .item:focus .item-wrapper .item-content .item-title {
  color: #ffffff;
}
.cid-uF9yMhd83J .items-wrapper .item:hover .item-wrapper .item-content .item-text,
.cid-uF9yMhd83J .items-wrapper .item:focus .item-wrapper .item-content .item-text {
  color: #ffffff;
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-content {
  width: 40%;
  position: relative;
  padding-top: 100px;
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bee0d6;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 80px;
  }
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 40px;
  }
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 0;
  }
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-img {
  width: 54%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-img img {
  height: 760px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uF9yMhd83J .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uF9yMhd83J .item-title {
  color: #bee0d6;
}
.cid-uF9yMhd83J .item-text {
  color: #bee0d6;
}
.cid-uF9tpd0Oaf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uF9tpd0Oaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9tpd0Oaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9tpd0Oaf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uF9tpd0Oaf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF9tpd0Oaf .container {
    padding: 0 30px;
  }
}
.cid-uF9tpd0Oaf .row {
  justify-content: center;
}
.cid-uF9tpd0Oaf .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF9tpd0Oaf .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF9tpd0Oaf .content-wrapper .logo-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uF9tpd0Oaf .content-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uF9tpd0Oaf .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.cid-uF9tpd0Oaf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF9tpd0Oaf .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF9tpd0Oaf .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF9tpd0Oaf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF9tpd0Oaf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uF9tpd0Oaf .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF9tpd0Oaf .nav-wrapper .list .item-wrap:hover,
.cid-uF9tpd0Oaf .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF9tpd0Oaf .nav-wrapper .list .item-wrap:hover::before,
.cid-uF9tpd0Oaf .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uF9tpd0Oaf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uF9tpd0Oaf .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF9tpd0Oaf .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uF9tpd0Oaf .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uF9tpd0Oaf .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uF9tpd0Oaf .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uF9tpd0Oaf .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uF9tpd0Oaf .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uF9tpd0Oaf .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uF9tpd0Oaf .mbr-section-title {
  color: #bee0d6;
}
.cid-uF9tpd0Oaf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uF9tpd0Oaf .list {
  color: #bee0d6;
}
.cid-uF9tpd0Oaf .list,
.cid-uF9tpd0Oaf .item-wrap,
.cid-uF9tpd0Oaf .nav-wrapper {
  text-align: left;
}
.cid-uF9tpd0Oaf .mbr-address {
  color: #bee0d6;
}
.cid-uF9tpd0Oaf .mbr-copy {
  color: #bee0d6;
  text-align: center;
}
.cid-uF9tpd0Oaf .mbr-section-title,
.cid-uF9tpd0Oaf .logo-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uF9tpd0Oaf .list,
  .cid-uF9tpd0Oaf .item-wrap,
  .cid-uF9tpd0Oaf .nav-wrapper {
    text-align: center;
  }
  .cid-uF9tpd0Oaf .mbr-section-subtitle {
    color: #ffffff;
    text-align: center;
  }
  .cid-uF9tpd0Oaf .mbr-address {
    color: #bee0d6;
  }
  .cid-uF9tpd0Oaf .mbr-copy {
    color: #bee0d6;
    text-align: center;
  }
  .cid-uF9tpd0Oaf .mbr-section-title,
  .cid-uF9tpd0Oaf .logo-wrapper {
    text-align: center;
  }
}
.cid-uFqKYZ6MI5 .icon-bar {
  z-index: 10002;
  position: fixed;
  top: 84.5%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
@media (max-width: 991px) {
  .cid-uFqKYZ6MI5 .icon-bar {
    top: 80%;
  }
}
.cid-uFqKYZ6MI5 .icon-bar a:hover {
  background-color: #20a18d;
  width: 100px;
}
.cid-uFqKYZ6MI5 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  font-weight: normal;
  margin: 5px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 6px 6px 0;
  width: 50px;
}
.cid-uFqKYZ6MI5 .facebook {
  background: #3B5998;
  color: white;
}
.cid-uFqKYZ6MI5 .twitter {
  background: #55ACEE;
  color: white;
}
.cid-uFqKYZ6MI5 .google {
  background: #dd4b39;
  color: white;
}
.cid-uFqKYZ6MI5 .linkedin {
  background: #007bb5;
  color: white;
}
.cid-uFqKYZ6MI5 .youtube {
  background: #bb0000;
  color: white;
}
.cid-uFqKYZ6MI5 .instagram {
  background: #6F3AA7;
  color: white;
}
.cid-uFqKYZ6MI5 .custom1 {
  background: #0266c4;
  color: white;
}
.cid-uFqKYZ6MI5 .custom2 {
  background: #0583fa;
  color: white;
}
.cid-uFqKYZ6MI5 .custom3 {
  background: #35933f;
  color: white;
}
.cid-uFqKYZ6MI5 .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uFqKYZ6MI5 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uFqKYZ6MI5 .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uFqKYZ6MI5 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uFqKYZ6MI5 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uFqKYZ6MI5 P {
  color: #232323;
}
.cid-uFqKYZ6MI5 DIV {
  color: #ffffff;
}
.cid-uFqKYZ6MI5 H10 {
  color: #767676;
}
.cid-uFqKYZ6MI5 .hidden {
  display: none;
}
.cid-uFqKYZ6MI5 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uGzhOMlLe2 {
  z-index: 1000;
  width: 100%;
}
.cid-uGzhOMlLe2 #IDmylogo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uGzhOMlLe2 .container,
.cid-uGzhOMlLe2 .container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.cid-uGzhOMlLe2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGzhOMlLe2 .dropdown-menu {
  padding: 0;
}
.cid-uGzhOMlLe2 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uGzhOMlLe2 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uGzhOMlLe2 .dropdown-item:hover:after {
  color: #254b45;
}
.cid-uGzhOMlLe2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGzhOMlLe2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGzhOMlLe2 .nav-link {
  position: relative;
}
.cid-uGzhOMlLe2 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .container {
    flex-wrap: wrap;
  }
}
.cid-uGzhOMlLe2 .dropdown-menu,
.cid-uGzhOMlLe2 .navbar.opened {
  background: #232323 !important;
}
.cid-uGzhOMlLe2 .nav-item:focus,
.cid-uGzhOMlLe2 .nav-link:focus {
  outline: none;
}
.cid-uGzhOMlLe2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGzhOMlLe2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGzhOMlLe2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGzhOMlLe2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGzhOMlLe2 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
}
.cid-uGzhOMlLe2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uGzhOMlLe2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGzhOMlLe2 .navbar .navbar-logo img {
  width: auto;
  height: 120px;
}
@media (max-width: 768px) {
  .cid-uGzhOMlLe2 .navbar .navbar-logo img {
    height: 60px;
  }
}
.cid-uGzhOMlLe2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGzhOMlLe2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGzhOMlLe2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGzhOMlLe2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGzhOMlLe2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGzhOMlLe2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uGzhOMlLe2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGzhOMlLe2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGzhOMlLe2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGzhOMlLe2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGzhOMlLe2 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGzhOMlLe2 .navbar .navbar-short {
  position: fixed !important;
}
.cid-uGzhOMlLe2 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uGzhOMlLe2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGzhOMlLe2 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uGzhOMlLe2 .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGzhOMlLe2 .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .navbar-brand {
    display: none;
  }
}
.cid-uGzhOMlLe2 .dropdown-item.active,
.cid-uGzhOMlLe2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGzhOMlLe2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGzhOMlLe2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGzhOMlLe2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGzhOMlLe2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uGzhOMlLe2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGzhOMlLe2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGzhOMlLe2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGzhOMlLe2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGzhOMlLe2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGzhOMlLe2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGzhOMlLe2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGzhOMlLe2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGzhOMlLe2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGzhOMlLe2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGzhOMlLe2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGzhOMlLe2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGzhOMlLe2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGzhOMlLe2 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uGzhOMlLe2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGzhOMlLe2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGzhOMlLe2 .navbar {
    height: 70px;
  }
  .cid-uGzhOMlLe2 .navbar.opened {
    height: auto;
  }
  .cid-uGzhOMlLe2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGzhOMlLe2 .navbar-short {
  background-color: #232323 !important;
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uGzhOMlLe2 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uGzhOMlLe2 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-uGzhOMlLe2 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uGzhOMlLe2 .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uGzhOMlLe2 .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uGzhOMlLe2 .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uGzhOMlLe2 .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uGzhOMlLe2 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uGzhOMlLe2 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .cid-uGzhOMlLe2 .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uGzhOMlLe2 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uGzhOMlLe2 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uGzhOMlLe2 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uGzhOMlLe2 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGzhOMlLe2 .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uGzhOMlLe2 .offcanvas_box button.btn_offcanvas {
  background-color: #0583fa;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uGzhOMlLe2 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uGzhOMlLe2 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uGzhOMlLe2 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uGzhOMlLe2 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uGzhOMlLe2 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uGzhOMlLe2 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uGzhOMlLe2 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uGzhOMlLe2 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uGzhOMlLe2 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .image-wrapper {
    display: none;
  }
}
.cid-uGzhOMlLe2 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uGzhOMlLe2 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uGzhOMlLe2 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uGzhOMlLe2 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGzhOMlLe2 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uGzhOMlLe2 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGzhOMlLe2 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uGzhOMlLe2 .navbar-nav {
  display: flex !important;
}
.cid-uGzhOMlLe2 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uGzhOMlLe2 .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uGzhOMlLe2 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uGzhOMlLe2 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uGzhOMlLe2 .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-uGzhOMlLe2 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGzhOMlLe2 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uGzhOMlLe2 .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGzhOMlLe2 .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uGzhOMlLe2 .offcanvas_text {
  width: 60%;
}
.cid-uGzhOMlLe2 .mbr-text {
  color: #FFFFFF;
}
.cid-uGzhOMlLe2 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uGzhOMlLe2 .offcanvas_logo-wrapper {
  width: 3.5rem;
}
.cid-uGzhOMlLe2 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGzhOMlLe2 .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uGzhOMlLe2 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uGzhOMlLe2 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uGzhOMlLe2 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uGzjWl5pno {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  z-index: 0;
}
.cid-uGzjWl5pno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzjWl5pno h1 {
  line-height: 130%;
}
.cid-uGzjWl5pno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzjWl5pno .content-wrap {
  justify-content: flex-end;
}
.cid-uGzjWl5pno .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGzjWl5pno .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGzjWl5pno .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGzjWl5pno .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #0583fa, #379cfb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uGzjWl5pno .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uGzjWl5pno .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGzjWl5pno .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1440px) {
  .cid-uGzjWl5pno .image-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzjWl5pno .image-wrapper {
    padding: 0;
  }
}
.cid-uGzjWl5pno .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 992px) {
  .cid-uGzjWl5pno .image-wrapper img {
    height: 400px;
  }
}
.cid-uGzjWl5pno .mbr-section-title {
  color: #ffffff;
}
.cid-uGzjWl5pno .mbr-text,
.cid-uGzjWl5pno .text-wrapper {
  color: #ffffff;
}
.cid-uGzjWl5pno .mbr-section-title,
.cid-uGzjWl5pno .mbr-section-btn,
.cid-uGzjWl5pno .clients-wrapper {
  color: #20a18d;
  text-align: right;
}
.cid-uGA5LJN2l4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #15171a;
}
.cid-uGA5LJN2l4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGA5LJN2l4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGA5LJN2l4 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uGA5LJN2l4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uGA5LJN2l4 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-uGA5LJN2l4 .item1 {
  background-image: url("../../../assets/images/videokonferenz-hell-1.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uGA5LJN2l4 .item2 {
  background-image: url("../../../assets/images/clickshare-hell.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uGA5LJN2l4 .item3 {
  background-image: url("../../../assets/images/display-hell.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uGA5LJN2l4 .item4 {
  background-image: url("../../../assets/images/projektor-hell.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uGA5LJN2l4 .item5 {
  background-image: url("../../../assets/images/lautsprecher-hell.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uGA5LJN2l4 .item6 {
  background-image: url("../../../assets/images/monitor-tuer.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uGA5LJN2l4 .item7 {
  background-image: url("../../../assets/images/monitor-werbung-hell.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uGA5LJN2l4 .item8 {
  background-image: url("../../../assets/images/flipchart-hell.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uGA5LJN2l4 .item9 {
  background-image: url("../../../assets/images/wartung-hell.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uGA5LJN2l4 .item10 {
  background-image: url("../../../assets/images/schultafel-hell.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 992px) {
  .cid-uGA5LJN2l4 .container {
    padding: 0 20px;
  }
}
.cid-uGA5LJN2l4 .content-wrapper {
  padding: 20px 0;
}
@media (max-width: 992px) {
  .cid-uGA5LJN2l4 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uGA5LJN2l4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGA5LJN2l4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGA5LJN2l4 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uGA5LJN2l4 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGA5LJN2l4 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uGA5LJN2l4 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #bee0d6;
  flex-grow: 1;
  width: 260px;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGA5LJN2l4 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uGA5LJN2l4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uGA5LJN2l4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uGA5LJN2l4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uGA5LJN2l4 .content-wrapper .items-wrapper .item:hover {
  background: white;
}
.cid-uGA5LJN2l4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGA5LJN2l4 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uGA5LJN2l4 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uGA5LJN2l4 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uGA5LJN2l4 .content-wrapper .mbr-section-btn .btn-success,
.cid-uGA5LJN2l4 .content-wrapper .mbr-section-btn .btn-info,
.cid-uGA5LJN2l4 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uGA5LJN2l4 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uGA5LJN2l4 .content-wrapper .mbr-section-btn .btn-black,
.cid-uGA5LJN2l4 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uGA5LJN2l4 .mbr-section-title {
  color: #000000;
}
.cid-uGA5LJN2l4 .mbr-desc,
.cid-uGA5LJN2l4 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGA5LJN2l4 .card-number {
  color: #000000;
}
.cid-uGA5LJN2l4 .card-title {
  color: #000000;
}
.cid-uGA5LJN2l4 .mbr-text,
.cid-uGA5LJN2l4 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uGA5LJN2l4 .mbr-section-title,
.cid-uGA5LJN2l4 .mbr-section-btn {
  text-align: center;
}
.cid-uGzVCwFWD0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uGzVCwFWD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzVCwFWD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzVCwFWD0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGzVCwFWD0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzVCwFWD0 .container {
    padding: 0 30px;
  }
}
.cid-uGzVCwFWD0 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGzVCwFWD0 .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzVCwFWD0 .content-wrapper {
    padding: 0;
  }
}
.cid-uGzVCwFWD0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGzVCwFWD0 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGzVCwFWD0 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGzVCwFWD0 .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGzVCwFWD0 .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzVCwFWD0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGzVCwFWD0 .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGzVCwFWD0 .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGzVCwFWD0 .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGzVCwFWD0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzVCwFWD0 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGzVCwFWD0 .mbr-desc {
  color: #254b45;
}
.cid-uGzVCwFWD0 .mbr-section-title {
  color: #254b45;
}
.cid-uGzVCwFWD0 .mbr-text {
  color: #254b45;
}
.cid-uIdWsWQl7Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1eeec;
}
.cid-uIdWsWQl7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdWsWQl7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdWsWQl7Y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIdWsWQl7Y .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIdWsWQl7Y .container {
    padding: 0 25px;
  }
}
.cid-uIdWsWQl7Y .row {
  justify-content: center;
}
.cid-uIdWsWQl7Y .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIdWsWQl7Y .item-img {
  overflow: hidden;
}
.cid-uIdWsWQl7Y .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIdWsWQl7Y .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGzXkw4h6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2ebe4;
  overflow: hidden;
}
.cid-uGzXkw4h6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzXkw4h6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzXkw4h6M .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGzXkw4h6M .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzXkw4h6M .container {
    padding: 0 30px;
  }
}
.cid-uGzXkw4h6M .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGzXkw4h6M .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzXkw4h6M .content-wrapper {
    padding: 0;
  }
}
.cid-uGzXkw4h6M .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGzXkw4h6M .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGzXkw4h6M .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGzXkw4h6M .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGzXkw4h6M .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzXkw4h6M .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGzXkw4h6M .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGzXkw4h6M .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGzXkw4h6M .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGzXkw4h6M .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzXkw4h6M .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGzXkw4h6M .mbr-desc {
  color: #254b45;
}
.cid-uGzXkw4h6M .mbr-section-title {
  color: #254b45;
}
.cid-uGzXkw4h6M .mbr-text {
  color: #254b45;
}
.cid-uIdXA0dNaZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d2ebe4;
}
.cid-uIdXA0dNaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdXA0dNaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdXA0dNaZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIdXA0dNaZ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIdXA0dNaZ .container {
    padding: 0 25px;
  }
}
.cid-uIdXA0dNaZ .row {
  justify-content: center;
}
.cid-uIdXA0dNaZ .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIdXA0dNaZ .item-img {
  overflow: hidden;
}
.cid-uIdXA0dNaZ .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIdXA0dNaZ .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGzXSI4Igs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee0d6;
  overflow: hidden;
}
.cid-uGzXSI4Igs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzXSI4Igs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzXSI4Igs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGzXSI4Igs .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzXSI4Igs .container {
    padding: 0 30px;
  }
}
.cid-uGzXSI4Igs .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGzXSI4Igs .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzXSI4Igs .content-wrapper {
    padding: 0;
  }
}
.cid-uGzXSI4Igs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGzXSI4Igs .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGzXSI4Igs .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGzXSI4Igs .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGzXSI4Igs .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzXSI4Igs .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGzXSI4Igs .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGzXSI4Igs .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGzXSI4Igs .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGzXSI4Igs .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzXSI4Igs .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGzXSI4Igs .mbr-desc {
  color: #254b45;
}
.cid-uGzXSI4Igs .mbr-section-title {
  color: #254b45;
}
.cid-uGzXSI4Igs .mbr-text {
  color: #254b45;
}
.cid-uIdY8b53A2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bee0d6;
}
.cid-uIdY8b53A2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdY8b53A2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdY8b53A2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIdY8b53A2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIdY8b53A2 .container {
    padding: 0 25px;
  }
}
.cid-uIdY8b53A2 .row {
  justify-content: center;
}
.cid-uIdY8b53A2 .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIdY8b53A2 .item-img {
  overflow: hidden;
}
.cid-uIdY8b53A2 .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIdY8b53A2 .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGzYqxsRWs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uGzYqxsRWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzYqxsRWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzYqxsRWs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGzYqxsRWs .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzYqxsRWs .container {
    padding: 0 30px;
  }
}
.cid-uGzYqxsRWs .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGzYqxsRWs .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzYqxsRWs .content-wrapper {
    padding: 0;
  }
}
.cid-uGzYqxsRWs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGzYqxsRWs .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGzYqxsRWs .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGzYqxsRWs .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGzYqxsRWs .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzYqxsRWs .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGzYqxsRWs .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGzYqxsRWs .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGzYqxsRWs .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGzYqxsRWs .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzYqxsRWs .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGzYqxsRWs .mbr-desc {
  color: #254b45;
}
.cid-uGzYqxsRWs .mbr-section-title {
  color: #254b45;
}
.cid-uGzYqxsRWs .mbr-text {
  color: #254b45;
}
.cid-uIdYrVY1C0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1eeec;
}
.cid-uIdYrVY1C0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdYrVY1C0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdYrVY1C0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIdYrVY1C0 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIdYrVY1C0 .container {
    padding: 0 25px;
  }
}
.cid-uIdYrVY1C0 .row {
  justify-content: center;
}
.cid-uIdYrVY1C0 .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIdYrVY1C0 .item-img {
  overflow: hidden;
}
.cid-uIdYrVY1C0 .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIdYrVY1C0 .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGzYMPzb3C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2ebe4;
  overflow: hidden;
}
.cid-uGzYMPzb3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzYMPzb3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzYMPzb3C .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGzYMPzb3C .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzYMPzb3C .container {
    padding: 0 30px;
  }
}
.cid-uGzYMPzb3C .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGzYMPzb3C .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzYMPzb3C .content-wrapper {
    padding: 0;
  }
}
.cid-uGzYMPzb3C .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGzYMPzb3C .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGzYMPzb3C .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGzYMPzb3C .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGzYMPzb3C .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzYMPzb3C .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGzYMPzb3C .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGzYMPzb3C .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGzYMPzb3C .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGzYMPzb3C .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzYMPzb3C .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGzYMPzb3C .mbr-desc {
  color: #254b45;
}
.cid-uGzYMPzb3C .mbr-section-title {
  color: #254b45;
}
.cid-uGzYMPzb3C .mbr-text {
  color: #254b45;
}
.cid-uIdYMrc9Pa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1eeec;
}
.cid-uIdYMrc9Pa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdYMrc9Pa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdYMrc9Pa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIdYMrc9Pa .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIdYMrc9Pa .container {
    padding: 0 25px;
  }
}
.cid-uIdYMrc9Pa .row {
  justify-content: center;
}
.cid-uIdYMrc9Pa .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIdYMrc9Pa .item-img {
  overflow: hidden;
}
.cid-uIdYMrc9Pa .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIdYMrc9Pa .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGzZ6yLddM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee0d6;
  overflow: hidden;
}
.cid-uGzZ6yLddM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzZ6yLddM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzZ6yLddM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGzZ6yLddM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzZ6yLddM .container {
    padding: 0 30px;
  }
}
.cid-uGzZ6yLddM .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGzZ6yLddM .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzZ6yLddM .content-wrapper {
    padding: 0;
  }
}
.cid-uGzZ6yLddM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGzZ6yLddM .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGzZ6yLddM .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGzZ6yLddM .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGzZ6yLddM .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzZ6yLddM .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGzZ6yLddM .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGzZ6yLddM .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGzZ6yLddM .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGzZ6yLddM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzZ6yLddM .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGzZ6yLddM .mbr-desc {
  color: #254b45;
}
.cid-uGzZ6yLddM .mbr-section-title {
  color: #254b45;
}
.cid-uGzZ6yLddM .mbr-text {
  color: #254b45;
}
.cid-uIdYWfShNP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bee0d6;
}
.cid-uIdYWfShNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdYWfShNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdYWfShNP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIdYWfShNP .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIdYWfShNP .container {
    padding: 0 25px;
  }
}
.cid-uIdYWfShNP .row {
  justify-content: center;
}
.cid-uIdYWfShNP .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIdYWfShNP .item-img {
  overflow: hidden;
}
.cid-uIdYWfShNP .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIdYWfShNP .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGzZujk20q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uGzZujk20q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzZujk20q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzZujk20q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGzZujk20q .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzZujk20q .container {
    padding: 0 30px;
  }
}
.cid-uGzZujk20q .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGzZujk20q .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzZujk20q .content-wrapper {
    padding: 0;
  }
}
.cid-uGzZujk20q .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGzZujk20q .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGzZujk20q .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGzZujk20q .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGzZujk20q .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzZujk20q .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGzZujk20q .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGzZujk20q .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGzZujk20q .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGzZujk20q .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzZujk20q .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGzZujk20q .mbr-desc {
  color: #254b45;
}
.cid-uGzZujk20q .mbr-section-title {
  color: #254b45;
}
.cid-uGzZujk20q .mbr-text {
  color: #254b45;
}
.cid-uIdZh0jUDh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1eeec;
}
.cid-uIdZh0jUDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdZh0jUDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdZh0jUDh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIdZh0jUDh .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIdZh0jUDh .container {
    padding: 0 25px;
  }
}
.cid-uIdZh0jUDh .row {
  justify-content: center;
}
.cid-uIdZh0jUDh .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIdZh0jUDh .item-img {
  overflow: hidden;
}
.cid-uIdZh0jUDh .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIdZh0jUDh .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGzZMwJG2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2ebe4;
  overflow: hidden;
}
.cid-uGzZMwJG2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzZMwJG2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzZMwJG2O .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGzZMwJG2O .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzZMwJG2O .container {
    padding: 0 30px;
  }
}
.cid-uGzZMwJG2O .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGzZMwJG2O .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzZMwJG2O .content-wrapper {
    padding: 0;
  }
}
.cid-uGzZMwJG2O .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGzZMwJG2O .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGzZMwJG2O .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGzZMwJG2O .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGzZMwJG2O .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGzZMwJG2O .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGzZMwJG2O .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGzZMwJG2O .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGzZMwJG2O .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGzZMwJG2O .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzZMwJG2O .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGzZMwJG2O .mbr-desc {
  color: #254b45;
}
.cid-uGzZMwJG2O .mbr-section-title {
  color: #254b45;
}
.cid-uGzZMwJG2O .mbr-text {
  color: #254b45;
}
.cid-uIe0phQxZd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1eeec;
}
.cid-uIe0phQxZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIe0phQxZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIe0phQxZd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIe0phQxZd .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIe0phQxZd .container {
    padding: 0 25px;
  }
}
.cid-uIe0phQxZd .row {
  justify-content: center;
}
.cid-uIe0phQxZd .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIe0phQxZd .item-img {
  overflow: hidden;
}
.cid-uIe0phQxZd .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIe0phQxZd .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGA072FfVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bee0d6;
  overflow: hidden;
}
.cid-uGA072FfVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGA072FfVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGA072FfVo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGA072FfVo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGA072FfVo .container {
    padding: 0 30px;
  }
}
.cid-uGA072FfVo .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGA072FfVo .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGA072FfVo .content-wrapper {
    padding: 0;
  }
}
.cid-uGA072FfVo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGA072FfVo .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGA072FfVo .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGA072FfVo .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGA072FfVo .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGA072FfVo .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGA072FfVo .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGA072FfVo .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGA072FfVo .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGA072FfVo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGA072FfVo .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGA072FfVo .mbr-desc {
  color: #254b45;
}
.cid-uGA072FfVo .mbr-section-title {
  color: #254b45;
}
.cid-uGA072FfVo .mbr-text {
  color: #254b45;
}
.cid-uIe1fknhdg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bee0d6;
}
.cid-uIe1fknhdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIe1fknhdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIe1fknhdg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIe1fknhdg .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIe1fknhdg .container {
    padding: 0 25px;
  }
}
.cid-uIe1fknhdg .row {
  justify-content: center;
}
.cid-uIe1fknhdg .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIe1fknhdg .item-img {
  overflow: hidden;
}
.cid-uIe1fknhdg .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIe1fknhdg .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGA0no8ucx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uGA0no8ucx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGA0no8ucx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGA0no8ucx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGA0no8ucx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGA0no8ucx .container {
    padding: 0 30px;
  }
}
.cid-uGA0no8ucx .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGA0no8ucx .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGA0no8ucx .content-wrapper {
    padding: 0;
  }
}
.cid-uGA0no8ucx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGA0no8ucx .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGA0no8ucx .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGA0no8ucx .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGA0no8ucx .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGA0no8ucx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGA0no8ucx .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGA0no8ucx .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGA0no8ucx .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGA0no8ucx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGA0no8ucx .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGA0no8ucx .mbr-desc {
  color: #254b45;
}
.cid-uGA0no8ucx .mbr-section-title {
  color: #254b45;
}
.cid-uGA0no8ucx .mbr-text {
  color: #254b45;
}
.cid-uIe1wQ8D0G {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e1eeec;
}
.cid-uIe1wQ8D0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIe1wQ8D0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIe1wQ8D0G .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIe1wQ8D0G .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIe1wQ8D0G .container {
    padding: 0 25px;
  }
}
.cid-uIe1wQ8D0G .row {
  justify-content: center;
}
.cid-uIe1wQ8D0G .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIe1wQ8D0G .item-img {
  overflow: hidden;
}
.cid-uIe1wQ8D0G .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIe1wQ8D0G .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uGzhONS5jF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGzhONS5jF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzhONS5jF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzhONS5jF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGzhONS5jF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGzhONS5jF .container {
    padding: 0 30px;
  }
}
.cid-uGzhONS5jF .row {
  justify-content: center;
}
.cid-uGzhONS5jF .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uGzhONS5jF .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGzhONS5jF .content-wrapper .logo-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uGzhONS5jF .content-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uGzhONS5jF .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.cid-uGzhONS5jF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGzhONS5jF .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uGzhONS5jF .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGzhONS5jF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uGzhONS5jF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uGzhONS5jF .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uGzhONS5jF .nav-wrapper .list .item-wrap:hover,
.cid-uGzhONS5jF .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uGzhONS5jF .nav-wrapper .list .item-wrap:hover::before,
.cid-uGzhONS5jF .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGzhONS5jF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uGzhONS5jF .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGzhONS5jF .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uGzhONS5jF .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzhONS5jF .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uGzhONS5jF .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGzhONS5jF .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uGzhONS5jF .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGzhONS5jF .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uGzhONS5jF .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uGzhONS5jF .mbr-section-title {
  color: #bee0d6;
}
.cid-uGzhONS5jF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGzhONS5jF .list {
  color: #bee0d6;
}
.cid-uGzhONS5jF .list,
.cid-uGzhONS5jF .item-wrap,
.cid-uGzhONS5jF .nav-wrapper {
  text-align: left;
}
.cid-uGzhONS5jF .mbr-address {
  color: #bee0d6;
}
.cid-uGzhONS5jF .mbr-copy {
  color: #bee0d6;
  text-align: center;
}
.cid-uGzhONS5jF .mbr-section-title,
.cid-uGzhONS5jF .logo-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGzhONS5jF .list,
  .cid-uGzhONS5jF .item-wrap,
  .cid-uGzhONS5jF .nav-wrapper {
    text-align: center;
  }
  .cid-uGzhONS5jF .mbr-section-subtitle {
    color: #ffffff;
    text-align: center;
  }
  .cid-uGzhONS5jF .mbr-address {
    color: #bee0d6;
  }
  .cid-uGzhONS5jF .mbr-copy {
    color: #bee0d6;
    text-align: center;
  }
  .cid-uGzhONS5jF .mbr-section-title,
  .cid-uGzhONS5jF .logo-wrapper {
    text-align: center;
  }
}
.cid-uGzhOOnxBg .icon-bar {
  z-index: 10002;
  position: fixed;
  top: 84.5%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
@media (max-width: 991px) {
  .cid-uGzhOOnxBg .icon-bar {
    top: 80%;
  }
}
.cid-uGzhOOnxBg .icon-bar a:hover {
  background-color: #20a18d;
  width: 100px;
}
.cid-uGzhOOnxBg .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  font-weight: normal;
  margin: 5px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 6px 6px 0;
  width: 50px;
}
.cid-uGzhOOnxBg .facebook {
  background: #3B5998;
  color: white;
}
.cid-uGzhOOnxBg .twitter {
  background: #55ACEE;
  color: white;
}
.cid-uGzhOOnxBg .google {
  background: #dd4b39;
  color: white;
}
.cid-uGzhOOnxBg .linkedin {
  background: #007bb5;
  color: white;
}
.cid-uGzhOOnxBg .youtube {
  background: #bb0000;
  color: white;
}
.cid-uGzhOOnxBg .instagram {
  background: #6F3AA7;
  color: white;
}
.cid-uGzhOOnxBg .custom1 {
  background: #0266c4;
  color: white;
}
.cid-uGzhOOnxBg .custom2 {
  background: #0583fa;
  color: white;
}
.cid-uGzhOOnxBg .custom3 {
  background: #35933f;
  color: white;
}
.cid-uGzhOOnxBg .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uGzhOOnxBg .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uGzhOOnxBg .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uGzhOOnxBg .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uGzhOOnxBg .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uGzhOOnxBg P {
  color: #232323;
}
.cid-uGzhOOnxBg DIV {
  color: #ffffff;
}
.cid-uGzhOOnxBg H10 {
  color: #767676;
}
.cid-uGzhOOnxBg .hidden {
  display: none;
}
.cid-uGzhOOnxBg div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uGD4Kj63rR {
  z-index: 1000;
  width: 100%;
}
.cid-uGD4Kj63rR #IDmylogo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uGD4Kj63rR .container,
.cid-uGD4Kj63rR .container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.cid-uGD4Kj63rR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGD4Kj63rR .dropdown-menu {
  padding: 0;
}
.cid-uGD4Kj63rR .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .dropdown-item {
    text-align: left !important;
  }
}
.cid-uGD4Kj63rR .dropdown-item:hover {
  background-position: right !important;
}
.cid-uGD4Kj63rR .dropdown-item:hover:after {
  color: #254b45;
}
.cid-uGD4Kj63rR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGD4Kj63rR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGD4Kj63rR .nav-link {
  position: relative;
}
.cid-uGD4Kj63rR .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .container {
    flex-wrap: wrap;
  }
}
.cid-uGD4Kj63rR .dropdown-menu,
.cid-uGD4Kj63rR .navbar.opened {
  background: #232323 !important;
}
.cid-uGD4Kj63rR .nav-item:focus,
.cid-uGD4Kj63rR .nav-link:focus {
  outline: none;
}
.cid-uGD4Kj63rR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGD4Kj63rR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGD4Kj63rR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGD4Kj63rR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGD4Kj63rR .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
}
.cid-uGD4Kj63rR .navbar.opened {
  transition: all 0.3s;
}
.cid-uGD4Kj63rR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGD4Kj63rR .navbar .navbar-logo img {
  width: auto;
  height: 120px;
}
@media (max-width: 768px) {
  .cid-uGD4Kj63rR .navbar .navbar-logo img {
    height: 60px;
  }
}
.cid-uGD4Kj63rR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGD4Kj63rR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGD4Kj63rR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGD4Kj63rR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGD4Kj63rR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGD4Kj63rR .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uGD4Kj63rR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGD4Kj63rR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGD4Kj63rR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGD4Kj63rR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGD4Kj63rR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGD4Kj63rR .navbar .navbar-short {
  position: fixed !important;
}
.cid-uGD4Kj63rR .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uGD4Kj63rR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGD4Kj63rR .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uGD4Kj63rR .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGD4Kj63rR .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .navbar-brand {
    display: none;
  }
}
.cid-uGD4Kj63rR .dropdown-item.active,
.cid-uGD4Kj63rR .dropdown-item:active {
  background-color: transparent;
}
.cid-uGD4Kj63rR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGD4Kj63rR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGD4Kj63rR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGD4Kj63rR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uGD4Kj63rR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGD4Kj63rR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGD4Kj63rR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGD4Kj63rR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGD4Kj63rR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGD4Kj63rR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGD4Kj63rR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGD4Kj63rR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGD4Kj63rR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGD4Kj63rR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGD4Kj63rR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGD4Kj63rR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGD4Kj63rR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGD4Kj63rR .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uGD4Kj63rR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGD4Kj63rR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGD4Kj63rR .navbar {
    height: 70px;
  }
  .cid-uGD4Kj63rR .navbar.opened {
    height: auto;
  }
  .cid-uGD4Kj63rR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGD4Kj63rR .navbar-short {
  background-color: #232323 !important;
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uGD4Kj63rR .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uGD4Kj63rR .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-uGD4Kj63rR .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uGD4Kj63rR .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uGD4Kj63rR .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uGD4Kj63rR .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uGD4Kj63rR .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uGD4Kj63rR .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uGD4Kj63rR .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .cid-uGD4Kj63rR .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uGD4Kj63rR .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uGD4Kj63rR .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uGD4Kj63rR .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uGD4Kj63rR .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uGD4Kj63rR .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uGD4Kj63rR .offcanvas_box button.btn_offcanvas {
  background-color: #0583fa;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uGD4Kj63rR .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uGD4Kj63rR .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uGD4Kj63rR .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uGD4Kj63rR .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uGD4Kj63rR nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uGD4Kj63rR .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uGD4Kj63rR .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uGD4Kj63rR .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uGD4Kj63rR .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .image-wrapper {
    display: none;
  }
}
.cid-uGD4Kj63rR .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uGD4Kj63rR .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uGD4Kj63rR .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uGD4Kj63rR .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGD4Kj63rR .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uGD4Kj63rR .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGD4Kj63rR .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uGD4Kj63rR .navbar-nav {
  display: flex !important;
}
.cid-uGD4Kj63rR .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uGD4Kj63rR .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uGD4Kj63rR .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000000 !important;
}
.cid-uGD4Kj63rR .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uGD4Kj63rR .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-uGD4Kj63rR .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGD4Kj63rR .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uGD4Kj63rR .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uGD4Kj63rR .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uGD4Kj63rR .offcanvas_text {
  width: 60%;
}
.cid-uGD4Kj63rR .mbr-text {
  color: #FFFFFF;
}
.cid-uGD4Kj63rR .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uGD4Kj63rR .offcanvas_logo-wrapper {
  width: 3.5rem;
}
.cid-uGD4Kj63rR .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGD4Kj63rR .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uGD4Kj63rR .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uGD4Kj63rR .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uGD4Kj63rR .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uGD4KjCc8I {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #15171a;
  z-index: 0;
}
.cid-uGD4KjCc8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGD4KjCc8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGD4KjCc8I .content-wrap {
  justify-content: flex-end;
}
.cid-uGD4KjCc8I .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGD4KjCc8I .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGD4KjCc8I .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGD4KjCc8I .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #0583fa, #379cfb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uGD4KjCc8I .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uGD4KjCc8I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGD4KjCc8I .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uGD4KjCc8I .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uGD4KjCc8I .image-wrapper {
    padding: 0;
  }
}
.cid-uGD4KjCc8I .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}
@media (max-width: 992px) {
  .cid-uGD4KjCc8I .image-wrapper img {
    height: 400px;
  }
}
.cid-uGD4KjCc8I .mbr-section-title {
  color: #ffffff;
}
.cid-uGD4KjCc8I .mbr-text,
.cid-uGD4KjCc8I .text-wrapper {
  color: #ffffff;
}
.cid-uGD4KjCc8I .mbr-section-title,
.cid-uGD4KjCc8I .mbr-section-btn,
.cid-uGD4KjCc8I .clients-wrapper {
  color: #20a18d;
  text-align: right;
}
.cid-uGD5pKPANo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-uGD5pKPANo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGD5pKPANo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGD5pKPANo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGD5pKPANo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGD5pKPANo .container {
    padding: 0 30px;
  }
}
.cid-uGD5pKPANo .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGD5pKPANo .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGD5pKPANo .content-wrapper {
    padding: 0;
  }
}
.cid-uGD5pKPANo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uGD5pKPANo .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uGD5pKPANo .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uGD5pKPANo .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uGD5pKPANo .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGD5pKPANo .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGD5pKPANo .content-wrapper .text-wrapper {
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uGD5pKPANo .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uGD5pKPANo .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uGD5pKPANo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGD5pKPANo .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uGD5pKPANo .mbr-desc {
  color: #254b45;
}
.cid-uGD5pKPANo .mbr-section-title {
  color: #254b45;
}
.cid-uGD5pKPANo .mbr-text {
  color: #254b45;
}
.cid-uGD4Kkueee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uGD4Kkueee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGD4Kkueee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGD4Kkueee .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGD4Kkueee .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGD4Kkueee .container {
    padding: 0 30px;
  }
}
.cid-uGD4Kkueee .row {
  justify-content: center;
}
.cid-uGD4Kkueee .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uGD4Kkueee .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGD4Kkueee .content-wrapper .logo-wrapper {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uGD4Kkueee .content-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uGD4Kkueee .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.cid-uGD4Kkueee .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGD4Kkueee .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uGD4Kkueee .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGD4Kkueee .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uGD4Kkueee .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uGD4Kkueee .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uGD4Kkueee .nav-wrapper .list .item-wrap:hover,
.cid-uGD4Kkueee .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uGD4Kkueee .nav-wrapper .list .item-wrap:hover::before,
.cid-uGD4Kkueee .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGD4Kkueee .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uGD4Kkueee .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGD4Kkueee .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uGD4Kkueee .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGD4Kkueee .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uGD4Kkueee .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGD4Kkueee .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uGD4Kkueee .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGD4Kkueee .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uGD4Kkueee .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uGD4Kkueee .mbr-section-title {
  color: #bee0d6;
}
.cid-uGD4Kkueee .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGD4Kkueee .list {
  color: #bee0d6;
}
.cid-uGD4Kkueee .list,
.cid-uGD4Kkueee .item-wrap,
.cid-uGD4Kkueee .nav-wrapper {
  text-align: left;
}
.cid-uGD4Kkueee .mbr-address {
  color: #bee0d6;
}
.cid-uGD4Kkueee .mbr-copy {
  color: #bee0d6;
  text-align: center;
}
.cid-uGD4Kkueee .mbr-section-title,
.cid-uGD4Kkueee .logo-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGD4Kkueee .list,
  .cid-uGD4Kkueee .item-wrap,
  .cid-uGD4Kkueee .nav-wrapper {
    text-align: center;
  }
  .cid-uGD4Kkueee .mbr-section-subtitle {
    color: #ffffff;
    text-align: center;
  }
  .cid-uGD4Kkueee .mbr-address {
    color: #bee0d6;
  }
  .cid-uGD4Kkueee .mbr-copy {
    color: #bee0d6;
    text-align: center;
  }
  .cid-uGD4Kkueee .mbr-section-title,
  .cid-uGD4Kkueee .logo-wrapper {
    text-align: center;
  }
}
