body {
  font-family: 'Roboto', sans-serif;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 5.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #ffaaaa !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #999999 !important;
}
.bg-danger {
  background-color: #808080 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff5555 !important;
  border-color: #ff5555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #fd0000 !important;
  border-color: #fd0000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fd0000 !important;
  border-color: #fd0000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #4d4d4d !important;
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffaaaa !important;
  border-color: #ffaaaa !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff5353 !important;
  border-color: #ff5353 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff5353 !important;
  border-color: #ff5353 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6e6e6e !important;
  border-color: #6e6e6e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6e6e6e !important;
  border-color: #6e6e6e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #ff5555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fd0000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5555 !important;
  border-color: #ff5555 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a1a1a1 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #ffaaaa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff5353 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaaaa !important;
  border-color: #ffaaaa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e6e6e !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #808080;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #555555 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  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;
  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;
  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;
  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: #ff0000 !important;
}
.text-secondary {
  color: #ff5555 !important;
}
.text-success {
  color: #ffaaaa !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #999999 !important;
}
.text-danger {
  color: #808080 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fa0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff5050 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffa5a5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c9c9c9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #969696 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7d7d7d !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;
}
.nav-tabs .nav-link.active {
  color: #ff0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #999999;
}
.alert-danger {
  background-color: #808080;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c0c0c0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff0000 !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: #ff5555 !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='%23ff0000' %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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%23ff5555' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-uASpYFYBAJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uASpYFYBAJ nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uASpYFYBAJ nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uASpYFYBAJ .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uASpYFYBAJ .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uASpYFYBAJ .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uASpYFYBAJ .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uASpYFYBAJ .contacts_menu {
    top: 25px;
  }
}
.cid-uASpYFYBAJ .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uASpYFYBAJ .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uASpYFYBAJ .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uASpYFYBAJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uASpYFYBAJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uASpYFYBAJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uASpYFYBAJ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uASpYFYBAJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uASpYFYBAJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uASpYFYBAJ .nav-link {
  position: relative;
}
.cid-uASpYFYBAJ .container {
  display: flex;
  margin: auto;
}
.cid-uASpYFYBAJ .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uASpYFYBAJ .dropdown-menu,
.cid-uASpYFYBAJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uASpYFYBAJ .nav-item:focus,
.cid-uASpYFYBAJ .nav-link:focus {
  outline: none;
}
.cid-uASpYFYBAJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uASpYFYBAJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uASpYFYBAJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uASpYFYBAJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uASpYFYBAJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uASpYFYBAJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uASpYFYBAJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uASpYFYBAJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uASpYFYBAJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uASpYFYBAJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uASpYFYBAJ .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uASpYFYBAJ .navbar.collapsed {
  justify-content: center;
}
.cid-uASpYFYBAJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uASpYFYBAJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uASpYFYBAJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uASpYFYBAJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uASpYFYBAJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uASpYFYBAJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uASpYFYBAJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uASpYFYBAJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uASpYFYBAJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uASpYFYBAJ .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uASpYFYBAJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uASpYFYBAJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uASpYFYBAJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uASpYFYBAJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uASpYFYBAJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uASpYFYBAJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uASpYFYBAJ .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uASpYFYBAJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uASpYFYBAJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uASpYFYBAJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uASpYFYBAJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uASpYFYBAJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uASpYFYBAJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uASpYFYBAJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uASpYFYBAJ .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-uASpYFYBAJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uASpYFYBAJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uASpYFYBAJ .dropdown-item.active,
.cid-uASpYFYBAJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uASpYFYBAJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uASpYFYBAJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uASpYFYBAJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uASpYFYBAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uASpYFYBAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uASpYFYBAJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uASpYFYBAJ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uASpYFYBAJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uASpYFYBAJ button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uASpYFYBAJ button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uASpYFYBAJ button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uASpYFYBAJ button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uASpYFYBAJ button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uASpYFYBAJ button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uASpYFYBAJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uASpYFYBAJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uASpYFYBAJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uASpYFYBAJ button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uASpYFYBAJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uASpYFYBAJ nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uASpYFYBAJ nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uASpYFYBAJ nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uASpYFYBAJ nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uASpYFYBAJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uASpYFYBAJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uASpYFYBAJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uASpYFYBAJ .navbar {
    height: 70px;
  }
  .cid-uASpYFYBAJ .navbar.opened {
    height: auto;
  }
  .cid-uASpYFYBAJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uASsJMLqaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc06353-2000x1333.jpg");
}
.cid-uASsJMLqaU .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-uASsJMLqaU .linkBtn {
  margin-top: 2.5rem;
}
.cid-uASsJMLqaU b,
.cid-uASsJMLqaU strong {
  font-weight: 500;
  color: #ff5555;
}
@media (max-width: 767px) {
  .cid-uASsJMLqaU .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-uASsJMLqaU .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-uASsJMLqaU H4 {
  color: #808080;
}
.cid-uASsJMLqaU .mbr-section-title,
.cid-uASsJMLqaU .linkBtn {
  color: #808080;
}
.cid-uASwCvFvsf {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uASwCvFvsf .main_header {
  margin-bottom: 8rem;
}
.cid-uASwCvFvsf .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ff0000;
}
.cid-uASwCvFvsf .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uASwCvFvsf .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uASwCvFvsf .card_item {
    border-left: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uASwCvFvsf .card_item:last-child {
    border-right: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uASwCvFvsf .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uASwCvFvsf .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uASwCvFvsf .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uASwCvFvsf .item-wrapper {
  padding: 0 1rem;
}
.cid-uASwCvFvsf .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uASwCvFvsf .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uASwCvFvsf .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uASwCvFvsf .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  color: #808080;
}
.cid-uASwCvFvsf .card-text {
  margin-bottom: 1.25rem;
}
.cid-uASwCvFvsf .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  color: #808080;
}
@media (max-width: 1199px) {
  .cid-uASwCvFvsf .card-descr {
    margin-right: -1rem;
  }
}
.cid-uASwCvFvsf img,
.cid-uASwCvFvsf .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uASwCvFvsf .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uASwCvFvsf .main_header {
    margin-bottom: 4rem;
  }
  .cid-uASwCvFvsf .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uASwCvFvsf .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uASwCvFvsf .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uASwCvFvsf .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uASwCvFvsf .card-text {
    margin-bottom: .75rem;
  }
  .cid-uASwCvFvsf .item-img {
    padding-right: 1rem;
  }
  .cid-uASwCvFvsf .card-descr {
    right: 1rem;
  }
}
.cid-uASwCvFvsf .mbr-section-title {
  color: #808080;
}
.cid-uASwCvFvsf .mbr-text,
.cid-uASwCvFvsf .linkBtn {
  color: #808080;
}
.cid-uASwCvFvsf .card-text,
.cid-uASwCvFvsf .linkBtn {
  color: #808080;
}
.cid-uASAaeTnsv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uASAaeTnsv .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uASAaeTnsv .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uASAaeTnsv .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uASAaeTnsv .card_item {
    border-left: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uASAaeTnsv .card_item:last-child {
    border-right: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uASAaeTnsv .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uASAaeTnsv .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uASAaeTnsv .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uASAaeTnsv .item-wrapper {
  padding: 0 1rem;
}
.cid-uASAaeTnsv .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uASAaeTnsv .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uASAaeTnsv .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uASAaeTnsv .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  color: #808080;
}
.cid-uASAaeTnsv .card-text {
  margin-bottom: 1.25rem;
}
.cid-uASAaeTnsv .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  color: #808080;
}
@media (max-width: 1199px) {
  .cid-uASAaeTnsv .card-descr {
    margin-right: -1rem;
  }
}
.cid-uASAaeTnsv img,
.cid-uASAaeTnsv .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uASAaeTnsv .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uASAaeTnsv .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uASAaeTnsv .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uASAaeTnsv .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uASAaeTnsv .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uASAaeTnsv .card-text {
    margin-bottom: .75rem;
  }
  .cid-uASAaeTnsv .item-img {
    padding-right: 1rem;
  }
  .cid-uASAaeTnsv .card-descr {
    right: 1rem;
  }
}
.cid-uASAaeTnsv .card-text,
.cid-uASAaeTnsv .linkBtn {
  color: #808080;
}
.cid-uATLUM5WYu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uATLUM5WYu img {
  width: 180px;
  margin: auto;
}
.cid-uATLUM5WYu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uATLUM5WYu .mbr-section-title {
  color: #808080;
}
.cid-uATLUM5WYu .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #ff5555;
}
.cid-uATLUM5WYu .mbr-section-subtitle,
.cid-uATLUM5WYu .subtitle-wrap,
.cid-uATLUM5WYu .mbr-section-btn {
  text-align: center;
}
.cid-uC6EhIUf1Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC6EhIUf1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6EhIUf1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6EhIUf1Q .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uC6EhIUf1Q .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uC6EhIUf1Q .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uC6EhIUf1Q .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uC6EhIUf1Q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uC6EhIUf1Q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uC6EhIUf1Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uC6EhIUf1Q .mbr-text,
.cid-uC6EhIUf1Q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uC6EhIUf1Q .mbr-section-title,
.cid-uC6EhIUf1Q .mbr-section-btn {
  text-align: center;
  color: #808080;
}
.cid-uATXcQtlpU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uATXcQtlpU .main_header {
  margin-bottom: 2.5rem;
}
.cid-uATXcQtlpU .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #808080;
  text-align: center;
}
.cid-uATXcQtlpU .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uATXcQtlpU .mbr-text {
  letter-spacing: -0.025rem;
}
.cid-uATXcQtlpU .card {
  border-radius: 0;
}
.cid-uATXcQtlpU .card .card-box {
  border-top: 1px dotted rgba(128, 128, 128, 0.5);
}
.cid-uATXcQtlpU .card .card-box:last-child .card-box {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
}
@media (min-width: 992px) {
  .cid-uATXcQtlpU .card:nth-child(1) .card-wrapper {
    padding-left: 0;
  }
  .cid-uATXcQtlpU .card:nth-child(2) .card-wrapper {
    padding-left: 8rem;
  }
  .cid-uATXcQtlpU .card:nth-child(3) .card-wrapper {
    padding-left: 4rem;
  }
  .cid-uATXcQtlpU .card:nth-child(4) .card-wrapper {
    padding-left: 0;
  }
}
.cid-uATXcQtlpU .card:nth-child(1) .circle_fill {
  background-color: #808080;
}
.cid-uATXcQtlpU .card:nth-child(2) .circle_fill {
  background-color: #ffaaaa;
}
.cid-uATXcQtlpU .card:nth-child(3) .circle_fill {
  background-color: #cccccc;
}
.cid-uATXcQtlpU .card:nth-child(4) .circle_fill {
  background-color: #ff5555;
}
.cid-uATXcQtlpU .card-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  height: 100%;
  display: flex;
}
.cid-uATXcQtlpU .content_box {
  display: flex;
}
.cid-uATXcQtlpU .content_title {
  min-width: 350px;
  max-width: 30%;
  padding-right: 6rem;
}
.cid-uATXcQtlpU .content_text {
  max-width: 45%;
}
.cid-uATXcQtlpU .card-text {
  margin-bottom: .5rem;
}
.cid-uATXcQtlpU .circle_animation {
  display: inline-flex;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.25rem;
  width: 195px;
}
.cid-uATXcQtlpU .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uATXcQtlpU .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uATXcQtlpU .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #ff0000;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 991px) {
  .cid-uATXcQtlpU .content_title {
    padding-right: 2rem;
    min-width: 160px;
  }
  .cid-uATXcQtlpU .content_text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-uATXcQtlpU .main_header {
    margin-bottom: 1.5rem;
  }
  .cid-uATXcQtlpU .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uATXcQtlpU .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-uATXcQtlpU .card .card-box:last-child {
    border-bottom: none;
  }
  .cid-uATXcQtlpU .content_box {
    flex-direction: column;
  }
  .cid-uATXcQtlpU .content_title {
    min-width: none;
    max-width: none;
    padding-right: 0;
  }
  .cid-uATXcQtlpU .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uATXcQtlpU .card-text {
    margin-bottom: 1rem;
  }
  .cid-uATXcQtlpU .circle_animation {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .cid-uATXcQtlpU .circle_animation .circle {
    width: 40px;
    height: 40px;
  }
  .cid-uATXcQtlpU .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uATXcQtlpU .card-title {
  color: #ff0000;
}
.cid-uATXcQtlpU .card-text,
.cid-uATXcQtlpU .linkBtn {
  color: #808080;
}
.cid-uAU75Lg7al {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAU75Lg7al .row {
  align-items: center;
}
.cid-uAU75Lg7al .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uAU75Lg7al .mbr-text,
.cid-uAU75Lg7al .mbr-section-btn {
  color: #000000;
}
.cid-uAU75Lg7al .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAU75Lg7al .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uAU75Lg7al .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uAU75Lg7al .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uAU75Lg7al .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uAU75Lg7al .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAU75Lg7al .mbr-text-title {
  color: #bbbbbb;
}
.cid-uAU75Lg7al .mbr-section-title {
  color: #808080;
}
.cid-uAU60VN8Iw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAU60VN8Iw .foot-menu {
  margin-bottom: 0;
}
.cid-uAU60VN8Iw ul {
  list-style: none;
  padding: 0;
}
.cid-uAU60VN8Iw li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uAU60VN8Iw li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uAU60VN8Iw ul li:last-child {
  padding-right: 0;
}
.cid-uAU60VN8Iw ul li:last-child:after {
  content: none;
}
.cid-uAU60VN8Iw .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uAU60VN8Iw .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uAU60VN8Iw .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uAU60VN8Iw H4 {
  color: #808080;
}
.cid-uAT6slnsu6.popup-builder {
  background-color: #ffffff;
}
.cid-uAT6slnsu6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAT6slnsu6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAT6slnsu6 .modal-content,
.cid-uAT6slnsu6 .modal-dialog {
  height: auto;
}
.cid-uAT6slnsu6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAT6slnsu6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAT6slnsu6 .form-wrapper .mbr-form .form-group,
  .cid-uAT6slnsu6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAT6slnsu6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAT6slnsu6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAT6slnsu6 .mbr-text {
  text-align: center;
}
.cid-uAT6slnsu6 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAT6slnsu6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAT6slnsu6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAT6slnsu6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAT6slnsu6 .modal-open {
  overflow: hidden;
}
.cid-uAT6slnsu6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAT6slnsu6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAT6slnsu6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAT6slnsu6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAT6slnsu6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAT6slnsu6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAT6slnsu6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAT6slnsu6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAT6slnsu6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAT6slnsu6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAT6slnsu6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAT6slnsu6 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAT6slnsu6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAT6slnsu6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAT6slnsu6 .modal-header {
    padding: 1rem;
  }
}
.cid-uAT6slnsu6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAT6slnsu6 .modal-header .close svg {
  fill: #353535;
}
.cid-uAT6slnsu6 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAT6slnsu6 .modal-header .close:focus {
  outline: none;
}
.cid-uAT6slnsu6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAT6slnsu6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAT6slnsu6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAT6slnsu6 .modal-body {
    padding: 1rem;
  }
}
.cid-uAT6slnsu6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAT6slnsu6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAT6slnsu6 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAT6slnsu6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAT6slnsu6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAT6slnsu6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAT6slnsu6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAT6slnsu6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAT6slnsu6 .modal-lg,
  .cid-uAT6slnsu6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAT6slnsu6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAT6slnsu6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAT6slnsu6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAT6slnsu6 .form-group {
  margin-bottom: 1rem;
}
.cid-uAT6slnsu6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAT6slnsu6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAT6slnsu6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAT6slnsu6 .mbr-section-btn {
  margin: 0;
}
.cid-uAT6slnsu6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-7SvwsDpPav P {
  color: #1281fc;
}
.cid-7SvwsDpPav DIV {
  color: #ffffff;
}
.cid-7SvwsDpPav H10 {
  color: #034e75;
}
.cid-7SvwsDpPav .hidden {
  display: none;
}
.cid-7SvwsDpPav .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-7SvwsDpPav .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-7SvwsDpPav .icon-bar a:hover {
  background-color: #000000;
}
.cid-7SvwsDpPav .flag {
  background: transparent;
}
.cid-7SvwsDpPav .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-7SvwsDpPav .nav-right {
  float: left !important;
  position: relative;
}
.cid-7SvwsDpPav #google_translate_element {
  display: none;
}
.cid-7SvwsDpPav .goog-te-banner {
  display: none;
}
.cid-7SvwsDpPav .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-7SvwsDpPav .goog-te-spinner-pos {
  display: none !important;
}
.cid-7SvwsDpPav body {
  top: 0px !important;
}
.cid-7SvwsDpPav body body {
  top: 0 !important;
}
.cid-7SvwsDpPav body .goog-te-banner-frame {
  display: none !important;
}
.cid-7SvwsDpPav .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-7SvwsDpPav .goog-tooltip {
  display: none !important;
}
.cid-7SvwsDpPav .goog-tooltip:hover {
  display: none !important;
}
.cid-7SvwsDpPav .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-7SvwsDpPav #goog-gt-tt,
.cid-7SvwsDpPav .goog-te-balloon-frame {
  display: none !important;
}
.cid-7SvwsDpPav #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-7SvwsDpPav .goog-logo-link {
  display: none !important;
}
.cid-7SvwsDpPav .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-7SvwsDpPav div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-7SvwsDpPav div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uB3YmXRdQw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uB3YmXRdQw nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uB3YmXRdQw nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uB3YmXRdQw .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uB3YmXRdQw .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB3YmXRdQw .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uB3YmXRdQw .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uB3YmXRdQw .contacts_menu {
    top: 25px;
  }
}
.cid-uB3YmXRdQw .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uB3YmXRdQw .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uB3YmXRdQw .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uB3YmXRdQw .nav-item {
    margin: 0 !important;
  }
}
.cid-uB3YmXRdQw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3YmXRdQw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uB3YmXRdQw .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uB3YmXRdQw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uB3YmXRdQw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB3YmXRdQw .nav-link {
  position: relative;
}
.cid-uB3YmXRdQw .container {
  display: flex;
  margin: auto;
}
.cid-uB3YmXRdQw .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB3YmXRdQw .dropdown-menu,
.cid-uB3YmXRdQw .navbar.opened {
  background: #ffffff !important;
}
.cid-uB3YmXRdQw .nav-item:focus,
.cid-uB3YmXRdQw .nav-link:focus {
  outline: none;
}
.cid-uB3YmXRdQw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB3YmXRdQw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB3YmXRdQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB3YmXRdQw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3YmXRdQw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB3YmXRdQw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB3YmXRdQw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uB3YmXRdQw .navbar.opened {
  transition: all 0.3s;
}
.cid-uB3YmXRdQw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB3YmXRdQw .navbar .navbar-logo img {
  width: auto;
}
.cid-uB3YmXRdQw .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uB3YmXRdQw .navbar.collapsed {
  justify-content: center;
}
.cid-uB3YmXRdQw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB3YmXRdQw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB3YmXRdQw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uB3YmXRdQw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB3YmXRdQw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB3YmXRdQw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB3YmXRdQw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB3YmXRdQw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB3YmXRdQw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB3YmXRdQw .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uB3YmXRdQw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB3YmXRdQw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB3YmXRdQw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB3YmXRdQw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB3YmXRdQw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB3YmXRdQw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB3YmXRdQw .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uB3YmXRdQw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB3YmXRdQw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB3YmXRdQw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB3YmXRdQw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB3YmXRdQw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB3YmXRdQw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uB3YmXRdQw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB3YmXRdQw .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-uB3YmXRdQw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB3YmXRdQw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB3YmXRdQw .dropdown-item.active,
.cid-uB3YmXRdQw .dropdown-item:active {
  background-color: transparent;
}
.cid-uB3YmXRdQw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB3YmXRdQw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB3YmXRdQw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB3YmXRdQw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB3YmXRdQw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB3YmXRdQw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB3YmXRdQw ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uB3YmXRdQw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB3YmXRdQw button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uB3YmXRdQw button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uB3YmXRdQw button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uB3YmXRdQw button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uB3YmXRdQw button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uB3YmXRdQw button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uB3YmXRdQw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB3YmXRdQw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB3YmXRdQw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB3YmXRdQw button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB3YmXRdQw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB3YmXRdQw nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB3YmXRdQw nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB3YmXRdQw nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB3YmXRdQw nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB3YmXRdQw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB3YmXRdQw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB3YmXRdQw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB3YmXRdQw .navbar {
    height: 70px;
  }
  .cid-uB3YmXRdQw .navbar.opened {
    height: auto;
  }
  .cid-uB3YmXRdQw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB40hrE5mN {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB40hrE5mN .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ff0000;
}
.cid-uB40hrE5mN .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #808080;
}
@media (max-width: 767px) {
  .cid-uB40hrE5mN .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uB40hrE5mN .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uB40hrE5mN .mbr-section-title {
  color: #808080;
}
#Virtueller-360-Grad-Showroom {
  /* Type valid CSS here */
}
#Virtueller-360-Grad-Showroom div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#Virtueller-360-Grad-Showroom p {
  font-size: 60px;
  color: #777;
}
.cid-uB48jb2KIQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB48jb2KIQ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uB48jb2KIQ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #808080;
}
@media (max-width: 767px) {
  .cid-uB48jb2KIQ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uB48jb2KIQ .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uB47F7WaQJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uB47F7WaQJ .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uB47F7WaQJ .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uB47F7WaQJ .card_item {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-uB47F7WaQJ .card_item .item-wrapper {
    border-left: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uB47F7WaQJ .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(128, 128, 128, 0.5);
  }
}
.cid-uB47F7WaQJ .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-uB47F7WaQJ .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB47F7WaQJ .card-box:hover {
  transform: translateY(-3rem);
}
.cid-uB47F7WaQJ .card-box:hover img {
  transform: scale(1.01);
}
.cid-uB47F7WaQJ .card-title {
  margin-bottom: .75rem;
  color: #ff0000;
}
.cid-uB47F7WaQJ .card-text {
  margin-bottom: 1.25rem;
}
.cid-uB47F7WaQJ .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-uB47F7WaQJ img,
.cid-uB47F7WaQJ .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB47F7WaQJ .item:focus,
.cid-uB47F7WaQJ span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uB47F7WaQJ .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-uB47F7WaQJ .card-title {
    margin-bottom: .5rem;
  }
  .cid-uB47F7WaQJ .card-text {
    margin-bottom: .75rem;
  }
  .cid-uB47F7WaQJ .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-uB47F7WaQJ .card-box:hover {
    transform: translateY(0);
  }
  .cid-uB47F7WaQJ .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-uB47F7WaQJ .card-box {
    padding: 0 0 1rem;
  }
}
.cid-uB47F7WaQJ .card-text,
.cid-uB47F7WaQJ .linkBtn {
  color: #808080;
}
.cid-uB48AfemwS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uB48AfemwS .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uB48AfemwS .mbr-section-title {
  margin-bottom: 1.25rem;
  color: #ff0000;
}
.cid-uB48AfemwS .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #808080;
}
.cid-uB48AfemwS .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uB48AfemwS .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uB48AfemwS .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uB3Yn1op6a {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB3Yn1op6a .row {
  align-items: center;
}
.cid-uB3Yn1op6a .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uB3Yn1op6a .mbr-text,
.cid-uB3Yn1op6a .mbr-section-btn {
  color: #000000;
}
.cid-uB3Yn1op6a .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uB3Yn1op6a .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uB3Yn1op6a .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uB3Yn1op6a .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uB3Yn1op6a .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uB3Yn1op6a .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uB3Yn1op6a .mbr-text-title {
  color: #bbbbbb;
}
.cid-uB3Yn1op6a .mbr-section-title {
  color: #808080;
}
.cid-uB3Yn20VUV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB3Yn20VUV .foot-menu {
  margin-bottom: 0;
}
.cid-uB3Yn20VUV ul {
  list-style: none;
  padding: 0;
}
.cid-uB3Yn20VUV li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uB3Yn20VUV li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uB3Yn20VUV ul li:last-child {
  padding-right: 0;
}
.cid-uB3Yn20VUV ul li:last-child:after {
  content: none;
}
.cid-uB3Yn20VUV .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uB3Yn20VUV .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uB3Yn20VUV .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uB3Yn20VUV H4 {
  color: #808080;
}
.cid-uB3Yn3kV2i P {
  color: #1281fc;
}
.cid-uB3Yn3kV2i DIV {
  color: #ffffff;
}
.cid-uB3Yn3kV2i H10 {
  color: #034e75;
}
.cid-uB3Yn3kV2i .hidden {
  display: none;
}
.cid-uB3Yn3kV2i .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uB3Yn3kV2i .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uB3Yn3kV2i .icon-bar a:hover {
  background-color: #000000;
}
.cid-uB3Yn3kV2i .flag {
  background: transparent;
}
.cid-uB3Yn3kV2i .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uB3Yn3kV2i .nav-right {
  float: left !important;
  position: relative;
}
.cid-uB3Yn3kV2i #google_translate_element {
  display: none;
}
.cid-uB3Yn3kV2i .goog-te-banner {
  display: none;
}
.cid-uB3Yn3kV2i .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uB3Yn3kV2i .goog-te-spinner-pos {
  display: none !important;
}
.cid-uB3Yn3kV2i body {
  top: 0px !important;
}
.cid-uB3Yn3kV2i body body {
  top: 0 !important;
}
.cid-uB3Yn3kV2i body .goog-te-banner-frame {
  display: none !important;
}
.cid-uB3Yn3kV2i .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uB3Yn3kV2i .goog-tooltip {
  display: none !important;
}
.cid-uB3Yn3kV2i .goog-tooltip:hover {
  display: none !important;
}
.cid-uB3Yn3kV2i .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uB3Yn3kV2i #goog-gt-tt,
.cid-uB3Yn3kV2i .goog-te-balloon-frame {
  display: none !important;
}
.cid-uB3Yn3kV2i #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uB3Yn3kV2i .goog-logo-link {
  display: none !important;
}
.cid-uB3Yn3kV2i .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uB3Yn3kV2i div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uB3Yn3kV2i div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uB4ACXv9xX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uB4ACXv9xX nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uB4ACXv9xX nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uB4ACXv9xX .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uB4ACXv9xX .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB4ACXv9xX .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uB4ACXv9xX .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uB4ACXv9xX .contacts_menu {
    top: 25px;
  }
}
.cid-uB4ACXv9xX .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uB4ACXv9xX .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uB4ACXv9xX .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uB4ACXv9xX .nav-item {
    margin: 0 !important;
  }
}
.cid-uB4ACXv9xX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB4ACXv9xX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uB4ACXv9xX .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uB4ACXv9xX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uB4ACXv9xX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB4ACXv9xX .nav-link {
  position: relative;
}
.cid-uB4ACXv9xX .container {
  display: flex;
  margin: auto;
}
.cid-uB4ACXv9xX .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB4ACXv9xX .dropdown-menu,
.cid-uB4ACXv9xX .navbar.opened {
  background: #ffffff !important;
}
.cid-uB4ACXv9xX .nav-item:focus,
.cid-uB4ACXv9xX .nav-link:focus {
  outline: none;
}
.cid-uB4ACXv9xX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB4ACXv9xX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB4ACXv9xX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB4ACXv9xX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB4ACXv9xX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB4ACXv9xX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB4ACXv9xX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uB4ACXv9xX .navbar.opened {
  transition: all 0.3s;
}
.cid-uB4ACXv9xX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB4ACXv9xX .navbar .navbar-logo img {
  width: auto;
}
.cid-uB4ACXv9xX .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uB4ACXv9xX .navbar.collapsed {
  justify-content: center;
}
.cid-uB4ACXv9xX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB4ACXv9xX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB4ACXv9xX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uB4ACXv9xX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB4ACXv9xX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB4ACXv9xX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB4ACXv9xX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB4ACXv9xX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB4ACXv9xX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB4ACXv9xX .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uB4ACXv9xX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB4ACXv9xX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB4ACXv9xX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB4ACXv9xX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB4ACXv9xX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB4ACXv9xX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB4ACXv9xX .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uB4ACXv9xX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uB4ACXv9xX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB4ACXv9xX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB4ACXv9xX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB4ACXv9xX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB4ACXv9xX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uB4ACXv9xX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB4ACXv9xX .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-uB4ACXv9xX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB4ACXv9xX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB4ACXv9xX .dropdown-item.active,
.cid-uB4ACXv9xX .dropdown-item:active {
  background-color: transparent;
}
.cid-uB4ACXv9xX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB4ACXv9xX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB4ACXv9xX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB4ACXv9xX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uB4ACXv9xX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB4ACXv9xX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB4ACXv9xX ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uB4ACXv9xX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB4ACXv9xX button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uB4ACXv9xX button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uB4ACXv9xX button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uB4ACXv9xX button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uB4ACXv9xX button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uB4ACXv9xX button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uB4ACXv9xX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB4ACXv9xX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB4ACXv9xX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB4ACXv9xX button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB4ACXv9xX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB4ACXv9xX nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB4ACXv9xX nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB4ACXv9xX nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB4ACXv9xX nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uB4ACXv9xX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB4ACXv9xX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB4ACXv9xX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB4ACXv9xX .navbar {
    height: 70px;
  }
  .cid-uB4ACXv9xX .navbar.opened {
    height: auto;
  }
  .cid-uB4ACXv9xX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB4ACY5r69 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB4ACY5r69 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ff0000;
}
.cid-uB4ACY5r69 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #808080;
}
@media (max-width: 767px) {
  .cid-uB4ACY5r69 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uB4ACY5r69 .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uB4ACY5r69 .mbr-section-title {
  color: #808080;
}
.cid-uB4JZsmpEK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB4JZsmpEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB4JZsmpEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB4JZsmpEK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uB4JZsmpEK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uB4JZsmpEK .container {
    padding: 0 20px;
  }
}
.cid-uB4JZsmpEK .row {
  justify-content: center;
}
.cid-uB4JZsmpEK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media (max-width: 1440px) {
  .cid-uB4JZsmpEK .items-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uB4JZsmpEK .items-wrapper {
    display: block;
  }
}
.cid-uB4JZsmpEK .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uB4JZsmpEK .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uB4JZsmpEK .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uB4JZsmpEK .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uB4JZsmpEK .items-wrapper .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uB4JZsmpEK .items-wrapper .item .item-wrapper .item-content {
  margin-left: 25px;
}
@media (max-width: 992px) {
  .cid-uB4JZsmpEK .items-wrapper .item .item-wrapper .item-content {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.cid-uB4JZsmpEK .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 40px;
}
.cid-uB4JZsmpEK .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-name {
  margin-bottom: 0;
}
.cid-uB4JZsmpEK .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-role {
  opacity: .4;
  margin-bottom: 0;
}
.cid-uB4JZsmpEK .items-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 30px;
}
.cid-uB4JZsmpEK .card-name {
  color: #ff0000;
}
.cid-uB4JZsmpEK .card-role {
  color: #808080;
}
.cid-uB4JZsmpEK .card-text {
  color: #f2ede4;
}
.cid-uB4JZsmpEK .card-text,
.cid-uB4JZsmpEK .mbr-section-btn {
  color: #808080;
}
.cid-uB4LrylRAZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB4LrylRAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB4LrylRAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB4LrylRAZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uB4LrylRAZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uB4LrylRAZ .container {
    padding: 0 20px;
  }
}
.cid-uB4LrylRAZ .row {
  justify-content: center;
}
.cid-uB4LrylRAZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media (max-width: 1440px) {
  .cid-uB4LrylRAZ .items-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uB4LrylRAZ .items-wrapper {
    display: block;
  }
}
.cid-uB4LrylRAZ .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uB4LrylRAZ .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uB4LrylRAZ .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uB4LrylRAZ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uB4LrylRAZ .items-wrapper .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uB4LrylRAZ .items-wrapper .item .item-wrapper .item-content {
  margin-left: 25px;
}
@media (max-width: 992px) {
  .cid-uB4LrylRAZ .items-wrapper .item .item-wrapper .item-content {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.cid-uB4LrylRAZ .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 40px;
}
.cid-uB4LrylRAZ .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-name {
  margin-bottom: 0;
}
.cid-uB4LrylRAZ .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-role {
  opacity: .4;
  margin-bottom: 0;
}
.cid-uB4LrylRAZ .items-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 30px;
}
.cid-uB4LrylRAZ .card-name {
  color: #ff0000;
}
.cid-uB4LrylRAZ .card-role {
  color: #808080;
}
.cid-uB4LrylRAZ .card-text {
  color: #f2ede4;
}
.cid-uB4LrylRAZ .card-text,
.cid-uB4LrylRAZ .mbr-section-btn {
  color: #808080;
}
.cid-uB4Lst1A2a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB4Lst1A2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB4Lst1A2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB4Lst1A2a .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uB4Lst1A2a .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uB4Lst1A2a .container {
    padding: 0 20px;
  }
}
.cid-uB4Lst1A2a .row {
  justify-content: center;
}
.cid-uB4Lst1A2a .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media (max-width: 1440px) {
  .cid-uB4Lst1A2a .items-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uB4Lst1A2a .items-wrapper {
    display: block;
  }
}
.cid-uB4Lst1A2a .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uB4Lst1A2a .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uB4Lst1A2a .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uB4Lst1A2a .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uB4Lst1A2a .items-wrapper .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uB4Lst1A2a .items-wrapper .item .item-wrapper .item-content {
  margin-left: 25px;
}
@media (max-width: 992px) {
  .cid-uB4Lst1A2a .items-wrapper .item .item-wrapper .item-content {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.cid-uB4Lst1A2a .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 40px;
}
.cid-uB4Lst1A2a .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-name {
  margin-bottom: 0;
}
.cid-uB4Lst1A2a .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-role {
  opacity: .4;
  margin-bottom: 0;
}
.cid-uB4Lst1A2a .items-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 30px;
}
.cid-uB4Lst1A2a .card-name {
  color: #ff0000;
}
.cid-uB4Lst1A2a .card-role {
  color: #808080;
}
.cid-uB4Lst1A2a .card-text {
  color: #f2ede4;
}
.cid-uB4Lst1A2a .card-text,
.cid-uB4Lst1A2a .mbr-section-btn {
  color: #808080;
}
.cid-uB4LtvZigX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB4LtvZigX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB4LtvZigX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB4LtvZigX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uB4LtvZigX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uB4LtvZigX .container {
    padding: 0 20px;
  }
}
.cid-uB4LtvZigX .row {
  justify-content: center;
}
.cid-uB4LtvZigX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media (max-width: 1440px) {
  .cid-uB4LtvZigX .items-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uB4LtvZigX .items-wrapper {
    display: block;
  }
}
.cid-uB4LtvZigX .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uB4LtvZigX .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uB4LtvZigX .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uB4LtvZigX .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uB4LtvZigX .items-wrapper .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uB4LtvZigX .items-wrapper .item .item-wrapper .item-content {
  margin-left: 25px;
}
@media (max-width: 992px) {
  .cid-uB4LtvZigX .items-wrapper .item .item-wrapper .item-content {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.cid-uB4LtvZigX .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 40px;
}
.cid-uB4LtvZigX .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-name {
  margin-bottom: 0;
}
.cid-uB4LtvZigX .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-role {
  opacity: .4;
  margin-bottom: 0;
}
.cid-uB4LtvZigX .items-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 30px;
}
.cid-uB4LtvZigX .card-name {
  color: #ff0000;
}
.cid-uB4LtvZigX .card-role {
  color: #808080;
}
.cid-uB4LtvZigX .card-text {
  color: #f2ede4;
}
.cid-uB4LtvZigX .card-text,
.cid-uB4LtvZigX .mbr-section-btn {
  color: #808080;
}
.cid-uB4LuUu9rC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB4LuUu9rC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB4LuUu9rC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB4LuUu9rC .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uB4LuUu9rC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uB4LuUu9rC .container {
    padding: 0 20px;
  }
}
.cid-uB4LuUu9rC .row {
  justify-content: center;
}
.cid-uB4LuUu9rC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media (max-width: 1440px) {
  .cid-uB4LuUu9rC .items-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uB4LuUu9rC .items-wrapper {
    display: block;
  }
}
.cid-uB4LuUu9rC .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uB4LuUu9rC .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uB4LuUu9rC .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uB4LuUu9rC .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-uB4LuUu9rC .items-wrapper .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uB4LuUu9rC .items-wrapper .item .item-wrapper .item-content {
  margin-left: 25px;
}
@media (max-width: 992px) {
  .cid-uB4LuUu9rC .items-wrapper .item .item-wrapper .item-content {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.cid-uB4LuUu9rC .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 40px;
}
.cid-uB4LuUu9rC .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-name {
  margin-bottom: 0;
}
.cid-uB4LuUu9rC .items-wrapper .item .item-wrapper .item-content .name-wrapper .card-role {
  opacity: .4;
  margin-bottom: 0;
}
.cid-uB4LuUu9rC .items-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 30px;
}
.cid-uB4LuUu9rC .card-name {
  color: #ff0000;
}
.cid-uB4LuUu9rC .card-role {
  color: #808080;
}
.cid-uB4LuUu9rC .card-text {
  color: #f2ede4;
}
.cid-uB4LuUu9rC .card-text,
.cid-uB4LuUu9rC .mbr-section-btn {
  color: #808080;
}
.cid-uB9RvnBy5W {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uB9RvnBy5W .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uB9RvnBy5W .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uB9RvnBy5W .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uB9RvnBy5W .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uB9RvnBy5W .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f23801;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #f23801, #808080);
}
.cid-uB9RvnBy5W .icon-focus,
.cid-uB9RvnBy5W .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uB9RvnBy5W .icon-focus:before,
.cid-uB9RvnBy5W .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uB9RvnBy5W .icon-video {
  font-size: 1.5rem !important;
}
.cid-uB9RvnBy5W .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uB9RvnBy5W ul {
  font-size: 0;
}
.cid-uB9RvnBy5W .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uB9RvnBy5W .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uB9RvnBy5W .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-uB9RvnBy5W .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uB9RvnBy5W .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uB9RvnBy5W .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-uB9RvnBy5W .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uB9RvnBy5W .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uB9RvnBy5W .mbr-gallery-filter ul li:first-child,
.cid-uB9RvnBy5W .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uB9RvnBy5W .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uB9RvnBy5W .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uB9RvnBy5W .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uB9RvnBy5W .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uB9RvnBy5W .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uB9RvnBy5W .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uB9RvnBy5W .mbr-section-title,
.cid-uB9RvnBy5W .mbr-gallery-filter ul {
  color: #808080;
}
.cid-uB9RvnBy5W .mbr-section-subtitle {
  color: #808080;
}
.cid-uB4AD0qCCf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB4AD0qCCf .row {
  align-items: center;
}
.cid-uB4AD0qCCf .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uB4AD0qCCf .mbr-text,
.cid-uB4AD0qCCf .mbr-section-btn {
  color: #000000;
}
.cid-uB4AD0qCCf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uB4AD0qCCf .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uB4AD0qCCf .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uB4AD0qCCf .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uB4AD0qCCf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uB4AD0qCCf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uB4AD0qCCf .mbr-text-title {
  color: #bbbbbb;
}
.cid-uB4AD0qCCf .mbr-section-title {
  color: #808080;
}
.cid-uB4AD0YjJf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB4AD0YjJf .foot-menu {
  margin-bottom: 0;
}
.cid-uB4AD0YjJf ul {
  list-style: none;
  padding: 0;
}
.cid-uB4AD0YjJf li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uB4AD0YjJf li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uB4AD0YjJf ul li:last-child {
  padding-right: 0;
}
.cid-uB4AD0YjJf ul li:last-child:after {
  content: none;
}
.cid-uB4AD0YjJf .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uB4AD0YjJf .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uB4AD0YjJf .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uB4AD0YjJf H4 {
  color: #808080;
}
.cid-uB4AD1Amkl P {
  color: #1281fc;
}
.cid-uB4AD1Amkl DIV {
  color: #ffffff;
}
.cid-uB4AD1Amkl H10 {
  color: #034e75;
}
.cid-uB4AD1Amkl .hidden {
  display: none;
}
.cid-uB4AD1Amkl .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uB4AD1Amkl .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uB4AD1Amkl .icon-bar a:hover {
  background-color: #000000;
}
.cid-uB4AD1Amkl .flag {
  background: transparent;
}
.cid-uB4AD1Amkl .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uB4AD1Amkl .nav-right {
  float: left !important;
  position: relative;
}
.cid-uB4AD1Amkl #google_translate_element {
  display: none;
}
.cid-uB4AD1Amkl .goog-te-banner {
  display: none;
}
.cid-uB4AD1Amkl .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uB4AD1Amkl .goog-te-spinner-pos {
  display: none !important;
}
.cid-uB4AD1Amkl body {
  top: 0px !important;
}
.cid-uB4AD1Amkl body body {
  top: 0 !important;
}
.cid-uB4AD1Amkl body .goog-te-banner-frame {
  display: none !important;
}
.cid-uB4AD1Amkl .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uB4AD1Amkl .goog-tooltip {
  display: none !important;
}
.cid-uB4AD1Amkl .goog-tooltip:hover {
  display: none !important;
}
.cid-uB4AD1Amkl .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uB4AD1Amkl #goog-gt-tt,
.cid-uB4AD1Amkl .goog-te-balloon-frame {
  display: none !important;
}
.cid-uB4AD1Amkl #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uB4AD1Amkl .goog-logo-link {
  display: none !important;
}
.cid-uB4AD1Amkl .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uB4AD1Amkl div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uB4AD1Amkl div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uBbOtk9kcR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBbOtk9kcR nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uBbOtk9kcR nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uBbOtk9kcR .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uBbOtk9kcR .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBbOtk9kcR .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uBbOtk9kcR .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uBbOtk9kcR .contacts_menu {
    top: 25px;
  }
}
.cid-uBbOtk9kcR .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uBbOtk9kcR .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uBbOtk9kcR .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uBbOtk9kcR .nav-item {
    margin: 0 !important;
  }
}
.cid-uBbOtk9kcR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBbOtk9kcR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uBbOtk9kcR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uBbOtk9kcR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uBbOtk9kcR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBbOtk9kcR .nav-link {
  position: relative;
}
.cid-uBbOtk9kcR .container {
  display: flex;
  margin: auto;
}
.cid-uBbOtk9kcR .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBbOtk9kcR .dropdown-menu,
.cid-uBbOtk9kcR .navbar.opened {
  background: #ffffff !important;
}
.cid-uBbOtk9kcR .nav-item:focus,
.cid-uBbOtk9kcR .nav-link:focus {
  outline: none;
}
.cid-uBbOtk9kcR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBbOtk9kcR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBbOtk9kcR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBbOtk9kcR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBbOtk9kcR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBbOtk9kcR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBbOtk9kcR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uBbOtk9kcR .navbar.opened {
  transition: all 0.3s;
}
.cid-uBbOtk9kcR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBbOtk9kcR .navbar .navbar-logo img {
  width: auto;
}
.cid-uBbOtk9kcR .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uBbOtk9kcR .navbar.collapsed {
  justify-content: center;
}
.cid-uBbOtk9kcR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBbOtk9kcR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBbOtk9kcR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBbOtk9kcR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBbOtk9kcR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBbOtk9kcR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBbOtk9kcR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBbOtk9kcR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBbOtk9kcR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBbOtk9kcR .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uBbOtk9kcR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBbOtk9kcR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBbOtk9kcR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBbOtk9kcR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBbOtk9kcR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBbOtk9kcR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBbOtk9kcR .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uBbOtk9kcR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBbOtk9kcR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBbOtk9kcR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBbOtk9kcR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBbOtk9kcR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBbOtk9kcR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBbOtk9kcR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBbOtk9kcR .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-uBbOtk9kcR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBbOtk9kcR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBbOtk9kcR .dropdown-item.active,
.cid-uBbOtk9kcR .dropdown-item:active {
  background-color: transparent;
}
.cid-uBbOtk9kcR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBbOtk9kcR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBbOtk9kcR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBbOtk9kcR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBbOtk9kcR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBbOtk9kcR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBbOtk9kcR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uBbOtk9kcR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBbOtk9kcR button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uBbOtk9kcR button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uBbOtk9kcR button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uBbOtk9kcR button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uBbOtk9kcR button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uBbOtk9kcR button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uBbOtk9kcR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBbOtk9kcR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBbOtk9kcR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBbOtk9kcR button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBbOtk9kcR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBbOtk9kcR nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBbOtk9kcR nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBbOtk9kcR nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBbOtk9kcR nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBbOtk9kcR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBbOtk9kcR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBbOtk9kcR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBbOtk9kcR .navbar {
    height: 70px;
  }
  .cid-uBbOtk9kcR .navbar.opened {
    height: auto;
  }
  .cid-uBbOtk9kcR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBbTWE2s69 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBbTWE2s69 .main_header {
  margin-bottom: 8rem;
}
.cid-uBbTWE2s69 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ff0000;
}
.cid-uBbTWE2s69 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #808080;
}
.cid-uBbTWE2s69 .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uBbTWE2s69 .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uBbTWE2s69 .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uBbTWE2s69 .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uBbTWE2s69 .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uBbTWE2s69 .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #808080;
}
.cid-uBbTWE2s69 .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uBbTWE2s69 .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uBbTWE2s69 .card_item:nth-child(2) .square_fill {
  background-color: #ffaaaa;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uBbTWE2s69 .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uBbTWE2s69 .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uBbTWE2s69 .card_item:nth-child(3) .square_fill {
  background-color: #cccccc;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uBbTWE2s69 .card_item .card-box {
  border-left: 1px dotted rgba(128, 128, 128, 0.5);
}
.cid-uBbTWE2s69 .card_item:last-child .card-box {
  border-right: 1px dotted rgba(128, 128, 128, 0.5);
}
.cid-uBbTWE2s69 .card-box {
  height: 100%;
}
.cid-uBbTWE2s69 .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uBbTWE2s69 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uBbTWE2s69 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uBbTWE2s69 .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ff0000;
}
.cid-uBbTWE2s69 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBbTWE2s69 .card-title {
  margin-bottom: 1.75rem;
  color: #808080;
}
.cid-uBbTWE2s69 .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBbTWE2s69 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uBbTWE2s69 .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uBbTWE2s69 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uBbTWE2s69 .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uBbTWE2s69 .item-wrapper {
    padding: 0;
  }
  .cid-uBbTWE2s69 .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uBbTWE2s69 .main_header {
    margin-bottom: 4rem;
  }
  .cid-uBbTWE2s69 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uBbTWE2s69 .mbr-text {
    margin-top: .75rem;
  }
  .cid-uBbTWE2s69 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uBbTWE2s69 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uBbTWE2s69 .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uBbTWE2s69 .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uBbTWE2s69 .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uBbTWE2s69 .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uBbTWE2s69 .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uBbTWE2s69 .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uBbTWE2s69 .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uBbTWE2s69 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uBbTWE2s69 .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uBbTWE2s69 .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uBbTWE2s69 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uBbTWE2s69 .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uBbTWE2s69 .mbr-section-title {
  color: #808080;
}
.cid-uBbTWE2s69 .card-text,
.cid-uBbTWE2s69 .linkBtn {
  color: #808080;
}
.cid-uBbZ3hebw9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-uBbZ3hebw9 .bg-color {
  z-index: 0;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffaaaa;
}
@media (max-width: 991px) {
  .cid-uBbZ3hebw9 .bg-color {
    width: 100%;
    height: 50%;
  }
}
.cid-uBbZ3hebw9 .wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.cid-uBbZ3hebw9 .box2 {
  color: #eae8e4;
  text-align: center;
}
.cid-uBbZ3hebw9 .mbr-section-subtitle {
  letter-spacing: -0.025em;
  margin-bottom: 1.25rem;
  color: #ffffff;
  text-align: right;
}
.cid-uBbZ3hebw9 .mbr-section-title {
  margin-bottom: 2rem;
  color: #ff0000;
  text-align: left;
}
.cid-uBbZ3hebw9 .mbr-text,
.cid-uBbZ3hebw9 .list_item {
  margin-bottom: 1.5rem;
  color: #eae8e4;
}
.cid-uBbZ3hebw9 ol {
  margin-bottom: 0;
  padding: 0;
  counter-reset: number;
}
.cid-uBbZ3hebw9 ol li {
  margin-bottom: 0.5rem;
  list-style: none;
  padding-left: 1.5rem;
  position: relative;
  letter-spacing: -0.025em;
  line-height: 1.5;
}
.cid-uBbZ3hebw9 ol li:before {
  color: currentColor;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: .25rem;
  counter-increment: number;
  content: "0" counter(number);
  font-size: 1rem;
}
@media (max-width: 991px) {
  .cid-uBbZ3hebw9 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .cid-uBbZ3hebw9 .wrapper {
    width: 100% !important;
  }
  .cid-uBbZ3hebw9 .box1 {
    padding-bottom: 3rem;
  }
  .cid-uBbZ3hebw9 .box2 {
    padding-top: 3rem;
    text-align: left;
  }
}
.cid-uBbZ3hebw9 li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
.cid-uBc3XciOIu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBc3XciOIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBc3XciOIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBc3XciOIu .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uBc3XciOIu .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uBc3XciOIu .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBc3XciOIu .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uBc3XciOIu .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uBc3XciOIu .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uBc3XciOIu .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  width: 100%;
  position: absolute;
  left: -30px;
  top: -30px;
}
.cid-uBc3XciOIu .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  color: #cccccc;
  font-size: 250px;
}
@media (max-width: 992px) {
  .cid-uBc3XciOIu .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uBc3XciOIu .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBc3XciOIu .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBc3XciOIu .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uBc3XciOIu .content-wrapper .items-wrapper {
  padding-left: 32px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBc3XciOIu .content-wrapper .items-wrapper {
    padding-left: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
}
.cid-uBc3XciOIu .content-wrapper .items-wrapper .item {
  margin-bottom: 24px;
}
.cid-uBc3XciOIu .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBc3XciOIu .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uBc3XciOIu .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uBc3XciOIu .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 32px;
  border: 3px solid #808080;
}
@media (max-width: 992px) {
  .cid-uBc3XciOIu .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uBc3XciOIu .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #808080;
  text-shadow: 4px 4px 0 #808080;
}
.cid-uBc3XciOIu .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBc3XciOIu .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uBc3XciOIu .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uBc3XciOIu .mbr-section-title {
  color: #050f0f;
}
.cid-uBc3XciOIu .mbr-text {
  color: #808080;
}
.cid-uBc3XciOIu .item-number {
  color: #f7fff7;
}
.cid-uBc3XciOIu .item-title {
  color: #050f0f;
}
.cid-uBc3XciOIu .item-text {
  color: #808080;
}
.cid-uBc3XciOIu .mbr-section-title,
.cid-uBc3XciOIu .icon-wrapper {
  color: #ff0000;
}
.cid-uBc3XciOIu .item-title,
.cid-uBc3XciOIu .icon-wrapper {
  color: #ff0000;
}
.cid-uBbOtq69Sv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBbOtq69Sv .row {
  align-items: center;
}
.cid-uBbOtq69Sv .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uBbOtq69Sv .mbr-text,
.cid-uBbOtq69Sv .mbr-section-btn {
  color: #000000;
}
.cid-uBbOtq69Sv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBbOtq69Sv .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uBbOtq69Sv .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uBbOtq69Sv .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uBbOtq69Sv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uBbOtq69Sv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBbOtq69Sv .mbr-text-title {
  color: #bbbbbb;
}
.cid-uBbOtq69Sv .mbr-section-title {
  color: #808080;
}
.cid-uBbOtrUQ1U {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBbOtrUQ1U .foot-menu {
  margin-bottom: 0;
}
.cid-uBbOtrUQ1U ul {
  list-style: none;
  padding: 0;
}
.cid-uBbOtrUQ1U li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uBbOtrUQ1U li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uBbOtrUQ1U ul li:last-child {
  padding-right: 0;
}
.cid-uBbOtrUQ1U ul li:last-child:after {
  content: none;
}
.cid-uBbOtrUQ1U .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uBbOtrUQ1U .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uBbOtrUQ1U .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uBbOtrUQ1U H4 {
  color: #808080;
}
.cid-uBfjFdjCRK.popup-builder {
  background-color: #ffffff;
}
.cid-uBfjFdjCRK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBfjFdjCRK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBfjFdjCRK .modal-content,
.cid-uBfjFdjCRK .modal-dialog {
  height: auto;
}
.cid-uBfjFdjCRK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBfjFdjCRK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBfjFdjCRK .form-wrapper .mbr-form .form-group,
  .cid-uBfjFdjCRK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBfjFdjCRK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBfjFdjCRK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBfjFdjCRK .mbr-text {
  text-align: center;
}
.cid-uBfjFdjCRK .pt-0 {
  padding-top: 0 !important;
}
.cid-uBfjFdjCRK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBfjFdjCRK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBfjFdjCRK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBfjFdjCRK .modal-open {
  overflow: hidden;
}
.cid-uBfjFdjCRK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBfjFdjCRK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBfjFdjCRK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBfjFdjCRK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBfjFdjCRK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBfjFdjCRK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBfjFdjCRK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBfjFdjCRK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBfjFdjCRK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBfjFdjCRK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBfjFdjCRK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBfjFdjCRK .modal-backdrop.show {
  opacity: .5;
}
.cid-uBfjFdjCRK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBfjFdjCRK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBfjFdjCRK .modal-header {
    padding: 1rem;
  }
}
.cid-uBfjFdjCRK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBfjFdjCRK .modal-header .close svg {
  fill: #353535;
}
.cid-uBfjFdjCRK .modal-header .close:hover {
  opacity: 1;
}
.cid-uBfjFdjCRK .modal-header .close:focus {
  outline: none;
}
.cid-uBfjFdjCRK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBfjFdjCRK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBfjFdjCRK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBfjFdjCRK .modal-body {
    padding: 1rem;
  }
}
.cid-uBfjFdjCRK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBfjFdjCRK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBfjFdjCRK .modal-footer {
    padding: 1rem;
  }
}
.cid-uBfjFdjCRK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBfjFdjCRK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBfjFdjCRK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBfjFdjCRK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBfjFdjCRK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBfjFdjCRK .modal-lg,
  .cid-uBfjFdjCRK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBfjFdjCRK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBfjFdjCRK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBfjFdjCRK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBfjFdjCRK .form-group {
  margin-bottom: 1rem;
}
.cid-uBfjFdjCRK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBfjFdjCRK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBfjFdjCRK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBfjFdjCRK .mbr-section-btn {
  margin: 0;
}
.cid-uBfjFdjCRK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBbOttcic4 P {
  color: #1281fc;
}
.cid-uBbOttcic4 DIV {
  color: #ffffff;
}
.cid-uBbOttcic4 H10 {
  color: #034e75;
}
.cid-uBbOttcic4 .hidden {
  display: none;
}
.cid-uBbOttcic4 .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uBbOttcic4 .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uBbOttcic4 .icon-bar a:hover {
  background-color: #000000;
}
.cid-uBbOttcic4 .flag {
  background: transparent;
}
.cid-uBbOttcic4 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uBbOttcic4 .nav-right {
  float: left !important;
  position: relative;
}
.cid-uBbOttcic4 #google_translate_element {
  display: none;
}
.cid-uBbOttcic4 .goog-te-banner {
  display: none;
}
.cid-uBbOttcic4 .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uBbOttcic4 .goog-te-spinner-pos {
  display: none !important;
}
.cid-uBbOttcic4 body {
  top: 0px !important;
}
.cid-uBbOttcic4 body body {
  top: 0 !important;
}
.cid-uBbOttcic4 body .goog-te-banner-frame {
  display: none !important;
}
.cid-uBbOttcic4 .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uBbOttcic4 .goog-tooltip {
  display: none !important;
}
.cid-uBbOttcic4 .goog-tooltip:hover {
  display: none !important;
}
.cid-uBbOttcic4 .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uBbOttcic4 #goog-gt-tt,
.cid-uBbOttcic4 .goog-te-balloon-frame {
  display: none !important;
}
.cid-uBbOttcic4 #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uBbOttcic4 .goog-logo-link {
  display: none !important;
}
.cid-uBbOttcic4 .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uBbOttcic4 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uBbOttcic4 div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uBfBm1SErl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBfBm1SErl nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uBfBm1SErl nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uBfBm1SErl .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uBfBm1SErl .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBfBm1SErl .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uBfBm1SErl .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uBfBm1SErl .contacts_menu {
    top: 25px;
  }
}
.cid-uBfBm1SErl .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uBfBm1SErl .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uBfBm1SErl .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uBfBm1SErl .nav-item {
    margin: 0 !important;
  }
}
.cid-uBfBm1SErl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBfBm1SErl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uBfBm1SErl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uBfBm1SErl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uBfBm1SErl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBfBm1SErl .nav-link {
  position: relative;
}
.cid-uBfBm1SErl .container {
  display: flex;
  margin: auto;
}
.cid-uBfBm1SErl .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBfBm1SErl .dropdown-menu,
.cid-uBfBm1SErl .navbar.opened {
  background: #ffffff !important;
}
.cid-uBfBm1SErl .nav-item:focus,
.cid-uBfBm1SErl .nav-link:focus {
  outline: none;
}
.cid-uBfBm1SErl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBfBm1SErl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBfBm1SErl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBfBm1SErl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBfBm1SErl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBfBm1SErl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBfBm1SErl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uBfBm1SErl .navbar.opened {
  transition: all 0.3s;
}
.cid-uBfBm1SErl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBfBm1SErl .navbar .navbar-logo img {
  width: auto;
}
.cid-uBfBm1SErl .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uBfBm1SErl .navbar.collapsed {
  justify-content: center;
}
.cid-uBfBm1SErl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBfBm1SErl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBfBm1SErl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBfBm1SErl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBfBm1SErl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBfBm1SErl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBfBm1SErl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBfBm1SErl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBfBm1SErl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBfBm1SErl .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uBfBm1SErl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBfBm1SErl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBfBm1SErl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBfBm1SErl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBfBm1SErl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBfBm1SErl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBfBm1SErl .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uBfBm1SErl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBfBm1SErl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBfBm1SErl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBfBm1SErl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBfBm1SErl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBfBm1SErl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBfBm1SErl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBfBm1SErl .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-uBfBm1SErl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBfBm1SErl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBfBm1SErl .dropdown-item.active,
.cid-uBfBm1SErl .dropdown-item:active {
  background-color: transparent;
}
.cid-uBfBm1SErl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBfBm1SErl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBfBm1SErl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBfBm1SErl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBfBm1SErl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBfBm1SErl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBfBm1SErl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uBfBm1SErl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBfBm1SErl button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uBfBm1SErl button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uBfBm1SErl button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uBfBm1SErl button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uBfBm1SErl button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uBfBm1SErl button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uBfBm1SErl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBfBm1SErl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfBm1SErl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfBm1SErl button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfBm1SErl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfBm1SErl nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfBm1SErl nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfBm1SErl nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfBm1SErl nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfBm1SErl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBfBm1SErl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBfBm1SErl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBfBm1SErl .navbar {
    height: 70px;
  }
  .cid-uBfBm1SErl .navbar.opened {
    height: auto;
  }
  .cid-uBfBm1SErl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBfGxlCOrr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBfGxlCOrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfGxlCOrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfGxlCOrr .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uBfGxlCOrr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBfGxlCOrr .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uBfGxlCOrr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBfGxlCOrr .container {
    padding: 0 14px;
  }
}
.cid-uBfGxlCOrr .row {
  justify-content: center;
}
.cid-uBfGxlCOrr .card-wrapper {
  padding: 50px 100px;
  background-color: #808080;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uBfGxlCOrr .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-uBfGxlCOrr .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ff0000;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uBfGxlCOrr .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uBfGxlCOrr .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uBfGxlCOrr .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-uBfGxlCOrr .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .cid-uBfGxlCOrr .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uBfGxlCOrr .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uBfGxlCOrr .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uBfGxlCOrr .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uBfGxlCOrr .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uBfGxlCOrr .dragArea.row .form-group .form-control {
  border-bottom: 1px solid #f1f1f1 !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #cccccc;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uBfGxlCOrr .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uBfGxlCOrr .dragArea.row .form-group .form-control::placeholder {
  color: #f1f1f1;
  opacity: .5;
}
.cid-uBfGxlCOrr .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uBfGxlCOrr .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ff5555;
  border-color: #ff5555;
}
.cid-uBfGxlCOrr .dragArea.row .form-group .form-check .form-check-label {
  color: #f1f1f1;
}
.cid-uBfGxlCOrr .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uBfGxlCOrr .mbr-section-title {
  color: #f1f1f1;
}
.cid-uBfGxlCOrr .mbr-text {
  color: #cccccc;
  text-align: center;
}
.cid-uBfGxlCOrr label {
  color: #f1f1f1;
}
.cid-uBfGxlCOrr .mbr-section-title,
.cid-uBfGxlCOrr .mbr-section-btn {
  text-align: center;
  color: #ff0000;
}
.cid-uBfGxlCOrr .icon-wrapper {
  text-align: right;
}
.cid-uBfGxlCOrr P {
  color: #ffffff;
}
.cid-uBfLbFoK78 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBfLbFoK78 .main_header {
  margin-bottom: 8rem;
}
.cid-uBfLbFoK78 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uBfLbFoK78 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uBfLbFoK78 .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uBfLbFoK78 .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uBfLbFoK78 .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uBfLbFoK78 .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uBfLbFoK78 .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uBfLbFoK78 .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #808080;
}
.cid-uBfLbFoK78 .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uBfLbFoK78 .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uBfLbFoK78 .card_item:nth-child(2) .square_fill {
  background-color: #ffaaaa;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uBfLbFoK78 .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uBfLbFoK78 .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uBfLbFoK78 .card_item:nth-child(3) .square_fill {
  background-color: #cccccc;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uBfLbFoK78 .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBfLbFoK78 .card_item:last-child .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBfLbFoK78 .card-box {
  height: 100%;
}
.cid-uBfLbFoK78 .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uBfLbFoK78 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uBfLbFoK78 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uBfLbFoK78 .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ff0000;
}
.cid-uBfLbFoK78 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfLbFoK78 .card-title {
  margin-bottom: 1.75rem;
  color: #ff0000;
}
.cid-uBfLbFoK78 .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBfLbFoK78 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uBfLbFoK78 .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uBfLbFoK78 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uBfLbFoK78 .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uBfLbFoK78 .item-wrapper {
    padding: 0;
  }
  .cid-uBfLbFoK78 .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uBfLbFoK78 .main_header {
    margin-bottom: 4rem;
  }
  .cid-uBfLbFoK78 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uBfLbFoK78 .mbr-text {
    margin-top: .75rem;
  }
  .cid-uBfLbFoK78 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uBfLbFoK78 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uBfLbFoK78 .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uBfLbFoK78 .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uBfLbFoK78 .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uBfLbFoK78 .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uBfLbFoK78 .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uBfLbFoK78 .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uBfLbFoK78 .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uBfLbFoK78 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uBfLbFoK78 .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uBfLbFoK78 .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uBfLbFoK78 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uBfLbFoK78 .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uBfLbFoK78 .mbr-section-title {
  color: #ff0000;
}
.cid-uBfLbFoK78 .card-text,
.cid-uBfLbFoK78 .linkBtn {
  color: #808080;
}
.cid-uBfP57EU47 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBfP57EU47 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uBfP57EU47 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uBfP57EU47 .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uBfP57EU47 .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uBfP57EU47 .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uBfP57EU47 .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uBfP57EU47 .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uBfP57EU47 .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #808080;
}
.cid-uBfP57EU47 .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uBfP57EU47 .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uBfP57EU47 .card_item:nth-child(2) .square_fill {
  background-color: #ffaaaa;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uBfP57EU47 .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uBfP57EU47 .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uBfP57EU47 .card_item:nth-child(3) .square_fill {
  background-color: #cccccc;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uBfP57EU47 .card_item .card-box {
  border-left: 1px dotted rgba(128, 128, 128, 0.5);
}
.cid-uBfP57EU47 .card_item:last-child .card-box {
  border-right: 1px dotted rgba(128, 128, 128, 0.5);
}
.cid-uBfP57EU47 .card-box {
  height: 100%;
}
.cid-uBfP57EU47 .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uBfP57EU47 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uBfP57EU47 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uBfP57EU47 .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ff0000;
}
.cid-uBfP57EU47 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfP57EU47 .card-title {
  margin-bottom: 1.75rem;
  color: #ff0000;
}
.cid-uBfP57EU47 .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBfP57EU47 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uBfP57EU47 .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uBfP57EU47 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uBfP57EU47 .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uBfP57EU47 .item-wrapper {
    padding: 0;
  }
  .cid-uBfP57EU47 .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uBfP57EU47 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uBfP57EU47 .mbr-text {
    margin-top: .75rem;
  }
  .cid-uBfP57EU47 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uBfP57EU47 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uBfP57EU47 .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uBfP57EU47 .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uBfP57EU47 .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uBfP57EU47 .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uBfP57EU47 .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uBfP57EU47 .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uBfP57EU47 .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uBfP57EU47 .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uBfP57EU47 .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uBfP57EU47 .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uBfP57EU47 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uBfP57EU47 .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uBfP57EU47 .card-text,
.cid-uBfP57EU47 .linkBtn {
  color: #808080;
}
.cid-uBfBm3Rz6m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBfBm3Rz6m .row {
  align-items: center;
}
.cid-uBfBm3Rz6m .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uBfBm3Rz6m .mbr-text,
.cid-uBfBm3Rz6m .mbr-section-btn {
  color: #000000;
}
.cid-uBfBm3Rz6m .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBfBm3Rz6m .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uBfBm3Rz6m .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uBfBm3Rz6m .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uBfBm3Rz6m .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uBfBm3Rz6m .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBfBm3Rz6m .mbr-text-title {
  color: #bbbbbb;
}
.cid-uBfBm3Rz6m .mbr-section-title {
  color: #808080;
}
.cid-uBfBm4opxq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBfBm4opxq .foot-menu {
  margin-bottom: 0;
}
.cid-uBfBm4opxq ul {
  list-style: none;
  padding: 0;
}
.cid-uBfBm4opxq li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uBfBm4opxq li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uBfBm4opxq ul li:last-child {
  padding-right: 0;
}
.cid-uBfBm4opxq ul li:last-child:after {
  content: none;
}
.cid-uBfBm4opxq .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uBfBm4opxq .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uBfBm4opxq .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uBfBm4opxq H4 {
  color: #808080;
}
.cid-uBfBm5yfU3 P {
  color: #1281fc;
}
.cid-uBfBm5yfU3 DIV {
  color: #ffffff;
}
.cid-uBfBm5yfU3 H10 {
  color: #034e75;
}
.cid-uBfBm5yfU3 .hidden {
  display: none;
}
.cid-uBfBm5yfU3 .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uBfBm5yfU3 .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uBfBm5yfU3 .icon-bar a:hover {
  background-color: #000000;
}
.cid-uBfBm5yfU3 .flag {
  background: transparent;
}
.cid-uBfBm5yfU3 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uBfBm5yfU3 .nav-right {
  float: left !important;
  position: relative;
}
.cid-uBfBm5yfU3 #google_translate_element {
  display: none;
}
.cid-uBfBm5yfU3 .goog-te-banner {
  display: none;
}
.cid-uBfBm5yfU3 .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uBfBm5yfU3 .goog-te-spinner-pos {
  display: none !important;
}
.cid-uBfBm5yfU3 body {
  top: 0px !important;
}
.cid-uBfBm5yfU3 body body {
  top: 0 !important;
}
.cid-uBfBm5yfU3 body .goog-te-banner-frame {
  display: none !important;
}
.cid-uBfBm5yfU3 .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uBfBm5yfU3 .goog-tooltip {
  display: none !important;
}
.cid-uBfBm5yfU3 .goog-tooltip:hover {
  display: none !important;
}
.cid-uBfBm5yfU3 .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uBfBm5yfU3 #goog-gt-tt,
.cid-uBfBm5yfU3 .goog-te-balloon-frame {
  display: none !important;
}
.cid-uBfBm5yfU3 #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uBfBm5yfU3 .goog-logo-link {
  display: none !important;
}
.cid-uBfBm5yfU3 .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uBfBm5yfU3 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uBfBm5yfU3 div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uBfUXi5EMx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBfUXi5EMx nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uBfUXi5EMx nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uBfUXi5EMx .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uBfUXi5EMx .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBfUXi5EMx .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uBfUXi5EMx .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uBfUXi5EMx .contacts_menu {
    top: 25px;
  }
}
.cid-uBfUXi5EMx .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uBfUXi5EMx .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uBfUXi5EMx .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uBfUXi5EMx .nav-item {
    margin: 0 !important;
  }
}
.cid-uBfUXi5EMx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBfUXi5EMx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uBfUXi5EMx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uBfUXi5EMx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uBfUXi5EMx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBfUXi5EMx .nav-link {
  position: relative;
}
.cid-uBfUXi5EMx .container {
  display: flex;
  margin: auto;
}
.cid-uBfUXi5EMx .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBfUXi5EMx .dropdown-menu,
.cid-uBfUXi5EMx .navbar.opened {
  background: #ffffff !important;
}
.cid-uBfUXi5EMx .nav-item:focus,
.cid-uBfUXi5EMx .nav-link:focus {
  outline: none;
}
.cid-uBfUXi5EMx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBfUXi5EMx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBfUXi5EMx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBfUXi5EMx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBfUXi5EMx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBfUXi5EMx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBfUXi5EMx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uBfUXi5EMx .navbar.opened {
  transition: all 0.3s;
}
.cid-uBfUXi5EMx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBfUXi5EMx .navbar .navbar-logo img {
  width: auto;
}
.cid-uBfUXi5EMx .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uBfUXi5EMx .navbar.collapsed {
  justify-content: center;
}
.cid-uBfUXi5EMx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBfUXi5EMx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBfUXi5EMx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBfUXi5EMx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBfUXi5EMx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBfUXi5EMx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBfUXi5EMx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBfUXi5EMx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBfUXi5EMx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBfUXi5EMx .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uBfUXi5EMx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBfUXi5EMx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBfUXi5EMx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBfUXi5EMx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBfUXi5EMx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBfUXi5EMx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBfUXi5EMx .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uBfUXi5EMx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBfUXi5EMx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBfUXi5EMx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBfUXi5EMx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBfUXi5EMx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBfUXi5EMx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBfUXi5EMx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBfUXi5EMx .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-uBfUXi5EMx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBfUXi5EMx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBfUXi5EMx .dropdown-item.active,
.cid-uBfUXi5EMx .dropdown-item:active {
  background-color: transparent;
}
.cid-uBfUXi5EMx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBfUXi5EMx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBfUXi5EMx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBfUXi5EMx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBfUXi5EMx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBfUXi5EMx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBfUXi5EMx ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uBfUXi5EMx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBfUXi5EMx button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uBfUXi5EMx button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uBfUXi5EMx button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uBfUXi5EMx button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uBfUXi5EMx button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uBfUXi5EMx button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uBfUXi5EMx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBfUXi5EMx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXi5EMx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXi5EMx button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXi5EMx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXi5EMx nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXi5EMx nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXi5EMx nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXi5EMx nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXi5EMx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBfUXi5EMx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBfUXi5EMx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBfUXi5EMx .navbar {
    height: 70px;
  }
  .cid-uBfUXi5EMx .navbar.opened {
    height: auto;
  }
  .cid-uBfUXi5EMx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBfVPDYgik {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBfVPDYgik .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ff0000;
}
.cid-uBfVPDYgik .mbr-section-title {
  margin-bottom: 1.25rem;
  color: #808080;
}
.cid-uBfVPDYgik .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #808080;
}
.cid-uBfVPDYgik .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uBfVPDYgik .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uBfVPDYgik .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uBfUXjbKGp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBfUXjbKGp .main_header {
  margin-bottom: 8rem;
}
.cid-uBfUXjbKGp .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uBfUXjbKGp .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #808080;
}
.cid-uBfUXjbKGp .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uBfUXjbKGp .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uBfUXjbKGp .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uBfUXjbKGp .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uBfUXjbKGp .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uBfUXjbKGp .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #808080;
}
.cid-uBfUXjbKGp .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uBfUXjbKGp .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uBfUXjbKGp .card_item:nth-child(2) .square_fill {
  background-color: #ffaaaa;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uBfUXjbKGp .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uBfUXjbKGp .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uBfUXjbKGp .card_item:nth-child(3) .square_fill {
  background-color: #cccccc;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uBfUXjbKGp .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBfUXjbKGp .card_item:last-child .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBfUXjbKGp .card-box {
  height: 100%;
}
.cid-uBfUXjbKGp .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uBfUXjbKGp .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uBfUXjbKGp .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uBfUXjbKGp .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ff0000;
}
.cid-uBfUXjbKGp .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXjbKGp .card-title {
  margin-bottom: 1.75rem;
  color: #ff0000;
}
.cid-uBfUXjbKGp .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBfUXjbKGp .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uBfUXjbKGp .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uBfUXjbKGp .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uBfUXjbKGp .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uBfUXjbKGp .item-wrapper {
    padding: 0;
  }
  .cid-uBfUXjbKGp .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uBfUXjbKGp .main_header {
    margin-bottom: 4rem;
  }
  .cid-uBfUXjbKGp .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uBfUXjbKGp .mbr-text {
    margin-top: .75rem;
  }
  .cid-uBfUXjbKGp .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uBfUXjbKGp .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uBfUXjbKGp .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uBfUXjbKGp .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uBfUXjbKGp .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uBfUXjbKGp .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uBfUXjbKGp .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uBfUXjbKGp .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uBfUXjbKGp .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uBfUXjbKGp .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uBfUXjbKGp .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uBfUXjbKGp .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uBfUXjbKGp .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uBfUXjbKGp .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uBfUXjbKGp .mbr-section-title {
  color: #ff0000;
}
.cid-uBfUXjbKGp .card-text,
.cid-uBfUXjbKGp .linkBtn {
  color: #808080;
}
.cid-uBfUXjLnPc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBfUXjLnPc .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uBfUXjLnPc .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uBfUXjLnPc .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uBfUXjLnPc .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uBfUXjLnPc .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uBfUXjLnPc .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uBfUXjLnPc .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uBfUXjLnPc .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #808080;
}
.cid-uBfUXjLnPc .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uBfUXjLnPc .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uBfUXjLnPc .card_item:nth-child(2) .square_fill {
  background-color: #ffaaaa;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uBfUXjLnPc .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uBfUXjLnPc .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uBfUXjLnPc .card_item:nth-child(3) .square_fill {
  background-color: #cccccc;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uBfUXjLnPc .card_item .card-box {
  border-left: 1px dotted rgba(128, 128, 128, 0.5);
}
.cid-uBfUXjLnPc .card_item:last-child .card-box {
  border-right: 1px dotted rgba(128, 128, 128, 0.5);
}
.cid-uBfUXjLnPc .card-box {
  height: 100%;
}
.cid-uBfUXjLnPc .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uBfUXjLnPc .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uBfUXjLnPc .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uBfUXjLnPc .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ff0000;
}
.cid-uBfUXjLnPc .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfUXjLnPc .card-title {
  margin-bottom: 1.75rem;
  color: #ff0000;
}
.cid-uBfUXjLnPc .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBfUXjLnPc .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uBfUXjLnPc .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uBfUXjLnPc .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uBfUXjLnPc .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uBfUXjLnPc .item-wrapper {
    padding: 0;
  }
  .cid-uBfUXjLnPc .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uBfUXjLnPc .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uBfUXjLnPc .mbr-text {
    margin-top: .75rem;
  }
  .cid-uBfUXjLnPc .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uBfUXjLnPc .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uBfUXjLnPc .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uBfUXjLnPc .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uBfUXjLnPc .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uBfUXjLnPc .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uBfUXjLnPc .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uBfUXjLnPc .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uBfUXjLnPc .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uBfUXjLnPc .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uBfUXjLnPc .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uBfUXjLnPc .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uBfUXjLnPc .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uBfUXjLnPc .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uBfUXjLnPc .card-text,
.cid-uBfUXjLnPc .linkBtn {
  color: #808080;
}
.cid-uBfUXkoEQE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBfUXkoEQE .row {
  align-items: center;
}
.cid-uBfUXkoEQE .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uBfUXkoEQE .mbr-text,
.cid-uBfUXkoEQE .mbr-section-btn {
  color: #000000;
}
.cid-uBfUXkoEQE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBfUXkoEQE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uBfUXkoEQE .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uBfUXkoEQE .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uBfUXkoEQE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uBfUXkoEQE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBfUXkoEQE .mbr-text-title {
  color: #bbbbbb;
}
.cid-uBfUXkoEQE .mbr-section-title {
  color: #808080;
}
.cid-uBfUXkZ4bj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBfUXkZ4bj .foot-menu {
  margin-bottom: 0;
}
.cid-uBfUXkZ4bj ul {
  list-style: none;
  padding: 0;
}
.cid-uBfUXkZ4bj li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uBfUXkZ4bj li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uBfUXkZ4bj ul li:last-child {
  padding-right: 0;
}
.cid-uBfUXkZ4bj ul li:last-child:after {
  content: none;
}
.cid-uBfUXkZ4bj .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uBfUXkZ4bj .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uBfUXkZ4bj .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uBfUXkZ4bj H4 {
  color: #808080;
}
.cid-uBfUXlE2EJ P {
  color: #1281fc;
}
.cid-uBfUXlE2EJ DIV {
  color: #ffffff;
}
.cid-uBfUXlE2EJ H10 {
  color: #034e75;
}
.cid-uBfUXlE2EJ .hidden {
  display: none;
}
.cid-uBfUXlE2EJ .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uBfUXlE2EJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uBfUXlE2EJ .icon-bar a:hover {
  background-color: #000000;
}
.cid-uBfUXlE2EJ .flag {
  background: transparent;
}
.cid-uBfUXlE2EJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uBfUXlE2EJ .nav-right {
  float: left !important;
  position: relative;
}
.cid-uBfUXlE2EJ #google_translate_element {
  display: none;
}
.cid-uBfUXlE2EJ .goog-te-banner {
  display: none;
}
.cid-uBfUXlE2EJ .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uBfUXlE2EJ .goog-te-spinner-pos {
  display: none !important;
}
.cid-uBfUXlE2EJ body {
  top: 0px !important;
}
.cid-uBfUXlE2EJ body body {
  top: 0 !important;
}
.cid-uBfUXlE2EJ body .goog-te-banner-frame {
  display: none !important;
}
.cid-uBfUXlE2EJ .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uBfUXlE2EJ .goog-tooltip {
  display: none !important;
}
.cid-uBfUXlE2EJ .goog-tooltip:hover {
  display: none !important;
}
.cid-uBfUXlE2EJ .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uBfUXlE2EJ #goog-gt-tt,
.cid-uBfUXlE2EJ .goog-te-balloon-frame {
  display: none !important;
}
.cid-uBfUXlE2EJ #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uBfUXlE2EJ .goog-logo-link {
  display: none !important;
}
.cid-uBfUXlE2EJ .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uBfUXlE2EJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uBfUXlE2EJ div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uBfYr80iRM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBfYr80iRM nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uBfYr80iRM nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uBfYr80iRM .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uBfYr80iRM .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBfYr80iRM .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uBfYr80iRM .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uBfYr80iRM .contacts_menu {
    top: 25px;
  }
}
.cid-uBfYr80iRM .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uBfYr80iRM .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uBfYr80iRM .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uBfYr80iRM .nav-item {
    margin: 0 !important;
  }
}
.cid-uBfYr80iRM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBfYr80iRM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uBfYr80iRM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uBfYr80iRM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uBfYr80iRM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBfYr80iRM .nav-link {
  position: relative;
}
.cid-uBfYr80iRM .container {
  display: flex;
  margin: auto;
}
.cid-uBfYr80iRM .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBfYr80iRM .dropdown-menu,
.cid-uBfYr80iRM .navbar.opened {
  background: #ffffff !important;
}
.cid-uBfYr80iRM .nav-item:focus,
.cid-uBfYr80iRM .nav-link:focus {
  outline: none;
}
.cid-uBfYr80iRM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBfYr80iRM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBfYr80iRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBfYr80iRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBfYr80iRM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBfYr80iRM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBfYr80iRM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uBfYr80iRM .navbar.opened {
  transition: all 0.3s;
}
.cid-uBfYr80iRM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBfYr80iRM .navbar .navbar-logo img {
  width: auto;
}
.cid-uBfYr80iRM .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uBfYr80iRM .navbar.collapsed {
  justify-content: center;
}
.cid-uBfYr80iRM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBfYr80iRM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBfYr80iRM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBfYr80iRM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBfYr80iRM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBfYr80iRM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBfYr80iRM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBfYr80iRM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBfYr80iRM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBfYr80iRM .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uBfYr80iRM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBfYr80iRM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBfYr80iRM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBfYr80iRM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBfYr80iRM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBfYr80iRM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBfYr80iRM .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uBfYr80iRM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBfYr80iRM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBfYr80iRM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBfYr80iRM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBfYr80iRM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBfYr80iRM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBfYr80iRM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBfYr80iRM .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-uBfYr80iRM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBfYr80iRM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBfYr80iRM .dropdown-item.active,
.cid-uBfYr80iRM .dropdown-item:active {
  background-color: transparent;
}
.cid-uBfYr80iRM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBfYr80iRM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBfYr80iRM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBfYr80iRM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBfYr80iRM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBfYr80iRM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBfYr80iRM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uBfYr80iRM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBfYr80iRM button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uBfYr80iRM button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uBfYr80iRM button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uBfYr80iRM button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uBfYr80iRM button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uBfYr80iRM button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uBfYr80iRM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBfYr80iRM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfYr80iRM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfYr80iRM button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfYr80iRM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfYr80iRM nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfYr80iRM nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfYr80iRM nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfYr80iRM nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfYr80iRM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBfYr80iRM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBfYr80iRM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBfYr80iRM .navbar {
    height: 70px;
  }
  .cid-uBfYr80iRM .navbar.opened {
    height: auto;
  }
  .cid-uBfYr80iRM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBfYr9nmJE {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBfYr9nmJE .main_header {
  margin-bottom: 8rem;
}
.cid-uBfYr9nmJE .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uBfYr9nmJE .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #808080;
}
.cid-uBfYr9nmJE .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uBfYr9nmJE .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uBfYr9nmJE .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uBfYr9nmJE .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uBfYr9nmJE .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uBfYr9nmJE .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #808080;
}
.cid-uBfYr9nmJE .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uBfYr9nmJE .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uBfYr9nmJE .card_item:nth-child(2) .square_fill {
  background-color: #ffaaaa;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uBfYr9nmJE .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uBfYr9nmJE .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uBfYr9nmJE .card_item:nth-child(3) .square_fill {
  background-color: #cccccc;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uBfYr9nmJE .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBfYr9nmJE .card_item:last-child .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBfYr9nmJE .card-box {
  height: 100%;
}
.cid-uBfYr9nmJE .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uBfYr9nmJE .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uBfYr9nmJE .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uBfYr9nmJE .square_animation .square_null {
  z-index: 1;
  border: 1px solid #ff0000;
}
.cid-uBfYr9nmJE .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBfYr9nmJE .card-title {
  margin-bottom: 1.75rem;
  color: #ff0000;
}
.cid-uBfYr9nmJE .card-text {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBfYr9nmJE .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uBfYr9nmJE .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uBfYr9nmJE .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uBfYr9nmJE .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uBfYr9nmJE .item-wrapper {
    padding: 0;
  }
  .cid-uBfYr9nmJE .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uBfYr9nmJE .main_header {
    margin-bottom: 4rem;
  }
  .cid-uBfYr9nmJE .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uBfYr9nmJE .mbr-text {
    margin-top: .75rem;
  }
  .cid-uBfYr9nmJE .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uBfYr9nmJE .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uBfYr9nmJE .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uBfYr9nmJE .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uBfYr9nmJE .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uBfYr9nmJE .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uBfYr9nmJE .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uBfYr9nmJE .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uBfYr9nmJE .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uBfYr9nmJE .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uBfYr9nmJE .card_item .card-box {
    border-width: 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uBfYr9nmJE .card_item:last-child .card-box {
    border-width: 0;
  }
  .cid-uBfYr9nmJE .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uBfYr9nmJE .card-text {
    margin-bottom: 1.25rem;
  }
}
.cid-uBfYr9nmJE .mbr-section-title {
  color: #ff0000;
}
.cid-uBfYr9nmJE .card-text,
.cid-uBfYr9nmJE .linkBtn {
  color: #808080;
}
.cid-uBfYraXi2v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBfYraXi2v .row {
  align-items: center;
}
.cid-uBfYraXi2v .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uBfYraXi2v .mbr-text,
.cid-uBfYraXi2v .mbr-section-btn {
  color: #000000;
}
.cid-uBfYraXi2v .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBfYraXi2v .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uBfYraXi2v .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uBfYraXi2v .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uBfYraXi2v .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uBfYraXi2v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBfYraXi2v .mbr-text-title {
  color: #bbbbbb;
}
.cid-uBfYraXi2v .mbr-section-title {
  color: #808080;
}
.cid-uBfYrbsRMV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBfYrbsRMV .foot-menu {
  margin-bottom: 0;
}
.cid-uBfYrbsRMV ul {
  list-style: none;
  padding: 0;
}
.cid-uBfYrbsRMV li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uBfYrbsRMV li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uBfYrbsRMV ul li:last-child {
  padding-right: 0;
}
.cid-uBfYrbsRMV ul li:last-child:after {
  content: none;
}
.cid-uBfYrbsRMV .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uBfYrbsRMV .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uBfYrbsRMV .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uBfYrbsRMV H4 {
  color: #808080;
}
.cid-uBfYrbZssa P {
  color: #1281fc;
}
.cid-uBfYrbZssa DIV {
  color: #ffffff;
}
.cid-uBfYrbZssa H10 {
  color: #034e75;
}
.cid-uBfYrbZssa .hidden {
  display: none;
}
.cid-uBfYrbZssa .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uBfYrbZssa .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uBfYrbZssa .icon-bar a:hover {
  background-color: #000000;
}
.cid-uBfYrbZssa .flag {
  background: transparent;
}
.cid-uBfYrbZssa .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uBfYrbZssa .nav-right {
  float: left !important;
  position: relative;
}
.cid-uBfYrbZssa #google_translate_element {
  display: none;
}
.cid-uBfYrbZssa .goog-te-banner {
  display: none;
}
.cid-uBfYrbZssa .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uBfYrbZssa .goog-te-spinner-pos {
  display: none !important;
}
.cid-uBfYrbZssa body {
  top: 0px !important;
}
.cid-uBfYrbZssa body body {
  top: 0 !important;
}
.cid-uBfYrbZssa body .goog-te-banner-frame {
  display: none !important;
}
.cid-uBfYrbZssa .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uBfYrbZssa .goog-tooltip {
  display: none !important;
}
.cid-uBfYrbZssa .goog-tooltip:hover {
  display: none !important;
}
.cid-uBfYrbZssa .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uBfYrbZssa #goog-gt-tt,
.cid-uBfYrbZssa .goog-te-balloon-frame {
  display: none !important;
}
.cid-uBfYrbZssa #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uBfYrbZssa .goog-logo-link {
  display: none !important;
}
.cid-uBfYrbZssa .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uBfYrbZssa div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uBfYrbZssa div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uBgcEjCqnB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBgcEjCqnB nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uBgcEjCqnB nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uBgcEjCqnB .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uBgcEjCqnB .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBgcEjCqnB .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uBgcEjCqnB .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uBgcEjCqnB .contacts_menu {
    top: 25px;
  }
}
.cid-uBgcEjCqnB .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uBgcEjCqnB .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uBgcEjCqnB .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uBgcEjCqnB .nav-item {
    margin: 0 !important;
  }
}
.cid-uBgcEjCqnB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBgcEjCqnB .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uBgcEjCqnB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uBgcEjCqnB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uBgcEjCqnB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBgcEjCqnB .nav-link {
  position: relative;
}
.cid-uBgcEjCqnB .container {
  display: flex;
  margin: auto;
}
.cid-uBgcEjCqnB .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBgcEjCqnB .dropdown-menu,
.cid-uBgcEjCqnB .navbar.opened {
  background: #ffffff !important;
}
.cid-uBgcEjCqnB .nav-item:focus,
.cid-uBgcEjCqnB .nav-link:focus {
  outline: none;
}
.cid-uBgcEjCqnB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBgcEjCqnB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBgcEjCqnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBgcEjCqnB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBgcEjCqnB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBgcEjCqnB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBgcEjCqnB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uBgcEjCqnB .navbar.opened {
  transition: all 0.3s;
}
.cid-uBgcEjCqnB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBgcEjCqnB .navbar .navbar-logo img {
  width: auto;
}
.cid-uBgcEjCqnB .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uBgcEjCqnB .navbar.collapsed {
  justify-content: center;
}
.cid-uBgcEjCqnB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBgcEjCqnB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBgcEjCqnB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBgcEjCqnB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBgcEjCqnB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBgcEjCqnB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBgcEjCqnB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBgcEjCqnB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBgcEjCqnB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBgcEjCqnB .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uBgcEjCqnB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBgcEjCqnB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBgcEjCqnB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBgcEjCqnB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBgcEjCqnB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBgcEjCqnB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBgcEjCqnB .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uBgcEjCqnB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBgcEjCqnB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBgcEjCqnB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBgcEjCqnB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBgcEjCqnB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBgcEjCqnB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBgcEjCqnB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBgcEjCqnB .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-uBgcEjCqnB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBgcEjCqnB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBgcEjCqnB .dropdown-item.active,
.cid-uBgcEjCqnB .dropdown-item:active {
  background-color: transparent;
}
.cid-uBgcEjCqnB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBgcEjCqnB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBgcEjCqnB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBgcEjCqnB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBgcEjCqnB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBgcEjCqnB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBgcEjCqnB ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uBgcEjCqnB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBgcEjCqnB button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uBgcEjCqnB button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uBgcEjCqnB button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uBgcEjCqnB button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uBgcEjCqnB button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uBgcEjCqnB button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uBgcEjCqnB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBgcEjCqnB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgcEjCqnB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgcEjCqnB button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgcEjCqnB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgcEjCqnB nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgcEjCqnB nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgcEjCqnB nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgcEjCqnB nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgcEjCqnB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBgcEjCqnB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBgcEjCqnB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBgcEjCqnB .navbar {
    height: 70px;
  }
  .cid-uBgcEjCqnB .navbar.opened {
    height: auto;
  }
  .cid-uBgcEjCqnB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBgcTouLkc {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBgcTouLkc .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ff0000;
}
.cid-uBgcTouLkc .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #808080;
}
@media (max-width: 767px) {
  .cid-uBgcTouLkc .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uBgcTouLkc .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uBgcTouLkc .mbr-section-title {
  color: #808080;
}
.cid-uBgcWYOQ05 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uBgcWYOQ05 .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uBgcWYOQ05 .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uBgcWYOQ05 .border_line {
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBgcWYOQ05 .card_wrap {
  padding: 5rem;
}
@media (max-width: 1199px) {
  .cid-uBgcWYOQ05 .card_wrap {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uBgcWYOQ05 .card_wrap {
    padding: 3rem;
  }
}
.cid-uBgcWYOQ05 .column .card_wrap {
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBgcWYOQ05 .border_right {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBgcWYOQ05 .header_box {
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
}
.cid-uBgcWYOQ05 .header_wrap {
  width: 100%;
}
.cid-uBgcWYOQ05 .number_wrap {
  background-color: #ff0000;
  width: 4rem;
  height: 5rem;
  transform: rotateY(35deg) rotateX(-35deg);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
}
.cid-uBgcWYOQ05 .card_number {
  color: #eae8e4;
}
@media (max-width: 767px) {
  .cid-uBgcWYOQ05 .card_wrap {
    padding: 2.5rem .75rem;
  }
  .cid-uBgcWYOQ05 .header_box {
    margin-bottom: 1.5rem;
  }
  .cid-uBgcWYOQ05 .border_right {
    border-right: none;
  }
  .cid-uBgcWYOQ05 .number_wrap {
    width: 2.5rem;
    height: 3.5rem;
  }
}
.cid-uBgcWYOQ05 .card_title,
.cid-uBgcWYOQ05 .header_wrap {
  color: #ff0000;
}
.cid-uBgcWYOQ05 .mbr-text {
  color: #808080;
}
.cid-uBgdJpgRM3 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uBgdJpgRM3 .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-uBgdJpgRM3 .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uBgdJpgRM3 .border_line {
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBgdJpgRM3 .card_wrap {
  padding: 5rem;
}
@media (max-width: 1199px) {
  .cid-uBgdJpgRM3 .card_wrap {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uBgdJpgRM3 .card_wrap {
    padding: 3rem;
  }
}
.cid-uBgdJpgRM3 .column .card_wrap {
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBgdJpgRM3 .border_right {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uBgdJpgRM3 .header_box {
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
}
.cid-uBgdJpgRM3 .header_wrap {
  width: 100%;
}
.cid-uBgdJpgRM3 .number_wrap {
  background-color: #ff0000;
  width: 4rem;
  height: 5rem;
  transform: rotateY(35deg) rotateX(-35deg);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
}
.cid-uBgdJpgRM3 .card_number {
  color: #eae8e4;
}
@media (max-width: 767px) {
  .cid-uBgdJpgRM3 .card_wrap {
    padding: 2.5rem .75rem;
  }
  .cid-uBgdJpgRM3 .header_box {
    margin-bottom: 1.5rem;
  }
  .cid-uBgdJpgRM3 .border_right {
    border-right: none;
  }
  .cid-uBgdJpgRM3 .number_wrap {
    width: 2.5rem;
    height: 3.5rem;
  }
}
.cid-uBgdJpgRM3 .card_title,
.cid-uBgdJpgRM3 .header_wrap {
  color: #ff0000;
}
.cid-uBgdJpgRM3 .mbr-text {
  color: #808080;
}
.cid-uBgcEkRos9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBgcEkRos9 .row {
  align-items: center;
}
.cid-uBgcEkRos9 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uBgcEkRos9 .mbr-text,
.cid-uBgcEkRos9 .mbr-section-btn {
  color: #000000;
}
.cid-uBgcEkRos9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBgcEkRos9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uBgcEkRos9 .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uBgcEkRos9 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uBgcEkRos9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uBgcEkRos9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBgcEkRos9 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uBgcEkRos9 .mbr-section-title {
  color: #808080;
}
.cid-uBgcElleA0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBgcElleA0 .foot-menu {
  margin-bottom: 0;
}
.cid-uBgcElleA0 ul {
  list-style: none;
  padding: 0;
}
.cid-uBgcElleA0 li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uBgcElleA0 li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uBgcElleA0 ul li:last-child {
  padding-right: 0;
}
.cid-uBgcElleA0 ul li:last-child:after {
  content: none;
}
.cid-uBgcElleA0 .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uBgcElleA0 .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uBgcElleA0 .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uBgcElleA0 H4 {
  color: #808080;
}
.cid-uBgcElW9uL P {
  color: #1281fc;
}
.cid-uBgcElW9uL DIV {
  color: #ffffff;
}
.cid-uBgcElW9uL H10 {
  color: #034e75;
}
.cid-uBgcElW9uL .hidden {
  display: none;
}
.cid-uBgcElW9uL .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uBgcElW9uL .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uBgcElW9uL .icon-bar a:hover {
  background-color: #000000;
}
.cid-uBgcElW9uL .flag {
  background: transparent;
}
.cid-uBgcElW9uL .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uBgcElW9uL .nav-right {
  float: left !important;
  position: relative;
}
.cid-uBgcElW9uL #google_translate_element {
  display: none;
}
.cid-uBgcElW9uL .goog-te-banner {
  display: none;
}
.cid-uBgcElW9uL .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uBgcElW9uL .goog-te-spinner-pos {
  display: none !important;
}
.cid-uBgcElW9uL body {
  top: 0px !important;
}
.cid-uBgcElW9uL body body {
  top: 0 !important;
}
.cid-uBgcElW9uL body .goog-te-banner-frame {
  display: none !important;
}
.cid-uBgcElW9uL .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uBgcElW9uL .goog-tooltip {
  display: none !important;
}
.cid-uBgcElW9uL .goog-tooltip:hover {
  display: none !important;
}
.cid-uBgcElW9uL .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uBgcElW9uL #goog-gt-tt,
.cid-uBgcElW9uL .goog-te-balloon-frame {
  display: none !important;
}
.cid-uBgcElW9uL #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uBgcElW9uL .goog-logo-link {
  display: none !important;
}
.cid-uBgcElW9uL .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uBgcElW9uL div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uBgcElW9uL div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uBgEEFusfs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBgEEFusfs nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uBgEEFusfs nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uBgEEFusfs .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uBgEEFusfs .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBgEEFusfs .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uBgEEFusfs .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uBgEEFusfs .contacts_menu {
    top: 25px;
  }
}
.cid-uBgEEFusfs .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uBgEEFusfs .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uBgEEFusfs .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uBgEEFusfs .nav-item {
    margin: 0 !important;
  }
}
.cid-uBgEEFusfs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBgEEFusfs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uBgEEFusfs .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uBgEEFusfs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uBgEEFusfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBgEEFusfs .nav-link {
  position: relative;
}
.cid-uBgEEFusfs .container {
  display: flex;
  margin: auto;
}
.cid-uBgEEFusfs .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBgEEFusfs .dropdown-menu,
.cid-uBgEEFusfs .navbar.opened {
  background: #ffffff !important;
}
.cid-uBgEEFusfs .nav-item:focus,
.cid-uBgEEFusfs .nav-link:focus {
  outline: none;
}
.cid-uBgEEFusfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBgEEFusfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBgEEFusfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBgEEFusfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBgEEFusfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBgEEFusfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBgEEFusfs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uBgEEFusfs .navbar.opened {
  transition: all 0.3s;
}
.cid-uBgEEFusfs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBgEEFusfs .navbar .navbar-logo img {
  width: auto;
}
.cid-uBgEEFusfs .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uBgEEFusfs .navbar.collapsed {
  justify-content: center;
}
.cid-uBgEEFusfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBgEEFusfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBgEEFusfs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBgEEFusfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBgEEFusfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBgEEFusfs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBgEEFusfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBgEEFusfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBgEEFusfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBgEEFusfs .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uBgEEFusfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBgEEFusfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBgEEFusfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBgEEFusfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBgEEFusfs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBgEEFusfs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBgEEFusfs .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uBgEEFusfs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBgEEFusfs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBgEEFusfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBgEEFusfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBgEEFusfs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBgEEFusfs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBgEEFusfs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBgEEFusfs .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-uBgEEFusfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBgEEFusfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBgEEFusfs .dropdown-item.active,
.cid-uBgEEFusfs .dropdown-item:active {
  background-color: transparent;
}
.cid-uBgEEFusfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBgEEFusfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBgEEFusfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBgEEFusfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBgEEFusfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBgEEFusfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBgEEFusfs ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uBgEEFusfs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBgEEFusfs button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uBgEEFusfs button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uBgEEFusfs button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uBgEEFusfs button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uBgEEFusfs button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uBgEEFusfs button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uBgEEFusfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBgEEFusfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgEEFusfs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgEEFusfs button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgEEFusfs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgEEFusfs nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgEEFusfs nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgEEFusfs nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgEEFusfs nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uBgEEFusfs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBgEEFusfs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBgEEFusfs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBgEEFusfs .navbar {
    height: 70px;
  }
  .cid-uBgEEFusfs .navbar.opened {
    height: auto;
  }
  .cid-uBgEEFusfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBgEEG0kiJ {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBgEEG0kiJ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ff0000;
}
.cid-uBgEEG0kiJ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #808080;
}
@media (max-width: 767px) {
  .cid-uBgEEG0kiJ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uBgEEG0kiJ .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uBgEEG0kiJ .mbr-section-title {
  color: #808080;
}
#custom-html-3u {
  /* Type valid CSS here */
}
#custom-html-3u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3u p {
  font-size: 60px;
  color: #777;
}
.cid-uBgEEI5zZ0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBgEEI5zZ0 .row {
  align-items: center;
}
.cid-uBgEEI5zZ0 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uBgEEI5zZ0 .mbr-text,
.cid-uBgEEI5zZ0 .mbr-section-btn {
  color: #000000;
}
.cid-uBgEEI5zZ0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBgEEI5zZ0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uBgEEI5zZ0 .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uBgEEI5zZ0 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uBgEEI5zZ0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uBgEEI5zZ0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBgEEI5zZ0 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uBgEEI5zZ0 .mbr-section-title {
  color: #808080;
}
.cid-uBgEEIDZFg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBgEEIDZFg .foot-menu {
  margin-bottom: 0;
}
.cid-uBgEEIDZFg ul {
  list-style: none;
  padding: 0;
}
.cid-uBgEEIDZFg li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uBgEEIDZFg li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uBgEEIDZFg ul li:last-child {
  padding-right: 0;
}
.cid-uBgEEIDZFg ul li:last-child:after {
  content: none;
}
.cid-uBgEEIDZFg .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uBgEEIDZFg .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uBgEEIDZFg .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uBgEEIDZFg H4 {
  color: #808080;
}
.cid-uBgEEJkdIo P {
  color: #1281fc;
}
.cid-uBgEEJkdIo DIV {
  color: #ffffff;
}
.cid-uBgEEJkdIo H10 {
  color: #034e75;
}
.cid-uBgEEJkdIo .hidden {
  display: none;
}
.cid-uBgEEJkdIo .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uBgEEJkdIo .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uBgEEJkdIo .icon-bar a:hover {
  background-color: #000000;
}
.cid-uBgEEJkdIo .flag {
  background: transparent;
}
.cid-uBgEEJkdIo .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uBgEEJkdIo .nav-right {
  float: left !important;
  position: relative;
}
.cid-uBgEEJkdIo #google_translate_element {
  display: none;
}
.cid-uBgEEJkdIo .goog-te-banner {
  display: none;
}
.cid-uBgEEJkdIo .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uBgEEJkdIo .goog-te-spinner-pos {
  display: none !important;
}
.cid-uBgEEJkdIo body {
  top: 0px !important;
}
.cid-uBgEEJkdIo body body {
  top: 0 !important;
}
.cid-uBgEEJkdIo body .goog-te-banner-frame {
  display: none !important;
}
.cid-uBgEEJkdIo .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uBgEEJkdIo .goog-tooltip {
  display: none !important;
}
.cid-uBgEEJkdIo .goog-tooltip:hover {
  display: none !important;
}
.cid-uBgEEJkdIo .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uBgEEJkdIo #goog-gt-tt,
.cid-uBgEEJkdIo .goog-te-balloon-frame {
  display: none !important;
}
.cid-uBgEEJkdIo #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uBgEEJkdIo .goog-logo-link {
  display: none !important;
}
.cid-uBgEEJkdIo .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uBgEEJkdIo div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uBgEEJkdIo div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uCcyFrrGC7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCcyFrrGC7 nav.navbar {
  position: fixed;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uCcyFrrGC7 nav.navbar {
    padding-top: 1.5rem;
  }
}
.cid-uCcyFrrGC7 .contacts_menu {
  position: absolute;
  top: 24px;
  right: 105px;
  color: #ff0000;
}
.cid-uCcyFrrGC7 .contacts_menu ol {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCcyFrrGC7 .contacts_menu ol li {
  margin: 0 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .cid-uCcyFrrGC7 .contacts_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uCcyFrrGC7 .contacts_menu {
    top: 25px;
  }
}
.cid-uCcyFrrGC7 .navbar-short .contacts_menu {
  top: 24px;
}
@media (max-width: 991px) {
  .cid-uCcyFrrGC7 .navbar-short .contacts_menu {
    top: 21px;
  }
}
.cid-uCcyFrrGC7 .nav-item {
  border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uCcyFrrGC7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uCcyFrrGC7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCcyFrrGC7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-uCcyFrrGC7 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uCcyFrrGC7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-uCcyFrrGC7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCcyFrrGC7 .nav-link {
  position: relative;
}
.cid-uCcyFrrGC7 .container {
  display: flex;
  margin: auto;
}
.cid-uCcyFrrGC7 .iconfont-wrapper {
  color: #373c42 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCcyFrrGC7 .dropdown-menu,
.cid-uCcyFrrGC7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCcyFrrGC7 .nav-item:focus,
.cid-uCcyFrrGC7 .nav-link:focus {
  outline: none;
}
.cid-uCcyFrrGC7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCcyFrrGC7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCcyFrrGC7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCcyFrrGC7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCcyFrrGC7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCcyFrrGC7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCcyFrrGC7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-uCcyFrrGC7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCcyFrrGC7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCcyFrrGC7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCcyFrrGC7 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-uCcyFrrGC7 .navbar.collapsed {
  justify-content: center;
}
.cid-uCcyFrrGC7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCcyFrrGC7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCcyFrrGC7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uCcyFrrGC7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCcyFrrGC7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCcyFrrGC7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCcyFrrGC7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCcyFrrGC7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCcyFrrGC7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCcyFrrGC7 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uCcyFrrGC7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCcyFrrGC7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCcyFrrGC7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCcyFrrGC7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCcyFrrGC7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCcyFrrGC7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCcyFrrGC7 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-uCcyFrrGC7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCcyFrrGC7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCcyFrrGC7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCcyFrrGC7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCcyFrrGC7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCcyFrrGC7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCcyFrrGC7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCcyFrrGC7 .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-uCcyFrrGC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCcyFrrGC7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCcyFrrGC7 .dropdown-item.active,
.cid-uCcyFrrGC7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCcyFrrGC7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCcyFrrGC7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCcyFrrGC7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCcyFrrGC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCcyFrrGC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCcyFrrGC7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCcyFrrGC7 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.cid-uCcyFrrGC7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCcyFrrGC7 button.navbar-toggler {
  outline: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  align-self: center;
  border-radius: 50%;
  background-color: #ff0000;
  padding: 0;
  color: #ffffff;
}
.cid-uCcyFrrGC7 button.navbar-toggler:hover {
  background-color: rgba(255, 0, 0, 0.86);
}
.cid-uCcyFrrGC7 button.navbar-toggler:hover .hamburger span:nth-child(1) {
  width: 25px;
}
.cid-uCcyFrrGC7 button.navbar-toggler:hover .hamburger span:nth-child(2) {
  width: 13px;
}
.cid-uCcyFrrGC7 button.navbar-toggler:hover .hamburger span:nth-child(3) {
  width: 13px;
}
.cid-uCcyFrrGC7 button.navbar-toggler:hover .hamburger span:nth-child(4) {
  width: 22px;
}
.cid-uCcyFrrGC7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 14px;
  width: 32px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCcyFrrGC7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 21px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uCcyFrrGC7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 29px;
  width: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uCcyFrrGC7 button.navbar-toggler .hamburger span:nth-child(3) {
  width: 25px;
  top: 29px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uCcyFrrGC7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uCcyFrrGC7 nav.opened .hamburger span:nth-child(1) {
  top: 21px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uCcyFrrGC7 nav.opened .hamburger span:nth-child(2) {
  width: 32px !important;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uCcyFrrGC7 nav.opened .hamburger span:nth-child(3) {
  width: 32px !important;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uCcyFrrGC7 nav.opened .hamburger span:nth-child(4) {
  top: 37px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uCcyFrrGC7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCcyFrrGC7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCcyFrrGC7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCcyFrrGC7 .navbar {
    height: 70px;
  }
  .cid-uCcyFrrGC7 .navbar.opened {
    height: auto;
  }
  .cid-uCcyFrrGC7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCcziYpCN9 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/partner-handshake-2000x1189.jpg");
}
.cid-uCcziYpCN9 .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-uCcziYpCN9 .linkBtn {
  margin-top: 2.5rem;
}
.cid-uCcziYpCN9 b,
.cid-uCcziYpCN9 strong {
  font-weight: 500;
  color: #ff5555;
}
@media (max-width: 767px) {
  .cid-uCcziYpCN9 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-uCcziYpCN9 .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-uCcziYpCN9 .mbr-section-title,
.cid-uCcziYpCN9 .linkBtn {
  text-align: center;
  color: #808080;
}
.cid-uCcWw7W3Il {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCcWw7W3Il .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ff0000;
}
.cid-uCcWw7W3Il .mbr-section-title {
  margin-bottom: 1.25rem;
  color: #808080;
}
.cid-uCcWw7W3Il .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #808080;
}
.cid-uCcWw7W3Il .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-uCcWw7W3Il .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uCcWw7W3Il .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-uCcYuXMEsQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCcYuXMEsQ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uCcYuXMEsQ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #808080;
}
@media (max-width: 767px) {
  .cid-uCcYuXMEsQ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uCcYuXMEsQ .mbr-text {
    margin-top: .75rem;
  }
}
.cid-uCcYuXMEsQ .mbr-section-title {
  color: #808080;
}
.cid-uCcYj6Pyzy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCcYj6Pyzy .card {
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uCcYj6Pyzy .card .card-box {
    border-left: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uCcYj6Pyzy .card:last-child .card-box {
    border-right: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uCcYj6Pyzy .card:nth-child(1) .card-box {
    padding-top: 0;
  }
  .cid-uCcYj6Pyzy .card:nth-child(2) .card-box {
    padding-top: 16rem;
  }
  .cid-uCcYj6Pyzy .card:nth-child(3) .card-box {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uCcYj6Pyzy .card .card-box {
    border-bottom: 1px dotted rgba(128, 128, 128, 0.5);
  }
  .cid-uCcYj6Pyzy .card:last-child .card-box {
    border-bottom: none;
  }
}
.cid-uCcYj6Pyzy .card:nth-child(1) .circle_fill {
  background-color: #808080;
}
.cid-uCcYj6Pyzy .card:nth-child(2) .circle_fill {
  background-color: #ffaaaa;
}
.cid-uCcYj6Pyzy .card:nth-child(3) .circle_fill {
  background-color: #cccccc;
}
.cid-uCcYj6Pyzy .card-box {
  height: 100%;
  padding: 2rem;
}
@media (min-width: 1199px) {
  .cid-uCcYj6Pyzy .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uCcYj6Pyzy .card-title {
  margin-bottom: 3rem;
  color: #ff0000;
}
.cid-uCcYj6Pyzy .card-text {
  margin-bottom: 1.5rem;
}
.cid-uCcYj6Pyzy .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: 3rem;
}
.cid-uCcYj6Pyzy .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-uCcYj6Pyzy .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-uCcYj6Pyzy .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #ff0000;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 767px) {
  .cid-uCcYj6Pyzy .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-uCcYj6Pyzy .card-text {
    margin-bottom: 1rem;
  }
  .cid-uCcYj6Pyzy .card-wrapper {
    padding: 0;
  }
  .cid-uCcYj6Pyzy .card-box {
    padding: 2rem 0;
  }
  .cid-uCcYj6Pyzy .circle_animation {
    margin-bottom: 1.5rem;
  }
  .cid-uCcYj6Pyzy .circle_animation .circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uCcYj6Pyzy .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-uCcYj6Pyzy .card-text,
.cid-uCcYj6Pyzy .linkBtn {
  color: #808080;
}
.cid-uCixiqU0Oa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCixiqU0Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCixiqU0Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCixiqU0Oa .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCixiqU0Oa .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uCixiqU0Oa .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCixiqU0Oa .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCixiqU0Oa .mbr-text,
.cid-uCixiqU0Oa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uCixiqU0Oa .card-title,
.cid-uCixiqU0Oa .card-box {
  text-align: center;
  color: #808080;
}
.cid-uCixiqU0Oa .mbr-card-title {
  text-align: left;
  color: #ff0000;
}
.cid-uCixiqU0Oa .mbr-card-subtitle {
  text-align: left;
}
.cid-uCixiqU0Oa .mbr-text {
  text-align: left;
  color: #808080;
}
.cid-uCixiqU0Oa .mbr-section-subtitle {
  text-align: center;
}
.cid-uCnV2Xy7sZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCnV2Xy7sZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCnV2Xy7sZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCnV2Xy7sZ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uCnV2Xy7sZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uCnV2Xy7sZ .container {
    padding: 0 26px;
  }
}
.cid-uCnV2Xy7sZ .row {
  justify-content: center;
}
.cid-uCnV2Xy7sZ .content-wrapper {
  padding: 200px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uCnV2Xy7sZ .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uCnV2Xy7sZ .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uCnV2Xy7sZ .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCnV2Xy7sZ .content-wrapper .title-wrapper .mbr-title {
  margin-bottom: 30px;
}
.cid-uCnV2Xy7sZ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCnV2Xy7sZ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCnV2Xy7sZ .content-wrapper .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uCnV2Xy7sZ .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uCnV2Xy7sZ .content-wrapper .content-wrap .contacts-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCnV2Xy7sZ .content-wrapper .content-wrap .contacts-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uCnV2Xy7sZ .content-wrapper .content-wrap .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uCnV2Xy7sZ .content-wrapper .content-wrap .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCnV2Xy7sZ .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap {
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  cursor: pointer;
}
.cid-uCnV2Xy7sZ .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uCnV2Xy7sZ .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCnV2Xy7sZ .content-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
  padding: 0 8px;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #69727d !important;
  box-shadow: none;
  border-radius: 3px !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: .5;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 50px;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #69727d;
  border-radius: 3px;
  margin-top: 2px;
}
.cid-uCnV2Xy7sZ .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uCnV2Xy7sZ .mbr-title {
  color: #000000;
  text-align: center;
}
.cid-uCnV2Xy7sZ .mbr-section-title {
  color: #808080;
}
.cid-uCnV2Xy7sZ .mbr-section-subtitle {
  color: #808080;
}
.cid-uCnV2Xy7sZ .mbr-text,
.cid-uCnV2Xy7sZ .text-wrapper {
  color: #808080;
  text-align: center;
}
.cid-uCnV2Xy7sZ .list {
  color: #000000;
}
.cid-uCnV2Xy7sZ label {
  color: #000000;
}
.cid-uCnV2Xy7sZ .mbr-section-btn {
  text-align: center;
}
.cid-uCnV2Xy7sZ LABEL {
  color: #808080;
}
.cid-uCnV2Xy7sZ .mbr-title,
.cid-uCnV2Xy7sZ .mbr-section-btn {
  color: #ff0000;
}
.cid-uCnV2Xy7sZ .list,
.cid-uCnV2Xy7sZ .item-wrap {
  color: #808080;
}
.cid-uCnV2Xy7sZ H5 {
  color: #808080;
}
.cid-uCcyFtDBLY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCcyFtDBLY .row {
  align-items: center;
}
.cid-uCcyFtDBLY .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uCcyFtDBLY .mbr-text,
.cid-uCcyFtDBLY .mbr-section-btn {
  color: #000000;
}
.cid-uCcyFtDBLY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCcyFtDBLY .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uCcyFtDBLY .social-list .mbr-iconfont-social:hover {
  background: #ff0000;
  color: white;
}
.cid-uCcyFtDBLY .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uCcyFtDBLY .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uCcyFtDBLY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCcyFtDBLY .mbr-text-title {
  color: #bbbbbb;
}
.cid-uCcyFtDBLY .mbr-section-title {
  color: #808080;
}
.cid-uCcyFub11k {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCcyFub11k .foot-menu {
  margin-bottom: 0;
}
.cid-uCcyFub11k ul {
  list-style: none;
  padding: 0;
}
.cid-uCcyFub11k li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-uCcyFub11k li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #000000;
}
.cid-uCcyFub11k ul li:last-child {
  padding-right: 0;
}
.cid-uCcyFub11k ul li:last-child:after {
  content: none;
}
.cid-uCcyFub11k .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-uCcyFub11k .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-uCcyFub11k .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-uCcyFub11k H4 {
  color: #808080;
}
.cid-uCcyFuIdbc P {
  color: #1281fc;
}
.cid-uCcyFuIdbc DIV {
  color: #ffffff;
}
.cid-uCcyFuIdbc H10 {
  color: #034e75;
}
.cid-uCcyFuIdbc .hidden {
  display: none;
}
.cid-uCcyFuIdbc .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uCcyFuIdbc .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uCcyFuIdbc .icon-bar a:hover {
  background-color: #000000;
}
.cid-uCcyFuIdbc .flag {
  background: transparent;
}
.cid-uCcyFuIdbc .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uCcyFuIdbc .nav-right {
  float: left !important;
  position: relative;
}
.cid-uCcyFuIdbc #google_translate_element {
  display: none;
}
.cid-uCcyFuIdbc .goog-te-banner {
  display: none;
}
.cid-uCcyFuIdbc .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uCcyFuIdbc .goog-te-spinner-pos {
  display: none !important;
}
.cid-uCcyFuIdbc body {
  top: 0px !important;
}
.cid-uCcyFuIdbc body body {
  top: 0 !important;
}
.cid-uCcyFuIdbc body .goog-te-banner-frame {
  display: none !important;
}
.cid-uCcyFuIdbc .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uCcyFuIdbc .goog-tooltip {
  display: none !important;
}
.cid-uCcyFuIdbc .goog-tooltip:hover {
  display: none !important;
}
.cid-uCcyFuIdbc .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uCcyFuIdbc #goog-gt-tt,
.cid-uCcyFuIdbc .goog-te-balloon-frame {
  display: none !important;
}
.cid-uCcyFuIdbc #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uCcyFuIdbc .goog-logo-link {
  display: none !important;
}
.cid-uCcyFuIdbc .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uCcyFuIdbc div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uCcyFuIdbc div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
