body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Raleway-Regular';
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Raleway-Regular';
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Raleway-Medium';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Raleway-Regular';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Raleway-Medium';
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f7ed4a !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f7ed4a !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d2c609 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #585304;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7ed4a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway-Medium';
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #f7ed4a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f7ed4a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f7ed4a;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7ed4a;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7ed4a;
  border-bottom-color: #f7ed4a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7ed4a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f7ed4a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-dKZZeLGCRy p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-dKZZeLGCRy DIV {
  color: #ffffff;
}
.cid-dKZZeLGCRy H10 {
  color: #767676;
}
.cid-dKZZeLGCRy .hidden {
  display: none;
}
.cid-dKZZeLGCRy .sidebar {
  z-index: 1001;
  background-color: #232323;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-dKZZeLGCRy .sidebar nav {
  height: 100%;
}
.cid-dKZZeLGCRy .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-dKZZeLGCRy .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #232323;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-dKZZeLGCRy .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #879a9f;
  color: #ffe14d;
}
.cid-dKZZeLGCRy .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
  font-size: 60px;
}
.cid-dKZZeLGCRy .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-dKZZeLGCRy .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-dKZZeLGCRy .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-dKZZeLGCRy .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-dKZZeLGCRy .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-dKZZeLGCRy .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-dKZZeLGCRy .sidebar:hover {
    width: 39rem;
    opacity: 1;
  }
  .cid-dKZZeLGCRy .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-dKZZeLGCRy .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-dKZZeLGCRy .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-dKZZeLGCRy .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-dKZZeLGCRy .sidebar {
    overflow-y: scroll;
  }
}
.cid-dKZZeLGCRy :root {
  --sidebar-width: 4.5em;
}
.cid-dKZZeLGCRy SPAN {
  color: #ffe14d;
  text-align: center;
  font-family: "Raleway-Medium";
  font-size: 60px;
  font-weight: bolder;
}
.cid-dKZZeLGCRy H1 {
  color: #cccccc;
}
.cid-uwyxexAxLA {
  background-image: url("../../../assets/images/background.jpg");
}
.cid-uwyxexAxLA .mbr-text,
.cid-uwyxexAxLA .mbr-section-btn {
  color: #ffffff;
  opacity: 0.9;
}
.cid-uwtbgg9Cf1 #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #635a51;
}
.cid-uwtbgg9Cf1 #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 40%;
}
.cid-uwtbgg9Cf1 .spinner {
  position: relative;
  margin: 0px 0px 0px -60px;
  width: 250px;
  height: 250px;
  text-align: center;
  font-size: 10px;
}
.cid-uwtbgg9Cf1 .loader {
  border: 0px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
@-webkit-keyframes rock {
  0% {
    -webkit-transform: rotate(-20deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
  }
}
@keyframes rock {
  0% {
    -webkit-transform: rotate(-20deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: circle(10%);
    clip-path: circle(10%);
  }
  100% {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
}
.cid-uwtbgg9Cf1 .animate-logo {
  -webkit-animation: rock 1s linear infinite;
  animation: rock 1s linear infinite;
}
.cid-uwtbgg9Cf1 .dentaura-logo-preloader {
  width: 100%;
  border-radius: 50%;
}
.cid-uwtbgg9Cf1 H3 {
  margin-top: 2.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}
.cid-uwQCJktSex {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-uwQCJktSex .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uwQCJktSex .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQCJktSex .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uwQCJktSex .mbr-text {
    text-align: center;
  }
}
.cid-uwQCJktSex H3 {
  color: #ffe14d;
}
.cid-uwQCJktSex H1 {
  color: #ffe14d;
}
.cid-uwQCJktSex .mbr-text,
.cid-uwQCJktSex .mbr-section-btn {
  color: #cccccc;
}
.cid-uwQCIj4q6F {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-uwQCIj4q6F .mbr-figure {
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-uwQCIj4q6F .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQCIj4q6F .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uwQCIj4q6F .mbr-text {
    text-align: center;
  }
}
.cid-uwQCIj4q6F .mbr-text,
.cid-uwQCIj4q6F .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwQCIj4q6F H1 {
  color: #232323;
}
.cid-uwQCIj4q6F H3 {
  color: #ffe14d;
  text-align: left;
}
.cid-uwQCIj4q6F DIV {
  text-align: right;
}
.cid-uwQEha8WUn {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-uwQEha8WUn .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uwQEha8WUn .icon-box {
  background: #c4bc3b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uwQEha8WUn .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwQEha8WUn .card {
    margin-bottom: 2rem;
  }
  .cid-uwQEha8WUn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uwQEha8WUn .mbr-text,
.cid-uwQEha8WUn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwQEha8WUn .card-title,
.cid-uwQEha8WUn .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-uwQEha8WUn .icon-title {
  color: #ffffff;
}
.cid-uwQEha8WUn .icon-text {
  color: #cccccc;
  text-align: left;
}
.cid-uwQCE3kQeB {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-uwQCE3kQeB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uwQCE3kQeB .mbr-section-subtitle,
.cid-uwQCE3kQeB .mbr-text,
.cid-uwQCE3kQeB .card-subtitle,
.cid-uwQCE3kQeB .card-underline {
  color: #767676;
}
.cid-uwQCE3kQeB .wrapper {
  position: relative;
  padding: 0rem;
}
.cid-uwQCE3kQeB .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uwQCE3kQeB .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-uwQCE3kQeB .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-uwQCE3kQeB .wrapper .content-block .mbr-overlay {
  background: #232323;
  opacity: 0.2;
}
.cid-uwQCE3kQeB .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uwQCE3kQeB .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uwQCE3kQeB .wrapper {
    padding: 1rem;
  }
  .cid-uwQCE3kQeB .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-uwQCE3kQeB .mbr-text,
.cid-uwQCE3kQeB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uwQCE3kQeB .card-title {
  color: #ffffff;
}
.cid-uwQCE3kQeB .main-title {
  text-align: center;
  color: #ffffff;
}
.cid-uwQCE3kQeB .main-subtitle,
.cid-uwQCE3kQeB .underline {
  text-align: center;
  color: #ffffff;
}
.cid-uwQCE3kQeB .card-subtitle,
.cid-uwQCE3kQeB .card-underline {
  color: #ffffff;
}
.cid-uwQCFD3LEF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uwQCFD3LEF .wrapper {
  overflow: hidden;
}
.cid-uwQCFD3LEF .wrapper img {
  transition: all .5s;
}
.cid-uwQCFD3LEF .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uwQCFD3LEF .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-uwQCFD3LEF .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 14rem;
}
.cid-uwQCFD3LEF .wrapper .mbr-overlay {
  background: #232323;
  opacity: 0.4;
  border-radius: 15px;
  z-index: 1;
}
.cid-uwQCFD3LEF .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px;
}
.cid-uwQCFD3LEF .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uwQCFD3LEF .popup-btn .mbr-overlay {
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-uwQCFD3LEF .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-uwQCFD3LEF .card-title {
  color: #ffffff;
}
.cid-uwQCFD3LEF .main-title {
  color: #073b4c;
}
.cid-uwQCFD3LEF .main-subtitle,
.cid-uwQCFD3LEF .underline {
  color: #073b4c;
}
.cid-uwQEbatxyZ {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-uwQEbatxyZ .wrapper {
  overflow: hidden;
}
.cid-uwQEbatxyZ .wrapper img {
  transition: all .5s;
}
.cid-uwQEbatxyZ .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uwQEbatxyZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-uwQEbatxyZ .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 14rem;
}
.cid-uwQEbatxyZ .wrapper .mbr-overlay {
  background: #232323;
  opacity: 0.4;
  border-radius: 15px;
  z-index: 1;
}
.cid-uwQEbatxyZ .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px;
}
.cid-uwQEbatxyZ .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uwQEbatxyZ .popup-btn .mbr-overlay {
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-uwQEbatxyZ .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-uwQEbatxyZ .card-title {
  color: #ffffff;
}
.cid-uwQEbatxyZ .main-title {
  color: #073b4c;
}
.cid-uwQEbatxyZ .main-subtitle,
.cid-uwQEbatxyZ .underline {
  color: #073b4c;
}
.cid-unxeF1jUeW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-13.jpg");
}
.cid-unxeF1jUeW .showAlerts {
  display: block !important;
}
.cid-unxeF1jUeW .rowflexrev {
  display: -webkit-flex;
}
.cid-unxeF1jUeW .ws-form-alerts {
  margin-top: 1rem;
}
.cid-unxeF1jUeW .title {
  margin-bottom: 2rem;
}
.cid-unxeF1jUeW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unxeF1jUeW textarea.form-control {
  min-height: 22px;
}
.cid-unxeF1jUeW LABEL {
  color: #ffffff;
  display: initial;
}
.cid-unxeF1jUeW .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-unxeF1jUeW .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-unxeF1jUeW .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-unxeF1jUeW .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-unxeF1jUeW .alert {
  margin-bottom: 0;
}
.cid-unxeF1jUeW .alert-success {
  background-color: #70c770;
}
.cid-unxeF1jUeW .alert-danger {
  background-color: #ff4a52;
}
.cid-unxeF1jUeW .btn {
  display: inline-flex;
}
.cid-unxeF1jUeW .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-unxeF1jUeW .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-unxeF1jUeW .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-unxeF1jUeW input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-unxeF1jUeW input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-unxeF1jUeW input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-unxeF1jUeW H2 {
  color: #ffffff;
}
.cid-unxa2k3wi6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-unxa2k3wi6 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uwQCMwHSDE.popup-builder {
  background-color: #ffffff;
}
.cid-uwQCMwHSDE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwQCMwHSDE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwQCMwHSDE .modal-content,
.cid-uwQCMwHSDE .modal-dialog {
  height: auto;
}
.cid-uwQCMwHSDE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwQCMwHSDE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwQCMwHSDE .form-wrapper .mbr-form .form-group,
  .cid-uwQCMwHSDE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwQCMwHSDE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwQCMwHSDE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwQCMwHSDE .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-uwQCMwHSDE .pt-0 {
  padding-top: 0 !important;
}
.cid-uwQCMwHSDE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwQCMwHSDE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwQCMwHSDE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwQCMwHSDE .modal-open {
  overflow: hidden;
}
.cid-uwQCMwHSDE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwQCMwHSDE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwQCMwHSDE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwQCMwHSDE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwQCMwHSDE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwQCMwHSDE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwQCMwHSDE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwQCMwHSDE .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwQCMwHSDE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwQCMwHSDE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwQCMwHSDE .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwQCMwHSDE .modal-backdrop.show {
  opacity: .5;
}
.cid-uwQCMwHSDE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwQCMwHSDE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQCMwHSDE .modal-header {
    padding: 1rem;
  }
}
.cid-uwQCMwHSDE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwQCMwHSDE .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwQCMwHSDE .modal-header .close:hover {
  opacity: 1;
}
.cid-uwQCMwHSDE .modal-header .close:focus {
  outline: none;
}
.cid-uwQCMwHSDE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffe14d;
}
.cid-uwQCMwHSDE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwQCMwHSDE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQCMwHSDE .modal-body {
    padding: 1rem;
  }
}
.cid-uwQCMwHSDE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwQCMwHSDE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQCMwHSDE .modal-footer {
    padding: 1rem;
  }
}
.cid-uwQCMwHSDE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwQCMwHSDE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwQCMwHSDE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwQCMwHSDE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwQCMwHSDE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwQCMwHSDE .modal-lg,
  .cid-uwQCMwHSDE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwQCMwHSDE .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwQCMwHSDE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwQCMwHSDE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwQCMwHSDE .form-group {
  margin-bottom: 1rem;
}
.cid-uwQCMwHSDE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwQCMwHSDE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwQCMwHSDE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwQCMwHSDE .mbr-section-btn {
  margin: 0;
}
.cid-uwQCMwHSDE .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwQJQ6atdI.popup-builder {
  background-color: #ffffff;
}
.cid-uwQJQ6atdI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwQJQ6atdI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwQJQ6atdI .modal-content,
.cid-uwQJQ6atdI .modal-dialog {
  height: auto;
}
.cid-uwQJQ6atdI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwQJQ6atdI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwQJQ6atdI .form-wrapper .mbr-form .form-group,
  .cid-uwQJQ6atdI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwQJQ6atdI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwQJQ6atdI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwQJQ6atdI .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-uwQJQ6atdI .pt-0 {
  padding-top: 0 !important;
}
.cid-uwQJQ6atdI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwQJQ6atdI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwQJQ6atdI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwQJQ6atdI .modal-open {
  overflow: hidden;
}
.cid-uwQJQ6atdI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwQJQ6atdI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwQJQ6atdI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwQJQ6atdI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwQJQ6atdI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwQJQ6atdI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwQJQ6atdI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwQJQ6atdI .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwQJQ6atdI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwQJQ6atdI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwQJQ6atdI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwQJQ6atdI .modal-backdrop.show {
  opacity: .5;
}
.cid-uwQJQ6atdI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwQJQ6atdI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQJQ6atdI .modal-header {
    padding: 1rem;
  }
}
.cid-uwQJQ6atdI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwQJQ6atdI .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwQJQ6atdI .modal-header .close:hover {
  opacity: 1;
}
.cid-uwQJQ6atdI .modal-header .close:focus {
  outline: none;
}
.cid-uwQJQ6atdI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffe14d;
}
.cid-uwQJQ6atdI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwQJQ6atdI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQJQ6atdI .modal-body {
    padding: 1rem;
  }
}
.cid-uwQJQ6atdI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwQJQ6atdI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQJQ6atdI .modal-footer {
    padding: 1rem;
  }
}
.cid-uwQJQ6atdI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwQJQ6atdI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwQJQ6atdI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwQJQ6atdI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwQJQ6atdI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwQJQ6atdI .modal-lg,
  .cid-uwQJQ6atdI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwQJQ6atdI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwQJQ6atdI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwQJQ6atdI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwQJQ6atdI .form-group {
  margin-bottom: 1rem;
}
.cid-uwQJQ6atdI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwQJQ6atdI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwQJQ6atdI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwQJQ6atdI .mbr-section-btn {
  margin: 0;
}
.cid-uwQJQ6atdI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwQK4xg0U1.popup-builder {
  background-color: #ffffff;
}
.cid-uwQK4xg0U1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwQK4xg0U1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwQK4xg0U1 .modal-content,
.cid-uwQK4xg0U1 .modal-dialog {
  height: auto;
}
.cid-uwQK4xg0U1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwQK4xg0U1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwQK4xg0U1 .form-wrapper .mbr-form .form-group,
  .cid-uwQK4xg0U1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwQK4xg0U1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwQK4xg0U1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwQK4xg0U1 .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-uwQK4xg0U1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uwQK4xg0U1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwQK4xg0U1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwQK4xg0U1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwQK4xg0U1 .modal-open {
  overflow: hidden;
}
.cid-uwQK4xg0U1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwQK4xg0U1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwQK4xg0U1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwQK4xg0U1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwQK4xg0U1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwQK4xg0U1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwQK4xg0U1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwQK4xg0U1 .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwQK4xg0U1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwQK4xg0U1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwQK4xg0U1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwQK4xg0U1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uwQK4xg0U1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwQK4xg0U1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQK4xg0U1 .modal-header {
    padding: 1rem;
  }
}
.cid-uwQK4xg0U1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwQK4xg0U1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwQK4xg0U1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uwQK4xg0U1 .modal-header .close:focus {
  outline: none;
}
.cid-uwQK4xg0U1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffe14d;
}
.cid-uwQK4xg0U1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwQK4xg0U1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQK4xg0U1 .modal-body {
    padding: 1rem;
  }
}
.cid-uwQK4xg0U1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwQK4xg0U1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQK4xg0U1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uwQK4xg0U1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwQK4xg0U1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwQK4xg0U1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwQK4xg0U1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwQK4xg0U1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwQK4xg0U1 .modal-lg,
  .cid-uwQK4xg0U1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwQK4xg0U1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwQK4xg0U1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwQK4xg0U1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwQK4xg0U1 .form-group {
  margin-bottom: 1rem;
}
.cid-uwQK4xg0U1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwQK4xg0U1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwQK4xg0U1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwQK4xg0U1 .mbr-section-btn {
  margin: 0;
}
.cid-uwQK4xg0U1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwQKcUPudp.popup-builder {
  background-color: #ffffff;
}
.cid-uwQKcUPudp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwQKcUPudp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwQKcUPudp .modal-content,
.cid-uwQKcUPudp .modal-dialog {
  height: auto;
}
.cid-uwQKcUPudp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwQKcUPudp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwQKcUPudp .form-wrapper .mbr-form .form-group,
  .cid-uwQKcUPudp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwQKcUPudp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwQKcUPudp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwQKcUPudp .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-uwQKcUPudp .pt-0 {
  padding-top: 0 !important;
}
.cid-uwQKcUPudp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwQKcUPudp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwQKcUPudp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwQKcUPudp .modal-open {
  overflow: hidden;
}
.cid-uwQKcUPudp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwQKcUPudp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwQKcUPudp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwQKcUPudp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwQKcUPudp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwQKcUPudp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwQKcUPudp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwQKcUPudp .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwQKcUPudp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwQKcUPudp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwQKcUPudp .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwQKcUPudp .modal-backdrop.show {
  opacity: .5;
}
.cid-uwQKcUPudp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwQKcUPudp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQKcUPudp .modal-header {
    padding: 1rem;
  }
}
.cid-uwQKcUPudp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwQKcUPudp .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwQKcUPudp .modal-header .close:hover {
  opacity: 1;
}
.cid-uwQKcUPudp .modal-header .close:focus {
  outline: none;
}
.cid-uwQKcUPudp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffe14d;
}
.cid-uwQKcUPudp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwQKcUPudp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQKcUPudp .modal-body {
    padding: 1rem;
  }
}
.cid-uwQKcUPudp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwQKcUPudp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQKcUPudp .modal-footer {
    padding: 1rem;
  }
}
.cid-uwQKcUPudp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwQKcUPudp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwQKcUPudp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwQKcUPudp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwQKcUPudp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwQKcUPudp .modal-lg,
  .cid-uwQKcUPudp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwQKcUPudp .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwQKcUPudp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwQKcUPudp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwQKcUPudp .form-group {
  margin-bottom: 1rem;
}
.cid-uwQKcUPudp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwQKcUPudp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwQKcUPudp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwQKcUPudp .mbr-section-btn {
  margin: 0;
}
.cid-uwQKcUPudp .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwQKn9er1P.popup-builder {
  background-color: #ffffff;
}
.cid-uwQKn9er1P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwQKn9er1P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwQKn9er1P .modal-content,
.cid-uwQKn9er1P .modal-dialog {
  height: auto;
}
.cid-uwQKn9er1P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwQKn9er1P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwQKn9er1P .form-wrapper .mbr-form .form-group,
  .cid-uwQKn9er1P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwQKn9er1P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwQKn9er1P .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwQKn9er1P .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-uwQKn9er1P .pt-0 {
  padding-top: 0 !important;
}
.cid-uwQKn9er1P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwQKn9er1P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwQKn9er1P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwQKn9er1P .modal-open {
  overflow: hidden;
}
.cid-uwQKn9er1P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwQKn9er1P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwQKn9er1P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwQKn9er1P .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwQKn9er1P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwQKn9er1P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwQKn9er1P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwQKn9er1P .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwQKn9er1P .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwQKn9er1P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwQKn9er1P .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwQKn9er1P .modal-backdrop.show {
  opacity: .5;
}
.cid-uwQKn9er1P .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwQKn9er1P .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQKn9er1P .modal-header {
    padding: 1rem;
  }
}
.cid-uwQKn9er1P .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwQKn9er1P .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwQKn9er1P .modal-header .close:hover {
  opacity: 1;
}
.cid-uwQKn9er1P .modal-header .close:focus {
  outline: none;
}
.cid-uwQKn9er1P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffe14d;
}
.cid-uwQKn9er1P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwQKn9er1P .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQKn9er1P .modal-body {
    padding: 1rem;
  }
}
.cid-uwQKn9er1P .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwQKn9er1P .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQKn9er1P .modal-footer {
    padding: 1rem;
  }
}
.cid-uwQKn9er1P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwQKn9er1P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwQKn9er1P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwQKn9er1P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwQKn9er1P .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwQKn9er1P .modal-lg,
  .cid-uwQKn9er1P .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwQKn9er1P .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwQKn9er1P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwQKn9er1P .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwQKn9er1P .form-group {
  margin-bottom: 1rem;
}
.cid-uwQKn9er1P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwQKn9er1P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwQKn9er1P .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwQKn9er1P .mbr-section-btn {
  margin: 0;
}
.cid-uwQKn9er1P .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwQKwQSKQl.popup-builder {
  background-color: #ffffff;
}
.cid-uwQKwQSKQl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwQKwQSKQl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwQKwQSKQl .modal-content,
.cid-uwQKwQSKQl .modal-dialog {
  height: auto;
}
.cid-uwQKwQSKQl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwQKwQSKQl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwQKwQSKQl .form-wrapper .mbr-form .form-group,
  .cid-uwQKwQSKQl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwQKwQSKQl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwQKwQSKQl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwQKwQSKQl .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-uwQKwQSKQl .pt-0 {
  padding-top: 0 !important;
}
.cid-uwQKwQSKQl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwQKwQSKQl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwQKwQSKQl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwQKwQSKQl .modal-open {
  overflow: hidden;
}
.cid-uwQKwQSKQl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwQKwQSKQl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwQKwQSKQl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwQKwQSKQl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwQKwQSKQl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwQKwQSKQl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwQKwQSKQl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwQKwQSKQl .modal-content {
  background: #232323;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwQKwQSKQl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwQKwQSKQl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwQKwQSKQl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwQKwQSKQl .modal-backdrop.show {
  opacity: .5;
}
.cid-uwQKwQSKQl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwQKwQSKQl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQKwQSKQl .modal-header {
    padding: 1rem;
  }
}
.cid-uwQKwQSKQl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwQKwQSKQl .modal-header .close svg {
  fill: #ffffff;
}
.cid-uwQKwQSKQl .modal-header .close:hover {
  opacity: 1;
}
.cid-uwQKwQSKQl .modal-header .close:focus {
  outline: none;
}
.cid-uwQKwQSKQl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffe14d;
}
.cid-uwQKwQSKQl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwQKwQSKQl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQKwQSKQl .modal-body {
    padding: 1rem;
  }
}
.cid-uwQKwQSKQl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwQKwQSKQl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwQKwQSKQl .modal-footer {
    padding: 1rem;
  }
}
.cid-uwQKwQSKQl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwQKwQSKQl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwQKwQSKQl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwQKwQSKQl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwQKwQSKQl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwQKwQSKQl .modal-lg,
  .cid-uwQKwQSKQl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwQKwQSKQl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwQKwQSKQl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwQKwQSKQl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwQKwQSKQl .form-group {
  margin-bottom: 1rem;
}
.cid-uwQKwQSKQl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwQKwQSKQl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwQKwQSKQl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwQKwQSKQl .mbr-section-btn {
  margin: 0;
}
.cid-uwQKwQSKQl .mbr-section-btn .btn {
  margin: 0;
}
.cid-unC8n7ZYc0 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(85, 180, 212, 0.6);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #cccccc;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-unC8n7ZYc0 #dentauraBttB {
    right: 50px;
    bottom: 40px;
  }
}
@media (min-width: 769px) {
  .cid-unC8n7ZYc0 #dentauraBttB {
    right: 49px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-unC8n7ZYc0 #dentauraBttB {
    right: 49px;
    bottom: 40px;
  }
}
.cid-unC8n7ZYc0 #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-unC8n7ZYc0 #dentauraBttB:hover {
  background-color: #55b4d4;
}
.cid-unC8n7ZYc0 #dentauraBttB:hover span {
  border-bottom-color: #ffffff;
}
.cid-unC8n7ZYc0 .hidden {
  display: none;
}
.cid-unC7XD1reJ .icon-bar {
  z-index: 100002;
  right: 0%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-unC7XD1reJ .icon-bar a:hover {
  background-color: #656565;
  margin-left: -50px;
  width: 100px;
}
.cid-unC7XD1reJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 10px;
}
.cid-unC7XD1reJ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-unC7XD1reJ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-unC7XD1reJ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-unC7XD1reJ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-unC7XD1reJ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-unC7XD1reJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-unC7XD1reJ .custom1 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-unC7XD1reJ .custom2 {
  background: #4f87fb;
  color: white;
  width: 50px;
}
.cid-unC7XD1reJ .custom3 {
  background: #ffae55;
  color: white;
  width: 50px;
}
.cid-unC7XD1reJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-unC7XD1reJ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #55b4d4);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-unC7XD1reJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#55b4d4, #55b4d4);
}
.cid-unC7XD1reJ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-unC7XD1reJ P {
  color: #ffffff;
  text-align: left;
}
.cid-unC7XD1reJ DIV {
  color: #ffffff;
}
.cid-unC7XD1reJ H10 {
  color: #767676;
}
.cid-unC7XD1reJ .hidden {
  display: none;
}
.cid-unC7XD1reJ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-unC7XD1reJ H2 {
  color: #7942cb;
}
.cid-unC7XD1reJ H1 {
  color: #ffffff;
  text-align: center;
}
.cid-unC7KehQ1j .hidden {
  display: none;
}
.cid-uqx3i00utp {
  background-image: url("../../../assets/images/mbr-492x277.jpg");
}
.cid-uqx3i00utp H1 {
  color: #ffffff;
}
.cid-uqx3i00utp .mbr-text,
.cid-uqx3i00utp .mbr-section-btn {
  color: #ffffff;
}
.cid-uqx3i00utp H3 {
  color: #ffffff;
}
.cid-unxa2k3wi6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-unxa2k3wi6 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-unC8n7ZYc0 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(85, 180, 212, 0.6);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #cccccc;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-unC8n7ZYc0 #dentauraBttB {
    right: 50px;
    bottom: 40px;
  }
}
@media (min-width: 769px) {
  .cid-unC8n7ZYc0 #dentauraBttB {
    right: 49px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-unC8n7ZYc0 #dentauraBttB {
    right: 49px;
    bottom: 40px;
  }
}
.cid-unC8n7ZYc0 #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-unC8n7ZYc0 #dentauraBttB:hover {
  background-color: #55b4d4;
}
.cid-unC8n7ZYc0 #dentauraBttB:hover span {
  border-bottom-color: #ffffff;
}
.cid-unC8n7ZYc0 .hidden {
  display: none;
}
.cid-uqx3eYBWc2 {
  background-image: url("../../../assets/images/mbr-568x356.jpg");
}
.cid-uqx3eYBWc2 H1 {
  color: #ffffff;
}
.cid-uqx3eYBWc2 .mbr-text,
.cid-uqx3eYBWc2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uqx3eYBWc2 H3 {
  color: #ffffff;
}
.cid-unxa2k3wi6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-unxa2k3wi6 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-unC8n7ZYc0 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(85, 180, 212, 0.6);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  border-style: solid;
  border-width: 4px;
  border-color: #cccccc;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-unC8n7ZYc0 #dentauraBttB {
    right: 50px;
    bottom: 40px;
  }
}
@media (min-width: 769px) {
  .cid-unC8n7ZYc0 #dentauraBttB {
    right: 49px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-unC8n7ZYc0 #dentauraBttB {
    right: 49px;
    bottom: 40px;
  }
}
.cid-unC8n7ZYc0 #dentauraBttB span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.cid-unC8n7ZYc0 #dentauraBttB:hover {
  background-color: #55b4d4;
}
.cid-unC8n7ZYc0 #dentauraBttB:hover span {
  border-bottom-color: #ffffff;
}
.cid-unC8n7ZYc0 .hidden {
  display: none;
}
