.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uYrdCYUSzR {
  z-index: 1000;
  width: 100%;
}
.cid-uYrdCYUSzR nav.navbar {
  position: fixed;
}
.cid-uYrdCYUSzR .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uYrdCYUSzR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYrdCYUSzR .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-uYrdCYUSzR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYrdCYUSzR .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-uYrdCYUSzR .dropdown-item:hover,
.cid-uYrdCYUSzR .dropdown-item:focus {
  background: #000000 !important;
  color: #ffa600 !important;
}
.cid-uYrdCYUSzR .dropdown-item:hover span {
  color: white;
}
.cid-uYrdCYUSzR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYrdCYUSzR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYrdCYUSzR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYrdCYUSzR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYrdCYUSzR .nav-link {
  position: relative;
}
.cid-uYrdCYUSzR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYrdCYUSzR .container {
    flex-wrap: nowrap;
  }
}
.cid-uYrdCYUSzR .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYrdCYUSzR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYrdCYUSzR .dropdown-menu,
.cid-uYrdCYUSzR .navbar.opened {
  background: #000000 !important;
}
.cid-uYrdCYUSzR .nav-item:focus,
.cid-uYrdCYUSzR .nav-link:focus {
  outline: none;
}
.cid-uYrdCYUSzR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYrdCYUSzR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYrdCYUSzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYrdCYUSzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYrdCYUSzR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYrdCYUSzR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYrdCYUSzR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYrdCYUSzR .navbar.opened {
  transition: all 0.3s;
}
.cid-uYrdCYUSzR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYrdCYUSzR .navbar .navbar-logo img {
  width: auto;
}
.cid-uYrdCYUSzR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYrdCYUSzR .navbar.collapsed {
  justify-content: center;
}
.cid-uYrdCYUSzR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYrdCYUSzR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYrdCYUSzR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.8rem);
  }
}
.cid-uYrdCYUSzR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYrdCYUSzR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYrdCYUSzR .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-uYrdCYUSzR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYrdCYUSzR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYrdCYUSzR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYrdCYUSzR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYrdCYUSzR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYrdCYUSzR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYrdCYUSzR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYrdCYUSzR .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-uYrdCYUSzR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYrdCYUSzR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYrdCYUSzR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYrdCYUSzR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYrdCYUSzR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYrdCYUSzR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYrdCYUSzR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYrdCYUSzR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYrdCYUSzR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-uYrdCYUSzR .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-uYrdCYUSzR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYrdCYUSzR .navbar-brand .navbar-caption:hover,
.cid-uYrdCYUSzR .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-uYrdCYUSzR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYrdCYUSzR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYrdCYUSzR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-uYrdCYUSzR .dropdown-item.active,
.cid-uYrdCYUSzR .dropdown-item:active {
  background-color: transparent;
}
.cid-uYrdCYUSzR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYrdCYUSzR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYrdCYUSzR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYrdCYUSzR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYrdCYUSzR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYrdCYUSzR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYrdCYUSzR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYrdCYUSzR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYrdCYUSzR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYrdCYUSzR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uYrdCYUSzR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-uYrdCYUSzR .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-uYrdCYUSzR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYrdCYUSzR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYrdCYUSzR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYrdCYUSzR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uYrdCYUSzR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYrdCYUSzR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYrdCYUSzR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYrdCYUSzR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYrdCYUSzR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYrdCYUSzR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYrdCYUSzR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYrdCYUSzR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYrdCYUSzR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYrdCYUSzR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYrdCYUSzR .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-uYrdCYUSzR .navbar {
    height: 70px;
  }
  .cid-uYrdCYUSzR .navbar.opened {
    height: auto;
  }
  .cid-uYrdCYUSzR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYrdCYUSzR .navbar-nav {
  margin: 0 auto;
}
.cid-uYrdCYUSzR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYrdCYUSzR .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYrdCYUSzR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYrdCYUSzR .nav-item .nav-link:hover,
.cid-uYrdCYUSzR .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffa600 !important;
}
.cid-uYrdCYUSzR .nav-item .nav-link:hover::after,
.cid-uYrdCYUSzR .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYrdCYUSzR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYrdCYUSzR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYrdCYUSzR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYrdCYUSzR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYrdCYUSzR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYrdCYUSzR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYrdCYUSzR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYrdCYUSzR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYrdCYUSzR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYrdCYUSzR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-uYrdCYUSzR .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uYrdCYUSzR .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-uYrdCYUSzR .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-uYrdCYUSzR .content-wrap {
  min-height: 110px;
}
.cid-uYrdALGLxM {
  background-color: #000000;
}
.cid-uYrdALGLxM video,
.cid-uYrdALGLxM img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-uYrdALGLxM .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-uYrdALGLxM .show {
  visibility: visible;
}
.cid-uYrdALGLxM .hide {
  visibility: hidden;
}
.cid-uYrdALGLxM .row {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.cid-uYrdALGLxM H3 {
  color: #f7f7f7;
}
.cid-uYrdALGLxM H1 {
  color: #ffc091;
}
.cid-uYrdEXsW0Q {
  background-color: #ffffff;
}
.cid-uYrdEXsW0Q .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uYrdEXsW0Q .container-nopadding {
  padding: 0px;
}
.cid-uYrdEXsW0Q .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-uYrdEXsW0Q .contactBtnFixed {
  position: fixed;
}
.cid-uYrdEXsW0Q .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-uYrdEXsW0Q .btnIconcol {
  color: #ffffff;
}
.cid-uYrdEXsW0Q .btn-circle:hover {
  background-color: #232323;
}
.cid-uYrdEXsW0Q .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uYrdEXsW0Q .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uYrdEXsW0Q .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uYrdEXsW0Q .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uYrdEXsW0Q .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uYrdEXsW0Q .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uYrdEXsW0Q .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-uYrdEXsW0Q .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uYrdEXsW0Q .windowBar,
  .cid-uYrdEXsW0Q .contentwindow,
  .cid-uYrdEXsW0Q .contactwindow {
    border-radius: 0;
  }
}
.cid-uYrdEXsW0Q .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uYrdEXsW0Q .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYrdEXsW0Q .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYrdEXsW0Q .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYrdEXsW0Q .recaptcha-div {
  margin-bottom: 0;
}
.cid-uYrdEXsW0Q .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uYrdEXsW0Q .gdpr-div {
  margin-bottom: 0;
}
.cid-uYrdEXsW0Q .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uYrdEXsW0Q .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uYrdEXsW0Q .send-copy-div {
  margin-bottom: 0;
}
.cid-uYrdEXsW0Q .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uYrdEXsW0Q .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uYrdEXsW0Q .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uYrdEXsW0Q .mbr-alert-success {
  text-align: center;
}
.cid-uYrdEXsW0Q .mbr-alert-danger {
  text-align: center;
}
.cid-uYrdEXsW0Q .message-div {
  margin-bottom: 0;
}
.cid-uYrdEXsW0Q .message-topic-div {
  margin-bottom: 0;
}
.cid-uYrdEXsW0Q .file-upload-div {
  margin-bottom: 0;
}
.cid-uYrdEXsW0Q .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-uYrdEXsW0Q .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-uYrdEXsW0Q .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uYrdEXsW0Q .form-control {
  border: 1px solid #000000 !important;
}
.cid-uYrdEXsW0Q .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-uYrdEXsW0Q .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uYrdEXsW0Q .showAlerts {
  display: block !important;
}
.cid-uYrdEXsW0Q .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uYrdEXsW0Q .hidden {
  display: none;
}
.cid-uYrdEXsW0Q .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uYrdEXsW0Q .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-uYrdEXsW0Q .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uYrdEXsW0Q .mbr-section-alertsuccess {
  text-align: center;
}
.cid-uYrdEXsW0Q .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uYrdEXsW0Q .mbr-section-alerterror {
  text-align: center;
}
.cid-uYrdEXsW0Q .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uYrdEXsW0Q .mbr-section-labels {
  color: #232323;
}
.cid-uYrdEXsW0Q .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uYrdEXsW0Q .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-uYrdEXsW0Q .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uYrdEXsW0Q input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYrdEXsW0Q input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYrdEXsW0Q input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYrdEXsW0Q .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uYrdEXsW0Q .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uYrdEXsW0Q .show2ndButton {
  display: none ;
}
.cid-uYrdEXsW0Q input,
.cid-uYrdEXsW0Q textarea,
.cid-uYrdEXsW0Q select {
  background-color: #ffffff !important;
}
.cid-uYrdEXsW0Q textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uYrdEXsW0Q textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uYrdEXsW0Q textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uYrdEXsW0Q textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uYrdEXsW0Q input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uYrdEXsW0Q input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uYrdEXsW0Q input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uYrdEXsW0Q input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uYrdEXsW0Q .btn .mbr-iconfont,
.cid-uYrdEXsW0Q .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uYHKMGh6yP .row * {
  width: 130px;
  max-width: 130px;
}
.cid-uYHKMGh6yP .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-uYHKMGh6yP .menuItem {
  margin-bottom: 30px;
  height: 130px;
}
.cid-uYHKMGh6yP #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-uYHKMGh6yP .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.cid-uYHKMGh6yP .menuItem p {
  margin-top: 5px;
}
.cid-uYHKMGh6yP .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-uYHKMGh6yP #toggle {
  position: absolute;
  top: 69%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-uYHKMGh6yP #menu {
  position: fixed;
  top: 18%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #ff0000;
  border-right: none;
}
.cid-uYHKMGh6yP #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000000;
  font-size: 27px;
  width: 150px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #ff0000;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 30px;
  padding-top: 5px;
}
.cid-uYHKMGh6yP #menu:hover {
  right: 0;
}
.cid-uYHKMGh6yP .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-uYHKMGh6yP .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uYHKMGh6yP .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-uYHKMGh6yP .hidden {
  display: none;
}
.cid-uYHKMGh6yP div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-uYHKMGh6yP P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-uYHKMGh6yP .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-uYrhfxJQZT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uYIe8L6Tuw {
  z-index: 1000;
  width: 100%;
}
.cid-uYIe8L6Tuw nav.navbar {
  position: fixed;
}
.cid-uYIe8L6Tuw .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uYIe8L6Tuw .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYIe8L6Tuw .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-uYIe8L6Tuw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYIe8L6Tuw .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-uYIe8L6Tuw .dropdown-item:hover,
.cid-uYIe8L6Tuw .dropdown-item:focus {
  background: #000000 !important;
  color: #ffa600 !important;
}
.cid-uYIe8L6Tuw .dropdown-item:hover span {
  color: white;
}
.cid-uYIe8L6Tuw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYIe8L6Tuw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYIe8L6Tuw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYIe8L6Tuw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYIe8L6Tuw .nav-link {
  position: relative;
}
.cid-uYIe8L6Tuw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYIe8L6Tuw .container {
    flex-wrap: nowrap;
  }
}
.cid-uYIe8L6Tuw .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYIe8L6Tuw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYIe8L6Tuw .dropdown-menu,
.cid-uYIe8L6Tuw .navbar.opened {
  background: #000000 !important;
}
.cid-uYIe8L6Tuw .nav-item:focus,
.cid-uYIe8L6Tuw .nav-link:focus {
  outline: none;
}
.cid-uYIe8L6Tuw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYIe8L6Tuw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYIe8L6Tuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYIe8L6Tuw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYIe8L6Tuw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYIe8L6Tuw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYIe8L6Tuw .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYIe8L6Tuw .navbar.opened {
  transition: all 0.3s;
}
.cid-uYIe8L6Tuw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYIe8L6Tuw .navbar .navbar-logo img {
  width: auto;
}
.cid-uYIe8L6Tuw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYIe8L6Tuw .navbar.collapsed {
  justify-content: center;
}
.cid-uYIe8L6Tuw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYIe8L6Tuw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYIe8L6Tuw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.8rem);
  }
}
.cid-uYIe8L6Tuw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYIe8L6Tuw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYIe8L6Tuw .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-uYIe8L6Tuw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYIe8L6Tuw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYIe8L6Tuw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYIe8L6Tuw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYIe8L6Tuw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYIe8L6Tuw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYIe8L6Tuw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYIe8L6Tuw .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-uYIe8L6Tuw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYIe8L6Tuw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYIe8L6Tuw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYIe8L6Tuw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYIe8L6Tuw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYIe8L6Tuw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYIe8L6Tuw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYIe8L6Tuw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYIe8L6Tuw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-uYIe8L6Tuw .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-uYIe8L6Tuw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYIe8L6Tuw .navbar-brand .navbar-caption:hover,
.cid-uYIe8L6Tuw .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-uYIe8L6Tuw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYIe8L6Tuw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYIe8L6Tuw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-uYIe8L6Tuw .dropdown-item.active,
.cid-uYIe8L6Tuw .dropdown-item:active {
  background-color: transparent;
}
.cid-uYIe8L6Tuw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYIe8L6Tuw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYIe8L6Tuw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYIe8L6Tuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYIe8L6Tuw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYIe8L6Tuw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYIe8L6Tuw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYIe8L6Tuw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYIe8L6Tuw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYIe8L6Tuw .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uYIe8L6Tuw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-uYIe8L6Tuw .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-uYIe8L6Tuw .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYIe8L6Tuw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYIe8L6Tuw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYIe8L6Tuw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uYIe8L6Tuw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYIe8L6Tuw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYIe8L6Tuw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYIe8L6Tuw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYIe8L6Tuw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYIe8L6Tuw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYIe8L6Tuw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYIe8L6Tuw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYIe8L6Tuw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYIe8L6Tuw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYIe8L6Tuw .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-uYIe8L6Tuw .navbar {
    height: 70px;
  }
  .cid-uYIe8L6Tuw .navbar.opened {
    height: auto;
  }
  .cid-uYIe8L6Tuw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYIe8L6Tuw .navbar-nav {
  margin: 0 auto;
}
.cid-uYIe8L6Tuw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYIe8L6Tuw .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYIe8L6Tuw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYIe8L6Tuw .nav-item .nav-link:hover,
.cid-uYIe8L6Tuw .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffa600 !important;
}
.cid-uYIe8L6Tuw .nav-item .nav-link:hover::after,
.cid-uYIe8L6Tuw .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYIe8L6Tuw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYIe8L6Tuw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYIe8L6Tuw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYIe8L6Tuw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYIe8L6Tuw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYIe8L6Tuw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYIe8L6Tuw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYIe8L6Tuw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYIe8L6Tuw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYIe8L6Tuw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-uYIe8L6Tuw .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uYIe8L6Tuw .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-uYIe8L6Tuw .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-uYIe8L6Tuw .content-wrap {
  min-height: 110px;
}
.cid-uYIT8gJDUJ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYIT8gJDUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYIT8gJDUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYIe8Ty11D {
  background-color: #ffffff;
}
.cid-uYIe8Ty11D .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uYIe8Ty11D .container-nopadding {
  padding: 0px;
}
.cid-uYIe8Ty11D .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-uYIe8Ty11D .contactBtnFixed {
  position: fixed;
}
.cid-uYIe8Ty11D .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-uYIe8Ty11D .btnIconcol {
  color: #ffffff;
}
.cid-uYIe8Ty11D .btn-circle:hover {
  background-color: #232323;
}
.cid-uYIe8Ty11D .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uYIe8Ty11D .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uYIe8Ty11D .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uYIe8Ty11D .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uYIe8Ty11D .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uYIe8Ty11D .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uYIe8Ty11D .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-uYIe8Ty11D .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uYIe8Ty11D .windowBar,
  .cid-uYIe8Ty11D .contentwindow,
  .cid-uYIe8Ty11D .contactwindow {
    border-radius: 0;
  }
}
.cid-uYIe8Ty11D .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uYIe8Ty11D .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYIe8Ty11D .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYIe8Ty11D .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYIe8Ty11D .recaptcha-div {
  margin-bottom: 0;
}
.cid-uYIe8Ty11D .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uYIe8Ty11D .gdpr-div {
  margin-bottom: 0;
}
.cid-uYIe8Ty11D .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uYIe8Ty11D .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uYIe8Ty11D .send-copy-div {
  margin-bottom: 0;
}
.cid-uYIe8Ty11D .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uYIe8Ty11D .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uYIe8Ty11D .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uYIe8Ty11D .mbr-alert-success {
  text-align: center;
}
.cid-uYIe8Ty11D .mbr-alert-danger {
  text-align: center;
}
.cid-uYIe8Ty11D .message-div {
  margin-bottom: 0;
}
.cid-uYIe8Ty11D .message-topic-div {
  margin-bottom: 0;
}
.cid-uYIe8Ty11D .file-upload-div {
  margin-bottom: 0;
}
.cid-uYIe8Ty11D .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-uYIe8Ty11D .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-uYIe8Ty11D .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uYIe8Ty11D .form-control {
  border: 1px solid #000000 !important;
}
.cid-uYIe8Ty11D .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-uYIe8Ty11D .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uYIe8Ty11D .showAlerts {
  display: block !important;
}
.cid-uYIe8Ty11D .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uYIe8Ty11D .hidden {
  display: none;
}
.cid-uYIe8Ty11D .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uYIe8Ty11D .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-uYIe8Ty11D .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uYIe8Ty11D .mbr-section-alertsuccess {
  text-align: center;
}
.cid-uYIe8Ty11D .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uYIe8Ty11D .mbr-section-alerterror {
  text-align: center;
}
.cid-uYIe8Ty11D .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uYIe8Ty11D .mbr-section-labels {
  color: #232323;
}
.cid-uYIe8Ty11D .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uYIe8Ty11D .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-uYIe8Ty11D .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uYIe8Ty11D input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYIe8Ty11D input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYIe8Ty11D input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYIe8Ty11D .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uYIe8Ty11D .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uYIe8Ty11D .show2ndButton {
  display: none ;
}
.cid-uYIe8Ty11D input,
.cid-uYIe8Ty11D textarea,
.cid-uYIe8Ty11D select {
  background-color: #ffffff !important;
}
.cid-uYIe8Ty11D textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uYIe8Ty11D textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uYIe8Ty11D textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uYIe8Ty11D textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uYIe8Ty11D input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uYIe8Ty11D input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uYIe8Ty11D input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uYIe8Ty11D input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uYIe8Ty11D .btn .mbr-iconfont,
.cid-uYIe8Ty11D .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uYIe90nCb3 .row * {
  width: 130px;
  max-width: 130px;
}
.cid-uYIe90nCb3 .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-uYIe90nCb3 .menuItem {
  margin-bottom: 30px;
  height: 130px;
}
.cid-uYIe90nCb3 #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-uYIe90nCb3 .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.cid-uYIe90nCb3 .menuItem p {
  margin-top: 5px;
}
.cid-uYIe90nCb3 .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-uYIe90nCb3 #toggle {
  position: absolute;
  top: 69%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-uYIe90nCb3 #menu {
  position: fixed;
  top: 18%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #ff0000;
  border-right: none;
}
.cid-uYIe90nCb3 #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000000;
  font-size: 27px;
  width: 150px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #ff0000;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 30px;
  padding-top: 5px;
}
.cid-uYIe90nCb3 #menu:hover {
  right: 0;
}
.cid-uYIe90nCb3 .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-uYIe90nCb3 .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uYIe90nCb3 .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-uYIe90nCb3 .hidden {
  display: none;
}
.cid-uYIe90nCb3 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-uYIe90nCb3 P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-uYIe90nCb3 .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-uYIe95yYiE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uYIedygaDV {
  z-index: 1000;
  width: 100%;
}
.cid-uYIedygaDV nav.navbar {
  position: fixed;
}
.cid-uYIedygaDV .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uYIedygaDV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYIedygaDV .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-uYIedygaDV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYIedygaDV .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-uYIedygaDV .dropdown-item:hover,
.cid-uYIedygaDV .dropdown-item:focus {
  background: #000000 !important;
  color: #ffa600 !important;
}
.cid-uYIedygaDV .dropdown-item:hover span {
  color: white;
}
.cid-uYIedygaDV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYIedygaDV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYIedygaDV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYIedygaDV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYIedygaDV .nav-link {
  position: relative;
}
.cid-uYIedygaDV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYIedygaDV .container {
    flex-wrap: nowrap;
  }
}
.cid-uYIedygaDV .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYIedygaDV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYIedygaDV .dropdown-menu,
.cid-uYIedygaDV .navbar.opened {
  background: #000000 !important;
}
.cid-uYIedygaDV .nav-item:focus,
.cid-uYIedygaDV .nav-link:focus {
  outline: none;
}
.cid-uYIedygaDV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYIedygaDV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYIedygaDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYIedygaDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYIedygaDV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYIedygaDV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYIedygaDV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYIedygaDV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYIedygaDV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYIedygaDV .navbar .navbar-logo img {
  width: auto;
}
.cid-uYIedygaDV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYIedygaDV .navbar.collapsed {
  justify-content: center;
}
.cid-uYIedygaDV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYIedygaDV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYIedygaDV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.8rem);
  }
}
.cid-uYIedygaDV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYIedygaDV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYIedygaDV .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-uYIedygaDV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYIedygaDV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYIedygaDV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYIedygaDV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYIedygaDV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYIedygaDV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYIedygaDV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYIedygaDV .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-uYIedygaDV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYIedygaDV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYIedygaDV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uYIedygaDV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYIedygaDV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYIedygaDV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYIedygaDV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYIedygaDV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYIedygaDV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-uYIedygaDV .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-uYIedygaDV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYIedygaDV .navbar-brand .navbar-caption:hover,
.cid-uYIedygaDV .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-uYIedygaDV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYIedygaDV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYIedygaDV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-uYIedygaDV .dropdown-item.active,
.cid-uYIedygaDV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYIedygaDV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYIedygaDV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYIedygaDV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYIedygaDV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYIedygaDV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYIedygaDV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYIedygaDV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYIedygaDV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYIedygaDV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYIedygaDV .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uYIedygaDV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-uYIedygaDV .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-uYIedygaDV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uYIedygaDV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYIedygaDV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYIedygaDV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uYIedygaDV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYIedygaDV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYIedygaDV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYIedygaDV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYIedygaDV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYIedygaDV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYIedygaDV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYIedygaDV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYIedygaDV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYIedygaDV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYIedygaDV .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-uYIedygaDV .navbar {
    height: 70px;
  }
  .cid-uYIedygaDV .navbar.opened {
    height: auto;
  }
  .cid-uYIedygaDV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYIedygaDV .navbar-nav {
  margin: 0 auto;
}
.cid-uYIedygaDV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYIedygaDV .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYIedygaDV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYIedygaDV .nav-item .nav-link:hover,
.cid-uYIedygaDV .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffa600 !important;
}
.cid-uYIedygaDV .nav-item .nav-link:hover::after,
.cid-uYIedygaDV .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uYIedygaDV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYIedygaDV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYIedygaDV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYIedygaDV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYIedygaDV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYIedygaDV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYIedygaDV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYIedygaDV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYIedygaDV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYIedygaDV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-uYIedygaDV .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uYIedygaDV .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-uYIedygaDV .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-uYIedygaDV .content-wrap {
  min-height: 110px;
}
.cid-uYIhgWRYQr {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYIhgWRYQr .mbr-section-subtitle {
  color: #767676;
}
.cid-uYIhgWRYQr .container-table {
  margin: 0 auto;
}
.cid-uYIhgWRYQr table.dataTable thead .sorting:before,
.cid-uYIhgWRYQr table.dataTable thead .sorting:after,
.cid-uYIhgWRYQr table.dataTable thead .sorting_asc:before,
.cid-uYIhgWRYQr table.dataTable thead .sorting_asc:after,
.cid-uYIhgWRYQr table.dataTable thead .sorting_desc:before,
.cid-uYIhgWRYQr table.dataTable thead .sorting_desc:after,
.cid-uYIhgWRYQr table.dataTable thead .sorting_asc_disabled:before,
.cid-uYIhgWRYQr table.dataTable thead .sorting_asc_disabled:after,
.cid-uYIhgWRYQr table.dataTable thead .sorting_desc_disabled:before,
.cid-uYIhgWRYQr table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-uYIhgWRYQr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uYIhgWRYQr .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-uYIhgWRYQr .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uYIhgWRYQr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uYIhgWRYQr .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #000000;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-uYIhgWRYQr .head-item:hover {
  background: #000000;
  color: inherit;
}
.cid-uYIhgWRYQr .table-heads {
  color: #ffffff;
}
.cid-uYIhgWRYQr .dataTables_wrapper {
  display: block;
}
.cid-uYIhgWRYQr .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uYIhgWRYQr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uYIhgWRYQr table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-uYIhgWRYQr table td,
.cid-uYIhgWRYQr table th {
  white-space: nowrap;
}
.cid-uYIhgWRYQr table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-uYIhgWRYQr table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-uYIhgWRYQr table td {
  border-top: 1px solid #e9e9e9;
}
.cid-uYIhgWRYQr table.table {
  background: #ffffff;
}
.cid-uYIhgWRYQr .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uYIhgWRYQr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uYIhgWRYQr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uYIhgWRYQr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uYIhgWRYQr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uYIhgWRYQr .dataTables_filter {
    text-align: center;
  }
  .cid-uYIhgWRYQr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uYIhgWRYQr .mbr-section-title,
.cid-uYIhgWRYQr .line-wrap {
  text-align: center;
}
.cid-uYIhgWRYQr .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uYIhgWRYQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYIhgWRYQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYIhgWRYQr .body-item {
  text-align: center;
}
.cid-uYIjgXNW7A {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uYIjgXNW7A .mbr-section-subtitle {
  color: #767676;
}
.cid-uYIjgXNW7A .container-table {
  margin: 0 auto;
}
.cid-uYIjgXNW7A table.dataTable thead .sorting:before,
.cid-uYIjgXNW7A table.dataTable thead .sorting:after,
.cid-uYIjgXNW7A table.dataTable thead .sorting_asc:before,
.cid-uYIjgXNW7A table.dataTable thead .sorting_asc:after,
.cid-uYIjgXNW7A table.dataTable thead .sorting_desc:before,
.cid-uYIjgXNW7A table.dataTable thead .sorting_desc:after,
.cid-uYIjgXNW7A table.dataTable thead .sorting_asc_disabled:before,
.cid-uYIjgXNW7A table.dataTable thead .sorting_asc_disabled:after,
.cid-uYIjgXNW7A table.dataTable thead .sorting_desc_disabled:before,
.cid-uYIjgXNW7A table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-uYIjgXNW7A .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uYIjgXNW7A .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-uYIjgXNW7A .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uYIjgXNW7A .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uYIjgXNW7A .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #000000;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-uYIjgXNW7A .head-item:hover {
  background: #000000;
  color: inherit;
}
.cid-uYIjgXNW7A .table-heads {
  color: #ffffff;
}
.cid-uYIjgXNW7A .dataTables_wrapper {
  display: block;
}
.cid-uYIjgXNW7A .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uYIjgXNW7A .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uYIjgXNW7A table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-uYIjgXNW7A table td,
.cid-uYIjgXNW7A table th {
  white-space: nowrap;
}
.cid-uYIjgXNW7A table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-uYIjgXNW7A table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-uYIjgXNW7A table td {
  border-top: 1px solid #e9e9e9;
}
.cid-uYIjgXNW7A table.table {
  background: #ffffff;
}
.cid-uYIjgXNW7A .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uYIjgXNW7A .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uYIjgXNW7A .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uYIjgXNW7A .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uYIjgXNW7A .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uYIjgXNW7A .dataTables_filter {
    text-align: center;
  }
  .cid-uYIjgXNW7A .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uYIjgXNW7A .mbr-section-title,
.cid-uYIjgXNW7A .line-wrap {
  text-align: center;
}
.cid-uYIjgXNW7A .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uYIjgXNW7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYIjgXNW7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYIjgXNW7A .body-item {
  text-align: center;
}
.cid-uYIkfnMcBA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYIkfnMcBA .mbr-section-subtitle {
  color: #767676;
}
.cid-uYIkfnMcBA .container-table {
  margin: 0 auto;
}
.cid-uYIkfnMcBA table.dataTable thead .sorting:before,
.cid-uYIkfnMcBA table.dataTable thead .sorting:after,
.cid-uYIkfnMcBA table.dataTable thead .sorting_asc:before,
.cid-uYIkfnMcBA table.dataTable thead .sorting_asc:after,
.cid-uYIkfnMcBA table.dataTable thead .sorting_desc:before,
.cid-uYIkfnMcBA table.dataTable thead .sorting_desc:after,
.cid-uYIkfnMcBA table.dataTable thead .sorting_asc_disabled:before,
.cid-uYIkfnMcBA table.dataTable thead .sorting_asc_disabled:after,
.cid-uYIkfnMcBA table.dataTable thead .sorting_desc_disabled:before,
.cid-uYIkfnMcBA table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-uYIkfnMcBA .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uYIkfnMcBA .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-uYIkfnMcBA .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uYIkfnMcBA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uYIkfnMcBA .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #000000;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-uYIkfnMcBA .head-item:hover {
  background: #000000;
  color: inherit;
}
.cid-uYIkfnMcBA .table-heads {
  color: #ffffff;
}
.cid-uYIkfnMcBA .dataTables_wrapper {
  display: block;
}
.cid-uYIkfnMcBA .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uYIkfnMcBA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uYIkfnMcBA table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-uYIkfnMcBA table td,
.cid-uYIkfnMcBA table th {
  white-space: nowrap;
}
.cid-uYIkfnMcBA table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-uYIkfnMcBA table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-uYIkfnMcBA table td {
  border-top: 1px solid #e9e9e9;
}
.cid-uYIkfnMcBA table.table {
  background: #ffffff;
}
.cid-uYIkfnMcBA .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uYIkfnMcBA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uYIkfnMcBA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uYIkfnMcBA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uYIkfnMcBA .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uYIkfnMcBA .dataTables_filter {
    text-align: center;
  }
  .cid-uYIkfnMcBA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uYIkfnMcBA .mbr-section-title,
.cid-uYIkfnMcBA .line-wrap {
  text-align: center;
}
.cid-uYIkfnMcBA .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uYIkfnMcBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYIkfnMcBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYIkfnMcBA .body-item {
  text-align: center;
}
.cid-uYJg0LOOD6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYJg0LOOD6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uYJg0LOOD6 .container-table {
  margin: 0 auto;
}
.cid-uYJg0LOOD6 table.dataTable thead .sorting:before,
.cid-uYJg0LOOD6 table.dataTable thead .sorting:after,
.cid-uYJg0LOOD6 table.dataTable thead .sorting_asc:before,
.cid-uYJg0LOOD6 table.dataTable thead .sorting_asc:after,
.cid-uYJg0LOOD6 table.dataTable thead .sorting_desc:before,
.cid-uYJg0LOOD6 table.dataTable thead .sorting_desc:after,
.cid-uYJg0LOOD6 table.dataTable thead .sorting_asc_disabled:before,
.cid-uYJg0LOOD6 table.dataTable thead .sorting_asc_disabled:after,
.cid-uYJg0LOOD6 table.dataTable thead .sorting_desc_disabled:before,
.cid-uYJg0LOOD6 table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px !important;
}
.cid-uYJg0LOOD6 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uYJg0LOOD6 .form-control {
  min-height: 2.5em;
  padding: 0.5em 0.5em;
}
.cid-uYJg0LOOD6 .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-uYJg0LOOD6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uYJg0LOOD6 .head-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #e43f3f;
  border-bottom: 1px solid #0a1c44;
  text-align: center;
}
.cid-uYJg0LOOD6 .head-item:hover {
  background: #e43f3f;
  color: inherit;
}
.cid-uYJg0LOOD6 .table-heads {
  color: #ffffff;
}
.cid-uYJg0LOOD6 .dataTables_wrapper {
  display: block;
}
.cid-uYJg0LOOD6 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-uYJg0LOOD6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uYJg0LOOD6 table {
  width: 100% !important;
  margin-top: 6px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-uYJg0LOOD6 table td,
.cid-uYJg0LOOD6 table th {
  white-space: nowrap;
}
.cid-uYJg0LOOD6 table th {
  border-top: none;
  transition: all 0.2s;
  border-bottom: none;
}
.cid-uYJg0LOOD6 table th:hover {
  background: #e9e9e9;
  color: #000000;
}
.cid-uYJg0LOOD6 table td {
  border-top: 1px solid #e9e9e9;
}
.cid-uYJg0LOOD6 table.table {
  background: #ffffff;
}
.cid-uYJg0LOOD6 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-uYJg0LOOD6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uYJg0LOOD6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uYJg0LOOD6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uYJg0LOOD6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uYJg0LOOD6 .dataTables_filter {
    text-align: center;
  }
  .cid-uYJg0LOOD6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uYJg0LOOD6 .mbr-section-title,
.cid-uYJg0LOOD6 .line-wrap {
  text-align: center;
}
.cid-uYJg0LOOD6 .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-uYJg0LOOD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYJg0LOOD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYJg0LOOD6 .body-item {
  text-align: center;
}
.cid-uYIedH1iJP {
  background-color: #ffffff;
}
.cid-uYIedH1iJP .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-uYIedH1iJP .container-nopadding {
  padding: 0px;
}
.cid-uYIedH1iJP .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-uYIedH1iJP .contactBtnFixed {
  position: fixed;
}
.cid-uYIedH1iJP .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-uYIedH1iJP .btnIconcol {
  color: #ffffff;
}
.cid-uYIedH1iJP .btn-circle:hover {
  background-color: #232323;
}
.cid-uYIedH1iJP .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-uYIedH1iJP .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-uYIedH1iJP .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-uYIedH1iJP .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-uYIedH1iJP .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-uYIedH1iJP .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-uYIedH1iJP .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-uYIedH1iJP .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-uYIedH1iJP .windowBar,
  .cid-uYIedH1iJP .contentwindow,
  .cid-uYIedH1iJP .contactwindow {
    border-radius: 0;
  }
}
.cid-uYIedH1iJP .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-uYIedH1iJP .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYIedH1iJP .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYIedH1iJP .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYIedH1iJP .recaptcha-div {
  margin-bottom: 0;
}
.cid-uYIedH1iJP .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uYIedH1iJP .gdpr-div {
  margin-bottom: 0;
}
.cid-uYIedH1iJP .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uYIedH1iJP .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-uYIedH1iJP .send-copy-div {
  margin-bottom: 0;
}
.cid-uYIedH1iJP .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-uYIedH1iJP .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uYIedH1iJP .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-uYIedH1iJP .mbr-alert-success {
  text-align: center;
}
.cid-uYIedH1iJP .mbr-alert-danger {
  text-align: center;
}
.cid-uYIedH1iJP .message-div {
  margin-bottom: 0;
}
.cid-uYIedH1iJP .message-topic-div {
  margin-bottom: 0;
}
.cid-uYIedH1iJP .file-upload-div {
  margin-bottom: 0;
}
.cid-uYIedH1iJP .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-uYIedH1iJP .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-uYIedH1iJP .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-uYIedH1iJP .form-control {
  border: 1px solid #000000 !important;
}
.cid-uYIedH1iJP .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-uYIedH1iJP .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uYIedH1iJP .showAlerts {
  display: block !important;
}
.cid-uYIedH1iJP .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-uYIedH1iJP .hidden {
  display: none;
}
.cid-uYIedH1iJP .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-uYIedH1iJP .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-uYIedH1iJP .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-uYIedH1iJP .mbr-section-alertsuccess {
  text-align: center;
}
.cid-uYIedH1iJP .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-uYIedH1iJP .mbr-section-alerterror {
  text-align: center;
}
.cid-uYIedH1iJP .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-uYIedH1iJP .mbr-section-labels {
  color: #232323;
}
.cid-uYIedH1iJP .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-uYIedH1iJP .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-uYIedH1iJP .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-uYIedH1iJP input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYIedH1iJP input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYIedH1iJP input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-uYIedH1iJP .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-uYIedH1iJP .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-uYIedH1iJP .show2ndButton {
  display: none ;
}
.cid-uYIedH1iJP input,
.cid-uYIedH1iJP textarea,
.cid-uYIedH1iJP select {
  background-color: #ffffff !important;
}
.cid-uYIedH1iJP textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uYIedH1iJP textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uYIedH1iJP textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-uYIedH1iJP textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uYIedH1iJP input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uYIedH1iJP input:-moz-placeholder {
  color: #767676 !important;
}
.cid-uYIedH1iJP input::-moz-placeholder {
  color: #767676 !important;
}
.cid-uYIedH1iJP input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-uYIedH1iJP .btn .mbr-iconfont,
.cid-uYIedH1iJP .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-uYIedN8UMF .row * {
  width: 130px;
  max-width: 130px;
}
.cid-uYIedN8UMF .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-uYIedN8UMF .menuItem {
  margin-bottom: 30px;
  height: 130px;
}
.cid-uYIedN8UMF #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-uYIedN8UMF .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.cid-uYIedN8UMF .menuItem p {
  margin-top: 5px;
}
.cid-uYIedN8UMF .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-uYIedN8UMF #toggle {
  position: absolute;
  top: 69%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-uYIedN8UMF #menu {
  position: fixed;
  top: 18%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #ff0000;
  border-right: none;
}
.cid-uYIedN8UMF #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000000;
  font-size: 27px;
  width: 150px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #ff0000;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 30px;
  padding-top: 5px;
}
.cid-uYIedN8UMF #menu:hover {
  right: 0;
}
.cid-uYIedN8UMF .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-uYIedN8UMF .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uYIedN8UMF .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-uYIedN8UMF .hidden {
  display: none;
}
.cid-uYIedN8UMF div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-uYIedN8UMF P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-uYIedN8UMF .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-uYIedS95U8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
