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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 30px;
  right: 50px;
  position: fixed;
  text-align: right;
  z-index: 1040!important;
  color: #ffffff;
  font-size: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

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

.container
{max-width:1400px!important}

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

p, li, h1, h2, h3, h4, h5 {
  font-weight:300!important;
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Faculty Glyphic', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Faculty Glyphic', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Faculty Glyphic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Faculty Glyphic', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f2cd6c !important;
}
.bg-success {
  background-color: #f2cd6c !important;
}
.bg-info {
  background-color: #f2cd6c !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2cd6c !important;
  border-color: #f2cd6c !important;
  color: #574108 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ebb21c !important;
  border-color: #ebb21c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #574108 !important;
  background-color: #ebb21c !important;
  border-color: #ebb21c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c14502 !important;
  border-color: #c14502 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6b2601 !important;
  border-color: #6b2601 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6b2601 !important;
  border-color: #6b2601 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f2cd6c !important;
  border-color: #f2cd6c !important;
  color: #574108 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ebb21c !important;
  border-color: #ebb21c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #574108 !important;
  background-color: #ebb21c !important;
  border-color: #ebb21c !important;
}
.btn-success,
.btn-success:active {
  background-color: #f2cd6c !important;
  border-color: #f2cd6c !important;
  color: #574108 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ebb21c !important;
  border-color: #ebb21c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #574108 !important;
  background-color: #ebb21c !important;
  border-color: #ebb21c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f2cd6c;
  color: #f2cd6c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ebb21c !important;
  background-color: transparent!important;
  border-color: #ebb21c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #574108 !important;
  background-color: #f2cd6c !important;
  border-color: #f2cd6c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c14502;
  color: #c14502;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6b2601 !important;
  background-color: transparent!important;
  border-color: #6b2601 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c14502 !important;
  border-color: #c14502 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f2cd6c;
  color: #f2cd6c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ebb21c !important;
  background-color: transparent!important;
  border-color: #ebb21c !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #574108 !important;
  background-color: #f2cd6c !important;
  border-color: #f2cd6c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f2cd6c;
  color: #f2cd6c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ebb21c !important;
  background-color: transparent!important;
  border-color: #ebb21c !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #574108 !important;
  background-color: #f2cd6c !important;
  border-color: #f2cd6c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2cd6c !important;
}
.text-secondary {
  color: #c14502 !important;
}
.text-success {
  color: #f2cd6c !important;
}
.text-info {
  color: #f2cd6c !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e4ab14 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5c2101 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e4ab14 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e4ab14 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f2cd6c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f2cd6c;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2cd6c;
  border-color: #f2cd6c;
  color: #6f530a;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f2cd6c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Faculty Glyphic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f2cd6c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Faculty Glyphic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f2cd6c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2cd6c;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2cd6c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f2cd6c;
  border-bottom-color: #f2cd6c;
}
.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: #000000 !important;
  background-color: #f2cd6c !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: #c14502 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f2cd6c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.close-btn {
  position: relative;
  top: 10px;
  right: 10px;
  float: right;
  font-size: 24px;
  border: none;
  background: white;
  border-radius: 50%;
  color: black;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.cid-uhJytbWloG {
  z-index: 1000;
  width: 100%;
}
.cid-uhJytbWloG #IDmylogo {
  border-radius: 5px;
}
.cid-uhJytbWloG .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uhJytbWloG .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uhJytbWloG .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uhJytbWloG .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uhJytbWloG .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uhJytbWloG .btn,
.cid-uhJytbWloG .btn-primary,
.cid-uhJytbWloG .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uhJytbWloG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJytbWloG .dropdown-menu {
  padding: 0;
}
.cid-uhJytbWloG .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhJytbWloG .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhJytbWloG .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uhJytbWloG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhJytbWloG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhJytbWloG .nav-link {
  position: relative;
}
.cid-uhJytbWloG .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhJytbWloG .dropdown-menu,
.cid-uhJytbWloG .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhJytbWloG .nav-item:focus,
.cid-uhJytbWloG .nav-link:focus {
  outline: none;
}
.cid-uhJytbWloG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhJytbWloG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhJytbWloG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhJytbWloG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhJytbWloG .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uhJytbWloG .navbar.opened {
  transition: all 0.3s;
}
.cid-uhJytbWloG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhJytbWloG .navbar .navbar-logo img {
  width: auto;
}
.cid-uhJytbWloG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhJytbWloG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhJytbWloG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhJytbWloG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhJytbWloG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhJytbWloG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhJytbWloG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhJytbWloG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhJytbWloG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhJytbWloG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhJytbWloG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhJytbWloG .navbar .navbar-short {
  position: fixed !important;
}
.cid-uhJytbWloG .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uhJytbWloG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uhJytbWloG .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uhJytbWloG .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhJytbWloG .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .navbar-brand {
    display: none;
  }
}
.cid-uhJytbWloG .dropdown-item.active,
.cid-uhJytbWloG .dropdown-item:active {
  background-color: transparent;
}
.cid-uhJytbWloG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhJytbWloG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhJytbWloG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhJytbWloG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhJytbWloG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhJytbWloG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhJytbWloG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhJytbWloG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhJytbWloG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhJytbWloG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhJytbWloG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJytbWloG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhJytbWloG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhJytbWloG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJytbWloG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhJytbWloG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhJytbWloG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhJytbWloG .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhJytbWloG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhJytbWloG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhJytbWloG .navbar {
    height: 70px;
  }
  .cid-uhJytbWloG .navbar.opened {
    height: auto;
  }
  .cid-uhJytbWloG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhJytbWloG .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uhJytbWloG .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uhJytbWloG .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uhJytbWloG .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uhJytbWloG .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhJytbWloG .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhJytbWloG .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhJytbWloG .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uhJytbWloG .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhJytbWloG .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uhJytbWloG .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uhJytbWloG .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uhJytbWloG .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhJytbWloG .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhJytbWloG .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uhJytbWloG .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uhJytbWloG .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uhJytbWloG .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uhJytbWloG .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uhJytbWloG .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uhJytbWloG nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uhJytbWloG .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uhJytbWloG .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uhJytbWloG .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uhJytbWloG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .image-wrapper {
    display: none;
  }
}
.cid-uhJytbWloG .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uhJytbWloG .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uhJytbWloG .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uhJytbWloG .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhJytbWloG .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhJytbWloG .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhJytbWloG .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhJytbWloG .navbar-nav {
  display: flex !important;
}
.cid-uhJytbWloG .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uhJytbWloG .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uhJytbWloG .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uhJytbWloG .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uhJytbWloG .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uhJytbWloG .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhJytbWloG .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhJytbWloG .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhJytbWloG .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhJytbWloG .offcanvas_text {
  width: 60%;
}
.cid-uhJytbWloG .mbr-text {
  color: #FFFFFF;
}
.cid-uhJytbWloG .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uhJytbWloG .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uhJytbWloG .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhJytbWloG .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uhJytbWloG .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uhJytbWloG .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uhJytbWloG .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhJytbWloG .logo-wrap,
.cid-uhJytbWloG .btn-wrap,
.cid-uhJytbWloG .navbar-brand,
.cid-uhJytbWloG .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uhJytbWloG .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uhJytbWloG .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uhJytbWloG .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-ub4vCiNoSZ {
  z-index: 0;
  background-color: #faf3d8;
  padding-top: 0!important;
  padding-bottom: 0!important;
  height: 100vh;
}
.cid-ub4vCiNoSZ .carousel {
  width: 100%;
}
.cid-ub4vCiNoSZ .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-ub4vCiNoSZ .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-ub4vCiNoSZ h5 {
  text-shadow: 0px 0px 5px #000000 !important;
}
.cid-ub4vCiNoSZ img,
.cid-ub4vCiNoSZ .item-wrapper {
  border-radius: 0 !important;
}
.cid-ub4vCiNoSZ .carousel-caption {
  bottom: 40px;
  z-index: 2;
}
.cid-ub4vCiNoSZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ub4vCiNoSZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ub4vCiNoSZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ub4vCiNoSZ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ub4vCiNoSZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ub4vCiNoSZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ub4vCiNoSZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ub4vCiNoSZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ub4vCiNoSZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ub4vCiNoSZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ub4vCiNoSZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ub4vCiNoSZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ub4vCiNoSZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ub4vCiNoSZ .carousel-indicators li.active,
.cid-ub4vCiNoSZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ub4vCiNoSZ .carousel-indicators li::after,
.cid-ub4vCiNoSZ .carousel-indicators li::before {
  content: none;
}
.cid-ub4vCiNoSZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ub4vCiNoSZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ub4vCiNoSZ .mbr-section-subtitle,
  .cid-ub4vCiNoSZ .mbr-section-text,
  .cid-ub4vCiNoSZ .mbr-section-btn {
    text-align: center;
  }
}
.cid-ub4vCiNoSZ .carousel-control-prev,
.cid-ub4vCiNoSZ .carousel-control-next {
  display: none;
}
.cid-ub4vCiNoSZ .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-ub4vCiNoSZ .mbr-text,
.cid-ub4vCiNoSZ .mbr-section-btn {
  color: #ffffff;
}
.cid-ub1GsAhYzs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  width: 100%;
  margin: 150px auto;
  margin-bottom: 0px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 50px);
  mask-image: linear-gradient(to bottom, transparent 0px, black 50px);
}
.cid-ub1GsAhYzs #IDfenster {
  myvisibility: hidden;
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 8vh;
  outline: 1px solid #ffffff99;
  outline-offset: -6px;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(100, 150, 255, 0.4);
}
@media (max-width: 991px) {
  .cid-ub1GsAhYzs #IDfenster {
    bottom: -30vh;
  }
}
.cid-ub1GsAhYzs #IDfenster .close {
  opacity: 0.8;
  cursor: pointer!important;
}
.cid-ub1GsAhYzs #IDfenster .mypic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-ub1GsAhYzs #IDfenster .mypic {
    position: relative;
    top: -20px;
  }
}
.cid-ub1GsAhYzs #IDfenster .mypic img {
  border-radius: 5px;
  border-width: 0px;
}
.cid-ub1GsAhYzs #IDfenster span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 5px;
  left: 5px;
  background: white;
  width: fit-content;
  color: black;
}
@media (max-width: 767px) {
  .cid-ub1GsAhYzs #IDfenster {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
    outline: none;
  }
  .cid-ub1GsAhYzs #IDfenster p {
    font-size: 0.8rem!important;
  }
}
.cid-ub1GsAhYzs .text-row {
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .cid-ub1GsAhYzs .text-row {
    padding: 0 0.5rem;
  }
}
.cid-ub1GsAhYzs .text-unten {
  margin-top: 5rem;
}
.cid-ub1GsAhYzs .myback {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0px);
  padding: 2rem 3rem 2rem 3.3rem;
}
@media (max-width: 768px) {
  .cid-ub1GsAhYzs .myback {
    padding: 2rem 0.5rem 2rem 0.3rem;
  }
}
.cid-ub1GsAhYzs .myback .btn {
  border-width: 1px;
  width: 95%;
}
.cid-ub1GsAhYzs h5 {
  mypadding: 5px;
  myborder-radius: 5px;
  mybackground: #00000033;
  mybackdrop-filter: blur(0px);
  text-shadow: 0px 0px 10px #000000 !important;
}
.cid-ub1GsAhYzs img {
  border-style: solid;
  border-width: 2px;
  border-color: #f2cd6c;
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
}
.cid-ub1GsAhYzs .item:focus,
.cid-ub1GsAhYzs span:focus {
  outline: none;
}
.cid-ub1GsAhYzs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ub1GsAhYzs .item-wrapper {
  position: relative;
  mybackground: #fafafa;
  background: rgba(255, 255, 255, 0);
  height: 100%;
  display: flex;
  padding: 0 2rem;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ub1GsAhYzs .item-wrapper .item-content {
    padding: 0 0 2rem 0 ;
  }
}
@media (max-width: 991px) {
  .cid-ub1GsAhYzs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ub1GsAhYzs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ub1GsAhYzs .mbr-section-title {
  color: #ffffff;
}
.cid-ub1GsAhYzs .mbr-text,
.cid-ub1GsAhYzs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ub1GsAhYzs .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ub1GsAhYzs .item-subtitle {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-ub1GsAhYzs .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .cid-ub1GsAhYzs .item-img {
    padding: 1rem 0 0 0 !important;
  }
  .cid-ub1GsAhYzs .item-img img {
    min-width: 100px!important;
  }
}
.cid-ub1GsAhYzs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub1GsAhYzs .verlauf {
  height: 70vh;
  background-image: linear-gradient(180deg, transparent 25%, black 70%);
}
@media (max-width: 768px) {
  .cid-ub1GsAhYzs .verlauf {
    height: 90vh;
    background-image: linear-gradient(180deg, transparent 25%, black 90%);
  }
}
.cid-ub1GsAhYzs .verlauf .mypos {
  position: absolute;
  bottom: 0;
}
.cid-ub1GsAhYzs .verlauf .text-kiste {
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .cid-ub1GsAhYzs .verlauf .text-kiste {
    padding-left: 1rem;
  }
}
.cid-ub1GsAhYzs .mbr-card-title {
  color: #ffffff;
}
.cid-to736m12Ae {
  padding-top: 90px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-to736m12Ae .row > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-to736m12Ae .row {
  background: white!important;
}
@media (max-width: 991px) {
  .cid-to736m12Ae {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-to736m12Ae .text-element {
  background-color: transparent!important;
}
.cid-to736m12Ae p {
  padding: 0!important;
  font-weight: 400;
}
.cid-to736m12Ae li {
  margin-top: -0.7em;
}
.cid-to736m12Ae ul {
  list-style-type: disc!important;
}
.cid-to736m12Ae .etwas-groesser {
  font-size: 120%;
}
.cid-to736m12Ae .textlink:hover {
  background-color: transparent!important;
}
.cid-to736m12Ae img {
  transition: transform .5s;
}
.cid-to736m12Ae img:hover {
  transform: scale(1.03);
}
.cid-to736m12Ae .mybtn {
  border-width: 1px!important;
  font-weight: 400!important;
}
.cid-to736m12Ae .mybtn:hover {
  background: #f2cd6c !important;
  color: white!important;
}
.cid-to736m12Ae .img-wrap {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.cid-to736m12Ae .row-element,
.cid-to736m12Ae .image-element {
  padding: 0;
}
.cid-to736m12Ae .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-to736m12Ae .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-to736m12Ae .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-to736m12Ae .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #f2cd6c, #c14502);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-to736m12Ae .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-to736m12Ae .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-to736m12Ae .text-content {
    padding: 2rem 1rem;
  }
  .cid-to736m12Ae .underline .line {
    height: 2px;
  }
  .cid-to736m12Ae .mbr-title,
  .cid-to736m12Ae .underline,
  .cid-to736m12Ae .mbr-text,
  .cid-to736m12Ae .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-to736m12Ae .mbr-text,
.cid-to736m12Ae .mbr-section-btn {
  text-align: left;
  color: #000000;
  line-height: 1.3;
}
.cid-to736m12Ae .mbr-title,
.cid-to736m12Ae .underline {
  text-align: left;
  color: #000000;
}
.cid-to7Oe6670x {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-to7Oe6670x .row > [class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-to7Oe6670x .row {
  background: white!important;
}
@media (max-width: 991px) {
  .cid-to7Oe6670x {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-to7Oe6670x p {
  font-weight: 400;
  padding: 0!important;
}
.cid-to7Oe6670x li {
  margin-top: -0.7em;
}
.cid-to7Oe6670x ul {
  list-style-type: disc!important;
}
.cid-to7Oe6670x img {
  transition: transform .5s;
}
.cid-to7Oe6670x img:hover {
  transform: scale(1.03);
}
.cid-to7Oe6670x .etwas-groesser {
  font-size: 120%;
}
.cid-to7Oe6670x .textlink:hover {
  background-color: transparent!important;
}
.cid-to7Oe6670x .mybtn:hover {
  background: #f2cd6c !important;
  color: white!important;
}
.cid-to7Oe6670x .mybtn {
  border-width: 1px!important;
  font-weight: 400!important;
}
.cid-to7Oe6670x .img-wrap {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.cid-to7Oe6670x .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-to7Oe6670x .row-element,
.cid-to7Oe6670x .image-element {
  padding: 0;
}
.cid-to7Oe6670x .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-to7Oe6670x .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-to7Oe6670x .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-to7Oe6670x .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #f2cd6c, #c14502);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-to7Oe6670x .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-to7Oe6670x .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-to7Oe6670x .text-content {
    padding: 2rem 1rem;
  }
  .cid-to7Oe6670x .underline .line {
    height: 2px;
  }
  .cid-to7Oe6670x .mbr-title,
  .cid-to7Oe6670x .underline,
  .cid-to7Oe6670x .mbr-text,
  .cid-to7Oe6670x .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-to7Oe6670x .mbr-text,
.cid-to7Oe6670x .mbr-section-btn {
  text-align: left;
  color: #000000;
  line-height: 1.3;
}
.cid-to7Oe6670x .mbr-title,
.cid-to7Oe6670x .underline {
  text-align: left;
  color: #001a33;
}
.cid-to7Pi1E8f5 {
  padding-top: 0px;
  padding-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-to7Pi1E8f5 .row > [class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-to7Pi1E8f5 .row {
  background: white!important;
}
@media (max-width: 991px) {
  .cid-to7Pi1E8f5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-to7Pi1E8f5 img {
  transition: transform .5s;
}
.cid-to7Pi1E8f5 img:hover {
  transform: scale(1.03);
}
.cid-to7Pi1E8f5 p {
  font-weight: 400;
  padding: 0!important;
}
.cid-to7Pi1E8f5 li {
  margin-top: -0.7em;
}
.cid-to7Pi1E8f5 ul {
  list-style-type: disc!important;
}
.cid-to7Pi1E8f5 .etwas-groesser {
  font-size: 120%;
}
.cid-to7Pi1E8f5 .textlink:hover {
  background-color: transparent!important;
}
.cid-to7Pi1E8f5 .mybtn {
  border-width: 1px!important;
  font-weight: 400!important;
}
.cid-to7Pi1E8f5 .mybtn:hover {
  background: #f2cd6c !important;
  color: white!important;
}
.cid-to7Pi1E8f5 .img-wrap {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.cid-to7Pi1E8f5 .row-element,
.cid-to7Pi1E8f5 .image-element {
  padding: 0;
}
.cid-to7Pi1E8f5 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-to7Pi1E8f5 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-to7Pi1E8f5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-to7Pi1E8f5 .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #f2cd6c, #c14502);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-to7Pi1E8f5 .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-to7Pi1E8f5 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-to7Pi1E8f5 .text-content {
    padding: 2rem 1rem;
  }
  .cid-to7Pi1E8f5 .underline .line {
    height: 2px;
  }
  .cid-to7Pi1E8f5 .mbr-title,
  .cid-to7Pi1E8f5 .underline,
  .cid-to7Pi1E8f5 .mbr-text,
  .cid-to7Pi1E8f5 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-to7Pi1E8f5 .mbr-text,
.cid-to7Pi1E8f5 .mbr-section-btn {
  text-align: left;
  color: #000000;
  line-height: 1.3;
}
.cid-to7Pi1E8f5 .mbr-title,
.cid-to7Pi1E8f5 .underline {
  text-align: left;
  color: #001a33;
}
.cid-uhsON6TnuA {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (min-width: 1300px) {
  .cid-uhsON6TnuA .carousel img {
    object-fit: cover;
  }
  .cid-uhsON6TnuA .right {
    padding-right: 32px;
  }
  .cid-uhsON6TnuA .left {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-uhsON6TnuA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhsON6TnuA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhsON6TnuA .carousel,
.cid-uhsON6TnuA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uhsON6TnuA .item-wrapper {
  width: 100%;
  height: 800px;
}
@media (max-width: 768px) {
  .cid-uhsON6TnuA .item-wrapper {
    height: 500px;
  }
}
.cid-uhsON6TnuA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uhsON6TnuA .carousel-caption {
  bottom: 40px;
}
.cid-uhsON6TnuA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uhsON6TnuA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhsON6TnuA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhsON6TnuA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhsON6TnuA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
  color: #ffffff;
}
.cid-uhsON6TnuA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhsON6TnuA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhsON6TnuA .carousel-control.carousel-control-prev {
    margin-left: .5rem;
    font-size: 16px;
    opacity: .7;
  }
  .cid-uhsON6TnuA .carousel-control.carousel-control-prev:hover {
    margin-left: .3rem;
  }
  .cid-uhsON6TnuA .carousel-control.carousel-control-next {
    margin-right: .5rem;
    font-size: 16px;
    opacity: .7;
  }
  .cid-uhsON6TnuA .carousel-control.carousel-control-next:hover {
    margin-right: .3rem;
  }
}
.cid-uhsON6TnuA .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-uhsON6TnuA .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
.cid-uhsON6TnuA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhsON6TnuA .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uhsON6TnuA .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-uhsON6TnuA .soc-item::before,
.cid-uhsON6TnuA .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uhsON6TnuA .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uhsON6TnuA .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-uhsON6TnuA .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uhsON6TnuA .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uhsON6TnuA .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 77px;
}
.cid-uhsON6TnuA .text {
  color: #ddc499;
}
.cid-uhsON6TnuA .one {
  color: #C0BCB7;
  font-style: italic;
}
@media (max-width: 991px) {
  .cid-uhsON6TnuA .left {
    margin-top: 2rem;
  }
}
.cid-uhsON6TnuA .mbr-section-title {
  color: #ffffff;
}
.cid-uhsON6TnuA .mbr-text {
  color: #ffffff;
}
.cid-uhsON6TnuA .mbr-text .one {
  color: #ddc499;
}
.cid-uhufvRVrGZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhufvRVrGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhufvRVrGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhufvRVrGZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uhufvRVrGZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uhufvRVrGZ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uhufvRVrGZ .container {
    padding: 0 22px;
  }
}
.cid-uhufvRVrGZ .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uhufvRVrGZ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhufvRVrGZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhufvRVrGZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhufvRVrGZ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uhufvRVrGZ .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uhufvRVrGZ .item:hover .item-wrapper .item-img img,
.cid-uhufvRVrGZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uhufvRVrGZ .item:hover .item-wrapper .item-img::before,
.cid-uhufvRVrGZ .item:focus .item-wrapper .item-img::before {
  height: 13%;
}
.cid-uhufvRVrGZ .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uhufvRVrGZ .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uhufvRVrGZ .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uhufvRVrGZ .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uhufvRVrGZ .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uhufvRVrGZ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uhufvRVrGZ .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uhufvRVrGZ .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uhufvRVrGZ .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uhufvRVrGZ .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uhufvRVrGZ .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uhufvRVrGZ .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uhufvRVrGZ .item a {
  display: block;
}
.cid-uhufvRVrGZ .mbr-section-title {
  color: #ffffff;
}
.cid-uhufvRVrGZ .mbr-desc {
  color: #000000;
}
.cid-uhufvRVrGZ .card-title {
  color: #ffffff;
}
.cid-uhufvRVrGZ .mbr-section-title,
.cid-uhufvRVrGZ .mbr-section-btn {
  color: #000000;
}
.cid-uhyJhf4kRz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhyJhf4kRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyJhf4kRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyJhf4kRz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uhyJhf4kRz .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uhyJhf4kRz .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uhyJhf4kRz .container {
    padding: 0 22px;
  }
}
.cid-uhyJhf4kRz .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uhyJhf4kRz .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhyJhf4kRz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhyJhf4kRz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhyJhf4kRz .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uhyJhf4kRz .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uhyJhf4kRz .item:hover .item-wrapper .item-img img,
.cid-uhyJhf4kRz .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uhyJhf4kRz .item:hover .item-wrapper .item-img::before,
.cid-uhyJhf4kRz .item:focus .item-wrapper .item-img::before {
  height: 13%;
}
.cid-uhyJhf4kRz .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uhyJhf4kRz .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uhyJhf4kRz .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uhyJhf4kRz .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uhyJhf4kRz .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uhyJhf4kRz .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uhyJhf4kRz .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uhyJhf4kRz .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uhyJhf4kRz .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uhyJhf4kRz .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uhyJhf4kRz .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uhyJhf4kRz .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uhyJhf4kRz .item a {
  display: block;
}
.cid-uhyJhf4kRz .mbr-section-title {
  color: #ffffff;
}
.cid-uhyJhf4kRz .mbr-desc {
  color: #000000;
}
.cid-uhyJhf4kRz .card-title {
  color: #ffffff;
}
.cid-uhyJhf4kRz .mbr-section-title,
.cid-uhyJhf4kRz .mbr-section-btn {
  color: #000000;
}
.cid-uhDGHJBLoM {
  padding-top: 27rem;
  padding-bottom: 27rem;
  z-index: 0;
}
@media (max-width: 1400px) {
  .cid-uhDGHJBLoM {
    padding-top: 20.7rem;
    padding-bottom: 20.7rem;
  }
}
@media (max-width: 768px) {
  .cid-uhDGHJBLoM {
    padding-top: 11.7rem;
    padding-bottom: 11.7rem;
  }
}
.cid-uhDGHJBLoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhDGHJBLoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/zebras-6043386.jpg");
}
.cid-uhDH1y1bqB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: linear-gradient(to bottom, #000000 50%, #000000 80%);
  z-index: 2;
}
@media (min-width: 1400px) {
  .cid-uhDH1y1bqB .container {
    max-width: 1162px;
  }
}
.cid-uhDH1y1bqB h3 {
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
}
.cid-uhDH1y1bqB .mypos {
  position: absolute;
  top: -10vh;
}
.cid-uhDH1y1bqB .myback {
  background-image: linear-gradient(180deg, transparent 5%, black 80%);
  height: 10vh;
  position: absolute;
  bottom: 0;
}
.cid-ujmsylSZJK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ujmsylSZJK img,
.cid-ujmsylSZJK .item-img {
  width: 100%;
}
.cid-ujmsylSZJK .item:focus,
.cid-ujmsylSZJK span:focus {
  outline: none;
}
.cid-ujmsylSZJK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujmsylSZJK .item {
    margin-bottom: 1rem;
  }
}
.cid-ujmsylSZJK .item-wrapper {
  position: relative;
  background: #f4f4f6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujmsylSZJK .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujmsylSZJK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujmsylSZJK .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujmsylSZJK .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujmsylSZJK .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-ujmsylSZJK .mbr-section-title {
  color: #232323;
}
.cid-ujmsylSZJK .mbr-text,
.cid-ujmsylSZJK .mbr-section-btn {
  text-align: center;
}
.cid-ujmsylSZJK .item-title {
  text-align: center;
}
.cid-ujmsylSZJK .content-head {
  max-width: 800px;
}
.cid-ujmsylSZJK .mbr-text,
.cid-ujmsylSZJK .item-wrapper .mbr-section-btn {
  text-align: center;
}
.cid-ujmsylSZJK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ujmsylSZJK .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ujmsylSZJK .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ujmsylSZJK .container {
    padding: 0 22px;
  }
}
.cid-ujmsylSZJK .mbr-section-title,
.cid-ujmsylSZJK .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-tobJ4HMAJr {
  padding-top: 27rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/aelfie-alte-menschen.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cid-tobJ4HMAJr {
    padding-top: 22.5rem;
    padding-bottom: 15rem;
  }
}
.cid-tobJ4HMAJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tobJ4HMAJr .container-fluid {
  padding: 0rem 1rem;
  position: absolute;
  bottom: 0;
}
.cid-tobJ4HMAJr p,
.cid-tobJ4HMAJr li,
.cid-tobJ4HMAJr h2 {
  font-weight: 200!important;
}
.cid-tobJ4HMAJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tobJ4HMAJr .mbr-text,
.cid-tobJ4HMAJr .mbr-section-btn {
  text-align: left;
}
.cid-tobJ4HMAJr .myback {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding: 2rem 2rem 2rem 3.3rem;
}
.cid-tobJ4HMAJr .mbr-section-subtitle {
  text-align: left;
}
.cid-uw172MErki {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw172MErki .muster {
  width: 100%;
}
.cid-uw172MErki #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uw172MErki #text1,
.cid-uw172MErki #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 30pt;
  }
}
.cid-uw172MErki .ing-bw {
  width: 100%;
}
.cid-uw172MErki .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uw172MErki .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uw172MErki p,
.cid-uw172MErki li,
.cid-uw172MErki a {
  font-weight: 200!important;
}
.cid-uw172MErki .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uw172MErki .text-white:hover {
  color: #e6c63b !important;
}
.cid-uw172MErki .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uw172MErki .big {
  margin-bottom: 30px;
}
.cid-uw172MErki .big .lin a {
  font-weight: 300;
}
.cid-uw172MErki .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uw172MErki .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uw172MErki .mbr-text {
    padding: 0;
  }
}
.cid-uw172MErki a {
  transition: color .3s;
}
.cid-uQwKHNY8CD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQwKHNY8CD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQD3YCcqdJ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQD3YCcqdJ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQD3YCcqdJ .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQD3YCcqdJ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQD3YCcqdJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQD3YCcqdJ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQD3YCcqdJ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQD3YCcqdJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQD3YCcqdJ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQD3YCcqdJ P {
  color: #232323;
}
.cid-uQD3YCcqdJ DIV {
  color: #ffffff;
}
.cid-uQD3YCcqdJ H10 {
  color: #767676;
}
.cid-uQD3YCcqdJ .hidden {
  display: none;
}
.cid-uQD3YCcqdJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uhXI3HLTjc {
  z-index: 1000;
  width: 100%;
}
.cid-uhXI3HLTjc #IDmylogo {
  border-radius: 5px;
}
.cid-uhXI3HLTjc .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uhXI3HLTjc .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uhXI3HLTjc .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uhXI3HLTjc .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uhXI3HLTjc .btn,
.cid-uhXI3HLTjc .btn-primary,
.cid-uhXI3HLTjc .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uhXI3HLTjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown-menu {
  padding: 0;
}
.cid-uhXI3HLTjc .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhXI3HLTjc .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhXI3HLTjc .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uhXI3HLTjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXI3HLTjc .nav-link {
  position: relative;
}
.cid-uhXI3HLTjc .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhXI3HLTjc .dropdown-menu,
.cid-uhXI3HLTjc .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .nav-item:focus,
.cid-uhXI3HLTjc .nav-link:focus {
  outline: none;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXI3HLTjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXI3HLTjc .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXI3HLTjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXI3HLTjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhXI3HLTjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXI3HLTjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXI3HLTjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXI3HLTjc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXI3HLTjc .navbar .navbar-short {
  position: fixed !important;
}
.cid-uhXI3HLTjc .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar-brand {
    display: none;
  }
}
.cid-uhXI3HLTjc .dropdown-item.active,
.cid-uhXI3HLTjc .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXI3HLTjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXI3HLTjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXI3HLTjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXI3HLTjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhXI3HLTjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXI3HLTjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXI3HLTjc .navbar {
    height: 70px;
  }
  .cid-uhXI3HLTjc .navbar.opened {
    height: auto;
  }
  .cid-uhXI3HLTjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXI3HLTjc .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uhXI3HLTjc .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uhXI3HLTjc .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uhXI3HLTjc .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uhXI3HLTjc nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uhXI3HLTjc .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uhXI3HLTjc .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uhXI3HLTjc .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uhXI3HLTjc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .image-wrapper {
    display: none;
  }
}
.cid-uhXI3HLTjc .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uhXI3HLTjc .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .navbar-nav {
  display: flex !important;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uhXI3HLTjc .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uhXI3HLTjc .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .offcanvas_text {
  width: 60%;
}
.cid-uhXI3HLTjc .mbr-text {
  color: #FFFFFF;
}
.cid-uhXI3HLTjc .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhXI3HLTjc .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .logo-wrap,
.cid-uhXI3HLTjc .btn-wrap,
.cid-uhXI3HLTjc .navbar-brand,
.cid-uhXI3HLTjc .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uhXI3HLTjc .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-ujmlMgjTfF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-ujmlMgjTfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujmlMgjTfF .item-img {
  position: absolute;
  top: 0px;
  left: -320px;
  transform: rotate(-45deg);
  width: 500px;
  height: 100px;
}
.cid-ujmlMgjTfF .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ujmlMgjTfF .item-img {
    left: -260px;
  }
}
.cid-ujmlMgjTfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujmlMgjTfF .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-ujmlMgjTfF .col {
    width: 40%;
  }
}
.cid-ujmlMgjTfF .card-wrapper {
  padding: 4rem;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ujmlMgjTfF .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-ujmlMgjTfF .card-wrapper .item-img,
.cid-ujmlMgjTfF .card-wrapper h1,
.cid-ujmlMgjTfF .card-wrapper h2,
.cid-ujmlMgjTfF .card-wrapper p,
.cid-ujmlMgjTfF .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-ujmlMgjTfF .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-ujmlMgjTfF .mbr-section-title {
  color: #ffffff;
}
.cid-ujmlMgjTfF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujmlMgjTfF .mbr-text,
.cid-ujmlMgjTfF .mbr-section-btn {
  color: #ffffff;
}
.cid-uhRTtKd8IB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffae3;
}
.cid-uhRTtKd8IB blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uhRTtKd8IB .mbr-text {
  color: #000000;
}
.cid-uhRUiU4oHX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fffae3;
}
.cid-uhRUiU4oHX blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uhRUiU4oHX .mbr-text {
  color: #000000;
}
.cid-uhRVehjV6H {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fffae3;
}
.cid-uhRVehjV6H blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uhRVehjV6H .mbr-text {
  color: #000000;
}
.cid-uhRVwJtwXP {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fffae3;
}
.cid-uhRVwJtwXP blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uhRVwJtwXP .mbr-text {
  color: #000000;
}
.cid-uhRVIKT24Q {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fffae3;
}
.cid-uhRVIKT24Q blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uhRVIKT24Q .mbr-text {
  color: #000000;
}
.cid-uw172MErki {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw172MErki .muster {
  width: 100%;
}
.cid-uw172MErki #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uw172MErki #text1,
.cid-uw172MErki #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 30pt;
  }
}
.cid-uw172MErki .ing-bw {
  width: 100%;
}
.cid-uw172MErki .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uw172MErki .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uw172MErki p,
.cid-uw172MErki li,
.cid-uw172MErki a {
  font-weight: 200!important;
}
.cid-uw172MErki .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uw172MErki .text-white:hover {
  color: #e6c63b !important;
}
.cid-uw172MErki .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uw172MErki .big {
  margin-bottom: 30px;
}
.cid-uw172MErki .big .lin a {
  font-weight: 300;
}
.cid-uw172MErki .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uw172MErki .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uw172MErki .mbr-text {
    padding: 0;
  }
}
.cid-uw172MErki a {
  transition: color .3s;
}
.cid-uQD3YCcqdJ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQD3YCcqdJ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQD3YCcqdJ .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQD3YCcqdJ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQD3YCcqdJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQD3YCcqdJ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQD3YCcqdJ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQD3YCcqdJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQD3YCcqdJ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQD3YCcqdJ P {
  color: #232323;
}
.cid-uQD3YCcqdJ DIV {
  color: #ffffff;
}
.cid-uQD3YCcqdJ H10 {
  color: #767676;
}
.cid-uQD3YCcqdJ .hidden {
  display: none;
}
.cid-uQD3YCcqdJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uhXI3HLTjc {
  z-index: 1000;
  width: 100%;
}
.cid-uhXI3HLTjc #IDmylogo {
  border-radius: 5px;
}
.cid-uhXI3HLTjc .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uhXI3HLTjc .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uhXI3HLTjc .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uhXI3HLTjc .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uhXI3HLTjc .btn,
.cid-uhXI3HLTjc .btn-primary,
.cid-uhXI3HLTjc .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uhXI3HLTjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown-menu {
  padding: 0;
}
.cid-uhXI3HLTjc .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhXI3HLTjc .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhXI3HLTjc .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uhXI3HLTjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXI3HLTjc .nav-link {
  position: relative;
}
.cid-uhXI3HLTjc .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhXI3HLTjc .dropdown-menu,
.cid-uhXI3HLTjc .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .nav-item:focus,
.cid-uhXI3HLTjc .nav-link:focus {
  outline: none;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXI3HLTjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXI3HLTjc .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXI3HLTjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXI3HLTjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhXI3HLTjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXI3HLTjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXI3HLTjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXI3HLTjc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXI3HLTjc .navbar .navbar-short {
  position: fixed !important;
}
.cid-uhXI3HLTjc .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar-brand {
    display: none;
  }
}
.cid-uhXI3HLTjc .dropdown-item.active,
.cid-uhXI3HLTjc .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXI3HLTjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXI3HLTjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXI3HLTjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXI3HLTjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhXI3HLTjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXI3HLTjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXI3HLTjc .navbar {
    height: 70px;
  }
  .cid-uhXI3HLTjc .navbar.opened {
    height: auto;
  }
  .cid-uhXI3HLTjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXI3HLTjc .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uhXI3HLTjc .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uhXI3HLTjc .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uhXI3HLTjc .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uhXI3HLTjc nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uhXI3HLTjc .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uhXI3HLTjc .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uhXI3HLTjc .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uhXI3HLTjc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .image-wrapper {
    display: none;
  }
}
.cid-uhXI3HLTjc .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uhXI3HLTjc .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .navbar-nav {
  display: flex !important;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uhXI3HLTjc .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uhXI3HLTjc .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .offcanvas_text {
  width: 60%;
}
.cid-uhXI3HLTjc .mbr-text {
  color: #FFFFFF;
}
.cid-uhXI3HLTjc .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhXI3HLTjc .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .logo-wrap,
.cid-uhXI3HLTjc .btn-wrap,
.cid-uhXI3HLTjc .navbar-brand,
.cid-uhXI3HLTjc .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uhXI3HLTjc .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uhRL7IPHo8 {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/mannueberwolken-1.jpeg");
}
.cid-uhRL7IPHo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRL7IPHo8 .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uhRL7IPHo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhRL7IPHo8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhRL7IPHo8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhRL7IPHo8 .container {
    padding: 0;
  }
}
.cid-uhRL7IPHo8 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uhRL7IPHo8 .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uhRL7IPHo8 .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-uhRL7IPHo8 .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-uhRL7IPHo8 .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uhRL7IPHo8 .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uhRL7IPHo8 .mbr-section-title {
  color: #ffffff;
}
.cid-uhRL7IPHo8 .mbr-box {
  color: #ffffff;
}
.cid-uhRL7IPHo8 .mbr-section-btn {
  text-align: center;
}
.cid-uhRL7IPHo8 .mbr-section-title,
.cid-uhRL7IPHo8 .mbr-section-btn,
.cid-uhRL7IPHo8 .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-ubB5kHWLT3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubB5kHWLT3 blockquote {
  border-color: #a43fa7;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ubB5kHWLT3 .mbr-text {
  color: #000000;
}
.cid-uw172MErki {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw172MErki .muster {
  width: 100%;
}
.cid-uw172MErki #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uw172MErki #text1,
.cid-uw172MErki #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 30pt;
  }
}
.cid-uw172MErki .ing-bw {
  width: 100%;
}
.cid-uw172MErki .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uw172MErki .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uw172MErki p,
.cid-uw172MErki li,
.cid-uw172MErki a {
  font-weight: 200!important;
}
.cid-uw172MErki .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uw172MErki .text-white:hover {
  color: #e6c63b !important;
}
.cid-uw172MErki .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uw172MErki .big {
  margin-bottom: 30px;
}
.cid-uw172MErki .big .lin a {
  font-weight: 300;
}
.cid-uw172MErki .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uw172MErki .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uw172MErki .mbr-text {
    padding: 0;
  }
}
.cid-uw172MErki a {
  transition: color .3s;
}
.cid-uQD3YCcqdJ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQD3YCcqdJ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQD3YCcqdJ .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQD3YCcqdJ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQD3YCcqdJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQD3YCcqdJ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQD3YCcqdJ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQD3YCcqdJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQD3YCcqdJ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQD3YCcqdJ P {
  color: #232323;
}
.cid-uQD3YCcqdJ DIV {
  color: #ffffff;
}
.cid-uQD3YCcqdJ H10 {
  color: #767676;
}
.cid-uQD3YCcqdJ .hidden {
  display: none;
}
.cid-uQD3YCcqdJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uhXI3HLTjc {
  z-index: 1000;
  width: 100%;
}
.cid-uhXI3HLTjc #IDmylogo {
  border-radius: 5px;
}
.cid-uhXI3HLTjc .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uhXI3HLTjc .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uhXI3HLTjc .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uhXI3HLTjc .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uhXI3HLTjc .btn,
.cid-uhXI3HLTjc .btn-primary,
.cid-uhXI3HLTjc .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uhXI3HLTjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown-menu {
  padding: 0;
}
.cid-uhXI3HLTjc .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhXI3HLTjc .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhXI3HLTjc .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uhXI3HLTjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXI3HLTjc .nav-link {
  position: relative;
}
.cid-uhXI3HLTjc .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhXI3HLTjc .dropdown-menu,
.cid-uhXI3HLTjc .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .nav-item:focus,
.cid-uhXI3HLTjc .nav-link:focus {
  outline: none;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXI3HLTjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXI3HLTjc .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXI3HLTjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXI3HLTjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhXI3HLTjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXI3HLTjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXI3HLTjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXI3HLTjc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXI3HLTjc .navbar .navbar-short {
  position: fixed !important;
}
.cid-uhXI3HLTjc .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar-brand {
    display: none;
  }
}
.cid-uhXI3HLTjc .dropdown-item.active,
.cid-uhXI3HLTjc .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXI3HLTjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXI3HLTjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXI3HLTjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXI3HLTjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhXI3HLTjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXI3HLTjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXI3HLTjc .navbar {
    height: 70px;
  }
  .cid-uhXI3HLTjc .navbar.opened {
    height: auto;
  }
  .cid-uhXI3HLTjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXI3HLTjc .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uhXI3HLTjc .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uhXI3HLTjc .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uhXI3HLTjc .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uhXI3HLTjc nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uhXI3HLTjc .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uhXI3HLTjc .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uhXI3HLTjc .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uhXI3HLTjc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .image-wrapper {
    display: none;
  }
}
.cid-uhXI3HLTjc .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uhXI3HLTjc .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .navbar-nav {
  display: flex !important;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uhXI3HLTjc .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uhXI3HLTjc .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .offcanvas_text {
  width: 60%;
}
.cid-uhXI3HLTjc .mbr-text {
  color: #FFFFFF;
}
.cid-uhXI3HLTjc .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhXI3HLTjc .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .logo-wrap,
.cid-uhXI3HLTjc .btn-wrap,
.cid-uhXI3HLTjc .navbar-brand,
.cid-uhXI3HLTjc .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uhXI3HLTjc .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-ujmliEly8E {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/flugzeug-sonnenuntergang1-1.jpeg");
}
.cid-ujmliEly8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujmliEly8E .item-img {
  position: absolute;
  top: 0px;
  left: -320px;
  transform: rotate(-45deg);
  width: 500px;
  height: 100px;
}
.cid-ujmliEly8E .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ujmliEly8E .item-img {
    left: -260px;
  }
}
.cid-ujmliEly8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujmliEly8E .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-ujmliEly8E .col {
    width: 40%;
  }
}
.cid-ujmliEly8E .card-wrapper {
  padding: 4rem;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ujmliEly8E .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-ujmliEly8E .card-wrapper .item-img,
.cid-ujmliEly8E .card-wrapper h1,
.cid-ujmliEly8E .card-wrapper h2,
.cid-ujmliEly8E .card-wrapper p,
.cid-ujmliEly8E .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-ujmliEly8E .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-ujmliEly8E .mbr-section-title {
  color: #ffffff;
}
.cid-ujmliEly8E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujmliEly8E .mbr-text,
.cid-ujmliEly8E .mbr-section-btn {
  color: #ffffff;
}
.cid-uhRPlKeV73 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fffae3;
}
.cid-uhRPlKeV73 blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uhRPlKeV73 .mbr-text {
  color: #000000;
}
.cid-toL1wWyIPk {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-toL1wWyIPk input,
.cid-toL1wWyIPk textarea {
  color: black;
  background-color: #fafafa;
  font-size: 1.5rem;
}
.cid-toL1wWyIPk .showAlerts {
  display: block !important;
}
.cid-toL1wWyIPk .rowflexrev {
  display: -webkit-flex;
}
.cid-toL1wWyIPk .ws-form-alerts {
  margin-top: 1rem;
}
.cid-toL1wWyIPk .title {
  margin-bottom: 2rem;
}
.cid-toL1wWyIPk .mbr-section-subtitle {
  color: #767676;
}
.cid-toL1wWyIPk textarea.form-control {
  min-height: 188px;
}
.cid-toL1wWyIPk LABEL {
  color: #232323;
  display: initial;
}
.cid-toL1wWyIPk .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toL1wWyIPk .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-toL1wWyIPk .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toL1wWyIPk .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-toL1wWyIPk .alert {
  margin-bottom: 0;
}
.cid-toL1wWyIPk .alert-success {
  background-color: #70c770;
}
.cid-toL1wWyIPk .alert-danger {
  background-color: #ff4a52;
}
.cid-toL1wWyIPk .btn {
  display: inline-flex;
  font-weight: 200;
  color: white;
}
.cid-toL1wWyIPk .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-toL1wWyIPk .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-toL1wWyIPk .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-toL1wWyIPk input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-toL1wWyIPk input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-toL1wWyIPk input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tp2xtgdFNh .google-map {
  height: 45rem;
  position: relative;
  text-align: center!important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tp2xtgdFNh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tp2xtgdFNh .google-map [data-state-details] {
  color: #6b6763;
  font-family: 'Arial';
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tp2xtgdFNh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tp2xtgdFNh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tp2xtgdFNh button {
  color: black;
  font-family: 'Arial';
  border: 1px solid #555;
  border-radius: 5px;
  background-color: #e2e2e2;
  max-height: 50px;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 2px 3px #999999;
  font-size: 1rem;
}
.cid-tp2xtgdFNh button:hover {
  color: blue;
}
.cid-uw172MErki {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw172MErki .muster {
  width: 100%;
}
.cid-uw172MErki #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uw172MErki #text1,
.cid-uw172MErki #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 30pt;
  }
}
.cid-uw172MErki .ing-bw {
  width: 100%;
}
.cid-uw172MErki .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uw172MErki .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uw172MErki p,
.cid-uw172MErki li,
.cid-uw172MErki a {
  font-weight: 200!important;
}
.cid-uw172MErki .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uw172MErki .text-white:hover {
  color: #e6c63b !important;
}
.cid-uw172MErki .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uw172MErki .big {
  margin-bottom: 30px;
}
.cid-uw172MErki .big .lin a {
  font-weight: 300;
}
.cid-uw172MErki .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uw172MErki .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uw172MErki .mbr-text {
    padding: 0;
  }
}
.cid-uw172MErki a {
  transition: color .3s;
}
.cid-uQD3YCcqdJ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQD3YCcqdJ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQD3YCcqdJ .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQD3YCcqdJ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQD3YCcqdJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQD3YCcqdJ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQD3YCcqdJ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQD3YCcqdJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQD3YCcqdJ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQD3YCcqdJ P {
  color: #232323;
}
.cid-uQD3YCcqdJ DIV {
  color: #ffffff;
}
.cid-uQD3YCcqdJ H10 {
  color: #767676;
}
.cid-uQD3YCcqdJ .hidden {
  display: none;
}
.cid-uQD3YCcqdJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uhXI3HLTjc {
  z-index: 1000;
  width: 100%;
}
.cid-uhXI3HLTjc #IDmylogo {
  border-radius: 5px;
}
.cid-uhXI3HLTjc .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uhXI3HLTjc .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uhXI3HLTjc .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uhXI3HLTjc .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uhXI3HLTjc .btn,
.cid-uhXI3HLTjc .btn-primary,
.cid-uhXI3HLTjc .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uhXI3HLTjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown-menu {
  padding: 0;
}
.cid-uhXI3HLTjc .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhXI3HLTjc .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhXI3HLTjc .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uhXI3HLTjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXI3HLTjc .nav-link {
  position: relative;
}
.cid-uhXI3HLTjc .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhXI3HLTjc .dropdown-menu,
.cid-uhXI3HLTjc .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .nav-item:focus,
.cid-uhXI3HLTjc .nav-link:focus {
  outline: none;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXI3HLTjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXI3HLTjc .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXI3HLTjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXI3HLTjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhXI3HLTjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXI3HLTjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXI3HLTjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXI3HLTjc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXI3HLTjc .navbar .navbar-short {
  position: fixed !important;
}
.cid-uhXI3HLTjc .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar-brand {
    display: none;
  }
}
.cid-uhXI3HLTjc .dropdown-item.active,
.cid-uhXI3HLTjc .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXI3HLTjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXI3HLTjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXI3HLTjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXI3HLTjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhXI3HLTjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXI3HLTjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXI3HLTjc .navbar {
    height: 70px;
  }
  .cid-uhXI3HLTjc .navbar.opened {
    height: auto;
  }
  .cid-uhXI3HLTjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXI3HLTjc .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uhXI3HLTjc .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uhXI3HLTjc .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uhXI3HLTjc .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uhXI3HLTjc nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uhXI3HLTjc .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uhXI3HLTjc .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uhXI3HLTjc .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uhXI3HLTjc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .image-wrapper {
    display: none;
  }
}
.cid-uhXI3HLTjc .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uhXI3HLTjc .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .navbar-nav {
  display: flex !important;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uhXI3HLTjc .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uhXI3HLTjc .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .offcanvas_text {
  width: 60%;
}
.cid-uhXI3HLTjc .mbr-text {
  color: #FFFFFF;
}
.cid-uhXI3HLTjc .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhXI3HLTjc .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .logo-wrap,
.cid-uhXI3HLTjc .btn-wrap,
.cid-uhXI3HLTjc .navbar-brand,
.cid-uhXI3HLTjc .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uhXI3HLTjc .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-ujmkwwaQrv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mannueberwolken-2.jpeg");
}
.cid-ujmkwwaQrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujmkwwaQrv .item-img {
  position: absolute;
  top: 0px;
  left: -320px;
  transform: rotate(-45deg);
  width: 500px;
  height: 100px;
}
.cid-ujmkwwaQrv .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ujmkwwaQrv .item-img {
    left: -260px;
  }
}
.cid-ujmkwwaQrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujmkwwaQrv .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-ujmkwwaQrv .col {
    width: 40%;
  }
}
.cid-ujmkwwaQrv .card-wrapper {
  padding: 4rem;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ujmkwwaQrv .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-ujmkwwaQrv .card-wrapper .item-img,
.cid-ujmkwwaQrv .card-wrapper h1,
.cid-ujmkwwaQrv .card-wrapper h2,
.cid-ujmkwwaQrv .card-wrapper p,
.cid-ujmkwwaQrv .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-ujmkwwaQrv .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-ujmkwwaQrv .mbr-section-title {
  color: #ffffff;
}
.cid-ujmkwwaQrv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujmkwwaQrv .mbr-text,
.cid-ujmkwwaQrv .mbr-section-btn {
  color: #ffffff;
}
.cid-uhRCE1gaPZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fffae3;
}
.cid-uhRCE1gaPZ blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uhRCE1gaPZ .mbr-text {
  color: #000000;
}
.cid-uhRFcAwjSQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uhRFcAwjSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRFcAwjSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhRFcAwjSQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uhRFcAwjSQ .team-card:hover {
  transform: translateY(-10px);
}
.cid-uhRFcAwjSQ .item-wrapper {
  background: #fffae3;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uhRFcAwjSQ .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhRFcAwjSQ .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uhRFcAwjSQ .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhRFcAwjSQ .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-uhRFcAwjSQ .social-row {
  text-align: center;
}
.cid-uhRFcAwjSQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhRFcAwjSQ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uhRFcAwjSQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhRFcAwjSQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uhRFcAwjSQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uhRFcAwjSQ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uhRFcAwjSQ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uhRFcAwjSQ .container {
    padding: 0 22px;
  }
}
.cid-uw172MErki {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw172MErki .muster {
  width: 100%;
}
.cid-uw172MErki #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uw172MErki #text1,
.cid-uw172MErki #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 30pt;
  }
}
.cid-uw172MErki .ing-bw {
  width: 100%;
}
.cid-uw172MErki .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uw172MErki .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uw172MErki p,
.cid-uw172MErki li,
.cid-uw172MErki a {
  font-weight: 200!important;
}
.cid-uw172MErki .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uw172MErki .text-white:hover {
  color: #e6c63b !important;
}
.cid-uw172MErki .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uw172MErki .big {
  margin-bottom: 30px;
}
.cid-uw172MErki .big .lin a {
  font-weight: 300;
}
.cid-uw172MErki .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uw172MErki .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uw172MErki .mbr-text {
    padding: 0;
  }
}
.cid-uw172MErki a {
  transition: color .3s;
}
.cid-uQD3YCcqdJ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQD3YCcqdJ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQD3YCcqdJ .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQD3YCcqdJ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQD3YCcqdJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQD3YCcqdJ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQD3YCcqdJ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQD3YCcqdJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQD3YCcqdJ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQD3YCcqdJ P {
  color: #232323;
}
.cid-uQD3YCcqdJ DIV {
  color: #ffffff;
}
.cid-uQD3YCcqdJ H10 {
  color: #767676;
}
.cid-uQD3YCcqdJ .hidden {
  display: none;
}
.cid-uQD3YCcqdJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uw0Tf5Wh4Y {
  z-index: 1000;
  width: 100%;
}
.cid-uw0Tf5Wh4Y #IDmylogo {
  border-radius: 5px;
}
.cid-uw0Tf5Wh4Y .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uw0Tf5Wh4Y .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uw0Tf5Wh4Y .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uw0Tf5Wh4Y .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uw0Tf5Wh4Y .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uw0Tf5Wh4Y .btn,
.cid-uw0Tf5Wh4Y .btn-primary,
.cid-uw0Tf5Wh4Y .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uw0Tf5Wh4Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw0Tf5Wh4Y .dropdown-menu {
  padding: 0;
}
.cid-uw0Tf5Wh4Y .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .dropdown-item {
    text-align: left !important;
  }
}
.cid-uw0Tf5Wh4Y .dropdown-item:hover {
  background-position: right !important;
}
.cid-uw0Tf5Wh4Y .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uw0Tf5Wh4Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uw0Tf5Wh4Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uw0Tf5Wh4Y .nav-link {
  position: relative;
}
.cid-uw0Tf5Wh4Y .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uw0Tf5Wh4Y .dropdown-menu,
.cid-uw0Tf5Wh4Y .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uw0Tf5Wh4Y .nav-item:focus,
.cid-uw0Tf5Wh4Y .nav-link:focus {
  outline: none;
}
.cid-uw0Tf5Wh4Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw0Tf5Wh4Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw0Tf5Wh4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw0Tf5Wh4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw0Tf5Wh4Y .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uw0Tf5Wh4Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uw0Tf5Wh4Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw0Tf5Wh4Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uw0Tf5Wh4Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw0Tf5Wh4Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw0Tf5Wh4Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw0Tf5Wh4Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw0Tf5Wh4Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uw0Tf5Wh4Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw0Tf5Wh4Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uw0Tf5Wh4Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw0Tf5Wh4Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uw0Tf5Wh4Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw0Tf5Wh4Y .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uw0Tf5Wh4Y .navbar .navbar-short {
  position: fixed !important;
}
.cid-uw0Tf5Wh4Y .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uw0Tf5Wh4Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uw0Tf5Wh4Y .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uw0Tf5Wh4Y .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uw0Tf5Wh4Y .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .navbar-brand {
    display: none;
  }
}
.cid-uw0Tf5Wh4Y .dropdown-item.active,
.cid-uw0Tf5Wh4Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uw0Tf5Wh4Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw0Tf5Wh4Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw0Tf5Wh4Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw0Tf5Wh4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uw0Tf5Wh4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw0Tf5Wh4Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw0Tf5Wh4Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw0Tf5Wh4Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw0Tf5Wh4Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw0Tf5Wh4Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw0Tf5Wh4Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw0Tf5Wh4Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw0Tf5Wh4Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw0Tf5Wh4Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw0Tf5Wh4Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw0Tf5Wh4Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw0Tf5Wh4Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw0Tf5Wh4Y .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uw0Tf5Wh4Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw0Tf5Wh4Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw0Tf5Wh4Y .navbar {
    height: 70px;
  }
  .cid-uw0Tf5Wh4Y .navbar.opened {
    height: auto;
  }
  .cid-uw0Tf5Wh4Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw0Tf5Wh4Y .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uw0Tf5Wh4Y .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uw0Tf5Wh4Y .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uw0Tf5Wh4Y .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uw0Tf5Wh4Y .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uw0Tf5Wh4Y .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uw0Tf5Wh4Y .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uw0Tf5Wh4Y .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uw0Tf5Wh4Y .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uw0Tf5Wh4Y .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uw0Tf5Wh4Y .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uw0Tf5Wh4Y .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uw0Tf5Wh4Y .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uw0Tf5Wh4Y .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uw0Tf5Wh4Y .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uw0Tf5Wh4Y .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uw0Tf5Wh4Y .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uw0Tf5Wh4Y .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uw0Tf5Wh4Y .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uw0Tf5Wh4Y .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uw0Tf5Wh4Y nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uw0Tf5Wh4Y .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uw0Tf5Wh4Y .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uw0Tf5Wh4Y .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uw0Tf5Wh4Y .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .image-wrapper {
    display: none;
  }
}
.cid-uw0Tf5Wh4Y .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uw0Tf5Wh4Y .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uw0Tf5Wh4Y .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uw0Tf5Wh4Y .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uw0Tf5Wh4Y .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uw0Tf5Wh4Y .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uw0Tf5Wh4Y .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uw0Tf5Wh4Y .navbar-nav {
  display: flex !important;
}
.cid-uw0Tf5Wh4Y .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uw0Tf5Wh4Y .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uw0Tf5Wh4Y .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uw0Tf5Wh4Y .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uw0Tf5Wh4Y .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uw0Tf5Wh4Y .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uw0Tf5Wh4Y .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uw0Tf5Wh4Y .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uw0Tf5Wh4Y .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uw0Tf5Wh4Y .offcanvas_text {
  width: 60%;
}
.cid-uw0Tf5Wh4Y .mbr-text {
  color: #FFFFFF;
}
.cid-uw0Tf5Wh4Y .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uw0Tf5Wh4Y .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uw0Tf5Wh4Y .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uw0Tf5Wh4Y .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uw0Tf5Wh4Y .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uw0Tf5Wh4Y .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uw0Tf5Wh4Y .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uw0Tf5Wh4Y .logo-wrap,
.cid-uw0Tf5Wh4Y .btn-wrap,
.cid-uw0Tf5Wh4Y .navbar-brand,
.cid-uw0Tf5Wh4Y .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uw0Tf5Wh4Y .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uw0Tf5Wh4Y .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uw0Tf5Wh4Y .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uw0TT7M04X {
  background-image: url("../../../assets/images/gru-migration.jpg");
}
.cid-uw0TT7M04X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0TT7M04X .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uw0TT7M04X .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uw0TT7M04X .item-img {
    left: -260px;
  }
}
.cid-uw0TT7M04X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw0TT7M04X .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uw0TT7M04X .col {
    width: 40%;
  }
}
.cid-uw0TT7M04X .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uw0TT7M04X .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uw0TT7M04X .card-wrapper .item-img,
.cid-uw0TT7M04X .card-wrapper h1,
.cid-uw0TT7M04X .card-wrapper h2,
.cid-uw0TT7M04X .card-wrapper p,
.cid-uw0TT7M04X .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uw0TT7M04X .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uw0TT7M04X .mbr-section-title {
  color: #ffffff;
}
.cid-uw0TT7M04X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uw0TT7M04X .mbr-text,
.cid-uw0TT7M04X .mbr-section-btn {
  color: #ffffff;
}
.cid-uQK7tWvNQ7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQK7tWvNQ7 .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQK7tWvNQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQK7tWvNQ7 h4 {
  line-height: 1.2!important;
}
.cid-uQK7tWvNQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQK7tWvNQ7 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQK7tWvNQ7 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQK7tWvNQ7 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQK7tWvNQ7 .container {
    padding: 0 22px;
  }
}
.cid-uQK7tWvNQ7 .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQK7tWvNQ7 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQK7tWvNQ7 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQK7tWvNQ7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQK7tWvNQ7 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQK7tWvNQ7 .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQK7tWvNQ7 .item:hover .item-wrapper .item-img img,
.cid-uQK7tWvNQ7 .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQK7tWvNQ7 .item:hover .item-wrapper .item-img::before,
.cid-uQK7tWvNQ7 .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQK7tWvNQ7 .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQK7tWvNQ7 .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQK7tWvNQ7 .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQK7tWvNQ7 .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQK7tWvNQ7 .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQK7tWvNQ7 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQK7tWvNQ7 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQK7tWvNQ7 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQK7tWvNQ7 .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQK7tWvNQ7 .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQK7tWvNQ7 .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQK7tWvNQ7 .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQK7tWvNQ7 .item a {
  display: block;
}
.cid-uQK7tWvNQ7 .mbr-section-title {
  color: #ffffff;
}
.cid-uQK7tWvNQ7 .mbr-desc {
  color: #000000;
}
.cid-uQK7tWvNQ7 .card-title {
  color: #ffffff;
}
.cid-uQK7tWvNQ7 .mbr-section-title,
.cid-uQK7tWvNQ7 .mbr-section-btn {
  color: #000000;
}
.cid-uQK7tWvNQ7 .card-title,
.cid-uQK7tWvNQ7 .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQqusIYgze {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf9;
}
.cid-uQqusIYgze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQqusIYgze .btn {
  font-weight: 300 !important;
}
.cid-uQqusIYgze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQqusIYgze .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQqusIYgze .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQqusIYgze .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQqusIYgze .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQqusIYgze .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQqusIYgze .row {
  flex-direction: row-reverse;
}
.cid-uQqusIYgze .image-wrapper {
  padding: 0 1rem;
}
.cid-uQqusIYgze img,
.cid-uQqusIYgze .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQqusIYgze img,
  .cid-uQqusIYgze .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQqusIYgze .mbr-section-title {
  color: #000000;
}
.cid-uQqusIYgze .mbr-text {
  color: #000000;
}
.cid-uQqB3nXxrf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
.cid-uQqB3nXxrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQqB3nXxrf .btn {
  font-weight: 300 !important;
}
.cid-uQqB3nXxrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQqB3nXxrf .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uQqB3nXxrf .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uQqB3nXxrf .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uQqB3nXxrf .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uQqB3nXxrf .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uQqB3nXxrf .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQqB3nXxrf .content-wrapper {
    display: block;
  }
}
.cid-uQqB3nXxrf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQqB3nXxrf .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQqB3nXxrf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQqB3nXxrf .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQqB3nXxrf .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQqB3nXxrf .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQqB3nXxrf .item {
    margin-bottom: 32px;
  }
}
.cid-uQqB3nXxrf .item .item-wrapper {
  height: 100%;
}
.cid-uQqB3nXxrf .item .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQqB3nXxrf .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uQqB3nXxrf .item .item-wrapper .item-img img {
  border: 1px solid black;
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  outline: 1px solid #ffffff99;
  outline-offset: -5px;
  transition: transform 0.4s ease;
}
@media (max-width: 992px) {
  .cid-uQqB3nXxrf .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQqB3nXxrf .item .item-wrapper .item-img img:hover {
  transform: scale(1.05);
}
.cid-uQqB3nXxrf .item .item-wrapper .item-content .item-name {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQqB3nXxrf .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uQqB3nXxrf .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQqB3nXxrf .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-uQqB3nXxrf .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uQqB3nXxrf .mbr-label {
  color: #000000;
}
.cid-uQqB3nXxrf .mbr-section-title {
  color: #c10b02;
}
.cid-uQqB3nXxrf .mbr-text {
  color: #000000;
}
.cid-uQqB3nXxrf .item-name {
  color: #c10b02;
}
.cid-uQqB3nXxrf .item-text {
  color: #000000;
}
.cid-uQqB3nXxrf .mbr-section-title,
.cid-uQqB3nXxrf .mbr-section-btn {
  color: #000000;
}
.cid-uQCDT3AQI6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uQCDT3AQI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCDT3AQI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQCDT3AQI6 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 1px #c14502;
  border-radius: 3px;
}
.cid-uQCDT3AQI6 .img-wide {
  height: 50%;
}
.cid-uQCDT3AQI6 .img-big {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQCDT3AQI6 .img-big {
    padding-bottom: 2rem!important;
  }
}
@media (max-width: 992px) {
  .cid-uQCDT3AQI6 .small-pic {
    padding-bottom: 2rem!important;
  }
}
.cid-uQCDT3AQI6 .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-uQCDT3AQI6 .video-container {
    height: 300px;
  }
}
.cid-uQCDT3AQI6 .video {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uw172MErki {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw172MErki .muster {
  width: 100%;
}
.cid-uw172MErki #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uw172MErki #text1,
.cid-uw172MErki #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 30pt;
  }
}
.cid-uw172MErki .ing-bw {
  width: 100%;
}
.cid-uw172MErki .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uw172MErki .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uw172MErki p,
.cid-uw172MErki li,
.cid-uw172MErki a {
  font-weight: 200!important;
}
.cid-uw172MErki .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uw172MErki .text-white:hover {
  color: #e6c63b !important;
}
.cid-uw172MErki .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uw172MErki .big {
  margin-bottom: 30px;
}
.cid-uw172MErki .big .lin a {
  font-weight: 300;
}
.cid-uw172MErki .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uw172MErki .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uw172MErki .mbr-text {
    padding: 0;
  }
}
.cid-uw172MErki a {
  transition: color .3s;
}
.cid-uQD3YCcqdJ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQD3YCcqdJ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQD3YCcqdJ .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQD3YCcqdJ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQD3YCcqdJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQD3YCcqdJ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQD3YCcqdJ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQD3YCcqdJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQD3YCcqdJ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQD3YCcqdJ P {
  color: #232323;
}
.cid-uQD3YCcqdJ DIV {
  color: #ffffff;
}
.cid-uQD3YCcqdJ H10 {
  color: #767676;
}
.cid-uQD3YCcqdJ .hidden {
  display: none;
}
.cid-uQD3YCcqdJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uhXI3HLTjc {
  z-index: 1000;
  width: 100%;
}
.cid-uhXI3HLTjc #IDmylogo {
  border-radius: 5px;
}
.cid-uhXI3HLTjc .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uhXI3HLTjc .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uhXI3HLTjc .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uhXI3HLTjc .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uhXI3HLTjc .btn,
.cid-uhXI3HLTjc .btn-primary,
.cid-uhXI3HLTjc .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uhXI3HLTjc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown-menu {
  padding: 0;
}
.cid-uhXI3HLTjc .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .dropdown-item {
    text-align: left !important;
  }
}
.cid-uhXI3HLTjc .dropdown-item:hover {
  background-position: right !important;
}
.cid-uhXI3HLTjc .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uhXI3HLTjc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXI3HLTjc .nav-link {
  position: relative;
}
.cid-uhXI3HLTjc .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uhXI3HLTjc .dropdown-menu,
.cid-uhXI3HLTjc .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .nav-item:focus,
.cid-uhXI3HLTjc .nav-link:focus {
  outline: none;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXI3HLTjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXI3HLTjc .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uhXI3HLTjc .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXI3HLTjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXI3HLTjc .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXI3HLTjc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXI3HLTjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhXI3HLTjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXI3HLTjc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXI3HLTjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXI3HLTjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXI3HLTjc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXI3HLTjc .navbar .navbar-short {
  position: fixed !important;
}
.cid-uhXI3HLTjc .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uhXI3HLTjc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .navbar-brand {
    display: none;
  }
}
.cid-uhXI3HLTjc .dropdown-item.active,
.cid-uhXI3HLTjc .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXI3HLTjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXI3HLTjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uhXI3HLTjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXI3HLTjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXI3HLTjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXI3HLTjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXI3HLTjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXI3HLTjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXI3HLTjc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uhXI3HLTjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXI3HLTjc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXI3HLTjc .navbar {
    height: 70px;
  }
  .cid-uhXI3HLTjc .navbar.opened {
    height: auto;
  }
  .cid-uhXI3HLTjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXI3HLTjc .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uhXI3HLTjc .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uhXI3HLTjc .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uhXI3HLTjc .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uhXI3HLTjc .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uhXI3HLTjc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uhXI3HLTjc nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uhXI3HLTjc .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uhXI3HLTjc .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uhXI3HLTjc .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uhXI3HLTjc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .image-wrapper {
    display: none;
  }
}
.cid-uhXI3HLTjc .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uhXI3HLTjc .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uhXI3HLTjc .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .navbar-nav {
  display: flex !important;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uhXI3HLTjc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uhXI3HLTjc .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uhXI3HLTjc .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uhXI3HLTjc .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uhXI3HLTjc .offcanvas_text {
  width: 60%;
}
.cid-uhXI3HLTjc .mbr-text {
  color: #FFFFFF;
}
.cid-uhXI3HLTjc .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uhXI3HLTjc .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhXI3HLTjc .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uhXI3HLTjc .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uhXI3HLTjc .logo-wrap,
.cid-uhXI3HLTjc .btn-wrap,
.cid-uhXI3HLTjc .navbar-brand,
.cid-uhXI3HLTjc .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uhXI3HLTjc .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uhXI3HLTjc .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uhXI3HLTjc .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQwMEQMAhr {
  background-image: url("../../../assets/images/elefant-sunset-1.jpg");
}
.cid-uQwMEQMAhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQwMEQMAhr .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQwMEQMAhr .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQwMEQMAhr .item-img {
    left: -260px;
  }
}
.cid-uQwMEQMAhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQwMEQMAhr .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQwMEQMAhr .col {
    width: 40%;
  }
}
.cid-uQwMEQMAhr .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQwMEQMAhr .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQwMEQMAhr .card-wrapper .item-img,
.cid-uQwMEQMAhr .card-wrapper h1,
.cid-uQwMEQMAhr .card-wrapper h2,
.cid-uQwMEQMAhr .card-wrapper p,
.cid-uQwMEQMAhr .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQwMEQMAhr .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQwMEQMAhr .mbr-section-title {
  color: #ffffff;
}
.cid-uQwMEQMAhr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQwMEQMAhr .mbr-text,
.cid-uQwMEQMAhr .mbr-section-btn {
  color: #ffffff;
}
.cid-uhPFCHL6a8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffece3;
}
@media (max-width: 992px) {
  .cid-uhPFCHL6a8 .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uhPFCHL6a8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhPFCHL6a8 h4 {
  line-height: 1.2!important;
}
.cid-uhPFCHL6a8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhPFCHL6a8 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uhPFCHL6a8 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uhPFCHL6a8 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uhPFCHL6a8 .container {
    padding: 0 22px;
  }
}
.cid-uhPFCHL6a8 .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uhPFCHL6a8 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uhPFCHL6a8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhPFCHL6a8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhPFCHL6a8 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uhPFCHL6a8 .item {
  flex: 0 0 auto;
  max-width: 250px;
  margin: 0 5px 10px;
}
.cid-uhPFCHL6a8 .item:hover .item-wrapper .item-img img,
.cid-uhPFCHL6a8 .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uhPFCHL6a8 .item:hover .item-wrapper .item-img::before,
.cid-uhPFCHL6a8 .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uhPFCHL6a8 .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uhPFCHL6a8 .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uhPFCHL6a8 .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uhPFCHL6a8 .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uhPFCHL6a8 .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uhPFCHL6a8 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uhPFCHL6a8 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uhPFCHL6a8 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uhPFCHL6a8 .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uhPFCHL6a8 .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uhPFCHL6a8 .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uhPFCHL6a8 .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uhPFCHL6a8 .item a {
  display: block;
}
.cid-uhPFCHL6a8 .mbr-section-title {
  color: #ffffff;
}
.cid-uhPFCHL6a8 .mbr-desc {
  color: #000000;
}
.cid-uhPFCHL6a8 .card-title {
  color: #ffffff;
}
.cid-uhPFCHL6a8 .mbr-section-title,
.cid-uhPFCHL6a8 .mbr-section-btn {
  color: #000000;
}
.cid-uhPFCHL6a8 .card-title,
.cid-uhPFCHL6a8 .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQBIbUo2co {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQBIbUo2co .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQBIbUo2co .btn {
  font-weight: 300 !important;
}
.cid-uQBIbUo2co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQBIbUo2co .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQBIbUo2co .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQBIbUo2co .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBIbUo2co .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQBIbUo2co .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQBIbUo2co .row {
  flex-direction: row-reverse;
}
.cid-uQBIbUo2co .image-wrapper {
  padding: 0 1rem;
}
.cid-uQBIbUo2co img,
.cid-uQBIbUo2co .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQBIbUo2co img,
  .cid-uQBIbUo2co .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQBIbUo2co .mbr-section-title {
  color: #000000;
}
.cid-uQBIbUo2co .mbr-text {
  color: #000000;
}
.cid-uQBJgKiuS4 {
  background-color: #232323;
}
.cid-uQBJgKiuS4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQBJgKiuS4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQBJgKiuS4 .item-wrapper {
  position: relative;
}
.cid-uQBJgKiuS4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQBJgKiuS4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQBJgKiuS4 .carousel-control,
.cid-uQBJgKiuS4 .close {
  background: #1b1b1b;
}
.cid-uQBJgKiuS4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQBJgKiuS4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQBJgKiuS4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQBJgKiuS4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQBJgKiuS4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQBJgKiuS4 .close::before {
  content: '\e91a';
}
.cid-uQBJgKiuS4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQBJgKiuS4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQBJgKiuS4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBJgKiuS4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQBJgKiuS4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQBJgKiuS4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQBJgKiuS4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQBJgKiuS4 .carousel-indicators li.active,
.cid-uQBJgKiuS4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQBJgKiuS4 .carousel-indicators li::after,
.cid-uQBJgKiuS4 .carousel-indicators li::before {
  content: none;
}
.cid-uQBJgKiuS4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQBJgKiuS4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQBJgKiuS4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBJgKiuS4 .carousel-indicators {
    display: none;
  }
}
.cid-uQBJgKiuS4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQBJgKiuS4 .carousel-inner > .active {
  display: block;
}
.cid-uQBJgKiuS4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBJgKiuS4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQBJgKiuS4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQBJgKiuS4 .carousel-control,
  .cid-uQBJgKiuS4 .carousel-indicators,
  .cid-uQBJgKiuS4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQBJgKiuS4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQBJgKiuS4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQBJgKiuS4 .carousel-indicators .active,
.cid-uQBJgKiuS4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQBJgKiuS4 .carousel-indicators .active {
  background: #fff;
}
.cid-uQBJgKiuS4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQBJgKiuS4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQBJgKiuS4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQBJgKiuS4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQBJgKiuS4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQBJgKiuS4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQBJgKiuS4 .carousel {
  width: 100%;
}
.cid-uQBJgKiuS4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQBJgKiuS4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQBJgKiuS4 .modal.fade .modal-dialog,
.cid-uQBJgKiuS4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uQBJgKiuS4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQBJgKiuS4 .content-head {
  max-width: 100%;
}
.cid-uQBJgKiuS4 H3 {
  color: #ffffff;
}
.cid-uQBJgKiuS4 H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQBJgKiuS4 DIV {
  text-align: left;
}
.cid-uQBLPZr7Jt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQBLPZr7Jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQBLPZr7Jt .btn {
  font-weight: 300 !important;
}
.cid-uQBLPZr7Jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQBLPZr7Jt .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQBLPZr7Jt .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQBLPZr7Jt .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBLPZr7Jt .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQBLPZr7Jt .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQBLPZr7Jt .row {
  flex-direction: row-reverse;
}
.cid-uQBLPZr7Jt .image-wrapper {
  padding: 0 1rem;
}
.cid-uQBLPZr7Jt img,
.cid-uQBLPZr7Jt .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQBLPZr7Jt img,
  .cid-uQBLPZr7Jt .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQBLPZr7Jt .mbr-section-title {
  color: #000000;
}
.cid-uQBLPZr7Jt .mbr-text {
  color: #000000;
}
.cid-uQBLS0d59n {
  background-color: #232323;
}
.cid-uQBLS0d59n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQBLS0d59n .item {
    margin-bottom: 1rem;
  }
}
.cid-uQBLS0d59n .item-wrapper {
  position: relative;
}
.cid-uQBLS0d59n .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQBLS0d59n .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQBLS0d59n .carousel-control,
.cid-uQBLS0d59n .close {
  background: #1b1b1b;
}
.cid-uQBLS0d59n .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQBLS0d59n .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQBLS0d59n .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQBLS0d59n .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQBLS0d59n .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQBLS0d59n .close::before {
  content: '\e91a';
}
.cid-uQBLS0d59n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQBLS0d59n .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQBLS0d59n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBLS0d59n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQBLS0d59n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQBLS0d59n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQBLS0d59n .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQBLS0d59n .carousel-indicators li.active,
.cid-uQBLS0d59n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQBLS0d59n .carousel-indicators li::after,
.cid-uQBLS0d59n .carousel-indicators li::before {
  content: none;
}
.cid-uQBLS0d59n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQBLS0d59n .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQBLS0d59n .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBLS0d59n .carousel-indicators {
    display: none;
  }
}
.cid-uQBLS0d59n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQBLS0d59n .carousel-inner > .active {
  display: block;
}
.cid-uQBLS0d59n .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBLS0d59n .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQBLS0d59n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQBLS0d59n .carousel-control,
  .cid-uQBLS0d59n .carousel-indicators,
  .cid-uQBLS0d59n .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQBLS0d59n .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQBLS0d59n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQBLS0d59n .carousel-indicators .active,
.cid-uQBLS0d59n .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQBLS0d59n .carousel-indicators .active {
  background: #fff;
}
.cid-uQBLS0d59n .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQBLS0d59n .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQBLS0d59n .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQBLS0d59n .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQBLS0d59n .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQBLS0d59n .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQBLS0d59n .carousel {
  width: 100%;
}
.cid-uQBLS0d59n .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQBLS0d59n .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQBLS0d59n .modal.fade .modal-dialog,
.cid-uQBLS0d59n .modal.in .modal-dialog {
  transform: none;
}
.cid-uQBLS0d59n .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQBLS0d59n .content-head {
  max-width: 100%;
}
.cid-uQBLS0d59n H3 {
  color: #ffffff;
}
.cid-uQBLS0d59n H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQBLS0d59n DIV {
  text-align: left;
}
.cid-uQC0g3sWAF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQC0g3sWAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQC0g3sWAF .btn {
  font-weight: 300 !important;
}
.cid-uQC0g3sWAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQC0g3sWAF .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQC0g3sWAF .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQC0g3sWAF .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQC0g3sWAF .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQC0g3sWAF .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQC0g3sWAF .row {
  flex-direction: row-reverse;
}
.cid-uQC0g3sWAF .image-wrapper {
  padding: 0 1rem;
}
.cid-uQC0g3sWAF img,
.cid-uQC0g3sWAF .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQC0g3sWAF img,
  .cid-uQC0g3sWAF .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQC0g3sWAF .mbr-section-title {
  color: #000000;
}
.cid-uQC0g3sWAF .mbr-text {
  color: #000000;
}
.cid-uQC0KYTzhI {
  background-color: #232323;
}
.cid-uQC0KYTzhI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQC0KYTzhI .item {
    margin-bottom: 1rem;
  }
}
.cid-uQC0KYTzhI .item-wrapper {
  position: relative;
}
.cid-uQC0KYTzhI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQC0KYTzhI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQC0KYTzhI .carousel-control,
.cid-uQC0KYTzhI .close {
  background: #1b1b1b;
}
.cid-uQC0KYTzhI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQC0KYTzhI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQC0KYTzhI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQC0KYTzhI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQC0KYTzhI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQC0KYTzhI .close::before {
  content: '\e91a';
}
.cid-uQC0KYTzhI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQC0KYTzhI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQC0KYTzhI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQC0KYTzhI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQC0KYTzhI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQC0KYTzhI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQC0KYTzhI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQC0KYTzhI .carousel-indicators li.active,
.cid-uQC0KYTzhI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQC0KYTzhI .carousel-indicators li::after,
.cid-uQC0KYTzhI .carousel-indicators li::before {
  content: none;
}
.cid-uQC0KYTzhI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQC0KYTzhI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQC0KYTzhI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQC0KYTzhI .carousel-indicators {
    display: none;
  }
}
.cid-uQC0KYTzhI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQC0KYTzhI .carousel-inner > .active {
  display: block;
}
.cid-uQC0KYTzhI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQC0KYTzhI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQC0KYTzhI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQC0KYTzhI .carousel-control,
  .cid-uQC0KYTzhI .carousel-indicators,
  .cid-uQC0KYTzhI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQC0KYTzhI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQC0KYTzhI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQC0KYTzhI .carousel-indicators .active,
.cid-uQC0KYTzhI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQC0KYTzhI .carousel-indicators .active {
  background: #fff;
}
.cid-uQC0KYTzhI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQC0KYTzhI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQC0KYTzhI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQC0KYTzhI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQC0KYTzhI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQC0KYTzhI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQC0KYTzhI .carousel {
  width: 100%;
}
.cid-uQC0KYTzhI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQC0KYTzhI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQC0KYTzhI .modal.fade .modal-dialog,
.cid-uQC0KYTzhI .modal.in .modal-dialog {
  transform: none;
}
.cid-uQC0KYTzhI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQC0KYTzhI .content-head {
  max-width: 100%;
}
.cid-uQC0KYTzhI H3 {
  color: #ffffff;
}
.cid-uQC0KYTzhI H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQC0KYTzhI DIV {
  text-align: left;
}
.cid-uQBNvAR9AY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQBNvAR9AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQBNvAR9AY .btn {
  font-weight: 300 !important;
}
.cid-uQBNvAR9AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQBNvAR9AY .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQBNvAR9AY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQBNvAR9AY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBNvAR9AY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQBNvAR9AY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQBNvAR9AY .row {
  flex-direction: row-reverse;
}
.cid-uQBNvAR9AY .image-wrapper {
  padding: 0 1rem;
}
.cid-uQBNvAR9AY img,
.cid-uQBNvAR9AY .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQBNvAR9AY img,
  .cid-uQBNvAR9AY .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQBNvAR9AY .mbr-section-title {
  color: #000000;
}
.cid-uQBNvAR9AY .mbr-text {
  color: #000000;
}
.cid-uQBNx0u0U4 {
  background-color: #232323;
}
.cid-uQBNx0u0U4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQBNx0u0U4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQBNx0u0U4 .item-wrapper {
  position: relative;
}
.cid-uQBNx0u0U4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQBNx0u0U4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQBNx0u0U4 .carousel-control,
.cid-uQBNx0u0U4 .close {
  background: #1b1b1b;
}
.cid-uQBNx0u0U4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQBNx0u0U4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQBNx0u0U4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQBNx0u0U4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQBNx0u0U4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQBNx0u0U4 .close::before {
  content: '\e91a';
}
.cid-uQBNx0u0U4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQBNx0u0U4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQBNx0u0U4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBNx0u0U4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQBNx0u0U4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQBNx0u0U4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQBNx0u0U4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQBNx0u0U4 .carousel-indicators li.active,
.cid-uQBNx0u0U4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQBNx0u0U4 .carousel-indicators li::after,
.cid-uQBNx0u0U4 .carousel-indicators li::before {
  content: none;
}
.cid-uQBNx0u0U4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQBNx0u0U4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQBNx0u0U4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBNx0u0U4 .carousel-indicators {
    display: none;
  }
}
.cid-uQBNx0u0U4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQBNx0u0U4 .carousel-inner > .active {
  display: block;
}
.cid-uQBNx0u0U4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBNx0u0U4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQBNx0u0U4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQBNx0u0U4 .carousel-control,
  .cid-uQBNx0u0U4 .carousel-indicators,
  .cid-uQBNx0u0U4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQBNx0u0U4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQBNx0u0U4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQBNx0u0U4 .carousel-indicators .active,
.cid-uQBNx0u0U4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQBNx0u0U4 .carousel-indicators .active {
  background: #fff;
}
.cid-uQBNx0u0U4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQBNx0u0U4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQBNx0u0U4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQBNx0u0U4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQBNx0u0U4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQBNx0u0U4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQBNx0u0U4 .carousel {
  width: 100%;
}
.cid-uQBNx0u0U4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQBNx0u0U4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQBNx0u0U4 .modal.fade .modal-dialog,
.cid-uQBNx0u0U4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uQBNx0u0U4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQBNx0u0U4 .content-head {
  max-width: 100%;
}
.cid-uQBNx0u0U4 H3 {
  color: #ffffff;
}
.cid-uQBNx0u0U4 H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQBNx0u0U4 DIV {
  text-align: left;
}
.cid-uQz9OKIT2p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQz9OKIT2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz9OKIT2p .btn {
  font-weight: 300 !important;
}
.cid-uQz9OKIT2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz9OKIT2p .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQz9OKIT2p .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQz9OKIT2p .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQz9OKIT2p .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQz9OKIT2p .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQz9OKIT2p .row {
  flex-direction: row-reverse;
}
.cid-uQz9OKIT2p .image-wrapper {
  padding: 0 1rem;
}
.cid-uQz9OKIT2p img,
.cid-uQz9OKIT2p .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQz9OKIT2p img,
  .cid-uQz9OKIT2p .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQz9OKIT2p .mbr-section-title {
  color: #000000;
}
.cid-uQz9OKIT2p .mbr-text {
  color: #000000;
}
.cid-uQzrQvu9bv {
  background-color: #232323;
}
.cid-uQzrQvu9bv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQzrQvu9bv .item {
    margin-bottom: 1rem;
  }
}
.cid-uQzrQvu9bv .item-wrapper {
  position: relative;
}
.cid-uQzrQvu9bv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQzrQvu9bv .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQzrQvu9bv .carousel-control,
.cid-uQzrQvu9bv .close {
  background: #1b1b1b;
}
.cid-uQzrQvu9bv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQzrQvu9bv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQzrQvu9bv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQzrQvu9bv .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQzrQvu9bv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQzrQvu9bv .close::before {
  content: '\e91a';
}
.cid-uQzrQvu9bv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQzrQvu9bv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQzrQvu9bv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQzrQvu9bv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQzrQvu9bv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQzrQvu9bv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQzrQvu9bv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQzrQvu9bv .carousel-indicators li.active,
.cid-uQzrQvu9bv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQzrQvu9bv .carousel-indicators li::after,
.cid-uQzrQvu9bv .carousel-indicators li::before {
  content: none;
}
.cid-uQzrQvu9bv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQzrQvu9bv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQzrQvu9bv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQzrQvu9bv .carousel-indicators {
    display: none;
  }
}
.cid-uQzrQvu9bv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQzrQvu9bv .carousel-inner > .active {
  display: block;
}
.cid-uQzrQvu9bv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQzrQvu9bv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQzrQvu9bv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQzrQvu9bv .carousel-control,
  .cid-uQzrQvu9bv .carousel-indicators,
  .cid-uQzrQvu9bv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQzrQvu9bv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQzrQvu9bv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQzrQvu9bv .carousel-indicators .active,
.cid-uQzrQvu9bv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQzrQvu9bv .carousel-indicators .active {
  background: #fff;
}
.cid-uQzrQvu9bv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQzrQvu9bv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQzrQvu9bv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQzrQvu9bv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQzrQvu9bv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQzrQvu9bv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQzrQvu9bv .carousel {
  width: 100%;
}
.cid-uQzrQvu9bv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQzrQvu9bv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQzrQvu9bv .modal.fade .modal-dialog,
.cid-uQzrQvu9bv .modal.in .modal-dialog {
  transform: none;
}
.cid-uQzrQvu9bv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQzrQvu9bv .content-head {
  max-width: 100%;
}
.cid-uQzrQvu9bv H3 {
  color: #ffffff;
}
.cid-uQzrQvu9bv H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQzrQvu9bv DIV {
  text-align: left;
}
.cid-uQBRRfmVY9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQBRRfmVY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQBRRfmVY9 .btn {
  font-weight: 300 !important;
}
.cid-uQBRRfmVY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQBRRfmVY9 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQBRRfmVY9 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQBRRfmVY9 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBRRfmVY9 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQBRRfmVY9 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQBRRfmVY9 .row {
  flex-direction: row-reverse;
}
.cid-uQBRRfmVY9 .image-wrapper {
  padding: 0 1rem;
}
.cid-uQBRRfmVY9 img,
.cid-uQBRRfmVY9 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQBRRfmVY9 img,
  .cid-uQBRRfmVY9 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQBRRfmVY9 .mbr-section-title {
  color: #000000;
}
.cid-uQBRRfmVY9 .mbr-text {
  color: #000000;
}
.cid-uQBRSAi6ba {
  background-color: #232323;
}
.cid-uQBRSAi6ba .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQBRSAi6ba .item {
    margin-bottom: 1rem;
  }
}
.cid-uQBRSAi6ba .item-wrapper {
  position: relative;
}
.cid-uQBRSAi6ba .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQBRSAi6ba .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQBRSAi6ba .carousel-control,
.cid-uQBRSAi6ba .close {
  background: #1b1b1b;
}
.cid-uQBRSAi6ba .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQBRSAi6ba .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQBRSAi6ba .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQBRSAi6ba .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQBRSAi6ba .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQBRSAi6ba .close::before {
  content: '\e91a';
}
.cid-uQBRSAi6ba .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQBRSAi6ba .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQBRSAi6ba .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBRSAi6ba .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQBRSAi6ba .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQBRSAi6ba .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQBRSAi6ba .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQBRSAi6ba .carousel-indicators li.active,
.cid-uQBRSAi6ba .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQBRSAi6ba .carousel-indicators li::after,
.cid-uQBRSAi6ba .carousel-indicators li::before {
  content: none;
}
.cid-uQBRSAi6ba .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQBRSAi6ba .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQBRSAi6ba .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBRSAi6ba .carousel-indicators {
    display: none;
  }
}
.cid-uQBRSAi6ba .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQBRSAi6ba .carousel-inner > .active {
  display: block;
}
.cid-uQBRSAi6ba .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBRSAi6ba .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQBRSAi6ba .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQBRSAi6ba .carousel-control,
  .cid-uQBRSAi6ba .carousel-indicators,
  .cid-uQBRSAi6ba .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQBRSAi6ba .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQBRSAi6ba .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQBRSAi6ba .carousel-indicators .active,
.cid-uQBRSAi6ba .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQBRSAi6ba .carousel-indicators .active {
  background: #fff;
}
.cid-uQBRSAi6ba .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQBRSAi6ba .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQBRSAi6ba .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQBRSAi6ba .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQBRSAi6ba .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQBRSAi6ba .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQBRSAi6ba .carousel {
  width: 100%;
}
.cid-uQBRSAi6ba .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQBRSAi6ba .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQBRSAi6ba .modal.fade .modal-dialog,
.cid-uQBRSAi6ba .modal.in .modal-dialog {
  transform: none;
}
.cid-uQBRSAi6ba .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQBRSAi6ba .content-head {
  max-width: 100%;
}
.cid-uQBRSAi6ba H3 {
  color: #ffffff;
}
.cid-uQBRSAi6ba H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQBRSAi6ba DIV {
  text-align: left;
}
.cid-uQBUirbAHp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQBUirbAHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQBUirbAHp .btn {
  font-weight: 300 !important;
}
.cid-uQBUirbAHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQBUirbAHp .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQBUirbAHp .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQBUirbAHp .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBUirbAHp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQBUirbAHp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQBUirbAHp .row {
  flex-direction: row-reverse;
}
.cid-uQBUirbAHp .image-wrapper {
  padding: 0 1rem;
}
.cid-uQBUirbAHp img,
.cid-uQBUirbAHp .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQBUirbAHp img,
  .cid-uQBUirbAHp .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQBUirbAHp .mbr-section-title {
  color: #000000;
}
.cid-uQBUirbAHp .mbr-text {
  color: #000000;
}
.cid-uQBVhzQyEM {
  background-color: #232323;
}
.cid-uQBVhzQyEM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQBVhzQyEM .item {
    margin-bottom: 1rem;
  }
}
.cid-uQBVhzQyEM .item-wrapper {
  position: relative;
}
.cid-uQBVhzQyEM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQBVhzQyEM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQBVhzQyEM .carousel-control,
.cid-uQBVhzQyEM .close {
  background: #1b1b1b;
}
.cid-uQBVhzQyEM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQBVhzQyEM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQBVhzQyEM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQBVhzQyEM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQBVhzQyEM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQBVhzQyEM .close::before {
  content: '\e91a';
}
.cid-uQBVhzQyEM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQBVhzQyEM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQBVhzQyEM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBVhzQyEM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQBVhzQyEM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQBVhzQyEM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQBVhzQyEM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQBVhzQyEM .carousel-indicators li.active,
.cid-uQBVhzQyEM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQBVhzQyEM .carousel-indicators li::after,
.cid-uQBVhzQyEM .carousel-indicators li::before {
  content: none;
}
.cid-uQBVhzQyEM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQBVhzQyEM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQBVhzQyEM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBVhzQyEM .carousel-indicators {
    display: none;
  }
}
.cid-uQBVhzQyEM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQBVhzQyEM .carousel-inner > .active {
  display: block;
}
.cid-uQBVhzQyEM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBVhzQyEM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQBVhzQyEM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQBVhzQyEM .carousel-control,
  .cid-uQBVhzQyEM .carousel-indicators,
  .cid-uQBVhzQyEM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQBVhzQyEM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQBVhzQyEM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQBVhzQyEM .carousel-indicators .active,
.cid-uQBVhzQyEM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQBVhzQyEM .carousel-indicators .active {
  background: #fff;
}
.cid-uQBVhzQyEM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQBVhzQyEM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQBVhzQyEM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQBVhzQyEM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQBVhzQyEM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQBVhzQyEM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQBVhzQyEM .carousel {
  width: 100%;
}
.cid-uQBVhzQyEM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQBVhzQyEM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQBVhzQyEM .modal.fade .modal-dialog,
.cid-uQBVhzQyEM .modal.in .modal-dialog {
  transform: none;
}
.cid-uQBVhzQyEM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQBVhzQyEM .content-head {
  max-width: 100%;
}
.cid-uQBVhzQyEM H3 {
  color: #ffffff;
}
.cid-uQBVhzQyEM H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQBVhzQyEM DIV {
  text-align: left;
}
.cid-uQBYDhZ54l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQBYDhZ54l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQBYDhZ54l .btn {
  font-weight: 300 !important;
}
.cid-uQBYDhZ54l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQBYDhZ54l .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQBYDhZ54l .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQBYDhZ54l .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBYDhZ54l .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQBYDhZ54l .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQBYDhZ54l .row {
  flex-direction: row-reverse;
}
.cid-uQBYDhZ54l .image-wrapper {
  padding: 0 1rem;
}
.cid-uQBYDhZ54l img,
.cid-uQBYDhZ54l .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQBYDhZ54l img,
  .cid-uQBYDhZ54l .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQBYDhZ54l .mbr-section-title {
  color: #000000;
}
.cid-uQBYDhZ54l .mbr-text {
  color: #000000;
}
.cid-uQBZlrBWPg {
  background-color: #232323;
}
.cid-uQBZlrBWPg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQBZlrBWPg .item {
    margin-bottom: 1rem;
  }
}
.cid-uQBZlrBWPg .item-wrapper {
  position: relative;
}
.cid-uQBZlrBWPg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQBZlrBWPg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQBZlrBWPg .carousel-control,
.cid-uQBZlrBWPg .close {
  background: #1b1b1b;
}
.cid-uQBZlrBWPg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQBZlrBWPg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQBZlrBWPg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQBZlrBWPg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQBZlrBWPg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQBZlrBWPg .close::before {
  content: '\e91a';
}
.cid-uQBZlrBWPg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQBZlrBWPg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQBZlrBWPg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBZlrBWPg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQBZlrBWPg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQBZlrBWPg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQBZlrBWPg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQBZlrBWPg .carousel-indicators li.active,
.cid-uQBZlrBWPg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQBZlrBWPg .carousel-indicators li::after,
.cid-uQBZlrBWPg .carousel-indicators li::before {
  content: none;
}
.cid-uQBZlrBWPg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQBZlrBWPg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQBZlrBWPg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBZlrBWPg .carousel-indicators {
    display: none;
  }
}
.cid-uQBZlrBWPg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQBZlrBWPg .carousel-inner > .active {
  display: block;
}
.cid-uQBZlrBWPg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBZlrBWPg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQBZlrBWPg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQBZlrBWPg .carousel-control,
  .cid-uQBZlrBWPg .carousel-indicators,
  .cid-uQBZlrBWPg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQBZlrBWPg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQBZlrBWPg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQBZlrBWPg .carousel-indicators .active,
.cid-uQBZlrBWPg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQBZlrBWPg .carousel-indicators .active {
  background: #fff;
}
.cid-uQBZlrBWPg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQBZlrBWPg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQBZlrBWPg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQBZlrBWPg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQBZlrBWPg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQBZlrBWPg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQBZlrBWPg .carousel {
  width: 100%;
}
.cid-uQBZlrBWPg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQBZlrBWPg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQBZlrBWPg .modal.fade .modal-dialog,
.cid-uQBZlrBWPg .modal.in .modal-dialog {
  transform: none;
}
.cid-uQBZlrBWPg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQBZlrBWPg .content-head {
  max-width: 100%;
}
.cid-uQBZlrBWPg H3 {
  color: #ffffff;
}
.cid-uQBZlrBWPg H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQBZlrBWPg DIV {
  text-align: left;
}
.cid-uQBVZQhCAG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQBVZQhCAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQBVZQhCAG .btn {
  font-weight: 300 !important;
}
.cid-uQBVZQhCAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQBVZQhCAG .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQBVZQhCAG .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQBVZQhCAG .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBVZQhCAG .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQBVZQhCAG .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQBVZQhCAG .row {
  flex-direction: row-reverse;
}
.cid-uQBVZQhCAG .image-wrapper {
  padding: 0 1rem;
}
.cid-uQBVZQhCAG img,
.cid-uQBVZQhCAG .image-wrapper {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQBVZQhCAG img,
  .cid-uQBVZQhCAG .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQBVZQhCAG .mbr-section-title {
  color: #000000;
}
.cid-uQBVZQhCAG .mbr-text {
  color: #000000;
}
.cid-uQBXMFcFqY {
  background-color: #232323;
}
.cid-uQBXMFcFqY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQBXMFcFqY .item {
    margin-bottom: 1rem;
  }
}
.cid-uQBXMFcFqY .item-wrapper {
  position: relative;
}
.cid-uQBXMFcFqY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQBXMFcFqY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQBXMFcFqY .carousel-control,
.cid-uQBXMFcFqY .close {
  background: #1b1b1b;
}
.cid-uQBXMFcFqY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQBXMFcFqY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQBXMFcFqY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQBXMFcFqY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQBXMFcFqY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQBXMFcFqY .close::before {
  content: '\e91a';
}
.cid-uQBXMFcFqY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQBXMFcFqY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQBXMFcFqY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBXMFcFqY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQBXMFcFqY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQBXMFcFqY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQBXMFcFqY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQBXMFcFqY .carousel-indicators li.active,
.cid-uQBXMFcFqY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQBXMFcFqY .carousel-indicators li::after,
.cid-uQBXMFcFqY .carousel-indicators li::before {
  content: none;
}
.cid-uQBXMFcFqY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQBXMFcFqY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQBXMFcFqY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQBXMFcFqY .carousel-indicators {
    display: none;
  }
}
.cid-uQBXMFcFqY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQBXMFcFqY .carousel-inner > .active {
  display: block;
}
.cid-uQBXMFcFqY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQBXMFcFqY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQBXMFcFqY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQBXMFcFqY .carousel-control,
  .cid-uQBXMFcFqY .carousel-indicators,
  .cid-uQBXMFcFqY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQBXMFcFqY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQBXMFcFqY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQBXMFcFqY .carousel-indicators .active,
.cid-uQBXMFcFqY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQBXMFcFqY .carousel-indicators .active {
  background: #fff;
}
.cid-uQBXMFcFqY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQBXMFcFqY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQBXMFcFqY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQBXMFcFqY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQBXMFcFqY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQBXMFcFqY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQBXMFcFqY .carousel {
  width: 100%;
}
.cid-uQBXMFcFqY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQBXMFcFqY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQBXMFcFqY .modal.fade .modal-dialog,
.cid-uQBXMFcFqY .modal.in .modal-dialog {
  transform: none;
}
.cid-uQBXMFcFqY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQBXMFcFqY .content-head {
  max-width: 100%;
}
.cid-uQBXMFcFqY H3 {
  color: #ffffff;
}
.cid-uQBXMFcFqY H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQBXMFcFqY DIV {
  text-align: left;
}
.cid-uQIoB9wMPs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffece3;
}
.cid-uQIoB9wMPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIoB9wMPs .btn {
  font-weight: 300 !important;
}
.cid-uQIoB9wMPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIoB9wMPs .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQIoB9wMPs .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQIoB9wMPs .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQIoB9wMPs .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQIoB9wMPs .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQIoB9wMPs .row {
  flex-direction: row-reverse;
}
.cid-uQIoB9wMPs .image-wrapper {
  padding: 0 1rem;
}
.cid-uQIoB9wMPs img,
.cid-uQIoB9wMPs .image-wrapper {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQIoB9wMPs img,
  .cid-uQIoB9wMPs .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQIoB9wMPs .mbr-section-title {
  color: #000000;
}
.cid-uQIoB9wMPs .mbr-text {
  color: #000000;
}
.cid-uQIpzmqtzZ {
  background-color: #232323;
}
.cid-uQIpzmqtzZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQIpzmqtzZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uQIpzmqtzZ .item-wrapper {
  position: relative;
}
.cid-uQIpzmqtzZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQIpzmqtzZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQIpzmqtzZ .carousel-control,
.cid-uQIpzmqtzZ .close {
  background: #1b1b1b;
}
.cid-uQIpzmqtzZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQIpzmqtzZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQIpzmqtzZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQIpzmqtzZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQIpzmqtzZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQIpzmqtzZ .close::before {
  content: '\e91a';
}
.cid-uQIpzmqtzZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQIpzmqtzZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQIpzmqtzZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQIpzmqtzZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQIpzmqtzZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQIpzmqtzZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQIpzmqtzZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQIpzmqtzZ .carousel-indicators li.active,
.cid-uQIpzmqtzZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQIpzmqtzZ .carousel-indicators li::after,
.cid-uQIpzmqtzZ .carousel-indicators li::before {
  content: none;
}
.cid-uQIpzmqtzZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQIpzmqtzZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQIpzmqtzZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQIpzmqtzZ .carousel-indicators {
    display: none;
  }
}
.cid-uQIpzmqtzZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQIpzmqtzZ .carousel-inner > .active {
  display: block;
}
.cid-uQIpzmqtzZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQIpzmqtzZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQIpzmqtzZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQIpzmqtzZ .carousel-control,
  .cid-uQIpzmqtzZ .carousel-indicators,
  .cid-uQIpzmqtzZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQIpzmqtzZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQIpzmqtzZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQIpzmqtzZ .carousel-indicators .active,
.cid-uQIpzmqtzZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQIpzmqtzZ .carousel-indicators .active {
  background: #fff;
}
.cid-uQIpzmqtzZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQIpzmqtzZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQIpzmqtzZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQIpzmqtzZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQIpzmqtzZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQIpzmqtzZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQIpzmqtzZ .carousel {
  width: 100%;
}
.cid-uQIpzmqtzZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQIpzmqtzZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQIpzmqtzZ .modal.fade .modal-dialog,
.cid-uQIpzmqtzZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uQIpzmqtzZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQIpzmqtzZ .content-head {
  max-width: 100%;
}
.cid-uQIpzmqtzZ H3 {
  color: #ffffff;
}
.cid-uQIpzmqtzZ H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQIpzmqtzZ DIV {
  text-align: left;
}
.cid-uw172MErki {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw172MErki .muster {
  width: 100%;
}
.cid-uw172MErki #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uw172MErki #text1,
.cid-uw172MErki #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uw172MErki #text1,
  .cid-uw172MErki #text2 {
    font-size: 30pt;
  }
}
.cid-uw172MErki .ing-bw {
  width: 100%;
}
.cid-uw172MErki .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uw172MErki .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uw172MErki p,
.cid-uw172MErki li,
.cid-uw172MErki a {
  font-weight: 200!important;
}
.cid-uw172MErki .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uw172MErki .text-white:hover {
  color: #e6c63b !important;
}
.cid-uw172MErki .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uw172MErki .big {
  margin-bottom: 30px;
}
.cid-uw172MErki .big .lin a {
  font-weight: 300;
}
.cid-uw172MErki .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uw172MErki .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uw172MErki .mbr-text {
    padding: 0;
  }
}
.cid-uw172MErki a {
  transition: color .3s;
}
.cid-uQD3YCcqdJ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQD3YCcqdJ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQD3YCcqdJ .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQD3YCcqdJ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQD3YCcqdJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQD3YCcqdJ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQD3YCcqdJ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQD3YCcqdJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQD3YCcqdJ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQD3YCcqdJ P {
  color: #232323;
}
.cid-uQD3YCcqdJ DIV {
  color: #ffffff;
}
.cid-uQD3YCcqdJ H10 {
  color: #767676;
}
.cid-uQD3YCcqdJ .hidden {
  display: none;
}
.cid-uQD3YCcqdJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQCEwvsz9L {
  z-index: 1000;
  width: 100%;
}
.cid-uQCEwvsz9L #IDmylogo {
  border-radius: 5px;
}
.cid-uQCEwvsz9L .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQCEwvsz9L .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQCEwvsz9L .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQCEwvsz9L .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQCEwvsz9L .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQCEwvsz9L .btn,
.cid-uQCEwvsz9L .btn-primary,
.cid-uQCEwvsz9L .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQCEwvsz9L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQCEwvsz9L .dropdown-menu {
  padding: 0;
}
.cid-uQCEwvsz9L .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQCEwvsz9L .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQCEwvsz9L .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQCEwvsz9L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQCEwvsz9L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQCEwvsz9L .nav-link {
  position: relative;
}
.cid-uQCEwvsz9L .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQCEwvsz9L .dropdown-menu,
.cid-uQCEwvsz9L .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQCEwvsz9L .nav-item:focus,
.cid-uQCEwvsz9L .nav-link:focus {
  outline: none;
}
.cid-uQCEwvsz9L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQCEwvsz9L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQCEwvsz9L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQCEwvsz9L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQCEwvsz9L .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQCEwvsz9L .navbar.opened {
  transition: all 0.3s;
}
.cid-uQCEwvsz9L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQCEwvsz9L .navbar .navbar-logo img {
  width: auto;
}
.cid-uQCEwvsz9L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQCEwvsz9L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQCEwvsz9L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQCEwvsz9L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQCEwvsz9L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQCEwvsz9L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQCEwvsz9L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQCEwvsz9L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQCEwvsz9L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQCEwvsz9L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQCEwvsz9L .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQCEwvsz9L .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQCEwvsz9L .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQCEwvsz9L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQCEwvsz9L .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQCEwvsz9L .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQCEwvsz9L .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .navbar-brand {
    display: none;
  }
}
.cid-uQCEwvsz9L .dropdown-item.active,
.cid-uQCEwvsz9L .dropdown-item:active {
  background-color: transparent;
}
.cid-uQCEwvsz9L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQCEwvsz9L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQCEwvsz9L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQCEwvsz9L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQCEwvsz9L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQCEwvsz9L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQCEwvsz9L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQCEwvsz9L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQCEwvsz9L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQCEwvsz9L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQCEwvsz9L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCEwvsz9L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQCEwvsz9L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQCEwvsz9L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCEwvsz9L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQCEwvsz9L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQCEwvsz9L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQCEwvsz9L .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQCEwvsz9L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQCEwvsz9L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQCEwvsz9L .navbar {
    height: 70px;
  }
  .cid-uQCEwvsz9L .navbar.opened {
    height: auto;
  }
  .cid-uQCEwvsz9L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQCEwvsz9L .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQCEwvsz9L .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQCEwvsz9L .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQCEwvsz9L .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQCEwvsz9L .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQCEwvsz9L .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQCEwvsz9L .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQCEwvsz9L .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQCEwvsz9L .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQCEwvsz9L .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQCEwvsz9L .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQCEwvsz9L .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQCEwvsz9L .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQCEwvsz9L .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQCEwvsz9L .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQCEwvsz9L .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQCEwvsz9L .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQCEwvsz9L .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQCEwvsz9L .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQCEwvsz9L .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQCEwvsz9L nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQCEwvsz9L .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQCEwvsz9L .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQCEwvsz9L .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQCEwvsz9L .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .image-wrapper {
    display: none;
  }
}
.cid-uQCEwvsz9L .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQCEwvsz9L .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQCEwvsz9L .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQCEwvsz9L .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQCEwvsz9L .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQCEwvsz9L .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQCEwvsz9L .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQCEwvsz9L .navbar-nav {
  display: flex !important;
}
.cid-uQCEwvsz9L .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQCEwvsz9L .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQCEwvsz9L .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQCEwvsz9L .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQCEwvsz9L .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQCEwvsz9L .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQCEwvsz9L .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQCEwvsz9L .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQCEwvsz9L .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQCEwvsz9L .offcanvas_text {
  width: 60%;
}
.cid-uQCEwvsz9L .mbr-text {
  color: #FFFFFF;
}
.cid-uQCEwvsz9L .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQCEwvsz9L .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQCEwvsz9L .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQCEwvsz9L .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQCEwvsz9L .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQCEwvsz9L .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQCEwvsz9L .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQCEwvsz9L .logo-wrap,
.cid-uQCEwvsz9L .btn-wrap,
.cid-uQCEwvsz9L .navbar-brand,
.cid-uQCEwvsz9L .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQCEwvsz9L .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQCEwvsz9L .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQCEwvsz9L .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQCEww1Yrg {
  background-image: url("../../../assets/images/aruba-mara-camp-2.jpg");
}
.cid-uQCEww1Yrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCEww1Yrg .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQCEww1Yrg .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQCEww1Yrg .item-img {
    left: -260px;
  }
}
.cid-uQCEww1Yrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQCEww1Yrg .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQCEww1Yrg .col {
    width: 40%;
  }
}
.cid-uQCEww1Yrg .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQCEww1Yrg .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQCEww1Yrg .card-wrapper .item-img,
.cid-uQCEww1Yrg .card-wrapper h1,
.cid-uQCEww1Yrg .card-wrapper h2,
.cid-uQCEww1Yrg .card-wrapper p,
.cid-uQCEww1Yrg .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQCEww1Yrg .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQCEww1Yrg .mbr-section-title {
  color: #ffffff;
}
.cid-uQCEww1Yrg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQCEww1Yrg .mbr-text,
.cid-uQCEww1Yrg .mbr-section-btn {
  color: #ffffff;
}
.cid-uQHOZTQZBO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQHOZTQZBO .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQHOZTQZBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHOZTQZBO h4 {
  line-height: 1.2!important;
}
.cid-uQHOZTQZBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQHOZTQZBO .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQHOZTQZBO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQHOZTQZBO .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQHOZTQZBO .container {
    padding: 0 22px;
  }
}
.cid-uQHOZTQZBO .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQHOZTQZBO .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQHOZTQZBO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQHOZTQZBO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQHOZTQZBO .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQHOZTQZBO .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQHOZTQZBO .item:hover .item-wrapper .item-img img,
.cid-uQHOZTQZBO .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQHOZTQZBO .item:hover .item-wrapper .item-img::before,
.cid-uQHOZTQZBO .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQHOZTQZBO .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQHOZTQZBO .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQHOZTQZBO .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQHOZTQZBO .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQHOZTQZBO .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQHOZTQZBO .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQHOZTQZBO .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQHOZTQZBO .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQHOZTQZBO .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQHOZTQZBO .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQHOZTQZBO .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQHOZTQZBO .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQHOZTQZBO .item a {
  display: block;
}
.cid-uQHOZTQZBO .mbr-section-title {
  color: #ffffff;
}
.cid-uQHOZTQZBO .mbr-desc {
  color: #000000;
}
.cid-uQHOZTQZBO .card-title {
  color: #ffffff;
}
.cid-uQHOZTQZBO .mbr-section-title,
.cid-uQHOZTQZBO .mbr-section-btn {
  color: #000000;
}
.cid-uQHOZTQZBO .card-title,
.cid-uQHOZTQZBO .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQFpG96xdA {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQFpG96xdA .btn {
  font-weight: 300 !important;
}
.cid-uQFpG96xdA .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQFpG96xdA .container {
    padding: 22px;
  }
}
.cid-uQFpG96xdA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQFpG96xdA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQFpG96xdA .embla__slide .slide-content {
  width: 100%;
}
.cid-uQFpG96xdA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQFpG96xdA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQFpG96xdA .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQFpG96xdA .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQFpG96xdA .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQFpG96xdA .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQFpG96xdA .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQFpG96xdA .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQFpG96xdA .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQFpG96xdA .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQFpG96xdA .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQFpG96xdA .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQFpG96xdA .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQFpG96xdA .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQFpG96xdA .embla__slide .slide-content a {
  display: block;
}
.cid-uQFpG96xdA .embla__button--next,
.cid-uQFpG96xdA .embla__button--prev {
  display: flex;
}
.cid-uQFpG96xdA .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQFpG96xdA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQFpG96xdA .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQFpG96xdA .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQFpG96xdA .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQFpG96xdA .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQFpG96xdA .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQFpG96xdA .card {
  justify-content: center;
}
.cid-uQFpG96xdA .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQFpG96xdA .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQFpG96xdA .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQFpG96xdA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQFpG96xdA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQFpG96xdA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQFpG96xdA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQFpG96xdA .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQFpG96xdA .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQFpG96xdA .mbr-section-title {
  color: #ffffff;
}
.cid-uQFpG96xdA .mbr-text {
  color: #000000;
}
.cid-uQFpG96xdA .mbr-section-title,
.cid-uQFpG96xdA .mbr-section-btn {
  color: #000000;
}
.cid-uQF3BEXGmN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQF3BEXGmN .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQF3BEXGmN .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQF3BEXGmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQF3BEXGmN .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-uQF3BEXGmN .container {
    padding: 0 15px;
  }
}
.cid-uQF3BEXGmN .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQF3BEXGmN .image-wrapper {
  position: relative;
}
.cid-uQF3BEXGmN .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQF3BEXGmN .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQF3BEXGmN .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQF3BEXGmN .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQF3BEXGmN .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQF3BEXGmN .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQF3BEXGmN .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQF3BEXGmN .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQF3BEXGmN .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQF3BEXGmN .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQF3BEXGmN .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQF3BEXGmN .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQF3BEXGmN .mbr-text {
  color: #f7f5f6;
}
.cid-uQF3BEXGmN .item-name {
  color: #000000;
}
.cid-uQF3BEXGmN .item-role {
  color: #68707c;
}
.cid-uQF3BEXGmN .mbr-text,
.cid-uQF3BEXGmN .icon-wrapper {
  color: #000000;
}
.cid-uQF5o3j2Pc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQF5o3j2Pc .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQF5o3j2Pc .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQF5o3j2Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQF5o3j2Pc .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-uQF5o3j2Pc .container {
    padding: 0 15px;
  }
}
.cid-uQF5o3j2Pc .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQF5o3j2Pc .image-wrapper {
  position: relative;
}
.cid-uQF5o3j2Pc .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQF5o3j2Pc .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQF5o3j2Pc .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQF5o3j2Pc .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQF5o3j2Pc .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQF5o3j2Pc .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQF5o3j2Pc .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQF5o3j2Pc .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQF5o3j2Pc .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQF5o3j2Pc .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQF5o3j2Pc .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQF5o3j2Pc .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQF5o3j2Pc .mbr-text {
  color: #f7f5f6;
}
.cid-uQF5o3j2Pc .item-name {
  color: #000000;
}
.cid-uQF5o3j2Pc .item-role {
  color: #68707c;
}
.cid-uQF5o3j2Pc .mbr-text,
.cid-uQF5o3j2Pc .icon-wrapper {
  color: #000000;
}
.cid-uQF5L0YNcb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQF5L0YNcb .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQF5L0YNcb .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQF5L0YNcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQF5L0YNcb .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-uQF5L0YNcb .container {
    padding: 0 15px;
  }
}
.cid-uQF5L0YNcb .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQF5L0YNcb .image-wrapper {
  position: relative;
}
.cid-uQF5L0YNcb .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQF5L0YNcb .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQF5L0YNcb .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQF5L0YNcb .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQF5L0YNcb .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQF5L0YNcb .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQF5L0YNcb .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQF5L0YNcb .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQF5L0YNcb .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQF5L0YNcb .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQF5L0YNcb .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQF5L0YNcb .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQF5L0YNcb .mbr-text {
  color: #f7f5f6;
}
.cid-uQF5L0YNcb .item-name {
  color: #000000;
}
.cid-uQF5L0YNcb .item-role {
  color: #68707c;
}
.cid-uQF5L0YNcb .mbr-text,
.cid-uQF5L0YNcb .icon-wrapper {
  color: #000000;
}
.cid-rRHxvJx7Wp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-rRHxvJx7Wp hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-rRHxvJx7Wp .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-rRHxvJx7Wp .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQFgCLy1tQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQFgCLy1tQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFgCLy1tQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFgCLy1tQ ul.haken,
.cid-uQFgCLy1tQ ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQFgCLy1tQ ul.haken li,
.cid-uQFgCLy1tQ ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQFgCLy1tQ ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQFgCLy1tQ ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQCNsw4ljF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQCNsw4ljF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQCNsw4ljF .item {
    margin-bottom: 1rem;
  }
}
.cid-uQCNsw4ljF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQCNsw4ljF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQCNsw4ljF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQCNsw4ljF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQCNsw4ljF .carousel-control,
.cid-uQCNsw4ljF .close {
  background: #1b1b1b;
}
.cid-uQCNsw4ljF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQCNsw4ljF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQCNsw4ljF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQCNsw4ljF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQCNsw4ljF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQCNsw4ljF .close::before {
  content: '\e91a';
}
.cid-uQCNsw4ljF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQCNsw4ljF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQCNsw4ljF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQCNsw4ljF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQCNsw4ljF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQCNsw4ljF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQCNsw4ljF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQCNsw4ljF .carousel-indicators li.active,
.cid-uQCNsw4ljF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQCNsw4ljF .carousel-indicators li::after,
.cid-uQCNsw4ljF .carousel-indicators li::before {
  content: none;
}
.cid-uQCNsw4ljF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQCNsw4ljF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQCNsw4ljF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQCNsw4ljF .carousel-indicators {
    display: none;
  }
}
.cid-uQCNsw4ljF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQCNsw4ljF .carousel-inner > .active {
  display: block;
}
.cid-uQCNsw4ljF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQCNsw4ljF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQCNsw4ljF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQCNsw4ljF .carousel-control,
  .cid-uQCNsw4ljF .carousel-indicators,
  .cid-uQCNsw4ljF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQCNsw4ljF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQCNsw4ljF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQCNsw4ljF .carousel-indicators .active,
.cid-uQCNsw4ljF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQCNsw4ljF .carousel-indicators .active {
  background: #fff;
}
.cid-uQCNsw4ljF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQCNsw4ljF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQCNsw4ljF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQCNsw4ljF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQCNsw4ljF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQCNsw4ljF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQCNsw4ljF .carousel {
  width: 100%;
}
.cid-uQCNsw4ljF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQCNsw4ljF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQCNsw4ljF .modal.fade .modal-dialog,
.cid-uQCNsw4ljF .modal.in .modal-dialog {
  transform: none;
}
.cid-uQCNsw4ljF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQCNsw4ljF .content-head {
  max-width: 800px;
}
.cid-uQCEwySAt8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQCEwySAt8 .muster {
  width: 100%;
}
.cid-uQCEwySAt8 #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQCEwySAt8 #text1,
.cid-uQCEwySAt8 #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQCEwySAt8 #text1,
  .cid-uQCEwySAt8 #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQCEwySAt8 #text1,
  .cid-uQCEwySAt8 #text2 {
    font-size: 30pt;
  }
}
.cid-uQCEwySAt8 .ing-bw {
  width: 100%;
}
.cid-uQCEwySAt8 .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQCEwySAt8 .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQCEwySAt8 p,
.cid-uQCEwySAt8 li,
.cid-uQCEwySAt8 a {
  font-weight: 200!important;
}
.cid-uQCEwySAt8 .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQCEwySAt8 .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQCEwySAt8 .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQCEwySAt8 .big {
  margin-bottom: 30px;
}
.cid-uQCEwySAt8 .big .lin a {
  font-weight: 300;
}
.cid-uQCEwySAt8 .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQCEwySAt8 .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQCEwySAt8 .mbr-text {
    padding: 0;
  }
}
.cid-uQCEwySAt8 a {
  transition: color .3s;
}
.cid-uQD3YCcqdJ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQD3YCcqdJ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQD3YCcqdJ .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQD3YCcqdJ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQD3YCcqdJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQD3YCcqdJ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQD3YCcqdJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQD3YCcqdJ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQD3YCcqdJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQD3YCcqdJ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQD3YCcqdJ P {
  color: #232323;
}
.cid-uQD3YCcqdJ DIV {
  color: #ffffff;
}
.cid-uQD3YCcqdJ H10 {
  color: #767676;
}
.cid-uQD3YCcqdJ .hidden {
  display: none;
}
.cid-uQD3YCcqdJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQFbhB89Qz {
  z-index: 1000;
  width: 100%;
}
.cid-uQFbhB89Qz #IDmylogo {
  border-radius: 5px;
}
.cid-uQFbhB89Qz .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQFbhB89Qz .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQFbhB89Qz .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQFbhB89Qz .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQFbhB89Qz .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQFbhB89Qz .btn,
.cid-uQFbhB89Qz .btn-primary,
.cid-uQFbhB89Qz .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQFbhB89Qz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFbhB89Qz .dropdown-menu {
  padding: 0;
}
.cid-uQFbhB89Qz .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQFbhB89Qz .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQFbhB89Qz .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQFbhB89Qz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQFbhB89Qz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQFbhB89Qz .nav-link {
  position: relative;
}
.cid-uQFbhB89Qz .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQFbhB89Qz .dropdown-menu,
.cid-uQFbhB89Qz .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQFbhB89Qz .nav-item:focus,
.cid-uQFbhB89Qz .nav-link:focus {
  outline: none;
}
.cid-uQFbhB89Qz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQFbhB89Qz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQFbhB89Qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQFbhB89Qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFbhB89Qz .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQFbhB89Qz .navbar.opened {
  transition: all 0.3s;
}
.cid-uQFbhB89Qz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQFbhB89Qz .navbar .navbar-logo img {
  width: auto;
}
.cid-uQFbhB89Qz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQFbhB89Qz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQFbhB89Qz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQFbhB89Qz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQFbhB89Qz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQFbhB89Qz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQFbhB89Qz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQFbhB89Qz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQFbhB89Qz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQFbhB89Qz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQFbhB89Qz .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQFbhB89Qz .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQFbhB89Qz .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQFbhB89Qz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQFbhB89Qz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQFbhB89Qz .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFbhB89Qz .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .navbar-brand {
    display: none;
  }
}
.cid-uQFbhB89Qz .dropdown-item.active,
.cid-uQFbhB89Qz .dropdown-item:active {
  background-color: transparent;
}
.cid-uQFbhB89Qz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQFbhB89Qz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQFbhB89Qz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQFbhB89Qz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQFbhB89Qz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQFbhB89Qz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQFbhB89Qz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQFbhB89Qz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQFbhB89Qz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQFbhB89Qz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQFbhB89Qz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFbhB89Qz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFbhB89Qz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQFbhB89Qz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFbhB89Qz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQFbhB89Qz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQFbhB89Qz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFbhB89Qz .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQFbhB89Qz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQFbhB89Qz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQFbhB89Qz .navbar {
    height: 70px;
  }
  .cid-uQFbhB89Qz .navbar.opened {
    height: auto;
  }
  .cid-uQFbhB89Qz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQFbhB89Qz .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQFbhB89Qz .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQFbhB89Qz .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQFbhB89Qz .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQFbhB89Qz .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQFbhB89Qz .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQFbhB89Qz .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQFbhB89Qz .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQFbhB89Qz .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQFbhB89Qz .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQFbhB89Qz .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQFbhB89Qz .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQFbhB89Qz .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQFbhB89Qz .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQFbhB89Qz .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQFbhB89Qz .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQFbhB89Qz .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQFbhB89Qz .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQFbhB89Qz .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQFbhB89Qz .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQFbhB89Qz nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQFbhB89Qz .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQFbhB89Qz .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQFbhB89Qz .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQFbhB89Qz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .image-wrapper {
    display: none;
  }
}
.cid-uQFbhB89Qz .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQFbhB89Qz .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQFbhB89Qz .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQFbhB89Qz .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFbhB89Qz .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQFbhB89Qz .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQFbhB89Qz .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQFbhB89Qz .navbar-nav {
  display: flex !important;
}
.cid-uQFbhB89Qz .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQFbhB89Qz .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQFbhB89Qz .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQFbhB89Qz .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQFbhB89Qz .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQFbhB89Qz .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFbhB89Qz .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQFbhB89Qz .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQFbhB89Qz .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQFbhB89Qz .offcanvas_text {
  width: 60%;
}
.cid-uQFbhB89Qz .mbr-text {
  color: #FFFFFF;
}
.cid-uQFbhB89Qz .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQFbhB89Qz .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQFbhB89Qz .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQFbhB89Qz .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQFbhB89Qz .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQFbhB89Qz .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQFbhB89Qz .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQFbhB89Qz .logo-wrap,
.cid-uQFbhB89Qz .btn-wrap,
.cid-uQFbhB89Qz .navbar-brand,
.cid-uQFbhB89Qz .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQFbhB89Qz .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQFbhB89Qz .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQFbhB89Qz .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQFbhBIWsR {
  background-image: url("../../../assets/images/mombasa-air-safari-2.jpg");
}
.cid-uQFbhBIWsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbhBIWsR .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQFbhBIWsR .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQFbhBIWsR .item-img {
    left: -260px;
  }
}
.cid-uQFbhBIWsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQFbhBIWsR .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQFbhBIWsR .col {
    width: 40%;
  }
}
.cid-uQFbhBIWsR .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQFbhBIWsR .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQFbhBIWsR .card-wrapper .item-img,
.cid-uQFbhBIWsR .card-wrapper h1,
.cid-uQFbhBIWsR .card-wrapper h2,
.cid-uQFbhBIWsR .card-wrapper p,
.cid-uQFbhBIWsR .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQFbhBIWsR .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQFbhBIWsR .mbr-section-title {
  color: #ffffff;
}
.cid-uQFbhBIWsR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFbhBIWsR .mbr-text,
.cid-uQFbhBIWsR .mbr-section-btn {
  color: #ffffff;
}
.cid-uQLjjpqrBA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQLjjpqrBA .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQLjjpqrBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLjjpqrBA h4 {
  line-height: 1.2!important;
}
.cid-uQLjjpqrBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLjjpqrBA .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQLjjpqrBA .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQLjjpqrBA .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQLjjpqrBA .container {
    padding: 0 22px;
  }
}
.cid-uQLjjpqrBA .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQLjjpqrBA .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQLjjpqrBA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQLjjpqrBA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQLjjpqrBA .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQLjjpqrBA .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQLjjpqrBA .item:hover .item-wrapper .item-img img,
.cid-uQLjjpqrBA .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQLjjpqrBA .item:hover .item-wrapper .item-img::before,
.cid-uQLjjpqrBA .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQLjjpqrBA .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQLjjpqrBA .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQLjjpqrBA .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQLjjpqrBA .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQLjjpqrBA .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQLjjpqrBA .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQLjjpqrBA .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQLjjpqrBA .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQLjjpqrBA .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQLjjpqrBA .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQLjjpqrBA .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQLjjpqrBA .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQLjjpqrBA .item a {
  display: block;
}
.cid-uQLjjpqrBA .mbr-section-title {
  color: #ffffff;
}
.cid-uQLjjpqrBA .mbr-desc {
  color: #000000;
}
.cid-uQLjjpqrBA .card-title {
  color: #ffffff;
}
.cid-uQLjjpqrBA .mbr-section-title,
.cid-uQLjjpqrBA .mbr-section-btn {
  color: #000000;
}
.cid-uQLjjpqrBA .card-title,
.cid-uQLjjpqrBA .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQFbhCYXhk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf9;
}
.cid-uQFbhCYXhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbhCYXhk .btn {
  font-weight: 300 !important;
}
.cid-uQFbhCYXhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbhCYXhk .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQFbhCYXhk .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQFbhCYXhk .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQFbhCYXhk .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQFbhCYXhk .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQFbhCYXhk .row {
  flex-direction: row-reverse;
}
.cid-uQFbhCYXhk .image-wrapper {
  padding: 0 1rem;
}
.cid-uQFbhCYXhk img,
.cid-uQFbhCYXhk .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQFbhCYXhk img,
  .cid-uQFbhCYXhk .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQFbhCYXhk .mbr-section-title {
  color: #000000;
}
.cid-uQFbhCYXhk .mbr-text {
  color: #000000;
}
.cid-uQFbhDAO31 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
.cid-uQFbhDAO31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFbhDAO31 .btn {
  font-weight: 300 !important;
}
.cid-uQFbhDAO31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFbhDAO31 .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uQFbhDAO31 .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uQFbhDAO31 .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uQFbhDAO31 .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uQFbhDAO31 .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uQFbhDAO31 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQFbhDAO31 .content-wrapper {
    display: block;
  }
}
.cid-uQFbhDAO31 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQFbhDAO31 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQFbhDAO31 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQFbhDAO31 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQFbhDAO31 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQFbhDAO31 .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQFbhDAO31 .item {
    margin-bottom: 32px;
  }
}
.cid-uQFbhDAO31 .item .item-wrapper {
  height: 100%;
}
.cid-uQFbhDAO31 .item .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQFbhDAO31 .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uQFbhDAO31 .item .item-wrapper .item-img img {
  border: 1px solid black;
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  outline: 1px solid #ffffff99;
  outline-offset: -5px;
  transition: transform 0.4s ease;
}
@media (max-width: 992px) {
  .cid-uQFbhDAO31 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQFbhDAO31 .item .item-wrapper .item-img img:hover {
  transform: scale(1.05);
}
.cid-uQFbhDAO31 .item .item-wrapper .item-content .item-name {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQFbhDAO31 .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uQFbhDAO31 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQFbhDAO31 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-uQFbhDAO31 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uQFbhDAO31 .mbr-label {
  color: #000000;
}
.cid-uQFbhDAO31 .mbr-section-title {
  color: #c10b02;
}
.cid-uQFbhDAO31 .mbr-text {
  color: #000000;
}
.cid-uQFbhDAO31 .item-name {
  color: #c10b02;
}
.cid-uQFbhDAO31 .item-text {
  color: #000000;
}
.cid-uQFbhDAO31 .mbr-section-title,
.cid-uQFbhDAO31 .mbr-section-btn {
  color: #000000;
}
.cid-uQFbhF42Ot {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQFbhF42Ot .muster {
  width: 100%;
}
.cid-uQFbhF42Ot #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQFbhF42Ot #text1,
.cid-uQFbhF42Ot #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQFbhF42Ot #text1,
  .cid-uQFbhF42Ot #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQFbhF42Ot #text1,
  .cid-uQFbhF42Ot #text2 {
    font-size: 30pt;
  }
}
.cid-uQFbhF42Ot .ing-bw {
  width: 100%;
}
.cid-uQFbhF42Ot .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQFbhF42Ot .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQFbhF42Ot p,
.cid-uQFbhF42Ot li,
.cid-uQFbhF42Ot a {
  font-weight: 200!important;
}
.cid-uQFbhF42Ot .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQFbhF42Ot .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQFbhF42Ot .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQFbhF42Ot .big {
  margin-bottom: 30px;
}
.cid-uQFbhF42Ot .big .lin a {
  font-weight: 300;
}
.cid-uQFbhF42Ot .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQFbhF42Ot .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQFbhF42Ot .mbr-text {
    padding: 0;
  }
}
.cid-uQFbhF42Ot a {
  transition: color .3s;
}
.cid-uQFbhFGcLm .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQFbhFGcLm .icon-bar {
    bottom: -60px;
  }
}
.cid-uQFbhFGcLm .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQFbhFGcLm .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQFbhFGcLm .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQFbhFGcLm .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQFbhFGcLm .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQFbhFGcLm .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQFbhFGcLm .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQFbhFGcLm .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQFbhFGcLm P {
  color: #232323;
}
.cid-uQFbhFGcLm DIV {
  color: #ffffff;
}
.cid-uQFbhFGcLm H10 {
  color: #767676;
}
.cid-uQFbhFGcLm .hidden {
  display: none;
}
.cid-uQFbhFGcLm div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQFfn212ts {
  z-index: 1000;
  width: 100%;
}
.cid-uQFfn212ts #IDmylogo {
  border-radius: 5px;
}
.cid-uQFfn212ts .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQFfn212ts .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQFfn212ts .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQFfn212ts .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQFfn212ts .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQFfn212ts .btn,
.cid-uQFfn212ts .btn-primary,
.cid-uQFfn212ts .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQFfn212ts .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFfn212ts .dropdown-menu {
  padding: 0;
}
.cid-uQFfn212ts .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQFfn212ts .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQFfn212ts .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQFfn212ts .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQFfn212ts .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQFfn212ts .nav-link {
  position: relative;
}
.cid-uQFfn212ts .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQFfn212ts .dropdown-menu,
.cid-uQFfn212ts .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQFfn212ts .nav-item:focus,
.cid-uQFfn212ts .nav-link:focus {
  outline: none;
}
.cid-uQFfn212ts .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQFfn212ts .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQFfn212ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQFfn212ts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFfn212ts .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQFfn212ts .navbar.opened {
  transition: all 0.3s;
}
.cid-uQFfn212ts .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQFfn212ts .navbar .navbar-logo img {
  width: auto;
}
.cid-uQFfn212ts .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQFfn212ts .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQFfn212ts .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQFfn212ts .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQFfn212ts .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQFfn212ts .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQFfn212ts .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQFfn212ts .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQFfn212ts .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQFfn212ts .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQFfn212ts .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQFfn212ts .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQFfn212ts .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQFfn212ts .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQFfn212ts .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQFfn212ts .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFfn212ts .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .navbar-brand {
    display: none;
  }
}
.cid-uQFfn212ts .dropdown-item.active,
.cid-uQFfn212ts .dropdown-item:active {
  background-color: transparent;
}
.cid-uQFfn212ts .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQFfn212ts .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQFfn212ts .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQFfn212ts .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQFfn212ts .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQFfn212ts .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQFfn212ts ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQFfn212ts button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQFfn212ts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQFfn212ts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQFfn212ts button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFfn212ts button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFfn212ts button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQFfn212ts nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFfn212ts nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQFfn212ts nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQFfn212ts nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFfn212ts .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQFfn212ts a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQFfn212ts .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQFfn212ts .navbar {
    height: 70px;
  }
  .cid-uQFfn212ts .navbar.opened {
    height: auto;
  }
  .cid-uQFfn212ts .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQFfn212ts .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQFfn212ts .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQFfn212ts .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQFfn212ts .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQFfn212ts .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQFfn212ts .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQFfn212ts .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQFfn212ts .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQFfn212ts .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQFfn212ts .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQFfn212ts .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQFfn212ts .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQFfn212ts .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQFfn212ts .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQFfn212ts .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQFfn212ts .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQFfn212ts .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQFfn212ts .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQFfn212ts .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQFfn212ts .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQFfn212ts nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQFfn212ts .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQFfn212ts .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQFfn212ts .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQFfn212ts .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .image-wrapper {
    display: none;
  }
}
.cid-uQFfn212ts .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQFfn212ts .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQFfn212ts .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQFfn212ts .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFfn212ts .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQFfn212ts .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQFfn212ts .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQFfn212ts .navbar-nav {
  display: flex !important;
}
.cid-uQFfn212ts .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQFfn212ts .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQFfn212ts .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQFfn212ts .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQFfn212ts .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQFfn212ts .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFfn212ts .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQFfn212ts .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQFfn212ts .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQFfn212ts .offcanvas_text {
  width: 60%;
}
.cid-uQFfn212ts .mbr-text {
  color: #FFFFFF;
}
.cid-uQFfn212ts .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQFfn212ts .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQFfn212ts .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQFfn212ts .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQFfn212ts .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQFfn212ts .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQFfn212ts .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQFfn212ts .logo-wrap,
.cid-uQFfn212ts .btn-wrap,
.cid-uQFfn212ts .navbar-brand,
.cid-uQFfn212ts .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQFfn212ts .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQFfn212ts .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQFfn212ts .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQFfn2ViGg {
  background-image: url("../../../assets/images/ilkeliani4-2000x1250.jpg");
}
.cid-uQFfn2ViGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFfn2ViGg .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQFfn2ViGg .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQFfn2ViGg .item-img {
    left: -260px;
  }
}
.cid-uQFfn2ViGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQFfn2ViGg .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQFfn2ViGg .col {
    width: 40%;
  }
}
.cid-uQFfn2ViGg .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQFfn2ViGg .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQFfn2ViGg .card-wrapper .item-img,
.cid-uQFfn2ViGg .card-wrapper h1,
.cid-uQFfn2ViGg .card-wrapper h2,
.cid-uQFfn2ViGg .card-wrapper p,
.cid-uQFfn2ViGg .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQFfn2ViGg .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQFfn2ViGg .mbr-section-title {
  color: #ffffff;
}
.cid-uQFfn2ViGg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFfn2ViGg .mbr-text,
.cid-uQFfn2ViGg .mbr-section-btn {
  color: #ffffff;
}
.cid-uQHQQZciFe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQHQQZciFe .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQHQQZciFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHQQZciFe h4 {
  line-height: 1.2!important;
}
.cid-uQHQQZciFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQHQQZciFe .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQHQQZciFe .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQHQQZciFe .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQHQQZciFe .container {
    padding: 0 22px;
  }
}
.cid-uQHQQZciFe .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQHQQZciFe .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQHQQZciFe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQHQQZciFe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQHQQZciFe .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQHQQZciFe .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQHQQZciFe .item:hover .item-wrapper .item-img img,
.cid-uQHQQZciFe .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQHQQZciFe .item:hover .item-wrapper .item-img::before,
.cid-uQHQQZciFe .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQHQQZciFe .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQHQQZciFe .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQHQQZciFe .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQHQQZciFe .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQHQQZciFe .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQHQQZciFe .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQHQQZciFe .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQHQQZciFe .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQHQQZciFe .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQHQQZciFe .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQHQQZciFe .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQHQQZciFe .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQHQQZciFe .item a {
  display: block;
}
.cid-uQHQQZciFe .mbr-section-title {
  color: #ffffff;
}
.cid-uQHQQZciFe .mbr-desc {
  color: #000000;
}
.cid-uQHQQZciFe .card-title {
  color: #ffffff;
}
.cid-uQHQQZciFe .mbr-section-title,
.cid-uQHQQZciFe .mbr-section-btn {
  color: #000000;
}
.cid-uQHQQZciFe .card-title,
.cid-uQHQQZciFe .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQFsxbabPG {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQFsxbabPG .btn {
  font-weight: 300 !important;
}
.cid-uQFsxbabPG .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQFsxbabPG .container {
    padding: 22px;
  }
}
.cid-uQFsxbabPG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQFsxbabPG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQFsxbabPG .embla__slide .slide-content {
  width: 100%;
}
.cid-uQFsxbabPG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQFsxbabPG .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQFsxbabPG .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQFsxbabPG .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQFsxbabPG .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQFsxbabPG .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQFsxbabPG .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQFsxbabPG .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQFsxbabPG .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQFsxbabPG .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQFsxbabPG .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQFsxbabPG .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQFsxbabPG .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQFsxbabPG .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQFsxbabPG .embla__slide .slide-content a {
  display: block;
}
.cid-uQFsxbabPG .embla__button--next,
.cid-uQFsxbabPG .embla__button--prev {
  display: flex;
}
.cid-uQFsxbabPG .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQFsxbabPG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQFsxbabPG .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQFsxbabPG .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQFsxbabPG .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQFsxbabPG .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQFsxbabPG .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQFsxbabPG .card {
  justify-content: center;
}
.cid-uQFsxbabPG .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQFsxbabPG .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQFsxbabPG .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQFsxbabPG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQFsxbabPG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQFsxbabPG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQFsxbabPG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQFsxbabPG .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQFsxbabPG .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQFsxbabPG .mbr-section-title {
  color: #ffffff;
}
.cid-uQFsxbabPG .mbr-text {
  color: #000000;
}
.cid-uQFsxbabPG .mbr-section-title,
.cid-uQFsxbabPG .mbr-section-btn {
  color: #000000;
}
.cid-uQFfn40Nh6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQFfn40Nh6 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFfn40Nh6 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFfn40Nh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFfn40Nh6 .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-uQFfn40Nh6 .container {
    padding: 0 15px;
  }
}
.cid-uQFfn40Nh6 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQFfn40Nh6 .image-wrapper {
  position: relative;
}
.cid-uQFfn40Nh6 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQFfn40Nh6 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQFfn40Nh6 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQFfn40Nh6 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQFfn40Nh6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQFfn40Nh6 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQFfn40Nh6 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQFfn40Nh6 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQFfn40Nh6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQFfn40Nh6 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQFfn40Nh6 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQFfn40Nh6 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQFfn40Nh6 .mbr-text {
  color: #f7f5f6;
}
.cid-uQFfn40Nh6 .item-name {
  color: #000000;
}
.cid-uQFfn40Nh6 .item-role {
  color: #68707c;
}
.cid-uQFfn40Nh6 .mbr-text,
.cid-uQFfn40Nh6 .icon-wrapper {
  color: #000000;
}
.cid-uQFfn4B645 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQFfn4B645 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFfn4B645 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFfn4B645 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFfn4B645 .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-uQFfn4B645 .container {
    padding: 0 15px;
  }
}
.cid-uQFfn4B645 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQFfn4B645 .image-wrapper {
  position: relative;
}
.cid-uQFfn4B645 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQFfn4B645 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQFfn4B645 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQFfn4B645 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQFfn4B645 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQFfn4B645 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQFfn4B645 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQFfn4B645 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQFfn4B645 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQFfn4B645 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQFfn4B645 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQFfn4B645 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQFfn4B645 .mbr-text {
  color: #f7f5f6;
}
.cid-uQFfn4B645 .item-name {
  color: #000000;
}
.cid-uQFfn4B645 .item-role {
  color: #68707c;
}
.cid-uQFfn4B645 .mbr-text,
.cid-uQFfn4B645 .icon-wrapper {
  color: #000000;
}
.cid-uQFfn5hzp1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQFfn5hzp1 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFfn5hzp1 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFfn5hzp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFfn5hzp1 .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-uQFfn5hzp1 .container {
    padding: 0 15px;
  }
}
.cid-uQFfn5hzp1 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQFfn5hzp1 .image-wrapper {
  position: relative;
}
.cid-uQFfn5hzp1 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQFfn5hzp1 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQFfn5hzp1 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQFfn5hzp1 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQFfn5hzp1 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQFfn5hzp1 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQFfn5hzp1 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQFfn5hzp1 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQFfn5hzp1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQFfn5hzp1 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQFfn5hzp1 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQFfn5hzp1 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQFfn5hzp1 .mbr-text {
  color: #f7f5f6;
}
.cid-uQFfn5hzp1 .item-name {
  color: #000000;
}
.cid-uQFfn5hzp1 .item-role {
  color: #68707c;
}
.cid-uQFfn5hzp1 .mbr-text,
.cid-uQFfn5hzp1 .icon-wrapper {
  color: #000000;
}
.cid-uQFuvaXE1i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQFuvaXE1i hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQFuvaXE1i .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQFuvaXE1i .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQFkCFkvGx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQFkCFkvGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFkCFkvGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFkCFkvGx ul.haken,
.cid-uQFkCFkvGx ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQFkCFkvGx ul.haken li,
.cid-uQFkCFkvGx ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQFkCFkvGx ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQFkCFkvGx ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQFfn5WfDO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQFfn5WfDO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQFfn5WfDO .item {
    margin-bottom: 1rem;
  }
}
.cid-uQFfn5WfDO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQFfn5WfDO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQFfn5WfDO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQFfn5WfDO .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQFfn5WfDO .carousel-control,
.cid-uQFfn5WfDO .close {
  background: #1b1b1b;
}
.cid-uQFfn5WfDO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQFfn5WfDO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQFfn5WfDO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQFfn5WfDO .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQFfn5WfDO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQFfn5WfDO .close::before {
  content: '\e91a';
}
.cid-uQFfn5WfDO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQFfn5WfDO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQFfn5WfDO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQFfn5WfDO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQFfn5WfDO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQFfn5WfDO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQFfn5WfDO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQFfn5WfDO .carousel-indicators li.active,
.cid-uQFfn5WfDO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQFfn5WfDO .carousel-indicators li::after,
.cid-uQFfn5WfDO .carousel-indicators li::before {
  content: none;
}
.cid-uQFfn5WfDO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQFfn5WfDO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQFfn5WfDO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQFfn5WfDO .carousel-indicators {
    display: none;
  }
}
.cid-uQFfn5WfDO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQFfn5WfDO .carousel-inner > .active {
  display: block;
}
.cid-uQFfn5WfDO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQFfn5WfDO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQFfn5WfDO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQFfn5WfDO .carousel-control,
  .cid-uQFfn5WfDO .carousel-indicators,
  .cid-uQFfn5WfDO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQFfn5WfDO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQFfn5WfDO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQFfn5WfDO .carousel-indicators .active,
.cid-uQFfn5WfDO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQFfn5WfDO .carousel-indicators .active {
  background: #fff;
}
.cid-uQFfn5WfDO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQFfn5WfDO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQFfn5WfDO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQFfn5WfDO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQFfn5WfDO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQFfn5WfDO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQFfn5WfDO .carousel {
  width: 100%;
}
.cid-uQFfn5WfDO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQFfn5WfDO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQFfn5WfDO .modal.fade .modal-dialog,
.cid-uQFfn5WfDO .modal.in .modal-dialog {
  transform: none;
}
.cid-uQFfn5WfDO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQFfn5WfDO .content-head {
  max-width: 800px;
}
.cid-uQFfn6RWOp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQFfn6RWOp .muster {
  width: 100%;
}
.cid-uQFfn6RWOp #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQFfn6RWOp #text1,
.cid-uQFfn6RWOp #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQFfn6RWOp #text1,
  .cid-uQFfn6RWOp #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQFfn6RWOp #text1,
  .cid-uQFfn6RWOp #text2 {
    font-size: 30pt;
  }
}
.cid-uQFfn6RWOp .ing-bw {
  width: 100%;
}
.cid-uQFfn6RWOp .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQFfn6RWOp .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQFfn6RWOp p,
.cid-uQFfn6RWOp li,
.cid-uQFfn6RWOp a {
  font-weight: 200!important;
}
.cid-uQFfn6RWOp .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQFfn6RWOp .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQFfn6RWOp .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQFfn6RWOp .big {
  margin-bottom: 30px;
}
.cid-uQFfn6RWOp .big .lin a {
  font-weight: 300;
}
.cid-uQFfn6RWOp .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQFfn6RWOp .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQFfn6RWOp .mbr-text {
    padding: 0;
  }
}
.cid-uQFfn6RWOp a {
  transition: color .3s;
}
.cid-uQFfn7zx7e .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQFfn7zx7e .icon-bar {
    bottom: -60px;
  }
}
.cid-uQFfn7zx7e .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQFfn7zx7e .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQFfn7zx7e .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQFfn7zx7e .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQFfn7zx7e .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQFfn7zx7e .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQFfn7zx7e .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQFfn7zx7e .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQFfn7zx7e P {
  color: #232323;
}
.cid-uQFfn7zx7e DIV {
  color: #ffffff;
}
.cid-uQFfn7zx7e H10 {
  color: #767676;
}
.cid-uQFfn7zx7e .hidden {
  display: none;
}
.cid-uQFfn7zx7e div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQFv9A9EJn {
  z-index: 1000;
  width: 100%;
}
.cid-uQFv9A9EJn #IDmylogo {
  border-radius: 5px;
}
.cid-uQFv9A9EJn .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQFv9A9EJn .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQFv9A9EJn .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQFv9A9EJn .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQFv9A9EJn .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQFv9A9EJn .btn,
.cid-uQFv9A9EJn .btn-primary,
.cid-uQFv9A9EJn .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQFv9A9EJn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFv9A9EJn .dropdown-menu {
  padding: 0;
}
.cid-uQFv9A9EJn .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQFv9A9EJn .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQFv9A9EJn .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQFv9A9EJn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQFv9A9EJn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQFv9A9EJn .nav-link {
  position: relative;
}
.cid-uQFv9A9EJn .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQFv9A9EJn .dropdown-menu,
.cid-uQFv9A9EJn .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQFv9A9EJn .nav-item:focus,
.cid-uQFv9A9EJn .nav-link:focus {
  outline: none;
}
.cid-uQFv9A9EJn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQFv9A9EJn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQFv9A9EJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQFv9A9EJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFv9A9EJn .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQFv9A9EJn .navbar.opened {
  transition: all 0.3s;
}
.cid-uQFv9A9EJn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQFv9A9EJn .navbar .navbar-logo img {
  width: auto;
}
.cid-uQFv9A9EJn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQFv9A9EJn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQFv9A9EJn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQFv9A9EJn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQFv9A9EJn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQFv9A9EJn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQFv9A9EJn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQFv9A9EJn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQFv9A9EJn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQFv9A9EJn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQFv9A9EJn .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQFv9A9EJn .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQFv9A9EJn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQFv9A9EJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQFv9A9EJn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQFv9A9EJn .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFv9A9EJn .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .navbar-brand {
    display: none;
  }
}
.cid-uQFv9A9EJn .dropdown-item.active,
.cid-uQFv9A9EJn .dropdown-item:active {
  background-color: transparent;
}
.cid-uQFv9A9EJn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQFv9A9EJn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQFv9A9EJn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQFv9A9EJn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQFv9A9EJn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQFv9A9EJn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQFv9A9EJn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQFv9A9EJn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQFv9A9EJn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQFv9A9EJn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQFv9A9EJn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFv9A9EJn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFv9A9EJn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQFv9A9EJn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFv9A9EJn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQFv9A9EJn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQFv9A9EJn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFv9A9EJn .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQFv9A9EJn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQFv9A9EJn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQFv9A9EJn .navbar {
    height: 70px;
  }
  .cid-uQFv9A9EJn .navbar.opened {
    height: auto;
  }
  .cid-uQFv9A9EJn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQFv9A9EJn .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQFv9A9EJn .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQFv9A9EJn .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQFv9A9EJn .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQFv9A9EJn .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQFv9A9EJn .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQFv9A9EJn .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQFv9A9EJn .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQFv9A9EJn .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQFv9A9EJn .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQFv9A9EJn .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQFv9A9EJn .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQFv9A9EJn .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQFv9A9EJn .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQFv9A9EJn .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQFv9A9EJn .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQFv9A9EJn .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQFv9A9EJn .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQFv9A9EJn .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQFv9A9EJn .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQFv9A9EJn nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQFv9A9EJn .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQFv9A9EJn .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQFv9A9EJn .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQFv9A9EJn .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .image-wrapper {
    display: none;
  }
}
.cid-uQFv9A9EJn .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQFv9A9EJn .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQFv9A9EJn .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQFv9A9EJn .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFv9A9EJn .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQFv9A9EJn .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQFv9A9EJn .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQFv9A9EJn .navbar-nav {
  display: flex !important;
}
.cid-uQFv9A9EJn .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQFv9A9EJn .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQFv9A9EJn .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQFv9A9EJn .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQFv9A9EJn .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQFv9A9EJn .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFv9A9EJn .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQFv9A9EJn .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQFv9A9EJn .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQFv9A9EJn .offcanvas_text {
  width: 60%;
}
.cid-uQFv9A9EJn .mbr-text {
  color: #FFFFFF;
}
.cid-uQFv9A9EJn .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQFv9A9EJn .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQFv9A9EJn .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQFv9A9EJn .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQFv9A9EJn .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQFv9A9EJn .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQFv9A9EJn .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQFv9A9EJn .logo-wrap,
.cid-uQFv9A9EJn .btn-wrap,
.cid-uQFv9A9EJn .navbar-brand,
.cid-uQFv9A9EJn .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQFv9A9EJn .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQFv9A9EJn .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQFv9A9EJn .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQFv9B4lFJ {
  background-image: url("../../../assets/images/entim-banner1.jpg");
}
.cid-uQFv9B4lFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFv9B4lFJ .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQFv9B4lFJ .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQFv9B4lFJ .item-img {
    left: -260px;
  }
}
.cid-uQFv9B4lFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQFv9B4lFJ .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQFv9B4lFJ .col {
    width: 40%;
  }
}
.cid-uQFv9B4lFJ .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQFv9B4lFJ .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQFv9B4lFJ .card-wrapper .item-img,
.cid-uQFv9B4lFJ .card-wrapper h1,
.cid-uQFv9B4lFJ .card-wrapper h2,
.cid-uQFv9B4lFJ .card-wrapper p,
.cid-uQFv9B4lFJ .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQFv9B4lFJ .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQFv9B4lFJ .mbr-section-title {
  color: #ffffff;
}
.cid-uQFv9B4lFJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFv9B4lFJ .mbr-text,
.cid-uQFv9B4lFJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uQHQV9bJTe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQHQV9bJTe .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQHQV9bJTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHQV9bJTe h4 {
  line-height: 1.2!important;
}
.cid-uQHQV9bJTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQHQV9bJTe .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQHQV9bJTe .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQHQV9bJTe .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQHQV9bJTe .container {
    padding: 0 22px;
  }
}
.cid-uQHQV9bJTe .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQHQV9bJTe .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQHQV9bJTe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQHQV9bJTe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQHQV9bJTe .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQHQV9bJTe .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQHQV9bJTe .item:hover .item-wrapper .item-img img,
.cid-uQHQV9bJTe .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQHQV9bJTe .item:hover .item-wrapper .item-img::before,
.cid-uQHQV9bJTe .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQHQV9bJTe .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQHQV9bJTe .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQHQV9bJTe .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQHQV9bJTe .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQHQV9bJTe .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQHQV9bJTe .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQHQV9bJTe .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQHQV9bJTe .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQHQV9bJTe .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQHQV9bJTe .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQHQV9bJTe .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQHQV9bJTe .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQHQV9bJTe .item a {
  display: block;
}
.cid-uQHQV9bJTe .mbr-section-title {
  color: #ffffff;
}
.cid-uQHQV9bJTe .mbr-desc {
  color: #000000;
}
.cid-uQHQV9bJTe .card-title {
  color: #ffffff;
}
.cid-uQHQV9bJTe .mbr-section-title,
.cid-uQHQV9bJTe .mbr-section-btn {
  color: #000000;
}
.cid-uQHQV9bJTe .card-title,
.cid-uQHQV9bJTe .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQFv9BOIfa {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQFv9BOIfa .btn {
  font-weight: 300 !important;
}
.cid-uQFv9BOIfa .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQFv9BOIfa .container {
    padding: 22px;
  }
}
.cid-uQFv9BOIfa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQFv9BOIfa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQFv9BOIfa .embla__slide .slide-content {
  width: 100%;
}
.cid-uQFv9BOIfa .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQFv9BOIfa .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQFv9BOIfa .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQFv9BOIfa .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQFv9BOIfa .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQFv9BOIfa .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQFv9BOIfa .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQFv9BOIfa .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQFv9BOIfa .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQFv9BOIfa .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQFv9BOIfa .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQFv9BOIfa .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQFv9BOIfa .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQFv9BOIfa .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQFv9BOIfa .embla__slide .slide-content a {
  display: block;
}
.cid-uQFv9BOIfa .embla__button--next,
.cid-uQFv9BOIfa .embla__button--prev {
  display: flex;
}
.cid-uQFv9BOIfa .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQFv9BOIfa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQFv9BOIfa .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQFv9BOIfa .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQFv9BOIfa .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQFv9BOIfa .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQFv9BOIfa .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQFv9BOIfa .card {
  justify-content: center;
}
.cid-uQFv9BOIfa .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQFv9BOIfa .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQFv9BOIfa .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQFv9BOIfa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQFv9BOIfa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQFv9BOIfa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQFv9BOIfa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQFv9BOIfa .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQFv9BOIfa .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQFv9BOIfa .mbr-section-title {
  color: #ffffff;
}
.cid-uQFv9BOIfa .mbr-text {
  color: #000000;
}
.cid-uQFv9BOIfa .mbr-section-title,
.cid-uQFv9BOIfa .mbr-section-btn {
  color: #000000;
}
.cid-uQFv9CRbgn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQFv9CRbgn .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFv9CRbgn .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFv9CRbgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFv9CRbgn .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-uQFv9CRbgn .container {
    padding: 0 15px;
  }
}
.cid-uQFv9CRbgn .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQFv9CRbgn .image-wrapper {
  position: relative;
}
.cid-uQFv9CRbgn .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQFv9CRbgn .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQFv9CRbgn .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQFv9CRbgn .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQFv9CRbgn .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQFv9CRbgn .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQFv9CRbgn .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQFv9CRbgn .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQFv9CRbgn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQFv9CRbgn .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQFv9CRbgn .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQFv9CRbgn .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQFv9CRbgn .mbr-text {
  color: #f7f5f6;
}
.cid-uQFv9CRbgn .item-name {
  color: #000000;
}
.cid-uQFv9CRbgn .item-role {
  color: #68707c;
}
.cid-uQFv9CRbgn .mbr-text,
.cid-uQFv9CRbgn .icon-wrapper {
  color: #000000;
}
.cid-uQFv9Ds9Vx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQFv9Ds9Vx .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFv9Ds9Vx .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFv9Ds9Vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFv9Ds9Vx .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-uQFv9Ds9Vx .container {
    padding: 0 15px;
  }
}
.cid-uQFv9Ds9Vx .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQFv9Ds9Vx .image-wrapper {
  position: relative;
}
.cid-uQFv9Ds9Vx .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQFv9Ds9Vx .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQFv9Ds9Vx .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQFv9Ds9Vx .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQFv9Ds9Vx .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQFv9Ds9Vx .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQFv9Ds9Vx .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQFv9Ds9Vx .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQFv9Ds9Vx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQFv9Ds9Vx .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQFv9Ds9Vx .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQFv9Ds9Vx .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQFv9Ds9Vx .mbr-text {
  color: #f7f5f6;
}
.cid-uQFv9Ds9Vx .item-name {
  color: #000000;
}
.cid-uQFv9Ds9Vx .item-role {
  color: #68707c;
}
.cid-uQFv9Ds9Vx .mbr-text,
.cid-uQFv9Ds9Vx .icon-wrapper {
  color: #000000;
}
.cid-uQFv9EclDF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQFv9EclDF .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFv9EclDF .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFv9EclDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFv9EclDF .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-uQFv9EclDF .container {
    padding: 0 15px;
  }
}
.cid-uQFv9EclDF .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQFv9EclDF .image-wrapper {
  position: relative;
}
.cid-uQFv9EclDF .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQFv9EclDF .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQFv9EclDF .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQFv9EclDF .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQFv9EclDF .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQFv9EclDF .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQFv9EclDF .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQFv9EclDF .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQFv9EclDF .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQFv9EclDF .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQFv9EclDF .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQFv9EclDF .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQFv9EclDF .mbr-text {
  color: #f7f5f6;
}
.cid-uQFv9EclDF .item-name {
  color: #000000;
}
.cid-uQFv9EclDF .item-role {
  color: #68707c;
}
.cid-uQFv9EclDF .mbr-text,
.cid-uQFv9EclDF .icon-wrapper {
  color: #000000;
}
.cid-uQFv9EOK48 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQFv9EOK48 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQFv9EOK48 .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQFv9EOK48 .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQFv9FrzYo {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQFv9FrzYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFv9FrzYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFv9FrzYo ul.haken,
.cid-uQFv9FrzYo ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQFv9FrzYo ul.haken li,
.cid-uQFv9FrzYo ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQFv9FrzYo ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQFv9FrzYo ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQFv9Gg8l2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQFv9Gg8l2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQFv9Gg8l2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQFv9Gg8l2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQFv9Gg8l2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQFv9Gg8l2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQFv9Gg8l2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQFv9Gg8l2 .carousel-control,
.cid-uQFv9Gg8l2 .close {
  background: #1b1b1b;
}
.cid-uQFv9Gg8l2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQFv9Gg8l2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQFv9Gg8l2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQFv9Gg8l2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQFv9Gg8l2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQFv9Gg8l2 .close::before {
  content: '\e91a';
}
.cid-uQFv9Gg8l2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQFv9Gg8l2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQFv9Gg8l2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQFv9Gg8l2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQFv9Gg8l2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQFv9Gg8l2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQFv9Gg8l2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQFv9Gg8l2 .carousel-indicators li.active,
.cid-uQFv9Gg8l2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQFv9Gg8l2 .carousel-indicators li::after,
.cid-uQFv9Gg8l2 .carousel-indicators li::before {
  content: none;
}
.cid-uQFv9Gg8l2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQFv9Gg8l2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQFv9Gg8l2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQFv9Gg8l2 .carousel-indicators {
    display: none;
  }
}
.cid-uQFv9Gg8l2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQFv9Gg8l2 .carousel-inner > .active {
  display: block;
}
.cid-uQFv9Gg8l2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQFv9Gg8l2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQFv9Gg8l2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQFv9Gg8l2 .carousel-control,
  .cid-uQFv9Gg8l2 .carousel-indicators,
  .cid-uQFv9Gg8l2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQFv9Gg8l2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQFv9Gg8l2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQFv9Gg8l2 .carousel-indicators .active,
.cid-uQFv9Gg8l2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQFv9Gg8l2 .carousel-indicators .active {
  background: #fff;
}
.cid-uQFv9Gg8l2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQFv9Gg8l2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQFv9Gg8l2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQFv9Gg8l2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQFv9Gg8l2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQFv9Gg8l2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQFv9Gg8l2 .carousel {
  width: 100%;
}
.cid-uQFv9Gg8l2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQFv9Gg8l2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQFv9Gg8l2 .modal.fade .modal-dialog,
.cid-uQFv9Gg8l2 .modal.in .modal-dialog {
  transform: none;
}
.cid-uQFv9Gg8l2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQFv9Gg8l2 .content-head {
  max-width: 800px;
}
.cid-uQFv9Hitbm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQFv9Hitbm .muster {
  width: 100%;
}
.cid-uQFv9Hitbm #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQFv9Hitbm #text1,
.cid-uQFv9Hitbm #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQFv9Hitbm #text1,
  .cid-uQFv9Hitbm #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQFv9Hitbm #text1,
  .cid-uQFv9Hitbm #text2 {
    font-size: 30pt;
  }
}
.cid-uQFv9Hitbm .ing-bw {
  width: 100%;
}
.cid-uQFv9Hitbm .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQFv9Hitbm .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQFv9Hitbm p,
.cid-uQFv9Hitbm li,
.cid-uQFv9Hitbm a {
  font-weight: 200!important;
}
.cid-uQFv9Hitbm .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQFv9Hitbm .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQFv9Hitbm .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQFv9Hitbm .big {
  margin-bottom: 30px;
}
.cid-uQFv9Hitbm .big .lin a {
  font-weight: 300;
}
.cid-uQFv9Hitbm .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQFv9Hitbm .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQFv9Hitbm .mbr-text {
    padding: 0;
  }
}
.cid-uQFv9Hitbm a {
  transition: color .3s;
}
.cid-uQFv9Ieig1 .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQFv9Ieig1 .icon-bar {
    bottom: -60px;
  }
}
.cid-uQFv9Ieig1 .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQFv9Ieig1 .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQFv9Ieig1 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQFv9Ieig1 .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQFv9Ieig1 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQFv9Ieig1 .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQFv9Ieig1 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQFv9Ieig1 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQFv9Ieig1 P {
  color: #232323;
}
.cid-uQFv9Ieig1 DIV {
  color: #ffffff;
}
.cid-uQFv9Ieig1 H10 {
  color: #767676;
}
.cid-uQFv9Ieig1 .hidden {
  display: none;
}
.cid-uQFv9Ieig1 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQFxvV2uhZ {
  z-index: 1000;
  width: 100%;
}
.cid-uQFxvV2uhZ #IDmylogo {
  border-radius: 5px;
}
.cid-uQFxvV2uhZ .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQFxvV2uhZ .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQFxvV2uhZ .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQFxvV2uhZ .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQFxvV2uhZ .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQFxvV2uhZ .btn,
.cid-uQFxvV2uhZ .btn-primary,
.cid-uQFxvV2uhZ .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQFxvV2uhZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFxvV2uhZ .dropdown-menu {
  padding: 0;
}
.cid-uQFxvV2uhZ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQFxvV2uhZ .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQFxvV2uhZ .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQFxvV2uhZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQFxvV2uhZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQFxvV2uhZ .nav-link {
  position: relative;
}
.cid-uQFxvV2uhZ .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQFxvV2uhZ .dropdown-menu,
.cid-uQFxvV2uhZ .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQFxvV2uhZ .nav-item:focus,
.cid-uQFxvV2uhZ .nav-link:focus {
  outline: none;
}
.cid-uQFxvV2uhZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQFxvV2uhZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQFxvV2uhZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQFxvV2uhZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFxvV2uhZ .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQFxvV2uhZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQFxvV2uhZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQFxvV2uhZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQFxvV2uhZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQFxvV2uhZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQFxvV2uhZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQFxvV2uhZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQFxvV2uhZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQFxvV2uhZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQFxvV2uhZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQFxvV2uhZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQFxvV2uhZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQFxvV2uhZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQFxvV2uhZ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQFxvV2uhZ .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQFxvV2uhZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQFxvV2uhZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQFxvV2uhZ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQFxvV2uhZ .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFxvV2uhZ .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .navbar-brand {
    display: none;
  }
}
.cid-uQFxvV2uhZ .dropdown-item.active,
.cid-uQFxvV2uhZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQFxvV2uhZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQFxvV2uhZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQFxvV2uhZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQFxvV2uhZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQFxvV2uhZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQFxvV2uhZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQFxvV2uhZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQFxvV2uhZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQFxvV2uhZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQFxvV2uhZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQFxvV2uhZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFxvV2uhZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFxvV2uhZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQFxvV2uhZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFxvV2uhZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQFxvV2uhZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQFxvV2uhZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFxvV2uhZ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQFxvV2uhZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQFxvV2uhZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQFxvV2uhZ .navbar {
    height: 70px;
  }
  .cid-uQFxvV2uhZ .navbar.opened {
    height: auto;
  }
  .cid-uQFxvV2uhZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQFxvV2uhZ .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQFxvV2uhZ .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQFxvV2uhZ .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQFxvV2uhZ .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQFxvV2uhZ .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQFxvV2uhZ .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQFxvV2uhZ .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQFxvV2uhZ .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQFxvV2uhZ .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQFxvV2uhZ .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQFxvV2uhZ .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQFxvV2uhZ .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQFxvV2uhZ .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQFxvV2uhZ .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQFxvV2uhZ .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQFxvV2uhZ .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQFxvV2uhZ .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQFxvV2uhZ .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQFxvV2uhZ .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQFxvV2uhZ .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQFxvV2uhZ nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQFxvV2uhZ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQFxvV2uhZ .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQFxvV2uhZ .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQFxvV2uhZ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .image-wrapper {
    display: none;
  }
}
.cid-uQFxvV2uhZ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQFxvV2uhZ .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQFxvV2uhZ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQFxvV2uhZ .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFxvV2uhZ .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQFxvV2uhZ .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQFxvV2uhZ .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQFxvV2uhZ .navbar-nav {
  display: flex !important;
}
.cid-uQFxvV2uhZ .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQFxvV2uhZ .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQFxvV2uhZ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQFxvV2uhZ .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQFxvV2uhZ .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQFxvV2uhZ .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQFxvV2uhZ .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQFxvV2uhZ .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQFxvV2uhZ .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQFxvV2uhZ .offcanvas_text {
  width: 60%;
}
.cid-uQFxvV2uhZ .mbr-text {
  color: #FFFFFF;
}
.cid-uQFxvV2uhZ .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQFxvV2uhZ .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQFxvV2uhZ .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQFxvV2uhZ .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQFxvV2uhZ .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQFxvV2uhZ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQFxvV2uhZ .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQFxvV2uhZ .logo-wrap,
.cid-uQFxvV2uhZ .btn-wrap,
.cid-uQFxvV2uhZ .navbar-brand,
.cid-uQFxvV2uhZ .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQFxvV2uhZ .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQFxvV2uhZ .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQFxvV2uhZ .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQFxvWf3Wl {
  background-image: url("../../../assets/images/kilimacamp-66e9a06222b0dc3651e09d8a-94.jpg");
}
.cid-uQFxvWf3Wl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFxvWf3Wl .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQFxvWf3Wl .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQFxvWf3Wl .item-img {
    left: -260px;
  }
}
.cid-uQFxvWf3Wl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQFxvWf3Wl .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQFxvWf3Wl .col {
    width: 40%;
  }
}
.cid-uQFxvWf3Wl .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQFxvWf3Wl .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQFxvWf3Wl .card-wrapper .item-img,
.cid-uQFxvWf3Wl .card-wrapper h1,
.cid-uQFxvWf3Wl .card-wrapper h2,
.cid-uQFxvWf3Wl .card-wrapper p,
.cid-uQFxvWf3Wl .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQFxvWf3Wl .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQFxvWf3Wl .mbr-section-title {
  color: #ffffff;
}
.cid-uQFxvWf3Wl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQFxvWf3Wl .mbr-text,
.cid-uQFxvWf3Wl .mbr-section-btn {
  color: #ffffff;
}
.cid-uQHQY797kY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQHQY797kY .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQHQY797kY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHQY797kY h4 {
  line-height: 1.2!important;
}
.cid-uQHQY797kY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQHQY797kY .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQHQY797kY .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQHQY797kY .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQHQY797kY .container {
    padding: 0 22px;
  }
}
.cid-uQHQY797kY .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQHQY797kY .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQHQY797kY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQHQY797kY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQHQY797kY .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQHQY797kY .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQHQY797kY .item:hover .item-wrapper .item-img img,
.cid-uQHQY797kY .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQHQY797kY .item:hover .item-wrapper .item-img::before,
.cid-uQHQY797kY .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQHQY797kY .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQHQY797kY .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQHQY797kY .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQHQY797kY .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQHQY797kY .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQHQY797kY .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQHQY797kY .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQHQY797kY .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQHQY797kY .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQHQY797kY .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQHQY797kY .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQHQY797kY .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQHQY797kY .item a {
  display: block;
}
.cid-uQHQY797kY .mbr-section-title {
  color: #ffffff;
}
.cid-uQHQY797kY .mbr-desc {
  color: #000000;
}
.cid-uQHQY797kY .card-title {
  color: #ffffff;
}
.cid-uQHQY797kY .mbr-section-title,
.cid-uQHQY797kY .mbr-section-btn {
  color: #000000;
}
.cid-uQHQY797kY .card-title,
.cid-uQHQY797kY .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQFxvXa0Ig {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQFxvXa0Ig .btn {
  font-weight: 300 !important;
}
.cid-uQFxvXa0Ig .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQFxvXa0Ig .container {
    padding: 22px;
  }
}
.cid-uQFxvXa0Ig .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQFxvXa0Ig .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQFxvXa0Ig .embla__slide .slide-content {
  width: 100%;
}
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQFxvXa0Ig .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQFxvXa0Ig .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQFxvXa0Ig .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQFxvXa0Ig .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQFxvXa0Ig .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQFxvXa0Ig .embla__slide .slide-content a {
  display: block;
}
.cid-uQFxvXa0Ig .embla__button--next,
.cid-uQFxvXa0Ig .embla__button--prev {
  display: flex;
}
.cid-uQFxvXa0Ig .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQFxvXa0Ig .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQFxvXa0Ig .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQFxvXa0Ig .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQFxvXa0Ig .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQFxvXa0Ig .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQFxvXa0Ig .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQFxvXa0Ig .card {
  justify-content: center;
}
.cid-uQFxvXa0Ig .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQFxvXa0Ig .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQFxvXa0Ig .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQFxvXa0Ig .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQFxvXa0Ig .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQFxvXa0Ig .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQFxvXa0Ig .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQFxvXa0Ig .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQFxvXa0Ig .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQFxvXa0Ig .mbr-section-title {
  color: #ffffff;
}
.cid-uQFxvXa0Ig .mbr-text {
  color: #000000;
}
.cid-uQFxvXa0Ig .mbr-section-title,
.cid-uQFxvXa0Ig .mbr-section-btn {
  color: #000000;
}
.cid-uQFxvYknNT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQFxvYknNT .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFxvYknNT .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFxvYknNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFxvYknNT .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-uQFxvYknNT .container {
    padding: 0 15px;
  }
}
.cid-uQFxvYknNT .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQFxvYknNT .image-wrapper {
  position: relative;
}
.cid-uQFxvYknNT .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQFxvYknNT .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQFxvYknNT .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQFxvYknNT .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQFxvYknNT .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQFxvYknNT .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQFxvYknNT .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQFxvYknNT .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQFxvYknNT .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQFxvYknNT .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQFxvYknNT .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQFxvYknNT .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQFxvYknNT .mbr-text {
  color: #f7f5f6;
}
.cid-uQFxvYknNT .item-name {
  color: #000000;
}
.cid-uQFxvYknNT .item-role {
  color: #68707c;
}
.cid-uQFxvYknNT .mbr-text,
.cid-uQFxvYknNT .icon-wrapper {
  color: #000000;
}
.cid-uQFxvZjQrD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQFxvZjQrD .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFxvZjQrD .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFxvZjQrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFxvZjQrD .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-uQFxvZjQrD .container {
    padding: 0 15px;
  }
}
.cid-uQFxvZjQrD .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQFxvZjQrD .image-wrapper {
  position: relative;
}
.cid-uQFxvZjQrD .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQFxvZjQrD .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQFxvZjQrD .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQFxvZjQrD .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQFxvZjQrD .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQFxvZjQrD .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQFxvZjQrD .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQFxvZjQrD .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQFxvZjQrD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQFxvZjQrD .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQFxvZjQrD .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQFxvZjQrD .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQFxvZjQrD .mbr-text {
  color: #f7f5f6;
}
.cid-uQFxvZjQrD .item-name {
  color: #000000;
}
.cid-uQFxvZjQrD .item-role {
  color: #68707c;
}
.cid-uQFxvZjQrD .mbr-text,
.cid-uQFxvZjQrD .icon-wrapper {
  color: #000000;
}
.cid-uQFxw0vqxV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQFxw0vqxV .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFxw0vqxV .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQFxw0vqxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFxw0vqxV .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-uQFxw0vqxV .container {
    padding: 0 15px;
  }
}
.cid-uQFxw0vqxV .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQFxw0vqxV .image-wrapper {
  position: relative;
}
.cid-uQFxw0vqxV .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQFxw0vqxV .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQFxw0vqxV .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQFxw0vqxV .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQFxw0vqxV .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQFxw0vqxV .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQFxw0vqxV .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQFxw0vqxV .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQFxw0vqxV .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQFxw0vqxV .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQFxw0vqxV .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQFxw0vqxV .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQFxw0vqxV .mbr-text {
  color: #f7f5f6;
}
.cid-uQFxw0vqxV .item-name {
  color: #000000;
}
.cid-uQFxw0vqxV .item-role {
  color: #68707c;
}
.cid-uQFxw0vqxV .mbr-text,
.cid-uQFxw0vqxV .icon-wrapper {
  color: #000000;
}
.cid-uQFxw1BI1I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQFxw1BI1I hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQFxw1BI1I .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQFxw1BI1I .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQFxw2vDmj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQFxw2vDmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFxw2vDmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFxw2vDmj ul.haken,
.cid-uQFxw2vDmj ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQFxw2vDmj ul.haken li,
.cid-uQFxw2vDmj ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQFxw2vDmj ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQFxw2vDmj ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQFxw3t9SJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQFxw3t9SJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQFxw3t9SJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uQFxw3t9SJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQFxw3t9SJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQFxw3t9SJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQFxw3t9SJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQFxw3t9SJ .carousel-control,
.cid-uQFxw3t9SJ .close {
  background: #1b1b1b;
}
.cid-uQFxw3t9SJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQFxw3t9SJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQFxw3t9SJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQFxw3t9SJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQFxw3t9SJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQFxw3t9SJ .close::before {
  content: '\e91a';
}
.cid-uQFxw3t9SJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQFxw3t9SJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQFxw3t9SJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQFxw3t9SJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQFxw3t9SJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQFxw3t9SJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQFxw3t9SJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQFxw3t9SJ .carousel-indicators li.active,
.cid-uQFxw3t9SJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQFxw3t9SJ .carousel-indicators li::after,
.cid-uQFxw3t9SJ .carousel-indicators li::before {
  content: none;
}
.cid-uQFxw3t9SJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQFxw3t9SJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQFxw3t9SJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQFxw3t9SJ .carousel-indicators {
    display: none;
  }
}
.cid-uQFxw3t9SJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQFxw3t9SJ .carousel-inner > .active {
  display: block;
}
.cid-uQFxw3t9SJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQFxw3t9SJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQFxw3t9SJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQFxw3t9SJ .carousel-control,
  .cid-uQFxw3t9SJ .carousel-indicators,
  .cid-uQFxw3t9SJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQFxw3t9SJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQFxw3t9SJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQFxw3t9SJ .carousel-indicators .active,
.cid-uQFxw3t9SJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQFxw3t9SJ .carousel-indicators .active {
  background: #fff;
}
.cid-uQFxw3t9SJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQFxw3t9SJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQFxw3t9SJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQFxw3t9SJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQFxw3t9SJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQFxw3t9SJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQFxw3t9SJ .carousel {
  width: 100%;
}
.cid-uQFxw3t9SJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQFxw3t9SJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQFxw3t9SJ .modal.fade .modal-dialog,
.cid-uQFxw3t9SJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uQFxw3t9SJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQFxw3t9SJ .content-head {
  max-width: 800px;
}
.cid-uQFxw5rxfK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQFxw5rxfK .muster {
  width: 100%;
}
.cid-uQFxw5rxfK #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQFxw5rxfK #text1,
.cid-uQFxw5rxfK #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQFxw5rxfK #text1,
  .cid-uQFxw5rxfK #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQFxw5rxfK #text1,
  .cid-uQFxw5rxfK #text2 {
    font-size: 30pt;
  }
}
.cid-uQFxw5rxfK .ing-bw {
  width: 100%;
}
.cid-uQFxw5rxfK .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQFxw5rxfK .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQFxw5rxfK p,
.cid-uQFxw5rxfK li,
.cid-uQFxw5rxfK a {
  font-weight: 200!important;
}
.cid-uQFxw5rxfK .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQFxw5rxfK .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQFxw5rxfK .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQFxw5rxfK .big {
  margin-bottom: 30px;
}
.cid-uQFxw5rxfK .big .lin a {
  font-weight: 300;
}
.cid-uQFxw5rxfK .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQFxw5rxfK .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQFxw5rxfK .mbr-text {
    padding: 0;
  }
}
.cid-uQFxw5rxfK a {
  transition: color .3s;
}
.cid-uQFxw6iGLZ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQFxw6iGLZ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQFxw6iGLZ .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQFxw6iGLZ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQFxw6iGLZ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQFxw6iGLZ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQFxw6iGLZ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQFxw6iGLZ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQFxw6iGLZ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQFxw6iGLZ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQFxw6iGLZ P {
  color: #232323;
}
.cid-uQFxw6iGLZ DIV {
  color: #ffffff;
}
.cid-uQFxw6iGLZ H10 {
  color: #767676;
}
.cid-uQFxw6iGLZ .hidden {
  display: none;
}
.cid-uQFxw6iGLZ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQHCjN1qqI {
  z-index: 1000;
  width: 100%;
}
.cid-uQHCjN1qqI #IDmylogo {
  border-radius: 5px;
}
.cid-uQHCjN1qqI .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQHCjN1qqI .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQHCjN1qqI .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQHCjN1qqI .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQHCjN1qqI .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQHCjN1qqI .btn,
.cid-uQHCjN1qqI .btn-primary,
.cid-uQHCjN1qqI .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQHCjN1qqI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQHCjN1qqI .dropdown-menu {
  padding: 0;
}
.cid-uQHCjN1qqI .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQHCjN1qqI .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQHCjN1qqI .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQHCjN1qqI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQHCjN1qqI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQHCjN1qqI .nav-link {
  position: relative;
}
.cid-uQHCjN1qqI .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQHCjN1qqI .dropdown-menu,
.cid-uQHCjN1qqI .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQHCjN1qqI .nav-item:focus,
.cid-uQHCjN1qqI .nav-link:focus {
  outline: none;
}
.cid-uQHCjN1qqI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQHCjN1qqI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQHCjN1qqI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQHCjN1qqI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQHCjN1qqI .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQHCjN1qqI .navbar.opened {
  transition: all 0.3s;
}
.cid-uQHCjN1qqI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQHCjN1qqI .navbar .navbar-logo img {
  width: auto;
}
.cid-uQHCjN1qqI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQHCjN1qqI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQHCjN1qqI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQHCjN1qqI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQHCjN1qqI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQHCjN1qqI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQHCjN1qqI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQHCjN1qqI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQHCjN1qqI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQHCjN1qqI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQHCjN1qqI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQHCjN1qqI .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQHCjN1qqI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQHCjN1qqI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQHCjN1qqI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQHCjN1qqI .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQHCjN1qqI .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .navbar-brand {
    display: none;
  }
}
.cid-uQHCjN1qqI .dropdown-item.active,
.cid-uQHCjN1qqI .dropdown-item:active {
  background-color: transparent;
}
.cid-uQHCjN1qqI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQHCjN1qqI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQHCjN1qqI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQHCjN1qqI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQHCjN1qqI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQHCjN1qqI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQHCjN1qqI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQHCjN1qqI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQHCjN1qqI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQHCjN1qqI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQHCjN1qqI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQHCjN1qqI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQHCjN1qqI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQHCjN1qqI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQHCjN1qqI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQHCjN1qqI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQHCjN1qqI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQHCjN1qqI .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQHCjN1qqI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQHCjN1qqI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQHCjN1qqI .navbar {
    height: 70px;
  }
  .cid-uQHCjN1qqI .navbar.opened {
    height: auto;
  }
  .cid-uQHCjN1qqI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQHCjN1qqI .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQHCjN1qqI .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQHCjN1qqI .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQHCjN1qqI .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQHCjN1qqI .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQHCjN1qqI .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQHCjN1qqI .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQHCjN1qqI .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQHCjN1qqI .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQHCjN1qqI .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQHCjN1qqI .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQHCjN1qqI .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQHCjN1qqI .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQHCjN1qqI .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQHCjN1qqI .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQHCjN1qqI .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQHCjN1qqI .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQHCjN1qqI .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQHCjN1qqI .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQHCjN1qqI .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQHCjN1qqI nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQHCjN1qqI .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQHCjN1qqI .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQHCjN1qqI .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQHCjN1qqI .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .image-wrapper {
    display: none;
  }
}
.cid-uQHCjN1qqI .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQHCjN1qqI .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQHCjN1qqI .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQHCjN1qqI .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQHCjN1qqI .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQHCjN1qqI .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQHCjN1qqI .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQHCjN1qqI .navbar-nav {
  display: flex !important;
}
.cid-uQHCjN1qqI .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQHCjN1qqI .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQHCjN1qqI .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQHCjN1qqI .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQHCjN1qqI .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQHCjN1qqI .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQHCjN1qqI .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQHCjN1qqI .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQHCjN1qqI .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQHCjN1qqI .offcanvas_text {
  width: 60%;
}
.cid-uQHCjN1qqI .mbr-text {
  color: #FFFFFF;
}
.cid-uQHCjN1qqI .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQHCjN1qqI .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQHCjN1qqI .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQHCjN1qqI .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQHCjN1qqI .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQHCjN1qqI .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQHCjN1qqI .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQHCjN1qqI .logo-wrap,
.cid-uQHCjN1qqI .btn-wrap,
.cid-uQHCjN1qqI .navbar-brand,
.cid-uQHCjN1qqI .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQHCjN1qqI .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQHCjN1qqI .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQHCjN1qqI .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQHCjNNUfI {
  background-image: url("../../../assets/images/kisitedhow.jpg");
}
.cid-uQHCjNNUfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHCjNNUfI .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQHCjNNUfI .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQHCjNNUfI .item-img {
    left: -260px;
  }
}
.cid-uQHCjNNUfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQHCjNNUfI .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQHCjNNUfI .col {
    width: 40%;
  }
}
.cid-uQHCjNNUfI .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQHCjNNUfI .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQHCjNNUfI .card-wrapper .item-img,
.cid-uQHCjNNUfI .card-wrapper h1,
.cid-uQHCjNNUfI .card-wrapper h2,
.cid-uQHCjNNUfI .card-wrapper p,
.cid-uQHCjNNUfI .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQHCjNNUfI .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQHCjNNUfI .mbr-section-title {
  color: #ffffff;
}
.cid-uQHCjNNUfI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQHCjNNUfI .mbr-text,
.cid-uQHCjNNUfI .mbr-section-btn {
  color: #ffffff;
}
.cid-uQIhrIlefm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQIhrIlefm .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQIhrIlefm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIhrIlefm h4 {
  line-height: 1.2!important;
}
.cid-uQIhrIlefm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIhrIlefm .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQIhrIlefm .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQIhrIlefm .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQIhrIlefm .container {
    padding: 0 22px;
  }
}
.cid-uQIhrIlefm .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQIhrIlefm .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQIhrIlefm .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQIhrIlefm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQIhrIlefm .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQIhrIlefm .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQIhrIlefm .item:hover .item-wrapper .item-img img,
.cid-uQIhrIlefm .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQIhrIlefm .item:hover .item-wrapper .item-img::before,
.cid-uQIhrIlefm .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQIhrIlefm .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQIhrIlefm .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQIhrIlefm .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQIhrIlefm .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQIhrIlefm .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQIhrIlefm .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQIhrIlefm .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQIhrIlefm .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQIhrIlefm .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQIhrIlefm .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQIhrIlefm .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQIhrIlefm .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQIhrIlefm .item a {
  display: block;
}
.cid-uQIhrIlefm .mbr-section-title {
  color: #ffffff;
}
.cid-uQIhrIlefm .mbr-desc {
  color: #000000;
}
.cid-uQIhrIlefm .card-title {
  color: #ffffff;
}
.cid-uQIhrIlefm .mbr-section-title,
.cid-uQIhrIlefm .mbr-section-btn {
  color: #000000;
}
.cid-uQIhrIlefm .card-title,
.cid-uQIhrIlefm .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQHCjOu4KN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQHCjOu4KN .btn {
  font-weight: 300 !important;
}
.cid-uQHCjOu4KN .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQHCjOu4KN .container {
    padding: 22px;
  }
}
.cid-uQHCjOu4KN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQHCjOu4KN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQHCjOu4KN .embla__slide .slide-content {
  width: 100%;
}
.cid-uQHCjOu4KN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQHCjOu4KN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQHCjOu4KN .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQHCjOu4KN .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQHCjOu4KN .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQHCjOu4KN .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQHCjOu4KN .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQHCjOu4KN .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQHCjOu4KN .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQHCjOu4KN .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQHCjOu4KN .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQHCjOu4KN .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQHCjOu4KN .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQHCjOu4KN .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQHCjOu4KN .embla__slide .slide-content a {
  display: block;
}
.cid-uQHCjOu4KN .embla__button--next,
.cid-uQHCjOu4KN .embla__button--prev {
  display: flex;
}
.cid-uQHCjOu4KN .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQHCjOu4KN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQHCjOu4KN .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQHCjOu4KN .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQHCjOu4KN .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQHCjOu4KN .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQHCjOu4KN .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQHCjOu4KN .card {
  justify-content: center;
}
.cid-uQHCjOu4KN .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQHCjOu4KN .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQHCjOu4KN .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQHCjOu4KN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQHCjOu4KN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQHCjOu4KN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQHCjOu4KN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQHCjOu4KN .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQHCjOu4KN .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQHCjOu4KN .mbr-section-title {
  color: #ffffff;
}
.cid-uQHCjOu4KN .mbr-text {
  color: #000000;
}
.cid-uQHCjOu4KN .mbr-section-title,
.cid-uQHCjOu4KN .mbr-section-btn {
  color: #000000;
}
.cid-uQHCjPwv50 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHCjPwv50 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHCjPwv50 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHCjPwv50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHCjPwv50 .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-uQHCjPwv50 .container {
    padding: 0 15px;
  }
}
.cid-uQHCjPwv50 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHCjPwv50 .image-wrapper {
  position: relative;
}
.cid-uQHCjPwv50 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHCjPwv50 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHCjPwv50 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHCjPwv50 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHCjPwv50 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHCjPwv50 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHCjPwv50 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHCjPwv50 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHCjPwv50 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHCjPwv50 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHCjPwv50 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHCjPwv50 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHCjPwv50 .mbr-text {
  color: #f7f5f6;
}
.cid-uQHCjPwv50 .item-name {
  color: #000000;
}
.cid-uQHCjPwv50 .item-role {
  color: #68707c;
}
.cid-uQHCjPwv50 .mbr-text,
.cid-uQHCjPwv50 .icon-wrapper {
  color: #000000;
}
.cid-uQHCjQlnLp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHCjQlnLp .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHCjQlnLp .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHCjQlnLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHCjQlnLp .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-uQHCjQlnLp .container {
    padding: 0 15px;
  }
}
.cid-uQHCjQlnLp .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHCjQlnLp .image-wrapper {
  position: relative;
}
.cid-uQHCjQlnLp .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHCjQlnLp .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHCjQlnLp .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHCjQlnLp .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHCjQlnLp .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHCjQlnLp .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHCjQlnLp .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHCjQlnLp .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHCjQlnLp .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHCjQlnLp .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHCjQlnLp .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHCjQlnLp .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHCjQlnLp .mbr-text {
  color: #f7f5f6;
}
.cid-uQHCjQlnLp .item-name {
  color: #000000;
}
.cid-uQHCjQlnLp .item-role {
  color: #68707c;
}
.cid-uQHCjQlnLp .mbr-text,
.cid-uQHCjQlnLp .icon-wrapper {
  color: #000000;
}
.cid-uQHCjRaOR6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHCjRaOR6 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHCjRaOR6 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHCjRaOR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHCjRaOR6 .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-uQHCjRaOR6 .container {
    padding: 0 15px;
  }
}
.cid-uQHCjRaOR6 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHCjRaOR6 .image-wrapper {
  position: relative;
}
.cid-uQHCjRaOR6 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHCjRaOR6 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHCjRaOR6 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHCjRaOR6 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHCjRaOR6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHCjRaOR6 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHCjRaOR6 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHCjRaOR6 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHCjRaOR6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHCjRaOR6 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHCjRaOR6 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHCjRaOR6 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHCjRaOR6 .mbr-text {
  color: #f7f5f6;
}
.cid-uQHCjRaOR6 .item-name {
  color: #000000;
}
.cid-uQHCjRaOR6 .item-role {
  color: #68707c;
}
.cid-uQHCjRaOR6 .mbr-text,
.cid-uQHCjRaOR6 .icon-wrapper {
  color: #000000;
}
.cid-uQHCjRXiXH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQHCjRXiXH hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQHCjRXiXH .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQHCjRXiXH .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQHCjSE3VT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQHCjSE3VT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHCjSE3VT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQHCjSE3VT ul.haken,
.cid-uQHCjSE3VT ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQHCjSE3VT ul.haken li,
.cid-uQHCjSE3VT ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQHCjSE3VT ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQHCjSE3VT ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQHCjTohQa {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQHCjTohQa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQHCjTohQa .item {
    margin-bottom: 1rem;
  }
}
.cid-uQHCjTohQa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQHCjTohQa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQHCjTohQa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQHCjTohQa .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQHCjTohQa .carousel-control,
.cid-uQHCjTohQa .close {
  background: #1b1b1b;
}
.cid-uQHCjTohQa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQHCjTohQa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQHCjTohQa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQHCjTohQa .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQHCjTohQa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQHCjTohQa .close::before {
  content: '\e91a';
}
.cid-uQHCjTohQa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQHCjTohQa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQHCjTohQa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQHCjTohQa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQHCjTohQa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQHCjTohQa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQHCjTohQa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQHCjTohQa .carousel-indicators li.active,
.cid-uQHCjTohQa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQHCjTohQa .carousel-indicators li::after,
.cid-uQHCjTohQa .carousel-indicators li::before {
  content: none;
}
.cid-uQHCjTohQa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQHCjTohQa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQHCjTohQa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQHCjTohQa .carousel-indicators {
    display: none;
  }
}
.cid-uQHCjTohQa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQHCjTohQa .carousel-inner > .active {
  display: block;
}
.cid-uQHCjTohQa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQHCjTohQa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQHCjTohQa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQHCjTohQa .carousel-control,
  .cid-uQHCjTohQa .carousel-indicators,
  .cid-uQHCjTohQa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQHCjTohQa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQHCjTohQa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQHCjTohQa .carousel-indicators .active,
.cid-uQHCjTohQa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQHCjTohQa .carousel-indicators .active {
  background: #fff;
}
.cid-uQHCjTohQa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQHCjTohQa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQHCjTohQa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQHCjTohQa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQHCjTohQa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQHCjTohQa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQHCjTohQa .carousel {
  width: 100%;
}
.cid-uQHCjTohQa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQHCjTohQa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQHCjTohQa .modal.fade .modal-dialog,
.cid-uQHCjTohQa .modal.in .modal-dialog {
  transform: none;
}
.cid-uQHCjTohQa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQHCjTohQa .content-head {
  max-width: 800px;
}
.cid-uQHCjUlwpD {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQHCjUlwpD .muster {
  width: 100%;
}
.cid-uQHCjUlwpD #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQHCjUlwpD #text1,
.cid-uQHCjUlwpD #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQHCjUlwpD #text1,
  .cid-uQHCjUlwpD #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQHCjUlwpD #text1,
  .cid-uQHCjUlwpD #text2 {
    font-size: 30pt;
  }
}
.cid-uQHCjUlwpD .ing-bw {
  width: 100%;
}
.cid-uQHCjUlwpD .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQHCjUlwpD .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQHCjUlwpD p,
.cid-uQHCjUlwpD li,
.cid-uQHCjUlwpD a {
  font-weight: 200!important;
}
.cid-uQHCjUlwpD .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQHCjUlwpD .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQHCjUlwpD .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQHCjUlwpD .big {
  margin-bottom: 30px;
}
.cid-uQHCjUlwpD .big .lin a {
  font-weight: 300;
}
.cid-uQHCjUlwpD .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQHCjUlwpD .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQHCjUlwpD .mbr-text {
    padding: 0;
  }
}
.cid-uQHCjUlwpD a {
  transition: color .3s;
}
.cid-uQHCjV59CE .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQHCjV59CE .icon-bar {
    bottom: -60px;
  }
}
.cid-uQHCjV59CE .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQHCjV59CE .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQHCjV59CE .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQHCjV59CE .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQHCjV59CE .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQHCjV59CE .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQHCjV59CE .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQHCjV59CE .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQHCjV59CE P {
  color: #232323;
}
.cid-uQHCjV59CE DIV {
  color: #ffffff;
}
.cid-uQHCjV59CE H10 {
  color: #767676;
}
.cid-uQHCjV59CE .hidden {
  display: none;
}
.cid-uQHCjV59CE div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQHRFN3qT5 {
  z-index: 1000;
  width: 100%;
}
.cid-uQHRFN3qT5 #IDmylogo {
  border-radius: 5px;
}
.cid-uQHRFN3qT5 .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQHRFN3qT5 .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQHRFN3qT5 .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQHRFN3qT5 .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQHRFN3qT5 .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQHRFN3qT5 .btn,
.cid-uQHRFN3qT5 .btn-primary,
.cid-uQHRFN3qT5 .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQHRFN3qT5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQHRFN3qT5 .dropdown-menu {
  padding: 0;
}
.cid-uQHRFN3qT5 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQHRFN3qT5 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQHRFN3qT5 .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQHRFN3qT5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQHRFN3qT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQHRFN3qT5 .nav-link {
  position: relative;
}
.cid-uQHRFN3qT5 .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQHRFN3qT5 .dropdown-menu,
.cid-uQHRFN3qT5 .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQHRFN3qT5 .nav-item:focus,
.cid-uQHRFN3qT5 .nav-link:focus {
  outline: none;
}
.cid-uQHRFN3qT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQHRFN3qT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQHRFN3qT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQHRFN3qT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQHRFN3qT5 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQHRFN3qT5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQHRFN3qT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQHRFN3qT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQHRFN3qT5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQHRFN3qT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQHRFN3qT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQHRFN3qT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQHRFN3qT5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQHRFN3qT5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQHRFN3qT5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQHRFN3qT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQHRFN3qT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQHRFN3qT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQHRFN3qT5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQHRFN3qT5 .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQHRFN3qT5 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQHRFN3qT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQHRFN3qT5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQHRFN3qT5 .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQHRFN3qT5 .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .navbar-brand {
    display: none;
  }
}
.cid-uQHRFN3qT5 .dropdown-item.active,
.cid-uQHRFN3qT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQHRFN3qT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQHRFN3qT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQHRFN3qT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQHRFN3qT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQHRFN3qT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQHRFN3qT5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQHRFN3qT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQHRFN3qT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQHRFN3qT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQHRFN3qT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQHRFN3qT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQHRFN3qT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQHRFN3qT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQHRFN3qT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQHRFN3qT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQHRFN3qT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQHRFN3qT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQHRFN3qT5 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQHRFN3qT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQHRFN3qT5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQHRFN3qT5 .navbar {
    height: 70px;
  }
  .cid-uQHRFN3qT5 .navbar.opened {
    height: auto;
  }
  .cid-uQHRFN3qT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQHRFN3qT5 .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQHRFN3qT5 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQHRFN3qT5 .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQHRFN3qT5 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQHRFN3qT5 .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQHRFN3qT5 .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQHRFN3qT5 .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQHRFN3qT5 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQHRFN3qT5 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQHRFN3qT5 .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQHRFN3qT5 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQHRFN3qT5 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQHRFN3qT5 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQHRFN3qT5 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQHRFN3qT5 .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQHRFN3qT5 .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQHRFN3qT5 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQHRFN3qT5 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQHRFN3qT5 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQHRFN3qT5 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQHRFN3qT5 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQHRFN3qT5 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQHRFN3qT5 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQHRFN3qT5 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQHRFN3qT5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .image-wrapper {
    display: none;
  }
}
.cid-uQHRFN3qT5 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQHRFN3qT5 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQHRFN3qT5 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQHRFN3qT5 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQHRFN3qT5 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQHRFN3qT5 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQHRFN3qT5 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQHRFN3qT5 .navbar-nav {
  display: flex !important;
}
.cid-uQHRFN3qT5 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQHRFN3qT5 .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQHRFN3qT5 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQHRFN3qT5 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQHRFN3qT5 .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQHRFN3qT5 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQHRFN3qT5 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQHRFN3qT5 .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQHRFN3qT5 .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQHRFN3qT5 .offcanvas_text {
  width: 60%;
}
.cid-uQHRFN3qT5 .mbr-text {
  color: #FFFFFF;
}
.cid-uQHRFN3qT5 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQHRFN3qT5 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQHRFN3qT5 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQHRFN3qT5 .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQHRFN3qT5 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQHRFN3qT5 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQHRFN3qT5 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQHRFN3qT5 .logo-wrap,
.cid-uQHRFN3qT5 .btn-wrap,
.cid-uQHRFN3qT5 .navbar-brand,
.cid-uQHRFN3qT5 .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQHRFN3qT5 .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQHRFN3qT5 .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQHRFN3qT5 .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQHRFNK910 {
  background-image: url("../../../assets/images/121095327-145256523968840-5671650036895475403-n.jpg");
}
.cid-uQHRFNK910 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHRFNK910 .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQHRFNK910 .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQHRFNK910 .item-img {
    left: -260px;
  }
}
.cid-uQHRFNK910 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQHRFNK910 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQHRFNK910 .col {
    width: 40%;
  }
}
.cid-uQHRFNK910 .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQHRFNK910 .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQHRFNK910 .card-wrapper .item-img,
.cid-uQHRFNK910 .card-wrapper h1,
.cid-uQHRFNK910 .card-wrapper h2,
.cid-uQHRFNK910 .card-wrapper p,
.cid-uQHRFNK910 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQHRFNK910 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQHRFNK910 .mbr-section-title {
  color: #ffffff;
}
.cid-uQHRFNK910 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQHRFNK910 .mbr-text,
.cid-uQHRFNK910 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQIhnxCjIW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQIhnxCjIW .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQIhnxCjIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIhnxCjIW h4 {
  line-height: 1.2!important;
}
.cid-uQIhnxCjIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIhnxCjIW .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQIhnxCjIW .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQIhnxCjIW .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQIhnxCjIW .container {
    padding: 0 22px;
  }
}
.cid-uQIhnxCjIW .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQIhnxCjIW .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQIhnxCjIW .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQIhnxCjIW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQIhnxCjIW .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQIhnxCjIW .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQIhnxCjIW .item:hover .item-wrapper .item-img img,
.cid-uQIhnxCjIW .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQIhnxCjIW .item:hover .item-wrapper .item-img::before,
.cid-uQIhnxCjIW .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQIhnxCjIW .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQIhnxCjIW .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQIhnxCjIW .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQIhnxCjIW .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQIhnxCjIW .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQIhnxCjIW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQIhnxCjIW .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQIhnxCjIW .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQIhnxCjIW .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQIhnxCjIW .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQIhnxCjIW .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQIhnxCjIW .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQIhnxCjIW .item a {
  display: block;
}
.cid-uQIhnxCjIW .mbr-section-title {
  color: #ffffff;
}
.cid-uQIhnxCjIW .mbr-desc {
  color: #000000;
}
.cid-uQIhnxCjIW .card-title {
  color: #ffffff;
}
.cid-uQIhnxCjIW .mbr-section-title,
.cid-uQIhnxCjIW .mbr-section-btn {
  color: #000000;
}
.cid-uQIhnxCjIW .card-title,
.cid-uQIhnxCjIW .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQHRFOP4yP {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQHRFOP4yP .btn {
  font-weight: 300 !important;
}
.cid-uQHRFOP4yP .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQHRFOP4yP .container {
    padding: 22px;
  }
}
.cid-uQHRFOP4yP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQHRFOP4yP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQHRFOP4yP .embla__slide .slide-content {
  width: 100%;
}
.cid-uQHRFOP4yP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQHRFOP4yP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQHRFOP4yP .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQHRFOP4yP .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQHRFOP4yP .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQHRFOP4yP .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQHRFOP4yP .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQHRFOP4yP .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQHRFOP4yP .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQHRFOP4yP .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQHRFOP4yP .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQHRFOP4yP .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQHRFOP4yP .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQHRFOP4yP .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQHRFOP4yP .embla__slide .slide-content a {
  display: block;
}
.cid-uQHRFOP4yP .embla__button--next,
.cid-uQHRFOP4yP .embla__button--prev {
  display: flex;
}
.cid-uQHRFOP4yP .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQHRFOP4yP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQHRFOP4yP .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQHRFOP4yP .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQHRFOP4yP .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQHRFOP4yP .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQHRFOP4yP .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQHRFOP4yP .card {
  justify-content: center;
}
.cid-uQHRFOP4yP .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQHRFOP4yP .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQHRFOP4yP .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQHRFOP4yP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQHRFOP4yP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQHRFOP4yP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQHRFOP4yP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQHRFOP4yP .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQHRFOP4yP .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQHRFOP4yP .mbr-section-title {
  color: #ffffff;
}
.cid-uQHRFOP4yP .mbr-text {
  color: #000000;
}
.cid-uQHRFOP4yP .mbr-section-title,
.cid-uQHRFOP4yP .mbr-section-btn {
  color: #000000;
}
.cid-uQHRFPFBUN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHRFPFBUN .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHRFPFBUN .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHRFPFBUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHRFPFBUN .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-uQHRFPFBUN .container {
    padding: 0 15px;
  }
}
.cid-uQHRFPFBUN .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHRFPFBUN .image-wrapper {
  position: relative;
}
.cid-uQHRFPFBUN .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHRFPFBUN .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHRFPFBUN .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHRFPFBUN .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHRFPFBUN .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHRFPFBUN .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHRFPFBUN .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHRFPFBUN .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHRFPFBUN .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHRFPFBUN .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHRFPFBUN .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHRFPFBUN .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHRFPFBUN .mbr-text {
  color: #f7f5f6;
}
.cid-uQHRFPFBUN .item-name {
  color: #000000;
}
.cid-uQHRFPFBUN .item-role {
  color: #68707c;
}
.cid-uQHRFPFBUN .mbr-text,
.cid-uQHRFPFBUN .icon-wrapper {
  color: #000000;
}
.cid-uQHRFQiqqD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHRFQiqqD .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHRFQiqqD .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHRFQiqqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHRFQiqqD .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-uQHRFQiqqD .container {
    padding: 0 15px;
  }
}
.cid-uQHRFQiqqD .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHRFQiqqD .image-wrapper {
  position: relative;
}
.cid-uQHRFQiqqD .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHRFQiqqD .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHRFQiqqD .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHRFQiqqD .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHRFQiqqD .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHRFQiqqD .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHRFQiqqD .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHRFQiqqD .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHRFQiqqD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHRFQiqqD .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHRFQiqqD .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHRFQiqqD .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHRFQiqqD .mbr-text {
  color: #f7f5f6;
}
.cid-uQHRFQiqqD .item-name {
  color: #000000;
}
.cid-uQHRFQiqqD .item-role {
  color: #68707c;
}
.cid-uQHRFQiqqD .mbr-text,
.cid-uQHRFQiqqD .icon-wrapper {
  color: #000000;
}
.cid-uQHWtR0XIE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHWtR0XIE .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHWtR0XIE .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHWtR0XIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHWtR0XIE .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-uQHWtR0XIE .container {
    padding: 0 15px;
  }
}
.cid-uQHWtR0XIE .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHWtR0XIE .image-wrapper {
  position: relative;
}
.cid-uQHWtR0XIE .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHWtR0XIE .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHWtR0XIE .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHWtR0XIE .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHWtR0XIE .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHWtR0XIE .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHWtR0XIE .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHWtR0XIE .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHWtR0XIE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHWtR0XIE .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHWtR0XIE .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHWtR0XIE .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHWtR0XIE .mbr-text {
  color: #f7f5f6;
}
.cid-uQHWtR0XIE .item-name {
  color: #000000;
}
.cid-uQHWtR0XIE .item-role {
  color: #68707c;
}
.cid-uQHWtR0XIE .mbr-text,
.cid-uQHWtR0XIE .icon-wrapper {
  color: #000000;
}
.cid-uQHRFQOrhL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHRFQOrhL .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHRFQOrhL .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHRFQOrhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHRFQOrhL .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-uQHRFQOrhL .container {
    padding: 0 15px;
  }
}
.cid-uQHRFQOrhL .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHRFQOrhL .image-wrapper {
  position: relative;
}
.cid-uQHRFQOrhL .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHRFQOrhL .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHRFQOrhL .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHRFQOrhL .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHRFQOrhL .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHRFQOrhL .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHRFQOrhL .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHRFQOrhL .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHRFQOrhL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHRFQOrhL .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHRFQOrhL .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHRFQOrhL .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHRFQOrhL .mbr-text {
  color: #f7f5f6;
}
.cid-uQHRFQOrhL .item-name {
  color: #000000;
}
.cid-uQHRFQOrhL .item-role {
  color: #68707c;
}
.cid-uQHRFQOrhL .mbr-text,
.cid-uQHRFQOrhL .icon-wrapper {
  color: #000000;
}
.cid-uQHUDhc4d3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHUDhc4d3 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHUDhc4d3 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHUDhc4d3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHUDhc4d3 .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-uQHUDhc4d3 .container {
    padding: 0 15px;
  }
}
.cid-uQHUDhc4d3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHUDhc4d3 .image-wrapper {
  position: relative;
}
.cid-uQHUDhc4d3 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHUDhc4d3 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHUDhc4d3 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHUDhc4d3 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHUDhc4d3 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHUDhc4d3 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHUDhc4d3 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHUDhc4d3 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHUDhc4d3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHUDhc4d3 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHUDhc4d3 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHUDhc4d3 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHUDhc4d3 .mbr-text {
  color: #f7f5f6;
}
.cid-uQHUDhc4d3 .item-name {
  color: #000000;
}
.cid-uQHUDhc4d3 .item-role {
  color: #68707c;
}
.cid-uQHUDhc4d3 .mbr-text,
.cid-uQHUDhc4d3 .icon-wrapper {
  color: #000000;
}
.cid-uQHV6XSrDX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHV6XSrDX .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHV6XSrDX .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHV6XSrDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHV6XSrDX .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-uQHV6XSrDX .container {
    padding: 0 15px;
  }
}
.cid-uQHV6XSrDX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHV6XSrDX .image-wrapper {
  position: relative;
}
.cid-uQHV6XSrDX .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHV6XSrDX .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHV6XSrDX .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHV6XSrDX .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHV6XSrDX .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHV6XSrDX .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHV6XSrDX .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHV6XSrDX .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHV6XSrDX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHV6XSrDX .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHV6XSrDX .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHV6XSrDX .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHV6XSrDX .mbr-text {
  color: #f7f5f6;
}
.cid-uQHV6XSrDX .item-name {
  color: #000000;
}
.cid-uQHV6XSrDX .item-role {
  color: #68707c;
}
.cid-uQHV6XSrDX .mbr-text,
.cid-uQHV6XSrDX .icon-wrapper {
  color: #000000;
}
.cid-uQHRFRjVAl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQHRFRjVAl hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQHRFRjVAl .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQHRFRjVAl .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQHRFRQTsl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQHRFRQTsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHRFRQTsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQHRFRQTsl ul.haken,
.cid-uQHRFRQTsl ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQHRFRQTsl ul.haken li,
.cid-uQHRFRQTsl ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQHRFRQTsl ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQHRFRQTsl ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQHRFSmkJg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQHRFSmkJg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQHRFSmkJg .item {
    margin-bottom: 1rem;
  }
}
.cid-uQHRFSmkJg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQHRFSmkJg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQHRFSmkJg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQHRFSmkJg .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQHRFSmkJg .carousel-control,
.cid-uQHRFSmkJg .close {
  background: #1b1b1b;
}
.cid-uQHRFSmkJg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQHRFSmkJg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQHRFSmkJg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQHRFSmkJg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQHRFSmkJg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQHRFSmkJg .close::before {
  content: '\e91a';
}
.cid-uQHRFSmkJg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQHRFSmkJg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQHRFSmkJg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQHRFSmkJg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQHRFSmkJg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQHRFSmkJg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQHRFSmkJg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQHRFSmkJg .carousel-indicators li.active,
.cid-uQHRFSmkJg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQHRFSmkJg .carousel-indicators li::after,
.cid-uQHRFSmkJg .carousel-indicators li::before {
  content: none;
}
.cid-uQHRFSmkJg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQHRFSmkJg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQHRFSmkJg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQHRFSmkJg .carousel-indicators {
    display: none;
  }
}
.cid-uQHRFSmkJg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQHRFSmkJg .carousel-inner > .active {
  display: block;
}
.cid-uQHRFSmkJg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQHRFSmkJg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQHRFSmkJg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQHRFSmkJg .carousel-control,
  .cid-uQHRFSmkJg .carousel-indicators,
  .cid-uQHRFSmkJg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQHRFSmkJg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQHRFSmkJg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQHRFSmkJg .carousel-indicators .active,
.cid-uQHRFSmkJg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQHRFSmkJg .carousel-indicators .active {
  background: #fff;
}
.cid-uQHRFSmkJg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQHRFSmkJg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQHRFSmkJg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQHRFSmkJg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQHRFSmkJg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQHRFSmkJg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQHRFSmkJg .carousel {
  width: 100%;
}
.cid-uQHRFSmkJg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQHRFSmkJg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQHRFSmkJg .modal.fade .modal-dialog,
.cid-uQHRFSmkJg .modal.in .modal-dialog {
  transform: none;
}
.cid-uQHRFSmkJg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQHRFSmkJg .content-head {
  max-width: 800px;
}
.cid-uQHRFTomZA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQHRFTomZA .muster {
  width: 100%;
}
.cid-uQHRFTomZA #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQHRFTomZA #text1,
.cid-uQHRFTomZA #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQHRFTomZA #text1,
  .cid-uQHRFTomZA #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQHRFTomZA #text1,
  .cid-uQHRFTomZA #text2 {
    font-size: 30pt;
  }
}
.cid-uQHRFTomZA .ing-bw {
  width: 100%;
}
.cid-uQHRFTomZA .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQHRFTomZA .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQHRFTomZA p,
.cid-uQHRFTomZA li,
.cid-uQHRFTomZA a {
  font-weight: 200!important;
}
.cid-uQHRFTomZA .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQHRFTomZA .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQHRFTomZA .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQHRFTomZA .big {
  margin-bottom: 30px;
}
.cid-uQHRFTomZA .big .lin a {
  font-weight: 300;
}
.cid-uQHRFTomZA .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQHRFTomZA .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQHRFTomZA .mbr-text {
    padding: 0;
  }
}
.cid-uQHRFTomZA a {
  transition: color .3s;
}
.cid-uQHRFUa7rC .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQHRFUa7rC .icon-bar {
    bottom: -60px;
  }
}
.cid-uQHRFUa7rC .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQHRFUa7rC .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQHRFUa7rC .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQHRFUa7rC .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQHRFUa7rC .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQHRFUa7rC .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQHRFUa7rC .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQHRFUa7rC .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQHRFUa7rC P {
  color: #232323;
}
.cid-uQHRFUa7rC DIV {
  color: #ffffff;
}
.cid-uQHRFUa7rC H10 {
  color: #767676;
}
.cid-uQHRFUa7rC .hidden {
  display: none;
}
.cid-uQHRFUa7rC div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQHZjGorJy {
  z-index: 1000;
  width: 100%;
}
.cid-uQHZjGorJy #IDmylogo {
  border-radius: 5px;
}
.cid-uQHZjGorJy .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQHZjGorJy .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQHZjGorJy .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQHZjGorJy .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQHZjGorJy .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQHZjGorJy .btn,
.cid-uQHZjGorJy .btn-primary,
.cid-uQHZjGorJy .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQHZjGorJy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQHZjGorJy .dropdown-menu {
  padding: 0;
}
.cid-uQHZjGorJy .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQHZjGorJy .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQHZjGorJy .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQHZjGorJy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQHZjGorJy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQHZjGorJy .nav-link {
  position: relative;
}
.cid-uQHZjGorJy .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQHZjGorJy .dropdown-menu,
.cid-uQHZjGorJy .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQHZjGorJy .nav-item:focus,
.cid-uQHZjGorJy .nav-link:focus {
  outline: none;
}
.cid-uQHZjGorJy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQHZjGorJy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQHZjGorJy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQHZjGorJy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQHZjGorJy .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQHZjGorJy .navbar.opened {
  transition: all 0.3s;
}
.cid-uQHZjGorJy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQHZjGorJy .navbar .navbar-logo img {
  width: auto;
}
.cid-uQHZjGorJy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQHZjGorJy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQHZjGorJy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQHZjGorJy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQHZjGorJy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQHZjGorJy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQHZjGorJy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQHZjGorJy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQHZjGorJy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQHZjGorJy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQHZjGorJy .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQHZjGorJy .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQHZjGorJy .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQHZjGorJy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQHZjGorJy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQHZjGorJy .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQHZjGorJy .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .navbar-brand {
    display: none;
  }
}
.cid-uQHZjGorJy .dropdown-item.active,
.cid-uQHZjGorJy .dropdown-item:active {
  background-color: transparent;
}
.cid-uQHZjGorJy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQHZjGorJy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQHZjGorJy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQHZjGorJy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQHZjGorJy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQHZjGorJy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQHZjGorJy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQHZjGorJy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQHZjGorJy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQHZjGorJy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQHZjGorJy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQHZjGorJy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQHZjGorJy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQHZjGorJy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQHZjGorJy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQHZjGorJy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQHZjGorJy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQHZjGorJy .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQHZjGorJy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQHZjGorJy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQHZjGorJy .navbar {
    height: 70px;
  }
  .cid-uQHZjGorJy .navbar.opened {
    height: auto;
  }
  .cid-uQHZjGorJy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQHZjGorJy .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQHZjGorJy .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQHZjGorJy .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQHZjGorJy .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQHZjGorJy .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQHZjGorJy .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQHZjGorJy .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQHZjGorJy .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQHZjGorJy .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQHZjGorJy .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQHZjGorJy .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQHZjGorJy .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQHZjGorJy .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQHZjGorJy .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQHZjGorJy .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQHZjGorJy .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQHZjGorJy .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQHZjGorJy .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQHZjGorJy .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQHZjGorJy .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQHZjGorJy nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQHZjGorJy .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQHZjGorJy .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQHZjGorJy .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQHZjGorJy .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .image-wrapper {
    display: none;
  }
}
.cid-uQHZjGorJy .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQHZjGorJy .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQHZjGorJy .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQHZjGorJy .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQHZjGorJy .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQHZjGorJy .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQHZjGorJy .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQHZjGorJy .navbar-nav {
  display: flex !important;
}
.cid-uQHZjGorJy .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQHZjGorJy .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQHZjGorJy .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQHZjGorJy .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQHZjGorJy .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQHZjGorJy .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQHZjGorJy .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQHZjGorJy .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQHZjGorJy .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQHZjGorJy .offcanvas_text {
  width: 60%;
}
.cid-uQHZjGorJy .mbr-text {
  color: #FFFFFF;
}
.cid-uQHZjGorJy .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQHZjGorJy .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQHZjGorJy .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQHZjGorJy .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQHZjGorJy .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQHZjGorJy .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQHZjGorJy .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQHZjGorJy .logo-wrap,
.cid-uQHZjGorJy .btn-wrap,
.cid-uQHZjGorJy .navbar-brand,
.cid-uQHZjGorJy .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQHZjGorJy .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQHZjGorJy .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQHZjGorJy .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQHZjH6hU3 {
  background-image: url("../../../assets/images/sheldrick-falls-shimba.jpg");
}
.cid-uQHZjH6hU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHZjH6hU3 .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQHZjH6hU3 .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQHZjH6hU3 .item-img {
    left: -260px;
  }
}
.cid-uQHZjH6hU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQHZjH6hU3 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQHZjH6hU3 .col {
    width: 40%;
  }
}
.cid-uQHZjH6hU3 .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQHZjH6hU3 .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQHZjH6hU3 .card-wrapper .item-img,
.cid-uQHZjH6hU3 .card-wrapper h1,
.cid-uQHZjH6hU3 .card-wrapper h2,
.cid-uQHZjH6hU3 .card-wrapper p,
.cid-uQHZjH6hU3 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQHZjH6hU3 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQHZjH6hU3 .mbr-section-title {
  color: #ffffff;
}
.cid-uQHZjH6hU3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQHZjH6hU3 .mbr-text,
.cid-uQHZjH6hU3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQIhiBoYGY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQIhiBoYGY .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQIhiBoYGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIhiBoYGY h4 {
  line-height: 1.2!important;
}
.cid-uQIhiBoYGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIhiBoYGY .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQIhiBoYGY .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQIhiBoYGY .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQIhiBoYGY .container {
    padding: 0 22px;
  }
}
.cid-uQIhiBoYGY .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQIhiBoYGY .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQIhiBoYGY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQIhiBoYGY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQIhiBoYGY .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQIhiBoYGY .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQIhiBoYGY .item:hover .item-wrapper .item-img img,
.cid-uQIhiBoYGY .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQIhiBoYGY .item:hover .item-wrapper .item-img::before,
.cid-uQIhiBoYGY .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQIhiBoYGY .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQIhiBoYGY .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQIhiBoYGY .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQIhiBoYGY .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQIhiBoYGY .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQIhiBoYGY .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQIhiBoYGY .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQIhiBoYGY .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQIhiBoYGY .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQIhiBoYGY .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQIhiBoYGY .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQIhiBoYGY .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQIhiBoYGY .item a {
  display: block;
}
.cid-uQIhiBoYGY .mbr-section-title {
  color: #ffffff;
}
.cid-uQIhiBoYGY .mbr-desc {
  color: #000000;
}
.cid-uQIhiBoYGY .card-title {
  color: #ffffff;
}
.cid-uQIhiBoYGY .mbr-section-title,
.cid-uQIhiBoYGY .mbr-section-btn {
  color: #000000;
}
.cid-uQIhiBoYGY .card-title,
.cid-uQIhiBoYGY .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQHZjInFIz {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQHZjInFIz .btn {
  font-weight: 300 !important;
}
.cid-uQHZjInFIz .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQHZjInFIz .container {
    padding: 22px;
  }
}
.cid-uQHZjInFIz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQHZjInFIz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQHZjInFIz .embla__slide .slide-content {
  width: 100%;
}
.cid-uQHZjInFIz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQHZjInFIz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQHZjInFIz .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQHZjInFIz .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQHZjInFIz .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQHZjInFIz .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQHZjInFIz .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQHZjInFIz .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQHZjInFIz .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQHZjInFIz .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQHZjInFIz .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQHZjInFIz .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQHZjInFIz .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQHZjInFIz .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQHZjInFIz .embla__slide .slide-content a {
  display: block;
}
.cid-uQHZjInFIz .embla__button--next,
.cid-uQHZjInFIz .embla__button--prev {
  display: flex;
}
.cid-uQHZjInFIz .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQHZjInFIz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQHZjInFIz .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQHZjInFIz .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQHZjInFIz .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQHZjInFIz .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQHZjInFIz .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQHZjInFIz .card {
  justify-content: center;
}
.cid-uQHZjInFIz .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQHZjInFIz .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQHZjInFIz .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQHZjInFIz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQHZjInFIz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQHZjInFIz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQHZjInFIz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQHZjInFIz .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQHZjInFIz .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQHZjInFIz .mbr-section-title {
  color: #ffffff;
}
.cid-uQHZjInFIz .mbr-text {
  color: #000000;
}
.cid-uQHZjInFIz .mbr-section-title,
.cid-uQHZjInFIz .mbr-section-btn {
  color: #000000;
}
.cid-uQHZjJfAhQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHZjJfAhQ .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjJfAhQ .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjJfAhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHZjJfAhQ .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-uQHZjJfAhQ .container {
    padding: 0 15px;
  }
}
.cid-uQHZjJfAhQ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHZjJfAhQ .image-wrapper {
  position: relative;
}
.cid-uQHZjJfAhQ .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHZjJfAhQ .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHZjJfAhQ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHZjJfAhQ .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHZjJfAhQ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHZjJfAhQ .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHZjJfAhQ .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHZjJfAhQ .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHZjJfAhQ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHZjJfAhQ .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHZjJfAhQ .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHZjJfAhQ .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHZjJfAhQ .mbr-text {
  color: #f7f5f6;
}
.cid-uQHZjJfAhQ .item-name {
  color: #000000;
}
.cid-uQHZjJfAhQ .item-role {
  color: #68707c;
}
.cid-uQHZjJfAhQ .mbr-text,
.cid-uQHZjJfAhQ .icon-wrapper {
  color: #000000;
}
.cid-uQHZjJTKSU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHZjJTKSU .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjJTKSU .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjJTKSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHZjJTKSU .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-uQHZjJTKSU .container {
    padding: 0 15px;
  }
}
.cid-uQHZjJTKSU .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHZjJTKSU .image-wrapper {
  position: relative;
}
.cid-uQHZjJTKSU .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHZjJTKSU .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHZjJTKSU .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHZjJTKSU .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHZjJTKSU .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHZjJTKSU .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHZjJTKSU .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHZjJTKSU .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHZjJTKSU .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHZjJTKSU .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHZjJTKSU .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHZjJTKSU .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHZjJTKSU .mbr-text {
  color: #f7f5f6;
}
.cid-uQHZjJTKSU .item-name {
  color: #000000;
}
.cid-uQHZjJTKSU .item-role {
  color: #68707c;
}
.cid-uQHZjJTKSU .mbr-text,
.cid-uQHZjJTKSU .icon-wrapper {
  color: #000000;
}
.cid-uQHZjKvpPX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHZjKvpPX .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjKvpPX .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjKvpPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHZjKvpPX .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-uQHZjKvpPX .container {
    padding: 0 15px;
  }
}
.cid-uQHZjKvpPX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHZjKvpPX .image-wrapper {
  position: relative;
}
.cid-uQHZjKvpPX .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHZjKvpPX .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHZjKvpPX .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHZjKvpPX .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHZjKvpPX .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHZjKvpPX .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHZjKvpPX .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHZjKvpPX .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHZjKvpPX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHZjKvpPX .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHZjKvpPX .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHZjKvpPX .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHZjKvpPX .mbr-text {
  color: #f7f5f6;
}
.cid-uQHZjKvpPX .item-name {
  color: #000000;
}
.cid-uQHZjKvpPX .item-role {
  color: #68707c;
}
.cid-uQHZjKvpPX .mbr-text,
.cid-uQHZjKvpPX .icon-wrapper {
  color: #000000;
}
.cid-uQHZjLPV1L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHZjLPV1L .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjLPV1L .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjLPV1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHZjLPV1L .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-uQHZjLPV1L .container {
    padding: 0 15px;
  }
}
.cid-uQHZjLPV1L .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHZjLPV1L .image-wrapper {
  position: relative;
}
.cid-uQHZjLPV1L .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHZjLPV1L .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHZjLPV1L .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHZjLPV1L .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHZjLPV1L .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHZjLPV1L .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHZjLPV1L .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHZjLPV1L .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHZjLPV1L .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHZjLPV1L .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHZjLPV1L .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHZjLPV1L .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHZjLPV1L .mbr-text {
  color: #f7f5f6;
}
.cid-uQHZjLPV1L .item-name {
  color: #000000;
}
.cid-uQHZjLPV1L .item-role {
  color: #68707c;
}
.cid-uQHZjLPV1L .mbr-text,
.cid-uQHZjLPV1L .icon-wrapper {
  color: #000000;
}
.cid-uQHZjMDtqX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQHZjMDtqX .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjMDtqX .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQHZjMDtqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHZjMDtqX .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-uQHZjMDtqX .container {
    padding: 0 15px;
  }
}
.cid-uQHZjMDtqX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQHZjMDtqX .image-wrapper {
  position: relative;
}
.cid-uQHZjMDtqX .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQHZjMDtqX .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQHZjMDtqX .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQHZjMDtqX .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQHZjMDtqX .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQHZjMDtqX .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQHZjMDtqX .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQHZjMDtqX .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQHZjMDtqX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQHZjMDtqX .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQHZjMDtqX .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQHZjMDtqX .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQHZjMDtqX .mbr-text {
  color: #f7f5f6;
}
.cid-uQHZjMDtqX .item-name {
  color: #000000;
}
.cid-uQHZjMDtqX .item-role {
  color: #68707c;
}
.cid-uQHZjMDtqX .mbr-text,
.cid-uQHZjMDtqX .icon-wrapper {
  color: #000000;
}
.cid-uQHZjNo5pc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQHZjNo5pc hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQHZjNo5pc .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQHZjNo5pc .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQHZjNZyR6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQHZjNZyR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHZjNZyR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQHZjNZyR6 ul.haken,
.cid-uQHZjNZyR6 ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQHZjNZyR6 ul.haken li,
.cid-uQHZjNZyR6 ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQHZjNZyR6 ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQHZjNZyR6 ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQHZjOIaM4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQHZjOIaM4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQHZjOIaM4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQHZjOIaM4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQHZjOIaM4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQHZjOIaM4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQHZjOIaM4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQHZjOIaM4 .carousel-control,
.cid-uQHZjOIaM4 .close {
  background: #1b1b1b;
}
.cid-uQHZjOIaM4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQHZjOIaM4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQHZjOIaM4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQHZjOIaM4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQHZjOIaM4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQHZjOIaM4 .close::before {
  content: '\e91a';
}
.cid-uQHZjOIaM4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQHZjOIaM4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQHZjOIaM4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQHZjOIaM4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQHZjOIaM4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQHZjOIaM4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQHZjOIaM4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQHZjOIaM4 .carousel-indicators li.active,
.cid-uQHZjOIaM4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQHZjOIaM4 .carousel-indicators li::after,
.cid-uQHZjOIaM4 .carousel-indicators li::before {
  content: none;
}
.cid-uQHZjOIaM4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQHZjOIaM4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQHZjOIaM4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQHZjOIaM4 .carousel-indicators {
    display: none;
  }
}
.cid-uQHZjOIaM4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQHZjOIaM4 .carousel-inner > .active {
  display: block;
}
.cid-uQHZjOIaM4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQHZjOIaM4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQHZjOIaM4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQHZjOIaM4 .carousel-control,
  .cid-uQHZjOIaM4 .carousel-indicators,
  .cid-uQHZjOIaM4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQHZjOIaM4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQHZjOIaM4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQHZjOIaM4 .carousel-indicators .active,
.cid-uQHZjOIaM4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQHZjOIaM4 .carousel-indicators .active {
  background: #fff;
}
.cid-uQHZjOIaM4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQHZjOIaM4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQHZjOIaM4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQHZjOIaM4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQHZjOIaM4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQHZjOIaM4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQHZjOIaM4 .carousel {
  width: 100%;
}
.cid-uQHZjOIaM4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQHZjOIaM4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQHZjOIaM4 .modal.fade .modal-dialog,
.cid-uQHZjOIaM4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uQHZjOIaM4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQHZjOIaM4 .content-head {
  max-width: 800px;
}
.cid-uQHZjPK47U {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQHZjPK47U .muster {
  width: 100%;
}
.cid-uQHZjPK47U #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQHZjPK47U #text1,
.cid-uQHZjPK47U #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQHZjPK47U #text1,
  .cid-uQHZjPK47U #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQHZjPK47U #text1,
  .cid-uQHZjPK47U #text2 {
    font-size: 30pt;
  }
}
.cid-uQHZjPK47U .ing-bw {
  width: 100%;
}
.cid-uQHZjPK47U .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQHZjPK47U .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQHZjPK47U p,
.cid-uQHZjPK47U li,
.cid-uQHZjPK47U a {
  font-weight: 200!important;
}
.cid-uQHZjPK47U .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQHZjPK47U .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQHZjPK47U .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQHZjPK47U .big {
  margin-bottom: 30px;
}
.cid-uQHZjPK47U .big .lin a {
  font-weight: 300;
}
.cid-uQHZjPK47U .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQHZjPK47U .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQHZjPK47U .mbr-text {
    padding: 0;
  }
}
.cid-uQHZjPK47U a {
  transition: color .3s;
}
.cid-uQHZjQDJhg .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQHZjQDJhg .icon-bar {
    bottom: -60px;
  }
}
.cid-uQHZjQDJhg .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQHZjQDJhg .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQHZjQDJhg .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQHZjQDJhg .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQHZjQDJhg .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQHZjQDJhg .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQHZjQDJhg .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQHZjQDJhg .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQHZjQDJhg P {
  color: #232323;
}
.cid-uQHZjQDJhg DIV {
  color: #ffffff;
}
.cid-uQHZjQDJhg H10 {
  color: #767676;
}
.cid-uQHZjQDJhg .hidden {
  display: none;
}
.cid-uQHZjQDJhg div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQI7fHwnDH {
  z-index: 1000;
  width: 100%;
}
.cid-uQI7fHwnDH #IDmylogo {
  border-radius: 5px;
}
.cid-uQI7fHwnDH .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQI7fHwnDH .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQI7fHwnDH .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQI7fHwnDH .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQI7fHwnDH .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQI7fHwnDH .btn,
.cid-uQI7fHwnDH .btn-primary,
.cid-uQI7fHwnDH .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQI7fHwnDH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQI7fHwnDH .dropdown-menu {
  padding: 0;
}
.cid-uQI7fHwnDH .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQI7fHwnDH .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQI7fHwnDH .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQI7fHwnDH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQI7fHwnDH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQI7fHwnDH .nav-link {
  position: relative;
}
.cid-uQI7fHwnDH .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQI7fHwnDH .dropdown-menu,
.cid-uQI7fHwnDH .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQI7fHwnDH .nav-item:focus,
.cid-uQI7fHwnDH .nav-link:focus {
  outline: none;
}
.cid-uQI7fHwnDH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQI7fHwnDH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQI7fHwnDH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQI7fHwnDH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQI7fHwnDH .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQI7fHwnDH .navbar.opened {
  transition: all 0.3s;
}
.cid-uQI7fHwnDH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQI7fHwnDH .navbar .navbar-logo img {
  width: auto;
}
.cid-uQI7fHwnDH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQI7fHwnDH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQI7fHwnDH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQI7fHwnDH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQI7fHwnDH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQI7fHwnDH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQI7fHwnDH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQI7fHwnDH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQI7fHwnDH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQI7fHwnDH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQI7fHwnDH .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQI7fHwnDH .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQI7fHwnDH .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQI7fHwnDH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQI7fHwnDH .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQI7fHwnDH .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQI7fHwnDH .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .navbar-brand {
    display: none;
  }
}
.cid-uQI7fHwnDH .dropdown-item.active,
.cid-uQI7fHwnDH .dropdown-item:active {
  background-color: transparent;
}
.cid-uQI7fHwnDH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQI7fHwnDH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQI7fHwnDH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQI7fHwnDH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQI7fHwnDH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQI7fHwnDH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQI7fHwnDH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQI7fHwnDH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQI7fHwnDH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQI7fHwnDH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQI7fHwnDH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQI7fHwnDH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQI7fHwnDH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQI7fHwnDH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQI7fHwnDH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQI7fHwnDH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQI7fHwnDH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQI7fHwnDH .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQI7fHwnDH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQI7fHwnDH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQI7fHwnDH .navbar {
    height: 70px;
  }
  .cid-uQI7fHwnDH .navbar.opened {
    height: auto;
  }
  .cid-uQI7fHwnDH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQI7fHwnDH .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQI7fHwnDH .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQI7fHwnDH .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQI7fHwnDH .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQI7fHwnDH .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQI7fHwnDH .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQI7fHwnDH .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQI7fHwnDH .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQI7fHwnDH .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQI7fHwnDH .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQI7fHwnDH .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQI7fHwnDH .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQI7fHwnDH .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQI7fHwnDH .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQI7fHwnDH .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQI7fHwnDH .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQI7fHwnDH .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQI7fHwnDH .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQI7fHwnDH .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQI7fHwnDH .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQI7fHwnDH nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQI7fHwnDH .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQI7fHwnDH .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQI7fHwnDH .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQI7fHwnDH .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .image-wrapper {
    display: none;
  }
}
.cid-uQI7fHwnDH .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQI7fHwnDH .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQI7fHwnDH .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQI7fHwnDH .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQI7fHwnDH .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQI7fHwnDH .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQI7fHwnDH .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQI7fHwnDH .navbar-nav {
  display: flex !important;
}
.cid-uQI7fHwnDH .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQI7fHwnDH .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQI7fHwnDH .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQI7fHwnDH .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQI7fHwnDH .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQI7fHwnDH .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQI7fHwnDH .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQI7fHwnDH .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQI7fHwnDH .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQI7fHwnDH .offcanvas_text {
  width: 60%;
}
.cid-uQI7fHwnDH .mbr-text {
  color: #FFFFFF;
}
.cid-uQI7fHwnDH .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQI7fHwnDH .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQI7fHwnDH .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQI7fHwnDH .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQI7fHwnDH .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQI7fHwnDH .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQI7fHwnDH .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQI7fHwnDH .logo-wrap,
.cid-uQI7fHwnDH .btn-wrap,
.cid-uQI7fHwnDH .navbar-brand,
.cid-uQI7fHwnDH .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQI7fHwnDH .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQI7fHwnDH .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQI7fHwnDH .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQI7fIxSGY {
  background-image: url("../../../assets/images/kenianische-wversammlung.jpg");
}
.cid-uQI7fIxSGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQI7fIxSGY .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQI7fIxSGY .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQI7fIxSGY .item-img {
    left: -260px;
  }
}
.cid-uQI7fIxSGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQI7fIxSGY .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQI7fIxSGY .col {
    width: 40%;
  }
}
.cid-uQI7fIxSGY .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQI7fIxSGY .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQI7fIxSGY .card-wrapper .item-img,
.cid-uQI7fIxSGY .card-wrapper h1,
.cid-uQI7fIxSGY .card-wrapper h2,
.cid-uQI7fIxSGY .card-wrapper p,
.cid-uQI7fIxSGY .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQI7fIxSGY .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQI7fIxSGY .mbr-section-title {
  color: #ffffff;
}
.cid-uQI7fIxSGY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQI7fIxSGY .mbr-text,
.cid-uQI7fIxSGY .mbr-section-btn {
  color: #ffffff;
}
.cid-uQI7fJaWlY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQI7fJaWlY .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQI7fJaWlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQI7fJaWlY h4 {
  line-height: 1.2!important;
}
.cid-uQI7fJaWlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQI7fJaWlY .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQI7fJaWlY .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQI7fJaWlY .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQI7fJaWlY .container {
    padding: 0 22px;
  }
}
.cid-uQI7fJaWlY .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQI7fJaWlY .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQI7fJaWlY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQI7fJaWlY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQI7fJaWlY .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQI7fJaWlY .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQI7fJaWlY .item:hover .item-wrapper .item-img img,
.cid-uQI7fJaWlY .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQI7fJaWlY .item:hover .item-wrapper .item-img::before,
.cid-uQI7fJaWlY .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQI7fJaWlY .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQI7fJaWlY .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQI7fJaWlY .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQI7fJaWlY .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQI7fJaWlY .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQI7fJaWlY .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQI7fJaWlY .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQI7fJaWlY .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQI7fJaWlY .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQI7fJaWlY .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQI7fJaWlY .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQI7fJaWlY .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQI7fJaWlY .item a {
  display: block;
}
.cid-uQI7fJaWlY .mbr-section-title {
  color: #ffffff;
}
.cid-uQI7fJaWlY .mbr-desc {
  color: #000000;
}
.cid-uQI7fJaWlY .card-title {
  color: #ffffff;
}
.cid-uQI7fJaWlY .mbr-section-title,
.cid-uQI7fJaWlY .mbr-section-btn {
  color: #000000;
}
.cid-uQI7fJaWlY .card-title,
.cid-uQI7fJaWlY .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQI7fJOoZj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQI7fJOoZj .btn {
  font-weight: 300 !important;
}
.cid-uQI7fJOoZj .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQI7fJOoZj .container {
    padding: 22px;
  }
}
.cid-uQI7fJOoZj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQI7fJOoZj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQI7fJOoZj .embla__slide .slide-content {
  width: 100%;
}
.cid-uQI7fJOoZj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQI7fJOoZj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQI7fJOoZj .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQI7fJOoZj .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQI7fJOoZj .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQI7fJOoZj .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQI7fJOoZj .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQI7fJOoZj .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQI7fJOoZj .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQI7fJOoZj .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQI7fJOoZj .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQI7fJOoZj .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQI7fJOoZj .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQI7fJOoZj .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQI7fJOoZj .embla__slide .slide-content a {
  display: block;
}
.cid-uQI7fJOoZj .embla__button--next,
.cid-uQI7fJOoZj .embla__button--prev {
  display: flex;
}
.cid-uQI7fJOoZj .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQI7fJOoZj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQI7fJOoZj .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQI7fJOoZj .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQI7fJOoZj .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQI7fJOoZj .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQI7fJOoZj .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQI7fJOoZj .card {
  justify-content: center;
}
.cid-uQI7fJOoZj .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQI7fJOoZj .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQI7fJOoZj .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQI7fJOoZj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQI7fJOoZj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQI7fJOoZj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQI7fJOoZj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQI7fJOoZj .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQI7fJOoZj .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQI7fJOoZj .mbr-section-title {
  color: #ffffff;
}
.cid-uQI7fJOoZj .mbr-text {
  color: #000000;
}
.cid-uQI7fJOoZj .mbr-section-title,
.cid-uQI7fJOoZj .mbr-section-btn {
  color: #000000;
}
.cid-uQI7fKD6G5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQI7fKD6G5 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fKD6G5 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fKD6G5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQI7fKD6G5 .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-uQI7fKD6G5 .container {
    padding: 0 15px;
  }
}
.cid-uQI7fKD6G5 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQI7fKD6G5 .image-wrapper {
  position: relative;
}
.cid-uQI7fKD6G5 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQI7fKD6G5 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQI7fKD6G5 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQI7fKD6G5 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQI7fKD6G5 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQI7fKD6G5 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQI7fKD6G5 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQI7fKD6G5 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQI7fKD6G5 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQI7fKD6G5 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQI7fKD6G5 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQI7fKD6G5 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQI7fKD6G5 .mbr-text {
  color: #f7f5f6;
}
.cid-uQI7fKD6G5 .item-name {
  color: #000000;
}
.cid-uQI7fKD6G5 .item-role {
  color: #68707c;
}
.cid-uQI7fKD6G5 .mbr-text,
.cid-uQI7fKD6G5 .icon-wrapper {
  color: #000000;
}
.cid-uQI7fLnTyf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQI7fLnTyf .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fLnTyf .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fLnTyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQI7fLnTyf .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-uQI7fLnTyf .container {
    padding: 0 15px;
  }
}
.cid-uQI7fLnTyf .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQI7fLnTyf .image-wrapper {
  position: relative;
}
.cid-uQI7fLnTyf .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQI7fLnTyf .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQI7fLnTyf .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQI7fLnTyf .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQI7fLnTyf .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQI7fLnTyf .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQI7fLnTyf .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQI7fLnTyf .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQI7fLnTyf .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQI7fLnTyf .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQI7fLnTyf .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQI7fLnTyf .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQI7fLnTyf .mbr-text {
  color: #f7f5f6;
}
.cid-uQI7fLnTyf .item-name {
  color: #000000;
}
.cid-uQI7fLnTyf .item-role {
  color: #68707c;
}
.cid-uQI7fLnTyf .mbr-text,
.cid-uQI7fLnTyf .icon-wrapper {
  color: #000000;
}
.cid-uQI7fLYlf3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQI7fLYlf3 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fLYlf3 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fLYlf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQI7fLYlf3 .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-uQI7fLYlf3 .container {
    padding: 0 15px;
  }
}
.cid-uQI7fLYlf3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQI7fLYlf3 .image-wrapper {
  position: relative;
}
.cid-uQI7fLYlf3 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQI7fLYlf3 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQI7fLYlf3 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQI7fLYlf3 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQI7fLYlf3 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQI7fLYlf3 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQI7fLYlf3 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQI7fLYlf3 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQI7fLYlf3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQI7fLYlf3 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQI7fLYlf3 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQI7fLYlf3 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQI7fLYlf3 .mbr-text {
  color: #f7f5f6;
}
.cid-uQI7fLYlf3 .item-name {
  color: #000000;
}
.cid-uQI7fLYlf3 .item-role {
  color: #68707c;
}
.cid-uQI7fLYlf3 .mbr-text,
.cid-uQI7fLYlf3 .icon-wrapper {
  color: #000000;
}
.cid-uQI7fNe01r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQI7fNe01r .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fNe01r .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fNe01r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQI7fNe01r .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-uQI7fNe01r .container {
    padding: 0 15px;
  }
}
.cid-uQI7fNe01r .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQI7fNe01r .image-wrapper {
  position: relative;
}
.cid-uQI7fNe01r .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQI7fNe01r .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQI7fNe01r .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQI7fNe01r .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQI7fNe01r .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQI7fNe01r .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQI7fNe01r .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQI7fNe01r .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQI7fNe01r .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQI7fNe01r .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQI7fNe01r .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQI7fNe01r .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQI7fNe01r .mbr-text {
  color: #f7f5f6;
}
.cid-uQI7fNe01r .item-name {
  color: #000000;
}
.cid-uQI7fNe01r .item-role {
  color: #68707c;
}
.cid-uQI7fNe01r .mbr-text,
.cid-uQI7fNe01r .icon-wrapper {
  color: #000000;
}
.cid-uQI7fMzRGS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQI7fMzRGS .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fMzRGS .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQI7fMzRGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQI7fMzRGS .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-uQI7fMzRGS .container {
    padding: 0 15px;
  }
}
.cid-uQI7fMzRGS .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQI7fMzRGS .image-wrapper {
  position: relative;
}
.cid-uQI7fMzRGS .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQI7fMzRGS .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQI7fMzRGS .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQI7fMzRGS .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQI7fMzRGS .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQI7fMzRGS .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQI7fMzRGS .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQI7fMzRGS .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQI7fMzRGS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQI7fMzRGS .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQI7fMzRGS .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQI7fMzRGS .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQI7fMzRGS .mbr-text {
  color: #f7f5f6;
}
.cid-uQI7fMzRGS .item-name {
  color: #000000;
}
.cid-uQI7fMzRGS .item-role {
  color: #68707c;
}
.cid-uQI7fMzRGS .mbr-text,
.cid-uQI7fMzRGS .icon-wrapper {
  color: #000000;
}
.cid-uQI7fNSp4e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQI7fNSp4e hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQI7fNSp4e .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQI7fNSp4e .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQI7fOp7X5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQI7fOp7X5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQI7fOp7X5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQI7fOp7X5 ul.haken,
.cid-uQI7fOp7X5 ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQI7fOp7X5 ul.haken li,
.cid-uQI7fOp7X5 ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQI7fOp7X5 ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQI7fOp7X5 ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQI7fP8ixF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQI7fP8ixF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQI7fP8ixF .item {
    margin-bottom: 1rem;
  }
}
.cid-uQI7fP8ixF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQI7fP8ixF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQI7fP8ixF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQI7fP8ixF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQI7fP8ixF .carousel-control,
.cid-uQI7fP8ixF .close {
  background: #1b1b1b;
}
.cid-uQI7fP8ixF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQI7fP8ixF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQI7fP8ixF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQI7fP8ixF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQI7fP8ixF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQI7fP8ixF .close::before {
  content: '\e91a';
}
.cid-uQI7fP8ixF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQI7fP8ixF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQI7fP8ixF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQI7fP8ixF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQI7fP8ixF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQI7fP8ixF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQI7fP8ixF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQI7fP8ixF .carousel-indicators li.active,
.cid-uQI7fP8ixF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQI7fP8ixF .carousel-indicators li::after,
.cid-uQI7fP8ixF .carousel-indicators li::before {
  content: none;
}
.cid-uQI7fP8ixF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQI7fP8ixF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQI7fP8ixF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQI7fP8ixF .carousel-indicators {
    display: none;
  }
}
.cid-uQI7fP8ixF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQI7fP8ixF .carousel-inner > .active {
  display: block;
}
.cid-uQI7fP8ixF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQI7fP8ixF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQI7fP8ixF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQI7fP8ixF .carousel-control,
  .cid-uQI7fP8ixF .carousel-indicators,
  .cid-uQI7fP8ixF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQI7fP8ixF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQI7fP8ixF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQI7fP8ixF .carousel-indicators .active,
.cid-uQI7fP8ixF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQI7fP8ixF .carousel-indicators .active {
  background: #fff;
}
.cid-uQI7fP8ixF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQI7fP8ixF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQI7fP8ixF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQI7fP8ixF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQI7fP8ixF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQI7fP8ixF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQI7fP8ixF .carousel {
  width: 100%;
}
.cid-uQI7fP8ixF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQI7fP8ixF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQI7fP8ixF .modal.fade .modal-dialog,
.cid-uQI7fP8ixF .modal.in .modal-dialog {
  transform: none;
}
.cid-uQI7fP8ixF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQI7fP8ixF .content-head {
  max-width: 800px;
}
.cid-uQI7fPZCR9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQI7fPZCR9 .muster {
  width: 100%;
}
.cid-uQI7fPZCR9 #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQI7fPZCR9 #text1,
.cid-uQI7fPZCR9 #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQI7fPZCR9 #text1,
  .cid-uQI7fPZCR9 #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQI7fPZCR9 #text1,
  .cid-uQI7fPZCR9 #text2 {
    font-size: 30pt;
  }
}
.cid-uQI7fPZCR9 .ing-bw {
  width: 100%;
}
.cid-uQI7fPZCR9 .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQI7fPZCR9 .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQI7fPZCR9 p,
.cid-uQI7fPZCR9 li,
.cid-uQI7fPZCR9 a {
  font-weight: 200!important;
}
.cid-uQI7fPZCR9 .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQI7fPZCR9 .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQI7fPZCR9 .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQI7fPZCR9 .big {
  margin-bottom: 30px;
}
.cid-uQI7fPZCR9 .big .lin a {
  font-weight: 300;
}
.cid-uQI7fPZCR9 .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQI7fPZCR9 .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQI7fPZCR9 .mbr-text {
    padding: 0;
  }
}
.cid-uQI7fPZCR9 a {
  transition: color .3s;
}
.cid-uQI7fQJ1z2 .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQI7fQJ1z2 .icon-bar {
    bottom: -60px;
  }
}
.cid-uQI7fQJ1z2 .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQI7fQJ1z2 .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQI7fQJ1z2 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQI7fQJ1z2 .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQI7fQJ1z2 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQI7fQJ1z2 .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQI7fQJ1z2 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQI7fQJ1z2 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQI7fQJ1z2 P {
  color: #232323;
}
.cid-uQI7fQJ1z2 DIV {
  color: #ffffff;
}
.cid-uQI7fQJ1z2 H10 {
  color: #767676;
}
.cid-uQI7fQJ1z2 .hidden {
  display: none;
}
.cid-uQI7fQJ1z2 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQIhNFIVau {
  z-index: 1000;
  width: 100%;
}
.cid-uQIhNFIVau #IDmylogo {
  border-radius: 5px;
}
.cid-uQIhNFIVau .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQIhNFIVau .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQIhNFIVau .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQIhNFIVau .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQIhNFIVau .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQIhNFIVau .btn,
.cid-uQIhNFIVau .btn-primary,
.cid-uQIhNFIVau .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQIhNFIVau .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQIhNFIVau .dropdown-menu {
  padding: 0;
}
.cid-uQIhNFIVau .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQIhNFIVau .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQIhNFIVau .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQIhNFIVau .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQIhNFIVau .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQIhNFIVau .nav-link {
  position: relative;
}
.cid-uQIhNFIVau .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQIhNFIVau .dropdown-menu,
.cid-uQIhNFIVau .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQIhNFIVau .nav-item:focus,
.cid-uQIhNFIVau .nav-link:focus {
  outline: none;
}
.cid-uQIhNFIVau .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQIhNFIVau .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQIhNFIVau .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQIhNFIVau .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQIhNFIVau .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQIhNFIVau .navbar.opened {
  transition: all 0.3s;
}
.cid-uQIhNFIVau .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQIhNFIVau .navbar .navbar-logo img {
  width: auto;
}
.cid-uQIhNFIVau .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQIhNFIVau .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQIhNFIVau .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQIhNFIVau .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQIhNFIVau .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQIhNFIVau .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQIhNFIVau .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQIhNFIVau .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQIhNFIVau .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQIhNFIVau .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQIhNFIVau .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQIhNFIVau .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQIhNFIVau .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQIhNFIVau .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQIhNFIVau .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQIhNFIVau .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIhNFIVau .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .navbar-brand {
    display: none;
  }
}
.cid-uQIhNFIVau .dropdown-item.active,
.cid-uQIhNFIVau .dropdown-item:active {
  background-color: transparent;
}
.cid-uQIhNFIVau .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQIhNFIVau .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQIhNFIVau .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQIhNFIVau .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQIhNFIVau .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQIhNFIVau .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQIhNFIVau ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQIhNFIVau button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQIhNFIVau button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQIhNFIVau button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQIhNFIVau button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQIhNFIVau button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQIhNFIVau button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQIhNFIVau nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQIhNFIVau nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQIhNFIVau nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQIhNFIVau nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQIhNFIVau .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQIhNFIVau a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQIhNFIVau .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQIhNFIVau .navbar {
    height: 70px;
  }
  .cid-uQIhNFIVau .navbar.opened {
    height: auto;
  }
  .cid-uQIhNFIVau .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQIhNFIVau .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQIhNFIVau .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQIhNFIVau .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQIhNFIVau .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQIhNFIVau .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQIhNFIVau .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQIhNFIVau .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQIhNFIVau .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQIhNFIVau .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQIhNFIVau .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQIhNFIVau .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQIhNFIVau .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQIhNFIVau .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQIhNFIVau .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQIhNFIVau .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQIhNFIVau .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQIhNFIVau .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQIhNFIVau .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQIhNFIVau .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQIhNFIVau .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQIhNFIVau nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQIhNFIVau .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQIhNFIVau .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQIhNFIVau .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQIhNFIVau .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .image-wrapper {
    display: none;
  }
}
.cid-uQIhNFIVau .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQIhNFIVau .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQIhNFIVau .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQIhNFIVau .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIhNFIVau .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQIhNFIVau .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQIhNFIVau .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQIhNFIVau .navbar-nav {
  display: flex !important;
}
.cid-uQIhNFIVau .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQIhNFIVau .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQIhNFIVau .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQIhNFIVau .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQIhNFIVau .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQIhNFIVau .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIhNFIVau .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQIhNFIVau .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQIhNFIVau .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQIhNFIVau .offcanvas_text {
  width: 60%;
}
.cid-uQIhNFIVau .mbr-text {
  color: #FFFFFF;
}
.cid-uQIhNFIVau .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQIhNFIVau .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQIhNFIVau .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQIhNFIVau .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQIhNFIVau .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQIhNFIVau .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQIhNFIVau .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQIhNFIVau .logo-wrap,
.cid-uQIhNFIVau .btn-wrap,
.cid-uQIhNFIVau .navbar-brand,
.cid-uQIhNFIVau .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQIhNFIVau .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQIhNFIVau .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQIhNFIVau .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQIhNGmxQM {
  background-image: url("../../../assets/images/fisherman-4678667.jpg");
}
.cid-uQIhNGmxQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIhNGmxQM .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQIhNGmxQM .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQIhNGmxQM .item-img {
    left: -260px;
  }
}
.cid-uQIhNGmxQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQIhNGmxQM .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQIhNGmxQM .col {
    width: 40%;
  }
}
.cid-uQIhNGmxQM .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQIhNGmxQM .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQIhNGmxQM .card-wrapper .item-img,
.cid-uQIhNGmxQM .card-wrapper h1,
.cid-uQIhNGmxQM .card-wrapper h2,
.cid-uQIhNGmxQM .card-wrapper p,
.cid-uQIhNGmxQM .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQIhNGmxQM .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQIhNGmxQM .mbr-section-title {
  color: #ffffff;
}
.cid-uQIhNGmxQM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQIhNGmxQM .mbr-text,
.cid-uQIhNGmxQM .mbr-section-btn {
  color: #ffffff;
}
.cid-uQK4j6vovI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQK4j6vovI .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQK4j6vovI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQK4j6vovI h4 {
  line-height: 1.2!important;
}
.cid-uQK4j6vovI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQK4j6vovI .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQK4j6vovI .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQK4j6vovI .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQK4j6vovI .container {
    padding: 0 22px;
  }
}
.cid-uQK4j6vovI .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQK4j6vovI .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQK4j6vovI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQK4j6vovI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQK4j6vovI .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQK4j6vovI .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQK4j6vovI .item:hover .item-wrapper .item-img img,
.cid-uQK4j6vovI .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQK4j6vovI .item:hover .item-wrapper .item-img::before,
.cid-uQK4j6vovI .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQK4j6vovI .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQK4j6vovI .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQK4j6vovI .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQK4j6vovI .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQK4j6vovI .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQK4j6vovI .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQK4j6vovI .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQK4j6vovI .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQK4j6vovI .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQK4j6vovI .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQK4j6vovI .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQK4j6vovI .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQK4j6vovI .item a {
  display: block;
}
.cid-uQK4j6vovI .mbr-section-title {
  color: #ffffff;
}
.cid-uQK4j6vovI .mbr-desc {
  color: #000000;
}
.cid-uQK4j6vovI .card-title {
  color: #ffffff;
}
.cid-uQK4j6vovI .mbr-section-title,
.cid-uQK4j6vovI .mbr-section-btn {
  color: #000000;
}
.cid-uQK4j6vovI .card-title,
.cid-uQK4j6vovI .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQIhNHyQFY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffbf9;
}
.cid-uQIhNHyQFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIhNHyQFY .btn {
  font-weight: 300 !important;
}
.cid-uQIhNHyQFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIhNHyQFY .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  outline: 1px solid #00000044;
  outline-offset: 5px;
}
.cid-uQIhNHyQFY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQIhNHyQFY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uQIhNHyQFY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uQIhNHyQFY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uQIhNHyQFY .row {
  flex-direction: row-reverse;
}
.cid-uQIhNHyQFY .image-wrapper {
  padding: 0 1rem;
}
.cid-uQIhNHyQFY img,
.cid-uQIhNHyQFY .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQIhNHyQFY img,
  .cid-uQIhNHyQFY .image-wrapper {
    max-height: 350px;
  }
}
.cid-uQIhNHyQFY .mbr-section-title {
  color: #000000;
}
.cid-uQIhNHyQFY .mbr-text {
  color: #000000;
}
.cid-uQIhNI0F2f {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
.cid-uQIhNI0F2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIhNI0F2f .btn {
  font-weight: 300 !important;
}
.cid-uQIhNI0F2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIhNI0F2f .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uQIhNI0F2f .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uQIhNI0F2f .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uQIhNI0F2f .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uQIhNI0F2f .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uQIhNI0F2f .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQIhNI0F2f .content-wrapper {
    display: block;
  }
}
.cid-uQIhNI0F2f .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQIhNI0F2f .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQIhNI0F2f .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQIhNI0F2f .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQIhNI0F2f .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQIhNI0F2f .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQIhNI0F2f .item {
    margin-bottom: 32px;
  }
}
.cid-uQIhNI0F2f .item .item-wrapper {
  height: 100%;
}
.cid-uQIhNI0F2f .item .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQIhNI0F2f .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uQIhNI0F2f .item .item-wrapper .item-img img {
  border: 1px solid black;
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  outline: 1px solid #ffffff99;
  outline-offset: -5px;
  transition: transform 0.4s ease;
}
@media (max-width: 992px) {
  .cid-uQIhNI0F2f .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQIhNI0F2f .item .item-wrapper .item-img img:hover {
  transform: scale(1.05);
}
.cid-uQIhNI0F2f .item .item-wrapper .item-content .item-name {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQIhNI0F2f .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uQIhNI0F2f .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQIhNI0F2f .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-uQIhNI0F2f .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uQIhNI0F2f .mbr-label {
  color: #000000;
}
.cid-uQIhNI0F2f .mbr-section-title {
  color: #c10b02;
}
.cid-uQIhNI0F2f .mbr-text {
  color: #000000;
}
.cid-uQIhNI0F2f .item-name {
  color: #c10b02;
}
.cid-uQIhNI0F2f .item-text {
  color: #000000;
}
.cid-uQIhNI0F2f .mbr-section-title,
.cid-uQIhNI0F2f .mbr-section-btn {
  color: #000000;
}
.cid-uQIhNINAYO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uQIhNINAYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIhNINAYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIhNINAYO img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 1px #c14502;
  border-radius: 3px;
}
.cid-uQIhNINAYO .img-wide {
  height: 50%;
}
.cid-uQIhNINAYO .img-big {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQIhNINAYO .img-big {
    padding-bottom: 2rem!important;
  }
}
@media (max-width: 992px) {
  .cid-uQIhNINAYO .small-pic {
    padding-bottom: 2rem!important;
  }
}
.cid-uQIhNINAYO .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-uQIhNINAYO .video-container {
    height: 300px;
  }
}
.cid-uQIhNINAYO .video {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQIhNJul2R {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQIhNJul2R .muster {
  width: 100%;
}
.cid-uQIhNJul2R #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQIhNJul2R #text1,
.cid-uQIhNJul2R #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQIhNJul2R #text1,
  .cid-uQIhNJul2R #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQIhNJul2R #text1,
  .cid-uQIhNJul2R #text2 {
    font-size: 30pt;
  }
}
.cid-uQIhNJul2R .ing-bw {
  width: 100%;
}
.cid-uQIhNJul2R .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQIhNJul2R .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQIhNJul2R p,
.cid-uQIhNJul2R li,
.cid-uQIhNJul2R a {
  font-weight: 200!important;
}
.cid-uQIhNJul2R .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQIhNJul2R .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQIhNJul2R .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQIhNJul2R .big {
  margin-bottom: 30px;
}
.cid-uQIhNJul2R .big .lin a {
  font-weight: 300;
}
.cid-uQIhNJul2R .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQIhNJul2R .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQIhNJul2R .mbr-text {
    padding: 0;
  }
}
.cid-uQIhNJul2R a {
  transition: color .3s;
}
.cid-uQIhNKdhpd .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQIhNKdhpd .icon-bar {
    bottom: -60px;
  }
}
.cid-uQIhNKdhpd .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQIhNKdhpd .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQIhNKdhpd .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQIhNKdhpd .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQIhNKdhpd .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQIhNKdhpd .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQIhNKdhpd .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQIhNKdhpd .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQIhNKdhpd P {
  color: #232323;
}
.cid-uQIhNKdhpd DIV {
  color: #ffffff;
}
.cid-uQIhNKdhpd H10 {
  color: #767676;
}
.cid-uQIhNKdhpd .hidden {
  display: none;
}
.cid-uQIhNKdhpd div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQIuHGRexx {
  z-index: 1000;
  width: 100%;
}
.cid-uQIuHGRexx #IDmylogo {
  border-radius: 5px;
}
.cid-uQIuHGRexx .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQIuHGRexx .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQIuHGRexx .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQIuHGRexx .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQIuHGRexx .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQIuHGRexx .btn,
.cid-uQIuHGRexx .btn-primary,
.cid-uQIuHGRexx .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQIuHGRexx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQIuHGRexx .dropdown-menu {
  padding: 0;
}
.cid-uQIuHGRexx .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQIuHGRexx .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQIuHGRexx .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQIuHGRexx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQIuHGRexx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQIuHGRexx .nav-link {
  position: relative;
}
.cid-uQIuHGRexx .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQIuHGRexx .dropdown-menu,
.cid-uQIuHGRexx .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQIuHGRexx .nav-item:focus,
.cid-uQIuHGRexx .nav-link:focus {
  outline: none;
}
.cid-uQIuHGRexx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQIuHGRexx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQIuHGRexx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQIuHGRexx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQIuHGRexx .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQIuHGRexx .navbar.opened {
  transition: all 0.3s;
}
.cid-uQIuHGRexx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQIuHGRexx .navbar .navbar-logo img {
  width: auto;
}
.cid-uQIuHGRexx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQIuHGRexx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQIuHGRexx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQIuHGRexx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQIuHGRexx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQIuHGRexx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQIuHGRexx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQIuHGRexx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQIuHGRexx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQIuHGRexx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQIuHGRexx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQIuHGRexx .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQIuHGRexx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQIuHGRexx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQIuHGRexx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQIuHGRexx .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIuHGRexx .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .navbar-brand {
    display: none;
  }
}
.cid-uQIuHGRexx .dropdown-item.active,
.cid-uQIuHGRexx .dropdown-item:active {
  background-color: transparent;
}
.cid-uQIuHGRexx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQIuHGRexx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQIuHGRexx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQIuHGRexx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQIuHGRexx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQIuHGRexx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQIuHGRexx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQIuHGRexx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQIuHGRexx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQIuHGRexx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQIuHGRexx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQIuHGRexx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQIuHGRexx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQIuHGRexx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQIuHGRexx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQIuHGRexx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQIuHGRexx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQIuHGRexx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQIuHGRexx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQIuHGRexx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQIuHGRexx .navbar {
    height: 70px;
  }
  .cid-uQIuHGRexx .navbar.opened {
    height: auto;
  }
  .cid-uQIuHGRexx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQIuHGRexx .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQIuHGRexx .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQIuHGRexx .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQIuHGRexx .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQIuHGRexx .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQIuHGRexx .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQIuHGRexx .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQIuHGRexx .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQIuHGRexx .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQIuHGRexx .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQIuHGRexx .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQIuHGRexx .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQIuHGRexx .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQIuHGRexx .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQIuHGRexx .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQIuHGRexx .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQIuHGRexx .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQIuHGRexx .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQIuHGRexx .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQIuHGRexx .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQIuHGRexx nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQIuHGRexx .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQIuHGRexx .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQIuHGRexx .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQIuHGRexx .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .image-wrapper {
    display: none;
  }
}
.cid-uQIuHGRexx .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQIuHGRexx .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQIuHGRexx .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQIuHGRexx .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIuHGRexx .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQIuHGRexx .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQIuHGRexx .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQIuHGRexx .navbar-nav {
  display: flex !important;
}
.cid-uQIuHGRexx .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQIuHGRexx .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQIuHGRexx .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQIuHGRexx .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQIuHGRexx .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQIuHGRexx .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIuHGRexx .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQIuHGRexx .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQIuHGRexx .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQIuHGRexx .offcanvas_text {
  width: 60%;
}
.cid-uQIuHGRexx .mbr-text {
  color: #FFFFFF;
}
.cid-uQIuHGRexx .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQIuHGRexx .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQIuHGRexx .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQIuHGRexx .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQIuHGRexx .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQIuHGRexx .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQIuHGRexx .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQIuHGRexx .logo-wrap,
.cid-uQIuHGRexx .btn-wrap,
.cid-uQIuHGRexx .navbar-brand,
.cid-uQIuHGRexx .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQIuHGRexx .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQIuHGRexx .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQIuHGRexx .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQIuHHqOT4 {
  background-image: url("../../../assets/images/adobestock-294015175.jpeg");
}
.cid-uQIuHHqOT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIuHHqOT4 .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQIuHHqOT4 .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQIuHHqOT4 .item-img {
    left: -260px;
  }
}
.cid-uQIuHHqOT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQIuHHqOT4 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQIuHHqOT4 .col {
    width: 40%;
  }
}
.cid-uQIuHHqOT4 .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQIuHHqOT4 .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQIuHHqOT4 .card-wrapper .item-img,
.cid-uQIuHHqOT4 .card-wrapper h1,
.cid-uQIuHHqOT4 .card-wrapper h2,
.cid-uQIuHHqOT4 .card-wrapper p,
.cid-uQIuHHqOT4 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQIuHHqOT4 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQIuHHqOT4 .mbr-section-title {
  color: #ffffff;
}
.cid-uQIuHHqOT4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQIuHHqOT4 .mbr-text,
.cid-uQIuHHqOT4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQLjyshW6e {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQLjyshW6e .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQLjyshW6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLjyshW6e h4 {
  line-height: 1.2!important;
}
.cid-uQLjyshW6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLjyshW6e .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQLjyshW6e .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQLjyshW6e .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQLjyshW6e .container {
    padding: 0 22px;
  }
}
.cid-uQLjyshW6e .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQLjyshW6e .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQLjyshW6e .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQLjyshW6e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQLjyshW6e .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQLjyshW6e .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQLjyshW6e .item:hover .item-wrapper .item-img img,
.cid-uQLjyshW6e .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQLjyshW6e .item:hover .item-wrapper .item-img::before,
.cid-uQLjyshW6e .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQLjyshW6e .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQLjyshW6e .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQLjyshW6e .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQLjyshW6e .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQLjyshW6e .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQLjyshW6e .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQLjyshW6e .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQLjyshW6e .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQLjyshW6e .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQLjyshW6e .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQLjyshW6e .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQLjyshW6e .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQLjyshW6e .item a {
  display: block;
}
.cid-uQLjyshW6e .mbr-section-title {
  color: #ffffff;
}
.cid-uQLjyshW6e .mbr-desc {
  color: #000000;
}
.cid-uQLjyshW6e .card-title {
  color: #ffffff;
}
.cid-uQLjyshW6e .mbr-section-title,
.cid-uQLjyshW6e .mbr-section-btn {
  color: #000000;
}
.cid-uQLjyshW6e .card-title,
.cid-uQLjyshW6e .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQIuHIWbCm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
.cid-uQIuHIWbCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIuHIWbCm .btn {
  font-weight: 300 !important;
}
.cid-uQIuHIWbCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIuHIWbCm .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uQIuHIWbCm .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uQIuHIWbCm .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uQIuHIWbCm .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uQIuHIWbCm .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uQIuHIWbCm .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQIuHIWbCm .content-wrapper {
    display: block;
  }
}
.cid-uQIuHIWbCm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQIuHIWbCm .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQIuHIWbCm .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQIuHIWbCm .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQIuHIWbCm .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQIuHIWbCm .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQIuHIWbCm .item {
    margin-bottom: 32px;
  }
}
.cid-uQIuHIWbCm .item .item-wrapper {
  height: 100%;
}
.cid-uQIuHIWbCm .item .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQIuHIWbCm .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uQIuHIWbCm .item .item-wrapper .item-img img {
  border: 1px solid black;
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  outline: 1px solid #ffffff99;
  outline-offset: -5px;
  transition: transform 0.4s ease;
}
@media (max-width: 992px) {
  .cid-uQIuHIWbCm .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQIuHIWbCm .item .item-wrapper .item-img img:hover {
  transform: scale(1.05);
}
.cid-uQIuHIWbCm .item .item-wrapper .item-content .item-name {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQIuHIWbCm .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uQIuHIWbCm .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQIuHIWbCm .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-uQIuHIWbCm .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uQIuHIWbCm .mbr-label {
  color: #000000;
}
.cid-uQIuHIWbCm .mbr-section-title {
  color: #c10b02;
}
.cid-uQIuHIWbCm .mbr-text {
  color: #000000;
}
.cid-uQIuHIWbCm .item-name {
  color: #c10b02;
}
.cid-uQIuHIWbCm .item-text {
  color: #000000;
}
.cid-uQIuHIWbCm .mbr-section-title,
.cid-uQIuHIWbCm .mbr-section-btn {
  color: #000000;
}
.cid-uQIuHJJVmp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uQIuHJJVmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIuHJJVmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIuHJJVmp img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 1px #c14502;
  border-radius: 3px;
}
.cid-uQIuHJJVmp .img-wide {
  height: 50%;
}
.cid-uQIuHJJVmp .img-big {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQIuHJJVmp .img-big {
    padding-bottom: 2rem!important;
  }
}
@media (max-width: 992px) {
  .cid-uQIuHJJVmp .small-pic {
    padding-bottom: 2rem!important;
  }
}
.cid-uQIuHJJVmp .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-uQIuHJJVmp .video-container {
    height: 300px;
  }
}
.cid-uQIuHJJVmp .video {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQIuHKi8r3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQIuHKi8r3 .muster {
  width: 100%;
}
.cid-uQIuHKi8r3 #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQIuHKi8r3 #text1,
.cid-uQIuHKi8r3 #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQIuHKi8r3 #text1,
  .cid-uQIuHKi8r3 #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQIuHKi8r3 #text1,
  .cid-uQIuHKi8r3 #text2 {
    font-size: 30pt;
  }
}
.cid-uQIuHKi8r3 .ing-bw {
  width: 100%;
}
.cid-uQIuHKi8r3 .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQIuHKi8r3 .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQIuHKi8r3 p,
.cid-uQIuHKi8r3 li,
.cid-uQIuHKi8r3 a {
  font-weight: 200!important;
}
.cid-uQIuHKi8r3 .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQIuHKi8r3 .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQIuHKi8r3 .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQIuHKi8r3 .big {
  margin-bottom: 30px;
}
.cid-uQIuHKi8r3 .big .lin a {
  font-weight: 300;
}
.cid-uQIuHKi8r3 .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQIuHKi8r3 .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQIuHKi8r3 .mbr-text {
    padding: 0;
  }
}
.cid-uQIuHKi8r3 a {
  transition: color .3s;
}
.cid-uQIuHKU9TB .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQIuHKU9TB .icon-bar {
    bottom: -60px;
  }
}
.cid-uQIuHKU9TB .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQIuHKU9TB .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQIuHKU9TB .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQIuHKU9TB .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQIuHKU9TB .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQIuHKU9TB .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQIuHKU9TB .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQIuHKU9TB .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQIuHKU9TB P {
  color: #232323;
}
.cid-uQIuHKU9TB DIV {
  color: #ffffff;
}
.cid-uQIuHKU9TB H10 {
  color: #767676;
}
.cid-uQIuHKU9TB .hidden {
  display: none;
}
.cid-uQIuHKU9TB div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQIHoC6Hwd {
  z-index: 1000;
  width: 100%;
}
.cid-uQIHoC6Hwd #IDmylogo {
  border-radius: 5px;
}
.cid-uQIHoC6Hwd .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQIHoC6Hwd .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQIHoC6Hwd .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQIHoC6Hwd .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQIHoC6Hwd .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQIHoC6Hwd .btn,
.cid-uQIHoC6Hwd .btn-primary,
.cid-uQIHoC6Hwd .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQIHoC6Hwd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQIHoC6Hwd .dropdown-menu {
  padding: 0;
}
.cid-uQIHoC6Hwd .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQIHoC6Hwd .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQIHoC6Hwd .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQIHoC6Hwd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQIHoC6Hwd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQIHoC6Hwd .nav-link {
  position: relative;
}
.cid-uQIHoC6Hwd .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQIHoC6Hwd .dropdown-menu,
.cid-uQIHoC6Hwd .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQIHoC6Hwd .nav-item:focus,
.cid-uQIHoC6Hwd .nav-link:focus {
  outline: none;
}
.cid-uQIHoC6Hwd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQIHoC6Hwd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQIHoC6Hwd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQIHoC6Hwd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQIHoC6Hwd .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQIHoC6Hwd .navbar.opened {
  transition: all 0.3s;
}
.cid-uQIHoC6Hwd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQIHoC6Hwd .navbar .navbar-logo img {
  width: auto;
}
.cid-uQIHoC6Hwd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQIHoC6Hwd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQIHoC6Hwd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQIHoC6Hwd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQIHoC6Hwd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQIHoC6Hwd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQIHoC6Hwd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQIHoC6Hwd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQIHoC6Hwd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQIHoC6Hwd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQIHoC6Hwd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQIHoC6Hwd .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQIHoC6Hwd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQIHoC6Hwd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQIHoC6Hwd .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQIHoC6Hwd .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIHoC6Hwd .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .navbar-brand {
    display: none;
  }
}
.cid-uQIHoC6Hwd .dropdown-item.active,
.cid-uQIHoC6Hwd .dropdown-item:active {
  background-color: transparent;
}
.cid-uQIHoC6Hwd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQIHoC6Hwd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQIHoC6Hwd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQIHoC6Hwd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQIHoC6Hwd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQIHoC6Hwd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQIHoC6Hwd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQIHoC6Hwd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQIHoC6Hwd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQIHoC6Hwd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQIHoC6Hwd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQIHoC6Hwd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQIHoC6Hwd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQIHoC6Hwd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQIHoC6Hwd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQIHoC6Hwd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQIHoC6Hwd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQIHoC6Hwd .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQIHoC6Hwd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQIHoC6Hwd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQIHoC6Hwd .navbar {
    height: 70px;
  }
  .cid-uQIHoC6Hwd .navbar.opened {
    height: auto;
  }
  .cid-uQIHoC6Hwd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQIHoC6Hwd .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQIHoC6Hwd .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQIHoC6Hwd .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQIHoC6Hwd .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQIHoC6Hwd .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQIHoC6Hwd .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQIHoC6Hwd .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQIHoC6Hwd .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQIHoC6Hwd .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQIHoC6Hwd .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQIHoC6Hwd .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQIHoC6Hwd .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQIHoC6Hwd .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQIHoC6Hwd .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQIHoC6Hwd .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQIHoC6Hwd .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQIHoC6Hwd .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQIHoC6Hwd .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQIHoC6Hwd .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQIHoC6Hwd .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQIHoC6Hwd nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQIHoC6Hwd .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQIHoC6Hwd .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQIHoC6Hwd .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQIHoC6Hwd .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .image-wrapper {
    display: none;
  }
}
.cid-uQIHoC6Hwd .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQIHoC6Hwd .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQIHoC6Hwd .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQIHoC6Hwd .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIHoC6Hwd .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQIHoC6Hwd .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQIHoC6Hwd .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQIHoC6Hwd .navbar-nav {
  display: flex !important;
}
.cid-uQIHoC6Hwd .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQIHoC6Hwd .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQIHoC6Hwd .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQIHoC6Hwd .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQIHoC6Hwd .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQIHoC6Hwd .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIHoC6Hwd .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQIHoC6Hwd .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQIHoC6Hwd .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQIHoC6Hwd .offcanvas_text {
  width: 60%;
}
.cid-uQIHoC6Hwd .mbr-text {
  color: #FFFFFF;
}
.cid-uQIHoC6Hwd .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQIHoC6Hwd .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQIHoC6Hwd .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQIHoC6Hwd .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQIHoC6Hwd .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQIHoC6Hwd .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQIHoC6Hwd .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQIHoC6Hwd .logo-wrap,
.cid-uQIHoC6Hwd .btn-wrap,
.cid-uQIHoC6Hwd .navbar-brand,
.cid-uQIHoC6Hwd .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQIHoC6Hwd .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQIHoC6Hwd .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQIHoC6Hwd .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQIHoD1G22 {
  background-image: url("../../../assets/images/beach-1761411.jpg");
}
.cid-uQIHoD1G22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIHoD1G22 .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQIHoD1G22 .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQIHoD1G22 .item-img {
    left: -260px;
  }
}
.cid-uQIHoD1G22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQIHoD1G22 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQIHoD1G22 .col {
    width: 40%;
  }
}
.cid-uQIHoD1G22 .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQIHoD1G22 .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQIHoD1G22 .card-wrapper .item-img,
.cid-uQIHoD1G22 .card-wrapper h1,
.cid-uQIHoD1G22 .card-wrapper h2,
.cid-uQIHoD1G22 .card-wrapper p,
.cid-uQIHoD1G22 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQIHoD1G22 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQIHoD1G22 .mbr-section-title {
  color: #ffffff;
}
.cid-uQIHoD1G22 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQIHoD1G22 .mbr-text,
.cid-uQIHoD1G22 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQIJYgNSkD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQIJYgNSkD .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQIJYgNSkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIJYgNSkD h4 {
  line-height: 1.2!important;
}
.cid-uQIJYgNSkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIJYgNSkD .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQIJYgNSkD .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQIJYgNSkD .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQIJYgNSkD .container {
    padding: 0 22px;
  }
}
.cid-uQIJYgNSkD .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQIJYgNSkD .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQIJYgNSkD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQIJYgNSkD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQIJYgNSkD .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQIJYgNSkD .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQIJYgNSkD .item:hover .item-wrapper .item-img img,
.cid-uQIJYgNSkD .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQIJYgNSkD .item:hover .item-wrapper .item-img::before,
.cid-uQIJYgNSkD .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQIJYgNSkD .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQIJYgNSkD .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQIJYgNSkD .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQIJYgNSkD .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQIJYgNSkD .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQIJYgNSkD .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQIJYgNSkD .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQIJYgNSkD .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQIJYgNSkD .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQIJYgNSkD .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQIJYgNSkD .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQIJYgNSkD .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQIJYgNSkD .item a {
  display: block;
}
.cid-uQIJYgNSkD .mbr-section-title {
  color: #ffffff;
}
.cid-uQIJYgNSkD .mbr-desc {
  color: #000000;
}
.cid-uQIJYgNSkD .card-title {
  color: #ffffff;
}
.cid-uQIJYgNSkD .mbr-section-title,
.cid-uQIJYgNSkD .mbr-section-btn {
  color: #000000;
}
.cid-uQIJYgNSkD .card-title,
.cid-uQIJYgNSkD .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQIHoFwwAK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
.cid-uQIHoFwwAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIHoFwwAK .btn {
  font-weight: 300 !important;
}
.cid-uQIHoFwwAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIHoFwwAK .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uQIHoFwwAK .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uQIHoFwwAK .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uQIHoFwwAK .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uQIHoFwwAK .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uQIHoFwwAK .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQIHoFwwAK .content-wrapper {
    display: block;
  }
}
.cid-uQIHoFwwAK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQIHoFwwAK .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQIHoFwwAK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQIHoFwwAK .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQIHoFwwAK .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQIHoFwwAK .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQIHoFwwAK .item {
    margin-bottom: 32px;
  }
}
.cid-uQIHoFwwAK .item .item-wrapper {
  height: 100%;
}
.cid-uQIHoFwwAK .item .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQIHoFwwAK .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uQIHoFwwAK .item .item-wrapper .item-img img {
  border: 1px solid black;
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  outline: 1px solid #ffffff99;
  outline-offset: -5px;
  transition: transform 0.4s ease;
}
@media (max-width: 992px) {
  .cid-uQIHoFwwAK .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQIHoFwwAK .item .item-wrapper .item-img img:hover {
  transform: scale(1.05);
}
.cid-uQIHoFwwAK .item .item-wrapper .item-content .item-name {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQIHoFwwAK .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uQIHoFwwAK .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQIHoFwwAK .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-uQIHoFwwAK .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uQIHoFwwAK .mbr-label {
  color: #000000;
}
.cid-uQIHoFwwAK .mbr-section-title {
  color: #c10b02;
}
.cid-uQIHoFwwAK .mbr-text {
  color: #000000;
}
.cid-uQIHoFwwAK .item-name {
  color: #c10b02;
}
.cid-uQIHoFwwAK .item-text {
  color: #000000;
}
.cid-uQIHoFwwAK .mbr-section-title,
.cid-uQIHoFwwAK .mbr-section-btn {
  color: #000000;
}
.cid-uQIHoG9KzC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uQIHoG9KzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIHoG9KzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIHoG9KzC img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 1px #c14502;
  border-radius: 3px;
}
.cid-uQIHoG9KzC .img-wide {
  height: 50%;
}
.cid-uQIHoG9KzC .img-big {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQIHoG9KzC .img-big {
    padding-bottom: 2rem!important;
  }
}
@media (max-width: 992px) {
  .cid-uQIHoG9KzC .small-pic {
    padding-bottom: 2rem!important;
  }
}
.cid-uQIHoG9KzC .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-uQIHoG9KzC .video-container {
    height: 300px;
  }
}
.cid-uQIHoG9KzC .video {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQIHoGFxAT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQIHoGFxAT .muster {
  width: 100%;
}
.cid-uQIHoGFxAT #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQIHoGFxAT #text1,
.cid-uQIHoGFxAT #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQIHoGFxAT #text1,
  .cid-uQIHoGFxAT #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQIHoGFxAT #text1,
  .cid-uQIHoGFxAT #text2 {
    font-size: 30pt;
  }
}
.cid-uQIHoGFxAT .ing-bw {
  width: 100%;
}
.cid-uQIHoGFxAT .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQIHoGFxAT .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQIHoGFxAT p,
.cid-uQIHoGFxAT li,
.cid-uQIHoGFxAT a {
  font-weight: 200!important;
}
.cid-uQIHoGFxAT .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQIHoGFxAT .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQIHoGFxAT .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQIHoGFxAT .big {
  margin-bottom: 30px;
}
.cid-uQIHoGFxAT .big .lin a {
  font-weight: 300;
}
.cid-uQIHoGFxAT .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQIHoGFxAT .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQIHoGFxAT .mbr-text {
    padding: 0;
  }
}
.cid-uQIHoGFxAT a {
  transition: color .3s;
}
.cid-uQIHoHdlAl .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQIHoHdlAl .icon-bar {
    bottom: -60px;
  }
}
.cid-uQIHoHdlAl .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQIHoHdlAl .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQIHoHdlAl .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQIHoHdlAl .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQIHoHdlAl .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQIHoHdlAl .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQIHoHdlAl .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQIHoHdlAl .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQIHoHdlAl P {
  color: #232323;
}
.cid-uQIHoHdlAl DIV {
  color: #ffffff;
}
.cid-uQIHoHdlAl H10 {
  color: #767676;
}
.cid-uQIHoHdlAl .hidden {
  display: none;
}
.cid-uQIHoHdlAl div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQIXF8pW36 {
  z-index: 1000;
  width: 100%;
}
.cid-uQIXF8pW36 #IDmylogo {
  border-radius: 5px;
}
.cid-uQIXF8pW36 .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQIXF8pW36 .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQIXF8pW36 .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQIXF8pW36 .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQIXF8pW36 .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQIXF8pW36 .btn,
.cid-uQIXF8pW36 .btn-primary,
.cid-uQIXF8pW36 .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQIXF8pW36 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQIXF8pW36 .dropdown-menu {
  padding: 0;
}
.cid-uQIXF8pW36 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQIXF8pW36 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQIXF8pW36 .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQIXF8pW36 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQIXF8pW36 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQIXF8pW36 .nav-link {
  position: relative;
}
.cid-uQIXF8pW36 .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQIXF8pW36 .dropdown-menu,
.cid-uQIXF8pW36 .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQIXF8pW36 .nav-item:focus,
.cid-uQIXF8pW36 .nav-link:focus {
  outline: none;
}
.cid-uQIXF8pW36 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQIXF8pW36 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQIXF8pW36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQIXF8pW36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQIXF8pW36 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQIXF8pW36 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQIXF8pW36 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQIXF8pW36 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQIXF8pW36 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQIXF8pW36 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQIXF8pW36 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQIXF8pW36 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQIXF8pW36 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQIXF8pW36 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQIXF8pW36 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQIXF8pW36 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQIXF8pW36 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQIXF8pW36 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQIXF8pW36 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQIXF8pW36 .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQIXF8pW36 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQIXF8pW36 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQIXF8pW36 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQIXF8pW36 .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIXF8pW36 .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .navbar-brand {
    display: none;
  }
}
.cid-uQIXF8pW36 .dropdown-item.active,
.cid-uQIXF8pW36 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQIXF8pW36 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQIXF8pW36 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQIXF8pW36 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQIXF8pW36 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQIXF8pW36 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQIXF8pW36 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQIXF8pW36 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQIXF8pW36 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQIXF8pW36 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQIXF8pW36 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQIXF8pW36 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQIXF8pW36 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQIXF8pW36 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQIXF8pW36 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQIXF8pW36 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQIXF8pW36 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQIXF8pW36 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQIXF8pW36 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQIXF8pW36 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQIXF8pW36 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQIXF8pW36 .navbar {
    height: 70px;
  }
  .cid-uQIXF8pW36 .navbar.opened {
    height: auto;
  }
  .cid-uQIXF8pW36 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQIXF8pW36 .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQIXF8pW36 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQIXF8pW36 .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQIXF8pW36 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQIXF8pW36 .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQIXF8pW36 .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQIXF8pW36 .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQIXF8pW36 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQIXF8pW36 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQIXF8pW36 .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQIXF8pW36 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQIXF8pW36 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQIXF8pW36 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQIXF8pW36 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQIXF8pW36 .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQIXF8pW36 .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQIXF8pW36 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQIXF8pW36 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQIXF8pW36 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQIXF8pW36 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQIXF8pW36 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQIXF8pW36 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQIXF8pW36 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQIXF8pW36 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQIXF8pW36 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .image-wrapper {
    display: none;
  }
}
.cid-uQIXF8pW36 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQIXF8pW36 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQIXF8pW36 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQIXF8pW36 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIXF8pW36 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQIXF8pW36 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQIXF8pW36 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQIXF8pW36 .navbar-nav {
  display: flex !important;
}
.cid-uQIXF8pW36 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQIXF8pW36 .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQIXF8pW36 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQIXF8pW36 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQIXF8pW36 .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQIXF8pW36 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQIXF8pW36 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQIXF8pW36 .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQIXF8pW36 .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQIXF8pW36 .offcanvas_text {
  width: 60%;
}
.cid-uQIXF8pW36 .mbr-text {
  color: #FFFFFF;
}
.cid-uQIXF8pW36 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQIXF8pW36 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQIXF8pW36 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQIXF8pW36 .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQIXF8pW36 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQIXF8pW36 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQIXF8pW36 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQIXF8pW36 .logo-wrap,
.cid-uQIXF8pW36 .btn-wrap,
.cid-uQIXF8pW36 .navbar-brand,
.cid-uQIXF8pW36 .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQIXF8pW36 .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQIXF8pW36 .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQIXF8pW36 .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQIXF8YdGg {
  background-image: url("../../../assets/images/entim-banner6.jpg");
}
.cid-uQIXF8YdGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIXF8YdGg .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQIXF8YdGg .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQIXF8YdGg .item-img {
    left: -260px;
  }
}
.cid-uQIXF8YdGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQIXF8YdGg .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQIXF8YdGg .col {
    width: 40%;
  }
}
.cid-uQIXF8YdGg .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQIXF8YdGg .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQIXF8YdGg .card-wrapper .item-img,
.cid-uQIXF8YdGg .card-wrapper h1,
.cid-uQIXF8YdGg .card-wrapper h2,
.cid-uQIXF8YdGg .card-wrapper p,
.cid-uQIXF8YdGg .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQIXF8YdGg .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQIXF8YdGg .mbr-section-title {
  color: #ffffff;
}
.cid-uQIXF8YdGg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQIXF8YdGg .mbr-text,
.cid-uQIXF8YdGg .mbr-section-btn {
  color: #ffffff;
}
.cid-uQK4LAzvgc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQK4LAzvgc .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQK4LAzvgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQK4LAzvgc h4 {
  line-height: 1.2!important;
}
.cid-uQK4LAzvgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQK4LAzvgc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQK4LAzvgc .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQK4LAzvgc .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQK4LAzvgc .container {
    padding: 0 22px;
  }
}
.cid-uQK4LAzvgc .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQK4LAzvgc .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQK4LAzvgc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQK4LAzvgc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQK4LAzvgc .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQK4LAzvgc .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQK4LAzvgc .item:hover .item-wrapper .item-img img,
.cid-uQK4LAzvgc .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQK4LAzvgc .item:hover .item-wrapper .item-img::before,
.cid-uQK4LAzvgc .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQK4LAzvgc .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQK4LAzvgc .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQK4LAzvgc .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQK4LAzvgc .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQK4LAzvgc .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQK4LAzvgc .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQK4LAzvgc .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQK4LAzvgc .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQK4LAzvgc .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQK4LAzvgc .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQK4LAzvgc .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQK4LAzvgc .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQK4LAzvgc .item a {
  display: block;
}
.cid-uQK4LAzvgc .mbr-section-title {
  color: #ffffff;
}
.cid-uQK4LAzvgc .mbr-desc {
  color: #000000;
}
.cid-uQK4LAzvgc .card-title {
  color: #ffffff;
}
.cid-uQK4LAzvgc .mbr-section-title,
.cid-uQK4LAzvgc .mbr-section-btn {
  color: #000000;
}
.cid-uQK4LAzvgc .card-title,
.cid-uQK4LAzvgc .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQJ0shtAZp {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQJ0shtAZp .btn {
  font-weight: 300 !important;
}
.cid-uQJ0shtAZp .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQJ0shtAZp .container {
    padding: 22px;
  }
}
.cid-uQJ0shtAZp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQJ0shtAZp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQJ0shtAZp .embla__slide .slide-content {
  width: 100%;
}
.cid-uQJ0shtAZp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQJ0shtAZp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQJ0shtAZp .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQJ0shtAZp .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQJ0shtAZp .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQJ0shtAZp .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQJ0shtAZp .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQJ0shtAZp .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQJ0shtAZp .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQJ0shtAZp .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQJ0shtAZp .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQJ0shtAZp .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQJ0shtAZp .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQJ0shtAZp .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQJ0shtAZp .embla__slide .slide-content a {
  display: block;
}
.cid-uQJ0shtAZp .embla__button--next,
.cid-uQJ0shtAZp .embla__button--prev {
  display: flex;
}
.cid-uQJ0shtAZp .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQJ0shtAZp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQJ0shtAZp .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQJ0shtAZp .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQJ0shtAZp .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQJ0shtAZp .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQJ0shtAZp .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQJ0shtAZp .card {
  justify-content: center;
}
.cid-uQJ0shtAZp .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQJ0shtAZp .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQJ0shtAZp .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQJ0shtAZp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQJ0shtAZp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQJ0shtAZp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQJ0shtAZp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQJ0shtAZp .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQJ0shtAZp .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQJ0shtAZp .mbr-section-title {
  color: #ffffff;
}
.cid-uQJ0shtAZp .mbr-text {
  color: #000000;
}
.cid-uQJ0shtAZp .mbr-section-title,
.cid-uQJ0shtAZp .mbr-section-btn {
  color: #000000;
}
.cid-uQIXFaIYcn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
.cid-uQIXFaIYcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIXFaIYcn .btn {
  font-weight: 300 !important;
}
.cid-uQIXFaIYcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIXFaIYcn .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uQIXFaIYcn .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uQIXFaIYcn .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uQIXFaIYcn .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uQIXFaIYcn .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uQIXFaIYcn .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQIXFaIYcn .content-wrapper {
    display: block;
  }
}
.cid-uQIXFaIYcn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQIXFaIYcn .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQIXFaIYcn .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQIXFaIYcn .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQIXFaIYcn .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQIXFaIYcn .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQIXFaIYcn .item {
    margin-bottom: 32px;
  }
}
.cid-uQIXFaIYcn .item .item-wrapper {
  height: 100%;
}
.cid-uQIXFaIYcn .item .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQIXFaIYcn .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uQIXFaIYcn .item .item-wrapper .item-img img {
  border: 1px solid black;
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  outline: 1px solid #ffffff99;
  outline-offset: -5px;
  transition: transform 0.4s ease;
}
@media (max-width: 992px) {
  .cid-uQIXFaIYcn .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQIXFaIYcn .item .item-wrapper .item-img img:hover {
  transform: scale(1.05);
}
.cid-uQIXFaIYcn .item .item-wrapper .item-content .item-name {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQIXFaIYcn .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uQIXFaIYcn .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQIXFaIYcn .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-uQIXFaIYcn .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uQIXFaIYcn .mbr-label {
  color: #000000;
}
.cid-uQIXFaIYcn .mbr-section-title {
  color: #c10b02;
}
.cid-uQIXFaIYcn .mbr-text {
  color: #000000;
}
.cid-uQIXFaIYcn .item-name {
  color: #c10b02;
}
.cid-uQIXFaIYcn .item-text {
  color: #000000;
}
.cid-uQIXFaIYcn .mbr-section-title,
.cid-uQIXFaIYcn .mbr-section-btn {
  color: #000000;
}
.cid-uQIXFbsKvM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQIXFbsKvM .muster {
  width: 100%;
}
.cid-uQIXFbsKvM #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQIXFbsKvM #text1,
.cid-uQIXFbsKvM #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQIXFbsKvM #text1,
  .cid-uQIXFbsKvM #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQIXFbsKvM #text1,
  .cid-uQIXFbsKvM #text2 {
    font-size: 30pt;
  }
}
.cid-uQIXFbsKvM .ing-bw {
  width: 100%;
}
.cid-uQIXFbsKvM .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQIXFbsKvM .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQIXFbsKvM p,
.cid-uQIXFbsKvM li,
.cid-uQIXFbsKvM a {
  font-weight: 200!important;
}
.cid-uQIXFbsKvM .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQIXFbsKvM .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQIXFbsKvM .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQIXFbsKvM .big {
  margin-bottom: 30px;
}
.cid-uQIXFbsKvM .big .lin a {
  font-weight: 300;
}
.cid-uQIXFbsKvM .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQIXFbsKvM .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQIXFbsKvM .mbr-text {
    padding: 0;
  }
}
.cid-uQIXFbsKvM a {
  transition: color .3s;
}
.cid-uQIXFc7xYJ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQIXFc7xYJ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQIXFc7xYJ .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQIXFc7xYJ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQIXFc7xYJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQIXFc7xYJ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQIXFc7xYJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQIXFc7xYJ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQIXFc7xYJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQIXFc7xYJ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQIXFc7xYJ P {
  color: #232323;
}
.cid-uQIXFc7xYJ DIV {
  color: #ffffff;
}
.cid-uQIXFc7xYJ H10 {
  color: #767676;
}
.cid-uQIXFc7xYJ .hidden {
  display: none;
}
.cid-uQIXFc7xYJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQJ1CpPSpx {
  z-index: 1000;
  width: 100%;
}
.cid-uQJ1CpPSpx #IDmylogo {
  border-radius: 5px;
}
.cid-uQJ1CpPSpx .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQJ1CpPSpx .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQJ1CpPSpx .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQJ1CpPSpx .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQJ1CpPSpx .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQJ1CpPSpx .btn,
.cid-uQJ1CpPSpx .btn-primary,
.cid-uQJ1CpPSpx .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQJ1CpPSpx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQJ1CpPSpx .dropdown-menu {
  padding: 0;
}
.cid-uQJ1CpPSpx .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQJ1CpPSpx .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQJ1CpPSpx .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQJ1CpPSpx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQJ1CpPSpx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQJ1CpPSpx .nav-link {
  position: relative;
}
.cid-uQJ1CpPSpx .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQJ1CpPSpx .dropdown-menu,
.cid-uQJ1CpPSpx .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQJ1CpPSpx .nav-item:focus,
.cid-uQJ1CpPSpx .nav-link:focus {
  outline: none;
}
.cid-uQJ1CpPSpx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQJ1CpPSpx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQJ1CpPSpx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQJ1CpPSpx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQJ1CpPSpx .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQJ1CpPSpx .navbar.opened {
  transition: all 0.3s;
}
.cid-uQJ1CpPSpx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQJ1CpPSpx .navbar .navbar-logo img {
  width: auto;
}
.cid-uQJ1CpPSpx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQJ1CpPSpx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQJ1CpPSpx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQJ1CpPSpx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQJ1CpPSpx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQJ1CpPSpx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQJ1CpPSpx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQJ1CpPSpx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQJ1CpPSpx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQJ1CpPSpx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQJ1CpPSpx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQJ1CpPSpx .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQJ1CpPSpx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQJ1CpPSpx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQJ1CpPSpx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQJ1CpPSpx .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQJ1CpPSpx .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .navbar-brand {
    display: none;
  }
}
.cid-uQJ1CpPSpx .dropdown-item.active,
.cid-uQJ1CpPSpx .dropdown-item:active {
  background-color: transparent;
}
.cid-uQJ1CpPSpx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQJ1CpPSpx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQJ1CpPSpx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQJ1CpPSpx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQJ1CpPSpx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQJ1CpPSpx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQJ1CpPSpx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQJ1CpPSpx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQJ1CpPSpx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQJ1CpPSpx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQJ1CpPSpx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQJ1CpPSpx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQJ1CpPSpx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQJ1CpPSpx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQJ1CpPSpx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQJ1CpPSpx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQJ1CpPSpx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQJ1CpPSpx .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQJ1CpPSpx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQJ1CpPSpx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQJ1CpPSpx .navbar {
    height: 70px;
  }
  .cid-uQJ1CpPSpx .navbar.opened {
    height: auto;
  }
  .cid-uQJ1CpPSpx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQJ1CpPSpx .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQJ1CpPSpx .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQJ1CpPSpx .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQJ1CpPSpx .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQJ1CpPSpx .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQJ1CpPSpx .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQJ1CpPSpx .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQJ1CpPSpx .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQJ1CpPSpx .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQJ1CpPSpx .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQJ1CpPSpx .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQJ1CpPSpx .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQJ1CpPSpx .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQJ1CpPSpx .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQJ1CpPSpx .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQJ1CpPSpx .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQJ1CpPSpx .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQJ1CpPSpx .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQJ1CpPSpx .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQJ1CpPSpx .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQJ1CpPSpx nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQJ1CpPSpx .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQJ1CpPSpx .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQJ1CpPSpx .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQJ1CpPSpx .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .image-wrapper {
    display: none;
  }
}
.cid-uQJ1CpPSpx .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQJ1CpPSpx .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQJ1CpPSpx .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQJ1CpPSpx .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQJ1CpPSpx .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQJ1CpPSpx .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQJ1CpPSpx .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQJ1CpPSpx .navbar-nav {
  display: flex !important;
}
.cid-uQJ1CpPSpx .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQJ1CpPSpx .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQJ1CpPSpx .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQJ1CpPSpx .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQJ1CpPSpx .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQJ1CpPSpx .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQJ1CpPSpx .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQJ1CpPSpx .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQJ1CpPSpx .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQJ1CpPSpx .offcanvas_text {
  width: 60%;
}
.cid-uQJ1CpPSpx .mbr-text {
  color: #FFFFFF;
}
.cid-uQJ1CpPSpx .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQJ1CpPSpx .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQJ1CpPSpx .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQJ1CpPSpx .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQJ1CpPSpx .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQJ1CpPSpx .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQJ1CpPSpx .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQJ1CpPSpx .logo-wrap,
.cid-uQJ1CpPSpx .btn-wrap,
.cid-uQJ1CpPSpx .navbar-brand,
.cid-uQJ1CpPSpx .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQJ1CpPSpx .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQJ1CpPSpx .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQJ1CpPSpx .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQJ1Cqolkr {
  background-image: url("../../../assets/images/kinde-gelaendewagen.jpg");
}
.cid-uQJ1Cqolkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJ1Cqolkr .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQJ1Cqolkr .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQJ1Cqolkr .item-img {
    left: -260px;
  }
}
.cid-uQJ1Cqolkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQJ1Cqolkr .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQJ1Cqolkr .col {
    width: 40%;
  }
}
.cid-uQJ1Cqolkr .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQJ1Cqolkr .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQJ1Cqolkr .card-wrapper .item-img,
.cid-uQJ1Cqolkr .card-wrapper h1,
.cid-uQJ1Cqolkr .card-wrapper h2,
.cid-uQJ1Cqolkr .card-wrapper p,
.cid-uQJ1Cqolkr .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQJ1Cqolkr .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQJ1Cqolkr .mbr-section-title {
  color: #ffffff;
}
.cid-uQJ1Cqolkr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQJ1Cqolkr .mbr-text,
.cid-uQJ1Cqolkr .mbr-section-btn {
  color: #ffffff;
}
.cid-uQK5dvYVwX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQK5dvYVwX .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQK5dvYVwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQK5dvYVwX h4 {
  line-height: 1.2!important;
}
.cid-uQK5dvYVwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQK5dvYVwX .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQK5dvYVwX .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQK5dvYVwX .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQK5dvYVwX .container {
    padding: 0 22px;
  }
}
.cid-uQK5dvYVwX .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQK5dvYVwX .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQK5dvYVwX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQK5dvYVwX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQK5dvYVwX .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQK5dvYVwX .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQK5dvYVwX .item:hover .item-wrapper .item-img img,
.cid-uQK5dvYVwX .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQK5dvYVwX .item:hover .item-wrapper .item-img::before,
.cid-uQK5dvYVwX .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQK5dvYVwX .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQK5dvYVwX .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQK5dvYVwX .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQK5dvYVwX .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQK5dvYVwX .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQK5dvYVwX .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQK5dvYVwX .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQK5dvYVwX .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQK5dvYVwX .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQK5dvYVwX .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQK5dvYVwX .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQK5dvYVwX .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQK5dvYVwX .item a {
  display: block;
}
.cid-uQK5dvYVwX .mbr-section-title {
  color: #ffffff;
}
.cid-uQK5dvYVwX .mbr-desc {
  color: #000000;
}
.cid-uQK5dvYVwX .card-title {
  color: #ffffff;
}
.cid-uQK5dvYVwX .mbr-section-title,
.cid-uQK5dvYVwX .mbr-section-btn {
  color: #000000;
}
.cid-uQK5dvYVwX .card-title,
.cid-uQK5dvYVwX .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQJ1Crmqeu {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQJ1Crmqeu .btn {
  font-weight: 300 !important;
}
.cid-uQJ1Crmqeu .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQJ1Crmqeu .container {
    padding: 22px;
  }
}
.cid-uQJ1Crmqeu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQJ1Crmqeu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQJ1Crmqeu .embla__slide .slide-content {
  width: 100%;
}
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQJ1Crmqeu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQJ1Crmqeu .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQJ1Crmqeu .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQJ1Crmqeu .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQJ1Crmqeu .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQJ1Crmqeu .embla__slide .slide-content a {
  display: block;
}
.cid-uQJ1Crmqeu .embla__button--next,
.cid-uQJ1Crmqeu .embla__button--prev {
  display: flex;
}
.cid-uQJ1Crmqeu .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQJ1Crmqeu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQJ1Crmqeu .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQJ1Crmqeu .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQJ1Crmqeu .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQJ1Crmqeu .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQJ1Crmqeu .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQJ1Crmqeu .card {
  justify-content: center;
}
.cid-uQJ1Crmqeu .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQJ1Crmqeu .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQJ1Crmqeu .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQJ1Crmqeu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQJ1Crmqeu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQJ1Crmqeu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQJ1Crmqeu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQJ1Crmqeu .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQJ1Crmqeu .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQJ1Crmqeu .mbr-section-title {
  color: #ffffff;
}
.cid-uQJ1Crmqeu .mbr-text {
  color: #000000;
}
.cid-uQJ1Crmqeu .mbr-section-title,
.cid-uQJ1Crmqeu .mbr-section-btn {
  color: #000000;
}
.cid-uQJ1Cs2GsY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
.cid-uQJ1Cs2GsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJ1Cs2GsY .btn {
  font-weight: 300 !important;
}
.cid-uQJ1Cs2GsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJ1Cs2GsY .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uQJ1Cs2GsY .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uQJ1Cs2GsY .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uQJ1Cs2GsY .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uQJ1Cs2GsY .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uQJ1Cs2GsY .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQJ1Cs2GsY .content-wrapper {
    display: block;
  }
}
.cid-uQJ1Cs2GsY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQJ1Cs2GsY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQJ1Cs2GsY .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQJ1Cs2GsY .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQJ1Cs2GsY .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQJ1Cs2GsY .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQJ1Cs2GsY .item {
    margin-bottom: 32px;
  }
}
.cid-uQJ1Cs2GsY .item .item-wrapper {
  height: 100%;
}
.cid-uQJ1Cs2GsY .item .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQJ1Cs2GsY .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uQJ1Cs2GsY .item .item-wrapper .item-img img {
  border: 1px solid black;
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  outline: 1px solid #ffffff99;
  outline-offset: -5px;
  transition: transform 0.4s ease;
}
@media (max-width: 992px) {
  .cid-uQJ1Cs2GsY .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQJ1Cs2GsY .item .item-wrapper .item-img img:hover {
  transform: scale(1.05);
}
.cid-uQJ1Cs2GsY .item .item-wrapper .item-content .item-name {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQJ1Cs2GsY .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uQJ1Cs2GsY .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQJ1Cs2GsY .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-uQJ1Cs2GsY .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uQJ1Cs2GsY .mbr-label {
  color: #000000;
}
.cid-uQJ1Cs2GsY .mbr-section-title {
  color: #c10b02;
}
.cid-uQJ1Cs2GsY .mbr-text {
  color: #000000;
}
.cid-uQJ1Cs2GsY .item-name {
  color: #c10b02;
}
.cid-uQJ1Cs2GsY .item-text {
  color: #000000;
}
.cid-uQJ1Cs2GsY .mbr-section-title,
.cid-uQJ1Cs2GsY .mbr-section-btn {
  color: #000000;
}
.cid-uQJ1CsHBM2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQJ1CsHBM2 .muster {
  width: 100%;
}
.cid-uQJ1CsHBM2 #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQJ1CsHBM2 #text1,
.cid-uQJ1CsHBM2 #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQJ1CsHBM2 #text1,
  .cid-uQJ1CsHBM2 #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQJ1CsHBM2 #text1,
  .cid-uQJ1CsHBM2 #text2 {
    font-size: 30pt;
  }
}
.cid-uQJ1CsHBM2 .ing-bw {
  width: 100%;
}
.cid-uQJ1CsHBM2 .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQJ1CsHBM2 .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQJ1CsHBM2 p,
.cid-uQJ1CsHBM2 li,
.cid-uQJ1CsHBM2 a {
  font-weight: 200!important;
}
.cid-uQJ1CsHBM2 .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQJ1CsHBM2 .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQJ1CsHBM2 .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQJ1CsHBM2 .big {
  margin-bottom: 30px;
}
.cid-uQJ1CsHBM2 .big .lin a {
  font-weight: 300;
}
.cid-uQJ1CsHBM2 .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQJ1CsHBM2 .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQJ1CsHBM2 .mbr-text {
    padding: 0;
  }
}
.cid-uQJ1CsHBM2 a {
  transition: color .3s;
}
.cid-uQJ1Ctnldd .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQJ1Ctnldd .icon-bar {
    bottom: -60px;
  }
}
.cid-uQJ1Ctnldd .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQJ1Ctnldd .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQJ1Ctnldd .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQJ1Ctnldd .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQJ1Ctnldd .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQJ1Ctnldd .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQJ1Ctnldd .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQJ1Ctnldd .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQJ1Ctnldd P {
  color: #232323;
}
.cid-uQJ1Ctnldd DIV {
  color: #ffffff;
}
.cid-uQJ1Ctnldd H10 {
  color: #767676;
}
.cid-uQJ1Ctnldd .hidden {
  display: none;
}
.cid-uQJ1Ctnldd div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQKaJmGgPq {
  z-index: 1000;
  width: 100%;
}
.cid-uQKaJmGgPq #IDmylogo {
  border-radius: 5px;
}
.cid-uQKaJmGgPq .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQKaJmGgPq .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQKaJmGgPq .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQKaJmGgPq .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQKaJmGgPq .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQKaJmGgPq .btn,
.cid-uQKaJmGgPq .btn-primary,
.cid-uQKaJmGgPq .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQKaJmGgPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKaJmGgPq .dropdown-menu {
  padding: 0;
}
.cid-uQKaJmGgPq .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQKaJmGgPq .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQKaJmGgPq .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQKaJmGgPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQKaJmGgPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQKaJmGgPq .nav-link {
  position: relative;
}
.cid-uQKaJmGgPq .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQKaJmGgPq .dropdown-menu,
.cid-uQKaJmGgPq .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKaJmGgPq .nav-item:focus,
.cid-uQKaJmGgPq .nav-link:focus {
  outline: none;
}
.cid-uQKaJmGgPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQKaJmGgPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQKaJmGgPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQKaJmGgPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKaJmGgPq .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQKaJmGgPq .navbar.opened {
  transition: all 0.3s;
}
.cid-uQKaJmGgPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQKaJmGgPq .navbar .navbar-logo img {
  width: auto;
}
.cid-uQKaJmGgPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQKaJmGgPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQKaJmGgPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQKaJmGgPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQKaJmGgPq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQKaJmGgPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQKaJmGgPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQKaJmGgPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQKaJmGgPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQKaJmGgPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQKaJmGgPq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQKaJmGgPq .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQKaJmGgPq .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQKaJmGgPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQKaJmGgPq .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQKaJmGgPq .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKaJmGgPq .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .navbar-brand {
    display: none;
  }
}
.cid-uQKaJmGgPq .dropdown-item.active,
.cid-uQKaJmGgPq .dropdown-item:active {
  background-color: transparent;
}
.cid-uQKaJmGgPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQKaJmGgPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQKaJmGgPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQKaJmGgPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKaJmGgPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQKaJmGgPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQKaJmGgPq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQKaJmGgPq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQKaJmGgPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQKaJmGgPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQKaJmGgPq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKaJmGgPq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKaJmGgPq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQKaJmGgPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKaJmGgPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQKaJmGgPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQKaJmGgPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKaJmGgPq .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQKaJmGgPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQKaJmGgPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQKaJmGgPq .navbar {
    height: 70px;
  }
  .cid-uQKaJmGgPq .navbar.opened {
    height: auto;
  }
  .cid-uQKaJmGgPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQKaJmGgPq .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQKaJmGgPq .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQKaJmGgPq .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQKaJmGgPq .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQKaJmGgPq .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKaJmGgPq .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQKaJmGgPq .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKaJmGgPq .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQKaJmGgPq .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQKaJmGgPq .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQKaJmGgPq .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQKaJmGgPq .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQKaJmGgPq .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKaJmGgPq .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQKaJmGgPq .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQKaJmGgPq .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQKaJmGgPq .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQKaJmGgPq .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQKaJmGgPq .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQKaJmGgPq .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQKaJmGgPq nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQKaJmGgPq .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQKaJmGgPq .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQKaJmGgPq .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQKaJmGgPq .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .image-wrapper {
    display: none;
  }
}
.cid-uQKaJmGgPq .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQKaJmGgPq .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQKaJmGgPq .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQKaJmGgPq .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKaJmGgPq .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKaJmGgPq .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKaJmGgPq .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKaJmGgPq .navbar-nav {
  display: flex !important;
}
.cid-uQKaJmGgPq .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQKaJmGgPq .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQKaJmGgPq .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQKaJmGgPq .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQKaJmGgPq .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQKaJmGgPq .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKaJmGgPq .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKaJmGgPq .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKaJmGgPq .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKaJmGgPq .offcanvas_text {
  width: 60%;
}
.cid-uQKaJmGgPq .mbr-text {
  color: #FFFFFF;
}
.cid-uQKaJmGgPq .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQKaJmGgPq .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQKaJmGgPq .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQKaJmGgPq .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQKaJmGgPq .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQKaJmGgPq .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQKaJmGgPq .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKaJmGgPq .logo-wrap,
.cid-uQKaJmGgPq .btn-wrap,
.cid-uQKaJmGgPq .navbar-brand,
.cid-uQKaJmGgPq .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQKaJmGgPq .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQKaJmGgPq .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQKaJmGgPq .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQKaJntxOd {
  background-image: url("../../../assets/images/echtesafaris-1.jpg");
}
.cid-uQKaJntxOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKaJntxOd .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQKaJntxOd .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQKaJntxOd .item-img {
    left: -260px;
  }
}
.cid-uQKaJntxOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQKaJntxOd .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQKaJntxOd .col {
    width: 40%;
  }
}
.cid-uQKaJntxOd .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQKaJntxOd .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQKaJntxOd .card-wrapper .item-img,
.cid-uQKaJntxOd .card-wrapper h1,
.cid-uQKaJntxOd .card-wrapper h2,
.cid-uQKaJntxOd .card-wrapper p,
.cid-uQKaJntxOd .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQKaJntxOd .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQKaJntxOd .mbr-section-title {
  color: #ffffff;
}
.cid-uQKaJntxOd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQKaJntxOd .mbr-text,
.cid-uQKaJntxOd .mbr-section-btn {
  color: #ffffff;
}
.cid-uQKaJnVQC3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
@media (max-width: 992px) {
  .cid-uQKaJnVQC3 .mobi-mbri {
    font-size: 1rem !important;
  }
}
.cid-uQKaJnVQC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKaJnVQC3 h4 {
  line-height: 1.2!important;
}
.cid-uQKaJnVQC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKaJnVQC3 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cid-uQKaJnVQC3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uQKaJnVQC3 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uQKaJnVQC3 .container {
    padding: 0 22px;
  }
}
.cid-uQKaJnVQC3 .row {
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uQKaJnVQC3 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQKaJnVQC3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQKaJnVQC3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQKaJnVQC3 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uQKaJnVQC3 .item {
  flex: 0 0 auto;
  max-width: 210px;
  margin: 0 5px 10px;
}
.cid-uQKaJnVQC3 .item:hover .item-wrapper .item-img img,
.cid-uQKaJnVQC3 .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uQKaJnVQC3 .item:hover .item-wrapper .item-img::before,
.cid-uQKaJnVQC3 .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uQKaJnVQC3 .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uQKaJnVQC3 .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uQKaJnVQC3 .item .item-wrapper {
  border: 1px solid #e6c63b;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQKaJnVQC3 .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQKaJnVQC3 .item .item-wrapper .item-img {
    width: 100%;
    aspect-ratio: 1.33333333;
  }
}
.cid-uQKaJnVQC3 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uQKaJnVQC3 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42%;
  background-image: linear-gradient(transparent 25px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uQKaJnVQC3 .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 992px) {
  .cid-uQKaJnVQC3 .item .item-wrapper .item-img .item-content {
    padding: 0px;
  }
}
.cid-uQKaJnVQC3 .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uQKaJnVQC3 .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQKaJnVQC3 .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uQKaJnVQC3 .item a {
  display: block;
}
.cid-uQKaJnVQC3 .mbr-section-title {
  color: #ffffff;
}
.cid-uQKaJnVQC3 .mbr-desc {
  color: #000000;
}
.cid-uQKaJnVQC3 .card-title {
  color: #ffffff;
}
.cid-uQKaJnVQC3 .mbr-section-title,
.cid-uQKaJnVQC3 .mbr-section-btn {
  color: #000000;
}
.cid-uQKaJnVQC3 .card-title,
.cid-uQKaJnVQC3 .item-content {
  color: #ffffff;
  text-align: center;
}
.cid-uQKaJomYnZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKaJomYnZ .btn {
  font-weight: 300 !important;
}
.cid-uQKaJomYnZ .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQKaJomYnZ .container {
    padding: 22px;
  }
}
.cid-uQKaJomYnZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQKaJomYnZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQKaJomYnZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uQKaJomYnZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQKaJomYnZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQKaJomYnZ .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKaJomYnZ .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQKaJomYnZ .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQKaJomYnZ .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQKaJomYnZ .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQKaJomYnZ .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQKaJomYnZ .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQKaJomYnZ .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQKaJomYnZ .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQKaJomYnZ .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQKaJomYnZ .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQKaJomYnZ .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQKaJomYnZ .embla__slide .slide-content a {
  display: block;
}
.cid-uQKaJomYnZ .embla__button--next,
.cid-uQKaJomYnZ .embla__button--prev {
  display: flex;
}
.cid-uQKaJomYnZ .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQKaJomYnZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQKaJomYnZ .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQKaJomYnZ .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQKaJomYnZ .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQKaJomYnZ .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQKaJomYnZ .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQKaJomYnZ .card {
  justify-content: center;
}
.cid-uQKaJomYnZ .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQKaJomYnZ .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQKaJomYnZ .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQKaJomYnZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQKaJomYnZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQKaJomYnZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQKaJomYnZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQKaJomYnZ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQKaJomYnZ .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQKaJomYnZ .mbr-section-title {
  color: #ffffff;
}
.cid-uQKaJomYnZ .mbr-text {
  color: #000000;
}
.cid-uQKaJomYnZ .mbr-section-title,
.cid-uQKaJomYnZ .mbr-section-btn {
  color: #000000;
}
.cid-uQKcVzHFjG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffbf9;
}
.cid-uQKcVzHFjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKcVzHFjG .btn {
  font-weight: 300 !important;
}
.cid-uQKcVzHFjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKcVzHFjG .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-uQKcVzHFjG .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-uQKcVzHFjG .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uQKcVzHFjG .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-uQKcVzHFjG .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uQKcVzHFjG .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQKcVzHFjG .content-wrapper {
    display: block;
  }
}
.cid-uQKcVzHFjG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQKcVzHFjG .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQKcVzHFjG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQKcVzHFjG .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQKcVzHFjG .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQKcVzHFjG .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQKcVzHFjG .item {
    margin-bottom: 32px;
  }
}
.cid-uQKcVzHFjG .item .item-wrapper {
  height: 100%;
}
.cid-uQKcVzHFjG .item .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQKcVzHFjG .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uQKcVzHFjG .item .item-wrapper .item-img img {
  border: 1px solid black;
  width: 100%;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  outline: 1px solid #ffffff99;
  outline-offset: -5px;
  transition: transform 0.4s ease;
}
@media (max-width: 992px) {
  .cid-uQKcVzHFjG .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQKcVzHFjG .item .item-wrapper .item-img img:hover {
  transform: scale(1.05);
}
.cid-uQKcVzHFjG .item .item-wrapper .item-content .item-name {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQKcVzHFjG .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-uQKcVzHFjG .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQKcVzHFjG .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 992px) {
  .cid-uQKcVzHFjG .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uQKcVzHFjG .mbr-label {
  color: #000000;
}
.cid-uQKcVzHFjG .mbr-section-title {
  color: #c10b02;
}
.cid-uQKcVzHFjG .mbr-text {
  color: #000000;
}
.cid-uQKcVzHFjG .item-name {
  color: #c10b02;
}
.cid-uQKcVzHFjG .item-text {
  color: #000000;
}
.cid-uQKcVzHFjG .mbr-section-title,
.cid-uQKcVzHFjG .mbr-section-btn {
  color: #000000;
}
.cid-uQKaJpDonU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQKaJpDonU .muster {
  width: 100%;
}
.cid-uQKaJpDonU #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQKaJpDonU #text1,
.cid-uQKaJpDonU #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQKaJpDonU #text1,
  .cid-uQKaJpDonU #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQKaJpDonU #text1,
  .cid-uQKaJpDonU #text2 {
    font-size: 30pt;
  }
}
.cid-uQKaJpDonU .ing-bw {
  width: 100%;
}
.cid-uQKaJpDonU .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQKaJpDonU .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQKaJpDonU p,
.cid-uQKaJpDonU li,
.cid-uQKaJpDonU a {
  font-weight: 200!important;
}
.cid-uQKaJpDonU .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQKaJpDonU .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQKaJpDonU .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQKaJpDonU .big {
  margin-bottom: 30px;
}
.cid-uQKaJpDonU .big .lin a {
  font-weight: 300;
}
.cid-uQKaJpDonU .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQKaJpDonU .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQKaJpDonU .mbr-text {
    padding: 0;
  }
}
.cid-uQKaJpDonU a {
  transition: color .3s;
}
.cid-uQKaJqc6yl .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQKaJqc6yl .icon-bar {
    bottom: -60px;
  }
}
.cid-uQKaJqc6yl .icon-bar a:hover {
  background-color: #ed9909;
  width: 100px;
}
.cid-uQKaJqc6yl .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQKaJqc6yl .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQKaJqc6yl .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQKaJqc6yl .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQKaJqc6yl .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQKaJqc6yl .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQKaJqc6yl .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQKaJqc6yl P {
  color: #232323;
}
.cid-uQKaJqc6yl DIV {
  color: #ffffff;
}
.cid-uQKaJqc6yl H10 {
  color: #767676;
}
.cid-uQKaJqc6yl .hidden {
  display: none;
}
.cid-uQKaJqc6yl div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQKgznf6bs {
  z-index: 1000;
  width: 100%;
}
.cid-uQKgznf6bs #IDmylogo {
  border-radius: 5px;
}
.cid-uQKgznf6bs .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQKgznf6bs .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQKgznf6bs .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQKgznf6bs .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQKgznf6bs .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQKgznf6bs .btn,
.cid-uQKgznf6bs .btn-primary,
.cid-uQKgznf6bs .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQKgznf6bs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKgznf6bs .dropdown-menu {
  padding: 0;
}
.cid-uQKgznf6bs .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQKgznf6bs .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQKgznf6bs .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQKgznf6bs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQKgznf6bs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQKgznf6bs .nav-link {
  position: relative;
}
.cid-uQKgznf6bs .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQKgznf6bs .dropdown-menu,
.cid-uQKgznf6bs .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKgznf6bs .nav-item:focus,
.cid-uQKgznf6bs .nav-link:focus {
  outline: none;
}
.cid-uQKgznf6bs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQKgznf6bs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQKgznf6bs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQKgznf6bs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKgznf6bs .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQKgznf6bs .navbar.opened {
  transition: all 0.3s;
}
.cid-uQKgznf6bs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQKgznf6bs .navbar .navbar-logo img {
  width: auto;
}
.cid-uQKgznf6bs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQKgznf6bs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQKgznf6bs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQKgznf6bs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQKgznf6bs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQKgznf6bs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQKgznf6bs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQKgznf6bs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQKgznf6bs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQKgznf6bs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQKgznf6bs .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQKgznf6bs .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQKgznf6bs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQKgznf6bs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQKgznf6bs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQKgznf6bs .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKgznf6bs .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .navbar-brand {
    display: none;
  }
}
.cid-uQKgznf6bs .dropdown-item.active,
.cid-uQKgznf6bs .dropdown-item:active {
  background-color: transparent;
}
.cid-uQKgznf6bs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQKgznf6bs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQKgznf6bs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQKgznf6bs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKgznf6bs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQKgznf6bs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQKgznf6bs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQKgznf6bs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQKgznf6bs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQKgznf6bs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQKgznf6bs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKgznf6bs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKgznf6bs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQKgznf6bs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKgznf6bs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQKgznf6bs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQKgznf6bs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKgznf6bs .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQKgznf6bs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQKgznf6bs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQKgznf6bs .navbar {
    height: 70px;
  }
  .cid-uQKgznf6bs .navbar.opened {
    height: auto;
  }
  .cid-uQKgznf6bs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQKgznf6bs .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQKgznf6bs .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQKgznf6bs .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQKgznf6bs .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQKgznf6bs .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKgznf6bs .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQKgznf6bs .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKgznf6bs .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQKgznf6bs .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQKgznf6bs .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQKgznf6bs .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQKgznf6bs .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQKgznf6bs .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKgznf6bs .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQKgznf6bs .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQKgznf6bs .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQKgznf6bs .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQKgznf6bs .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQKgznf6bs .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQKgznf6bs .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQKgznf6bs nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQKgznf6bs .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQKgznf6bs .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQKgznf6bs .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQKgznf6bs .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .image-wrapper {
    display: none;
  }
}
.cid-uQKgznf6bs .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQKgznf6bs .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQKgznf6bs .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQKgznf6bs .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKgznf6bs .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKgznf6bs .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKgznf6bs .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKgznf6bs .navbar-nav {
  display: flex !important;
}
.cid-uQKgznf6bs .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQKgznf6bs .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQKgznf6bs .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQKgznf6bs .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQKgznf6bs .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQKgznf6bs .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKgznf6bs .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKgznf6bs .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKgznf6bs .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKgznf6bs .offcanvas_text {
  width: 60%;
}
.cid-uQKgznf6bs .mbr-text {
  color: #FFFFFF;
}
.cid-uQKgznf6bs .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQKgznf6bs .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQKgznf6bs .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQKgznf6bs .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQKgznf6bs .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQKgznf6bs .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQKgznf6bs .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKgznf6bs .logo-wrap,
.cid-uQKgznf6bs .btn-wrap,
.cid-uQKgznf6bs .navbar-brand,
.cid-uQKgznf6bs .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQKgznf6bs .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQKgznf6bs .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQKgznf6bs .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQKgznWxWA {
  background-image: url("../../../assets/images/echtesafaris-1.jpg");
}
.cid-uQKgznWxWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKgznWxWA .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQKgznWxWA .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQKgznWxWA .item-img {
    left: -260px;
  }
}
.cid-uQKgznWxWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQKgznWxWA .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQKgznWxWA .col {
    width: 40%;
  }
}
.cid-uQKgznWxWA .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQKgznWxWA .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQKgznWxWA .card-wrapper .item-img,
.cid-uQKgznWxWA .card-wrapper h1,
.cid-uQKgznWxWA .card-wrapper h2,
.cid-uQKgznWxWA .card-wrapper p,
.cid-uQKgznWxWA .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQKgznWxWA .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQKgznWxWA .mbr-section-title {
  color: #ffffff;
}
.cid-uQKgznWxWA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQKgznWxWA .mbr-text,
.cid-uQKgznWxWA .mbr-section-btn {
  color: #ffffff;
}
.cid-uQKgzpaSmH {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKgzpaSmH .btn {
  font-weight: 300 !important;
}
.cid-uQKgzpaSmH .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQKgzpaSmH .container {
    padding: 22px;
  }
}
.cid-uQKgzpaSmH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQKgzpaSmH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQKgzpaSmH .embla__slide .slide-content {
  width: 100%;
}
.cid-uQKgzpaSmH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQKgzpaSmH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQKgzpaSmH .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKgzpaSmH .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQKgzpaSmH .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQKgzpaSmH .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQKgzpaSmH .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQKgzpaSmH .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQKgzpaSmH .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQKgzpaSmH .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQKgzpaSmH .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQKgzpaSmH .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQKgzpaSmH .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQKgzpaSmH .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQKgzpaSmH .embla__slide .slide-content a {
  display: block;
}
.cid-uQKgzpaSmH .embla__button--next,
.cid-uQKgzpaSmH .embla__button--prev {
  display: flex;
}
.cid-uQKgzpaSmH .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQKgzpaSmH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQKgzpaSmH .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQKgzpaSmH .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQKgzpaSmH .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQKgzpaSmH .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQKgzpaSmH .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQKgzpaSmH .card {
  justify-content: center;
}
.cid-uQKgzpaSmH .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQKgzpaSmH .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQKgzpaSmH .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQKgzpaSmH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQKgzpaSmH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQKgzpaSmH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQKgzpaSmH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQKgzpaSmH .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQKgzpaSmH .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQKgzpaSmH .mbr-section-title {
  color: #ffffff;
}
.cid-uQKgzpaSmH .mbr-text {
  color: #000000;
}
.cid-uQKgzpaSmH .mbr-section-title,
.cid-uQKgzpaSmH .mbr-section-btn {
  color: #000000;
}
.cid-uQKgzpW30g {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKgzpW30g .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKgzpW30g .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKgzpW30g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKgzpW30g .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-uQKgzpW30g .container {
    padding: 0 15px;
  }
}
.cid-uQKgzpW30g .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKgzpW30g .image-wrapper {
  position: relative;
}
.cid-uQKgzpW30g .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKgzpW30g .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKgzpW30g .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKgzpW30g .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKgzpW30g .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKgzpW30g .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKgzpW30g .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKgzpW30g .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKgzpW30g .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKgzpW30g .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKgzpW30g .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKgzpW30g .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKgzpW30g .mbr-text {
  color: #f7f5f6;
}
.cid-uQKgzpW30g .item-name {
  color: #000000;
}
.cid-uQKgzpW30g .item-role {
  color: #68707c;
}
.cid-uQKgzpW30g .mbr-text,
.cid-uQKgzpW30g .icon-wrapper {
  color: #000000;
}
.cid-uQKgzqsMiX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKgzqsMiX .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKgzqsMiX .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKgzqsMiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKgzqsMiX .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-uQKgzqsMiX .container {
    padding: 0 15px;
  }
}
.cid-uQKgzqsMiX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKgzqsMiX .image-wrapper {
  position: relative;
}
.cid-uQKgzqsMiX .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKgzqsMiX .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKgzqsMiX .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKgzqsMiX .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKgzqsMiX .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKgzqsMiX .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKgzqsMiX .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKgzqsMiX .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKgzqsMiX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKgzqsMiX .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKgzqsMiX .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKgzqsMiX .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKgzqsMiX .mbr-text {
  color: #f7f5f6;
}
.cid-uQKgzqsMiX .item-name {
  color: #000000;
}
.cid-uQKgzqsMiX .item-role {
  color: #68707c;
}
.cid-uQKgzqsMiX .mbr-text,
.cid-uQKgzqsMiX .icon-wrapper {
  color: #000000;
}
.cid-uQKgzr2Aw7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKgzr2Aw7 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKgzr2Aw7 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKgzr2Aw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKgzr2Aw7 .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-uQKgzr2Aw7 .container {
    padding: 0 15px;
  }
}
.cid-uQKgzr2Aw7 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKgzr2Aw7 .image-wrapper {
  position: relative;
}
.cid-uQKgzr2Aw7 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKgzr2Aw7 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKgzr2Aw7 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKgzr2Aw7 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKgzr2Aw7 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKgzr2Aw7 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKgzr2Aw7 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKgzr2Aw7 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKgzr2Aw7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKgzr2Aw7 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKgzr2Aw7 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKgzr2Aw7 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKgzr2Aw7 .mbr-text {
  color: #f7f5f6;
}
.cid-uQKgzr2Aw7 .item-name {
  color: #000000;
}
.cid-uQKgzr2Aw7 .item-role {
  color: #68707c;
}
.cid-uQKgzr2Aw7 .mbr-text,
.cid-uQKgzr2Aw7 .icon-wrapper {
  color: #000000;
}
.cid-uQKgzt2S0X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQKgzt2S0X hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQKgzt2S0X .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQKgzt2S0X .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQKgztxP4G {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKgztxP4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKgztxP4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKgztxP4G ul.haken,
.cid-uQKgztxP4G ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQKgztxP4G ul.haken li,
.cid-uQKgztxP4G ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQKgztxP4G ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKgztxP4G ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKgzubExA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQKgzubExA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQKgzubExA .item {
    margin-bottom: 1rem;
  }
}
.cid-uQKgzubExA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQKgzubExA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQKgzubExA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQKgzubExA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQKgzubExA .carousel-control,
.cid-uQKgzubExA .close {
  background: #1b1b1b;
}
.cid-uQKgzubExA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQKgzubExA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQKgzubExA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQKgzubExA .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQKgzubExA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQKgzubExA .close::before {
  content: '\e91a';
}
.cid-uQKgzubExA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQKgzubExA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQKgzubExA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKgzubExA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQKgzubExA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQKgzubExA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQKgzubExA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQKgzubExA .carousel-indicators li.active,
.cid-uQKgzubExA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQKgzubExA .carousel-indicators li::after,
.cid-uQKgzubExA .carousel-indicators li::before {
  content: none;
}
.cid-uQKgzubExA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQKgzubExA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKgzubExA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQKgzubExA .carousel-indicators {
    display: none;
  }
}
.cid-uQKgzubExA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQKgzubExA .carousel-inner > .active {
  display: block;
}
.cid-uQKgzubExA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKgzubExA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQKgzubExA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQKgzubExA .carousel-control,
  .cid-uQKgzubExA .carousel-indicators,
  .cid-uQKgzubExA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQKgzubExA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQKgzubExA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQKgzubExA .carousel-indicators .active,
.cid-uQKgzubExA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQKgzubExA .carousel-indicators .active {
  background: #fff;
}
.cid-uQKgzubExA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQKgzubExA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQKgzubExA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQKgzubExA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQKgzubExA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQKgzubExA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQKgzubExA .carousel {
  width: 100%;
}
.cid-uQKgzubExA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQKgzubExA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQKgzubExA .modal.fade .modal-dialog,
.cid-uQKgzubExA .modal.in .modal-dialog {
  transform: none;
}
.cid-uQKgzubExA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQKgzubExA .content-head {
  max-width: 800px;
}
.cid-uQKgzv3C5e {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQKgzv3C5e .muster {
  width: 100%;
}
.cid-uQKgzv3C5e #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQKgzv3C5e #text1,
.cid-uQKgzv3C5e #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQKgzv3C5e #text1,
  .cid-uQKgzv3C5e #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQKgzv3C5e #text1,
  .cid-uQKgzv3C5e #text2 {
    font-size: 30pt;
  }
}
.cid-uQKgzv3C5e .ing-bw {
  width: 100%;
}
.cid-uQKgzv3C5e .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQKgzv3C5e .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQKgzv3C5e p,
.cid-uQKgzv3C5e li,
.cid-uQKgzv3C5e a {
  font-weight: 200!important;
}
.cid-uQKgzv3C5e .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQKgzv3C5e .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQKgzv3C5e .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQKgzv3C5e .big {
  margin-bottom: 30px;
}
.cid-uQKgzv3C5e .big .lin a {
  font-weight: 300;
}
.cid-uQKgzv3C5e .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQKgzv3C5e .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQKgzv3C5e .mbr-text {
    padding: 0;
  }
}
.cid-uQKgzv3C5e a {
  transition: color .3s;
}
.cid-uQKgzvJcxK .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQKgzvJcxK .icon-bar {
    bottom: -60px;
  }
}
.cid-uQKgzvJcxK .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQKgzvJcxK .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQKgzvJcxK .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQKgzvJcxK .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQKgzvJcxK .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQKgzvJcxK .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQKgzvJcxK .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQKgzvJcxK .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQKgzvJcxK P {
  color: #232323;
}
.cid-uQKgzvJcxK DIV {
  color: #ffffff;
}
.cid-uQKgzvJcxK H10 {
  color: #767676;
}
.cid-uQKgzvJcxK .hidden {
  display: none;
}
.cid-uQKgzvJcxK div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQKpfFtF43 {
  z-index: 1000;
  width: 100%;
}
.cid-uQKpfFtF43 #IDmylogo {
  border-radius: 5px;
}
.cid-uQKpfFtF43 .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQKpfFtF43 .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQKpfFtF43 .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQKpfFtF43 .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQKpfFtF43 .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQKpfFtF43 .btn,
.cid-uQKpfFtF43 .btn-primary,
.cid-uQKpfFtF43 .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQKpfFtF43 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKpfFtF43 .dropdown-menu {
  padding: 0;
}
.cid-uQKpfFtF43 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQKpfFtF43 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQKpfFtF43 .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQKpfFtF43 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQKpfFtF43 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQKpfFtF43 .nav-link {
  position: relative;
}
.cid-uQKpfFtF43 .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQKpfFtF43 .dropdown-menu,
.cid-uQKpfFtF43 .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKpfFtF43 .nav-item:focus,
.cid-uQKpfFtF43 .nav-link:focus {
  outline: none;
}
.cid-uQKpfFtF43 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQKpfFtF43 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQKpfFtF43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQKpfFtF43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKpfFtF43 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQKpfFtF43 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQKpfFtF43 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQKpfFtF43 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQKpfFtF43 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQKpfFtF43 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQKpfFtF43 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQKpfFtF43 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQKpfFtF43 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQKpfFtF43 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQKpfFtF43 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQKpfFtF43 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQKpfFtF43 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQKpfFtF43 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQKpfFtF43 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQKpfFtF43 .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQKpfFtF43 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQKpfFtF43 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQKpfFtF43 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQKpfFtF43 .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKpfFtF43 .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .navbar-brand {
    display: none;
  }
}
.cid-uQKpfFtF43 .dropdown-item.active,
.cid-uQKpfFtF43 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQKpfFtF43 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQKpfFtF43 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQKpfFtF43 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQKpfFtF43 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKpfFtF43 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQKpfFtF43 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQKpfFtF43 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQKpfFtF43 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQKpfFtF43 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQKpfFtF43 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQKpfFtF43 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKpfFtF43 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKpfFtF43 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQKpfFtF43 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKpfFtF43 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQKpfFtF43 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQKpfFtF43 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKpfFtF43 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQKpfFtF43 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQKpfFtF43 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQKpfFtF43 .navbar {
    height: 70px;
  }
  .cid-uQKpfFtF43 .navbar.opened {
    height: auto;
  }
  .cid-uQKpfFtF43 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQKpfFtF43 .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQKpfFtF43 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQKpfFtF43 .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQKpfFtF43 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQKpfFtF43 .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKpfFtF43 .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQKpfFtF43 .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKpfFtF43 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQKpfFtF43 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQKpfFtF43 .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQKpfFtF43 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQKpfFtF43 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQKpfFtF43 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKpfFtF43 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQKpfFtF43 .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQKpfFtF43 .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQKpfFtF43 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQKpfFtF43 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQKpfFtF43 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQKpfFtF43 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQKpfFtF43 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQKpfFtF43 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQKpfFtF43 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQKpfFtF43 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQKpfFtF43 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .image-wrapper {
    display: none;
  }
}
.cid-uQKpfFtF43 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQKpfFtF43 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQKpfFtF43 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQKpfFtF43 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKpfFtF43 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKpfFtF43 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKpfFtF43 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKpfFtF43 .navbar-nav {
  display: flex !important;
}
.cid-uQKpfFtF43 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQKpfFtF43 .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQKpfFtF43 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQKpfFtF43 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQKpfFtF43 .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQKpfFtF43 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKpfFtF43 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKpfFtF43 .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKpfFtF43 .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKpfFtF43 .offcanvas_text {
  width: 60%;
}
.cid-uQKpfFtF43 .mbr-text {
  color: #FFFFFF;
}
.cid-uQKpfFtF43 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQKpfFtF43 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQKpfFtF43 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQKpfFtF43 .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQKpfFtF43 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQKpfFtF43 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQKpfFtF43 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKpfFtF43 .logo-wrap,
.cid-uQKpfFtF43 .btn-wrap,
.cid-uQKpfFtF43 .navbar-brand,
.cid-uQKpfFtF43 .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQKpfFtF43 .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQKpfFtF43 .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQKpfFtF43 .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQKpfG3ghG {
  background-image: url("../../../assets/images/solio-park006-2.jpg");
}
.cid-uQKpfG3ghG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKpfG3ghG .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQKpfG3ghG .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQKpfG3ghG .item-img {
    left: -260px;
  }
}
.cid-uQKpfG3ghG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQKpfG3ghG .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQKpfG3ghG .col {
    width: 40%;
  }
}
.cid-uQKpfG3ghG .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQKpfG3ghG .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQKpfG3ghG .card-wrapper .item-img,
.cid-uQKpfG3ghG .card-wrapper h1,
.cid-uQKpfG3ghG .card-wrapper h2,
.cid-uQKpfG3ghG .card-wrapper p,
.cid-uQKpfG3ghG .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQKpfG3ghG .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQKpfG3ghG .mbr-section-title {
  color: #ffffff;
}
.cid-uQKpfG3ghG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQKpfG3ghG .mbr-text,
.cid-uQKpfG3ghG .mbr-section-btn {
  color: #ffffff;
}
.cid-uQKpfGzuwo {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKpfGzuwo .btn {
  font-weight: 300 !important;
}
.cid-uQKpfGzuwo .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQKpfGzuwo .container {
    padding: 22px;
  }
}
.cid-uQKpfGzuwo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQKpfGzuwo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQKpfGzuwo .embla__slide .slide-content {
  width: 100%;
}
.cid-uQKpfGzuwo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQKpfGzuwo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQKpfGzuwo .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKpfGzuwo .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQKpfGzuwo .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQKpfGzuwo .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQKpfGzuwo .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQKpfGzuwo .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQKpfGzuwo .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQKpfGzuwo .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQKpfGzuwo .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQKpfGzuwo .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQKpfGzuwo .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQKpfGzuwo .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQKpfGzuwo .embla__slide .slide-content a {
  display: block;
}
.cid-uQKpfGzuwo .embla__button--next,
.cid-uQKpfGzuwo .embla__button--prev {
  display: flex;
}
.cid-uQKpfGzuwo .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQKpfGzuwo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQKpfGzuwo .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQKpfGzuwo .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQKpfGzuwo .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQKpfGzuwo .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQKpfGzuwo .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQKpfGzuwo .card {
  justify-content: center;
}
.cid-uQKpfGzuwo .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQKpfGzuwo .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQKpfGzuwo .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQKpfGzuwo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQKpfGzuwo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQKpfGzuwo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQKpfGzuwo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQKpfGzuwo .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQKpfGzuwo .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQKpfGzuwo .mbr-section-title {
  color: #ffffff;
}
.cid-uQKpfGzuwo .mbr-text {
  color: #000000;
}
.cid-uQKpfGzuwo .mbr-section-title,
.cid-uQKpfGzuwo .mbr-section-btn {
  color: #000000;
}
.cid-uQKpfHcjjM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKpfHcjjM .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKpfHcjjM .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKpfHcjjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKpfHcjjM .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-uQKpfHcjjM .container {
    padding: 0 15px;
  }
}
.cid-uQKpfHcjjM .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKpfHcjjM .image-wrapper {
  position: relative;
}
.cid-uQKpfHcjjM .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKpfHcjjM .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKpfHcjjM .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKpfHcjjM .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKpfHcjjM .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKpfHcjjM .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKpfHcjjM .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKpfHcjjM .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKpfHcjjM .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKpfHcjjM .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKpfHcjjM .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKpfHcjjM .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKpfHcjjM .mbr-text {
  color: #f7f5f6;
}
.cid-uQKpfHcjjM .item-name {
  color: #000000;
}
.cid-uQKpfHcjjM .item-role {
  color: #68707c;
}
.cid-uQKpfHcjjM .mbr-text,
.cid-uQKpfHcjjM .icon-wrapper {
  color: #000000;
}
.cid-uQKpfHHrXe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKpfHHrXe .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKpfHHrXe .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKpfHHrXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKpfHHrXe .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-uQKpfHHrXe .container {
    padding: 0 15px;
  }
}
.cid-uQKpfHHrXe .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKpfHHrXe .image-wrapper {
  position: relative;
}
.cid-uQKpfHHrXe .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKpfHHrXe .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKpfHHrXe .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKpfHHrXe .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKpfHHrXe .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKpfHHrXe .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKpfHHrXe .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKpfHHrXe .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKpfHHrXe .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKpfHHrXe .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKpfHHrXe .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKpfHHrXe .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKpfHHrXe .mbr-text {
  color: #f7f5f6;
}
.cid-uQKpfHHrXe .item-name {
  color: #000000;
}
.cid-uQKpfHHrXe .item-role {
  color: #68707c;
}
.cid-uQKpfHHrXe .mbr-text,
.cid-uQKpfHHrXe .icon-wrapper {
  color: #000000;
}
.cid-uQKpfIeqNc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKpfIeqNc .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKpfIeqNc .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKpfIeqNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKpfIeqNc .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-uQKpfIeqNc .container {
    padding: 0 15px;
  }
}
.cid-uQKpfIeqNc .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKpfIeqNc .image-wrapper {
  position: relative;
}
.cid-uQKpfIeqNc .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKpfIeqNc .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKpfIeqNc .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKpfIeqNc .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKpfIeqNc .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKpfIeqNc .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKpfIeqNc .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKpfIeqNc .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKpfIeqNc .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKpfIeqNc .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKpfIeqNc .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKpfIeqNc .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKpfIeqNc .mbr-text {
  color: #f7f5f6;
}
.cid-uQKpfIeqNc .item-name {
  color: #000000;
}
.cid-uQKpfIeqNc .item-role {
  color: #68707c;
}
.cid-uQKpfIeqNc .mbr-text,
.cid-uQKpfIeqNc .icon-wrapper {
  color: #000000;
}
.cid-uQKqo4gy6m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKqo4gy6m .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKqo4gy6m .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKqo4gy6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKqo4gy6m .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-uQKqo4gy6m .container {
    padding: 0 15px;
  }
}
.cid-uQKqo4gy6m .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKqo4gy6m .image-wrapper {
  position: relative;
}
.cid-uQKqo4gy6m .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKqo4gy6m .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKqo4gy6m .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKqo4gy6m .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKqo4gy6m .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKqo4gy6m .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKqo4gy6m .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKqo4gy6m .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKqo4gy6m .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKqo4gy6m .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKqo4gy6m .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKqo4gy6m .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKqo4gy6m .mbr-text {
  color: #f7f5f6;
}
.cid-uQKqo4gy6m .item-name {
  color: #000000;
}
.cid-uQKqo4gy6m .item-role {
  color: #68707c;
}
.cid-uQKqo4gy6m .mbr-text,
.cid-uQKqo4gy6m .icon-wrapper {
  color: #000000;
}
.cid-uQKpfILe4B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQKpfILe4B hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQKpfILe4B .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQKpfILe4B .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQKpfJf5hO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKpfJf5hO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKpfJf5hO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKpfJf5hO ul.haken,
.cid-uQKpfJf5hO ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQKpfJf5hO ul.haken li,
.cid-uQKpfJf5hO ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQKpfJf5hO ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKpfJf5hO ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKpfJNxvE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQKpfJNxvE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQKpfJNxvE .item {
    margin-bottom: 1rem;
  }
}
.cid-uQKpfJNxvE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQKpfJNxvE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQKpfJNxvE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQKpfJNxvE .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQKpfJNxvE .carousel-control,
.cid-uQKpfJNxvE .close {
  background: #1b1b1b;
}
.cid-uQKpfJNxvE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQKpfJNxvE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQKpfJNxvE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQKpfJNxvE .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQKpfJNxvE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQKpfJNxvE .close::before {
  content: '\e91a';
}
.cid-uQKpfJNxvE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQKpfJNxvE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQKpfJNxvE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKpfJNxvE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQKpfJNxvE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQKpfJNxvE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQKpfJNxvE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQKpfJNxvE .carousel-indicators li.active,
.cid-uQKpfJNxvE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQKpfJNxvE .carousel-indicators li::after,
.cid-uQKpfJNxvE .carousel-indicators li::before {
  content: none;
}
.cid-uQKpfJNxvE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQKpfJNxvE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKpfJNxvE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQKpfJNxvE .carousel-indicators {
    display: none;
  }
}
.cid-uQKpfJNxvE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQKpfJNxvE .carousel-inner > .active {
  display: block;
}
.cid-uQKpfJNxvE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKpfJNxvE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQKpfJNxvE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQKpfJNxvE .carousel-control,
  .cid-uQKpfJNxvE .carousel-indicators,
  .cid-uQKpfJNxvE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQKpfJNxvE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQKpfJNxvE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQKpfJNxvE .carousel-indicators .active,
.cid-uQKpfJNxvE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQKpfJNxvE .carousel-indicators .active {
  background: #fff;
}
.cid-uQKpfJNxvE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQKpfJNxvE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQKpfJNxvE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQKpfJNxvE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQKpfJNxvE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQKpfJNxvE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQKpfJNxvE .carousel {
  width: 100%;
}
.cid-uQKpfJNxvE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQKpfJNxvE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQKpfJNxvE .modal.fade .modal-dialog,
.cid-uQKpfJNxvE .modal.in .modal-dialog {
  transform: none;
}
.cid-uQKpfJNxvE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQKpfJNxvE .content-head {
  max-width: 800px;
}
.cid-uQKpfL19dA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQKpfL19dA .muster {
  width: 100%;
}
.cid-uQKpfL19dA #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQKpfL19dA #text1,
.cid-uQKpfL19dA #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQKpfL19dA #text1,
  .cid-uQKpfL19dA #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQKpfL19dA #text1,
  .cid-uQKpfL19dA #text2 {
    font-size: 30pt;
  }
}
.cid-uQKpfL19dA .ing-bw {
  width: 100%;
}
.cid-uQKpfL19dA .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQKpfL19dA .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQKpfL19dA p,
.cid-uQKpfL19dA li,
.cid-uQKpfL19dA a {
  font-weight: 200!important;
}
.cid-uQKpfL19dA .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQKpfL19dA .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQKpfL19dA .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQKpfL19dA .big {
  margin-bottom: 30px;
}
.cid-uQKpfL19dA .big .lin a {
  font-weight: 300;
}
.cid-uQKpfL19dA .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQKpfL19dA .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQKpfL19dA .mbr-text {
    padding: 0;
  }
}
.cid-uQKpfL19dA a {
  transition: color .3s;
}
.cid-uQKpfLDd62 .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQKpfLDd62 .icon-bar {
    bottom: -60px;
  }
}
.cid-uQKpfLDd62 .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQKpfLDd62 .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQKpfLDd62 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQKpfLDd62 .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQKpfLDd62 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQKpfLDd62 .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQKpfLDd62 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQKpfLDd62 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQKpfLDd62 P {
  color: #232323;
}
.cid-uQKpfLDd62 DIV {
  color: #ffffff;
}
.cid-uQKpfLDd62 H10 {
  color: #767676;
}
.cid-uQKpfLDd62 .hidden {
  display: none;
}
.cid-uQKpfLDd62 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQKwNCjsTL {
  z-index: 1000;
  width: 100%;
}
.cid-uQKwNCjsTL #IDmylogo {
  border-radius: 5px;
}
.cid-uQKwNCjsTL .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQKwNCjsTL .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQKwNCjsTL .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQKwNCjsTL .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQKwNCjsTL .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQKwNCjsTL .btn,
.cid-uQKwNCjsTL .btn-primary,
.cid-uQKwNCjsTL .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQKwNCjsTL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKwNCjsTL .dropdown-menu {
  padding: 0;
}
.cid-uQKwNCjsTL .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQKwNCjsTL .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQKwNCjsTL .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQKwNCjsTL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQKwNCjsTL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQKwNCjsTL .nav-link {
  position: relative;
}
.cid-uQKwNCjsTL .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQKwNCjsTL .dropdown-menu,
.cid-uQKwNCjsTL .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKwNCjsTL .nav-item:focus,
.cid-uQKwNCjsTL .nav-link:focus {
  outline: none;
}
.cid-uQKwNCjsTL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQKwNCjsTL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQKwNCjsTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQKwNCjsTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKwNCjsTL .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQKwNCjsTL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQKwNCjsTL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQKwNCjsTL .navbar .navbar-logo img {
  width: auto;
}
.cid-uQKwNCjsTL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQKwNCjsTL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQKwNCjsTL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQKwNCjsTL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQKwNCjsTL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQKwNCjsTL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQKwNCjsTL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQKwNCjsTL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQKwNCjsTL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQKwNCjsTL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQKwNCjsTL .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQKwNCjsTL .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQKwNCjsTL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQKwNCjsTL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQKwNCjsTL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQKwNCjsTL .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKwNCjsTL .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .navbar-brand {
    display: none;
  }
}
.cid-uQKwNCjsTL .dropdown-item.active,
.cid-uQKwNCjsTL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQKwNCjsTL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQKwNCjsTL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQKwNCjsTL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQKwNCjsTL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKwNCjsTL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQKwNCjsTL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQKwNCjsTL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQKwNCjsTL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQKwNCjsTL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQKwNCjsTL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQKwNCjsTL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKwNCjsTL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKwNCjsTL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQKwNCjsTL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKwNCjsTL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQKwNCjsTL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQKwNCjsTL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKwNCjsTL .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQKwNCjsTL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQKwNCjsTL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQKwNCjsTL .navbar {
    height: 70px;
  }
  .cid-uQKwNCjsTL .navbar.opened {
    height: auto;
  }
  .cid-uQKwNCjsTL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQKwNCjsTL .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQKwNCjsTL .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQKwNCjsTL .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQKwNCjsTL .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQKwNCjsTL .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKwNCjsTL .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQKwNCjsTL .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKwNCjsTL .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQKwNCjsTL .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQKwNCjsTL .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQKwNCjsTL .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQKwNCjsTL .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQKwNCjsTL .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKwNCjsTL .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQKwNCjsTL .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQKwNCjsTL .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQKwNCjsTL .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQKwNCjsTL .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQKwNCjsTL .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQKwNCjsTL .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQKwNCjsTL nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQKwNCjsTL .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQKwNCjsTL .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQKwNCjsTL .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQKwNCjsTL .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .image-wrapper {
    display: none;
  }
}
.cid-uQKwNCjsTL .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQKwNCjsTL .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQKwNCjsTL .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQKwNCjsTL .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKwNCjsTL .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKwNCjsTL .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKwNCjsTL .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKwNCjsTL .navbar-nav {
  display: flex !important;
}
.cid-uQKwNCjsTL .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQKwNCjsTL .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQKwNCjsTL .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQKwNCjsTL .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQKwNCjsTL .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQKwNCjsTL .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKwNCjsTL .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKwNCjsTL .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKwNCjsTL .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKwNCjsTL .offcanvas_text {
  width: 60%;
}
.cid-uQKwNCjsTL .mbr-text {
  color: #FFFFFF;
}
.cid-uQKwNCjsTL .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQKwNCjsTL .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQKwNCjsTL .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQKwNCjsTL .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQKwNCjsTL .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQKwNCjsTL .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQKwNCjsTL .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKwNCjsTL .logo-wrap,
.cid-uQKwNCjsTL .btn-wrap,
.cid-uQKwNCjsTL .navbar-brand,
.cid-uQKwNCjsTL .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQKwNCjsTL .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQKwNCjsTL .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQKwNCjsTL .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQKwND1u07 {
  background-image: url("../../../assets/images/flamingos.jpg");
}
.cid-uQKwND1u07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKwND1u07 .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQKwND1u07 .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQKwND1u07 .item-img {
    left: -260px;
  }
}
.cid-uQKwND1u07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQKwND1u07 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQKwND1u07 .col {
    width: 40%;
  }
}
.cid-uQKwND1u07 .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQKwND1u07 .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQKwND1u07 .card-wrapper .item-img,
.cid-uQKwND1u07 .card-wrapper h1,
.cid-uQKwND1u07 .card-wrapper h2,
.cid-uQKwND1u07 .card-wrapper p,
.cid-uQKwND1u07 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQKwND1u07 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQKwND1u07 .mbr-section-title {
  color: #ffffff;
}
.cid-uQKwND1u07 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQKwND1u07 .mbr-text,
.cid-uQKwND1u07 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQKwNDIG6s {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKwNDIG6s .btn {
  font-weight: 300 !important;
}
.cid-uQKwNDIG6s .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQKwNDIG6s .container {
    padding: 22px;
  }
}
.cid-uQKwNDIG6s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQKwNDIG6s .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQKwNDIG6s .embla__slide .slide-content {
  width: 100%;
}
.cid-uQKwNDIG6s .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQKwNDIG6s .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQKwNDIG6s .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKwNDIG6s .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQKwNDIG6s .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQKwNDIG6s .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQKwNDIG6s .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQKwNDIG6s .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQKwNDIG6s .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQKwNDIG6s .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQKwNDIG6s .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQKwNDIG6s .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQKwNDIG6s .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQKwNDIG6s .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQKwNDIG6s .embla__slide .slide-content a {
  display: block;
}
.cid-uQKwNDIG6s .embla__button--next,
.cid-uQKwNDIG6s .embla__button--prev {
  display: flex;
}
.cid-uQKwNDIG6s .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQKwNDIG6s .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQKwNDIG6s .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQKwNDIG6s .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQKwNDIG6s .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQKwNDIG6s .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQKwNDIG6s .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQKwNDIG6s .card {
  justify-content: center;
}
.cid-uQKwNDIG6s .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQKwNDIG6s .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQKwNDIG6s .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQKwNDIG6s .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQKwNDIG6s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQKwNDIG6s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQKwNDIG6s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQKwNDIG6s .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQKwNDIG6s .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQKwNDIG6s .mbr-section-title {
  color: #ffffff;
}
.cid-uQKwNDIG6s .mbr-text {
  color: #000000;
}
.cid-uQKwNDIG6s .mbr-section-title,
.cid-uQKwNDIG6s .mbr-section-btn {
  color: #000000;
}
.cid-uQKwNEAxVq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKwNEAxVq .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKwNEAxVq .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKwNEAxVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKwNEAxVq .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-uQKwNEAxVq .container {
    padding: 0 15px;
  }
}
.cid-uQKwNEAxVq .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKwNEAxVq .image-wrapper {
  position: relative;
}
.cid-uQKwNEAxVq .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKwNEAxVq .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKwNEAxVq .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKwNEAxVq .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKwNEAxVq .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKwNEAxVq .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKwNEAxVq .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKwNEAxVq .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKwNEAxVq .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKwNEAxVq .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKwNEAxVq .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKwNEAxVq .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKwNEAxVq .mbr-text {
  color: #f7f5f6;
}
.cid-uQKwNEAxVq .item-name {
  color: #000000;
}
.cid-uQKwNEAxVq .item-role {
  color: #68707c;
}
.cid-uQKwNEAxVq .mbr-text,
.cid-uQKwNEAxVq .icon-wrapper {
  color: #000000;
}
.cid-uQKwNF9UoQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKwNF9UoQ .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKwNF9UoQ .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKwNF9UoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKwNF9UoQ .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-uQKwNF9UoQ .container {
    padding: 0 15px;
  }
}
.cid-uQKwNF9UoQ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKwNF9UoQ .image-wrapper {
  position: relative;
}
.cid-uQKwNF9UoQ .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKwNF9UoQ .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKwNF9UoQ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKwNF9UoQ .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKwNF9UoQ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKwNF9UoQ .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKwNF9UoQ .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKwNF9UoQ .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKwNF9UoQ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKwNF9UoQ .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKwNF9UoQ .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKwNF9UoQ .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKwNF9UoQ .mbr-text {
  color: #f7f5f6;
}
.cid-uQKwNF9UoQ .item-name {
  color: #000000;
}
.cid-uQKwNF9UoQ .item-role {
  color: #68707c;
}
.cid-uQKwNF9UoQ .mbr-text,
.cid-uQKwNF9UoQ .icon-wrapper {
  color: #000000;
}
.cid-uQKwNFJGHp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKwNFJGHp .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKwNFJGHp .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKwNFJGHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKwNFJGHp .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-uQKwNFJGHp .container {
    padding: 0 15px;
  }
}
.cid-uQKwNFJGHp .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKwNFJGHp .image-wrapper {
  position: relative;
}
.cid-uQKwNFJGHp .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKwNFJGHp .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKwNFJGHp .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKwNFJGHp .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKwNFJGHp .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKwNFJGHp .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKwNFJGHp .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKwNFJGHp .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKwNFJGHp .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKwNFJGHp .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKwNFJGHp .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKwNFJGHp .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKwNFJGHp .mbr-text {
  color: #f7f5f6;
}
.cid-uQKwNFJGHp .item-name {
  color: #000000;
}
.cid-uQKwNFJGHp .item-role {
  color: #68707c;
}
.cid-uQKwNFJGHp .mbr-text,
.cid-uQKwNFJGHp .icon-wrapper {
  color: #000000;
}
.cid-uQKwNGk8gW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKwNGk8gW .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKwNGk8gW .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKwNGk8gW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKwNGk8gW .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-uQKwNGk8gW .container {
    padding: 0 15px;
  }
}
.cid-uQKwNGk8gW .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKwNGk8gW .image-wrapper {
  position: relative;
}
.cid-uQKwNGk8gW .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKwNGk8gW .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKwNGk8gW .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKwNGk8gW .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKwNGk8gW .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKwNGk8gW .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKwNGk8gW .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKwNGk8gW .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKwNGk8gW .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKwNGk8gW .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKwNGk8gW .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKwNGk8gW .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKwNGk8gW .mbr-text {
  color: #f7f5f6;
}
.cid-uQKwNGk8gW .item-name {
  color: #000000;
}
.cid-uQKwNGk8gW .item-role {
  color: #68707c;
}
.cid-uQKwNGk8gW .mbr-text,
.cid-uQKwNGk8gW .icon-wrapper {
  color: #000000;
}
.cid-uQKA38IGqd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKA38IGqd .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKA38IGqd .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKA38IGqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKA38IGqd .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-uQKA38IGqd .container {
    padding: 0 15px;
  }
}
.cid-uQKA38IGqd .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKA38IGqd .image-wrapper {
  position: relative;
}
.cid-uQKA38IGqd .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKA38IGqd .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKA38IGqd .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKA38IGqd .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKA38IGqd .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKA38IGqd .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKA38IGqd .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKA38IGqd .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKA38IGqd .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKA38IGqd .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKA38IGqd .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKA38IGqd .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKA38IGqd .mbr-text {
  color: #f7f5f6;
}
.cid-uQKA38IGqd .item-name {
  color: #000000;
}
.cid-uQKA38IGqd .item-role {
  color: #68707c;
}
.cid-uQKA38IGqd .mbr-text,
.cid-uQKA38IGqd .icon-wrapper {
  color: #000000;
}
.cid-uQKwNGW73S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQKwNGW73S hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQKwNGW73S .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQKwNGW73S .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQKwNHqIOq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKwNHqIOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKwNHqIOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKwNHqIOq ul.haken,
.cid-uQKwNHqIOq ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQKwNHqIOq ul.haken li,
.cid-uQKwNHqIOq ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQKwNHqIOq ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKwNHqIOq ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKwNI6Yma {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQKwNI6Yma .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQKwNI6Yma .item {
    margin-bottom: 1rem;
  }
}
.cid-uQKwNI6Yma .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQKwNI6Yma .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQKwNI6Yma .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQKwNI6Yma .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQKwNI6Yma .carousel-control,
.cid-uQKwNI6Yma .close {
  background: #1b1b1b;
}
.cid-uQKwNI6Yma .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQKwNI6Yma .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQKwNI6Yma .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQKwNI6Yma .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQKwNI6Yma .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQKwNI6Yma .close::before {
  content: '\e91a';
}
.cid-uQKwNI6Yma .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQKwNI6Yma .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQKwNI6Yma .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKwNI6Yma .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQKwNI6Yma .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQKwNI6Yma .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQKwNI6Yma .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQKwNI6Yma .carousel-indicators li.active,
.cid-uQKwNI6Yma .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQKwNI6Yma .carousel-indicators li::after,
.cid-uQKwNI6Yma .carousel-indicators li::before {
  content: none;
}
.cid-uQKwNI6Yma .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQKwNI6Yma .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKwNI6Yma .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQKwNI6Yma .carousel-indicators {
    display: none;
  }
}
.cid-uQKwNI6Yma .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQKwNI6Yma .carousel-inner > .active {
  display: block;
}
.cid-uQKwNI6Yma .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKwNI6Yma .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQKwNI6Yma .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQKwNI6Yma .carousel-control,
  .cid-uQKwNI6Yma .carousel-indicators,
  .cid-uQKwNI6Yma .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQKwNI6Yma .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQKwNI6Yma .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQKwNI6Yma .carousel-indicators .active,
.cid-uQKwNI6Yma .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQKwNI6Yma .carousel-indicators .active {
  background: #fff;
}
.cid-uQKwNI6Yma .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQKwNI6Yma .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQKwNI6Yma .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQKwNI6Yma .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQKwNI6Yma .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQKwNI6Yma .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQKwNI6Yma .carousel {
  width: 100%;
}
.cid-uQKwNI6Yma .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQKwNI6Yma .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQKwNI6Yma .modal.fade .modal-dialog,
.cid-uQKwNI6Yma .modal.in .modal-dialog {
  transform: none;
}
.cid-uQKwNI6Yma .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQKwNI6Yma .content-head {
  max-width: 800px;
}
.cid-uQKwNJwAT8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQKwNJwAT8 .muster {
  width: 100%;
}
.cid-uQKwNJwAT8 #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQKwNJwAT8 #text1,
.cid-uQKwNJwAT8 #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQKwNJwAT8 #text1,
  .cid-uQKwNJwAT8 #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQKwNJwAT8 #text1,
  .cid-uQKwNJwAT8 #text2 {
    font-size: 30pt;
  }
}
.cid-uQKwNJwAT8 .ing-bw {
  width: 100%;
}
.cid-uQKwNJwAT8 .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQKwNJwAT8 .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQKwNJwAT8 p,
.cid-uQKwNJwAT8 li,
.cid-uQKwNJwAT8 a {
  font-weight: 200!important;
}
.cid-uQKwNJwAT8 .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQKwNJwAT8 .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQKwNJwAT8 .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQKwNJwAT8 .big {
  margin-bottom: 30px;
}
.cid-uQKwNJwAT8 .big .lin a {
  font-weight: 300;
}
.cid-uQKwNJwAT8 .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQKwNJwAT8 .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQKwNJwAT8 .mbr-text {
    padding: 0;
  }
}
.cid-uQKwNJwAT8 a {
  transition: color .3s;
}
.cid-uQKwNKdOsQ .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQKwNKdOsQ .icon-bar {
    bottom: -60px;
  }
}
.cid-uQKwNKdOsQ .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQKwNKdOsQ .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQKwNKdOsQ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQKwNKdOsQ .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQKwNKdOsQ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQKwNKdOsQ .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQKwNKdOsQ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQKwNKdOsQ .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQKwNKdOsQ P {
  color: #232323;
}
.cid-uQKwNKdOsQ DIV {
  color: #ffffff;
}
.cid-uQKwNKdOsQ H10 {
  color: #767676;
}
.cid-uQKwNKdOsQ .hidden {
  display: none;
}
.cid-uQKwNKdOsQ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQKB6gC8cE {
  z-index: 1000;
  width: 100%;
}
.cid-uQKB6gC8cE #IDmylogo {
  border-radius: 5px;
}
.cid-uQKB6gC8cE .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQKB6gC8cE .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQKB6gC8cE .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQKB6gC8cE .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQKB6gC8cE .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQKB6gC8cE .btn,
.cid-uQKB6gC8cE .btn-primary,
.cid-uQKB6gC8cE .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQKB6gC8cE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKB6gC8cE .dropdown-menu {
  padding: 0;
}
.cid-uQKB6gC8cE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQKB6gC8cE .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQKB6gC8cE .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQKB6gC8cE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQKB6gC8cE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQKB6gC8cE .nav-link {
  position: relative;
}
.cid-uQKB6gC8cE .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQKB6gC8cE .dropdown-menu,
.cid-uQKB6gC8cE .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKB6gC8cE .nav-item:focus,
.cid-uQKB6gC8cE .nav-link:focus {
  outline: none;
}
.cid-uQKB6gC8cE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQKB6gC8cE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQKB6gC8cE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQKB6gC8cE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKB6gC8cE .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQKB6gC8cE .navbar.opened {
  transition: all 0.3s;
}
.cid-uQKB6gC8cE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQKB6gC8cE .navbar .navbar-logo img {
  width: auto;
}
.cid-uQKB6gC8cE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQKB6gC8cE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQKB6gC8cE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQKB6gC8cE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQKB6gC8cE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQKB6gC8cE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQKB6gC8cE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQKB6gC8cE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQKB6gC8cE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQKB6gC8cE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQKB6gC8cE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQKB6gC8cE .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQKB6gC8cE .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQKB6gC8cE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQKB6gC8cE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQKB6gC8cE .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKB6gC8cE .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .navbar-brand {
    display: none;
  }
}
.cid-uQKB6gC8cE .dropdown-item.active,
.cid-uQKB6gC8cE .dropdown-item:active {
  background-color: transparent;
}
.cid-uQKB6gC8cE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQKB6gC8cE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQKB6gC8cE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQKB6gC8cE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKB6gC8cE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQKB6gC8cE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQKB6gC8cE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQKB6gC8cE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQKB6gC8cE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQKB6gC8cE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQKB6gC8cE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKB6gC8cE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKB6gC8cE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQKB6gC8cE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKB6gC8cE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQKB6gC8cE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQKB6gC8cE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKB6gC8cE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQKB6gC8cE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQKB6gC8cE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQKB6gC8cE .navbar {
    height: 70px;
  }
  .cid-uQKB6gC8cE .navbar.opened {
    height: auto;
  }
  .cid-uQKB6gC8cE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQKB6gC8cE .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQKB6gC8cE .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQKB6gC8cE .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQKB6gC8cE .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQKB6gC8cE .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKB6gC8cE .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQKB6gC8cE .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKB6gC8cE .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQKB6gC8cE .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQKB6gC8cE .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQKB6gC8cE .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQKB6gC8cE .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQKB6gC8cE .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKB6gC8cE .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQKB6gC8cE .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQKB6gC8cE .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQKB6gC8cE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQKB6gC8cE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQKB6gC8cE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQKB6gC8cE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQKB6gC8cE nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQKB6gC8cE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQKB6gC8cE .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQKB6gC8cE .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQKB6gC8cE .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .image-wrapper {
    display: none;
  }
}
.cid-uQKB6gC8cE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQKB6gC8cE .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQKB6gC8cE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQKB6gC8cE .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKB6gC8cE .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKB6gC8cE .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKB6gC8cE .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKB6gC8cE .navbar-nav {
  display: flex !important;
}
.cid-uQKB6gC8cE .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQKB6gC8cE .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQKB6gC8cE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQKB6gC8cE .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQKB6gC8cE .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQKB6gC8cE .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKB6gC8cE .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKB6gC8cE .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKB6gC8cE .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKB6gC8cE .offcanvas_text {
  width: 60%;
}
.cid-uQKB6gC8cE .mbr-text {
  color: #FFFFFF;
}
.cid-uQKB6gC8cE .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQKB6gC8cE .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQKB6gC8cE .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQKB6gC8cE .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQKB6gC8cE .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQKB6gC8cE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQKB6gC8cE .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKB6gC8cE .logo-wrap,
.cid-uQKB6gC8cE .btn-wrap,
.cid-uQKB6gC8cE .navbar-brand,
.cid-uQKB6gC8cE .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQKB6gC8cE .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQKB6gC8cE .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQKB6gC8cE .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQKB6hkJ0E {
  background-image: url("../../../assets/images/tsavo-strasse.jpg");
}
.cid-uQKB6hkJ0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKB6hkJ0E .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQKB6hkJ0E .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQKB6hkJ0E .item-img {
    left: -260px;
  }
}
.cid-uQKB6hkJ0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQKB6hkJ0E .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQKB6hkJ0E .col {
    width: 40%;
  }
}
.cid-uQKB6hkJ0E .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQKB6hkJ0E .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQKB6hkJ0E .card-wrapper .item-img,
.cid-uQKB6hkJ0E .card-wrapper h1,
.cid-uQKB6hkJ0E .card-wrapper h2,
.cid-uQKB6hkJ0E .card-wrapper p,
.cid-uQKB6hkJ0E .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQKB6hkJ0E .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQKB6hkJ0E .mbr-section-title {
  color: #ffffff;
}
.cid-uQKB6hkJ0E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQKB6hkJ0E .mbr-text,
.cid-uQKB6hkJ0E .mbr-section-btn {
  color: #ffffff;
}
.cid-uQKB6i6LL2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKB6i6LL2 .btn {
  font-weight: 300 !important;
}
.cid-uQKB6i6LL2 .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQKB6i6LL2 .container {
    padding: 22px;
  }
}
.cid-uQKB6i6LL2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQKB6i6LL2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQKB6i6LL2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQKB6i6LL2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKB6i6LL2 .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQKB6i6LL2 .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQKB6i6LL2 .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQKB6i6LL2 .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQKB6i6LL2 .embla__slide .slide-content a {
  display: block;
}
.cid-uQKB6i6LL2 .embla__button--next,
.cid-uQKB6i6LL2 .embla__button--prev {
  display: flex;
}
.cid-uQKB6i6LL2 .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQKB6i6LL2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQKB6i6LL2 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQKB6i6LL2 .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQKB6i6LL2 .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQKB6i6LL2 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQKB6i6LL2 .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQKB6i6LL2 .card {
  justify-content: center;
}
.cid-uQKB6i6LL2 .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQKB6i6LL2 .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQKB6i6LL2 .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQKB6i6LL2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQKB6i6LL2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQKB6i6LL2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQKB6i6LL2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQKB6i6LL2 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQKB6i6LL2 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQKB6i6LL2 .mbr-section-title {
  color: #ffffff;
}
.cid-uQKB6i6LL2 .mbr-text {
  color: #000000;
}
.cid-uQKB6i6LL2 .mbr-section-title,
.cid-uQKB6i6LL2 .mbr-section-btn {
  color: #000000;
}
.cid-uQKB6iWhsJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKB6iWhsJ .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKB6iWhsJ .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKB6iWhsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKB6iWhsJ .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-uQKB6iWhsJ .container {
    padding: 0 15px;
  }
}
.cid-uQKB6iWhsJ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKB6iWhsJ .image-wrapper {
  position: relative;
}
.cid-uQKB6iWhsJ .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKB6iWhsJ .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKB6iWhsJ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKB6iWhsJ .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKB6iWhsJ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKB6iWhsJ .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKB6iWhsJ .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKB6iWhsJ .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKB6iWhsJ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKB6iWhsJ .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKB6iWhsJ .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKB6iWhsJ .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKB6iWhsJ .mbr-text {
  color: #f7f5f6;
}
.cid-uQKB6iWhsJ .item-name {
  color: #000000;
}
.cid-uQKB6iWhsJ .item-role {
  color: #68707c;
}
.cid-uQKB6iWhsJ .mbr-text,
.cid-uQKB6iWhsJ .icon-wrapper {
  color: #000000;
}
.cid-uQKB6m4S22 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQKB6m4S22 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQKB6m4S22 .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQKB6m4S22 .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQKB6mBBPG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKB6mBBPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKB6mBBPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKB6mBBPG ul.haken,
.cid-uQKB6mBBPG ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQKB6mBBPG ul.haken li,
.cid-uQKB6mBBPG ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQKB6mBBPG ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKB6mBBPG ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKB6nbQ3r {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQKB6nbQ3r .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQKB6nbQ3r .item {
    margin-bottom: 1rem;
  }
}
.cid-uQKB6nbQ3r .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQKB6nbQ3r .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQKB6nbQ3r .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQKB6nbQ3r .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQKB6nbQ3r .carousel-control,
.cid-uQKB6nbQ3r .close {
  background: #1b1b1b;
}
.cid-uQKB6nbQ3r .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQKB6nbQ3r .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQKB6nbQ3r .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQKB6nbQ3r .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQKB6nbQ3r .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQKB6nbQ3r .close::before {
  content: '\e91a';
}
.cid-uQKB6nbQ3r .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQKB6nbQ3r .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQKB6nbQ3r .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKB6nbQ3r .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQKB6nbQ3r .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQKB6nbQ3r .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQKB6nbQ3r .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQKB6nbQ3r .carousel-indicators li.active,
.cid-uQKB6nbQ3r .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQKB6nbQ3r .carousel-indicators li::after,
.cid-uQKB6nbQ3r .carousel-indicators li::before {
  content: none;
}
.cid-uQKB6nbQ3r .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQKB6nbQ3r .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKB6nbQ3r .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQKB6nbQ3r .carousel-indicators {
    display: none;
  }
}
.cid-uQKB6nbQ3r .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQKB6nbQ3r .carousel-inner > .active {
  display: block;
}
.cid-uQKB6nbQ3r .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKB6nbQ3r .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQKB6nbQ3r .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQKB6nbQ3r .carousel-control,
  .cid-uQKB6nbQ3r .carousel-indicators,
  .cid-uQKB6nbQ3r .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQKB6nbQ3r .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQKB6nbQ3r .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQKB6nbQ3r .carousel-indicators .active,
.cid-uQKB6nbQ3r .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQKB6nbQ3r .carousel-indicators .active {
  background: #fff;
}
.cid-uQKB6nbQ3r .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQKB6nbQ3r .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQKB6nbQ3r .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQKB6nbQ3r .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQKB6nbQ3r .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQKB6nbQ3r .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQKB6nbQ3r .carousel {
  width: 100%;
}
.cid-uQKB6nbQ3r .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQKB6nbQ3r .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQKB6nbQ3r .modal.fade .modal-dialog,
.cid-uQKB6nbQ3r .modal.in .modal-dialog {
  transform: none;
}
.cid-uQKB6nbQ3r .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQKB6nbQ3r .content-head {
  max-width: 800px;
}
.cid-uQKB6oA3zw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQKB6oA3zw .muster {
  width: 100%;
}
.cid-uQKB6oA3zw #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQKB6oA3zw #text1,
.cid-uQKB6oA3zw #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQKB6oA3zw #text1,
  .cid-uQKB6oA3zw #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQKB6oA3zw #text1,
  .cid-uQKB6oA3zw #text2 {
    font-size: 30pt;
  }
}
.cid-uQKB6oA3zw .ing-bw {
  width: 100%;
}
.cid-uQKB6oA3zw .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQKB6oA3zw .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQKB6oA3zw p,
.cid-uQKB6oA3zw li,
.cid-uQKB6oA3zw a {
  font-weight: 200!important;
}
.cid-uQKB6oA3zw .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQKB6oA3zw .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQKB6oA3zw .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQKB6oA3zw .big {
  margin-bottom: 30px;
}
.cid-uQKB6oA3zw .big .lin a {
  font-weight: 300;
}
.cid-uQKB6oA3zw .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQKB6oA3zw .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQKB6oA3zw .mbr-text {
    padding: 0;
  }
}
.cid-uQKB6oA3zw a {
  transition: color .3s;
}
.cid-uQKB6peZCX .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQKB6peZCX .icon-bar {
    bottom: -60px;
  }
}
.cid-uQKB6peZCX .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQKB6peZCX .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQKB6peZCX .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQKB6peZCX .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQKB6peZCX .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQKB6peZCX .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQKB6peZCX .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQKB6peZCX .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQKB6peZCX P {
  color: #232323;
}
.cid-uQKB6peZCX DIV {
  color: #ffffff;
}
.cid-uQKB6peZCX H10 {
  color: #767676;
}
.cid-uQKB6peZCX .hidden {
  display: none;
}
.cid-uQKB6peZCX div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQKGMP0hdI {
  z-index: 1000;
  width: 100%;
}
.cid-uQKGMP0hdI #IDmylogo {
  border-radius: 5px;
}
.cid-uQKGMP0hdI .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQKGMP0hdI .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQKGMP0hdI .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQKGMP0hdI .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQKGMP0hdI .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQKGMP0hdI .btn,
.cid-uQKGMP0hdI .btn-primary,
.cid-uQKGMP0hdI .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQKGMP0hdI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKGMP0hdI .dropdown-menu {
  padding: 0;
}
.cid-uQKGMP0hdI .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQKGMP0hdI .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQKGMP0hdI .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQKGMP0hdI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQKGMP0hdI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQKGMP0hdI .nav-link {
  position: relative;
}
.cid-uQKGMP0hdI .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQKGMP0hdI .dropdown-menu,
.cid-uQKGMP0hdI .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKGMP0hdI .nav-item:focus,
.cid-uQKGMP0hdI .nav-link:focus {
  outline: none;
}
.cid-uQKGMP0hdI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQKGMP0hdI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQKGMP0hdI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQKGMP0hdI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKGMP0hdI .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQKGMP0hdI .navbar.opened {
  transition: all 0.3s;
}
.cid-uQKGMP0hdI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQKGMP0hdI .navbar .navbar-logo img {
  width: auto;
}
.cid-uQKGMP0hdI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQKGMP0hdI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQKGMP0hdI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQKGMP0hdI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQKGMP0hdI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQKGMP0hdI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQKGMP0hdI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQKGMP0hdI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQKGMP0hdI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQKGMP0hdI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQKGMP0hdI .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQKGMP0hdI .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQKGMP0hdI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQKGMP0hdI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQKGMP0hdI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQKGMP0hdI .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKGMP0hdI .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .navbar-brand {
    display: none;
  }
}
.cid-uQKGMP0hdI .dropdown-item.active,
.cid-uQKGMP0hdI .dropdown-item:active {
  background-color: transparent;
}
.cid-uQKGMP0hdI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQKGMP0hdI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQKGMP0hdI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQKGMP0hdI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQKGMP0hdI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQKGMP0hdI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQKGMP0hdI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQKGMP0hdI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQKGMP0hdI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQKGMP0hdI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQKGMP0hdI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKGMP0hdI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKGMP0hdI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQKGMP0hdI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKGMP0hdI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQKGMP0hdI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQKGMP0hdI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKGMP0hdI .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQKGMP0hdI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQKGMP0hdI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQKGMP0hdI .navbar {
    height: 70px;
  }
  .cid-uQKGMP0hdI .navbar.opened {
    height: auto;
  }
  .cid-uQKGMP0hdI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQKGMP0hdI .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQKGMP0hdI .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQKGMP0hdI .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQKGMP0hdI .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQKGMP0hdI .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKGMP0hdI .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQKGMP0hdI .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQKGMP0hdI .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQKGMP0hdI .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQKGMP0hdI .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQKGMP0hdI .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQKGMP0hdI .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQKGMP0hdI .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKGMP0hdI .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQKGMP0hdI .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQKGMP0hdI .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQKGMP0hdI .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQKGMP0hdI .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQKGMP0hdI .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQKGMP0hdI .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQKGMP0hdI nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQKGMP0hdI .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQKGMP0hdI .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQKGMP0hdI .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQKGMP0hdI .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .image-wrapper {
    display: none;
  }
}
.cid-uQKGMP0hdI .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQKGMP0hdI .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQKGMP0hdI .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQKGMP0hdI .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKGMP0hdI .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKGMP0hdI .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKGMP0hdI .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKGMP0hdI .navbar-nav {
  display: flex !important;
}
.cid-uQKGMP0hdI .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQKGMP0hdI .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQKGMP0hdI .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQKGMP0hdI .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQKGMP0hdI .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQKGMP0hdI .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQKGMP0hdI .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQKGMP0hdI .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQKGMP0hdI .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQKGMP0hdI .offcanvas_text {
  width: 60%;
}
.cid-uQKGMP0hdI .mbr-text {
  color: #FFFFFF;
}
.cid-uQKGMP0hdI .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQKGMP0hdI .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQKGMP0hdI .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQKGMP0hdI .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQKGMP0hdI .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQKGMP0hdI .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQKGMP0hdI .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQKGMP0hdI .logo-wrap,
.cid-uQKGMP0hdI .btn-wrap,
.cid-uQKGMP0hdI .navbar-brand,
.cid-uQKGMP0hdI .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQKGMP0hdI .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQKGMP0hdI .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQKGMP0hdI .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQKGMPIUV3 {
  background-image: url("../../../assets/images/tsavo-strasse.jpg");
}
.cid-uQKGMPIUV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKGMPIUV3 .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQKGMPIUV3 .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQKGMPIUV3 .item-img {
    left: -260px;
  }
}
.cid-uQKGMPIUV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQKGMPIUV3 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQKGMPIUV3 .col {
    width: 40%;
  }
}
.cid-uQKGMPIUV3 .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQKGMPIUV3 .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQKGMPIUV3 .card-wrapper .item-img,
.cid-uQKGMPIUV3 .card-wrapper h1,
.cid-uQKGMPIUV3 .card-wrapper h2,
.cid-uQKGMPIUV3 .card-wrapper p,
.cid-uQKGMPIUV3 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQKGMPIUV3 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQKGMPIUV3 .mbr-section-title {
  color: #ffffff;
}
.cid-uQKGMPIUV3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQKGMPIUV3 .mbr-text,
.cid-uQKGMPIUV3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQKGMQk3jl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKGMQk3jl .btn {
  font-weight: 300 !important;
}
.cid-uQKGMQk3jl .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQKGMQk3jl .container {
    padding: 22px;
  }
}
.cid-uQKGMQk3jl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQKGMQk3jl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQKGMQk3jl .embla__slide .slide-content {
  width: 100%;
}
.cid-uQKGMQk3jl .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQKGMQk3jl .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQKGMQk3jl .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQKGMQk3jl .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQKGMQk3jl .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQKGMQk3jl .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQKGMQk3jl .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQKGMQk3jl .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQKGMQk3jl .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQKGMQk3jl .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQKGMQk3jl .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQKGMQk3jl .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQKGMQk3jl .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQKGMQk3jl .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQKGMQk3jl .embla__slide .slide-content a {
  display: block;
}
.cid-uQKGMQk3jl .embla__button--next,
.cid-uQKGMQk3jl .embla__button--prev {
  display: flex;
}
.cid-uQKGMQk3jl .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQKGMQk3jl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQKGMQk3jl .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQKGMQk3jl .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQKGMQk3jl .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQKGMQk3jl .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQKGMQk3jl .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQKGMQk3jl .card {
  justify-content: center;
}
.cid-uQKGMQk3jl .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQKGMQk3jl .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQKGMQk3jl .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQKGMQk3jl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQKGMQk3jl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQKGMQk3jl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQKGMQk3jl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQKGMQk3jl .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQKGMQk3jl .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQKGMQk3jl .mbr-section-title {
  color: #ffffff;
}
.cid-uQKGMQk3jl .mbr-text {
  color: #000000;
}
.cid-uQKGMQk3jl .mbr-section-title,
.cid-uQKGMQk3jl .mbr-section-btn {
  color: #000000;
}
.cid-uQKGMQU7Kd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKGMQU7Kd .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKGMQU7Kd .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKGMQU7Kd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKGMQU7Kd .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-uQKGMQU7Kd .container {
    padding: 0 15px;
  }
}
.cid-uQKGMQU7Kd .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKGMQU7Kd .image-wrapper {
  position: relative;
}
.cid-uQKGMQU7Kd .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKGMQU7Kd .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKGMQU7Kd .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKGMQU7Kd .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKGMQU7Kd .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKGMQU7Kd .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKGMQU7Kd .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKGMQU7Kd .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKGMQU7Kd .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKGMQU7Kd .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKGMQU7Kd .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKGMQU7Kd .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKGMQU7Kd .mbr-text {
  color: #f7f5f6;
}
.cid-uQKGMQU7Kd .item-name {
  color: #000000;
}
.cid-uQKGMQU7Kd .item-role {
  color: #68707c;
}
.cid-uQKGMQU7Kd .mbr-text,
.cid-uQKGMQU7Kd .icon-wrapper {
  color: #000000;
}
.cid-uQKIy16ToE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKIy16ToE .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKIy16ToE .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKIy16ToE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKIy16ToE .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-uQKIy16ToE .container {
    padding: 0 15px;
  }
}
.cid-uQKIy16ToE .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKIy16ToE .image-wrapper {
  position: relative;
}
.cid-uQKIy16ToE .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKIy16ToE .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKIy16ToE .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKIy16ToE .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKIy16ToE .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKIy16ToE .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKIy16ToE .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKIy16ToE .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKIy16ToE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKIy16ToE .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKIy16ToE .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKIy16ToE .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKIy16ToE .mbr-text {
  color: #f7f5f6;
}
.cid-uQKIy16ToE .item-name {
  color: #000000;
}
.cid-uQKIy16ToE .item-role {
  color: #68707c;
}
.cid-uQKIy16ToE .mbr-text,
.cid-uQKIy16ToE .icon-wrapper {
  color: #000000;
}
.cid-uQKIUXX6i1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKIUXX6i1 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKIUXX6i1 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKIUXX6i1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKIUXX6i1 .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-uQKIUXX6i1 .container {
    padding: 0 15px;
  }
}
.cid-uQKIUXX6i1 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKIUXX6i1 .image-wrapper {
  position: relative;
}
.cid-uQKIUXX6i1 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKIUXX6i1 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKIUXX6i1 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKIUXX6i1 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKIUXX6i1 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKIUXX6i1 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKIUXX6i1 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKIUXX6i1 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKIUXX6i1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKIUXX6i1 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKIUXX6i1 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKIUXX6i1 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKIUXX6i1 .mbr-text {
  color: #f7f5f6;
}
.cid-uQKIUXX6i1 .item-name {
  color: #000000;
}
.cid-uQKIUXX6i1 .item-role {
  color: #68707c;
}
.cid-uQKIUXX6i1 .mbr-text,
.cid-uQKIUXX6i1 .icon-wrapper {
  color: #000000;
}
.cid-uQKJ9VKoeK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKJ9VKoeK .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKJ9VKoeK .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKJ9VKoeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKJ9VKoeK .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-uQKJ9VKoeK .container {
    padding: 0 15px;
  }
}
.cid-uQKJ9VKoeK .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKJ9VKoeK .image-wrapper {
  position: relative;
}
.cid-uQKJ9VKoeK .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKJ9VKoeK .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKJ9VKoeK .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKJ9VKoeK .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKJ9VKoeK .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKJ9VKoeK .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKJ9VKoeK .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKJ9VKoeK .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKJ9VKoeK .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKJ9VKoeK .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKJ9VKoeK .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKJ9VKoeK .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKJ9VKoeK .mbr-text {
  color: #f7f5f6;
}
.cid-uQKJ9VKoeK .item-name {
  color: #000000;
}
.cid-uQKJ9VKoeK .item-role {
  color: #68707c;
}
.cid-uQKJ9VKoeK .mbr-text,
.cid-uQKJ9VKoeK .icon-wrapper {
  color: #000000;
}
.cid-uQKJjxobhX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKJjxobhX .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKJjxobhX .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKJjxobhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKJjxobhX .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-uQKJjxobhX .container {
    padding: 0 15px;
  }
}
.cid-uQKJjxobhX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKJjxobhX .image-wrapper {
  position: relative;
}
.cid-uQKJjxobhX .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKJjxobhX .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKJjxobhX .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKJjxobhX .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKJjxobhX .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKJjxobhX .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKJjxobhX .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKJjxobhX .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKJjxobhX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKJjxobhX .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKJjxobhX .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKJjxobhX .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKJjxobhX .mbr-text {
  color: #f7f5f6;
}
.cid-uQKJjxobhX .item-name {
  color: #000000;
}
.cid-uQKJjxobhX .item-role {
  color: #68707c;
}
.cid-uQKJjxobhX .mbr-text,
.cid-uQKJjxobhX .icon-wrapper {
  color: #000000;
}
.cid-uQKJtEz8cY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQKJtEz8cY .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKJtEz8cY .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQKJtEz8cY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKJtEz8cY .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-uQKJtEz8cY .container {
    padding: 0 15px;
  }
}
.cid-uQKJtEz8cY .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQKJtEz8cY .image-wrapper {
  position: relative;
}
.cid-uQKJtEz8cY .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQKJtEz8cY .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQKJtEz8cY .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQKJtEz8cY .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQKJtEz8cY .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQKJtEz8cY .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQKJtEz8cY .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQKJtEz8cY .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQKJtEz8cY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQKJtEz8cY .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQKJtEz8cY .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQKJtEz8cY .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQKJtEz8cY .mbr-text {
  color: #f7f5f6;
}
.cid-uQKJtEz8cY .item-name {
  color: #000000;
}
.cid-uQKJtEz8cY .item-role {
  color: #68707c;
}
.cid-uQKJtEz8cY .mbr-text,
.cid-uQKJtEz8cY .icon-wrapper {
  color: #000000;
}
.cid-uQOmATkPTX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQOmATkPTX .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQOmATkPTX .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQOmATkPTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOmATkPTX .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-uQOmATkPTX .container {
    padding: 0 15px;
  }
}
.cid-uQOmATkPTX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQOmATkPTX .image-wrapper {
  position: relative;
}
.cid-uQOmATkPTX .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQOmATkPTX .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQOmATkPTX .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQOmATkPTX .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQOmATkPTX .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQOmATkPTX .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQOmATkPTX .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQOmATkPTX .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQOmATkPTX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQOmATkPTX .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQOmATkPTX .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQOmATkPTX .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQOmATkPTX .mbr-text {
  color: #f7f5f6;
}
.cid-uQOmATkPTX .item-name {
  color: #000000;
}
.cid-uQOmATkPTX .item-role {
  color: #68707c;
}
.cid-uQOmATkPTX .mbr-text,
.cid-uQOmATkPTX .icon-wrapper {
  color: #000000;
}
.cid-uQKGMRqhi7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQKGMRqhi7 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQKGMRqhi7 .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQKGMRqhi7 .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQKGMRQP66 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQKGMRQP66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKGMRQP66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKGMRQP66 ul.haken,
.cid-uQKGMRQP66 ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQKGMRQP66 ul.haken li,
.cid-uQKGMRQP66 ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQKGMRQP66 ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKGMRQP66 ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQKGMSmuAB {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQKGMSmuAB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQKGMSmuAB .item {
    margin-bottom: 1rem;
  }
}
.cid-uQKGMSmuAB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQKGMSmuAB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQKGMSmuAB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQKGMSmuAB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQKGMSmuAB .carousel-control,
.cid-uQKGMSmuAB .close {
  background: #1b1b1b;
}
.cid-uQKGMSmuAB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQKGMSmuAB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQKGMSmuAB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQKGMSmuAB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQKGMSmuAB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQKGMSmuAB .close::before {
  content: '\e91a';
}
.cid-uQKGMSmuAB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQKGMSmuAB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQKGMSmuAB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKGMSmuAB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQKGMSmuAB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQKGMSmuAB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQKGMSmuAB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQKGMSmuAB .carousel-indicators li.active,
.cid-uQKGMSmuAB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQKGMSmuAB .carousel-indicators li::after,
.cid-uQKGMSmuAB .carousel-indicators li::before {
  content: none;
}
.cid-uQKGMSmuAB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQKGMSmuAB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQKGMSmuAB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQKGMSmuAB .carousel-indicators {
    display: none;
  }
}
.cid-uQKGMSmuAB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQKGMSmuAB .carousel-inner > .active {
  display: block;
}
.cid-uQKGMSmuAB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQKGMSmuAB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQKGMSmuAB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQKGMSmuAB .carousel-control,
  .cid-uQKGMSmuAB .carousel-indicators,
  .cid-uQKGMSmuAB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQKGMSmuAB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQKGMSmuAB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQKGMSmuAB .carousel-indicators .active,
.cid-uQKGMSmuAB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQKGMSmuAB .carousel-indicators .active {
  background: #fff;
}
.cid-uQKGMSmuAB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQKGMSmuAB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQKGMSmuAB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQKGMSmuAB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQKGMSmuAB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQKGMSmuAB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQKGMSmuAB .carousel {
  width: 100%;
}
.cid-uQKGMSmuAB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQKGMSmuAB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQKGMSmuAB .modal.fade .modal-dialog,
.cid-uQKGMSmuAB .modal.in .modal-dialog {
  transform: none;
}
.cid-uQKGMSmuAB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQKGMSmuAB .content-head {
  max-width: 800px;
}
.cid-uQKGMTjAbm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQKGMTjAbm .muster {
  width: 100%;
}
.cid-uQKGMTjAbm #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQKGMTjAbm #text1,
.cid-uQKGMTjAbm #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQKGMTjAbm #text1,
  .cid-uQKGMTjAbm #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQKGMTjAbm #text1,
  .cid-uQKGMTjAbm #text2 {
    font-size: 30pt;
  }
}
.cid-uQKGMTjAbm .ing-bw {
  width: 100%;
}
.cid-uQKGMTjAbm .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQKGMTjAbm .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQKGMTjAbm p,
.cid-uQKGMTjAbm li,
.cid-uQKGMTjAbm a {
  font-weight: 200!important;
}
.cid-uQKGMTjAbm .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQKGMTjAbm .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQKGMTjAbm .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQKGMTjAbm .big {
  margin-bottom: 30px;
}
.cid-uQKGMTjAbm .big .lin a {
  font-weight: 300;
}
.cid-uQKGMTjAbm .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQKGMTjAbm .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQKGMTjAbm .mbr-text {
    padding: 0;
  }
}
.cid-uQKGMTjAbm a {
  transition: color .3s;
}
.cid-uQKGMTU2QG .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQKGMTU2QG .icon-bar {
    bottom: -60px;
  }
}
.cid-uQKGMTU2QG .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQKGMTU2QG .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQKGMTU2QG .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQKGMTU2QG .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQKGMTU2QG .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQKGMTU2QG .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQKGMTU2QG .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQKGMTU2QG .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQKGMTU2QG P {
  color: #232323;
}
.cid-uQKGMTU2QG DIV {
  color: #ffffff;
}
.cid-uQKGMTU2QG H10 {
  color: #767676;
}
.cid-uQKGMTU2QG .hidden {
  display: none;
}
.cid-uQKGMTU2QG div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQLjScvxHE {
  z-index: 1000;
  width: 100%;
}
.cid-uQLjScvxHE #IDmylogo {
  border-radius: 5px;
}
.cid-uQLjScvxHE .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQLjScvxHE .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQLjScvxHE .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQLjScvxHE .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQLjScvxHE .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQLjScvxHE .btn,
.cid-uQLjScvxHE .btn-primary,
.cid-uQLjScvxHE .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQLjScvxHE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQLjScvxHE .dropdown-menu {
  padding: 0;
}
.cid-uQLjScvxHE .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQLjScvxHE .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQLjScvxHE .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQLjScvxHE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQLjScvxHE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQLjScvxHE .nav-link {
  position: relative;
}
.cid-uQLjScvxHE .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQLjScvxHE .dropdown-menu,
.cid-uQLjScvxHE .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQLjScvxHE .nav-item:focus,
.cid-uQLjScvxHE .nav-link:focus {
  outline: none;
}
.cid-uQLjScvxHE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQLjScvxHE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQLjScvxHE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQLjScvxHE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQLjScvxHE .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQLjScvxHE .navbar.opened {
  transition: all 0.3s;
}
.cid-uQLjScvxHE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQLjScvxHE .navbar .navbar-logo img {
  width: auto;
}
.cid-uQLjScvxHE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQLjScvxHE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQLjScvxHE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQLjScvxHE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQLjScvxHE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQLjScvxHE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQLjScvxHE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQLjScvxHE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQLjScvxHE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQLjScvxHE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQLjScvxHE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQLjScvxHE .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQLjScvxHE .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQLjScvxHE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQLjScvxHE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQLjScvxHE .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQLjScvxHE .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .navbar-brand {
    display: none;
  }
}
.cid-uQLjScvxHE .dropdown-item.active,
.cid-uQLjScvxHE .dropdown-item:active {
  background-color: transparent;
}
.cid-uQLjScvxHE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQLjScvxHE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQLjScvxHE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQLjScvxHE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQLjScvxHE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQLjScvxHE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQLjScvxHE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQLjScvxHE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQLjScvxHE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQLjScvxHE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQLjScvxHE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQLjScvxHE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQLjScvxHE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQLjScvxHE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQLjScvxHE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQLjScvxHE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQLjScvxHE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQLjScvxHE .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQLjScvxHE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQLjScvxHE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQLjScvxHE .navbar {
    height: 70px;
  }
  .cid-uQLjScvxHE .navbar.opened {
    height: auto;
  }
  .cid-uQLjScvxHE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQLjScvxHE .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQLjScvxHE .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQLjScvxHE .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQLjScvxHE .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQLjScvxHE .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQLjScvxHE .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQLjScvxHE .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQLjScvxHE .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQLjScvxHE .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQLjScvxHE .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQLjScvxHE .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQLjScvxHE .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQLjScvxHE .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQLjScvxHE .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQLjScvxHE .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQLjScvxHE .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQLjScvxHE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQLjScvxHE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQLjScvxHE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQLjScvxHE .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQLjScvxHE nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQLjScvxHE .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQLjScvxHE .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQLjScvxHE .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQLjScvxHE .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .image-wrapper {
    display: none;
  }
}
.cid-uQLjScvxHE .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQLjScvxHE .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQLjScvxHE .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQLjScvxHE .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQLjScvxHE .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQLjScvxHE .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQLjScvxHE .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQLjScvxHE .navbar-nav {
  display: flex !important;
}
.cid-uQLjScvxHE .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQLjScvxHE .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQLjScvxHE .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQLjScvxHE .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQLjScvxHE .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQLjScvxHE .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQLjScvxHE .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQLjScvxHE .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQLjScvxHE .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQLjScvxHE .offcanvas_text {
  width: 60%;
}
.cid-uQLjScvxHE .mbr-text {
  color: #FFFFFF;
}
.cid-uQLjScvxHE .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQLjScvxHE .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQLjScvxHE .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQLjScvxHE .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQLjScvxHE .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQLjScvxHE .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQLjScvxHE .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQLjScvxHE .logo-wrap,
.cid-uQLjScvxHE .btn-wrap,
.cid-uQLjScvxHE .navbar-brand,
.cid-uQLjScvxHE .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQLjScvxHE .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQLjScvxHE .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQLjScvxHE .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQLjSd9POb {
  background-image: url("../../../assets/images/roter-elefant.jpg");
}
.cid-uQLjSd9POb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLjSd9POb .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQLjSd9POb .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQLjSd9POb .item-img {
    left: -260px;
  }
}
.cid-uQLjSd9POb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQLjSd9POb .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQLjSd9POb .col {
    width: 40%;
  }
}
.cid-uQLjSd9POb .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQLjSd9POb .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQLjSd9POb .card-wrapper .item-img,
.cid-uQLjSd9POb .card-wrapper h1,
.cid-uQLjSd9POb .card-wrapper h2,
.cid-uQLjSd9POb .card-wrapper p,
.cid-uQLjSd9POb .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQLjSd9POb .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQLjSd9POb .mbr-section-title {
  color: #ffffff;
}
.cid-uQLjSd9POb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQLjSd9POb .mbr-text,
.cid-uQLjSd9POb .mbr-section-btn {
  color: #ffffff;
}
.cid-uQLjSdFLdb {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQLjSdFLdb .btn {
  font-weight: 300 !important;
}
.cid-uQLjSdFLdb .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQLjSdFLdb .container {
    padding: 22px;
  }
}
.cid-uQLjSdFLdb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQLjSdFLdb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQLjSdFLdb .embla__slide .slide-content {
  width: 100%;
}
.cid-uQLjSdFLdb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQLjSdFLdb .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQLjSdFLdb .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQLjSdFLdb .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQLjSdFLdb .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQLjSdFLdb .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQLjSdFLdb .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQLjSdFLdb .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQLjSdFLdb .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQLjSdFLdb .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQLjSdFLdb .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQLjSdFLdb .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQLjSdFLdb .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQLjSdFLdb .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQLjSdFLdb .embla__slide .slide-content a {
  display: block;
}
.cid-uQLjSdFLdb .embla__button--next,
.cid-uQLjSdFLdb .embla__button--prev {
  display: flex;
}
.cid-uQLjSdFLdb .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQLjSdFLdb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQLjSdFLdb .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQLjSdFLdb .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQLjSdFLdb .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQLjSdFLdb .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQLjSdFLdb .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQLjSdFLdb .card {
  justify-content: center;
}
.cid-uQLjSdFLdb .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQLjSdFLdb .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQLjSdFLdb .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQLjSdFLdb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQLjSdFLdb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQLjSdFLdb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQLjSdFLdb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQLjSdFLdb .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQLjSdFLdb .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQLjSdFLdb .mbr-section-title {
  color: #ffffff;
}
.cid-uQLjSdFLdb .mbr-text {
  color: #000000;
}
.cid-uQLjSdFLdb .mbr-section-title,
.cid-uQLjSdFLdb .mbr-section-btn {
  color: #000000;
}
.cid-uQLjSeoLz7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQLjSeoLz7 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLjSeoLz7 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLjSeoLz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLjSeoLz7 .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-uQLjSeoLz7 .container {
    padding: 0 15px;
  }
}
.cid-uQLjSeoLz7 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQLjSeoLz7 .image-wrapper {
  position: relative;
}
.cid-uQLjSeoLz7 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQLjSeoLz7 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQLjSeoLz7 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQLjSeoLz7 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQLjSeoLz7 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQLjSeoLz7 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQLjSeoLz7 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQLjSeoLz7 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQLjSeoLz7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQLjSeoLz7 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQLjSeoLz7 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQLjSeoLz7 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQLjSeoLz7 .mbr-text {
  color: #f7f5f6;
}
.cid-uQLjSeoLz7 .item-name {
  color: #000000;
}
.cid-uQLjSeoLz7 .item-role {
  color: #68707c;
}
.cid-uQLjSeoLz7 .mbr-text,
.cid-uQLjSeoLz7 .icon-wrapper {
  color: #000000;
}
.cid-uQLjSeR7R6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQLjSeR7R6 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLjSeR7R6 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLjSeR7R6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLjSeR7R6 .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-uQLjSeR7R6 .container {
    padding: 0 15px;
  }
}
.cid-uQLjSeR7R6 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQLjSeR7R6 .image-wrapper {
  position: relative;
}
.cid-uQLjSeR7R6 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQLjSeR7R6 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQLjSeR7R6 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQLjSeR7R6 .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQLjSeR7R6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQLjSeR7R6 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQLjSeR7R6 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQLjSeR7R6 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQLjSeR7R6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQLjSeR7R6 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQLjSeR7R6 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQLjSeR7R6 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQLjSeR7R6 .mbr-text {
  color: #f7f5f6;
}
.cid-uQLjSeR7R6 .item-name {
  color: #000000;
}
.cid-uQLjSeR7R6 .item-role {
  color: #68707c;
}
.cid-uQLjSeR7R6 .mbr-text,
.cid-uQLjSeR7R6 .icon-wrapper {
  color: #000000;
}
.cid-uQLjSg21Bq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQLjSg21Bq hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQLjSg21Bq .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQLjSg21Bq .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQLjSgxWTC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQLjSgxWTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLjSgxWTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLjSgxWTC ul.haken,
.cid-uQLjSgxWTC ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQLjSgxWTC ul.haken li,
.cid-uQLjSgxWTC ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQLjSgxWTC ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQLjSgxWTC ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQLjSh9PWJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQLjSh9PWJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQLjSh9PWJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uQLjSh9PWJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQLjSh9PWJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQLjSh9PWJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQLjSh9PWJ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQLjSh9PWJ .carousel-control,
.cid-uQLjSh9PWJ .close {
  background: #1b1b1b;
}
.cid-uQLjSh9PWJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQLjSh9PWJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQLjSh9PWJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQLjSh9PWJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQLjSh9PWJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQLjSh9PWJ .close::before {
  content: '\e91a';
}
.cid-uQLjSh9PWJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQLjSh9PWJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQLjSh9PWJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQLjSh9PWJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQLjSh9PWJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQLjSh9PWJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQLjSh9PWJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQLjSh9PWJ .carousel-indicators li.active,
.cid-uQLjSh9PWJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQLjSh9PWJ .carousel-indicators li::after,
.cid-uQLjSh9PWJ .carousel-indicators li::before {
  content: none;
}
.cid-uQLjSh9PWJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQLjSh9PWJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQLjSh9PWJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQLjSh9PWJ .carousel-indicators {
    display: none;
  }
}
.cid-uQLjSh9PWJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQLjSh9PWJ .carousel-inner > .active {
  display: block;
}
.cid-uQLjSh9PWJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQLjSh9PWJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQLjSh9PWJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQLjSh9PWJ .carousel-control,
  .cid-uQLjSh9PWJ .carousel-indicators,
  .cid-uQLjSh9PWJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQLjSh9PWJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQLjSh9PWJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQLjSh9PWJ .carousel-indicators .active,
.cid-uQLjSh9PWJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQLjSh9PWJ .carousel-indicators .active {
  background: #fff;
}
.cid-uQLjSh9PWJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQLjSh9PWJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQLjSh9PWJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQLjSh9PWJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQLjSh9PWJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQLjSh9PWJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQLjSh9PWJ .carousel {
  width: 100%;
}
.cid-uQLjSh9PWJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQLjSh9PWJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQLjSh9PWJ .modal.fade .modal-dialog,
.cid-uQLjSh9PWJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uQLjSh9PWJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQLjSh9PWJ .content-head {
  max-width: 800px;
}
.cid-uQLjSid9TO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQLjSid9TO .muster {
  width: 100%;
}
.cid-uQLjSid9TO #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQLjSid9TO #text1,
.cid-uQLjSid9TO #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQLjSid9TO #text1,
  .cid-uQLjSid9TO #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQLjSid9TO #text1,
  .cid-uQLjSid9TO #text2 {
    font-size: 30pt;
  }
}
.cid-uQLjSid9TO .ing-bw {
  width: 100%;
}
.cid-uQLjSid9TO .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQLjSid9TO .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQLjSid9TO p,
.cid-uQLjSid9TO li,
.cid-uQLjSid9TO a {
  font-weight: 200!important;
}
.cid-uQLjSid9TO .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQLjSid9TO .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQLjSid9TO .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQLjSid9TO .big {
  margin-bottom: 30px;
}
.cid-uQLjSid9TO .big .lin a {
  font-weight: 300;
}
.cid-uQLjSid9TO .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQLjSid9TO .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQLjSid9TO .mbr-text {
    padding: 0;
  }
}
.cid-uQLjSid9TO a {
  transition: color .3s;
}
.cid-uQLjSiXuxh .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQLjSiXuxh .icon-bar {
    bottom: -60px;
  }
}
.cid-uQLjSiXuxh .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQLjSiXuxh .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQLjSiXuxh .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQLjSiXuxh .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQLjSiXuxh .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQLjSiXuxh .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQLjSiXuxh .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQLjSiXuxh .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQLjSiXuxh P {
  color: #232323;
}
.cid-uQLjSiXuxh DIV {
  color: #ffffff;
}
.cid-uQLjSiXuxh H10 {
  color: #767676;
}
.cid-uQLjSiXuxh .hidden {
  display: none;
}
.cid-uQLjSiXuxh div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uQLmtSnje9 {
  z-index: 1000;
  width: 100%;
}
.cid-uQLmtSnje9 #IDmylogo {
  border-radius: 5px;
}
.cid-uQLmtSnje9 .btn {
  white-space: nowrap!important;
}
@media (max-width: 768px) {
  .cid-uQLmtSnje9 .btn {
    font-size: 0.9rem!important;
  }
}
.cid-uQLmtSnje9 .container-fluid {
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.cid-uQLmtSnje9 .navbar-logo {
  position: relative,
    top:100px!important;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-uQLmtSnje9 .mymark {
  text-shadow: -1px -1px 0 #fffae3, 0 -1px 0 #fffae3;
}
.cid-uQLmtSnje9 .btn,
.cid-uQLmtSnje9 .btn-primary,
.cid-uQLmtSnje9 .btn-primary:active {
  box-shadow: 0!important;
  border: 0px!important;
}
.cid-uQLmtSnje9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQLmtSnje9 .dropdown-menu {
  padding: 0;
}
.cid-uQLmtSnje9 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uQLmtSnje9 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uQLmtSnje9 .dropdown-item:hover:after {
  color: #f2cd6c;
}
.cid-uQLmtSnje9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQLmtSnje9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQLmtSnje9 .nav-link {
  position: relative;
}
.cid-uQLmtSnje9 .container .container-fluid {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .container .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uQLmtSnje9 .dropdown-menu,
.cid-uQLmtSnje9 .navbar.opened {
  mybackground: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQLmtSnje9 .nav-item:focus,
.cid-uQLmtSnje9 .nav-link:focus {
  outline: none;
}
.cid-uQLmtSnje9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQLmtSnje9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQLmtSnje9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQLmtSnje9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQLmtSnje9 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
}
.cid-uQLmtSnje9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQLmtSnje9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQLmtSnje9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQLmtSnje9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQLmtSnje9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQLmtSnje9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQLmtSnje9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQLmtSnje9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQLmtSnje9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQLmtSnje9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQLmtSnje9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQLmtSnje9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQLmtSnje9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQLmtSnje9 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQLmtSnje9 .navbar .navbar-short {
  position: fixed !important;
}
.cid-uQLmtSnje9 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-uQLmtSnje9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300!important;
}
.cid-uQLmtSnje9 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-uQLmtSnje9 .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQLmtSnje9 .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .navbar-brand {
    display: none;
  }
}
.cid-uQLmtSnje9 .dropdown-item.active,
.cid-uQLmtSnje9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQLmtSnje9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQLmtSnje9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQLmtSnje9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQLmtSnje9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  mybackground: #fffae3;
  background: rgba(255, 250, 227, 0) !important;
}
.cid-uQLmtSnje9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQLmtSnje9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQLmtSnje9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQLmtSnje9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQLmtSnje9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQLmtSnje9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQLmtSnje9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQLmtSnje9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQLmtSnje9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQLmtSnje9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQLmtSnje9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQLmtSnje9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQLmtSnje9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQLmtSnje9 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uQLmtSnje9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQLmtSnje9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQLmtSnje9 .navbar {
    height: 70px;
  }
  .cid-uQLmtSnje9 .navbar.opened {
    height: auto;
  }
  .cid-uQLmtSnje9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQLmtSnje9 .navbar-short {
  mybackground-color: #fffae3 !important;
  background: rgba(255, 250, 227, 0) !important;
  min-height: 80px;
  box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-uQLmtSnje9 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-uQLmtSnje9 .navbar-caption-wrap {
  padding: 15px 0;
}
.cid-uQLmtSnje9 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-uQLmtSnje9 .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQLmtSnje9 .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQLmtSnje9 .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-uQLmtSnje9 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-uQLmtSnje9 .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQLmtSnje9 .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-uQLmtSnje9 .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-uQLmtSnje9 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-uQLmtSnje9 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQLmtSnje9 .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQLmtSnje9 .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-uQLmtSnje9 .offcanvas_box button.btn_offcanvas {
  background-color: #232323;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffae3;
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-uQLmtSnje9 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-uQLmtSnje9 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-uQLmtSnje9 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-uQLmtSnje9 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-uQLmtSnje9 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-uQLmtSnje9 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-uQLmtSnje9 .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-uQLmtSnje9 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-uQLmtSnje9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .image-wrapper {
    display: none;
  }
}
.cid-uQLmtSnje9 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-uQLmtSnje9 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-uQLmtSnje9 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-uQLmtSnje9 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQLmtSnje9 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQLmtSnje9 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQLmtSnje9 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQLmtSnje9 .navbar-nav {
  display: flex !important;
}
.cid-uQLmtSnje9 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-uQLmtSnje9 .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-uQLmtSnje9 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #232323 !important;
}
.cid-uQLmtSnje9 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uQLmtSnje9 .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 40px 40px;
}
@media (max-width: 1599px) {
  .cid-uQLmtSnje9 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQLmtSnje9 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-uQLmtSnje9 .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-uQLmtSnje9 .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQLmtSnje9 .offcanvas_text {
  width: 60%;
}
.cid-uQLmtSnje9 .mbr-text {
  color: #FFFFFF;
}
.cid-uQLmtSnje9 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-uQLmtSnje9 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-uQLmtSnje9 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQLmtSnje9 .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-uQLmtSnje9 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-uQLmtSnje9 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uQLmtSnje9 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-uQLmtSnje9 .logo-wrap,
.cid-uQLmtSnje9 .btn-wrap,
.cid-uQLmtSnje9 .navbar-brand,
.cid-uQLmtSnje9 .offcanvas_box {
  align-items: flex-start !important;
}
@media (min-width: 992px) {
  .cid-uQLmtSnje9 .logo-wrap {
    width: 20%;
    justify-content: flex-start !important;
    display: flex;
    align-items: center;
  }
  .cid-uQLmtSnje9 .navbar-brand {
    width: 60%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    text-align: center;
  }
  .cid-uQLmtSnje9 .btn-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.cid-uQLmtT1mMI {
  background-image: url("../../../assets/images/elefant-sunset-1.jpg");
}
.cid-uQLmtT1mMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLmtT1mMI .item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}
.cid-uQLmtT1mMI .item-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uQLmtT1mMI .item-img {
    left: -260px;
  }
}
.cid-uQLmtT1mMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQLmtT1mMI .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uQLmtT1mMI .col {
    width: 40%;
  }
}
.cid-uQLmtT1mMI .card-wrapper {
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  width: fit-content !important;
}
@media (max-width: 767px) {
  .cid-uQLmtT1mMI .card-wrapper {
    padding: 1rem;
    border-radius: 5px;
  }
}
.cid-uQLmtT1mMI .card-wrapper .item-img,
.cid-uQLmtT1mMI .card-wrapper h1,
.cid-uQLmtT1mMI .card-wrapper h2,
.cid-uQLmtT1mMI .card-wrapper p,
.cid-uQLmtT1mMI .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uQLmtT1mMI .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uQLmtT1mMI .mbr-section-title {
  color: #ffffff;
}
.cid-uQLmtT1mMI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQLmtT1mMI .mbr-text,
.cid-uQLmtT1mMI .mbr-section-btn {
  color: #ffffff;
}
.cid-uQLmtTArck {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQLmtTArck .btn {
  font-weight: 300 !important;
}
.cid-uQLmtTArck .container {
  border-style: solid;
  border-width: 1px;
  border-color: 666;
  border-radius: 4px;
  background: white;
  padding: 1.5rem 1rem 0.5rem 3rem;
}
@media (max-width: 992px) {
  .cid-uQLmtTArck .container {
    padding: 22px;
  }
}
.cid-uQLmtTArck .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-uQLmtTArck .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQLmtTArck .embla__slide .slide-content {
  width: 100%;
}
.cid-uQLmtTArck .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQLmtTArck .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uQLmtTArck .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQLmtTArck .embla__slide .slide-content .item-content {
    padding: 10px 20px;
  }
}
.cid-uQLmtTArck .embla__slide .slide-content .item-content:hover .item-number,
.cid-uQLmtTArck .embla__slide .slide-content .item-content:focus .item-number {
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: #000000;
}
.cid-uQLmtTArck .embla__slide .slide-content .item-content:hover .icon-wrapper .mbr-iconfont,
.cid-uQLmtTArck .embla__slide .slide-content .item-content:focus .icon-wrapper .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQLmtTArck .embla__slide .slide-content .item-content .item-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-in-out;
  min-width: 45px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQLmtTArck .embla__slide .slide-content .item-content .item-number {
    min-width: 35px;
  }
}
.cid-uQLmtTArck .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQLmtTArck .embla__slide .slide-content .item-content .icon-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cid-uQLmtTArck .embla__slide .slide-content .item-content .icon-wrapper {
    display: none;
  }
}
.cid-uQLmtTArck .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(-45deg);
  margin-left: 20px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQLmtTArck .embla__slide .slide-content a {
  display: block;
}
.cid-uQLmtTArck .embla__button--next,
.cid-uQLmtTArck .embla__button--prev {
  display: flex;
}
.cid-uQLmtTArck .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #f2cd6c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7 !important;
  display: none;
}
.cid-uQLmtTArck .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uQLmtTArck .embla__button:hover {
  opacity: 1 !important;
}
.cid-uQLmtTArck .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uQLmtTArck .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uQLmtTArck .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uQLmtTArck .embla__button.embla__button--next {
    right: 20px;
  }
}
.cid-uQLmtTArck .card {
  justify-content: center;
}
.cid-uQLmtTArck .embla {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-right: 32px;
  margin-right: 0;
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uQLmtTArck .embla {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQLmtTArck .embla {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cid-uQLmtTArck .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQLmtTArck .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQLmtTArck .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQLmtTArck .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQLmtTArck .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQLmtTArck .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uQLmtTArck .mbr-section-title {
  color: #ffffff;
}
.cid-uQLmtTArck .mbr-text {
  color: #000000;
}
.cid-uQLmtTArck .mbr-section-title,
.cid-uQLmtTArck .mbr-section-btn {
  color: #000000;
}
.cid-uQLmtUnDod {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQLmtUnDod .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLmtUnDod .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLmtUnDod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLmtUnDod .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-uQLmtUnDod .container {
    padding: 0 15px;
  }
}
.cid-uQLmtUnDod .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQLmtUnDod .image-wrapper {
  position: relative;
}
.cid-uQLmtUnDod .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQLmtUnDod .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQLmtUnDod .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQLmtUnDod .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQLmtUnDod .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQLmtUnDod .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQLmtUnDod .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQLmtUnDod .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQLmtUnDod .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQLmtUnDod .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQLmtUnDod .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQLmtUnDod .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQLmtUnDod .mbr-text {
  color: #f7f5f6;
}
.cid-uQLmtUnDod .item-name {
  color: #000000;
}
.cid-uQLmtUnDod .item-role {
  color: #68707c;
}
.cid-uQLmtUnDod .mbr-text,
.cid-uQLmtUnDod .icon-wrapper {
  color: #000000;
}
.cid-uQLmtUV2UY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQLmtUV2UY .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLmtUV2UY .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLmtUV2UY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLmtUV2UY .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-uQLmtUV2UY .container {
    padding: 0 15px;
  }
}
.cid-uQLmtUV2UY .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQLmtUV2UY .image-wrapper {
  position: relative;
}
.cid-uQLmtUV2UY .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQLmtUV2UY .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQLmtUV2UY .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQLmtUV2UY .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQLmtUV2UY .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQLmtUV2UY .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQLmtUV2UY .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQLmtUV2UY .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQLmtUV2UY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQLmtUV2UY .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQLmtUV2UY .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQLmtUV2UY .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQLmtUV2UY .mbr-text {
  color: #f7f5f6;
}
.cid-uQLmtUV2UY .item-name {
  color: #000000;
}
.cid-uQLmtUV2UY .item-role {
  color: #68707c;
}
.cid-uQLmtUV2UY .mbr-text,
.cid-uQLmtUV2UY .icon-wrapper {
  color: #000000;
}
.cid-uQLpggn98T {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fffbf9;
}
.cid-uQLpggn98T .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLpggn98T .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uQLpggn98T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLpggn98T .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-uQLpggn98T .container {
    padding: 0 15px;
  }
}
.cid-uQLpggn98T .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uQLpggn98T .image-wrapper {
  position: relative;
}
.cid-uQLpggn98T .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uQLpggn98T .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQLpggn98T .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uQLpggn98T .image-wrapper img {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uQLpggn98T .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uQLpggn98T .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uQLpggn98T .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uQLpggn98T .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uQLpggn98T .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uQLpggn98T .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uQLpggn98T .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uQLpggn98T .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uQLpggn98T .mbr-text {
  color: #f7f5f6;
}
.cid-uQLpggn98T .item-name {
  color: #000000;
}
.cid-uQLpggn98T .item-role {
  color: #68707c;
}
.cid-uQLpggn98T .mbr-text,
.cid-uQLpggn98T .icon-wrapper {
  color: #000000;
}
.cid-uQLmtVrrz0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fffbf9;
}
.cid-uQLmtVrrz0 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-uQLmtVrrz0 .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uQLmtVrrz0 .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-uQLmtVNAKO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbf9;
}
.cid-uQLmtVNAKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLmtVNAKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLmtVNAKO ul.haken,
.cid-uQLmtVNAKO ul.kreuz {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQLmtVNAKO ul.haken li,
.cid-uQLmtVNAKO ul.kreuz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQLmtVNAKO ul.haken li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2714";
  color: green;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQLmtVNAKO ul.kreuz li::before {
  position: absolute;
  top: -5px;
  left: -1.9rem;
  content: "\2716";
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
  width: 1.6rem;
}
.cid-uQLmtWebZq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uQLmtWebZq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQLmtWebZq .item {
    margin-bottom: 1rem;
  }
}
.cid-uQLmtWebZq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQLmtWebZq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQLmtWebZq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uQLmtWebZq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uQLmtWebZq .carousel-control,
.cid-uQLmtWebZq .close {
  background: #1b1b1b;
}
.cid-uQLmtWebZq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQLmtWebZq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQLmtWebZq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQLmtWebZq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQLmtWebZq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQLmtWebZq .close::before {
  content: '\e91a';
}
.cid-uQLmtWebZq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQLmtWebZq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQLmtWebZq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQLmtWebZq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQLmtWebZq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQLmtWebZq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQLmtWebZq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQLmtWebZq .carousel-indicators li.active,
.cid-uQLmtWebZq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQLmtWebZq .carousel-indicators li::after,
.cid-uQLmtWebZq .carousel-indicators li::before {
  content: none;
}
.cid-uQLmtWebZq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQLmtWebZq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQLmtWebZq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQLmtWebZq .carousel-indicators {
    display: none;
  }
}
.cid-uQLmtWebZq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQLmtWebZq .carousel-inner > .active {
  display: block;
}
.cid-uQLmtWebZq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQLmtWebZq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQLmtWebZq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQLmtWebZq .carousel-control,
  .cid-uQLmtWebZq .carousel-indicators,
  .cid-uQLmtWebZq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQLmtWebZq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQLmtWebZq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQLmtWebZq .carousel-indicators .active,
.cid-uQLmtWebZq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQLmtWebZq .carousel-indicators .active {
  background: #fff;
}
.cid-uQLmtWebZq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQLmtWebZq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQLmtWebZq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQLmtWebZq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQLmtWebZq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQLmtWebZq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQLmtWebZq .carousel {
  width: 100%;
}
.cid-uQLmtWebZq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQLmtWebZq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQLmtWebZq .modal.fade .modal-dialog,
.cid-uQLmtWebZq .modal.in .modal-dialog {
  transform: none;
}
.cid-uQLmtWebZq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQLmtWebZq .content-head {
  max-width: 800px;
}
.cid-uQLmtXetle {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uQLmtXetle .muster {
  width: 100%;
}
.cid-uQLmtXetle #container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 80pt;
  top: 0;
  bottom: 0;
  filter: url(../../../#threshold) blur(0.6px);
}
.cid-uQLmtXetle #text1,
.cid-uQLmtXetle #text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-family: "Fairplay Display";
  font-weight: 500;
  color: #f2cd6c;
  font-size: 60px;
  text-align: center;
  user-select: none;
}
@media (max-width: 992px) {
  .cid-uQLmtXetle #text1,
  .cid-uQLmtXetle #text2 {
    font-size: 40pt;
  }
}
@media (max-width: 768px) {
  .cid-uQLmtXetle #text1,
  .cid-uQLmtXetle #text2 {
    font-size: 30pt;
  }
}
.cid-uQLmtXetle .ing-bw {
  width: 100%;
}
.cid-uQLmtXetle .image-wrapper {
  background: tranzparent;
  padding: 1rem;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQLmtXetle .mbr-text {
  color: #f2cd6c;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 10%;
}
.cid-uQLmtXetle p,
.cid-uQLmtXetle li,
.cid-uQLmtXetle a {
  font-weight: 200!important;
}
.cid-uQLmtXetle .subtitle {
  padding-bottom: 36px;
  color: #f2cd6c;
  font-weight: 500;
  text-align: center;
}
.cid-uQLmtXetle .text-white:hover {
  color: #e6c63b !important;
}
.cid-uQLmtXetle .line {
  margin: auto;
  margin-bottom: 60px;
  width: 110px;
  height: 0px;
  background-color: #e6c63b;
  text-align: center;
}
.cid-uQLmtXetle .big {
  margin-bottom: 30px;
}
.cid-uQLmtXetle .big .lin a {
  font-weight: 300;
}
.cid-uQLmtXetle .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-uQLmtXetle .lin:hover .text-secondary {
  color: #f2cd6c !important;
}
@media (max-width: 960px) {
  .cid-uQLmtXetle .mbr-text {
    padding: 0;
  }
}
.cid-uQLmtXetle a {
  transition: color .3s;
}
.cid-uQLmtXMV6X .icon-bar {
  z-index: 100002;
  position: fixed;
  bottom: -10px;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uQLmtXMV6X .icon-bar {
    bottom: -60px;
  }
}
.cid-uQLmtXMV6X .icon-bar a:hover {
  background-color: #ff6600;
  width: 100px;
}
.cid-uQLmtXMV6X .mypos {
  position: relative;
  top: 2px;
  left: -5px;
}
.cid-uQLmtXMV6X .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 3px;
  margin-left: 0px;
  myborder-radius: 0px;
  border-radius: 0 5px 5px 0;
}
.cid-uQLmtXMV6X .facebook {
  background: #3B5998;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .twitter {
  background: #55ACEE;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .google {
  background: #dd4b39;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .linkedin {
  background: #007bb5;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .instagram {
  background: #6F3AA7;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .custom1 {
  background: #e60008;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .custom2 {
  background: #be091a;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .custom3 {
  background: #35933f;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .custom4 {
  background: #ba9d7f;
  color: white;
  width: 40px;
}
.cid-uQLmtXMV6X .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQLmtXMV6X .corner-ribbon {
  z-index: 20001!important;
  width: 200px;
  background-image: linear-gradient(#dfc389, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQLmtXMV6X .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #dfc389);
}
.cid-uQLmtXMV6X .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQLmtXMV6X P {
  color: #232323;
}
.cid-uQLmtXMV6X DIV {
  color: #ffffff;
}
.cid-uQLmtXMV6X H10 {
  color: #767676;
}
.cid-uQLmtXMV6X .hidden {
  display: none;
}
.cid-uQLmtXMV6X div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
