@charset "UTF-8";
section {
  background-color: #0d0d0d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Elounda-Regular';
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Questrial', sans-serif;
  font-size: 4rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #03ff95 !important;
}
.bg-success {
  background-color: #ff00cf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9e08 !important;
}
.bg-danger {
  background-color: #0e6f95 !important;
}
.btn-primary {
  background: linear-gradient(140deg, #03ff95, #00e987 50%, #69ffc0) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #03ff95 !important;
  border-color: #03ff95 !important;
  color: #000302 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #36ffaa !important;
  border-color: #36ffaa !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000302 !important;
  background-color: #36ffaa !important;
  border-color: #36ffaa !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #ff5220, #ff3e06 50%, #ffa186) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff5220 !important;
  border-color: #ff5220 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff7a53 !important;
  border-color: #ff7a53 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff7a53 !important;
  border-color: #ff7a53 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(140deg, #ff00cf, #e600ba 50%, #ff66e2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff00cf !important;
  border-color: #ff00cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff33d9 !important;
  border-color: #ff33d9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff33d9 !important;
  border-color: #ff33d9 !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff9e08, #ed9000 50%, #ffc66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #0e6f95, #0c5e7e 50%, #1fb1ea) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0e6f95 !important;
  border-color: #0e6f95 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1292c4 !important;
  border-color: #1292c4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1292c4 !important;
  border-color: #1292c4 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #03ff95;
  color: #03ff95;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00ab63 !important;
  background-color: transparent !important;
  border-color: #00ab63 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000302 !important;
  background-color: #03ff95 !important;
  border-color: #03ff95 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff5220;
  color: #ff5220;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c82d00 !important;
  background-color: transparent !important;
  border-color: #c82d00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5220 !important;
  border-color: #ff5220 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff00cf;
  color: #ff00cf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a80089 !important;
  background-color: transparent !important;
  border-color: #a80089 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff00cf !important;
  border-color: #ff00cf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9e08;
  color: #ff9e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b06b00 !important;
  background-color: transparent !important;
  border-color: #b06b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0e6f95;
  color: #0e6f95;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #073446 !important;
  background-color: transparent !important;
  border-color: #073446 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0e6f95 !important;
  border-color: #0e6f95 !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: #03ff95 !important;
}
.text-secondary {
  color: #ff5220 !important;
}
.text-success {
  color: #ff00cf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9e08 !important;
}
.text-danger {
  color: #0e6f95 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #009c5a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b92900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99007c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a16200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #052a38 !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: #03ff95;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9e08;
}
.alert-danger {
  background-color: #0e6f95;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #03ff95;
  border-color: #03ff95;
  color: #001c11;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #03ff95;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfffeb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffccf5;
}
.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: #ffeed4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #36b9ec;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #03ff95 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #03ff95;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #03ff95;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #03ff95;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #03ff95;
  border-bottom-color: #03ff95;
}
.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: #03ff95 !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: #ff5220 !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='%2303ff95' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-unXEa4GKAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-unXEa4GKAM .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/earth-1-1920x1080.webp");
}
.cid-unXEa4GKAM .hero {
  font-size: clamp(40px, 10vw, 100px);
  line-height: 1;
  display: inline-block;
  color: #ffffff;
  z-index: 2;
  letter-spacing: 10px;
  filter: drop-shadow(0 1px 3px #010017);
}
.cid-unXEa4GKAM .layers {
  position: relative;
}
.cid-unXEa4GKAM .layers::before,
.cid-unXEa4GKAM .layers::after {
  content: attr(data-text);
  position: absolute;
  width: 110%;
  z-index: -1;
}
.cid-unXEa4GKAM .layers::before {
  top: 10px;
  left: 15px;
  color: #e0287d;
}
.cid-unXEa4GKAM .layers::after {
  top: 5px;
  left: -10px;
  color: #1bc7fb;
}
.cid-unXEa4GKAM .single-path {
  clip-path: polygon(0% 12%, 53% 12%, 53% 26%, 25% 26%, 25% 86%, 31% 86%, 31% 0%, 53% 0%, 53% 84%, 92% 84%, 92% 82%, 70% 82%, 70% 29%, 78% 29%, 78% 65%, 69% 65%, 69% 66%, 77% 66%, 77% 45%, 85% 45%, 85% 26%, 97% 26%, 97% 28%, 84% 28%, 84% 34%, 54% 34%, 54% 89%, 30% 89%, 30% 58%, 83% 58%, 83% 5%, 68% 5%, 68% 36%, 62% 36%, 62% 1%, 12% 1%, 12% 34%, 60% 34%, 60% 57%, 98% 57%, 98% 83%, 1% 83%, 1% 53%, 91% 53%, 91% 84%, 8% 84%, 8% 83%, 4% 83%);
}
.cid-unXEa4GKAM .paths {
  animation: paths 5s step-end infinite;
}
@keyframes paths {
  0% {
    clip-path: polygon(0% 43%, 83% 43%, 83% 22%, 23% 22%, 23% 24%, 91% 24%, 91% 26%, 18% 26%, 18% 83%, 29% 83%, 29% 17%, 41% 17%, 41% 39%, 18% 39%, 18% 82%, 54% 82%, 54% 88%, 19% 88%, 19% 4%, 39% 4%, 39% 14%, 76% 14%, 76% 52%, 23% 52%, 23% 35%, 19% 35%, 19% 8%, 36% 8%, 36% 31%, 73% 31%, 73% 16%, 1% 16%, 1% 56%, 50% 56%, 50% 8%);
  }
  5% {
    clip-path: polygon(0% 29%, 44% 29%, 44% 83%, 94% 83%, 94% 56%, 11% 56%, 11% 64%, 94% 64%, 94% 70%, 88% 70%, 88% 32%, 18% 32%, 18% 96%, 10% 96%, 10% 62%, 9% 62%, 9% 84%, 68% 84%, 68% 50%, 52% 50%, 52% 55%, 35% 55%, 35% 87%, 25% 87%, 25% 39%, 15% 39%, 15% 88%, 52% 88%);
  }
  30% {
    clip-path: polygon(0% 53%, 93% 53%, 93% 62%, 68% 62%, 68% 37%, 97% 37%, 97% 89%, 13% 89%, 13% 45%, 51% 45%, 51% 88%, 17% 88%, 17% 54%, 81% 54%, 81% 75%, 79% 75%, 79% 76%, 38% 76%, 38% 28%, 61% 28%, 61% 12%, 55% 12%, 55% 62%, 68% 62%, 68% 51%, 0% 51%, 0% 92%, 63% 92%, 63% 4%, 65% 4%);
  }
  45% {
    clip-path: polygon(0% 33%, 2% 33%, 2% 69%, 58% 69%, 58% 94%, 55% 94%, 55% 25%, 33% 25%, 33% 85%, 16% 85%, 16% 19%, 5% 19%, 5% 20%, 79% 20%, 79% 96%, 93% 96%, 93% 50%, 5% 50%, 5% 74%, 55% 74%, 55% 57%, 96% 57%, 96% 59%, 87% 59%, 87% 65%, 82% 65%, 82% 39%, 63% 39%, 63% 92%, 4% 92%, 4% 36%, 24% 36%, 24% 70%, 1% 70%, 1% 43%, 15% 43%, 15% 28%, 23% 28%, 23% 71%, 90% 71%, 90% 86%, 97% 86%, 97% 1%, 60% 1%, 60% 67%, 71% 67%, 71% 91%, 17% 91%, 17% 14%, 39% 14%, 39% 30%, 58% 30%, 58% 11%, 52% 11%, 52% 83%, 68% 83%);
  }
  76% {
    clip-path: polygon(0% 26%, 15% 26%, 15% 73%, 72% 73%, 72% 70%, 77% 70%, 77% 75%, 8% 75%, 8% 42%, 4% 42%, 4% 61%, 17% 61%, 17% 12%, 26% 12%, 26% 63%, 73% 63%, 73% 43%, 90% 43%, 90% 67%, 50% 67%, 50% 41%, 42% 41%, 42% 46%, 50% 46%, 50% 84%, 96% 84%, 96% 78%, 49% 78%, 49% 25%, 63% 25%, 63% 14%);
  }
  90% {
    clip-path: polygon(0% 41%, 13% 41%, 13% 6%, 87% 6%, 87% 93%, 10% 93%, 10% 13%, 89% 13%, 89% 6%, 3% 6%, 3% 8%, 16% 8%, 16% 79%, 0% 79%, 0% 99%, 92% 99%, 92% 90%, 5% 90%, 5% 60%, 0% 60%, 0% 48%, 89% 48%, 89% 13%, 80% 13%, 80% 43%, 95% 43%, 95% 19%, 80% 19%, 80% 85%, 38% 85%, 38% 62%);
  }
  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    clip-path: none;
  }
}
.cid-unXEa4GKAM .movement {
  position: relative;
  animation: movement 8s step-end infinite;
}
@keyframes movement {
  0% {
    top: 0px;
    left: -20px;
  }
  15% {
    top: 10px;
    left: 10px;
  }
  60% {
    top: 5px;
    left: -10px;
  }
  75% {
    top: -5px;
    left: 20px;
  }
  100% {
    top: 10px;
    left: 5px;
  }
}
.cid-unXEa4GKAM .opacity {
  animation: opacity 5s step-end infinite;
}
@keyframes opacity {
  0% {
    opacity: 0.1;
  }
  5% {
    opacity: 0.7;
  }
  30% {
    opacity: 0.4;
  }
  45% {
    opacity: 0.6;
  }
  76% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.8;
  }
  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    opacity: 0;
  }
}
.cid-unXEa4GKAM .font {
  animation: font 7s step-end infinite;
}
@keyframes font {
  0% {
    font-weight: 100;
    color: #e0287d;
    filter: blur(3px);
  }
  20% {
    font-weight: 500;
    color: #fff;
    filter: blur(0);
  }
  50% {
    font-weight: 300;
    color: #1bc7fb;
    filter: blur(2px);
  }
  60% {
    font-weight: 700;
    color: #fff;
    filter: blur(0);
  }
  90% {
    font-weight: 500;
    color: #e0287d;
    filter: blur(6px);
  }
}
.cid-unXEa4GKAM .glitch span {
  animation: paths 5s step-end infinite;
}
.cid-unXEa4GKAM .glitch::before {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite, font 8s step-end infinite, movement 10s step-end infinite;
}
.cid-unXEa4GKAM .glitch::after {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite, font 7s step-end infinite, movement 8s step-end infinite;
}
.cid-unXEa4GKAM .hero-container {
  position: relative;
  padding: 200px 0;
  text-align: center;
}
.cid-unXEa4GKAM H3 {
  color: #03ff95;
}
.cid-uZ78gM5PCa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uZ78gM5PCa img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ78gM5PCa img {
    width: 100%;
    height: auto;
  }
}
.cid-uZ78gM5PCa video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ78gM5PCa video {
    width: 100%;
    height: auto;
  }
}
.cid-uZ78gM5PCa .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uZ78gM5PCa .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZ78gM5PCa .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uofnsujD2g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-uofnsujD2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofnsujD2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofnsujD2g .items-wrapper {
  justify-content: center;
}
.cid-uofnsujD2g .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, rgba(0, 255, 149, 0.25) 65%, #69ffc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uofnsujD2g .mbr-text,
.cid-uofnsujD2g .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uofnsujD2g .mbr-desc,
.cid-uofnsujD2g .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uofnsujD2g .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uofnsujD2g .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uofnsujD2g .gradient01 {
  background-image: -webkit-linear-gradient(-90deg, #ff00cf 50%, #010017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8I1BYRGz .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8I1BYRGz .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8I1BYRGz .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8I1BYRGz .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8I1BYRGz .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8I1BYRGz .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8I1BYRGz .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8I1BYRGz .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8I1BYRGz .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8I1BYRGz .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8I1BYRGz .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8I1BYRGz .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8I1BYRGz .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8I1BYRGz .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8I1BYRGz .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8I1BYRGz P {
  color: #232323;
}
.cid-us8I1BYRGz DIV {
  color: #ffffff;
}
.cid-us8I1BYRGz H10 {
  color: #767676;
}
.cid-us8I1BYRGz .hidden {
  display: none;
}
.cid-us8I1BYRGz div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uoc73PSydU {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-uoc73PSydU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoc73PSydU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoc73PSydU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoc73PSydU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uoc73PSydU .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uoc73PSydU .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uoc73PSydU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoc73PSydU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoc73PSydU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoc73PSydU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uoc73PSydU .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uoc73PSydU .item {
    margin-bottom: 28px;
  }
}
.cid-uoc73PSydU .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uoc73PSydU .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uoc73PSydU .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uoc73PSydU .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uoc73PSydU .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #03ff95;
  background-color: #03ff95;
}
.cid-uoc73PSydU .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uoc73PSydU .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uoc73PSydU .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uoc73PSydU .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uoc73PSydU .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uoc73PSydU .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uoc73PSydU .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uoc73PSydU .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uoc73PSydU .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uoc73PSydU .mbr-section-title {
  color: #03ff95;
  text-align: center;
}
.cid-uoc73PSydU .mbr-text,
.cid-uoc73PSydU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uoc73PSydU .mbr-desc,
.cid-uoc73PSydU .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uoc73PSydU .item-title {
  color: #ffffff;
}
.cid-uoc73PSydU .item-text {
  color: #ffffff;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8Isszdl0 .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8Isszdl0 .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8Isszdl0 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8Isszdl0 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8Isszdl0 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8Isszdl0 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8Isszdl0 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8Isszdl0 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8Isszdl0 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8Isszdl0 .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8Isszdl0 .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8Isszdl0 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8Isszdl0 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8Isszdl0 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8Isszdl0 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8Isszdl0 P {
  color: #232323;
}
.cid-us8Isszdl0 DIV {
  color: #ffffff;
}
.cid-us8Isszdl0 H10 {
  color: #767676;
}
.cid-us8Isszdl0 .hidden {
  display: none;
}
.cid-us8Isszdl0 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uo9729Kahz {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .cid-uo9729Kahz {
    padding-bottom: 5rem;
  }
}
.cid-uo9729Kahz img,
.cid-uo9729Kahz .item-img {
  width: 100%;
  height: 100%;
}
.cid-uo9729Kahz .mbr-text {
  color: #000000;
}
.cid-uo9729Kahz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uo9729Kahz .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uo9729Kahz .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uo9729Kahz .mbr-text UL {
  text-align: left;
}
.cid-uo9729Kahz .mbr-section-subtitle,
.cid-uo9729Kahz .main-button {
  color: #000000;
}
.cid-uo9729Kahz .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uo9729Kahz .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uo9729Kahz .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uo9729Kahz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo9729Kahz .item-title {
  text-align: center;
}
.cid-uo9729Kahz .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uo9729Kahz .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uo9729Kahz .item-title,
.cid-uo9729Kahz .mbr-section-btn {
  color: #03ff95;
  text-align: center;
}
.cid-uo9729Kahz .mbr-text,
.cid-uo9729Kahz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8IIXI8SQ .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8IIXI8SQ .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8IIXI8SQ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8IIXI8SQ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8IIXI8SQ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8IIXI8SQ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8IIXI8SQ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8IIXI8SQ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8IIXI8SQ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8IIXI8SQ .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IIXI8SQ .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IIXI8SQ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8IIXI8SQ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8IIXI8SQ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8IIXI8SQ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8IIXI8SQ P {
  color: #232323;
}
.cid-us8IIXI8SQ DIV {
  color: #ffffff;
}
.cid-us8IIXI8SQ H10 {
  color: #767676;
}
.cid-us8IIXI8SQ .hidden {
  display: none;
}
.cid-us8IIXI8SQ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uocfxgCHbx {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-uocfxgCHbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uocfxgCHbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-uocfxgCHbx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uocfxgCHbx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uocfxgCHbx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uocfxgCHbx .container {
    padding: 0 20px;
  }
}
.cid-uocg1FqPgW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0d0d0d;
}
.cid-uocg1FqPgW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uocg1FqPgW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uocg1FqPgW .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uocg1FqPgW .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uocg1FqPgW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uocg1FqPgW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uocg1FqPgW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uocg1FqPgW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uocg1FqPgW .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uocg1FqPgW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uocg1FqPgW .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uocg1FqPgW .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-uocg1FqPgW .embla__slide .slide-content {
  width: 100%;
}
.cid-uocg1FqPgW .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uocg1FqPgW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uocg1FqPgW .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uocg1FqPgW .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uocg1FqPgW .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uocg1FqPgW .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uocg1FqPgW .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uocg1FqPgW .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uocg1FqPgW .embla__button--next,
.cid-uocg1FqPgW .embla__button--prev {
  display: flex;
}
.cid-uocg1FqPgW .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uocg1FqPgW .embla__button:hover {
  transform: scale(1.05);
}
.cid-uocg1FqPgW .embla__button.embla__button--prev {
  left: 0;
}
.cid-uocg1FqPgW .embla__button.embla__button--next {
  right: 0;
}
.cid-uocg1FqPgW .embla {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uocg1FqPgW .embla {
    margin-bottom: 38px;
  }
}
.cid-uocg1FqPgW .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uocg1FqPgW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uocg1FqPgW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uocg1FqPgW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uocg1FqPgW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uocg1FqPgW .mbr-section-title {
  color: #ffffff;
}
.cid-uocg1FqPgW .mbr-text,
.cid-uocg1FqPgW .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uocg1FqPgW .mbr-desc,
.cid-uocg1FqPgW .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uocg1FqPgW .item-title,
.cid-uocg1FqPgW .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uocg1FqPgW .item-text,
.cid-uocg1FqPgW .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uocg1FqPgW .mbr-section-title,
.cid-uocg1FqPgW .mbr-section-btn {
  text-align: center;
  color: #00fff0;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8Jb4guC9 .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8Jb4guC9 .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8Jb4guC9 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8Jb4guC9 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8Jb4guC9 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8Jb4guC9 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8Jb4guC9 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8Jb4guC9 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8Jb4guC9 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8Jb4guC9 .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8Jb4guC9 .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8Jb4guC9 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8Jb4guC9 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8Jb4guC9 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8Jb4guC9 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8Jb4guC9 P {
  color: #232323;
}
.cid-us8Jb4guC9 DIV {
  color: #ffffff;
}
.cid-us8Jb4guC9 H10 {
  color: #767676;
}
.cid-us8Jb4guC9 .hidden {
  display: none;
}
.cid-us8Jb4guC9 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uqUDNpTJGe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0d0d0d;
}
.cid-uqUDNpTJGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqUDNpTJGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqUDNpTJGe .items-wrap {
  justify-content: space-between;
}
.cid-uqUDNpTJGe .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqUDNpTJGe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqUDNpTJGe .content-wrapper {
  position: sticky;
  top: 24px;
}
@media (max-width: 992px) {
  .cid-uqUDNpTJGe .content-wrapper {
    position: static;
  }
}
.cid-uqUDNpTJGe .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqUDNpTJGe .content-wrapper .mbr-desc {
    margin-bottom: 24px;
  }
}
.cid-uqUDNpTJGe .content-wrapper .mbr-section-subtitle {
  border-top: 1px solid #ff00cf;
  padding-top: 61px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqUDNpTJGe .content-wrapper .mbr-section-subtitle {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}
.cid-uqUDNpTJGe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.25fr;
  gap: 96px 40px;
}
@media (max-width: 992px) {
  .cid-uqUDNpTJGe .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uqUDNpTJGe .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uqUDNpTJGe .items-wrapper .item:nth-child(2n) {
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uqUDNpTJGe .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uqUDNpTJGe .items-wrapper .item .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uqUDNpTJGe .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uqUDNpTJGe .mbr-desc {
  color: #ffffff;
}
.cid-uqUDNpTJGe .mbr-section-title {
  color: #03ff95;
}
.cid-uqUDNpTJGe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqUDNpTJGe .mbr-text,
.cid-uqUDNpTJGe .text-wrapper {
  color: #272b2e;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8JeTfmGO .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8JeTfmGO .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8JeTfmGO .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8JeTfmGO .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8JeTfmGO .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8JeTfmGO .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8JeTfmGO .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8JeTfmGO .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8JeTfmGO .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8JeTfmGO .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8JeTfmGO .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8JeTfmGO .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8JeTfmGO .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8JeTfmGO .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8JeTfmGO .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8JeTfmGO P {
  color: #232323;
}
.cid-us8JeTfmGO DIV {
  color: #ffffff;
}
.cid-us8JeTfmGO H10 {
  color: #767676;
}
.cid-us8JeTfmGO .hidden {
  display: none;
}
.cid-us8JeTfmGO div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uoCNTQ4rJ7 {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #0d0d0d;
}
.cid-uoCNTQ4rJ7 .showAlerts {
  display: block !important;
}
.cid-uoCNTQ4rJ7 .rowflexrev {
  display: -webkit-flex;
}
.cid-uoCNTQ4rJ7 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uoCNTQ4rJ7 .title {
  margin-bottom: 2rem;
}
.cid-uoCNTQ4rJ7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoCNTQ4rJ7 textarea.form-control {
  min-height: 188px;
}
.cid-uoCNTQ4rJ7 LABEL {
  color: #232323;
  display: initial;
}
.cid-uoCNTQ4rJ7 .mbr-section-terms {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-uoCNTQ4rJ7 .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uoCNTQ4rJ7 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uoCNTQ4rJ7 .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-uoCNTQ4rJ7 .mbr-section-recaptcha {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-uoCNTQ4rJ7 .alert {
  margin-bottom: 0;
}
.cid-uoCNTQ4rJ7 .alert-success {
  background-color: #03ff95;
}
.cid-uoCNTQ4rJ7 .alert-danger {
  background-color: #484f54;
}
.cid-uoCNTQ4rJ7 .btn {
  display: inline-flex;
}
.cid-uoCNTQ4rJ7 .mbr-alert-success {
  text-align: left;
  color: #0d0d0d;
}
.cid-uoCNTQ4rJ7 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uoCNTQ4rJ7 input,
.cid-uoCNTQ4rJ7 option,
.cid-uoCNTQ4rJ7 textarea {
  color: #0d0d0d;
}
.cid-uoCNTQ4rJ7 H2 {
  color: #03ff95;
}
.cid-uoCNTQ4rJ7 .form-control {
  font-size: 1rem !important;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8JgPpyK1 .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8JgPpyK1 .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8JgPpyK1 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8JgPpyK1 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8JgPpyK1 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8JgPpyK1 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8JgPpyK1 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8JgPpyK1 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8JgPpyK1 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8JgPpyK1 .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8JgPpyK1 .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8JgPpyK1 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8JgPpyK1 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8JgPpyK1 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8JgPpyK1 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8JgPpyK1 P {
  color: #232323;
}
.cid-us8JgPpyK1 DIV {
  color: #ffffff;
}
.cid-us8JgPpyK1 H10 {
  color: #767676;
}
.cid-us8JgPpyK1 .hidden {
  display: none;
}
.cid-us8JgPpyK1 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uogMeKDDxn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-uogMeKDDxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogMeKDDxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uogMeKDDxn .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uogMeKDDxn .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uogMeKDDxn .container {
    padding: 0 26px;
  }
}
.cid-uogMeKDDxn .row {
  justify-content: center;
}
.cid-uogMeKDDxn .tabs-wrapper {
  text-align: center;
}
.cid-uogMeKDDxn .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uogMeKDDxn .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uogMeKDDxn .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uogMeKDDxn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #00fff0;
  border: 1px solid #00fff0;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uogMeKDDxn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #0d0d0d;
  background-color: #00fff0;
}
.cid-uogMeKDDxn .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #00fff0;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uogMeKDDxn .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uogMeKDDxn .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uogMeKDDxn .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uogMeKDDxn .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uogMeKDDxn .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uogMeKDDxn .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uogMeKDDxn .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uogMeKDDxn .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uogMeKDDxn .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uogMeKDDxn .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uogMeKDDxn .item-title {
  color: #000000;
}
.cid-uogMeKDDxn .item-text {
  color: #010017;
}
.cid-uogMeKDDxn .item-title,
.cid-uogMeKDDxn .tabs-wrapper {
  color: #010017;
}
.cid-uog8RpLkmd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0d0d0d;
}
.cid-uog8RpLkmd .item-wrapper {
  width: 100%;
}
.cid-uog8RpLkmd .row {
  align-items: center;
  justify-content: center;
}
.cid-uog8RpLkmd .b {
  margin-bottom: 30px;
}
.cid-uog8RpLkmd img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-uog8RpLkmd .b,
  .cid-uog8RpLkmd .t {
    margin-bottom: 20px;
  }
}
.cid-uofw2JpfrQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #0d0d0d;
}
.cid-uofw2JpfrQ .item-wrapper {
  width: 100%;
}
.cid-uofw2JpfrQ .row {
  align-items: center;
  justify-content: center;
}
.cid-uofw2JpfrQ .b {
  margin-bottom: 30px;
}
.cid-uofw2JpfrQ img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-uofw2JpfrQ .b,
  .cid-uofw2JpfrQ .t {
    margin-bottom: 20px;
  }
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8JdlVt3I .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8JdlVt3I .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8JdlVt3I .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8JdlVt3I .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8JdlVt3I .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8JdlVt3I .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8JdlVt3I .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8JdlVt3I .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8JdlVt3I .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8JdlVt3I .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8JdlVt3I .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8JdlVt3I .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8JdlVt3I .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8JdlVt3I .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8JdlVt3I .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8JdlVt3I P {
  color: #232323;
}
.cid-us8JdlVt3I DIV {
  color: #ffffff;
}
.cid-us8JdlVt3I H10 {
  color: #767676;
}
.cid-us8JdlVt3I .hidden {
  display: none;
}
.cid-us8JdlVt3I div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uoqYF8u1Ae {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uoqYF8u1Ae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoqYF8u1Ae .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-uoqYF8u1Ae .container {
    padding: 0 22px;
  }
}
.cid-uoqYF8u1Ae .card {
  justify-content: center;
}
.cid-uoqYF8u1Ae .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uoqYF8u1Ae .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uoqYF8u1Ae .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uoqYF8u1Ae .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoqYF8u1Ae .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uoqYF8u1Ae .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uoqYF8u1Ae .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uoqYF8u1Ae .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uoqYF8u1Ae .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uoqYF8u1Ae .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uoqYF8u1Ae .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uoqYF8u1Ae .mbr-section-title {
  color: #ffffff;
}
.cid-uoqYF8u1Ae .mbr-text {
  color: #ffffff;
}
.cid-uoqYF8u1Ae .mbr-desc {
  color: #03ff95;
}
.cid-v04ZhbJcql {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v04ZhbJcql .mbr-fallback-image.disabled {
  display: none;
}
.cid-v04ZhbJcql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v04ZhbJcql .container {
  max-width: 1325px;
}
.cid-v04ZhbJcql .title-container {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-v04ZhbJcql .title-container {
    margin-bottom: 50px;
  }
}
.cid-v04ZhbJcql .mbr-section-title {
  color: #03ff95;
}
.cid-v04ZhbJcql .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cid-v04ZhbJcql .content-wrapper {
    grid-template-columns: 1fr;
    gap: .2rem;
  }
}
.cid-v04ZhbJcql .card-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.cid-v04ZhbJcql .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 0%;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-v04ZhbJcql .img-box {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
}
.cid-v04ZhbJcql .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v04ZhbJcql .card-name {
  margin-top: 12px;
  color: #18d59e;
}
@media (max-width: 991px) {
  .cid-v04ZhbJcql .card-name {
    margin-top: 8px;
  }
}
.cid-v04ZhbJcql .card-text {
  color: #FFDD65;
  flex-grow: 1;
}
.cid-v04ZTVa7qh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0d0d0d;
}
.cid-v04ZTVa7qh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v04ZTVa7qh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v04ZTVa7qh .row {
  justify-content: space-between;
}
.cid-v04ZTVa7qh .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-v04ZTVa7qh .content-wrapper {
    padding: 0;
  }
}
.cid-v04ZTVa7qh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v04ZTVa7qh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v04ZTVa7qh .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v04ZTVa7qh .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v04ZTVa7qh .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v04ZTVa7qh .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-v04ZTVa7qh .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-v04ZTVa7qh .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v04ZTVa7qh .mbr-section-title {
  color: #000000;
}
.cid-v04ZTVa7qh .mbr-desc {
  color: #000000;
}
.cid-v04ZTVa7qh .mbr-text {
  color: #000000;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8IWQepWR .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8IWQepWR .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8IWQepWR .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8IWQepWR .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8IWQepWR .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8IWQepWR .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8IWQepWR .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8IWQepWR .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8IWQepWR .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8IWQepWR .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IWQepWR .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IWQepWR .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8IWQepWR .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8IWQepWR .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8IWQepWR .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8IWQepWR P {
  color: #232323;
}
.cid-us8IWQepWR DIV {
  color: #ffffff;
}
.cid-us8IWQepWR H10 {
  color: #767676;
}
.cid-us8IWQepWR .hidden {
  display: none;
}
.cid-us8IWQepWR div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorJrQPbRW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorJrQPbRW .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorJrQPbRW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorJrQPbRW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorJrQPbRW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorJrQPbRW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorJrQPbRW .menu_box .navbar.opened,
  .cid-uorJrQPbRW .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorJrQPbRW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorJrQPbRW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJrQPbRW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorJrQPbRW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJrQPbRW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorJrQPbRW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorJrQPbRW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorJrQPbRW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorJrQPbRW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorJrQPbRW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorJrQPbRW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorJrQPbRW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorJrQPbRW .offcanvas-body .mbr-text,
  .cid-uorJrQPbRW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorJrQPbRW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorJrQPbRW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorJrQPbRW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorJrQPbRW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorJrQPbRW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorJrQPbRW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorJrQPbRW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorJrQPbRW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorJrQPbRW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJrQPbRW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorJrQPbRW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorJrQPbRW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorJrQPbRW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorJrQPbRW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorJrQPbRW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorJrQPbRW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorJrQPbRW .nav-item {
    margin: 0 !important;
  }
}
.cid-uorJrQPbRW .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorJrQPbRW .nav-item .nav-link:hover,
.cid-uorJrQPbRW .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorJrQPbRW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorJrQPbRW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorJrQPbRW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorJrQPbRW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJrQPbRW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorJrQPbRW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorJrQPbRW .offcanvas_box {
    display: none;
  }
}
.cid-uorJrQPbRW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorJrQPbRW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorJrQPbRW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorJrQPbRW .container {
  display: flex;
  margin: auto;
}
.cid-uorJrQPbRW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorJrQPbRW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorJrQPbRW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorJrQPbRW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorJrQPbRW .navbar-nav {
    margin: 0;
  }
}
.cid-uorJrQPbRW .dropdown-menu,
.cid-uorJrQPbRW .navbar.opened {
  background-color: true !important;
}
.cid-uorJrQPbRW .nav-item:focus,
.cid-uorJrQPbRW .nav-link:focus {
  outline: none;
}
.cid-uorJrQPbRW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorJrQPbRW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorJrQPbRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorJrQPbRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorJrQPbRW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorJrQPbRW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorJrQPbRW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorJrQPbRW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorJrQPbRW .navbar.opened {
  transition: all 0.3s;
}
.cid-uorJrQPbRW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorJrQPbRW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorJrQPbRW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorJrQPbRW .navbar.collapsed {
  justify-content: center;
}
.cid-uorJrQPbRW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorJrQPbRW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorJrQPbRW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorJrQPbRW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorJrQPbRW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorJrQPbRW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorJrQPbRW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorJrQPbRW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorJrQPbRW .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorJrQPbRW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorJrQPbRW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorJrQPbRW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorJrQPbRW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorJrQPbRW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorJrQPbRW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorJrQPbRW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorJrQPbRW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorJrQPbRW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorJrQPbRW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorJrQPbRW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorJrQPbRW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorJrQPbRW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorJrQPbRW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorJrQPbRW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorJrQPbRW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorJrQPbRW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorJrQPbRW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorJrQPbRW .dropdown-item.active,
.cid-uorJrQPbRW .dropdown-item:active {
  background-color: transparent;
}
.cid-uorJrQPbRW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorJrQPbRW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorJrQPbRW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorJrQPbRW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorJrQPbRW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorJrQPbRW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorJrQPbRW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorJrQPbRW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorJrQPbRW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorJrQPbRW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJrQPbRW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJrQPbRW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorJrQPbRW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJrQPbRW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorJrQPbRW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorJrQPbRW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJrQPbRW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorJrQPbRW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorJrQPbRW .navbar {
    height: 70px;
  }
  .cid-uorJrQPbRW .navbar.opened {
    height: auto;
  }
  .cid-uorJrQPbRW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorJrQPbRW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorJrQPbRW .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorJrQPbRW .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorJrQPbRW .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorJrQPbRW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorJrQPbRW .text_widget {
  margin-bottom: 32px;
}
.cid-uorJrQPbRW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorJrQPbRW .text_widget a:hover,
.cid-uorJrQPbRW .text_widget a:focus {
  opacity: .6;
}
.cid-uorJrQPbRW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorJrQPbRW .navbar-caption {
  color: #000000;
}
.cid-uorJrQPbRW .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorJrQPbRW .mbr-section-subtitle,
.cid-uorJrQPbRW .text_widget,
.cid-uorJrQPbRW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorJrQPbRW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorJrQPbRW .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorJrQPbRW .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorJrREzLl {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorJrREzLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorJrREzLl .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-uorJrREzLl .container {
    padding: 0 22px;
  }
}
.cid-uorJrREzLl .card {
  justify-content: center;
}
.cid-uorJrREzLl .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorJrREzLl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorJrREzLl .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorJrREzLl .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorJrREzLl .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorJrREzLl .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorJrREzLl .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #24743e;
}
@media (max-width: 1440px) {
  .cid-uorJrREzLl .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorJrREzLl .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorJrREzLl .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorJrREzLl .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorJrREzLl .mbr-section-title {
  color: #ffffff;
}
.cid-uorJrREzLl .mbr-text {
  color: #ffffff;
}
.cid-uorJrREzLl .mbr-desc {
  color: #03ff95;
}
.cid-uqP6c8M6kp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-uqP6c8M6kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqP6c8M6kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqP6c8M6kp .items-wrapper {
  justify-content: flex-end;
}
.cid-uqP6c8M6kp .items-wrapper .card {
  justify-content: center;
}
.cid-uqP6c8M6kp .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uqP6c8M6kp .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqP6c8M6kp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uqP6c8M6kp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqP6c8M6kp .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #03ff95, #36ffaa);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uqP6c8M6kp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqP6c8M6kp .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqP6c8M6kp .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqP6c8M6kp .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uqP6c8M6kp .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uqP6c8M6kp .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqP6c8M6kp .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqP6c8M6kp .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.cid-uqP6c8M6kp .mbr-section-title {
  color: #ffffff;
}
.cid-uqP6c8M6kp .mbr-text {
  color: #f9f8f8;
}
.cid-v04WPqVrmR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v04WPqVrmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v04WPqVrmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v04WPqVrmR .container {
  max-width: 1325px;
}
.cid-v04WPqVrmR .title-container {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-v04WPqVrmR .title-container {
    margin-bottom: 50px;
  }
}
.cid-v04WPqVrmR .mbr-section-title {
  color: #03ff95;
}
.cid-v04WPqVrmR .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cid-v04WPqVrmR .content-wrapper {
    grid-template-columns: 1fr;
    gap: .2rem;
  }
}
.cid-v04WPqVrmR .card-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.cid-v04WPqVrmR .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 0%;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-v04WPqVrmR .img-box {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
}
.cid-v04WPqVrmR .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v04WPqVrmR .card-name {
  margin-top: 12px;
  color: #18d59e;
}
@media (max-width: 991px) {
  .cid-v04WPqVrmR .card-name {
    margin-top: 8px;
  }
}
.cid-v04WPqVrmR .card-text {
  color: #FFDD65;
  flex-grow: 1;
}
.cid-usJbRryOuU {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-usJbRryOuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-usJbRryOuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJbRryOuU .row {
  justify-content: space-between;
}
.cid-usJbRryOuU .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-usJbRryOuU .content-wrapper {
    padding: 0;
  }
}
.cid-usJbRryOuU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-usJbRryOuU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-usJbRryOuU .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-usJbRryOuU .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-usJbRryOuU .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-usJbRryOuU .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-usJbRryOuU .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-usJbRryOuU .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-usJbRryOuU .mbr-section-title {
  color: #000000;
}
.cid-usJbRryOuU .mbr-desc {
  color: #000000;
}
.cid-usJbRryOuU .mbr-text {
  color: #000000;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8J17Q7TC .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8J17Q7TC .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8J17Q7TC .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8J17Q7TC .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8J17Q7TC .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8J17Q7TC .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8J17Q7TC .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8J17Q7TC .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8J17Q7TC .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8J17Q7TC .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J17Q7TC .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J17Q7TC .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8J17Q7TC .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8J17Q7TC .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8J17Q7TC .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8J17Q7TC P {
  color: #232323;
}
.cid-us8J17Q7TC DIV {
  color: #ffffff;
}
.cid-us8J17Q7TC H10 {
  color: #767676;
}
.cid-us8J17Q7TC .hidden {
  display: none;
}
.cid-us8J17Q7TC div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorJlnUhTV {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorJlnUhTV .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorJlnUhTV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorJlnUhTV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorJlnUhTV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorJlnUhTV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorJlnUhTV .menu_box .navbar.opened,
  .cid-uorJlnUhTV .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorJlnUhTV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorJlnUhTV .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJlnUhTV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorJlnUhTV .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJlnUhTV .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorJlnUhTV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorJlnUhTV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorJlnUhTV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorJlnUhTV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorJlnUhTV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorJlnUhTV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorJlnUhTV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorJlnUhTV .offcanvas-body .mbr-text,
  .cid-uorJlnUhTV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorJlnUhTV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorJlnUhTV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorJlnUhTV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorJlnUhTV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorJlnUhTV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorJlnUhTV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorJlnUhTV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorJlnUhTV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorJlnUhTV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJlnUhTV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorJlnUhTV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorJlnUhTV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorJlnUhTV .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorJlnUhTV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorJlnUhTV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorJlnUhTV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorJlnUhTV .nav-item {
    margin: 0 !important;
  }
}
.cid-uorJlnUhTV .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorJlnUhTV .nav-item .nav-link:hover,
.cid-uorJlnUhTV .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorJlnUhTV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorJlnUhTV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorJlnUhTV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorJlnUhTV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJlnUhTV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorJlnUhTV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorJlnUhTV .offcanvas_box {
    display: none;
  }
}
.cid-uorJlnUhTV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorJlnUhTV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorJlnUhTV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorJlnUhTV .container {
  display: flex;
  margin: auto;
}
.cid-uorJlnUhTV .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorJlnUhTV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorJlnUhTV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorJlnUhTV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorJlnUhTV .navbar-nav {
    margin: 0;
  }
}
.cid-uorJlnUhTV .dropdown-menu,
.cid-uorJlnUhTV .navbar.opened {
  background-color: true !important;
}
.cid-uorJlnUhTV .nav-item:focus,
.cid-uorJlnUhTV .nav-link:focus {
  outline: none;
}
.cid-uorJlnUhTV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorJlnUhTV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorJlnUhTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorJlnUhTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorJlnUhTV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorJlnUhTV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorJlnUhTV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorJlnUhTV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorJlnUhTV .navbar.opened {
  transition: all 0.3s;
}
.cid-uorJlnUhTV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorJlnUhTV .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorJlnUhTV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorJlnUhTV .navbar.collapsed {
  justify-content: center;
}
.cid-uorJlnUhTV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorJlnUhTV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorJlnUhTV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorJlnUhTV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorJlnUhTV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorJlnUhTV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorJlnUhTV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorJlnUhTV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorJlnUhTV .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorJlnUhTV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorJlnUhTV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorJlnUhTV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorJlnUhTV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorJlnUhTV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorJlnUhTV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorJlnUhTV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorJlnUhTV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorJlnUhTV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorJlnUhTV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorJlnUhTV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorJlnUhTV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorJlnUhTV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorJlnUhTV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorJlnUhTV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorJlnUhTV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorJlnUhTV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorJlnUhTV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorJlnUhTV .dropdown-item.active,
.cid-uorJlnUhTV .dropdown-item:active {
  background-color: transparent;
}
.cid-uorJlnUhTV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorJlnUhTV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorJlnUhTV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorJlnUhTV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorJlnUhTV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorJlnUhTV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorJlnUhTV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorJlnUhTV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorJlnUhTV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorJlnUhTV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJlnUhTV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJlnUhTV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorJlnUhTV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJlnUhTV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorJlnUhTV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorJlnUhTV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJlnUhTV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorJlnUhTV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorJlnUhTV .navbar {
    height: 70px;
  }
  .cid-uorJlnUhTV .navbar.opened {
    height: auto;
  }
  .cid-uorJlnUhTV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorJlnUhTV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorJlnUhTV .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorJlnUhTV .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorJlnUhTV .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorJlnUhTV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorJlnUhTV .text_widget {
  margin-bottom: 32px;
}
.cid-uorJlnUhTV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorJlnUhTV .text_widget a:hover,
.cid-uorJlnUhTV .text_widget a:focus {
  opacity: .6;
}
.cid-uorJlnUhTV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorJlnUhTV .navbar-caption {
  color: #000000;
}
.cid-uorJlnUhTV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorJlnUhTV .mbr-section-subtitle,
.cid-uorJlnUhTV .text_widget,
.cid-uorJlnUhTV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorJlnUhTV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorJlnUhTV .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorJlnUhTV .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorJloHTii {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorJloHTii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorJloHTii .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-uorJloHTii .container {
    padding: 0 22px;
  }
}
.cid-uorJloHTii .card {
  justify-content: center;
}
.cid-uorJloHTii .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorJloHTii .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorJloHTii .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorJloHTii .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorJloHTii .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorJloHTii .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorJloHTii .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #03ff95;
}
@media (max-width: 1440px) {
  .cid-uorJloHTii .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorJloHTii .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorJloHTii .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorJloHTii .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorJloHTii .mbr-section-title {
  color: #ffffff;
}
.cid-uorJloHTii .mbr-text {
  color: #ffffff;
}
.cid-uorJloHTii .mbr-desc {
  color: #03ff95;
}
.cid-v04TBZUvJ6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v04TBZUvJ6 img {
  display: inline;
  border: 0px solid #ffffff;
  border-radius: 25px;
}
.cid-v04TBZUvJ6 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-v04TBZUvJ6 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-v04TBZUvJ6 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v04TBZUvJ6 .third {
  transform: rotate(0deg);
  max-height: 476px;
  width: 40%;
  z-index: 10;
}
.cid-v04TBZUvJ6 .fourth {
  transform: rotate(5deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v04TBZUvJ6 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-v04TBZUvJ6 .first {
    max-height: 250px;
  }
  .cid-v04TBZUvJ6 .second {
    max-height: 323px;
  }
  .cid-v04TBZUvJ6 .third {
    max-height: 408px;
  }
  .cid-v04TBZUvJ6 .fourth {
    max-height: 323px;
  }
  .cid-v04TBZUvJ6 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-v04TBZUvJ6 .first {
    max-height: 200px;
  }
  .cid-v04TBZUvJ6 .second {
    max-height: 270px;
  }
  .cid-v04TBZUvJ6 .third {
    max-height: 350px;
  }
  .cid-v04TBZUvJ6 .fourth {
    max-height: 270px;
  }
  .cid-v04TBZUvJ6 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-v04TBZUvJ6 .first {
    display: none;
  }
  .cid-v04TBZUvJ6 .second {
    max-height: 323px;
  }
  .cid-v04TBZUvJ6 .third {
    max-height: 408px;
  }
  .cid-v04TBZUvJ6 .fourth {
    max-height: 323px;
  }
  .cid-v04TBZUvJ6 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-v04TBZUvJ6 .second {
    max-height: 250px;
  }
  .cid-v04TBZUvJ6 .third {
    max-height: 340px;
  }
  .cid-v04TBZUvJ6 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-v04TBZUvJ6 .second {
    max-height: 180px;
  }
  .cid-v04TBZUvJ6 .third {
    max-height: 270px;
  }
  .cid-v04TBZUvJ6 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-v04TBZUvJ6 .second {
    display: none;
  }
  .cid-v04TBZUvJ6 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-v04TBZUvJ6 .fourth {
    display: none;
  }
}
.cid-v04U0ETDjM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v04U0ETDjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v04U0ETDjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v04U0ETDjM .container {
  max-width: 1325px;
}
.cid-v04U0ETDjM .title-container {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-v04U0ETDjM .title-container {
    margin-bottom: 50px;
  }
}
.cid-v04U0ETDjM .mbr-section-title {
  color: #03ff95;
}
.cid-v04U0ETDjM .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cid-v04U0ETDjM .content-wrapper {
    grid-template-columns: 1fr;
    gap: .2rem;
  }
}
.cid-v04U0ETDjM .card-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.cid-v04U0ETDjM .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 0%;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-v04U0ETDjM .img-box {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
}
.cid-v04U0ETDjM .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v04U0ETDjM .card-name {
  margin-top: 12px;
  color: #18d59e;
}
@media (max-width: 991px) {
  .cid-v04U0ETDjM .card-name {
    margin-top: 8px;
  }
}
.cid-v04U0ETDjM .card-text {
  color: #FFDD65;
  flex-grow: 1;
}
.cid-v04TbRcZxN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0d0d0d;
}
.cid-v04TbRcZxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v04TbRcZxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v04TbRcZxN .row {
  justify-content: space-between;
}
.cid-v04TbRcZxN .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-v04TbRcZxN .content-wrapper {
    padding: 0;
  }
}
.cid-v04TbRcZxN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v04TbRcZxN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v04TbRcZxN .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v04TbRcZxN .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v04TbRcZxN .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v04TbRcZxN .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-v04TbRcZxN .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-v04TbRcZxN .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v04TbRcZxN .mbr-section-title {
  color: #000000;
}
.cid-v04TbRcZxN .mbr-desc {
  color: #000000;
}
.cid-v04TbRcZxN .mbr-text {
  color: #000000;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8IYBcFlg .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8IYBcFlg .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8IYBcFlg .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8IYBcFlg .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8IYBcFlg .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8IYBcFlg .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8IYBcFlg .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8IYBcFlg .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8IYBcFlg .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8IYBcFlg .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IYBcFlg .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IYBcFlg .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8IYBcFlg .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8IYBcFlg .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8IYBcFlg .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8IYBcFlg P {
  color: #232323;
}
.cid-us8IYBcFlg DIV {
  color: #ffffff;
}
.cid-us8IYBcFlg H10 {
  color: #767676;
}
.cid-us8IYBcFlg .hidden {
  display: none;
}
.cid-us8IYBcFlg div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorJFRTV8E {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorJFRTV8E .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorJFRTV8E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorJFRTV8E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorJFRTV8E .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorJFRTV8E .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorJFRTV8E .menu_box .navbar.opened,
  .cid-uorJFRTV8E .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorJFRTV8E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorJFRTV8E .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJFRTV8E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorJFRTV8E .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJFRTV8E .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorJFRTV8E .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorJFRTV8E .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorJFRTV8E .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorJFRTV8E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorJFRTV8E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorJFRTV8E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorJFRTV8E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorJFRTV8E .offcanvas-body .mbr-text,
  .cid-uorJFRTV8E .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorJFRTV8E .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorJFRTV8E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorJFRTV8E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorJFRTV8E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorJFRTV8E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorJFRTV8E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorJFRTV8E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorJFRTV8E ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorJFRTV8E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJFRTV8E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorJFRTV8E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorJFRTV8E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorJFRTV8E .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorJFRTV8E .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorJFRTV8E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorJFRTV8E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorJFRTV8E .nav-item {
    margin: 0 !important;
  }
}
.cid-uorJFRTV8E .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorJFRTV8E .nav-item .nav-link:hover,
.cid-uorJFRTV8E .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorJFRTV8E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorJFRTV8E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorJFRTV8E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorJFRTV8E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJFRTV8E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorJFRTV8E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorJFRTV8E .offcanvas_box {
    display: none;
  }
}
.cid-uorJFRTV8E .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorJFRTV8E .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorJFRTV8E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorJFRTV8E .container {
  display: flex;
  margin: auto;
}
.cid-uorJFRTV8E .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorJFRTV8E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorJFRTV8E .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorJFRTV8E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorJFRTV8E .navbar-nav {
    margin: 0;
  }
}
.cid-uorJFRTV8E .dropdown-menu,
.cid-uorJFRTV8E .navbar.opened {
  background-color: true !important;
}
.cid-uorJFRTV8E .nav-item:focus,
.cid-uorJFRTV8E .nav-link:focus {
  outline: none;
}
.cid-uorJFRTV8E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorJFRTV8E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorJFRTV8E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorJFRTV8E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorJFRTV8E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorJFRTV8E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorJFRTV8E .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorJFRTV8E .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorJFRTV8E .navbar.opened {
  transition: all 0.3s;
}
.cid-uorJFRTV8E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorJFRTV8E .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorJFRTV8E .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorJFRTV8E .navbar.collapsed {
  justify-content: center;
}
.cid-uorJFRTV8E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorJFRTV8E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorJFRTV8E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorJFRTV8E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorJFRTV8E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorJFRTV8E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorJFRTV8E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorJFRTV8E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorJFRTV8E .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorJFRTV8E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorJFRTV8E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorJFRTV8E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorJFRTV8E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorJFRTV8E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorJFRTV8E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorJFRTV8E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorJFRTV8E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorJFRTV8E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorJFRTV8E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorJFRTV8E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorJFRTV8E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorJFRTV8E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorJFRTV8E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorJFRTV8E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorJFRTV8E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorJFRTV8E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorJFRTV8E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorJFRTV8E .dropdown-item.active,
.cid-uorJFRTV8E .dropdown-item:active {
  background-color: transparent;
}
.cid-uorJFRTV8E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorJFRTV8E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorJFRTV8E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorJFRTV8E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorJFRTV8E ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorJFRTV8E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorJFRTV8E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorJFRTV8E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorJFRTV8E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorJFRTV8E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJFRTV8E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJFRTV8E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorJFRTV8E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJFRTV8E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorJFRTV8E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorJFRTV8E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJFRTV8E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorJFRTV8E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorJFRTV8E .navbar {
    height: 70px;
  }
  .cid-uorJFRTV8E .navbar.opened {
    height: auto;
  }
  .cid-uorJFRTV8E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorJFRTV8E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorJFRTV8E .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorJFRTV8E .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorJFRTV8E .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorJFRTV8E .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorJFRTV8E .text_widget {
  margin-bottom: 32px;
}
.cid-uorJFRTV8E .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorJFRTV8E .text_widget a:hover,
.cid-uorJFRTV8E .text_widget a:focus {
  opacity: .6;
}
.cid-uorJFRTV8E .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorJFRTV8E .navbar-caption {
  color: #000000;
}
.cid-uorJFRTV8E .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorJFRTV8E .mbr-section-subtitle,
.cid-uorJFRTV8E .text_widget,
.cid-uorJFRTV8E .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorJFRTV8E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorJFRTV8E .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorJFRTV8E .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorJFSDgvW {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorJFSDgvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorJFSDgvW .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-uorJFSDgvW .container {
    padding: 0 22px;
  }
}
.cid-uorJFSDgvW .card {
  justify-content: center;
}
.cid-uorJFSDgvW .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorJFSDgvW .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorJFSDgvW .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorJFSDgvW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorJFSDgvW .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorJFSDgvW .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorJFSDgvW .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uorJFSDgvW .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorJFSDgvW .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorJFSDgvW .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorJFSDgvW .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorJFSDgvW .mbr-section-title {
  color: #ffffff;
}
.cid-uorJFSDgvW .mbr-text {
  color: #ffffff;
}
.cid-uorJFSDgvW .mbr-desc {
  color: #ffffff;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8J3bAs0s .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8J3bAs0s .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8J3bAs0s .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8J3bAs0s .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8J3bAs0s .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8J3bAs0s .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8J3bAs0s .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8J3bAs0s .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8J3bAs0s .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8J3bAs0s .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J3bAs0s .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J3bAs0s .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8J3bAs0s .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8J3bAs0s .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8J3bAs0s .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8J3bAs0s P {
  color: #232323;
}
.cid-us8J3bAs0s DIV {
  color: #ffffff;
}
.cid-us8J3bAs0s H10 {
  color: #767676;
}
.cid-us8J3bAs0s .hidden {
  display: none;
}
.cid-us8J3bAs0s div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorJIzvaC6 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorJIzvaC6 .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorJIzvaC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorJIzvaC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorJIzvaC6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorJIzvaC6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorJIzvaC6 .menu_box .navbar.opened,
  .cid-uorJIzvaC6 .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorJIzvaC6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorJIzvaC6 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJIzvaC6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorJIzvaC6 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJIzvaC6 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorJIzvaC6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorJIzvaC6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorJIzvaC6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorJIzvaC6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorJIzvaC6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorJIzvaC6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorJIzvaC6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorJIzvaC6 .offcanvas-body .mbr-text,
  .cid-uorJIzvaC6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorJIzvaC6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorJIzvaC6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorJIzvaC6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorJIzvaC6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorJIzvaC6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorJIzvaC6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorJIzvaC6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorJIzvaC6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorJIzvaC6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJIzvaC6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorJIzvaC6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorJIzvaC6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorJIzvaC6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorJIzvaC6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorJIzvaC6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorJIzvaC6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorJIzvaC6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uorJIzvaC6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorJIzvaC6 .nav-item .nav-link:hover,
.cid-uorJIzvaC6 .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorJIzvaC6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorJIzvaC6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorJIzvaC6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorJIzvaC6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJIzvaC6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorJIzvaC6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorJIzvaC6 .offcanvas_box {
    display: none;
  }
}
.cid-uorJIzvaC6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorJIzvaC6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorJIzvaC6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorJIzvaC6 .container {
  display: flex;
  margin: auto;
}
.cid-uorJIzvaC6 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorJIzvaC6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorJIzvaC6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorJIzvaC6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorJIzvaC6 .navbar-nav {
    margin: 0;
  }
}
.cid-uorJIzvaC6 .dropdown-menu,
.cid-uorJIzvaC6 .navbar.opened {
  background-color: true !important;
}
.cid-uorJIzvaC6 .nav-item:focus,
.cid-uorJIzvaC6 .nav-link:focus {
  outline: none;
}
.cid-uorJIzvaC6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorJIzvaC6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorJIzvaC6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorJIzvaC6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorJIzvaC6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorJIzvaC6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorJIzvaC6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorJIzvaC6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorJIzvaC6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uorJIzvaC6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorJIzvaC6 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorJIzvaC6 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorJIzvaC6 .navbar.collapsed {
  justify-content: center;
}
.cid-uorJIzvaC6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorJIzvaC6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorJIzvaC6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorJIzvaC6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorJIzvaC6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorJIzvaC6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorJIzvaC6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorJIzvaC6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorJIzvaC6 .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorJIzvaC6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorJIzvaC6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorJIzvaC6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorJIzvaC6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorJIzvaC6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorJIzvaC6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorJIzvaC6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorJIzvaC6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorJIzvaC6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorJIzvaC6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorJIzvaC6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorJIzvaC6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorJIzvaC6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorJIzvaC6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorJIzvaC6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorJIzvaC6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorJIzvaC6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorJIzvaC6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorJIzvaC6 .dropdown-item.active,
.cid-uorJIzvaC6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uorJIzvaC6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorJIzvaC6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorJIzvaC6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorJIzvaC6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorJIzvaC6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorJIzvaC6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorJIzvaC6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorJIzvaC6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorJIzvaC6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorJIzvaC6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJIzvaC6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJIzvaC6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorJIzvaC6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJIzvaC6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorJIzvaC6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorJIzvaC6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJIzvaC6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorJIzvaC6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorJIzvaC6 .navbar {
    height: 70px;
  }
  .cid-uorJIzvaC6 .navbar.opened {
    height: auto;
  }
  .cid-uorJIzvaC6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorJIzvaC6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorJIzvaC6 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorJIzvaC6 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorJIzvaC6 .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorJIzvaC6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorJIzvaC6 .text_widget {
  margin-bottom: 32px;
}
.cid-uorJIzvaC6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorJIzvaC6 .text_widget a:hover,
.cid-uorJIzvaC6 .text_widget a:focus {
  opacity: .6;
}
.cid-uorJIzvaC6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorJIzvaC6 .navbar-caption {
  color: #000000;
}
.cid-uorJIzvaC6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorJIzvaC6 .mbr-section-subtitle,
.cid-uorJIzvaC6 .text_widget,
.cid-uorJIzvaC6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorJIzvaC6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorJIzvaC6 .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorJIzvaC6 .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorJIAoti1 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorJIAoti1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorJIAoti1 .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-uorJIAoti1 .container {
    padding: 0 22px;
  }
}
.cid-uorJIAoti1 .card {
  justify-content: center;
}
.cid-uorJIAoti1 .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorJIAoti1 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorJIAoti1 .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorJIAoti1 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorJIAoti1 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorJIAoti1 .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorJIAoti1 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uorJIAoti1 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorJIAoti1 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorJIAoti1 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorJIAoti1 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorJIAoti1 .mbr-section-title {
  color: #ffffff;
}
.cid-uorJIAoti1 .mbr-text {
  color: #ffffff;
}
.cid-uorJIAoti1 .mbr-desc {
  color: #ffffff;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8J57cNmc .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8J57cNmc .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8J57cNmc .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8J57cNmc .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8J57cNmc .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8J57cNmc .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8J57cNmc .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8J57cNmc .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8J57cNmc .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8J57cNmc .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J57cNmc .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J57cNmc .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8J57cNmc .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8J57cNmc .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8J57cNmc .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8J57cNmc P {
  color: #232323;
}
.cid-us8J57cNmc DIV {
  color: #ffffff;
}
.cid-us8J57cNmc H10 {
  color: #767676;
}
.cid-us8J57cNmc .hidden {
  display: none;
}
.cid-us8J57cNmc div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorJKhn5Sn {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorJKhn5Sn .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorJKhn5Sn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorJKhn5Sn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorJKhn5Sn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorJKhn5Sn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorJKhn5Sn .menu_box .navbar.opened,
  .cid-uorJKhn5Sn .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorJKhn5Sn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorJKhn5Sn .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJKhn5Sn .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorJKhn5Sn .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJKhn5Sn .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorJKhn5Sn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorJKhn5Sn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorJKhn5Sn .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorJKhn5Sn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorJKhn5Sn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorJKhn5Sn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorJKhn5Sn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorJKhn5Sn .offcanvas-body .mbr-text,
  .cid-uorJKhn5Sn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorJKhn5Sn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorJKhn5Sn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorJKhn5Sn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorJKhn5Sn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorJKhn5Sn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorJKhn5Sn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorJKhn5Sn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorJKhn5Sn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorJKhn5Sn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJKhn5Sn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorJKhn5Sn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorJKhn5Sn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorJKhn5Sn .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorJKhn5Sn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorJKhn5Sn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorJKhn5Sn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorJKhn5Sn .nav-item {
    margin: 0 !important;
  }
}
.cid-uorJKhn5Sn .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorJKhn5Sn .nav-item .nav-link:hover,
.cid-uorJKhn5Sn .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorJKhn5Sn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorJKhn5Sn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorJKhn5Sn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorJKhn5Sn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJKhn5Sn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorJKhn5Sn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorJKhn5Sn .offcanvas_box {
    display: none;
  }
}
.cid-uorJKhn5Sn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorJKhn5Sn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorJKhn5Sn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorJKhn5Sn .container {
  display: flex;
  margin: auto;
}
.cid-uorJKhn5Sn .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorJKhn5Sn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorJKhn5Sn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorJKhn5Sn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorJKhn5Sn .navbar-nav {
    margin: 0;
  }
}
.cid-uorJKhn5Sn .dropdown-menu,
.cid-uorJKhn5Sn .navbar.opened {
  background-color: true !important;
}
.cid-uorJKhn5Sn .nav-item:focus,
.cid-uorJKhn5Sn .nav-link:focus {
  outline: none;
}
.cid-uorJKhn5Sn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorJKhn5Sn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorJKhn5Sn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorJKhn5Sn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorJKhn5Sn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorJKhn5Sn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorJKhn5Sn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorJKhn5Sn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorJKhn5Sn .navbar.opened {
  transition: all 0.3s;
}
.cid-uorJKhn5Sn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorJKhn5Sn .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorJKhn5Sn .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorJKhn5Sn .navbar.collapsed {
  justify-content: center;
}
.cid-uorJKhn5Sn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorJKhn5Sn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorJKhn5Sn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorJKhn5Sn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorJKhn5Sn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorJKhn5Sn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorJKhn5Sn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorJKhn5Sn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorJKhn5Sn .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorJKhn5Sn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorJKhn5Sn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorJKhn5Sn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorJKhn5Sn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorJKhn5Sn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorJKhn5Sn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorJKhn5Sn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorJKhn5Sn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorJKhn5Sn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorJKhn5Sn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorJKhn5Sn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorJKhn5Sn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorJKhn5Sn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorJKhn5Sn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorJKhn5Sn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorJKhn5Sn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorJKhn5Sn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorJKhn5Sn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorJKhn5Sn .dropdown-item.active,
.cid-uorJKhn5Sn .dropdown-item:active {
  background-color: transparent;
}
.cid-uorJKhn5Sn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorJKhn5Sn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorJKhn5Sn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorJKhn5Sn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorJKhn5Sn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorJKhn5Sn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorJKhn5Sn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorJKhn5Sn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorJKhn5Sn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorJKhn5Sn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJKhn5Sn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJKhn5Sn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorJKhn5Sn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJKhn5Sn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorJKhn5Sn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorJKhn5Sn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJKhn5Sn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorJKhn5Sn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorJKhn5Sn .navbar {
    height: 70px;
  }
  .cid-uorJKhn5Sn .navbar.opened {
    height: auto;
  }
  .cid-uorJKhn5Sn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorJKhn5Sn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorJKhn5Sn .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorJKhn5Sn .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorJKhn5Sn .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorJKhn5Sn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorJKhn5Sn .text_widget {
  margin-bottom: 32px;
}
.cid-uorJKhn5Sn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorJKhn5Sn .text_widget a:hover,
.cid-uorJKhn5Sn .text_widget a:focus {
  opacity: .6;
}
.cid-uorJKhn5Sn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorJKhn5Sn .navbar-caption {
  color: #000000;
}
.cid-uorJKhn5Sn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorJKhn5Sn .mbr-section-subtitle,
.cid-uorJKhn5Sn .text_widget,
.cid-uorJKhn5Sn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorJKhn5Sn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorJKhn5Sn .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorJKhn5Sn .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorJKi9A03 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorJKi9A03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorJKi9A03 .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-uorJKi9A03 .container {
    padding: 0 22px;
  }
}
.cid-uorJKi9A03 .card {
  justify-content: center;
}
.cid-uorJKi9A03 .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorJKi9A03 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorJKi9A03 .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorJKi9A03 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorJKi9A03 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorJKi9A03 .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorJKi9A03 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uorJKi9A03 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorJKi9A03 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorJKi9A03 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorJKi9A03 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorJKi9A03 .mbr-section-title {
  color: #ffffff;
}
.cid-uorJKi9A03 .mbr-text {
  color: #ffffff;
}
.cid-uorJKi9A03 .mbr-desc {
  color: #ffffff;
}
.cid-uYYzh2kcrN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0d0d0d;
}
.cid-uYYzh2kcrN #simp button,
.cid-uYYzh2kcrN #simp input,
.cid-uYYzh2kcrN #simp img {
  border: 0;
}
.cid-uYYzh2kcrN #simp {
  max-width: 600px;
  font-size: 14px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  text-align: initial;
  line-height: initial;
  background: #17212b;
  color: #ddd;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uYYzh2kcrN #simp .simp-album {
  padding: 20px 25px 5px;
}
.cid-uYYzh2kcrN #simp .simp-album .simp-cover {
  margin-right: 20px;
}
.cid-uYYzh2kcrN #simp .simp-album .simp-cover img {
  max-width: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.cid-uYYzh2kcrN #simp .simp-album .simp-title {
  font-size: 120%;
  font-weight: bold;
}
.cid-uYYzh2kcrN #simp .simp-album .simp-artist {
  font-size: 90%;
  color: #6c7883;
}
.cid-uYYzh2kcrN #simp .simp-controls {
  padding: 15px;
}
.cid-uYYzh2kcrN #simp .simp-controls button {
  font-size: 130%;
  width: 32px;
  height: 32px;
  background: none;
  color: #ddd;
  padding: 7px;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
}
.cid-uYYzh2kcrN #simp .simp-controls button[disabled] {
  color: #636469;
  cursor: initial;
}
.cid-uYYzh2kcrN #simp .simp-controls button:not([disabled]):hover {
  background: #4082bc;
  color: #fff;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-prev,
.cid-uYYzh2kcrN #simp .simp-controls .simp-next {
  font-size: 100%;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-tracker,
.cid-uYYzh2kcrN #simp .simp-controls .simp-volume {
  flex: 1;
  margin-left: 10px;
  position: relative;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-buffer {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 100px;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-loading .simp-buffer {
  -webkit-animation: audio-progress 1s linear infinite;
  animation: audio-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-time,
.cid-uYYzh2kcrN #simp .simp-controls .simp-others {
  margin-left: 10px;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-volume {
  max-width: 110px;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-volume .simp-mute {
  margin-right: 5px;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-others .simp-active {
  background: #242f3d;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-others .simp-shide button {
  font-size: 100%;
  padding: 0;
  width: 24px;
  height: 14px;
  display: block;
}
.cid-uYYzh2kcrN #simp .simp-controls input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  height: 19px;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.cid-uYYzh2kcrN #simp .simp-controls input[type=range]::-webkit-slider-runnable-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.cid-uYYzh2kcrN #simp .simp-controls input[type=range]::-moz-range-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-load .simp-progress::-webkit-slider-runnable-track {
  background: #2f3841;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-load .simp-progress::-moz-range-track {
  background: #2f3841;
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-loading .simp-progress::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.25);
}
.cid-uYYzh2kcrN #simp .simp-controls .simp-loading .simp-progress::-moz-range-track {
  background: rgba(255, 255, 255, 0.25);
}
.cid-uYYzh2kcrN #simp .simp-controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  margin-top: -4px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
.cid-uYYzh2kcrN #simp .simp-controls input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
.cid-uYYzh2kcrN #simp .simp-footer {
  padding: 10px 10px 12px;
  font-size: 90%;
  text-align: center;
  opacity: .7;
}
.cid-uYYzh2kcrN #simp .simp-display {
  overflow: hidden;
  max-height: 650px;
  transition: max-height 0.5s ease-in-out;
}
.cid-uYYzh2kcrN #simp .simp-hide {
  max-height: 0;
}
.cid-uYYzh2kcrN #simp ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  max-height: 245px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #73797f #2f3841;
}
.cid-uYYzh2kcrN #simp ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 8px 20px;
  cursor: pointer;
}
.cid-uYYzh2kcrN #simp ul li:last-child {
  padding-bottom: 13px;
}
.cid-uYYzh2kcrN #simp ul li:nth-child(odd) {
  background: #0e1621;
}
.cid-uYYzh2kcrN #simp ul li:hover {
  background: #242f3d;
}
.cid-uYYzh2kcrN #simp ul li.simp-active {
  background: #4082bc;
  color: #fff;
}
.cid-uYYzh2kcrN #simp ul li .simp-desc {
  font-size: 90%;
  opacity: .5;
  margin-left: 5px;
}
.cid-uYYzh2kcrN #simp ul::-webkit-scrollbar-track {
  background-color: #2f3841;
}
.cid-uYYzh2kcrN #simp ul::-webkit-scrollbar {
  width: 6px;
  background-color: #2f3841;
}
.cid-uYYzh2kcrN #simp ul::-webkit-scrollbar-thumb {
  background-color: #73797f;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8J6tV1I2 .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8J6tV1I2 .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8J6tV1I2 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8J6tV1I2 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8J6tV1I2 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8J6tV1I2 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8J6tV1I2 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8J6tV1I2 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8J6tV1I2 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8J6tV1I2 .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J6tV1I2 .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J6tV1I2 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8J6tV1I2 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8J6tV1I2 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8J6tV1I2 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8J6tV1I2 P {
  color: #232323;
}
.cid-us8J6tV1I2 DIV {
  color: #ffffff;
}
.cid-us8J6tV1I2 H10 {
  color: #767676;
}
.cid-us8J6tV1I2 .hidden {
  display: none;
}
.cid-us8J6tV1I2 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorJKRxInQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorJKRxInQ .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorJKRxInQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorJKRxInQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorJKRxInQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorJKRxInQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorJKRxInQ .menu_box .navbar.opened,
  .cid-uorJKRxInQ .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorJKRxInQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorJKRxInQ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJKRxInQ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorJKRxInQ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJKRxInQ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorJKRxInQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorJKRxInQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorJKRxInQ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorJKRxInQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorJKRxInQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorJKRxInQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorJKRxInQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorJKRxInQ .offcanvas-body .mbr-text,
  .cid-uorJKRxInQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorJKRxInQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorJKRxInQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorJKRxInQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorJKRxInQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorJKRxInQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorJKRxInQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorJKRxInQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorJKRxInQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorJKRxInQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJKRxInQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorJKRxInQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorJKRxInQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorJKRxInQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorJKRxInQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorJKRxInQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorJKRxInQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorJKRxInQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uorJKRxInQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorJKRxInQ .nav-item .nav-link:hover,
.cid-uorJKRxInQ .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorJKRxInQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorJKRxInQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorJKRxInQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorJKRxInQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJKRxInQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorJKRxInQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorJKRxInQ .offcanvas_box {
    display: none;
  }
}
.cid-uorJKRxInQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorJKRxInQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorJKRxInQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorJKRxInQ .container {
  display: flex;
  margin: auto;
}
.cid-uorJKRxInQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorJKRxInQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorJKRxInQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorJKRxInQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorJKRxInQ .navbar-nav {
    margin: 0;
  }
}
.cid-uorJKRxInQ .dropdown-menu,
.cid-uorJKRxInQ .navbar.opened {
  background-color: true !important;
}
.cid-uorJKRxInQ .nav-item:focus,
.cid-uorJKRxInQ .nav-link:focus {
  outline: none;
}
.cid-uorJKRxInQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorJKRxInQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorJKRxInQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorJKRxInQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorJKRxInQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorJKRxInQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorJKRxInQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorJKRxInQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorJKRxInQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uorJKRxInQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorJKRxInQ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorJKRxInQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorJKRxInQ .navbar.collapsed {
  justify-content: center;
}
.cid-uorJKRxInQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorJKRxInQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorJKRxInQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorJKRxInQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorJKRxInQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorJKRxInQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorJKRxInQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorJKRxInQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorJKRxInQ .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorJKRxInQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorJKRxInQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorJKRxInQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorJKRxInQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorJKRxInQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorJKRxInQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorJKRxInQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorJKRxInQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorJKRxInQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorJKRxInQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorJKRxInQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorJKRxInQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorJKRxInQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorJKRxInQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorJKRxInQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorJKRxInQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorJKRxInQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorJKRxInQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorJKRxInQ .dropdown-item.active,
.cid-uorJKRxInQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uorJKRxInQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorJKRxInQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorJKRxInQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorJKRxInQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorJKRxInQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorJKRxInQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorJKRxInQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorJKRxInQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorJKRxInQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorJKRxInQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJKRxInQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJKRxInQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorJKRxInQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJKRxInQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorJKRxInQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorJKRxInQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJKRxInQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorJKRxInQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorJKRxInQ .navbar {
    height: 70px;
  }
  .cid-uorJKRxInQ .navbar.opened {
    height: auto;
  }
  .cid-uorJKRxInQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorJKRxInQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorJKRxInQ .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorJKRxInQ .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorJKRxInQ .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorJKRxInQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorJKRxInQ .text_widget {
  margin-bottom: 32px;
}
.cid-uorJKRxInQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorJKRxInQ .text_widget a:hover,
.cid-uorJKRxInQ .text_widget a:focus {
  opacity: .6;
}
.cid-uorJKRxInQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorJKRxInQ .navbar-caption {
  color: #000000;
}
.cid-uorJKRxInQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorJKRxInQ .mbr-section-subtitle,
.cid-uorJKRxInQ .text_widget,
.cid-uorJKRxInQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorJKRxInQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorJKRxInQ .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorJKRxInQ .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorJKSnqRK {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorJKSnqRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorJKSnqRK .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-uorJKSnqRK .container {
    padding: 0 22px;
  }
}
.cid-uorJKSnqRK .card {
  justify-content: center;
}
.cid-uorJKSnqRK .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorJKSnqRK .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorJKSnqRK .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorJKSnqRK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorJKSnqRK .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorJKSnqRK .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorJKSnqRK .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uorJKSnqRK .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorJKSnqRK .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorJKSnqRK .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorJKSnqRK .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorJKSnqRK .mbr-section-title {
  color: #ffffff;
}
.cid-uorJKSnqRK .mbr-text {
  color: #ffffff;
}
.cid-uorJKSnqRK .mbr-desc {
  color: #ffffff;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8J7TVDjl .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8J7TVDjl .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8J7TVDjl .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8J7TVDjl .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8J7TVDjl .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8J7TVDjl .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8J7TVDjl .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8J7TVDjl .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8J7TVDjl .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8J7TVDjl .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J7TVDjl .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J7TVDjl .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8J7TVDjl .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8J7TVDjl .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8J7TVDjl .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8J7TVDjl P {
  color: #232323;
}
.cid-us8J7TVDjl DIV {
  color: #ffffff;
}
.cid-us8J7TVDjl H10 {
  color: #767676;
}
.cid-us8J7TVDjl .hidden {
  display: none;
}
.cid-us8J7TVDjl div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorJLurf96 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorJLurf96 .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorJLurf96 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorJLurf96 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorJLurf96 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorJLurf96 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorJLurf96 .menu_box .navbar.opened,
  .cid-uorJLurf96 .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorJLurf96 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorJLurf96 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJLurf96 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorJLurf96 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorJLurf96 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorJLurf96 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorJLurf96 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorJLurf96 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorJLurf96 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorJLurf96 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorJLurf96 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorJLurf96 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorJLurf96 .offcanvas-body .mbr-text,
  .cid-uorJLurf96 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorJLurf96 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorJLurf96 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorJLurf96 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorJLurf96 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorJLurf96 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorJLurf96 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorJLurf96 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorJLurf96 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorJLurf96 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJLurf96 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorJLurf96 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorJLurf96 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorJLurf96 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorJLurf96 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorJLurf96 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorJLurf96 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorJLurf96 .nav-item {
    margin: 0 !important;
  }
}
.cid-uorJLurf96 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorJLurf96 .nav-item .nav-link:hover,
.cid-uorJLurf96 .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorJLurf96 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorJLurf96 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorJLurf96 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorJLurf96 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorJLurf96 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorJLurf96 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorJLurf96 .offcanvas_box {
    display: none;
  }
}
.cid-uorJLurf96 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorJLurf96 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorJLurf96 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorJLurf96 .container {
  display: flex;
  margin: auto;
}
.cid-uorJLurf96 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorJLurf96 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorJLurf96 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorJLurf96 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorJLurf96 .navbar-nav {
    margin: 0;
  }
}
.cid-uorJLurf96 .dropdown-menu,
.cid-uorJLurf96 .navbar.opened {
  background-color: true !important;
}
.cid-uorJLurf96 .nav-item:focus,
.cid-uorJLurf96 .nav-link:focus {
  outline: none;
}
.cid-uorJLurf96 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorJLurf96 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorJLurf96 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorJLurf96 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorJLurf96 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorJLurf96 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorJLurf96 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorJLurf96 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorJLurf96 .navbar.opened {
  transition: all 0.3s;
}
.cid-uorJLurf96 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorJLurf96 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorJLurf96 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorJLurf96 .navbar.collapsed {
  justify-content: center;
}
.cid-uorJLurf96 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorJLurf96 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorJLurf96 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorJLurf96 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorJLurf96 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorJLurf96 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorJLurf96 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorJLurf96 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorJLurf96 .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorJLurf96 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorJLurf96 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorJLurf96 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorJLurf96 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorJLurf96 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorJLurf96 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorJLurf96 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorJLurf96 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorJLurf96 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorJLurf96 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorJLurf96 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorJLurf96 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorJLurf96 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorJLurf96 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorJLurf96 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorJLurf96 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorJLurf96 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorJLurf96 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorJLurf96 .dropdown-item.active,
.cid-uorJLurf96 .dropdown-item:active {
  background-color: transparent;
}
.cid-uorJLurf96 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorJLurf96 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorJLurf96 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorJLurf96 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorJLurf96 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorJLurf96 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorJLurf96 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorJLurf96 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorJLurf96 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorJLurf96 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJLurf96 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorJLurf96 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorJLurf96 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJLurf96 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorJLurf96 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorJLurf96 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorJLurf96 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorJLurf96 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorJLurf96 .navbar {
    height: 70px;
  }
  .cid-uorJLurf96 .navbar.opened {
    height: auto;
  }
  .cid-uorJLurf96 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorJLurf96 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorJLurf96 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorJLurf96 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorJLurf96 .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorJLurf96 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorJLurf96 .text_widget {
  margin-bottom: 32px;
}
.cid-uorJLurf96 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorJLurf96 .text_widget a:hover,
.cid-uorJLurf96 .text_widget a:focus {
  opacity: .6;
}
.cid-uorJLurf96 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorJLurf96 .navbar-caption {
  color: #000000;
}
.cid-uorJLurf96 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorJLurf96 .mbr-section-subtitle,
.cid-uorJLurf96 .text_widget,
.cid-uorJLurf96 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorJLurf96 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorJLurf96 .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorJLurf96 .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorJLw2h9J {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorJLw2h9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorJLw2h9J .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-uorJLw2h9J .container {
    padding: 0 22px;
  }
}
.cid-uorJLw2h9J .card {
  justify-content: center;
}
.cid-uorJLw2h9J .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorJLw2h9J .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorJLw2h9J .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorJLw2h9J .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorJLw2h9J .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorJLw2h9J .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorJLw2h9J .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uorJLw2h9J .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorJLw2h9J .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorJLw2h9J .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorJLw2h9J .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorJLw2h9J .mbr-section-title {
  color: #ffffff;
}
.cid-uorJLw2h9J .mbr-text {
  color: #ffffff;
}
.cid-uorJLw2h9J .mbr-desc {
  color: #ffffff;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8J9hzmiR .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8J9hzmiR .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8J9hzmiR .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8J9hzmiR .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8J9hzmiR .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8J9hzmiR .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8J9hzmiR .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8J9hzmiR .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8J9hzmiR .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8J9hzmiR .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J9hzmiR .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8J9hzmiR .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8J9hzmiR .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8J9hzmiR .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8J9hzmiR .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8J9hzmiR P {
  color: #232323;
}
.cid-us8J9hzmiR DIV {
  color: #ffffff;
}
.cid-us8J9hzmiR H10 {
  color: #767676;
}
.cid-us8J9hzmiR .hidden {
  display: none;
}
.cid-us8J9hzmiR div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorKQvtEjM {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorKQvtEjM .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorKQvtEjM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorKQvtEjM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorKQvtEjM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorKQvtEjM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorKQvtEjM .menu_box .navbar.opened,
  .cid-uorKQvtEjM .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorKQvtEjM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorKQvtEjM .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorKQvtEjM .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorKQvtEjM .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorKQvtEjM .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorKQvtEjM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorKQvtEjM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorKQvtEjM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorKQvtEjM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorKQvtEjM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorKQvtEjM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorKQvtEjM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorKQvtEjM .offcanvas-body .mbr-text,
  .cid-uorKQvtEjM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorKQvtEjM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorKQvtEjM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorKQvtEjM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorKQvtEjM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorKQvtEjM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorKQvtEjM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorKQvtEjM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorKQvtEjM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorKQvtEjM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorKQvtEjM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorKQvtEjM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorKQvtEjM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorKQvtEjM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorKQvtEjM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorKQvtEjM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorKQvtEjM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorKQvtEjM .nav-item {
    margin: 0 !important;
  }
}
.cid-uorKQvtEjM .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorKQvtEjM .nav-item .nav-link:hover,
.cid-uorKQvtEjM .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorKQvtEjM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorKQvtEjM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorKQvtEjM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorKQvtEjM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorKQvtEjM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorKQvtEjM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorKQvtEjM .offcanvas_box {
    display: none;
  }
}
.cid-uorKQvtEjM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorKQvtEjM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorKQvtEjM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorKQvtEjM .container {
  display: flex;
  margin: auto;
}
.cid-uorKQvtEjM .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorKQvtEjM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorKQvtEjM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorKQvtEjM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorKQvtEjM .navbar-nav {
    margin: 0;
  }
}
.cid-uorKQvtEjM .dropdown-menu,
.cid-uorKQvtEjM .navbar.opened {
  background-color: true !important;
}
.cid-uorKQvtEjM .nav-item:focus,
.cid-uorKQvtEjM .nav-link:focus {
  outline: none;
}
.cid-uorKQvtEjM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorKQvtEjM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorKQvtEjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorKQvtEjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorKQvtEjM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorKQvtEjM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorKQvtEjM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorKQvtEjM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorKQvtEjM .navbar.opened {
  transition: all 0.3s;
}
.cid-uorKQvtEjM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorKQvtEjM .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorKQvtEjM .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorKQvtEjM .navbar.collapsed {
  justify-content: center;
}
.cid-uorKQvtEjM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorKQvtEjM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorKQvtEjM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorKQvtEjM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorKQvtEjM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorKQvtEjM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorKQvtEjM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorKQvtEjM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorKQvtEjM .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorKQvtEjM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorKQvtEjM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorKQvtEjM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorKQvtEjM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorKQvtEjM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorKQvtEjM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorKQvtEjM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorKQvtEjM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorKQvtEjM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorKQvtEjM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorKQvtEjM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorKQvtEjM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorKQvtEjM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorKQvtEjM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorKQvtEjM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorKQvtEjM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorKQvtEjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorKQvtEjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorKQvtEjM .dropdown-item.active,
.cid-uorKQvtEjM .dropdown-item:active {
  background-color: transparent;
}
.cid-uorKQvtEjM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorKQvtEjM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorKQvtEjM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorKQvtEjM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorKQvtEjM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorKQvtEjM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorKQvtEjM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorKQvtEjM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorKQvtEjM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorKQvtEjM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorKQvtEjM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorKQvtEjM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorKQvtEjM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorKQvtEjM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorKQvtEjM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorKQvtEjM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorKQvtEjM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorKQvtEjM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorKQvtEjM .navbar {
    height: 70px;
  }
  .cid-uorKQvtEjM .navbar.opened {
    height: auto;
  }
  .cid-uorKQvtEjM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorKQvtEjM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorKQvtEjM .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorKQvtEjM .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorKQvtEjM .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorKQvtEjM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorKQvtEjM .text_widget {
  margin-bottom: 32px;
}
.cid-uorKQvtEjM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorKQvtEjM .text_widget a:hover,
.cid-uorKQvtEjM .text_widget a:focus {
  opacity: .6;
}
.cid-uorKQvtEjM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorKQvtEjM .navbar-caption {
  color: #000000;
}
.cid-uorKQvtEjM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorKQvtEjM .mbr-section-subtitle,
.cid-uorKQvtEjM .text_widget,
.cid-uorKQvtEjM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorKQvtEjM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorKQvtEjM .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorKQvtEjM .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorKQwjevR {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorKQwjevR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorKQwjevR .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-uorKQwjevR .container {
    padding: 0 22px;
  }
}
.cid-uorKQwjevR .card {
  justify-content: center;
}
.cid-uorKQwjevR .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorKQwjevR .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorKQwjevR .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorKQwjevR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorKQwjevR .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorKQwjevR .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorKQwjevR .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uorKQwjevR .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorKQwjevR .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorKQwjevR .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorKQwjevR .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorKQwjevR .mbr-section-title {
  color: #ffffff;
}
.cid-uorKQwjevR .mbr-text {
  color: #ffffff;
}
.cid-uorKQwjevR .mbr-desc {
  color: #ffffff;
}
.cid-uorKQwN8XF {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-uorKQwN8XF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorKQwN8XF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uorKQwN8XF .row {
  justify-content: space-between;
}
.cid-uorKQwN8XF .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uorKQwN8XF .content-wrapper {
    padding: 0;
  }
}
.cid-uorKQwN8XF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uorKQwN8XF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uorKQwN8XF .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uorKQwN8XF .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uorKQwN8XF .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uorKQwN8XF .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uorKQwN8XF .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uorKQwN8XF .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uorKQwN8XF .mbr-section-title {
  color: #000000;
}
.cid-uorKQwN8XF .mbr-desc {
  color: #000000;
}
.cid-uorKQwN8XF .mbr-text {
  color: #000000;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8IUemdAH .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8IUemdAH .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8IUemdAH .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8IUemdAH .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8IUemdAH .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8IUemdAH .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8IUemdAH .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8IUemdAH .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8IUemdAH .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8IUemdAH .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IUemdAH .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IUemdAH .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8IUemdAH .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8IUemdAH .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8IUemdAH .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8IUemdAH P {
  color: #232323;
}
.cid-us8IUemdAH DIV {
  color: #ffffff;
}
.cid-us8IUemdAH H10 {
  color: #767676;
}
.cid-us8IUemdAH .hidden {
  display: none;
}
.cid-us8IUemdAH div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorL7Glx6j {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorL7Glx6j .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorL7Glx6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorL7Glx6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorL7Glx6j .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorL7Glx6j .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorL7Glx6j .menu_box .navbar.opened,
  .cid-uorL7Glx6j .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorL7Glx6j nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorL7Glx6j .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorL7Glx6j .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorL7Glx6j .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorL7Glx6j .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorL7Glx6j .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorL7Glx6j .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorL7Glx6j .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorL7Glx6j .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorL7Glx6j .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorL7Glx6j .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorL7Glx6j .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorL7Glx6j .offcanvas-body .mbr-text,
  .cid-uorL7Glx6j .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorL7Glx6j .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorL7Glx6j .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorL7Glx6j .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorL7Glx6j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorL7Glx6j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorL7Glx6j .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorL7Glx6j .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorL7Glx6j ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorL7Glx6j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorL7Glx6j .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorL7Glx6j .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorL7Glx6j li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorL7Glx6j .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorL7Glx6j .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorL7Glx6j .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorL7Glx6j .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorL7Glx6j .nav-item {
    margin: 0 !important;
  }
}
.cid-uorL7Glx6j .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorL7Glx6j .nav-item .nav-link:hover,
.cid-uorL7Glx6j .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorL7Glx6j .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorL7Glx6j .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorL7Glx6j .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorL7Glx6j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorL7Glx6j .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorL7Glx6j .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorL7Glx6j .offcanvas_box {
    display: none;
  }
}
.cid-uorL7Glx6j .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorL7Glx6j .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorL7Glx6j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorL7Glx6j .container {
  display: flex;
  margin: auto;
}
.cid-uorL7Glx6j .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorL7Glx6j .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorL7Glx6j .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorL7Glx6j .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorL7Glx6j .navbar-nav {
    margin: 0;
  }
}
.cid-uorL7Glx6j .dropdown-menu,
.cid-uorL7Glx6j .navbar.opened {
  background-color: true !important;
}
.cid-uorL7Glx6j .nav-item:focus,
.cid-uorL7Glx6j .nav-link:focus {
  outline: none;
}
.cid-uorL7Glx6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorL7Glx6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorL7Glx6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorL7Glx6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorL7Glx6j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorL7Glx6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorL7Glx6j .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorL7Glx6j .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorL7Glx6j .navbar.opened {
  transition: all 0.3s;
}
.cid-uorL7Glx6j .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorL7Glx6j .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorL7Glx6j .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorL7Glx6j .navbar.collapsed {
  justify-content: center;
}
.cid-uorL7Glx6j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorL7Glx6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorL7Glx6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorL7Glx6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorL7Glx6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorL7Glx6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorL7Glx6j .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorL7Glx6j .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorL7Glx6j .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorL7Glx6j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorL7Glx6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorL7Glx6j .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorL7Glx6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorL7Glx6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorL7Glx6j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorL7Glx6j .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorL7Glx6j .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorL7Glx6j .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorL7Glx6j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorL7Glx6j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorL7Glx6j .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorL7Glx6j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorL7Glx6j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorL7Glx6j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorL7Glx6j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorL7Glx6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorL7Glx6j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorL7Glx6j .dropdown-item.active,
.cid-uorL7Glx6j .dropdown-item:active {
  background-color: transparent;
}
.cid-uorL7Glx6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorL7Glx6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorL7Glx6j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorL7Glx6j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorL7Glx6j ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorL7Glx6j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorL7Glx6j button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorL7Glx6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorL7Glx6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorL7Glx6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorL7Glx6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorL7Glx6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorL7Glx6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorL7Glx6j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorL7Glx6j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorL7Glx6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorL7Glx6j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorL7Glx6j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorL7Glx6j .navbar {
    height: 70px;
  }
  .cid-uorL7Glx6j .navbar.opened {
    height: auto;
  }
  .cid-uorL7Glx6j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorL7Glx6j .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorL7Glx6j .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorL7Glx6j .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorL7Glx6j .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorL7Glx6j .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorL7Glx6j .text_widget {
  margin-bottom: 32px;
}
.cid-uorL7Glx6j .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorL7Glx6j .text_widget a:hover,
.cid-uorL7Glx6j .text_widget a:focus {
  opacity: .6;
}
.cid-uorL7Glx6j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorL7Glx6j .navbar-caption {
  color: #000000;
}
.cid-uorL7Glx6j .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorL7Glx6j .mbr-section-subtitle,
.cid-uorL7Glx6j .text_widget,
.cid-uorL7Glx6j .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorL7Glx6j a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorL7Glx6j .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorL7Glx6j .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorL7H6NTg {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorL7H6NTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorL7H6NTg .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-uorL7H6NTg .container {
    padding: 0 22px;
  }
}
.cid-uorL7H6NTg .card {
  justify-content: center;
}
.cid-uorL7H6NTg .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorL7H6NTg .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorL7H6NTg .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorL7H6NTg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorL7H6NTg .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorL7H6NTg .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorL7H6NTg .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uorL7H6NTg .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorL7H6NTg .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorL7H6NTg .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorL7H6NTg .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorL7H6NTg .mbr-section-title {
  color: #ffffff;
}
.cid-uorL7H6NTg .mbr-text {
  color: #ffffff;
}
.cid-uorL7H6NTg .mbr-desc {
  color: #ffffff;
}
.cid-uorL7HyN7a {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-uorL7HyN7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorL7HyN7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uorL7HyN7a .row {
  justify-content: space-between;
}
.cid-uorL7HyN7a .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uorL7HyN7a .content-wrapper {
    padding: 0;
  }
}
.cid-uorL7HyN7a .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uorL7HyN7a .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uorL7HyN7a .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uorL7HyN7a .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uorL7HyN7a .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uorL7HyN7a .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uorL7HyN7a .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uorL7HyN7a .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uorL7HyN7a .mbr-section-title {
  color: #000000;
}
.cid-uorL7HyN7a .mbr-desc {
  color: #000000;
}
.cid-uorL7HyN7a .mbr-text {
  color: #000000;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8IVwxPlk .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8IVwxPlk .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8IVwxPlk .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8IVwxPlk .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8IVwxPlk .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8IVwxPlk .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8IVwxPlk .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8IVwxPlk .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8IVwxPlk .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8IVwxPlk .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IVwxPlk .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IVwxPlk .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8IVwxPlk .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8IVwxPlk .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8IVwxPlk .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8IVwxPlk P {
  color: #232323;
}
.cid-us8IVwxPlk DIV {
  color: #ffffff;
}
.cid-us8IVwxPlk H10 {
  color: #767676;
}
.cid-us8IVwxPlk .hidden {
  display: none;
}
.cid-us8IVwxPlk div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorLjjlDSX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorLjjlDSX .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorLjjlDSX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorLjjlDSX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorLjjlDSX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorLjjlDSX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorLjjlDSX .menu_box .navbar.opened,
  .cid-uorLjjlDSX .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorLjjlDSX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorLjjlDSX .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorLjjlDSX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorLjjlDSX .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorLjjlDSX .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorLjjlDSX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorLjjlDSX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorLjjlDSX .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorLjjlDSX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorLjjlDSX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorLjjlDSX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorLjjlDSX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorLjjlDSX .offcanvas-body .mbr-text,
  .cid-uorLjjlDSX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorLjjlDSX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorLjjlDSX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorLjjlDSX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorLjjlDSX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorLjjlDSX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorLjjlDSX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorLjjlDSX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorLjjlDSX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorLjjlDSX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorLjjlDSX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorLjjlDSX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorLjjlDSX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorLjjlDSX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorLjjlDSX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorLjjlDSX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorLjjlDSX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorLjjlDSX .nav-item {
    margin: 0 !important;
  }
}
.cid-uorLjjlDSX .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorLjjlDSX .nav-item .nav-link:hover,
.cid-uorLjjlDSX .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorLjjlDSX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorLjjlDSX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorLjjlDSX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorLjjlDSX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorLjjlDSX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorLjjlDSX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorLjjlDSX .offcanvas_box {
    display: none;
  }
}
.cid-uorLjjlDSX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorLjjlDSX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorLjjlDSX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorLjjlDSX .container {
  display: flex;
  margin: auto;
}
.cid-uorLjjlDSX .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorLjjlDSX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorLjjlDSX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorLjjlDSX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorLjjlDSX .navbar-nav {
    margin: 0;
  }
}
.cid-uorLjjlDSX .dropdown-menu,
.cid-uorLjjlDSX .navbar.opened {
  background-color: true !important;
}
.cid-uorLjjlDSX .nav-item:focus,
.cid-uorLjjlDSX .nav-link:focus {
  outline: none;
}
.cid-uorLjjlDSX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorLjjlDSX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorLjjlDSX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorLjjlDSX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorLjjlDSX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorLjjlDSX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorLjjlDSX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorLjjlDSX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorLjjlDSX .navbar.opened {
  transition: all 0.3s;
}
.cid-uorLjjlDSX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorLjjlDSX .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorLjjlDSX .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorLjjlDSX .navbar.collapsed {
  justify-content: center;
}
.cid-uorLjjlDSX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorLjjlDSX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorLjjlDSX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorLjjlDSX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorLjjlDSX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorLjjlDSX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorLjjlDSX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorLjjlDSX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorLjjlDSX .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorLjjlDSX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorLjjlDSX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorLjjlDSX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorLjjlDSX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorLjjlDSX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorLjjlDSX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorLjjlDSX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorLjjlDSX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorLjjlDSX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorLjjlDSX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorLjjlDSX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorLjjlDSX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorLjjlDSX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorLjjlDSX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorLjjlDSX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorLjjlDSX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorLjjlDSX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorLjjlDSX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorLjjlDSX .dropdown-item.active,
.cid-uorLjjlDSX .dropdown-item:active {
  background-color: transparent;
}
.cid-uorLjjlDSX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorLjjlDSX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorLjjlDSX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorLjjlDSX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorLjjlDSX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorLjjlDSX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorLjjlDSX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorLjjlDSX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorLjjlDSX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorLjjlDSX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorLjjlDSX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorLjjlDSX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorLjjlDSX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorLjjlDSX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorLjjlDSX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorLjjlDSX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorLjjlDSX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorLjjlDSX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorLjjlDSX .navbar {
    height: 70px;
  }
  .cid-uorLjjlDSX .navbar.opened {
    height: auto;
  }
  .cid-uorLjjlDSX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorLjjlDSX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorLjjlDSX .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorLjjlDSX .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorLjjlDSX .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorLjjlDSX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorLjjlDSX .text_widget {
  margin-bottom: 32px;
}
.cid-uorLjjlDSX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorLjjlDSX .text_widget a:hover,
.cid-uorLjjlDSX .text_widget a:focus {
  opacity: .6;
}
.cid-uorLjjlDSX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorLjjlDSX .navbar-caption {
  color: #000000;
}
.cid-uorLjjlDSX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorLjjlDSX .mbr-section-subtitle,
.cid-uorLjjlDSX .text_widget,
.cid-uorLjjlDSX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorLjjlDSX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorLjjlDSX .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorLjjlDSX .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorLjkdeoR {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorLjkdeoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorLjkdeoR .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-uorLjkdeoR .container {
    padding: 0 22px;
  }
}
.cid-uorLjkdeoR .card {
  justify-content: center;
}
.cid-uorLjkdeoR .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorLjkdeoR .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorLjkdeoR .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorLjkdeoR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorLjkdeoR .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorLjkdeoR .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorLjkdeoR .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uorLjkdeoR .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorLjkdeoR .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorLjkdeoR .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorLjkdeoR .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorLjkdeoR .mbr-section-title {
  color: #ffffff;
}
.cid-uorLjkdeoR .mbr-text {
  color: #ffffff;
}
.cid-uorLjkdeoR .mbr-desc {
  color: #ffffff;
}
.cid-uorLjkIjhQ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-uorLjkIjhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorLjkIjhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uorLjkIjhQ .row {
  justify-content: space-between;
}
.cid-uorLjkIjhQ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uorLjkIjhQ .content-wrapper {
    padding: 0;
  }
}
.cid-uorLjkIjhQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uorLjkIjhQ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uorLjkIjhQ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uorLjkIjhQ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uorLjkIjhQ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uorLjkIjhQ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uorLjkIjhQ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uorLjkIjhQ .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uorLjkIjhQ .mbr-section-title {
  color: #000000;
}
.cid-uorLjkIjhQ .mbr-desc {
  color: #000000;
}
.cid-uorLjkIjhQ .mbr-text {
  color: #000000;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8IT0bS7h .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8IT0bS7h .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8IT0bS7h .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8IT0bS7h .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8IT0bS7h .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8IT0bS7h .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8IT0bS7h .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8IT0bS7h .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8IT0bS7h .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8IT0bS7h .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IT0bS7h .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IT0bS7h .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8IT0bS7h .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8IT0bS7h .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8IT0bS7h .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8IT0bS7h P {
  color: #232323;
}
.cid-us8IT0bS7h DIV {
  color: #ffffff;
}
.cid-us8IT0bS7h H10 {
  color: #767676;
}
.cid-us8IT0bS7h .hidden {
  display: none;
}
.cid-us8IT0bS7h div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uorLw7IaJT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uorLw7IaJT .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uorLw7IaJT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uorLw7IaJT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uorLw7IaJT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uorLw7IaJT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uorLw7IaJT .menu_box .navbar.opened,
  .cid-uorLw7IaJT .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uorLw7IaJT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uorLw7IaJT .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorLw7IaJT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uorLw7IaJT .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uorLw7IaJT .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uorLw7IaJT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uorLw7IaJT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uorLw7IaJT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uorLw7IaJT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uorLw7IaJT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uorLw7IaJT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uorLw7IaJT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uorLw7IaJT .offcanvas-body .mbr-text,
  .cid-uorLw7IaJT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uorLw7IaJT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uorLw7IaJT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uorLw7IaJT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uorLw7IaJT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uorLw7IaJT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uorLw7IaJT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uorLw7IaJT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uorLw7IaJT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uorLw7IaJT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorLw7IaJT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uorLw7IaJT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uorLw7IaJT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uorLw7IaJT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uorLw7IaJT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uorLw7IaJT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uorLw7IaJT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uorLw7IaJT .nav-item {
    margin: 0 !important;
  }
}
.cid-uorLw7IaJT .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uorLw7IaJT .nav-item .nav-link:hover,
.cid-uorLw7IaJT .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uorLw7IaJT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uorLw7IaJT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uorLw7IaJT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uorLw7IaJT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uorLw7IaJT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uorLw7IaJT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uorLw7IaJT .offcanvas_box {
    display: none;
  }
}
.cid-uorLw7IaJT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uorLw7IaJT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uorLw7IaJT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uorLw7IaJT .container {
  display: flex;
  margin: auto;
}
.cid-uorLw7IaJT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uorLw7IaJT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uorLw7IaJT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uorLw7IaJT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uorLw7IaJT .navbar-nav {
    margin: 0;
  }
}
.cid-uorLw7IaJT .dropdown-menu,
.cid-uorLw7IaJT .navbar.opened {
  background-color: true !important;
}
.cid-uorLw7IaJT .nav-item:focus,
.cid-uorLw7IaJT .nav-link:focus {
  outline: none;
}
.cid-uorLw7IaJT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uorLw7IaJT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uorLw7IaJT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uorLw7IaJT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uorLw7IaJT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uorLw7IaJT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uorLw7IaJT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uorLw7IaJT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uorLw7IaJT .navbar.opened {
  transition: all 0.3s;
}
.cid-uorLw7IaJT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uorLw7IaJT .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uorLw7IaJT .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uorLw7IaJT .navbar.collapsed {
  justify-content: center;
}
.cid-uorLw7IaJT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uorLw7IaJT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uorLw7IaJT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uorLw7IaJT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uorLw7IaJT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uorLw7IaJT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uorLw7IaJT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uorLw7IaJT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uorLw7IaJT .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uorLw7IaJT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uorLw7IaJT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uorLw7IaJT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uorLw7IaJT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uorLw7IaJT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uorLw7IaJT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uorLw7IaJT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uorLw7IaJT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uorLw7IaJT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uorLw7IaJT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uorLw7IaJT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uorLw7IaJT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uorLw7IaJT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uorLw7IaJT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uorLw7IaJT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uorLw7IaJT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uorLw7IaJT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uorLw7IaJT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uorLw7IaJT .dropdown-item.active,
.cid-uorLw7IaJT .dropdown-item:active {
  background-color: transparent;
}
.cid-uorLw7IaJT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uorLw7IaJT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uorLw7IaJT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uorLw7IaJT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uorLw7IaJT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uorLw7IaJT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uorLw7IaJT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uorLw7IaJT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uorLw7IaJT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uorLw7IaJT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorLw7IaJT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uorLw7IaJT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uorLw7IaJT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorLw7IaJT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uorLw7IaJT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uorLw7IaJT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uorLw7IaJT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uorLw7IaJT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uorLw7IaJT .navbar {
    height: 70px;
  }
  .cid-uorLw7IaJT .navbar.opened {
    height: auto;
  }
  .cid-uorLw7IaJT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uorLw7IaJT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uorLw7IaJT .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uorLw7IaJT .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uorLw7IaJT .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uorLw7IaJT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uorLw7IaJT .text_widget {
  margin-bottom: 32px;
}
.cid-uorLw7IaJT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uorLw7IaJT .text_widget a:hover,
.cid-uorLw7IaJT .text_widget a:focus {
  opacity: .6;
}
.cid-uorLw7IaJT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uorLw7IaJT .navbar-caption {
  color: #000000;
}
.cid-uorLw7IaJT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uorLw7IaJT .mbr-section-subtitle,
.cid-uorLw7IaJT .text_widget,
.cid-uorLw7IaJT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uorLw7IaJT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uorLw7IaJT .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uorLw7IaJT .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uorLw8ufGP {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uorLw8ufGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorLw8ufGP .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-uorLw8ufGP .container {
    padding: 0 22px;
  }
}
.cid-uorLw8ufGP .card {
  justify-content: center;
}
.cid-uorLw8ufGP .content-wrapper {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uorLw8ufGP .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uorLw8ufGP .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uorLw8ufGP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uorLw8ufGP .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uorLw8ufGP .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uorLw8ufGP .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 5% !important;
  object-fit: cover;
  box-shadow: 0px 0px 60px 5px #0e6f95;
}
@media (max-width: 1440px) {
  .cid-uorLw8ufGP .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uorLw8ufGP .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uorLw8ufGP .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uorLw8ufGP .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uorLw8ufGP .mbr-section-title {
  color: #ffffff;
}
.cid-uorLw8ufGP .mbr-text {
  color: #ffffff;
}
.cid-uorLw8ufGP .mbr-desc {
  color: #ffffff;
}
.cid-uorLw8Wf1Z {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-uorLw8Wf1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uorLw8Wf1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uorLw8Wf1Z .row {
  justify-content: space-between;
}
.cid-uorLw8Wf1Z .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uorLw8Wf1Z .content-wrapper {
    padding: 0;
  }
}
.cid-uorLw8Wf1Z .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uorLw8Wf1Z .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uorLw8Wf1Z .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uorLw8Wf1Z .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uorLw8Wf1Z .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uorLw8Wf1Z .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uorLw8Wf1Z .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uorLw8Wf1Z .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uorLw8Wf1Z .mbr-section-title {
  color: #000000;
}
.cid-uorLw8Wf1Z .mbr-desc {
  color: #000000;
}
.cid-uorLw8Wf1Z .mbr-text {
  color: #000000;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-us8IRFBlMR .icon-bar {
  z-index: 100;
  left: 0.4%;
  position: fixed;
  top: 20%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-us8IRFBlMR .icon-bar a:hover {
  background-color: #272b2e;
  width: 100px;
}
.cid-us8IRFBlMR .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-us8IRFBlMR .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-us8IRFBlMR .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-us8IRFBlMR .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-us8IRFBlMR .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-us8IRFBlMR .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-us8IRFBlMR .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-us8IRFBlMR .custom1 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IRFBlMR .custom2 {
  background: #0d0d0d;
  color: white;
  width: 50px;
}
.cid-us8IRFBlMR .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-us8IRFBlMR .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-us8IRFBlMR .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-us8IRFBlMR .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-us8IRFBlMR P {
  color: #232323;
}
.cid-us8IRFBlMR DIV {
  color: #ffffff;
}
.cid-us8IRFBlMR H10 {
  color: #767676;
}
.cid-us8IRFBlMR .hidden {
  display: none;
}
.cid-us8IRFBlMR div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-uoCwaygna3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-uoCwaygna3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCwaygna3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCwaygna3 .row {
  justify-content: center;
}
.cid-uoCwaygna3 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoCwaygna3 .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uoCwaygna3 .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uoCwaygna3 .item {
    margin-bottom: 16px;
  }
}
.cid-uoCwaygna3 .item:hover .item-wrapper .item-img img,
.cid-uoCwaygna3 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uoCwaygna3 .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background: linear-gradient(180deg, #0d0d0d 0%, #0d0d0d 0%, #00ff95 100%);
}
@media (max-width: 992px) {
  .cid-uoCwaygna3 .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uoCwaygna3 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoCwaygna3 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uoCwaygna3 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #00fff0;
  font-size: 60px;
}
.cid-uoCwaygna3 .item .item-wrapper .card-box .logo-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoCwaygna3 .item .item-wrapper .card-box .logo-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uoCwaygna3 .item .item-wrapper .card-box .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5% !important;
}
.cid-uoCwaygna3 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uoCwaygna3 .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uoCwaygna3 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uoCwaygna3 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCwaygna3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uoCwaygna3 .item-title {
  color: #000000;
}
.cid-uoCwaygna3 .list {
  color: #000000;
}
.cid-uoCwaygna3 .item-title,
.cid-uoCwaygna3 .icon-wrapper,
.cid-uoCwaygna3 .mbr-section-btn {
  text-align: center;
}
.cid-uoCwaygna3 .item-title,
.cid-uoCwaygna3 .mbr-section-btn,
.cid-uoCwaygna3 .icon-wrapper {
  color: #ffffff;
}
.cid-uoCwaygna3 .list,
.cid-uoCwaygna3 .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-uom8xGrsCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uom8xGrsCv .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-uom8xGrsCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uom8xGrsCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uom8xGrsCv .menu_box .navbar.opened,
  .cid-uom8xGrsCv .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-uom8xGrsCv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uom8xGrsCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uom8xGrsCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uom8xGrsCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-uom8xGrsCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uom8xGrsCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-uom8xGrsCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uom8xGrsCv .offcanvas-body .mbr-text,
  .cid-uom8xGrsCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uom8xGrsCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uom8xGrsCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uom8xGrsCv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uom8xGrsCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uom8xGrsCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uom8xGrsCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uom8xGrsCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .nav-item {
    margin: 0 !important;
  }
}
.cid-uom8xGrsCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uom8xGrsCv .nav-item .nav-link:hover,
.cid-uom8xGrsCv .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-uom8xGrsCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uom8xGrsCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uom8xGrsCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uom8xGrsCv .offcanvas_box {
    display: none;
  }
}
.cid-uom8xGrsCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uom8xGrsCv .container {
  display: flex;
  margin: auto;
}
.cid-uom8xGrsCv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uom8xGrsCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uom8xGrsCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uom8xGrsCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .navbar-nav {
    margin: 0;
  }
}
.cid-uom8xGrsCv .dropdown-menu,
.cid-uom8xGrsCv .navbar.opened {
  background-color: true !important;
}
.cid-uom8xGrsCv .nav-item:focus,
.cid-uom8xGrsCv .nav-link:focus {
  outline: none;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uom8xGrsCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uom8xGrsCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uom8xGrsCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uom8xGrsCv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uom8xGrsCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uom8xGrsCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uom8xGrsCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uom8xGrsCv .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uom8xGrsCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar.collapsed {
  justify-content: center;
}
.cid-uom8xGrsCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uom8xGrsCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uom8xGrsCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uom8xGrsCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uom8xGrsCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uom8xGrsCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uom8xGrsCv .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-uom8xGrsCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uom8xGrsCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uom8xGrsCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uom8xGrsCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uom8xGrsCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uom8xGrsCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uom8xGrsCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uom8xGrsCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uom8xGrsCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uom8xGrsCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uom8xGrsCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uom8xGrsCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uom8xGrsCv .dropdown-item.active,
.cid-uom8xGrsCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uom8xGrsCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uom8xGrsCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uom8xGrsCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uom8xGrsCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uom8xGrsCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uom8xGrsCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uom8xGrsCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uom8xGrsCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uom8xGrsCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uom8xGrsCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uom8xGrsCv .navbar {
    height: 70px;
  }
  .cid-uom8xGrsCv .navbar.opened {
    height: auto;
  }
  .cid-uom8xGrsCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uom8xGrsCv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uom8xGrsCv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uom8xGrsCv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uom8xGrsCv .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-uom8xGrsCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uom8xGrsCv .text_widget {
  margin-bottom: 32px;
}
.cid-uom8xGrsCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uom8xGrsCv .text_widget a:hover,
.cid-uom8xGrsCv .text_widget a:focus {
  opacity: .6;
}
.cid-uom8xGrsCv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uom8xGrsCv .navbar-caption {
  color: #000000;
}
.cid-uom8xGrsCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uom8xGrsCv .mbr-section-subtitle,
.cid-uom8xGrsCv .text_widget,
.cid-uom8xGrsCv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uom8xGrsCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uom8xGrsCv .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-uom8xGrsCv .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-v05b9X5zeB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v05b9X5zeB img {
  display: inline;
  border: 0px solid #ffffff;
  border-radius: 25px;
}
.cid-v05b9X5zeB .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-v05b9X5zeB .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-v05b9X5zeB .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v05b9X5zeB .third {
  transform: rotate(0deg);
  max-height: 476px;
  width: 40%;
  z-index: 10;
}
.cid-v05b9X5zeB .fourth {
  transform: rotate(5deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-v05b9X5zeB .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-v05b9X5zeB .first {
    max-height: 250px;
  }
  .cid-v05b9X5zeB .second {
    max-height: 323px;
  }
  .cid-v05b9X5zeB .third {
    max-height: 408px;
  }
  .cid-v05b9X5zeB .fourth {
    max-height: 323px;
  }
  .cid-v05b9X5zeB .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-v05b9X5zeB .first {
    max-height: 200px;
  }
  .cid-v05b9X5zeB .second {
    max-height: 270px;
  }
  .cid-v05b9X5zeB .third {
    max-height: 350px;
  }
  .cid-v05b9X5zeB .fourth {
    max-height: 270px;
  }
  .cid-v05b9X5zeB .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-v05b9X5zeB .first {
    display: none;
  }
  .cid-v05b9X5zeB .second {
    max-height: 323px;
  }
  .cid-v05b9X5zeB .third {
    max-height: 408px;
  }
  .cid-v05b9X5zeB .fourth {
    max-height: 323px;
  }
  .cid-v05b9X5zeB .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-v05b9X5zeB .second {
    max-height: 250px;
  }
  .cid-v05b9X5zeB .third {
    max-height: 340px;
  }
  .cid-v05b9X5zeB .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-v05b9X5zeB .second {
    max-height: 180px;
  }
  .cid-v05b9X5zeB .third {
    max-height: 270px;
  }
  .cid-v05b9X5zeB .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-v05b9X5zeB .second {
    display: none;
  }
  .cid-v05b9X5zeB .third {
    max-height: initial;
    width: 90%;
  }
  .cid-v05b9X5zeB .fourth {
    display: none;
  }
}
.cid-v05dbjrJSd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-v05dbjrJSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v05dbjrJSd .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-v05dbjrJSd .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-v05dbjrJSd .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v05dbjrJSd .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-v05dbjrJSd .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-v05dbjrJSd .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v05dbjrJSd .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v05dbjrJSd .content-wrapper .text-wrapper .mbr-text {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v05dbjrJSd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v05dbjrJSd .btn-wrapper {
  margin-top: -15%;
}
.cid-v05dbjrJSd .mbr-section-title {
  color: #272b2e;
}
.cid-v05dbjrJSd .mbr-text,
.cid-v05dbjrJSd .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v05dbjrJSd .mbr-section-title,
.cid-v05dbjrJSd .mbr-section-btn,
.cid-v05dbjrJSd .clients-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-v05iFdvv9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-v05iFdvv9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v05iFdvv9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v05iFdvv9c .content-wrap {
  justify-content: center;
}
.cid-v05iFdvv9c .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v05iFdvv9c .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v05iFdvv9c .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-v05iFdvv9c .box .mbr-media {
    height: 350px;
  }
}
.cid-v05iFdvv9c .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid #f96e47;
  background-color: #f96e47;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v05iFdvv9c .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-v05iFdvv9c .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v05iFdvv9c .box .mbr-media .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  z-index: 1;
}
.cid-v05iFdvv9c .mbr-media {
  position: relative;
}
.cid-v05iFdvv9c .mbr-media img {
  object-fit: cover;
}
.cid-v05iFdvv9c a:hover {
  background-image: none !important;
}
.cid-v05iFdvv9c .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: linear-gradient(170deg, #f96e47, #fcbcaa);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v05iFdvv9c .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-v05iFdvv9c .icon-wrapper:hover,
.cid-v05iFdvv9c .icon-wrapper:focus {
  opacity: .85;
}
.cid-v05iFdvv9c .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v05iFdvv9c .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v05iFdvv9c .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v05iFdvv9c .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v05iFdvv9c .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v05iFdvv9c .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v05iFdvv9c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-upC9SYr6bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-upC9SYr6bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upC9SYr6bX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .container {
    padding: 0 26px;
  }
}
.cid-upC9SYr6bX .row {
  justify-content: center;
}
.cid-upC9SYr6bX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-upC9SYr6bX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upC9SYr6bX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-upC9SYr6bX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upC9SYr6bX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-upC9SYr6bX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-upC9SYr6bX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upC9SYr6bX .mbr-section-title {
  color: #ffffff;
}
.cid-upC9SYr6bX .mbr-text {
  color: #ffffff;
}
.cid-upC9SYr6bX .list {
  color: #ffffff;
}
.cid-upC9SYr6bX .list,
.cid-upC9SYr6bX .nav-wrapper,
.cid-upC9SYr6bX .social-wrapper {
  text-align: right;
}
.cid-v05n0gxbLI {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v05n0gxbLI .navbar-dropdown {
  background: rgba(13, 13, 13, 0.8) !important;
  padding: 0;
  position: fixed !important;
}
.cid-v05n0gxbLI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(13, 13, 13, 0.8) !important;
  background: #0d0d0d;
}
.cid-v05n0gxbLI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v05n0gxbLI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v05n0gxbLI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v05n0gxbLI .menu_box .navbar.opened,
  .cid-v05n0gxbLI .menu_box .navbar-collapse {
    background-color: #0d0d0d !important;
    transition: all 0s ease 0s;
    background: transparent !important;
  }
}
.cid-v05n0gxbLI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v05n0gxbLI .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v05n0gxbLI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-v05n0gxbLI .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v05n0gxbLI .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-v05n0gxbLI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v05n0gxbLI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v05n0gxbLI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #0d0d0d;
  }
  .cid-v05n0gxbLI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v05n0gxbLI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v05n0gxbLI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
    filter: invert(100%);
  }
  .cid-v05n0gxbLI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v05n0gxbLI .offcanvas-body .mbr-text,
  .cid-v05n0gxbLI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v05n0gxbLI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v05n0gxbLI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v05n0gxbLI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v05n0gxbLI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v05n0gxbLI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v05n0gxbLI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v05n0gxbLI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v05n0gxbLI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v05n0gxbLI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v05n0gxbLI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v05n0gxbLI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v05n0gxbLI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v05n0gxbLI .lg_brand {
    margin: 0 1rem;
  }
  .cid-v05n0gxbLI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v05n0gxbLI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v05n0gxbLI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v05n0gxbLI .nav-item {
    margin: 0 !important;
  }
}
.cid-v05n0gxbLI .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-v05n0gxbLI .nav-item .nav-link:hover,
.cid-v05n0gxbLI .nav-item .nav-link:focus {
  box-shadow: inset 5px 0 0 0 #03ff95;
  color: #ffffff !important;
}
.cid-v05n0gxbLI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v05n0gxbLI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v05n0gxbLI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v05n0gxbLI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v05n0gxbLI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v05n0gxbLI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v05n0gxbLI .offcanvas_box {
    display: none;
  }
}
.cid-v05n0gxbLI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v05n0gxbLI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v05n0gxbLI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v05n0gxbLI .container {
  display: flex;
  margin: auto;
}
.cid-v05n0gxbLI .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v05n0gxbLI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v05n0gxbLI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v05n0gxbLI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v05n0gxbLI .navbar-nav {
    margin: 0;
  }
}
.cid-v05n0gxbLI .dropdown-menu,
.cid-v05n0gxbLI .navbar.opened {
  background-color: true !important;
}
.cid-v05n0gxbLI .nav-item:focus,
.cid-v05n0gxbLI .nav-link:focus {
  outline: none;
}
.cid-v05n0gxbLI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v05n0gxbLI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v05n0gxbLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v05n0gxbLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v05n0gxbLI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v05n0gxbLI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v05n0gxbLI .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v05n0gxbLI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v05n0gxbLI .navbar.opened {
  transition: all 0.3s;
}
.cid-v05n0gxbLI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v05n0gxbLI .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v05n0gxbLI .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v05n0gxbLI .navbar.collapsed {
  justify-content: center;
}
.cid-v05n0gxbLI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v05n0gxbLI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v05n0gxbLI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v05n0gxbLI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v05n0gxbLI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v05n0gxbLI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v05n0gxbLI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v05n0gxbLI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v05n0gxbLI .navbar .navbar-collapse {
    padding: 34px 25px;
    border-radius: 25px;
  }
  .cid-v05n0gxbLI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v05n0gxbLI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v05n0gxbLI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v05n0gxbLI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v05n0gxbLI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v05n0gxbLI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v05n0gxbLI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v05n0gxbLI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v05n0gxbLI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v05n0gxbLI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v05n0gxbLI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v05n0gxbLI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v05n0gxbLI .navbar.navbar-short {
  min-height: 60px;
}
.cid-v05n0gxbLI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v05n0gxbLI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v05n0gxbLI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v05n0gxbLI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v05n0gxbLI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v05n0gxbLI .dropdown-item.active,
.cid-v05n0gxbLI .dropdown-item:active {
  background-color: transparent;
}
.cid-v05n0gxbLI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v05n0gxbLI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v05n0gxbLI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v05n0gxbLI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v05n0gxbLI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v05n0gxbLI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v05n0gxbLI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0d0d0d;
  background: #0d0d0d;
}
.cid-v05n0gxbLI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v05n0gxbLI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v05n0gxbLI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v05n0gxbLI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v05n0gxbLI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v05n0gxbLI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v05n0gxbLI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v05n0gxbLI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v05n0gxbLI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v05n0gxbLI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v05n0gxbLI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v05n0gxbLI .navbar {
    height: 70px;
  }
  .cid-v05n0gxbLI .navbar.opened {
    height: auto;
  }
  .cid-v05n0gxbLI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v05n0gxbLI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v05n0gxbLI .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-v05n0gxbLI .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-v05n0gxbLI .navbar-caption:hover {
  color: #03ff95;
}
@media (min-width: 992px) {
  .cid-v05n0gxbLI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v05n0gxbLI .text_widget {
  margin-bottom: 32px;
}
.cid-v05n0gxbLI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v05n0gxbLI .text_widget a:hover,
.cid-v05n0gxbLI .text_widget a:focus {
  opacity: .6;
}
.cid-v05n0gxbLI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v05n0gxbLI .navbar-caption {
  color: #000000;
}
.cid-v05n0gxbLI .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v05n0gxbLI .mbr-section-subtitle,
.cid-v05n0gxbLI .text_widget,
.cid-v05n0gxbLI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v05n0gxbLI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v05n0gxbLI .modal-backdrop.show {
  opacity: .8 !important;
}
.cid-v05n0gxbLI .modal-backdrop {
  background-color: #03ff95 !important;
}
.cid-v05n0hZl4J {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-v05n0hZl4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v05n0hZl4J .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-v05n0hZl4J .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-v05n0hZl4J .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v05n0hZl4J .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-v05n0hZl4J .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-v05n0hZl4J .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v05n0hZl4J .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #03ff95, #36ffaa);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v05n0hZl4J .content-wrapper .text-wrapper .mbr-text {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v05n0hZl4J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v05n0hZl4J .btn-wrapper {
  margin-top: -15%;
}
.cid-v05n0hZl4J .mbr-section-title {
  color: #272b2e;
}
.cid-v05n0hZl4J .mbr-text,
.cid-v05n0hZl4J .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v05n0hZl4J .mbr-section-title,
.cid-v05n0hZl4J .mbr-section-btn,
.cid-v05n0hZl4J .clients-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-v05n0j99aM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0d0d0d;
}
.cid-v05n0j99aM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v05n0j99aM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v05n0j99aM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .container {
    padding: 0 26px;
  }
}
.cid-v05n0j99aM .row {
  justify-content: center;
}
.cid-v05n0j99aM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v05n0j99aM .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v05n0j99aM .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v05n0j99aM .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v05n0j99aM .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v05n0j99aM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v05n0j99aM .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v05n0j99aM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v05n0j99aM .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v05n0j99aM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v05n0j99aM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-v05n0j99aM .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v05n0j99aM .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v05n0j99aM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v05n0j99aM .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v05n0j99aM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v05n0j99aM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-v05n0j99aM .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v05n0j99aM .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v05n0j99aM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v05n0j99aM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v05n0j99aM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v05n0j99aM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v05n0j99aM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-v05n0j99aM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v05n0j99aM .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v05n0j99aM .mbr-section-title {
  color: #ffffff;
}
.cid-v05n0j99aM .mbr-text {
  color: #ffffff;
}
.cid-v05n0j99aM .list {
  color: #ffffff;
}
.cid-v05n0j99aM .list,
.cid-v05n0j99aM .nav-wrapper,
.cid-v05n0j99aM .social-wrapper {
  text-align: right;
}
