/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: bold;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #00a694;
}

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

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.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;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'RobotoCondensed-Regular';
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'RobotoCondensed-Regular';
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'RobotoCondensed-Regular';
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'RobotoCondensed-Regular';
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'RobotoCondensed-Regular';
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #288c81 !important;
}
.bg-success {
  background-color: #95c11f !important;
}
.bg-info {
  background-color: #ffdf7a !important;
}
.bg-warning {
  background-color: #ffbd57 !important;
}
.bg-danger {
  background-color: #e58c30 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #288c81 !important;
  border-color: #288c81 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #17514a !important;
  border-color: #17514a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #17514a !important;
  border-color: #17514a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #da7400 !important;
  border-color: #da7400 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8e4b00 !important;
  border-color: #8e4b00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e4b00 !important;
  border-color: #8e4b00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffdf7a !important;
  border-color: #ffdf7a !important;
  color: #7a5d00 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #7a5d00 !important;
  background-color: #ffcd2e !important;
  border-color: #ffcd2e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #7a5d00 !important;
  background-color: #ffcd2e !important;
  border-color: #ffcd2e !important;
}
.btn-success,
.btn-success:active {
  background-color: #95c11f !important;
  border-color: #95c11f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #627f14 !important;
  border-color: #627f14 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #627f14 !important;
  border-color: #627f14 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffbd57 !important;
  border-color: #ffbd57 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff9f0b !important;
  border-color: #ff9f0b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff9f0b !important;
  border-color: #ff9f0b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e58c30 !important;
  border-color: #e58c30 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b26616 !important;
  border-color: #b26616 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b26616 !important;
  border-color: #b26616 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #113d38;
  color: #113d38;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #288c81;
  border-color: #288c81;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #288c81 !important;
  border-color: #288c81 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #743e00;
  color: #743e00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #da7400;
  border-color: #da7400;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #da7400 !important;
  border-color: #da7400 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ffc614;
  color: #ffc614;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7a5d00;
  background-color: #ffdf7a;
  border-color: #ffdf7a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a5d00 !important;
  background-color: #ffdf7a !important;
  border-color: #ffdf7a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #516911;
  color: #516911;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #95c11f;
  border-color: #95c11f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #95c11f !important;
  border-color: #95c11f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f09200;
  color: #f09200;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffbd57;
  border-color: #ffbd57;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbd57 !important;
  border-color: #ffbd57 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #9b5914;
  color: #9b5914;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e58c30;
  border-color: #e58c30;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e58c30 !important;
  border-color: #e58c30 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #288c81 !important;
}
.text-secondary {
  color: #da7400 !important;
}
.text-success {
  color: #95c11f !important;
}
.text-info {
  color: #ffdf7a !important;
}
.text-warning {
  color: #ffbd57 !important;
}
.text-danger {
  color: #e58c30 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #113d38 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #743e00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #516911 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffc614 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f09200 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9b5914 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffdf7a;
}
.alert-warning {
  background-color: #ffbd57;
}
.alert-danger {
  background-color: #e58c30;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #288c81;
  border-color: #288c81;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #288c81;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #62d2c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cae976;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcf1e5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'RobotoCondensed-Regular';
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #288c81;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #288c81;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #288c81;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #288c81;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #288c81;
  border-bottom-color: #288c81;
}
.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: #288c81 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #da7400 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23288c81' %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.3;
}
.cid-twoSis3R5u .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-twoSis3R5u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-twoSis3R5u a {
  font-style: normal;
}
.cid-twoSis3R5u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-twoSis3R5u .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-twoSis3R5u .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-twoSis3R5u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-twoSis3R5u .menu-logo {
  margin-right: auto;
}
.cid-twoSis3R5u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-twoSis3R5u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-twoSis3R5u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-twoSis3R5u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-twoSis3R5u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-twoSis3R5u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-twoSis3R5u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-twoSis3R5u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-twoSis3R5u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-twoSis3R5u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-twoSis3R5u .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-twoSis3R5u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-twoSis3R5u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twoSis3R5u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-twoSis3R5u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twoSis3R5u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-twoSis3R5u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-twoSis3R5u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-twoSis3R5u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-twoSis3R5u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-twoSis3R5u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-twoSis3R5u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-twoSis3R5u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-twoSis3R5u button.navbar-toggler:focus {
  outline: none;
}
.cid-twoSis3R5u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29877d;
}
.cid-twoSis3R5u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-twoSis3R5u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-twoSis3R5u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-twoSis3R5u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-twoSis3R5u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twoSis3R5u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-twoSis3R5u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-twoSis3R5u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-twoSis3R5u .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-twoSis3R5u .collapsed .btn {
  display: flex;
}
.cid-twoSis3R5u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-twoSis3R5u .collapsed .navbar-collapse.collapsing,
.cid-twoSis3R5u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-twoSis3R5u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-twoSis3R5u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-twoSis3R5u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-twoSis3R5u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-twoSis3R5u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-twoSis3R5u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-twoSis3R5u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-twoSis3R5u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-twoSis3R5u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-twoSis3R5u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-twoSis3R5u .collapsed button.navbar-toggler {
  display: block;
}
.cid-twoSis3R5u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-twoSis3R5u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-twoSis3R5u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-twoSis3R5u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-twoSis3R5u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-twoSis3R5u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-twoSis3R5u .navbar-expand {
    flex-direction: column;
  }
  .cid-twoSis3R5u img {
    height: 3.8rem !important;
  }
  .cid-twoSis3R5u .btn {
    display: flex;
  }
  .cid-twoSis3R5u button.navbar-toggler {
    display: block;
  }
  .cid-twoSis3R5u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-twoSis3R5u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-twoSis3R5u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-twoSis3R5u .navbar-collapse.collapsing,
  .cid-twoSis3R5u .navbar-collapse.show {
    display: block !important;
  }
  .cid-twoSis3R5u .navbar-collapse.collapsing .navbar-nav,
  .cid-twoSis3R5u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-twoSis3R5u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-twoSis3R5u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-twoSis3R5u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-twoSis3R5u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-twoSis3R5u .navbar-collapse.collapsing .navbar-buttons,
  .cid-twoSis3R5u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-twoSis3R5u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-twoSis3R5u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-twoSis3R5u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-twoSis3R5u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-twoSis3R5u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-twoSis3R5u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-twoSis3R5u .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tvTALA53Nz {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/seniorenzentrum-am-sonnenhang-22e-1e-kl-2000x1016.jpeg");
}
.cid-tvTALA53Nz .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvTALA53Nz .mbr-author-desc {
  display: block;
}
.cid-tvTALA53Nz .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-tvTALA53Nz .mbr-testimonial .panel-item {
  background-color: #e58c30;
  background: linear-gradient(#e58c30, transparent);
}
.cid-tvTALA53Nz .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-tvTALA53Nz .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 100%;
}
.cid-tvTALA53Nz .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tvTALA53Nz .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-tvTALA53Nz .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-tvTALA53Nz .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tvTALA53Nz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tvTALA53Nz .mbr-author-name {
  color: #ffffff;
  text-align: center;
}
.cid-uc5yCk9p2T {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #e58c30, #7c4700);
}
.cid-uc5yCk9p2T H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-uc5yCk9p2T .mbr-text,
.cid-uc5yCk9p2T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uci7tROigX {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #eaa351, #b87100);
}
.cid-uci7tROigX H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-uci7tROigX .mbr-text,
.cid-uci7tROigX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uci7tROigX .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uc6BEhekPB {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #7c4700, #a57507);
}
.cid-ucMGcOUd0U {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucMGcOUd0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucMGcOUd0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0;
}
.cid-ucMGcOUd0U .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ucMGcOUd0U .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ucMGcOUd0U .container {
    padding: 0 20px;
  }
}
.cid-ucMGcOUd0U .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ucMGcOUd0U .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ucMGcOUd0U .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ucMGcOUd0U .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucMGcOUd0U .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucMGcOUd0U .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ucMGcOUd0U .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 350px;
}
@media (max-width: 992px) {
  .cid-ucMGcOUd0U .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-ucMGcOUd0U .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ucMGcOUd0U .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ucMGcOUd0U .mbr-section-title {
  color: #000000;
}
.cid-ucMGcOUd0U .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ucMGcOUd0U .mbr-text,
.cid-ucMGcOUd0U .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ucMGcOUd0U .mbr-section-title,
.cid-ucMGcOUd0U .mbr-section-btn,
.cid-ucMGcOUd0U .image-wrapper {
  text-align: center;
  color: #99501f;
}
.cid-ttNXfMKYe6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/image-of-engineering-objects-on-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus-2-2000x1333.jpg");
}
.cid-ttNXfMKYe6 .mbr-text,
.cid-ttNXfMKYe6 .mbr-section-btn {
  text-align: center;
  color: #465052;
}
.cid-ttNXfMKYe6 H3 {
  text-align: left;
  color: #7c4700;
}
.cid-ttM8ho6aH0 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background2-28-1919x935.jpg");
}
.cid-ttM8ho6aH0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-ttM8ho6aH0 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #799a64;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-ttM8ho6aH0 .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-ttM8ho6aH0 .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-ttM8ho6aH0 .mbr-timeline-title,
.cid-ttM8ho6aH0 .mbr-timeline-text {
  color: #ffffff;
}
.cid-ttM8ho6aH0 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-ttM8ho6aH0 .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-ttM8ho6aH0 .timeline-element:hover .timeline-text-content h4,
.cid-ttM8ho6aH0 .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #edf100 !important;
}
.cid-ttM8ho6aH0 .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #edf100 !important;
}
.cid-ttM8ho6aH0 .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #edf100 !important;
}
.cid-ttM8ho6aH0 .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ttM8ho6aH0 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-ttM8ho6aH0 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #799a64;
  top: 20px;
  margin-left: -30px;
}
.cid-ttM8ho6aH0 .iconsBackground span {
  color: #ffffff;
}
.cid-ttM8ho6aH0 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-ttM8ho6aH0 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #799a64;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-ttM8ho6aH0 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-ttM8ho6aH0 .iconsBackground {
    left: 1.5rem;
  }
  .cid-ttM8ho6aH0 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-ttM8ho6aH0 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-ttM8ho6aH0 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-ttM8ho6aH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttM8ho6aH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttM8ho6aH0 .mbr-section-title {
  color: #ffffff;
}
.cid-tunmzb6tz3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #073b4c;
}
.cid-tunmzb6tz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tunmzb6tz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tunmzb6tz3 .mbr-text,
.cid-tunmzb6tz3 .mbr-section-btn {
  color: #232323;
}
.cid-tunmzb6tz3 .card-title,
.cid-tunmzb6tz3 .card-box {
  color: #14cca3;
}
.cid-tunmzb6tz3 .mbr-text,
.cid-tunmzb6tz3 .link-wrap {
  color: #ffffff;
}
.cid-tvNVqFLA0F .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tvNVqFLA0F .icon-bar a:hover {
  background-color: #00b9a5;
  margin-left: -50px;
  width: 100px;
}
.cid-tvNVqFLA0F .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-tvNVqFLA0F .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tvNVqFLA0F .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tvNVqFLA0F .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tvNVqFLA0F .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tvNVqFLA0F .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tvNVqFLA0F .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tvNVqFLA0F .custom1 {
  background: #00a694;
  color: white;
  width: 50px;
}
.cid-tvNVqFLA0F .custom2 {
  background: #178e81;
  color: white;
  width: 50px;
}
.cid-tvNVqFLA0F .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tvNVqFLA0F .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #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-tvNVqFLA0F .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tvNVqFLA0F .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tvNVqFLA0F P {
  color: #232323;
}
.cid-tvNVqFLA0F DIV {
  color: #ffffff;
}
.cid-tvNVqFLA0F H10 {
  color: #767676;
}
.cid-tvNVqFLA0F .hidden {
  display: none;
}
.cid-tvNVqFLA0F div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-ucGRgKmpAO {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #045f63, #27867f);
}
.cid-tDEv3gTkSg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #045f63;
}
.cid-tDEv3gTkSg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDEv3gTkSg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDEv3gTkSg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tDEv3gTkSg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDEv3gTkSg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDEv3gTkSg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDEv3gTkSg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tDEv3gTkSg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDEv3gTkSg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDEv3gTkSg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tDEv3gTkSg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDEv3gTkSg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDEv3gTkSg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDEv3gTkSg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDEv3gTkSg .media-container-row .mbr-text {
  color: #cccccc;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: bold;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #00a694;
}

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

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.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;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-ucd3WCSCZD .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-ucd3WCSCZD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucd3WCSCZD a {
  font-style: normal;
}
.cid-ucd3WCSCZD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ucd3WCSCZD .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ucd3WCSCZD .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ucd3WCSCZD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucd3WCSCZD .menu-logo {
  margin-right: auto;
}
.cid-ucd3WCSCZD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ucd3WCSCZD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ucd3WCSCZD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucd3WCSCZD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucd3WCSCZD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucd3WCSCZD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucd3WCSCZD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ucd3WCSCZD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucd3WCSCZD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucd3WCSCZD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucd3WCSCZD .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ucd3WCSCZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ucd3WCSCZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucd3WCSCZD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucd3WCSCZD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucd3WCSCZD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ucd3WCSCZD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ucd3WCSCZD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ucd3WCSCZD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucd3WCSCZD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucd3WCSCZD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucd3WCSCZD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucd3WCSCZD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ucd3WCSCZD button.navbar-toggler:focus {
  outline: none;
}
.cid-ucd3WCSCZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29877d;
}
.cid-ucd3WCSCZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucd3WCSCZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucd3WCSCZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucd3WCSCZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucd3WCSCZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucd3WCSCZD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucd3WCSCZD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucd3WCSCZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucd3WCSCZD .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ucd3WCSCZD .collapsed .btn {
  display: flex;
}
.cid-ucd3WCSCZD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucd3WCSCZD .collapsed .navbar-collapse.collapsing,
.cid-ucd3WCSCZD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucd3WCSCZD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucd3WCSCZD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucd3WCSCZD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucd3WCSCZD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucd3WCSCZD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ucd3WCSCZD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ucd3WCSCZD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucd3WCSCZD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ucd3WCSCZD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucd3WCSCZD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ucd3WCSCZD .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucd3WCSCZD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ucd3WCSCZD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucd3WCSCZD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ucd3WCSCZD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucd3WCSCZD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucd3WCSCZD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ucd3WCSCZD .navbar-expand {
    flex-direction: column;
  }
  .cid-ucd3WCSCZD img {
    height: 3.8rem !important;
  }
  .cid-ucd3WCSCZD .btn {
    display: flex;
  }
  .cid-ucd3WCSCZD button.navbar-toggler {
    display: block;
  }
  .cid-ucd3WCSCZD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ucd3WCSCZD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucd3WCSCZD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucd3WCSCZD .navbar-collapse.collapsing,
  .cid-ucd3WCSCZD .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucd3WCSCZD .navbar-collapse.collapsing .navbar-nav,
  .cid-ucd3WCSCZD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ucd3WCSCZD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucd3WCSCZD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucd3WCSCZD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ucd3WCSCZD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucd3WCSCZD .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucd3WCSCZD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ucd3WCSCZD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucd3WCSCZD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucd3WCSCZD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ucd3WCSCZD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucd3WCSCZD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ucd3WCSCZD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ucd3WCSCZD .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ucd3WDbAqV {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/feier-sommer-1e5b-2000x795.jpg");
}
.cid-ucd3WDbAqV .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-ucd3WDbAqV .mbr-author-desc {
  display: block;
}
.cid-ucd3WDbAqV .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-ucd3WDbAqV .mbr-testimonial .panel-item {
  background-color: #879a9f;
  background: linear-gradient(#879a9f, transparent);
}
.cid-ucd3WDbAqV .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-ucd3WDbAqV .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 100%;
}
.cid-ucd3WDbAqV .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ucd3WDbAqV .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-ucd3WDbAqV .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-ucd3WDbAqV .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ucd3WDbAqV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucd3WDbAqV .mbr-author-name {
  color: #ffffff;
  text-align: center;
}
.cid-ucd3WDovGz {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #de7400, #7c4700);
}
.cid-ucd3WDovGz H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucd3WDovGz .mbr-text,
.cid-ucd3WDovGz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucjQW7Vxdw {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #eaa351, #b87100);
}
.cid-ucjQW7Vxdw H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucjQW7Vxdw .mbr-text,
.cid-ucjQW7Vxdw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucjQW7Vxdw .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ucGTWun2B8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #7c4700, #a57507);
}
.cid-ucd3WDWOJ3 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ucd3WDWOJ3 .mbr-section-subtitle {
  color: #767676;
}
.cid-ucd3WDWOJ3 H2 {
  color: #5b686b;
}
.cid-ucd3WE7ho1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/image-of-engineering-objects-on-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus-2-2000x1333.jpg");
}
.cid-ucd3WE7ho1 .mbr-text,
.cid-ucd3WE7ho1 .mbr-section-btn {
  text-align: center;
  color: #465052;
}
.cid-ucd3WE7ho1 H3 {
  text-align: left;
  color: #7c4700;
}
.cid-ucp0Bm0LpE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #aec5c4;
}
.cid-ucp0Bm0LpE .row {
  justify-content: center;
}
.cid-ucp0Bm0LpE .col-title {
  margin-bottom: 2.5rem;
}
.cid-ucp0Bm0LpE .mbr-section-title {
  color: #F6B7D2;
}
.cid-ucp0Bm0LpE .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ucp0Bm0LpE .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-ucp0Bm0LpE .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ucp0Bm0LpE .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ucp0Bm0LpE .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-ucp0Bm0LpE .card {
    min-height: 207px;
  }
}
.cid-ucp0Bm0LpE .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucp0Bm0LpE .card:hover .card-title {
  text-decoration: underline;
}
.cid-ucp0Bm0LpE .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ucp0Bm0LpE .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-ucp0Bm0LpE .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ucp0Bm0LpE .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ucp0Bm0LpE .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ucp0Bm0LpE .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ucp0Bm0LpE .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ucpsne6SYS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucpsne6SYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucpsne6SYS .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-ucpsne6SYS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucpsne6SYS .container {
    padding: 0 12px;
  }
}
.cid-ucpsne6SYS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucpsne6SYS .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #465052;
}
.cid-ucpsne6SYS .list li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ucpsne6SYS .mbr-section-title {
  color: #5f8058;
  text-align: left;
}
.cid-ucpqFtQAoM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fffcf2;
}
.cid-ucpqFtQAoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucpqFtQAoM .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-ucpqFtQAoM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucpqFtQAoM .container {
    padding: 0 12px;
  }
}
.cid-ucpqFtQAoM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucpqFtQAoM .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #465052;
}
.cid-ucpqFtQAoM .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ucpqFtQAoM .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #a9c8bb;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ucpqFtQAoM .mbr-section-title {
  color: #5f8058;
  text-align: left;
}
.cid-ucpqLRe7tK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fff7de;
}
.cid-ucpqLRe7tK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucpqLRe7tK .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-ucpqLRe7tK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucpqLRe7tK .container {
    padding: 0 12px;
  }
}
.cid-ucpqLRe7tK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucpqLRe7tK .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #465052;
}
.cid-ucpqLRe7tK .list li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ucpqLRe7tK .mbr-section-title {
  color: #5f8058;
  text-align: left;
}
.cid-ucp9899weW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7fff0;
}
.cid-ucp9899weW .container {
  padding: 0 5%;
}
.cid-ucp9899weW .counter-container ol {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: myCounter;
}
.cid-ucp9899weW .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ucp9899weW .counter-container ol li {
  list-style: none;
  position: relative;
  background: #f0f4ff;
  width: 450px;
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .cid-ucp9899weW .counter-container ol li {
    width: auto;
  }
}
.cid-ucp9899weW .counter-container ol li p {
  margin: .5rem 0 0 0;
}
.cid-ucp9899weW .counter-container ol li:before {
  position: absolute;
  left: -50px;
  top: 40%;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #fde4ca;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-ucp9899weW .counter-container ol li:before {
    left: -45px;
  }
}
.cid-ucp9899weW .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #465052;
  text-align: center;
}
.cid-ucp9899weW .mbr-text {
  color: #3a3e5e;
}
.cid-ucpus0xsu7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #aec5c4;
}
.cid-ucpus0xsu7 .row {
  justify-content: center;
}
.cid-ucpus0xsu7 .col-title {
  margin-bottom: 2.5rem;
}
.cid-ucpus0xsu7 .mbr-section-title {
  color: #F6B7D2;
}
.cid-ucpus0xsu7 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ucpus0xsu7 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-ucpus0xsu7 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ucpus0xsu7 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ucpus0xsu7 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-ucpus0xsu7 .card {
    min-height: 207px;
  }
}
.cid-ucpus0xsu7 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucpus0xsu7 .card:hover .card-title {
  text-decoration: underline;
}
.cid-ucpus0xsu7 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ucpus0xsu7 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-ucpus0xsu7 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ucpus0xsu7 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ucpus0xsu7 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ucpus0xsu7 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ucpus0xsu7 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ucptRrW7OL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucptRrW7OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucptRrW7OL .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-ucptRrW7OL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucptRrW7OL .container {
    padding: 0 12px;
  }
}
.cid-ucptRrW7OL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucptRrW7OL .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #465052;
}
.cid-ucptRrW7OL .list li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ucptRrW7OL .mbr-section-title {
  color: #5f8058;
  text-align: left;
}
.cid-ucpu0njGOh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffcf2;
}
.cid-ucpu0njGOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucpu0njGOh .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-ucpu0njGOh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucpu0njGOh .container {
    padding: 0 12px;
  }
}
.cid-ucpu0njGOh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucpu0njGOh .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #465052;
}
.cid-ucpu0njGOh .list li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ucpu0njGOh .mbr-section-title {
  color: #5f8058;
  text-align: left;
}
.cid-ucpGSdexAI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #cee1bf;
}
.cid-ucpGSdexAI .row {
  justify-content: center;
}
.cid-ucpGSdexAI .col-title {
  margin-bottom: 2.5rem;
}
.cid-ucpGSdexAI .mbr-section-title {
  color: #F6B7D2;
}
.cid-ucpGSdexAI .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ucpGSdexAI .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-ucpGSdexAI .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ucpGSdexAI .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ucpGSdexAI .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-ucpGSdexAI .card {
    min-height: 207px;
  }
}
.cid-ucpGSdexAI .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucpGSdexAI .card:hover .card-title {
  text-decoration: underline;
}
.cid-ucpGSdexAI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ucpGSdexAI .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-ucpGSdexAI .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ucpGSdexAI .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ucpGSdexAI .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ucpGSdexAI .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ucpGSdexAI .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ucd3WEUBBs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #073b4c;
}
.cid-ucd3WEUBBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucd3WEUBBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucd3WEUBBs .mbr-text,
.cid-ucd3WEUBBs .mbr-section-btn {
  color: #232323;
}
.cid-ucd3WEUBBs .card-title,
.cid-ucd3WEUBBs .card-box {
  color: #14cca3;
}
.cid-ucd3WEUBBs .mbr-text,
.cid-ucd3WEUBBs .link-wrap {
  color: #ffffff;
}
.cid-ucd3WF6HjC .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ucd3WF6HjC .icon-bar a:hover {
  background-color: #00b9a5;
  margin-left: -50px;
  width: 100px;
}
.cid-ucd3WF6HjC .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-ucd3WF6HjC .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-ucd3WF6HjC .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-ucd3WF6HjC .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-ucd3WF6HjC .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-ucd3WF6HjC .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-ucd3WF6HjC .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-ucd3WF6HjC .custom1 {
  background: #00a694;
  color: white;
  width: 50px;
}
.cid-ucd3WF6HjC .custom2 {
  background: #178e81;
  color: white;
  width: 50px;
}
.cid-ucd3WF6HjC .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-ucd3WF6HjC .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #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-ucd3WF6HjC .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-ucd3WF6HjC .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-ucd3WF6HjC P {
  color: #232323;
}
.cid-ucd3WF6HjC DIV {
  color: #ffffff;
}
.cid-ucd3WF6HjC H10 {
  color: #767676;
}
.cid-ucd3WF6HjC .hidden {
  display: none;
}
.cid-ucd3WF6HjC div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-ucGS7cb8p6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #045f63, #27867f);
}
.cid-ucd3WFDtFW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #045f63;
}
.cid-ucd3WFDtFW .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucd3WFDtFW .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucd3WFDtFW .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucd3WFDtFW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucd3WFDtFW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucd3WFDtFW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ucd3WFDtFW .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ucd3WFDtFW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ucd3WFDtFW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucd3WFDtFW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ucd3WFDtFW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucd3WFDtFW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucd3WFDtFW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ucd3WFDtFW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ucd3WFDtFW .media-container-row .mbr-text {
  color: #cccccc;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: bold;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #00a694;
}

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

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.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;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-ucnd5n5oHW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-ucnd5n5oHW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucnd5n5oHW a {
  font-style: normal;
}
.cid-ucnd5n5oHW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ucnd5n5oHW .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ucnd5n5oHW .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ucnd5n5oHW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucnd5n5oHW .menu-logo {
  margin-right: auto;
}
.cid-ucnd5n5oHW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ucnd5n5oHW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ucnd5n5oHW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucnd5n5oHW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucnd5n5oHW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucnd5n5oHW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucnd5n5oHW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ucnd5n5oHW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucnd5n5oHW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucnd5n5oHW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucnd5n5oHW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ucnd5n5oHW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ucnd5n5oHW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucnd5n5oHW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucnd5n5oHW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucnd5n5oHW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ucnd5n5oHW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ucnd5n5oHW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ucnd5n5oHW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucnd5n5oHW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucnd5n5oHW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucnd5n5oHW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucnd5n5oHW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ucnd5n5oHW button.navbar-toggler:focus {
  outline: none;
}
.cid-ucnd5n5oHW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29877d;
}
.cid-ucnd5n5oHW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucnd5n5oHW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucnd5n5oHW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucnd5n5oHW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucnd5n5oHW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucnd5n5oHW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucnd5n5oHW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucnd5n5oHW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucnd5n5oHW .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ucnd5n5oHW .collapsed .btn {
  display: flex;
}
.cid-ucnd5n5oHW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucnd5n5oHW .collapsed .navbar-collapse.collapsing,
.cid-ucnd5n5oHW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucnd5n5oHW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucnd5n5oHW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucnd5n5oHW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucnd5n5oHW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucnd5n5oHW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ucnd5n5oHW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ucnd5n5oHW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucnd5n5oHW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ucnd5n5oHW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucnd5n5oHW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ucnd5n5oHW .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucnd5n5oHW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ucnd5n5oHW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucnd5n5oHW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ucnd5n5oHW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucnd5n5oHW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucnd5n5oHW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ucnd5n5oHW .navbar-expand {
    flex-direction: column;
  }
  .cid-ucnd5n5oHW img {
    height: 3.8rem !important;
  }
  .cid-ucnd5n5oHW .btn {
    display: flex;
  }
  .cid-ucnd5n5oHW button.navbar-toggler {
    display: block;
  }
  .cid-ucnd5n5oHW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ucnd5n5oHW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucnd5n5oHW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucnd5n5oHW .navbar-collapse.collapsing,
  .cid-ucnd5n5oHW .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucnd5n5oHW .navbar-collapse.collapsing .navbar-nav,
  .cid-ucnd5n5oHW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ucnd5n5oHW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucnd5n5oHW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucnd5n5oHW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ucnd5n5oHW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucnd5n5oHW .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucnd5n5oHW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ucnd5n5oHW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucnd5n5oHW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucnd5n5oHW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ucnd5n5oHW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucnd5n5oHW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ucnd5n5oHW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ucnd5n5oHW .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ucnd5nrkZ2 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bewohner-betreuung-gr-1e-3b-2000x800.jpg");
}
.cid-ucnd5nrkZ2 .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-ucnd5nrkZ2 .mbr-author-desc {
  display: block;
}
.cid-ucnd5nrkZ2 .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-ucnd5nrkZ2 .mbr-testimonial .panel-item {
  background-color: #879a9f;
  background: linear-gradient(#879a9f, transparent);
}
.cid-ucnd5nrkZ2 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-ucnd5nrkZ2 .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 100%;
}
.cid-ucnd5nrkZ2 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ucnd5nrkZ2 .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-ucnd5nrkZ2 .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-ucnd5nrkZ2 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ucnd5nrkZ2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucnd5nrkZ2 .mbr-author-name {
  color: #ffffff;
  text-align: center;
}
.cid-ucnd5nG2nJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #de7400, #7c4700);
}
.cid-ucnd5nG2nJ H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucnd5nG2nJ .mbr-text,
.cid-ucnd5nG2nJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucnd5nSX9D {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #eaa351, #b87100);
}
.cid-ucnd5nSX9D H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucnd5nSX9D .mbr-text,
.cid-ucnd5nSX9D .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucnd5nSX9D .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ucGU3XmxC0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #7c4700, #a57507);
}
.cid-ucnd5ocNLU {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ucnd5ocNLU .mbr-section-subtitle {
  color: #767676;
}
.cid-ucnd5ocNLU H2 {
  color: #5b686b;
}
.cid-ucnd5okskG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/image-of-engineering-objects-on-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus-2-2000x1333.jpg");
}
.cid-ucnd5okskG .mbr-text,
.cid-ucnd5okskG .mbr-section-btn {
  text-align: center;
  color: #465052;
}
.cid-ucnd5okskG H3 {
  text-align: left;
  color: #7c4700;
}
.cid-ucDGL6Ai1Y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d9eef6;
}
.cid-ucDGL6Ai1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDGL6Ai1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDGL6Ai1Y .container,
.cid-ucDGL6Ai1Y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucDGL6Ai1Y .container,
  .cid-ucDGL6Ai1Y .container-fluid {
    padding: 0 20px;
  }
}
.cid-ucDGL6Ai1Y .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ucDGL6Ai1Y .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucDGL6Ai1Y .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucDGL6Ai1Y .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ucDGL6Ai1Y .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-ucDGL6Ai1Y .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ucDGL6Ai1Y .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ucDGL6Ai1Y .list-wrap {
  margin-bottom: 15px;
}
.cid-ucDGL6Ai1Y .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucDGL6Ai1Y .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: ✪;
}
.cid-ucDGL6Ai1Y .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-ucDGL6Ai1Y .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-ucDGL6Ai1Y .mbr-section-title {
  color: #5b686b;
  text-align: center;
}
.cid-ucDGL6Ai1Y .mbr-section-subtitle {
  color: #3d4045;
}
.cid-ucDGL6Ai1Y .list {
  color: #465052;
}
.cid-ucDGLN6arh {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #d6e8e8;
}
.cid-ucDGLN6arh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucDGLN6arh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucDGLN6arh .container,
.cid-ucDGLN6arh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucDGLN6arh .container,
  .cid-ucDGLN6arh .container-fluid {
    padding: 0 20px;
  }
}
.cid-ucDGLN6arh .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ucDGLN6arh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ucDGLN6arh .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucDGLN6arh .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ucDGLN6arh .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-ucDGLN6arh .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ucDGLN6arh .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ucDGLN6arh .list-wrap {
  margin-bottom: 15px;
}
.cid-ucDGLN6arh .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucDGLN6arh .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: ✪;
}
.cid-ucDGLN6arh .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-ucDGLN6arh .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-ucDGLN6arh .mbr-section-title {
  color: #5b686b;
  text-align: center;
}
.cid-ucDGLN6arh .mbr-section-subtitle {
  color: #3d4045;
}
.cid-ucDGLN6arh .list {
  color: #465052;
}
.cid-ucERRJCSxE {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #5f8058;
}
.cid-ucERRJCSxE .mbr-section-subtitle {
  color: #767676;
}
.cid-ucERRJCSxE H2 {
  color: #ffffff;
}
.cid-ucESqUID31 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #387469;
}
.cid-ucESqUID31 .row {
  justify-content: center;
}
.cid-ucESqUID31 .col-title {
  margin-bottom: 2.5rem;
}
.cid-ucESqUID31 .mbr-section-title {
  color: #F6B7D2;
}
.cid-ucESqUID31 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ucESqUID31 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-ucESqUID31 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ucESqUID31 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ucESqUID31 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-ucESqUID31 .card {
    min-height: 207px;
  }
}
.cid-ucESqUID31 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucESqUID31 .card:hover .card-title {
  text-decoration: underline;
}
.cid-ucESqUID31 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ucESqUID31 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-ucESqUID31 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ucESqUID31 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ucESqUID31 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ucESqUID31 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ucESqUID31 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ucERSjpa1M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/image-of-engineering-objects-on-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus-2-2000x1333.jpg");
}
.cid-ucERSjpa1M .mbr-text,
.cid-ucERSjpa1M .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucERSjpa1M H3 {
  text-align: left;
  color: #7c4700;
}
.cid-ucnd5pbp88 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #073b4c;
}
.cid-ucnd5pbp88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucnd5pbp88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucnd5pbp88 .mbr-text,
.cid-ucnd5pbp88 .mbr-section-btn {
  color: #232323;
}
.cid-ucnd5pbp88 .card-title,
.cid-ucnd5pbp88 .card-box {
  color: #14cca3;
}
.cid-ucnd5pbp88 .mbr-text,
.cid-ucnd5pbp88 .link-wrap {
  color: #ffffff;
}
.cid-ucnd5poiNJ .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ucnd5poiNJ .icon-bar a:hover {
  background-color: #00b9a5;
  margin-left: -50px;
  width: 100px;
}
.cid-ucnd5poiNJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-ucnd5poiNJ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-ucnd5poiNJ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-ucnd5poiNJ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-ucnd5poiNJ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-ucnd5poiNJ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-ucnd5poiNJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-ucnd5poiNJ .custom1 {
  background: #00a694;
  color: white;
  width: 50px;
}
.cid-ucnd5poiNJ .custom2 {
  background: #178e81;
  color: white;
  width: 50px;
}
.cid-ucnd5poiNJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-ucnd5poiNJ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #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-ucnd5poiNJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-ucnd5poiNJ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-ucnd5poiNJ P {
  color: #232323;
}
.cid-ucnd5poiNJ DIV {
  color: #ffffff;
}
.cid-ucnd5poiNJ H10 {
  color: #767676;
}
.cid-ucnd5poiNJ .hidden {
  display: none;
}
.cid-ucnd5poiNJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-ucGSkf5LmY {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #045f63, #27867f);
}
.cid-ucnd5pW9pP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #045f63;
}
.cid-ucnd5pW9pP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucnd5pW9pP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucnd5pW9pP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucnd5pW9pP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucnd5pW9pP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucnd5pW9pP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ucnd5pW9pP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ucnd5pW9pP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ucnd5pW9pP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucnd5pW9pP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ucnd5pW9pP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucnd5pW9pP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucnd5pW9pP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ucnd5pW9pP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ucnd5pW9pP .media-container-row .mbr-text {
  color: #cccccc;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: bold;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #00a694;
}

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

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.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;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-ucnkByJjUN .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-ucnkByJjUN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucnkByJjUN a {
  font-style: normal;
}
.cid-ucnkByJjUN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ucnkByJjUN .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ucnkByJjUN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ucnkByJjUN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucnkByJjUN .menu-logo {
  margin-right: auto;
}
.cid-ucnkByJjUN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ucnkByJjUN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ucnkByJjUN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucnkByJjUN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucnkByJjUN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucnkByJjUN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucnkByJjUN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ucnkByJjUN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucnkByJjUN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucnkByJjUN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucnkByJjUN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ucnkByJjUN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ucnkByJjUN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucnkByJjUN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucnkByJjUN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucnkByJjUN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ucnkByJjUN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ucnkByJjUN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ucnkByJjUN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucnkByJjUN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucnkByJjUN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucnkByJjUN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucnkByJjUN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ucnkByJjUN button.navbar-toggler:focus {
  outline: none;
}
.cid-ucnkByJjUN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29877d;
}
.cid-ucnkByJjUN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucnkByJjUN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucnkByJjUN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucnkByJjUN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucnkByJjUN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucnkByJjUN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucnkByJjUN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucnkByJjUN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucnkByJjUN .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ucnkByJjUN .collapsed .btn {
  display: flex;
}
.cid-ucnkByJjUN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucnkByJjUN .collapsed .navbar-collapse.collapsing,
.cid-ucnkByJjUN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucnkByJjUN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucnkByJjUN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucnkByJjUN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucnkByJjUN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucnkByJjUN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ucnkByJjUN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ucnkByJjUN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucnkByJjUN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ucnkByJjUN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucnkByJjUN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ucnkByJjUN .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucnkByJjUN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ucnkByJjUN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucnkByJjUN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ucnkByJjUN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucnkByJjUN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucnkByJjUN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ucnkByJjUN .navbar-expand {
    flex-direction: column;
  }
  .cid-ucnkByJjUN img {
    height: 3.8rem !important;
  }
  .cid-ucnkByJjUN .btn {
    display: flex;
  }
  .cid-ucnkByJjUN button.navbar-toggler {
    display: block;
  }
  .cid-ucnkByJjUN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ucnkByJjUN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucnkByJjUN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucnkByJjUN .navbar-collapse.collapsing,
  .cid-ucnkByJjUN .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucnkByJjUN .navbar-collapse.collapsing .navbar-nav,
  .cid-ucnkByJjUN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ucnkByJjUN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucnkByJjUN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucnkByJjUN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ucnkByJjUN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucnkByJjUN .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucnkByJjUN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ucnkByJjUN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucnkByJjUN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucnkByJjUN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ucnkByJjUN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucnkByJjUN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ucnkByJjUN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ucnkByJjUN .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ucnkBz4oAA {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/leistungen-5b-2000x1200.jpg");
}
.cid-ucnkBz4oAA .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-ucnkBz4oAA .mbr-author-desc {
  display: block;
}
.cid-ucnkBz4oAA .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-ucnkBz4oAA .mbr-testimonial .panel-item {
  background-color: #879a9f;
  background: linear-gradient(#879a9f, transparent);
}
.cid-ucnkBz4oAA .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-ucnkBz4oAA .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 100%;
}
.cid-ucnkBz4oAA .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ucnkBz4oAA .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-ucnkBz4oAA .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-ucnkBz4oAA .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ucnkBz4oAA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucnkBz4oAA .mbr-author-name {
  color: #ffffff;
  text-align: center;
}
.cid-ucnkBzjU3l {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #de7400, #7c4700);
}
.cid-ucnkBzjU3l H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucnkBzjU3l .mbr-text,
.cid-ucnkBzjU3l .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucnkBzu34u {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #eaa351, #b87100);
}
.cid-ucnkBzu34u H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucnkBzu34u .mbr-text,
.cid-ucnkBzu34u .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucnkBzu34u .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ucGU9dwn3c {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #7c4700, #a57507);
}
.cid-ucnkBzOPJg {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #fef7f2;
}
.cid-ucnkBzOPJg .mbr-section-subtitle {
  color: #767676;
}
.cid-ucnkBzOPJg H2 {
  color: #465052;
}
.cid-ucFmy50KIp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #aec5c4;
}
.cid-ucFmy50KIp .row {
  justify-content: center;
}
.cid-ucFmy50KIp .col-title {
  margin-bottom: 2.5rem;
}
.cid-ucFmy50KIp .mbr-section-title {
  color: #F6B7D2;
}
.cid-ucFmy50KIp .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ucFmy50KIp .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-ucFmy50KIp .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ucFmy50KIp .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ucFmy50KIp .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-ucFmy50KIp .card {
    min-height: 207px;
  }
}
.cid-ucFmy50KIp .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucFmy50KIp .card:hover .card-title {
  text-decoration: underline;
}
.cid-ucFmy50KIp .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ucFmy50KIp .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-ucFmy50KIp .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ucFmy50KIp .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ucFmy50KIp .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ucFmy50KIp .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ucFmy50KIp .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ucFlRWLJsc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f8fa;
}
.cid-ucFlRWLJsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucFlRWLJsc .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-ucFlRWLJsc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucFlRWLJsc .container {
    padding: 0 12px;
  }
}
.cid-ucFlRWLJsc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucFlRWLJsc .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-ucFlRWLJsc .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ucFlRWLJsc .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #a9c8bb;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ucFlRWLJsc .mbr-section-title {
  color: #5f8058;
  text-align: left;
}
.cid-ucFmzCKo5W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #aec5c4;
}
.cid-ucFmzCKo5W .row {
  justify-content: center;
}
.cid-ucFmzCKo5W .col-title {
  margin-bottom: 2.5rem;
}
.cid-ucFmzCKo5W .mbr-section-title {
  color: #F6B7D2;
}
.cid-ucFmzCKo5W .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ucFmzCKo5W .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-ucFmzCKo5W .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ucFmzCKo5W .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ucFmzCKo5W .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-ucFmzCKo5W .card {
    min-height: 207px;
  }
}
.cid-ucFmzCKo5W .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucFmzCKo5W .card:hover .card-title {
  text-decoration: underline;
}
.cid-ucFmzCKo5W .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ucFmzCKo5W .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-ucFmzCKo5W .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ucFmzCKo5W .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ucFmzCKo5W .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ucFmzCKo5W .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ucFmzCKo5W .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ucFbPNElOg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fffcf2;
}
.cid-ucFbPNElOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucFbPNElOg .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-ucFbPNElOg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucFbPNElOg .container {
    padding: 0 12px;
  }
}
.cid-ucFbPNElOg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucFbPNElOg .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-ucFbPNElOg .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ucFbPNElOg .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #a9c8bb;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ucFbPNElOg .mbr-section-title {
  color: #5f8058;
  text-align: left;
}
.cid-ucnkBAMEDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #073b4c;
}
.cid-ucnkBAMEDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucnkBAMEDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucnkBAMEDa .mbr-text,
.cid-ucnkBAMEDa .mbr-section-btn {
  color: #232323;
}
.cid-ucnkBAMEDa .card-title,
.cid-ucnkBAMEDa .card-box {
  color: #14cca3;
}
.cid-ucnkBAMEDa .mbr-text,
.cid-ucnkBAMEDa .link-wrap {
  color: #ffffff;
}
.cid-ucnkBB1HUs .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ucnkBB1HUs .icon-bar a:hover {
  background-color: #00b9a5;
  margin-left: -50px;
  width: 100px;
}
.cid-ucnkBB1HUs .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-ucnkBB1HUs .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-ucnkBB1HUs .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-ucnkBB1HUs .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-ucnkBB1HUs .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-ucnkBB1HUs .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-ucnkBB1HUs .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-ucnkBB1HUs .custom1 {
  background: #00a694;
  color: white;
  width: 50px;
}
.cid-ucnkBB1HUs .custom2 {
  background: #178e81;
  color: white;
  width: 50px;
}
.cid-ucnkBB1HUs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-ucnkBB1HUs .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #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-ucnkBB1HUs .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-ucnkBB1HUs .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-ucnkBB1HUs P {
  color: #232323;
}
.cid-ucnkBB1HUs DIV {
  color: #ffffff;
}
.cid-ucnkBB1HUs H10 {
  color: #767676;
}
.cid-ucnkBB1HUs .hidden {
  display: none;
}
.cid-ucnkBB1HUs div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-ucGSwc23t8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #045f63, #27867f);
}
.cid-ucnkBBxV9I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #045f63;
}
.cid-ucnkBBxV9I .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucnkBBxV9I .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucnkBBxV9I .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucnkBBxV9I .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucnkBBxV9I .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucnkBBxV9I .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ucnkBBxV9I .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ucnkBBxV9I .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ucnkBBxV9I .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucnkBBxV9I .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ucnkBBxV9I .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucnkBBxV9I .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucnkBBxV9I .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ucnkBBxV9I .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ucnkBBxV9I .media-container-row .mbr-text {
  color: #cccccc;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: bold;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #00a694;
}

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

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.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;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-ucACGvCM5d .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-ucACGvCM5d .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucACGvCM5d a {
  font-style: normal;
}
.cid-ucACGvCM5d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ucACGvCM5d .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ucACGvCM5d .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ucACGvCM5d .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucACGvCM5d .menu-logo {
  margin-right: auto;
}
.cid-ucACGvCM5d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ucACGvCM5d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ucACGvCM5d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucACGvCM5d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucACGvCM5d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucACGvCM5d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucACGvCM5d .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ucACGvCM5d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucACGvCM5d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucACGvCM5d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucACGvCM5d .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ucACGvCM5d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ucACGvCM5d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucACGvCM5d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucACGvCM5d .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucACGvCM5d .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ucACGvCM5d .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ucACGvCM5d .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ucACGvCM5d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucACGvCM5d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucACGvCM5d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucACGvCM5d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucACGvCM5d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ucACGvCM5d button.navbar-toggler:focus {
  outline: none;
}
.cid-ucACGvCM5d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29877d;
}
.cid-ucACGvCM5d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucACGvCM5d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucACGvCM5d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucACGvCM5d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucACGvCM5d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucACGvCM5d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucACGvCM5d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucACGvCM5d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucACGvCM5d .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ucACGvCM5d .collapsed .btn {
  display: flex;
}
.cid-ucACGvCM5d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucACGvCM5d .collapsed .navbar-collapse.collapsing,
.cid-ucACGvCM5d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucACGvCM5d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucACGvCM5d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucACGvCM5d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucACGvCM5d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucACGvCM5d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ucACGvCM5d .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ucACGvCM5d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucACGvCM5d .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ucACGvCM5d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucACGvCM5d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ucACGvCM5d .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucACGvCM5d .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ucACGvCM5d .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucACGvCM5d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ucACGvCM5d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucACGvCM5d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucACGvCM5d .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ucACGvCM5d .navbar-expand {
    flex-direction: column;
  }
  .cid-ucACGvCM5d img {
    height: 3.8rem !important;
  }
  .cid-ucACGvCM5d .btn {
    display: flex;
  }
  .cid-ucACGvCM5d button.navbar-toggler {
    display: block;
  }
  .cid-ucACGvCM5d .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ucACGvCM5d .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucACGvCM5d .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucACGvCM5d .navbar-collapse.collapsing,
  .cid-ucACGvCM5d .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucACGvCM5d .navbar-collapse.collapsing .navbar-nav,
  .cid-ucACGvCM5d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ucACGvCM5d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucACGvCM5d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucACGvCM5d .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ucACGvCM5d .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucACGvCM5d .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucACGvCM5d .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ucACGvCM5d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucACGvCM5d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucACGvCM5d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ucACGvCM5d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucACGvCM5d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ucACGvCM5d .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ucACGvCM5d .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ucACGvZCfT {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jobs-7d-1-1989x612.jpg");
}
.cid-ucACGvZCfT .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-ucACGvZCfT .mbr-author-desc {
  display: block;
}
.cid-ucACGvZCfT .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-ucACGvZCfT .mbr-testimonial .panel-item {
  background-color: #519c9e;
  background: linear-gradient(#519c9e, transparent);
}
.cid-ucACGvZCfT .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-ucACGvZCfT .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 100%;
}
.cid-ucACGvZCfT .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ucACGvZCfT .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-ucACGvZCfT .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-ucACGvZCfT .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ucACGvZCfT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucACGvZCfT .mbr-author-name {
  color: #ffffff;
  text-align: center;
}
.cid-ucACGwi2aW {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #de7400, #7c4700);
}
.cid-ucACGwi2aW H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucACGwi2aW .mbr-text,
.cid-ucACGwi2aW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucACGwvmJH {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #eaa351, #b87100);
}
.cid-ucACGwvmJH H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucACGwvmJH .mbr-text,
.cid-ucACGwvmJH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucACGwvmJH .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ucGUj3QrO2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #7c4700, #a57507);
}
.cid-ucACGwUsFk {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ucACGwUsFk .mbr-section-subtitle {
  color: #767676;
}
.cid-ucACGwUsFk H2 {
  color: #99501f;
}
.cid-urgUCN3s3z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urgUCN3s3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgUCN3s3z .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-urgUCN3s3z .container {
    padding: 0 20px;
  }
}
.cid-urgUCN3s3z .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urgUCN3s3z .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-urgUCN3s3z .mbr-section-title {
  color: #99501f;
  text-align: center;
}
.cid-urgUCN3s3z .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-urgS1zuvtl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urgS1zuvtl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-urgS1zuvtl .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-urgS1zuvtl .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffca69;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-urgS1zuvtl .mbr-section-title {
  text-align: left;
  color: #252434;
}
.cid-urgS1zuvtl .mbr-text {
  color: #232323;
}
.cid-uwYoF7x1ng {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #489497;
}
.cid-uwYoF7x1ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwYoF7x1ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwYoF7x1ng .mbr-text,
.cid-uwYoF7x1ng .mbr-section-btn {
  color: #232323;
}
.cid-uwYoF7x1ng .card-title,
.cid-uwYoF7x1ng .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uwYoF7x1ng .mbr-text,
.cid-uwYoF7x1ng .link-wrap {
  color: #ffffff;
}
.cid-uwYoF7x1ng .card-box .mbr-text,
.cid-uwYoF7x1ng .mbr-section-btn {
  text-align: center;
  color: #b2ccd2;
}
.cid-ucFxcr8E6L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.png");
}
.cid-ucFxcr8E6L .title-block {
  justify-content: space-between;
}
.cid-ucFxcr8E6L .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-ucFxcr8E6L .mbr-section-title {
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-ucFxcr8E6L .card-wrapper {
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  padding: 60px 40px 30px;
  margin: 0 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.15);
}
.cid-ucFxcr8E6L .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
}
.cid-ucFxcr8E6L .title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: left;
  color: #ffffff;
}
.cid-ucFxcr8E6L .subtitle {
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
  color: #1c5e64;
}
.cid-ucFxcr8E6L .text {
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  color: #1c5e64;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-ucFxcr8E6L .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-ucFxcr8E6L .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-ucFxcr8E6L .card-wrapper {
    margin: 10px;
  }
}
@media (max-width: 574px) {
  .cid-ucFxcr8E6L .col-12 {
    padding-top: 35px;
  }
  .cid-ucFxcr8E6L .col-12:first-child {
    padding-top: 0px;
  }
  .cid-ucFxcr8E6L .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-ucFxcr8E6L H3 {
  color: #ffffff;
}
.cid-uwYpslalTd {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background3-1.png");
}
.cid-uwYpslalTd .title-block {
  justify-content: space-between;
}
.cid-uwYpslalTd .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-uwYpslalTd .mbr-section-title {
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-uwYpslalTd .card-wrapper {
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  padding: 60px 40px 30px;
  margin: 0 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.15);
}
.cid-uwYpslalTd .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
}
.cid-uwYpslalTd .title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: left;
  color: #1c5e64;
}
.cid-uwYpslalTd .subtitle {
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
  color: #065a76;
}
.cid-uwYpslalTd .text {
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  color: #1c5e64;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uwYpslalTd .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-uwYpslalTd .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uwYpslalTd .card-wrapper {
    margin: 10px;
  }
}
@media (max-width: 574px) {
  .cid-uwYpslalTd .col-12 {
    padding-top: 35px;
  }
  .cid-uwYpslalTd .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uwYpslalTd .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uwYpslalTd H3 {
  color: #ffffff;
}
.cid-urgS3A73aK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urgS3A73aK H3 {
  text-align: left;
  color: #55b4c4;
}
.cid-urgS3A73aK .mbr-text,
.cid-urgS3A73aK .mbr-section-btn {
  text-align: left;
  color: #0792a9;
}
.cid-ui3uHsVxZj {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background3-1.png");
}
.cid-ui3uHsVxZj .title-block {
  justify-content: space-between;
}
.cid-ui3uHsVxZj .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-ui3uHsVxZj .mbr-section-title {
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-ui3uHsVxZj .card-wrapper {
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  padding: 60px 40px 30px;
  margin: 0 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.15);
}
.cid-ui3uHsVxZj .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
}
.cid-ui3uHsVxZj .title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: left;
  color: #1c5e64;
}
.cid-ui3uHsVxZj .subtitle {
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
  color: #1c5e64;
}
.cid-ui3uHsVxZj .text {
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  color: #1c5e64;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-ui3uHsVxZj .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-ui3uHsVxZj .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-ui3uHsVxZj .card-wrapper {
    margin: 10px;
  }
}
@media (max-width: 574px) {
  .cid-ui3uHsVxZj .col-12 {
    padding-top: 35px;
  }
  .cid-ui3uHsVxZj .col-12:first-child {
    padding-top: 0px;
  }
  .cid-ui3uHsVxZj .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-ui3uHsVxZj H3 {
  color: #ffffff;
}
.cid-ucFxUyK1kN {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #cce3e7, #045f63);
}
.cid-ucFxUyK1kN .mbr-text,
.cid-ucFxUyK1kN .mbr-section-btn {
  color: #ffffff;
}
.cid-ucFxV6qCzi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucFxV6qCzi .title_block {
  margin-bottom: 80px;
}
.cid-ucFxV6qCzi .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #288c81;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-ucFxV6qCzi .mbr-section-title,
.cid-ucFxV6qCzi .card-title {
  color: #da7400;
}
.cid-ucFxV6qCzi .card-title {
  margin-bottom: 22px;
  color: #278a58;
}
.cid-ucFxV6qCzi .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-ucFxV6qCzi .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-ucFxV6qCzi .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ucFxV6qCzi .btn_link:hover {
  cursor: pointer;
}
.cid-ucFxV6qCzi .btn_link:hover a {
  color: #288c81 !important;
}
.cid-ucFxV6qCzi .btn_link:hover span {
  transform: translatex(5px);
}
.cid-ucFxV6qCzi .item-img {
  margin-bottom: 40px;
}
.cid-ucFxV6qCzi img,
.cid-ucFxV6qCzi .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-ucFxV6qCzi .item:focus,
.cid-ucFxV6qCzi span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-ucFxV6qCzi .title_block {
    margin-bottom: 40px;
  }
  .cid-ucFxV6qCzi .card-title,
  .cid-ucFxV6qCzi .card-text {
    margin-bottom: 16px;
  }
  .cid-ucFxV6qCzi .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-ucFxV6qCzi .mbr-section-title {
  color: #006b88;
}
.cid-ucACGyKNfZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #073b4c;
}
.cid-ucACGyKNfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucACGyKNfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucACGyKNfZ .mbr-text,
.cid-ucACGyKNfZ .mbr-section-btn {
  color: #232323;
}
.cid-ucACGyKNfZ .card-title,
.cid-ucACGyKNfZ .card-box {
  color: #14cca3;
}
.cid-ucACGyKNfZ .mbr-text,
.cid-ucACGyKNfZ .link-wrap {
  color: #ffffff;
}
.cid-ucACGyWohJ .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ucACGyWohJ .icon-bar a:hover {
  background-color: #00b9a5;
  margin-left: -50px;
  width: 100px;
}
.cid-ucACGyWohJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-ucACGyWohJ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-ucACGyWohJ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-ucACGyWohJ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-ucACGyWohJ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-ucACGyWohJ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-ucACGyWohJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-ucACGyWohJ .custom1 {
  background: #00a694;
  color: white;
  width: 50px;
}
.cid-ucACGyWohJ .custom2 {
  background: #178e81;
  color: white;
  width: 50px;
}
.cid-ucACGyWohJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-ucACGyWohJ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #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-ucACGyWohJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-ucACGyWohJ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-ucACGyWohJ P {
  color: #232323;
}
.cid-ucACGyWohJ DIV {
  color: #ffffff;
}
.cid-ucACGyWohJ H10 {
  color: #767676;
}
.cid-ucACGyWohJ .hidden {
  display: none;
}
.cid-ucACGyWohJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-ucGSEqOVYH {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #045f63, #27867f);
}
.cid-ucACGzxLP8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #045f63;
}
.cid-ucACGzxLP8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucACGzxLP8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucACGzxLP8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucACGzxLP8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucACGzxLP8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucACGzxLP8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ucACGzxLP8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ucACGzxLP8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ucACGzxLP8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucACGzxLP8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ucACGzxLP8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucACGzxLP8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucACGzxLP8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ucACGzxLP8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ucACGzxLP8 .media-container-row .mbr-text {
  color: #cccccc;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: bold;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #00a694;
}

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

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.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;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-ucBiMkeY1S .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-ucBiMkeY1S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucBiMkeY1S a {
  font-style: normal;
}
.cid-ucBiMkeY1S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ucBiMkeY1S .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ucBiMkeY1S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ucBiMkeY1S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucBiMkeY1S .menu-logo {
  margin-right: auto;
}
.cid-ucBiMkeY1S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ucBiMkeY1S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ucBiMkeY1S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucBiMkeY1S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucBiMkeY1S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucBiMkeY1S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucBiMkeY1S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ucBiMkeY1S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucBiMkeY1S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucBiMkeY1S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucBiMkeY1S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ucBiMkeY1S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ucBiMkeY1S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucBiMkeY1S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucBiMkeY1S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucBiMkeY1S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ucBiMkeY1S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ucBiMkeY1S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ucBiMkeY1S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucBiMkeY1S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucBiMkeY1S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucBiMkeY1S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucBiMkeY1S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ucBiMkeY1S button.navbar-toggler:focus {
  outline: none;
}
.cid-ucBiMkeY1S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29877d;
}
.cid-ucBiMkeY1S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucBiMkeY1S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucBiMkeY1S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucBiMkeY1S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucBiMkeY1S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucBiMkeY1S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucBiMkeY1S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucBiMkeY1S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucBiMkeY1S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ucBiMkeY1S .collapsed .btn {
  display: flex;
}
.cid-ucBiMkeY1S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucBiMkeY1S .collapsed .navbar-collapse.collapsing,
.cid-ucBiMkeY1S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucBiMkeY1S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucBiMkeY1S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucBiMkeY1S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucBiMkeY1S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucBiMkeY1S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ucBiMkeY1S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ucBiMkeY1S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucBiMkeY1S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ucBiMkeY1S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucBiMkeY1S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ucBiMkeY1S .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucBiMkeY1S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ucBiMkeY1S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucBiMkeY1S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ucBiMkeY1S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucBiMkeY1S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucBiMkeY1S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ucBiMkeY1S .navbar-expand {
    flex-direction: column;
  }
  .cid-ucBiMkeY1S img {
    height: 3.8rem !important;
  }
  .cid-ucBiMkeY1S .btn {
    display: flex;
  }
  .cid-ucBiMkeY1S button.navbar-toggler {
    display: block;
  }
  .cid-ucBiMkeY1S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ucBiMkeY1S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucBiMkeY1S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucBiMkeY1S .navbar-collapse.collapsing,
  .cid-ucBiMkeY1S .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucBiMkeY1S .navbar-collapse.collapsing .navbar-nav,
  .cid-ucBiMkeY1S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ucBiMkeY1S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucBiMkeY1S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucBiMkeY1S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ucBiMkeY1S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucBiMkeY1S .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucBiMkeY1S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ucBiMkeY1S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucBiMkeY1S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucBiMkeY1S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ucBiMkeY1S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucBiMkeY1S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ucBiMkeY1S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ucBiMkeY1S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ucBiMkyRbp {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/impressum-datenschutz-2-2000x629.jpg");
}
.cid-ucBiMkyRbp .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-ucBiMkyRbp .mbr-author-desc {
  display: block;
}
.cid-ucBiMkyRbp .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-ucBiMkyRbp .mbr-testimonial .panel-item {
  background-color: #0f7699;
  background: linear-gradient(#0f7699, transparent);
}
.cid-ucBiMkyRbp .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-ucBiMkyRbp .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 100%;
}
.cid-ucBiMkyRbp .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ucBiMkyRbp .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-ucBiMkyRbp .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-ucBiMkyRbp .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ucBiMkyRbp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucBiMkyRbp .mbr-author-name {
  color: #ffffff;
  text-align: center;
}
.cid-ucBiMkL7cl {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #de7400, #7c4700);
}
.cid-ucBiMkL7cl H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucBiMkL7cl .mbr-text,
.cid-ucBiMkL7cl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucBiMkWO7p {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #eaa351, #b87100);
}
.cid-ucBiMkWO7p H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucBiMkWO7p .mbr-text,
.cid-ucBiMkWO7p .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucBiMkWO7p .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ucGUzO7iQN {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #7c4700, #a57507);
}
.cid-ucGISAQSkI {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #065a76, #d46d00);
}
.cid-ucGI45R5AI {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ucGI45R5AI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ucGI45R5AI p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-ucGI45R5AI .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-ucGI45R5AI .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-ucGI45R5AI .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucGI45R5AI .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-ucGI45R5AI .card-box {
    padding-left: 0;
  }
}
.cid-ucGI45R5AI .card-title,
.cid-ucGI45R5AI .card-img {
  color: #80785b;
}
.cid-ucGI45R5AI P {
  color: #767676;
}
.cid-ucGI5UXC5J {
  background-color: #d46d00;
}
.cid-ucGI5UXC5J .wave1 {
  fill: #519c9e;
}
.cid-ucGI5UXC5J .wave2 {
  fill: #519c9e;
  opacity: 0.5;
}
.cid-ucGI5UXC5J .wave3,
.cid-ucGI5UXC5J .wave4 {
  fill: #519c9e;
  opacity: 0.35;
}
.cid-ucGI79kw15 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucGI79kw15 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ucGI79kw15 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-ucGI79kw15 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-ucGI79kw15 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-ucGI79kw15 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucGI79kw15 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-ucGI79kw15 .card-box {
    padding-left: 0;
  }
}
.cid-ucGI79kw15 .card-title,
.cid-ucGI79kw15 .card-img {
  color: #467b87;
}
.cid-ucGI79kw15 P {
  color: #467487;
}
.cid-ucBiMmhFG6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #073b4c;
}
.cid-ucBiMmhFG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucBiMmhFG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucBiMmhFG6 .mbr-text,
.cid-ucBiMmhFG6 .mbr-section-btn {
  color: #232323;
}
.cid-ucBiMmhFG6 .card-title,
.cid-ucBiMmhFG6 .card-box {
  color: #14cca3;
}
.cid-ucBiMmhFG6 .mbr-text,
.cid-ucBiMmhFG6 .link-wrap {
  color: #ffffff;
}
.cid-ucBiMmtxaj .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ucBiMmtxaj .icon-bar a:hover {
  background-color: #00b9a5;
  margin-left: -50px;
  width: 100px;
}
.cid-ucBiMmtxaj .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-ucBiMmtxaj .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-ucBiMmtxaj .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-ucBiMmtxaj .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-ucBiMmtxaj .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-ucBiMmtxaj .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-ucBiMmtxaj .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-ucBiMmtxaj .custom1 {
  background: #00a694;
  color: white;
  width: 50px;
}
.cid-ucBiMmtxaj .custom2 {
  background: #178e81;
  color: white;
  width: 50px;
}
.cid-ucBiMmtxaj .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-ucBiMmtxaj .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #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-ucBiMmtxaj .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-ucBiMmtxaj .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-ucBiMmtxaj P {
  color: #232323;
}
.cid-ucBiMmtxaj DIV {
  color: #ffffff;
}
.cid-ucBiMmtxaj H10 {
  color: #767676;
}
.cid-ucBiMmtxaj .hidden {
  display: none;
}
.cid-ucBiMmtxaj div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-ucBiMmOapN {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #045f63, #27867f);
}
.cid-ucBiMmZWIh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #045f63;
}
.cid-ucBiMmZWIh .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucBiMmZWIh .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucBiMmZWIh .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucBiMmZWIh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucBiMmZWIh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucBiMmZWIh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ucBiMmZWIh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ucBiMmZWIh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ucBiMmZWIh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucBiMmZWIh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ucBiMmZWIh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucBiMmZWIh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucBiMmZWIh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ucBiMmZWIh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ucBiMmZWIh .media-container-row .mbr-text {
  color: #cccccc;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: bold;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #00a694;
}

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

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.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;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-ucBh0FHSn7 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-ucBh0FHSn7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ucBh0FHSn7 a {
  font-style: normal;
}
.cid-ucBh0FHSn7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ucBh0FHSn7 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ucBh0FHSn7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ucBh0FHSn7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ucBh0FHSn7 .menu-logo {
  margin-right: auto;
}
.cid-ucBh0FHSn7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ucBh0FHSn7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ucBh0FHSn7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ucBh0FHSn7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ucBh0FHSn7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ucBh0FHSn7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ucBh0FHSn7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ucBh0FHSn7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ucBh0FHSn7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucBh0FHSn7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ucBh0FHSn7 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ucBh0FHSn7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ucBh0FHSn7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucBh0FHSn7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ucBh0FHSn7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucBh0FHSn7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ucBh0FHSn7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ucBh0FHSn7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ucBh0FHSn7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ucBh0FHSn7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ucBh0FHSn7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ucBh0FHSn7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ucBh0FHSn7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ucBh0FHSn7 button.navbar-toggler:focus {
  outline: none;
}
.cid-ucBh0FHSn7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #29877d;
}
.cid-ucBh0FHSn7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucBh0FHSn7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucBh0FHSn7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucBh0FHSn7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucBh0FHSn7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucBh0FHSn7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucBh0FHSn7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucBh0FHSn7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucBh0FHSn7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ucBh0FHSn7 .collapsed .btn {
  display: flex;
}
.cid-ucBh0FHSn7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.collapsing,
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ucBh0FHSn7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ucBh0FHSn7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ucBh0FHSn7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ucBh0FHSn7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ucBh0FHSn7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ucBh0FHSn7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ucBh0FHSn7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ucBh0FHSn7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ucBh0FHSn7 .navbar-expand {
    flex-direction: column;
  }
  .cid-ucBh0FHSn7 img {
    height: 3.8rem !important;
  }
  .cid-ucBh0FHSn7 .btn {
    display: flex;
  }
  .cid-ucBh0FHSn7 button.navbar-toggler {
    display: block;
  }
  .cid-ucBh0FHSn7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ucBh0FHSn7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ucBh0FHSn7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ucBh0FHSn7 .navbar-collapse.collapsing,
  .cid-ucBh0FHSn7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ucBh0FHSn7 .navbar-collapse.collapsing .navbar-nav,
  .cid-ucBh0FHSn7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ucBh0FHSn7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ucBh0FHSn7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ucBh0FHSn7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ucBh0FHSn7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucBh0FHSn7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ucBh0FHSn7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ucBh0FHSn7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ucBh0FHSn7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ucBh0FHSn7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ucBh0FHSn7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ucBh0FHSn7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ucBh0FHSn7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ucBh0FHSn7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ucBh0G2Vpp {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kontakt-3b-2000x756.jpg");
}
.cid-ucBh0G2Vpp .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-ucBh0G2Vpp .mbr-author-desc {
  display: block;
}
.cid-ucBh0G2Vpp .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-ucBh0G2Vpp .mbr-testimonial .panel-item {
  background-color: #a75900;
  background: linear-gradient(#a75900, transparent);
}
.cid-ucBh0G2Vpp .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-ucBh0G2Vpp .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 100%;
}
.cid-ucBh0G2Vpp .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ucBh0G2Vpp .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-ucBh0G2Vpp .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-ucBh0G2Vpp .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ucBh0G2Vpp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ucBh0G2Vpp .mbr-author-name {
  color: #ffffff;
  text-align: center;
}
.cid-ucBh0Gi3Ng {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #de7400, #7c4700);
}
.cid-ucBh0Gi3Ng H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucBh0Gi3Ng .mbr-text,
.cid-ucBh0Gi3Ng .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucBh0Gu50Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #eaa351, #b87100);
}
.cid-ucBh0Gu50Q H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-ucBh0Gu50Q .mbr-text,
.cid-ucBh0Gu50Q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ucBh0Gu50Q .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ucGUtj33ls {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #7c4700, #a57507);
}
.cid-ucGVRcZ5q3 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucGVRcZ5q3 .mbr-section-subtitle {
  color: #767676;
}
.cid-ucGVRcZ5q3 H2 {
  color: #d46d00;
}
.cid-ucGVTEUJDF {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("");
}
.cid-ucGVTEUJDF .mbr-text,
.cid-ucGVTEUJDF .mbr-section-btn {
  text-align: center;
  color: #006b88;
}
.cid-ucGVTEUJDF H3 {
  text-align: center;
  color: #006b88;
}
.cid-ucH6SgAXak {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #50818d;
}
.cid-ucH6SgAXak .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucH6SgAXak .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-ucH6SgAXak .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucH6SgAXak .container {
    padding: 0 12px;
  }
}
.cid-ucH6SgAXak .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ucH6SgAXak .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #ffffff;
}
.cid-ucH6SgAXak .list li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ucH6SgAXak .mbr-section-title {
  color: #ffffff;
}
.cid-ucGW1g3QGH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background2.jpeg");
}
.cid-ucGW1g3QGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucGW1g3QGH .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-ucGW1g3QGH .container {
    padding: 0 20px;
  }
}
.cid-ucGW1g3QGH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ucGW1g3QGH .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-ucGW1g3QGH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucGW1g3QGH .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucH8rd5bkB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #e8eee2;
}
.cid-ucH8rd5bkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucH8rd5bkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucH8rd5bkB .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ucH8rd5bkB .container-fluid {
    padding: 0 10px;
  }
}
.cid-ucH8rd5bkB .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ucH8rd5bkB .container {
    padding: 0 10px;
  }
}
.cid-ucH8rd5bkB .card {
  padding: 0;
}
.cid-ucH8rd5bkB .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 30px;
}
.cid-ucH8rd5bkB .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-ucH8rd5bkB .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  border: none;
  border-radius: 20px 0 0 20px;
  background-color: #b0bca5;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucH8rd5bkB .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #d46d00 !important;
}
.cid-ucH8rd5bkB .tab-content {
  padding: 20px 70px;
  background-color: #e8eee2;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .cid-ucH8rd5bkB .tab-content {
    padding: 20px 16px;
  }
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
    margin-bottom: 30px;
  }
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #fe5115;
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #d46d00;
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-ucH8rd5bkB .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #d46d00;
}
.cid-ucH8rd5bkB .mbr-section-subtitle {
  color: #FE5115;
}
.cid-ucH8rd5bkB .mbr-text {
  color: #4e4e4e;
}
.cid-ucH8rd5bkB .mbr-section-title {
  color: #FE5115;
}
.cid-ucH8rd5bkB .list {
  color: #2b2b2b;
}
.cid-ucH8rd5bkB .mbr-price {
  color: #2b2b2b;
}
.cid-ucH8rd5bkB .mbr-time {
  color: #2b2b2b;
}
.cid-ucH8rd5bkB .mbr-section-subtitle,
.cid-ucH8rd5bkB .icon-wrap,
.cid-ucH8rd5bkB .mbr-section-btn {
  color: #d46d00;
}
.cid-ucGVUzou1M {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #3b6d79;
}
.cid-ucGVUzou1M .mbr-section-subtitle {
  color: #767676;
  text-aling: justify;
}
.cid-ucGVUzou1M H2 {
  color: #ffffff;
  text-align: center;
}
.cid-ucGVXFNhyY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #065a76;
}
.cid-ucGVXFNhyY .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
.cid-ucGVXFNhyY .mbr-author-name {
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
.cid-ucGVXFNhyY .mbr-author-desc {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-ucGVXFNhyY .mbr-figure,
  .cid-ucGVXFNhyY img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-ucGW3f1tY5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #b2ccd2;
}
.cid-ucGW3f1tY5 .row {
  justify-content: center;
}
.cid-ucGW3f1tY5 .col-title {
  margin-bottom: 2.5rem;
}
.cid-ucGW3f1tY5 .mbr-section-title {
  color: #F6B7D2;
}
.cid-ucGW3f1tY5 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ucGW3f1tY5 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-ucGW3f1tY5 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ucGW3f1tY5 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ucGW3f1tY5 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-ucGW3f1tY5 .card {
    min-height: 207px;
  }
}
.cid-ucGW3f1tY5 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ucGW3f1tY5 .card:hover .card-title {
  text-decoration: underline;
}
.cid-ucGW3f1tY5 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ucGW3f1tY5 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-ucGW3f1tY5 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ucGW3f1tY5 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ucGW3f1tY5 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ucGW3f1tY5 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ucGW3f1tY5 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ucBh0HSAr6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #073b4c;
}
.cid-ucBh0HSAr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucBh0HSAr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucBh0HSAr6 .mbr-text,
.cid-ucBh0HSAr6 .mbr-section-btn {
  color: #232323;
}
.cid-ucBh0HSAr6 .card-title,
.cid-ucBh0HSAr6 .card-box {
  color: #14cca3;
}
.cid-ucBh0HSAr6 .mbr-text,
.cid-ucBh0HSAr6 .link-wrap {
  color: #ffffff;
}
.cid-ucBh0I6JAZ .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ucBh0I6JAZ .icon-bar a:hover {
  background-color: #00b9a5;
  margin-left: -50px;
  width: 100px;
}
.cid-ucBh0I6JAZ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-ucBh0I6JAZ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-ucBh0I6JAZ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-ucBh0I6JAZ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-ucBh0I6JAZ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-ucBh0I6JAZ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-ucBh0I6JAZ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-ucBh0I6JAZ .custom1 {
  background: #00a694;
  color: white;
  width: 50px;
}
.cid-ucBh0I6JAZ .custom2 {
  background: #178e81;
  color: white;
  width: 50px;
}
.cid-ucBh0I6JAZ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-ucBh0I6JAZ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #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-ucBh0I6JAZ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-ucBh0I6JAZ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-ucBh0I6JAZ P {
  color: #232323;
}
.cid-ucBh0I6JAZ DIV {
  color: #ffffff;
}
.cid-ucBh0I6JAZ H10 {
  color: #767676;
}
.cid-ucBh0I6JAZ .hidden {
  display: none;
}
.cid-ucBh0I6JAZ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-ucGSRjITeO {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #045f63, #27867f);
}
.cid-ucBh0IFELf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #045f63;
}
.cid-ucBh0IFELf .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucBh0IFELf .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucBh0IFELf .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucBh0IFELf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucBh0IFELf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucBh0IFELf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ucBh0IFELf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ucBh0IFELf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ucBh0IFELf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucBh0IFELf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ucBh0IFELf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucBh0IFELf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucBh0IFELf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ucBh0IFELf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ucBh0IFELf .media-container-row .mbr-text {
  color: #cccccc;
}
